html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sections */

a {
  color: #0656b1;
  font-weight: normal;
  text-decoration: none!important;
}

a:hover,
a:focus {
  color: #0656b1;
  text-decoration: none;
}

.gw-HLonHover {
}
.gw-HLonHover:hover {
  box-shadow: 0 0 8px rgb(0, 0, 255);
}

#container {
  width: 960px;
  margin: 0 auto;
}

#main {
  padding: 15px;
  background: #fff;
}

#main-fullwidth {
  padding: 15px;
  background: #fff;
}

/* #content {
  overflow: hidden;
  float: left;
  width: 460px;
  margin-left: 235px;
}

#sidebar-primary {
  overflow: hidden;
  float: left;
  width: 220px;
  margin-left: -695px;
}

#sidebar-secondary {
  overflow: hidden;
  float: right;
  width: 220px;
  margin-left: 15px;
} */

/* =HEADER
-------------------------------------------------------------- */

#header {
  height: 62px;
  padding: 25px 0;
}

.logo {
  float: left;
}

.logo h1.site_title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
}

.logo h1.site_title a,
.logo h1.site_title a:hover {
  color: #ffffff;
  text-decoration: none;
}

.logo h2.site_description {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.header-right {
  float: right;
}

#top-social-profiles {
  padding-top: 10px;
  height: 32px;
  text-align: right;
}
#top-social-profiles img {
  margin: 0 0 0 6px !important;
}

#top-social-profiles img:hover {
  opacity: 0.8;
}
#top-social-profiles .widget-container {
  background: none;
  padding: 0;
  border: 0;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
  padding: 0;
  position: relative;
  height: 52px;
  background: url(images/menu-primary-bg.png) left top repeat-x;
  z-index: 400;
}

.menu-primary {
}

.menu-primary ul {
  min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
  color: #ffffff;
  padding: 25px 15px 15px 15px;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 3px 0 0;
}

.menu-primary li a:hover,
.menu-primary li a:active,
.menu-primary li a:focus,
.menu-primary li:hover > a,
.menu-primary li.current-cat > a,
.menu-primary li.current_page_item > a,
.menu-primary li.current-menu-item > a {
  color: #ffffff;
  outline: 0;
  background: url(images/menu-primary-bg.png) left -152px repeat-x;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
  color: #fff;
  text-transform: none;
  background: #3c87c8;
  padding: 10px 15px;
  margin: 0;
  border: 0;
  font-weight: normal;
}

.menu-primary li li a:hover,
.menu-primary li li a:active,
.menu-primary li li a:focus,
.menu-primary li li:hover > a,
.menu-primary li li.current-cat > a,
.menu-primary li li.current_page_item > a,
.menu-primary li li.current-menu-item > a {
  color: #fff;
  background: #101924;
  outline: 0;
  border-bottom: 0;
  text-decoration: none;
}

/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
  padding-right: 20px;
  min-width: 1px;
}
.menu-primary .sf-sub-indicator {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  top: 0;
  padding: 24px 10px 0 0;
}

.menu-primary li li .sf-sub-indicator {
  padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
  background: url("images/menu-primary-shadow.png") no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
  position: relative;
  height: 40px;
  z-index: 300;
  background: url(images/menu-secondary-bg.png) left top repeat-x;
}

.menu-secondary {
}

.menu-secondary ul {
  min-width: 160px;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
  color: #ffffff;
  padding: 14px 15px;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-secondary li a:hover,
.menu-secondary li a:active,
.menu-secondary li a:focus,
.menu-secondary li:hover > a,
.menu-secondary li.current-cat > a,
.menu-secondary li.current_page_item > a,
.menu-secondary li.current-menu-item > a {
  color: #ffffff;
  background: url(images/menu-secondary-bg.png) left -140px repeat-x;
  outline: 0;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
  color: #fff;
  background: #3c87c8;
  padding: 10px 15px;
  text-transform: none;
  margin: 0;
  font-weight: normal;
}

.menu-secondary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:focus,
.menu-secondary li li:hover > a,
.menu-secondary li li.current-cat > a,
.menu-secondary li li.current_page_item > a,
.menu-secondary li li.current-menu-item > a {
  color: #fff;
  background: #1b2837;
  outline: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
  padding-right: 26px;
  min-width: 1px;
}
.menu-secondary .sf-sub-indicator {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  top: 0;
  padding: 13px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {
  padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
  background: url("images/menu-secondary-shadow.png") no-repeat bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/
#mytable {
  width: 400px;
  background: #f8e0e0;
  border: 1px solid #eee;
  border-collapse: collapse;
}
#mytable th,
#mytable td {
  border: 1px solid #ccc;
  margin: 2px;
  padding: 2px;
}

.green {
  width: 430px;
  float: right;
  background-color: #a6c5b5;
  margin-left: 18px;
  padding: 10px;
}

.post {
  margin-bottom: 15px;
  border-bottom: 0;
}

.page,
.post-single {
  border-bottom: 0;
  margin-bottom: 0;
}

.title {
  color: #1b2837;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.title a {
  color: #1b2837;
  text-decoration: none;
  font-weight: bold;
}
.title a:hover {
  color: #0656b1;
  text-decoration: underline;
}

.entry {
  line-height: 20px;
  font-size: 13px;
  color: #1b2837;
}
.entry h1 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #136cf1;
}
.entry h2 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  color: #136cf1;
}
.entry h2 a {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  color: #136cf1;
}
.entry h2 a:hover {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  color: #136cf1;
}
.entry h3 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #136cf1;
}
.entry h3 a {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #136cf1;
}
.entry h3 a:hover {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #136cf1;
}

