@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}
a img {
  border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}
.title-bar {
  height: 33px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 6px;
}

.title-bar h2 {
  margin: auto;
  padding: 8px 9px;
  font-size: 16px;
  float: left;
  margin-bottom: 0;
  position: relative;
  height: 33px;
  color: #fff;
}

/* Body, Common Classes & Wrap */

body {
  background: #fff;
  font-size: 13px;
  line-height: 1.7em;
  color: #555;
  font-family: "utopia-std",serif;
  font-weight: 400;
}



#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
  font-family: "utopia-std-headline",serif;
}

a {
  text-decoration: none;
  color: #47c0c0;
}
a:hover {
  text-decoration: none;
  color: #2e8484;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
  margin: 20px 0;
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px;
  white-space: pre-wrap;  /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla */
  white-space: -pre-wrap;  /* Opera 4-6 */
  white-space: -o-pre-wrap;  /* Opera 7 */
  word-wrap: break-word;  /* Internet Explorer 5.5+ */
}

.clear { clear: both }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }


/*  Structure  */

#wrap{
  background: #fff;
  margin: 0 auto;
  width: 980px;
  #padding: 0 30px;
  #-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  #-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  #box-shadow: 0 0 10px rgba(0,0,0,.2);
}

#main{
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4 {
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
  word-spacing: 2px;
}
h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px; }
h2,
h3,
h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #000; }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #999; text-decoration: none; }

/* Text elements */

ul, ol {
  margin: 0 0 1.5em 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}

dfn, cite, i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

#header {
  position: relative;
  padding: 10px 0;
  width: calc( 100% - 20px);
  display: block;
  margin: 0 auto 10px;
}
#header{
  border-bottom: 2px solid #cacccd;
}
#header .navbar{
  margin-bottom: 0;
}

#logo{
  float:left;
  width: 40%;
}

#logoimg {
  float: left;
  padding-right: 10px;
}

#logo #sitename{
  padding-top: 5px;
}

#logo #sitename a{
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

#logo #sitename a:hover, #logo #sitename a:active {
  color: #666;
}

#navigation {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  font-size: 11px;
}
.btn-hamberger-wrapper .navbar-form{
  display: none;
}
.btn-hamberger{
  float: right;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #25408f;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.btn-hamberger:hover{
  background: #4db6e7;
  box-shadow: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-hamberger .bar{
  position: absolute;
  left: 20%;
  width: 60%;
  height: 4px;
  background: #FFF;
}
.btn-hamberger .bar:nth-child(1){
  top: 30%;
}
.btn-hamberger .bar:nth-child(2){
  top: 48%;
}
.btn-hamberger .bar:nth-child(3){
  top: 66%;
}
#mobile-main-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #636465;
  display: none;
  padding: 10px;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#mobile-main-menu ul{
  margin: 0;
  padding: 0 0 0 8px;
}
#mobile-main-menu ul li{
  list-style: none;
}
#mobile-main-menu .menu a{
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-family: "din-2014",sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin: 7px 0;
}
#mobile-main-menu .menu a > .off{
  position: absolute;
  opacity: 0;
  font-family: "din-2014",sans-serif;
  font-weight: 700;
}
#mobile-main-menu .menu a:hover,
#mobile-main-menu .menu a.active{
  text-decoration: none;
}
#mobile-main-menu .menu a:hover .on,
#mobile-main-menu .menu a.active .on{
  opacity: 0;
}
#mobile-main-menu .menu a:hover .off,
#mobile-main-menu .menu a.active .off{
  opacity: 1;
}
#mobile-main-menu .search-form-wrapper .btn-hamberger-wrapper{
  float: left;
}
#mobile-main-menu .search-form-wrapper .navbar-form{
  float: right;
  width: calc( 100% - 60px );
}
#mobile-main-menu .search-form-wrapper .navbar-form .btn{
  display: none;
}
#mobile-main-menu .search-form-wrapper{
  display: inline-block;
  width: 100%;
}
#mobile-main-menu .search-form-wrapper form{
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
#mobile-main-menu .search-form-wrapper form .form-group{
  margin: 9px 0 0;
}
#mobile-main-menu .search-form-wrapper form input{
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #95989a;
  font-family: "din-2014",sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -webkit-appearance: none;
}
#mobile-main-menu .search-form-wrapper form input::-webkit-input-placeholder {
  opacity: 1;
}
#mobile-main-menu .search-form-wrapper form input::-moz-placeholder {
  opacity: 1;
}
#mobile-main-menu .search-form-wrapper form input:-ms-input-placeholder {
  opacity: 1;
}
#mobile-main-menu .search-form-wrapper form input:-moz-placeholder {
  opacity: 1;
}

/*** ESSENTIAL Navigation Style ***/
#main-menu ul,
#main-menu ul * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu ul { line-height: 1.0 }
#main-menu ul ul {
  position: absolute;
  top: -999em;
  width: 180px; /* left offset of submenus need to match (see below) */
}
#main-menu ul ul li { width: 100% }
#main-menu ul li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
#main-menu ul li {
  float: left;
  position: relative;
}
#main-menu ul a {
  display: block;
  position: relative;
}
#main-menu ul li:hover ul,
#main-menu ul li.sfHover ul {
  left: 10px;
  top: 40px; /* match top ul list item height */
  z-index: 99;
}
#main-menu ul li:hover li ul,
#main-menu ul li.sfHover li ul { top: -999em }
#main-menu ul li li:hover ul,
#main-menu ul li li.sfHover ul {
  left: 180px; /* match ul width */
  top: 0;
}
/*** Navigation skin ***/
#main-menu ul {
  float: left;
}
#main-menu ul a {
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  padding: 0 10px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu ul > li > a:focus,
#main-menu ul > li > a:hover,
#main-menu ul > li > a:active,
#main-menu ul > li.sfHover > a,
#main-menu ul a.active {
  color: #000;
}
/*Subs*/
#main-menu ul ul{
  padding: 0;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
}
#main-menu ul ul a{
  margin: 0;
  line-height: normal;
  height: auto;
  padding: 10px;
  display: block;
  float: none;
  color: #999;
  font-weight: normal;
  text-transform: none;
}
#main-menu ul ul a:focus,
#main-menu ul ul a:hover,
#main-menu ul ul a:active {
  color: #000;
  background: #f9f9f9;
}
#main-menu ul ul a.active{
  color: #000;
}
#main-menu ul ul li{
  border-bottom: 1px solid #ddd;
}
#main-menu ul ul li:last-child{
  border-bottom: 0px;
}
#main-menu ul ul .sf-sub-indicator:last-child {
  display: none;
}

/* FlexSlider necessary styles */
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides{ margin: 0; list-style: none; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  -moz-box-shadow: 0 0 10px rgba(153,153,153,0.3);
  -webkit-box-shadow: 0 0 10px rgba(153,153,153,0.3);
  box-shadow:  0 0 10px rgba(153,153,153,0.3);
}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


/*slider wrap */
#slider-wrap{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

/*homepage specific*/
.full-slides img{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.full-slides .slides_container {
  width: 100%;
  display: none;
}
.full-slides .slides_container .slide{
  display: block;
  width: 100%;
}
.full-slides .caption{
  position: absolute;
  width: 100%;
  bottom: 19px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-align: center;
}
.slides .caption p{
  padding: 15px;
  margin: 0;
}

/*control nav & arrows*/
.flex-control-nav{
  display: none;
}
ul.flex-direction-nav {
  list-style: none;
}
.flex-direction-nav li a.next,
.flex-direction-nav li a.prev {
  position: absolute;
  display: block;
  z-index: 101;
  font-size: 21px;
  height: 80px;
  width: 50px;
  line-height: 80px;
  color: #fff;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  text-align: center;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.flex-direction-nav li a.next {
  right: 0;
}
.flex-direction-nav li a.prev {
  left: 0;
}
.flex-direction-nav li a.prev:hover,
.flex-direction-nav li a.next:hover {
  text-decoration: none;
  background: #47C0C0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#breadcrumbs {
  border-bottom: 1px solid #EEEEEE;
  font-size: 11px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

#preface-wrap{
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.preface-block{
  float: left;
  width: 310px;
  margin-right: 20px;
}

#content {
  display: inline;
  margin: 0;
}

#content footer {
  display: none;
}