.entry h4 {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: normal;
  color: #136cf1;
}
.entry h5 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
}
.entry h5 a {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
}

.entry h5 a:hover {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #f5e157;
}

.page-title {
  color: #1b2837;
  margin: 0px 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-serif;
  border-bottom: 2px solid #1f72d9;
}

/* Post Metas
----------------------------*/
.postmeta-primary {
  color: #2d4259;
  font-size: 10px;
  line-height: 20px;
  padding: 0 0 10px 0;
}

.postmeta-secondary {
  color: #999999;
  font-size: 10px;
  line-height: 10px;
  padding: 0 0 10px 0;
}

.postmeta-primary span,
.postmeta-secondary span {
  padding: 3px 0 3px 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

.meta_date {
  background-image: url(images/date.png);
}

.meta_author {
  background-image: url(images/author.png);
}

.meta_comments {
  background-image: url(images/comments.png);
}

.meta_edit {
  background-image: url(images/edit.png);
}

.meta_categories {
  background-image: url(images/category.png);
}

.meta_tags {
  background-image: url(images/tags.png);
}

/* Read More
----------------------------*/

.readmore {
  margin-bottom: 0px;
  float: left;
  color: #0656b1;
  background: #fff;
  font-size: 14px;
  font-style: bold;
  display: inline-block;
  text-decoration: none;
}

.readmore a {
  color: #0656b1;
  background: #fff;
  font-size: 14px;
  font-style: bold;
  display: inline-block;
  text-decoration: none;
}

.readmore a:hover {
  color: #1b77e7;
  background: #fff;
  text-decoration: underline;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
  width: 30%;
  padding: 0 0 0 10px;
}

.sitemap-col-archives {
  width: 45%;
  padding: 0 0 0 10px;
}

.sitemap h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.sitemap h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.sitemap-list {
  font-size: 13px;
  line-height: 22px;
}

.sitemap-list,
.sitemap-list ul {
  padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
  width: 90px;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0;
}

.contact-form-input {
  margin-left: 90px;
}

.contact-form input[type="text"] {
  padding: 6px;
  width: 60%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.contact-form input[type="submit"] {
  padding: 5px 50px;
  border: 1px solid #ccc;
  background: #eee;
}
.contact-form textarea {
  width: 96%;
  padding: 6px;
  height: 160px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.contact-form-required {
  color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.page-id-10519 .fp-slider {
  display: none;
}

.fp-slider {
  margin: 0 0 15px 0;
}

.fp-slides-container {
}

.fp-slides,
.fp-thumbnail,
.fp-prev-next,
.fp-nav {
  width: 460px;
}

.fp-slides,
.fp-thumbnail {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.fp-title {
  font-family: Arial, Helvetica, Sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 2px 0;
  margin: 0;
}

.fp-title a,
.fp-title a:hover {
  color: #fff;
  text-decoration: none;
}

.fp-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  opacity: 0.7;
  filter: alpha(opacity = 70);
  padding: 10px 15px;
  overflow: hidden;
}

.fp-content p {
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 18px;
}

.fp-more,
.fp-more:hover {
  color: #fff;
  font-weight: bold;
}

.fp-nav {
  height: 12px;
  text-align: center;
  padding: 10px 0;
  background: #050607;
}

.fp-pager a {
  background-image: url(images/featured-pager.png);
  cursor: pointer;
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 0;
  float: none;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.fp-pager a:hover,
.fp-pager a.activeSlide {
  text-decoration: none;
  background-position: 0 -112px;
  opacity: 1;
  filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
  position: relative;
  z-index: 200;
}

.fp-prev-next {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  height: 37px;
}

.fp-prev {
  float: left;
  margin-left: 14px;
  width: 37px;
  height: 37px;
  background: url(images/featured-prev.png) left top no-repeat;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.fp-prev:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

.fp-next {
  float: right;
  width: 36px;
  height: 37px;
  margin-right: 14px;
  background: url(images/featured-next.png) right top no-repeat;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.fp-next:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
  float: left;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 5px 8px;
  margin: 2px;
  font-size: 15px;
  line-height: 15px;
  float: left;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active {
  color: #2d4259;
  background: none;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  background: #e32424;
}

.wp-pagenavi a:hover {
  color: #fff;
  background: #2d4966;
}

.wp-pagenavi span.pages {
  color: #064087;
  background: none;
  padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
  background: transparent;
  color: #2d4966;
  background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
  margin-bottom: 15px;
}

#copyrights {
  color: #ffffff;
  background: #1b2837;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #2d3c4c;
}

#copyrights a {
  color: #ffffff;
}

#copyrights a:hover {
  color: #ffffff;
  text-decoration: none;
}

#credits {
  color: #555;
  text-align: center;
  font-size: 11px;
  padding: 10px 0 0 0;
}

#credits a {
  color: #9eb1c4;
  text-decoration: none;
}

#credits a:hover {
  text-decoration: none;
  color: #9eb1c4;
}

/* Footer Widgets
----------------------------*/

#footer-widgets {
  background: #1b2837;
  padding: 20px 0 0 0;
  border-top: 5px solid #cccccc;
}