body.sidebar-first #content {
  float: left;
  width: 70%;
  overflow: hidden;
}

.node-teaser {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.node .content{
  line-height:160%;
}

.node h2.title {
  font-size: 18px;
  margin: -5px 0 0;
}

#preface-wrap .block,
.region-header .block,
.region-footer .block,
.region-content-top .block{
  margin: 0px 0px 25px 0px;
}

#preface-wrap .block > h2,
.region-header .block > h2,
.region-footer .block > h2,
.region-content-top .block > h2{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0 !important;
  text-transform: uppercase;
}

#sidebar{
  width: 25%;
  float: right;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  margin-top: 0px !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

#footer-wrap{
  background: #030000;
  margin: 0;
  padding: 10px;
  color: #888888;
  font-size: 14px;
  font-family: "din-2014",sans-serif;
  font-weight: 400;
}
#footer #copyright{
  text-align: left;
}
#footer a{
  color: #ccc;
  text-decoration: none;
}
#footer address{
  margin: 20px 0;
}
#footer address > a {
    font-family: "din-2014",sans-serif;
    font-weight: 700;
    color: #888888;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
#footer .copyright {
    color: #FFF;
    margin: 10px 0;
    display: inline-block;
}
#footer h2 {
    font-family: "din-2014",sans-serif;
    font-weight: 700;
    color: #888888;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
}
#footer #block-menu-menu-footer-menu{
  padding: 20px 10px 0;
}
#footer #block-menu-menu-footer-menu ul{
  margin: 0;
}
#footer #block-menu-menu-footer-menu ul li{
  list-style: none;
}
#footer #block-menu-menu-footer-menu ul li a{
  color: #888888;
  font-family: "din-2014",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 10px;
}
#footer .social{
  margin: 0 0 10px;
}
#footer .social a{
  color: #030000;
}
#back-to-top{
  width: 20%;
  float: right;
  font-size: 14px;
  text-align: right;
}