.footer-widget-box {
  width: 300px;
  float: left;
  margin-left: 15px;
}

.footer-widget-box-last {
}

/* Footer Widgets Color */

#footer-widgets .widget-container {
  color: #cbdff2;
}

/* Footer Widgets Links */

#footer-widgets .widget-container a {
  color: #cbdff2;
  text-decoration: none;
}

#footer-widgets .widget-container a:hover {
  color: #fc2323;
  text-decoration: underline;
}

/* Footer Widget Title */

#footer-widgets .widgettitle {
  background: none;
  font-size: 14px;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #cccccc;
}

#footer-widgets .widgettitle,
#footer-widgets .widgettitle a,
#footer-widgets .widgettitle a:hover {
  color: #ffffff;
}

/* Footer List Items */

#footer-widgets .widget ul li {
  border-bottom: 0;
  padding-left: 0;
  background: none;
}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {
  color: #fff;
  background: #253546;
}

#footer-widgets .tabs-widget li a:hover,
#footer-widgets .tabs-widget li a.tabs-widget-current {
  background: #e32424;
  color: #fff;
}

/* Footer Widgets Seaarch */

#footer-widgets #search {
  border: 1px solid #404f5e !important;
  background-color: #253546 !important;
}

#footer-widgets #search #s {
  color: #8e9dac !important;
}

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
  list-style-type: none;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  color: #2d4259;
  font-size: 13px;
}

.widget-container a {
  color: #2d4259;
  text-decoration: none;
}

.widget-container a:hover {
  color: #3c87c8;
  text-decoration: none;
}

.widgettitle {
  background: none;
  margin: 0 0 10px 0;
  padding: 10px 0 6px 0;
  border-bottom: 3px solid #1b2837;
}

.widgettitle,
.widgettitle a,
.widgettitle a:hover {
  color: #1b2837;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.widget ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 0 0 9px 0;
  margin: 0 0 8px 0;
  border-bottom: 0;
}

/* Search
----------------------------*/

#search {
  border: 1px solid #d8d8d8;
  background: #ffffff url(images/search.png) 99% 50% no-repeat;
  text-align: left;
  padding: 6px 24px 6px 6px;
}

#search #s {
  background: none;
  color: #979797;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

#content-search {
  width: 300px;
  padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover,
#wp-calendar #today {
  background: #c20c0c;
  color: #fff;
}

#wp-calendar td:hover a,
#wp-calendar #today a {
  color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
  line-height: 14px;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-serif;
  color: #1b2837;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
  text-align: center;
  margin-bottom: -10px;
}

.banners-125 img {
  margin: 0 5px 5px 5px;
}

/* Posts Widget
----------------------------*/

.posts-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.posts-widget ul li {
  list-style-type: none;
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 0;
}