/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; max-width: 100%;}

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 18em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.submitted{
  color: #999;
  font-size: 11px;
  margin: 0 0 10px;
}
.submitted span.icon{
  margin: 0 5px 0 12px;
  font-size: 13px;
  color: #666;
}
.submitted span:first-child{
  margin-left: 0;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
/* Hidden on mobile version */
.field-name-field-image-caption,
.field-name-field-image-zoomable,
.field-name-field-collec-content-images,
.field-name-field-image-photographer,
.field-name-field-editor-s-choice,
.field-name-field-image-watermarked,
.field-name-field-printpage,
.field-name-field-printedition,
.field-name-field-show-in-headlines,
.field-name-field-show-in-slideshow,
.field-name-field-show-in-top-news,
.field-name-field-show-as-featured-in-the-ca,
.field-name-field-dateline,
.field-name-field-author,
.field-name-field-category,
.field-name-field-headline,
.field-name-field-tags,
.field-name-field-national-sub-category,
.field-name-field-video-height,
.field-name-field-add-to-carousel,
.field-name-field-youtube-id,
.field-name-field-video-width,
.field-type-taxonomy-term-reference,
#block-views-interractives-block,
#block-views-multimedia-content-block-1,
#block-views-multimedia-content-block,
.view-header {
  display: block;
}

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
  background: none repeat scroll 0 0 #3FB7B7;
  color: #FFFFFF !important;
  line-height: 1em !important;
  margin-bottom: 3px;
  margin-right: 3px;
  opacity: 0.9;
  padding: 4px 6px;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

.field-item img {
	margin-bottom: 30px;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}


/*-----------------------------------------------------------------------------------*
/* Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
  position:relative; margin-right:4%; float:left;
}

.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}


.social{
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 100px;
  border: 0;
  margin-top: 10px;
}
.social .text{
  font-family: "din-2014",sans-serif;
  font-weight: 700;
  top: 18%;
  float: left;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 8px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
.social div{
  float: left;
  width: auto;
  margin-right: 10px;
}
.social a{
  margin-right: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  color: #636465;
  position: relative;
  display: inline-block;
}
.social a:hover,
.social a:focus{
  color: #636465;
  text-decoration: none;
}
.social a span{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2em;
}

.article_thumbnail a img{
  width: 100%;
  margin: 0 0 10px;
}
.tmp-ads-300x50{
  background-color: #1beddd;
  width: 300px;
  height: 50px;
  max-width: 100%;
  color: #FFF;
  font-size: 2em;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.tmp-ads-350x50{
  background-color: #1beddd;
  width: 350px;
  height: 50px;
  max-width: 100%;
  color: #FFF;
  font-size: 2em;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.tmp-ads-300x250{
  background-color: #1beddd;
  width: 300px;
  height: 250px;
  max-width: 100%;
  color: #FFF;
  font-size: 2em;
  line-height: 250px;
  text-align: center;
  display: inline-block;
}
.mb-tpm-ads-top{
  display: block;
  margin: 0 auto 10px;
}
.category{
  border-bottom: 1px solid #879aa5;
  margin-bottom: 20px;
  margin-top: 10px
}
.article-thumb-left .article_thumbnail img{
  float: left;
  width: 140px;
  height: auto;
  margin: 0 10px 10px 0;
  max-height: 80px;
}
.article-thumb-left h3{
  font-size: 18px;
}
.block-black,
.quote-block{
  background: #25408f;
  display: inline-block;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.block-black a.title,
.quote-block a.title{
  color: #FFF;
  font-size: 24px;
  line-height: 1.4em;
  display: inline-block;
  margin-bottom: 1.2em;
}
.block-black p,
.quote-block p{
  color: #FFF;
  font-size: 1.125em;
  margin-bottom: 10px;
}
.block-black a.readmore,
.quote-block a.readmore{
  font-family: "utopia-std-headline",serif;
  color: #e3001a;
  float: left;
}
.block-black a.more,
.quote-block a.more{
  font-family: "utopia-std-headline",serif;
  color: #e3001a;
  float: right;
}
.categories{
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  clear: both;
}
.categories .title-bar {
  height: auto;
  background: none;
  line-height: 1;
  margin: 0 0 5px 0;
  border: 0 !important;
  padding-bottom: 5px;
  border-bottom: 3px solid #000 !important;
}
.categories .title-bar h2{
  height: auto;
  line-height: 27px;
  font-size: 16px;
  float: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.categories .title-bar a,
.categories .title-bar .title{
  color: #030000;
  font-family: "utopia-std-headline",serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  //border-bottom: 10px solid #030000;
  display: inline-block;
  width: 100%;
}
div.multimedia-content-block-raw{
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
div.multimedia-content-block-raw a:first-child{
  float: left;
  margin: 0 10px 0 0;
}
.view-Interractives .view-content > div{
  float: left;
  max-width: 48%;
  margin-left: 4%;
  margin-bottom: 4%;
}
.view-Interractives .view-content > div:nth-child(2n+1){
  margin-left: 0;
}

/* Fixed ads bottom */
.fixed-ads-btm {
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: auto;
  position: fixed;
  border: 0px;
  bottom: 0px;
  cursor: pointer;
  z-index: 9998;
}
#fixed_ads_btm {
  width: 300px;
  height: auto;
  transition: 0.5s;
  box-shadow: 0px -5px 15px #888;
}
.btn-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 9999;
}

.supp-post-property .view-supp-post-property {
width: 100%;
height: auto;
}
.supp-post-property .masonry-item.supp-post-property-row {
position: relative;
left: 0;
top: 0;
border: 1px solid;
margin: 1.5%;
padding: 1.5%;
display: block;
width: inherit;
}
.supp-post-property .supp-post-property-row .views-field-field-property-image {
margin: -1.6%;
background: #999;
margin-bottom: 1.1%;
}
.supp-post-property .supp-post-property-row .views-field-field-property-image div img {
margin: auto;
display: block;
}
.supp-post-property .supp-post-property-row .views-field-title {
position: absolute;
padding-top: 4px;
margin-top: -60px;
}
.supp-post-property .supp-post-property-row .views-field-field-hard-title {
position: absolute;
padding: 4px;
border-radius: 4px;
background: #26247b;
color: #fff;
}
.supp-post-property .supp-post-property-row .views-field-title a {
color: #fff;
font-weight: bold;
}
.supp-post-property .supp-post-property-row .views-field-field-price {
position: absolute;
padding-bottom: 4px;
margin-top: -30px;
color: #fff;
}