.posts-widgettitle {
  font-weight: bold;
  line-height: 14px;
  color: #1b2837;
  padding: 0 0 5px 0;
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

.posts-widgettitle a {
  font-weight: bold;
  line-height: 14px;
  color: #1b2837;
  padding: 0 0 5px 0;
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

.posts-widgettitle a:hover {
  font-weight: bold;
  line-height: 14px;
  color: #1b2837;
  padding: 0 0 5px 0;
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.posts-widget-meta {
  padding: 0 0 5px 0;
}

.posts-widget-entry {
  font-family: Arial, Helvetica, Sans-serif;
  color: #1b2837;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.posts-widget-more {
  line-height: 12px;
  color: #0656b1;
  float: right;
}

.posts-widget-more:hover {
  text-decoration: underline;
  color: #0656b1;
  padding: 0 0 5px 0;
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

.posts-widget-featured-image {
  border: 1px solid #1b2837;
  padding: 0px;
  background-color: #0656b1;
}

.posts-widget .alignleft {
  margin: 0 8px 8px 0;
}

.posts-widget .alignright {
  margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
  margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.comments-widget ul li {
  list-style-type: none;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 0;
}

.comments-widget-author {
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}

.comments-widget-author:hover {
}

.comments-widget-entry {
  font-family: Arial, Helvetica, Sans-serif;
  line-height: 20px;
  color: #ccc;
}

.comments-widget-more {
  font-weight: normal;
}

.comments-widget-more:hover {
}

.comments-widget-avatar {
  border: 1px solid #d8d8d8;
  padding: 4px;
  background-color: #fff;
}

.comments-widget .alignleft {
  margin: 0 8px 0 0;
}

.comments-widget .alignright {
  margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
  margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.infobox-widget ul li {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.infobox-widget ul li a {
  text-decoration: none;
}

.infobox-widget-description {
  line-height: 20px;
}

.infobox-widget-more {
  color: #134988;
}

.infobox-widget-more:hover {
}

.infobox-widget .alignleft {
  margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
  margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
  margin-bottom: 10px;
}

.infobox-widget .inbottom {
  margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
  margin: 0 4px 0 0;
}

.social-profiles-widget img:hover {
  opacity: 0.8;
}

/* Tabs Widget
----------------------------*/

.tabs-widget {
  list-style: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  height: 26px;
}

.tabs-widget li {
  list-style: none;
  list-style-type: none;
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
}

.tabs-widget li:first-child {
  margin: 0;
}

.tabs-widget li a {
  color: #fff;
  background: #2d4966;
  padding: 6px 16px;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}

.tabs-widget li a:hover,
.tabs-widget li a.tabs-widget-current {
  background: #5a5e63;
  color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: Arial, Helvetica, Sans-serif;
}

.tweets-widget ul li {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.tweets-widget ul li:first-child {
  margin-top: 5px;
}

.tweets-widget li.tweets-bird {
  padding-left: 24px;
  background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {
}

.tweets-widget a:hover {
}

a.tweets-widget-time {
  text-decoration: underline;
}

a.tweets-widget-time:hover {
  text-decoration: none;
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
  margin-bottom: 15px;
}

#comments p {
  margin: 5px 0 10px 0;
}

h3#comments-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px 0;
  color: #ccc;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist li.comment {
  line-height: 24px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0px;
  position: relative;
  color: #333;
}

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 15px;
}

.commentlist .avatar {
  border: 3px solid #ffffff;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.comment-author {
  padding: 5px;
  display: block;
  background: #ccc;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
  color: #333333;
}

.comment-author .says {
  font-style: italic;
}

.fn,
.fn a:link,
.fn a:hover,
.fn a:visited {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #1b2837;
}

.comment-meta {
  margin: -23px 0 0 65px;
  display: block;
  font-size: 11px;
  padding: 0;
}

.comment-meta a:link,
.comment-meta a:visited {
  text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
  text-align: right;
  margin-bottom: 10px;
}

.comment-reply-link {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  background: #ededed;
  color: #333;
  padding: 2px 8px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999999;
}

.comment-reply-link:hover {
  background: #f5f5f5;
  color: #333;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

/* Children */

.commentlist .children li {
  border: none;
  margin: 0;
}

.nocomments {
  display: none;
}

#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.commentlist li.comment + li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0;
}

#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}

/* Comments form */

#respond {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

h3#reply-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px 0;
}

#respond .required {
  color: #ff4b33;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  display: none;
}

.children #respond {
  margin: 0 48px 0 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

#respond .required {
  color: #ff4b33;
  font-weight: bold;
}

#respond label {
  font-size: 12px;
  font-weight: bold;
}

#respond input {
  margin: 10px 0 0 0;
  width: 98%;
}

#respond textarea {
  width: 98%;
  margin: 10px 0 0 0;
}

#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond input[type="submit"] {
  margin: 0;
}

#respond .form-submit {
  margin: 0;
}

#respond .form-submit input {
  width: auto;
  font-size: 14px;
}
#respond dl {
  margin: 0 0 10px;
}

#respond dt {
  display: inline;
  font-weight: normal;
}

#respond dd {
  display: inline;
}
.widgets_on_page ul,
.advanced_recent_posts_widget ul li {
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 0;
}

/* =END
-------------------------------------------------------------- */

/* Make archive dropdown more prominent */
select[name="archive-dropdown"] {
  background-color: darkblue;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
/**
* GENERAL 
----------------------------*/

body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
}

#container:after,
#header:after,
#main:after,
#main-fullwidth:after,
#footer:after,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

#container,
#header,
#main,
#main-fullwidth,
#footer,
.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 16px;
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}



/* Lists */

li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 20px 20px 0;
  padding-left: 40px;
}

ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 20px 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
}

/* Misc */

blockquote {
  margin: 20px;
  color: #666;
  font-style: italic;
}

pre {
  margin: 20px 0;
  white-space: pre;
}

pre,
code,
tt {
  font: 13px "andale mono", "lucida console", monospace;
  line-height: 18px;
}

/**
* MNEUS 
----------------------------*/

.menus,
.menus * {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  line-height: 1;
}

.menus ul {
  position: absolute;
  top: -999em;
  width: 100%;
}

.menus ul li {
  width: 100%;
}

.menus li:hover {
  visibility: inherit;
}

.menus li {
  float: left;
  position: relative;
}

.menus a {
  display: block;
  position: relative;
}

.menus li:hover ul,
.menus li.sfHover ul {
  left: 0;
  top: 100%; /* match top ul list item height */
  z-index: 99;
}

.menus li:hover li ul,
.menus li.sfHover li ul {
  top: -999em;
}

.menus li li:hover ul,
.menus li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.menus li li:hover li ul,
.menus li li.sfHover li ul {
  top: -999em;
}

.menus li li li:hover ul,
.menus li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

/* Shadows */

.sf-shadow ul {
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.menus .sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/**
* Some Default and WP required styles.
-------------------------------------------------------------- */

blockquote {
  overflow: hidden;
  padding-left: 9px;
  font-style: italic;
  color: #666;
  border-left: 3px solid #cadae7;
}

img.wp-smiley {
  max-height: 12px;
  margin: 0;
  padding: 0;
  border: none;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}



/**
* Add padding to images in the posts
----------------------------*/

.post img.alignleft {
    margin: 0 10px 0px 0;
}

.post img.alignright {
  margin: 0 0 10px 10px;
}

.post img.aligncenter {
  margin-bottom: 10px;
}

/**
* Wp Calendar
----------------------------*/

#wp-calendar {
  empty-cells: show;
  font-family: Arial, Helvetica, Sans-serif;
  margin: 0;
  font-weight: normal;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
}

#wp-calendar caption {
  padding: 4px 0;
  text-transform: uppercase;
  margin: 2px 0 2px 0;
  text-align: left;
  background: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  background: none;
}

#wp-calendar td {
  font-family: Arial, Helvetica, Sans-serif;
  letter-spacing: normal;
  padding: 4px 0;
  text-align: center;
  background: none;
}

.error {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: Red;
  padding: 8px;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.message {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: Green;
  padding: 8px;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.widgets_on_page > ul,
.widgets_on_page > ul li {
  list-style: none;
  background: none;
}

.addtoany_content {
  clear: both;
  margin: 16px auto;
}
.addtoany_header {
  margin: 0 0 16px;
}
.addtoany_list {
  display: inline;
  line-height: 16px;
}
.a2a_kit a:empty,
.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined) {
  display: none;
}
.addtoany_list a,
.widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
}
.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline;
}
.addtoany_list a span {
  display: inline-block;
  float: none;
}
.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 4px;
  display: inline-block;
  opacity: 1;
}
.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top;
}
.site .a2a_kit.addtoany_list a:focus,
.addtoany_list a:hover,
.widget .addtoany_list a:hover {
  background: none;
  border: 0;
  box-shadow: none;
}
.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: 0.7;
}
.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
  opacity: 1;
}
.addtoany_special_service {
  display: inline-block;
  vertical-align: middle;
}
.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important;
}
.addtoany_special_service iframe {
  display: inline;
  max-width: none;
}
a.addtoany_share.addtoany_no_icon span.a2a_img_text {
  display: none;
}
a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto;
}
