html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: top;} table {border-collapse: collapse;border-spacing: 0;}

/* Main Layout */
html {height: 100%;}
body { font-family: 'Open Sans', Helvetica, Sans-Serif;  }
body.contentpane { background:#fff;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:10px 0; font-weight:bold; color:#222222;}
.componentheading { font-style:italic;font-size:25px; margin:0; padding:0 0 10px 0; color:#1a528c;}
h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
a:link, a:visited {  color: #181818; text-decoration: none}
a:hover {  color: #333333;}
ul {margin:0 0 0 15px;}
p {margin-top: 0;margin-bottom: 10px; padding: 0 5px 0 5px;}
blockquote { background:#eee; border:3px solid #ccc; margin:5px; padding:5px; font-size:18px; font-family:Arial, Helvetica, sans-serif; font-style:italic}
element.style { height:auto;}
hr {
    width: 100%;
    clear: both;
    border: none;
    height: 2px;
    background: #eee;
    margin-bottom: 25px;
    padding: 0;
}
.clr {clear: both;}
.container {
  width: 100%;
  max-width: 1285px;
   margin: 0 auto
}
.mod-languages {
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.mod-languages li.lang-active a {
  color: #392f84;
}
.mod-languages li a {
  color: #aaa7bd;
}
/* Header */
#header { position:relative; height:170px;padding: 1% 0; }
#header .inline {
  width: 30%;
  margin: 0 1.5%;
  display: inline-block;
  text-align: center;
}
.inline.top, .inline.tguser {
  padding-top: 4%
}

#topimage { margin:0 auto;  }
#topimage .flexslider.position-caption-bottom-centered .flex-caption {
    bottom: 30%;
    font-size: 2.5em;
    width: 55%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    color: #505050!important;
    font-family: Georgia;
    padding: 1% 0;
}
#topimage span.link {
    position: absolute;
    text-align: center;
    display: block;
    left: calc(50% - 91px);
    bottom: 15%;
      font-weight: 700;
    width: 102px;
    border-radius: 35px;
    color: #fff;
    padding: 8px 35px;
    text-transform: uppercase;
    border: 3px solid #fff;
}
#topimage span.link:hover {
  background: #fff; color: #333
}
.moduletable.custps {
  background: url(../images/bg.jpg) center 0 no-repeat;
      padding: 5% 27%;
    text-align: center;
    margin: 1% 0 2% 0
}
.moduletable.custps h3 {
  font-weight: 100;
  font-size: 2.6em;
  line-height: 1.2em;
  margin: 0 auto 30px auto;
  max-width: 599px;
}
.custom.custps {
    font-size: 18px;
    line-height: 1.7em;

}
.custom.custps a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    margin: 15px 10px 10px 10px;
    color: #404040;
    font-weight: 700;
}
.custom.custps a:hover {
  background: #EEEEEE
}
.moduletable.custpb {
    background: url(../images/bg2.jpg) center 0 no-repeat;
    padding: 10% 27%;
    text-align: center;
    margin: 1% 0 2% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.custom.custpb {
    background: rgba(255, 255, 255, 0.83);
    font-size: 31px;
    padding: 3% 11%;
        line-height: 1.7em;
    font-family: 'Georgia';
}
.top {}


.logo {
    max-width: 260px;
}
.tguser { }
#slide-w { margin:0; padding:0; background:#EAEAEA url(../images/bg.png) 0 0 repeat-x; border-bottom:1px solid #d6d6d6;border-top:1px solid #f5f5f5;}
#slide { width:960px; margin:0 auto;}
/* Navigation */
#nav {
    background: #FFF7C6;
    z-index: 555;
    width: 100%;
    text-align: center;
    padding: 0.6% 0;
}
.site-101 #nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.73);
}

#nav ul {margin:0; padding:0; }
#nav ul li {display: inline-block;padding: 3px 10px;position: relative;}
#nav ul li a { display:block;padding:0 8px 0 8px; margin:0; line-height:32px; color:#333333; font-size: 15px; font-weight: 700;  text-transform: uppercase;}
#nav ul li.active {

}


#nav ul li.active a {}
#nav ul li:hover {}
#nav ul li a:hover{color: #302B80;}

#nav li ul {
	position: absolute;
	font-size: 12px;
	top: 38px;
	width: 230px;
	z-index: 100;
	margin-left: -8px;
	background: #fefaa2;
	/* box-shadow: 10px 5px 15px #5d5d5d; */
	border-radius: 3px;
	display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  border-bottom: 1px solid #f9f0d8;
  background: none;
  padding: 7px 5px;
  top: 0;
  position: relative;
}
#nav li.active ul li a {
     background: none;
}
#nav li ul li a {
    display: block;
    text-transform: none;
    margin: 0;
    width: 207px;
    line-height: 1.5em;
    padding: 6px 2px;
}
#nav li ul li a:hover {background: #ffffff;color: #333333;}

/** Level third and above **/

#nav li ul ul {
	margin: 0 0 0 150px;
    top: 0;

}
#nav li ul ul ul {
	margin: -24px 0 0 113px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}

/* Sidebar */
#leftbar-w {padding:0px;width:230px;float:left;}
#addthis {float:center; padding-left: 12px; padding-top: 5px;}
#rightbar-w {margin-right:12px;padding:0px;width:230px;float:right;}
#sidebar {padding:0}
#sidebar .module {padding:6px 0 6px 0; margin:0;}
#sidebar .module-title {font-size:16px;font-weight:100;margin:0;height:24px; line-height:24px; color: #fff; padding:0 0 0 22px; font-family:Tahoma, sans-serif;}
#leftbar-w .module-title {padding: 0 0 0 15px }
#rightbar-w  .module-title {padding: 0 0 0 15px}
#sidebar .module-body p{padding:0; margin:0;}

#sidebar .module .custom {
  padding: 15px;
  background: #D68351; color: #222222;
  line-height: 1.5em
}

#sidebar  ul li { margin:0 5px; padding:0;}
#sidebar  ul.nav.menu{margin:5px 0 0 0; padding:0;list-style:none; padding:0; list-style-type:none;}
#sidebar  ul.nav.menu li{ background: #8d7667; /* Old browsers */
background: -moz-linear-gradient(top,  #8d7667 0%, #564238 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d7667), color-stop(100%,#564238)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8d7667 0%,#564238 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8d7667 0%,#564238 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7667', endColorstr='#564238',GradientType=0 ); /* IE6-9 */
 border-bottom:2px solid #D9844D;}
#sidebar  ul.nav.menu li a {
  display:block;margin:0; color: #FFFFFF; padding:3px 0 3px 15px;font-weight:bold;line-height:35px; text-decoration:none; font-size:15px;}
#sidebar  ul.nav.menu li a:hover { color:#ECC1A6; text-decoration:underline;}
#sidebar  ul.nav.menu li:hover {  background: #7D6759}
#sidebar  ul.nav.menu li.active a{color:#ECC1A6;}
#sidebar  ul.nav.menu li ul {border-top:1px solid #e4e4e4; margin:0;}
#sidebar  ul.nav.menu li ul li {background:none; border:none; margin: 0 0 0 15px;   }
#sidebar  ul.nav.menu li ul li a{ border: 0; color:#999; background: url(../images/arrow2.png) 0% 50% no-repeat;}
#sidebar  ul.nav.menu li ul li a:hover{ border: 0; color:#134E8B; background: url(../images/arrow2.png) 0% 50% no-repeat; }
#sidebar  ul.nav.menu li.active ul li a{color: #6e99c2;}
#sidebar  ul.nav.menu li ul li.active a, #sidebar  ul.nav.menu li.active ul li a:hover{color:#134E8B;}

/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content { clear:both;margin-top: 10px; background:#fff; position:relative; height:100%; padding: 10px}

#maincol {position: relative;}


div.clearpad {float:left;padding:0 0px 15px 10px;}
div.clearpad ul {clear: both;}

/* Content styles */
ul.archive li { list-style:none; padding:0 0 0 10px;}
.archive .article-count {color:#999;}
.blog-featured {
    background: #fff;
    color: #252525;
    line-height: 1.9em;
}
.blog-featured h2.item-title {
    text-align: center;
    background: #fffaea;
    font-weight: 100;
    padding: 1.5% 0;
    margin-bottom: 7%;
    text-transform: uppercase;
    font-size: 21px;
    border-bottom: 5px solid #fbc403;
}
.blog-featured table td {
    background: #f9f9f9;
    text-align: justify;
    padding: 1%;
}
td.imlin {
    padding: 0 10px;
    position: relative;
}
td.imlin img {
    padding: 12px;
    border: 1px solid #d4d4d4;
}
td.imlin:hover img {
/*  transform: scale(1.1); */
  transition: all 5s
}

td.imlin a {
    position: absolute;
    top: 33%;
    background: rgba(255, 255, 255, 0.79);
    width: 144px;
    display: block;
    left: calc(50% - 104px);
    text-align: center;
    padding: 4% 5%;
    font-size: 22px;
}
td.imlin a:hover {
  background: #fff
}
.blog-featured h3 {
  font-weight: 100;
  font-size: 27px;
  margin-bottom: 3%;
      padding-left: 22px;
}

.items-leading {position: relative; clear:both; padding: 3px 0px 3px 4px; margin-top:2px;}
.items-row {position: relative;clear:both;}
.item-page {
    position: relative;
    background: #fff;
    color: #222222;
    line-height: 1.8em;
    font-size: 17px;
    text-align: justify;
}
.item-page img {
  max-width: 100%;
  margin: 1% 2% 0 0;
  padding: 1%;
  border: 1px solid #ddd
}

.item-page .page-header h2 {
   text-align: center;
    font-size: 25px;
    position: relative;
    padding-top: 3%;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.item-page .page-header h2:before {
   content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: #332C80;
  left: calc(50% - 50px);
  bottom: -10px;
}

h2.item-page-title {padding: 3px 0px 3px 4px; margin-bottom: 10px;}
h2.item-page-title a{color: #181818;
  font-size: 26px;
  font-weight: normal;}
.item-page-title, .item-page-title a {text-decoration:none; color:#01406a;}
.item-page-title a:hover {}
.buttonheading { position:absolute; top:5px; right:0; padding:10px;}
.buttonheading .edit {float:right;margin:0 5px;}
.buttonheading .print { float:right; margin:0 5px;}
.buttonheading .email {float:right;margin:0 5px;}
.iteminfo {font-size: 12px;overflow:hidden;margin-bottom:5px;display:block;width: 100%; color:#999; padding-left: 5px; line-height: 13px;}
.iteminfo a {color:#999;} .iteminfo a:hover {color:#333;}
.iteminfo .category {}
.iteminfo .sub-category { padding:0 0 0 0px}
.iteminfo .create {}
.iteminfo .modified {}
.iteminfo .published {}
.iteminfo .createdby {font-weight:bold; display:block}
.items-more {clear:both; padding:10px;} h3.items-more { font-size:14px; padding:0; margin:0;}
.items-more ol { margin:0 0 0 30px; padding:0}
th.list-title, th.list-author,th.list-hits,th.list-date  { padding:2px; border-right:1px solid #fff; color:#fff;}
th.list-title a, th.list-author a,th.list-hits a,th.list-date a { color:#fff; font-weight:bold}
td.list-title, td.list-author, td.list-hits, td.list-date { border-bottom:1px dotted #ccc;}
td.list-title { width:50%;}
td.list-author { width:15%; text-align:center;}
td.list-hits { width:5%;text-align:center;}
td.list-date { width:15%;text-align:center;}
.cols-1 {width:100%; clear:both;}
.cols-2 .column-1{width:45%;float:left; margin:4px;}
.cols-2 .column-2{width:45%;float:right; margin:4px;}
.cols-3 .column-1{width:32%;float:left}
.cols-3 .column-2{width:32%;margin-left:1%;float:left;}
.cols-3 .column-3{width:32%;float:right;}
.cols-4 .column-1{width:23%;float:left}
.cols-4 .column-2{width:23%;margin-left:1%;float:left;}
.cols-4 .column-3{width:23%;margin-left:1%;float:left}
.cols-4 .column-4{width:23%;margin-left:0;float:right}
.column-1, .column-2, .column-3, .column-4 { position:relative;margin:0 0 20px 0}

ul.breadcrumb {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin: 0;
    padding-bottom: 14px;
}
ul.breadcrumb li {
    display: inline-block;
    margin: 5px 2px;
    color: #b9b9b9;
    font-size: 14px;
}

.blog .item {
    padding: 0;
    margin: 1%;
    width: 48%;
    background: #393083 url(../images/bgitem.jpg) center right no-repeat;
    border-radius: 8px;
        color: #fff;
}
.blog .item .page-header h2 {
    background: #fcb902;
    margin: 8px 0;
}
.blog .item .page-header h2:hover, .item .item-image:hover + .page-header h2 {
    background: #FFF7C6
}

.blog .item .page-header h2 a {
    display: block;
}

.pull-left.item-image img {
    max-width: 330px;
    float: left;
    margin-right: 30px;
    border-radius: 8px;
}
.blog .item  a.btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}
/* Contact styles */
th.item-num, th.item-title,th.item-position,th.item-phone,th.item-suburb,th.item-state { padding:2px; border-right:1px solid #fff; color:#fff;}
th.item-num a, th.item-title a,th.item-position a,th.item-phone a,th.item-suburb a,th.item-state a {color:#fff}
td.item-num {width:5%; text-align:center;}
td.item-title {width:25%; text-align:center;}
td.item-position {width:15%;text-align:center;}
td.item-phone {width:15%;text-align:center;}
td.item-suburb {width:15%;text-align:center;}
td.item-state {width:15%;text-align:center;}
.contact label { width:100px;font-weight:bold; float:left}
.contact input { float:left;}
.contact .jicons-icons { float:left; padding:5px 10px 10px 0;}
.contact h3 { font-size:14px;}

.spacer .module {float: left;}
.spacer.w99 .module {width: 100%;}
.spacer.w49 .module {width: 50%;}
.spacer.w33 .module {width: 33.3%;}
.spacer.w24 .module {width: 24.5%;}

.readmore { margin:0; line-height:20px; }



ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.pagination { clear:both;}
span.pagination { background:none;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; background: #fff; color: #555; font-weight: bold; font-size: 90%;}
.pagination a, ul.pagenav li a {  font-weight: bold; text-decoration:underline}
.button, .validate { padding: 3px 15px; border: 1px solid #999999; background: #b9b8b8; color: #FFF; font-weight: bold;}
.button:hover,.validate:hover,.pagination a:hover,ul.pagenav li a:hover  {background:#757474;color:#fff;}
.inputbox, input, textarea, select { border:1px solid #c0c0c0; color:#13618d; padding: 5px 10px}
.breadcrumbs { padding:0 0 0 10px; color:#555;}
.searchbox {background: url(../images/search.png) no-repeat ; margin-top: 7px; width: 165px; height: 18px; color:#13618d; -moz-border-radius: 5px; border-radius: 5px;}

/* Footer */

#footer { clear:both; margin:10px 0 0 0; padding:0;}
.footer-pad { width:960px; margin:0 auto; padding: 0;}
#bottom {width:960px; margin:0 auto; padding:5px 0 0 0; background: #555 ; -moz-border-radius-bottomright: 7px; -moz-border-radius-bottomleft: 7px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px;}
.copy { margin:0; padding:0 0 0 10px;font-size:12px; float:left;color:#ccc}
.copy a {font-size:12px; color:#ccc}
.design {margin:0; text-align:center; float:center; color:#e5e3e3; font-size:9px;padding: 0;width: 290px; margin: 0 auto;}
.design a { text-decoration:none; font-size:9px;color:#e5e3e3; font-weight:bold;padding: 0;}
 .linkbut.sscf-popup {
    display: inline-block;
    border-radius: 25px;
    color: #fff;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
  float: right;
  cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}


#user-bottom {
  margin: 3% auto 10px auto;
  color: #444444;
  overflow: hidden;
  padding: 1%;
  text-align: left;
  height: 100%;
  background: #F2F2F2

}
.user1 {
    padding: 10px;
    font-weight: 700;
    font-size: 17px;
}
.user2 {  padding: 1%; line-height: 21px;  }
.user2-2 {
    float: right;
     padding: 1%;
    width: 30%;
}
.user2 p {
  margin-bottom: 5px;
}
.moduletable.fz {
    margin: 1% 0;
}
#user-bottom2 {
    background: #FADF78;
    text-transform: uppercase;
    font-size: 15px;
        text-align: center;
    overflow: hidden;
    padding-top: 1%;
    margin-top: 1%;
}

.slider-wrapper.theme-default.article_images_block {
    width: 33%;
    float: left;
    margin: 0 3% 0 0!important;
}
.item-page.prodm .itemtext {
    float: left;
    width: 60%
}
.fotorama__nav__shaft.fotorama__grab, .fotorama__nav-wrap {
    display: none;
}
.item-page .moduletable {
    margin-top: 5%;
        text-align: center;
}
.item-page .moduletable h3 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
       margin-bottom: 2%;
}
.listitem {
    width: 19%;
    text-align: center;
    margin-right: 0.5%;
    display: inline-block;
}
.item-page .listitem img  {
    padding: 0;
    border-radius: 4px;
    border: 0;
    margin: 0
}
.listitem .itemname {
      background: #f8ba04;
    padding: 15px 0 10px 0;
    margin-top: -5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.listitem .itemname a {
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1400px)  {
.moduletable.custps {
 padding: 6% 16%;
 background: none
}
}


@media only screen and (max-width: 1200px)  {
  .container {
    width: 99%;
  }
  .inline.top {
    width: 74%;
  }
  .logo {
    max-width: 250px;
}

#nav ul li {
  padding: 5px
}
.item-page img {
  height: auto!important;
}



}
@media only screen and (max-width: 1000px)  {
  .container {
    width: 100%;
  }



 #header .inline {
    margin: 0 1.3%;
}

#nav ul {

}
#nav ul li {
  padding: 2px 5px;;

}

  #nav ul li a {
    padding: 5px;
    font-size: 14px
  }

.pull-left.item-image img {
    max-width: 100%;
    float: none;
}

.user1 {
  padding-left: 1%;
}
.moduletable.custps {
   background: none;
   padding: 3% 2%
}

.moduletable.custps h3 {
  font-size: 1.8em
}
.moduletable.custpb {
  padding: 7% 3%
}

 .custom.custpb {
   font-size: 1.5em
 }
 .items-row.fadeInRightBig.wow.animated {
     visibility: visible!important;
 }

}
#navtoogle {
   display: none;
       background: #fff9a2;
    padding-right: 5%;
    text-align: right;
}

@media only screen and (max-width: 768px) {


#navtoogle, #sp-left-toggler {
   display: block;
 }
span.menutext{
      line-height: 37px;
    margin-right: 8px;
}
#jsfilter_93, #sidebar .custom{
  display: none;
}

.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: #352e90;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ðµ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ, Ñ‚.Ðµ. Ð¼ÐµÐ½ÑŽ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¾ */
.cmn-toggle-switch__htx.active {
  background-color: #666666;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
span.menutoog div {
      background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}


body {
  background: none
}

#header {
    height: auto;
    text-align: center;
        overflow: hidden;
        padding: 2% 0
}
#header .inline {
    width: 96%;
    padding: 0 2%;
    text-align: center;
}
#topimage span.link {
  display: none;
}
#header .inline.top {
  padding: 2% 0
}
 #topimage .flexslider.position-caption-bottom-centered .flex-caption {
   font-size: 1.2em
 }

#centercontent_md {
  width: 100%;
}

table td {
  display: inline-block;
  width: 99%!important
}

#nav  {
  display: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 30px 30px #f5efc3;
    border-bottom: 5px solid #f9c600;
}

.site-101 #nav  {
    background: #fff;
}
#nav ul {
        width: 100%;
            float: none;
    text-align: center;
    z-index: 5555555;
}
#nav ul li {
  padding: 2px 0;
  width: 100%;
  background: #FFFDE1;
  margin: 2px 0;
}
#nav ul li:hover ul {
  display: none;
}

#topimage span.flex-caption {
  margin: 2% 5%;
  width: 85%;
  text-align: center;
  bottom: 10%;
  font-size: 150%;
}

.blog .item {
    width: 98%;
}
.blog-featured table td  {
  text-align: center;
  display: block;
}
.blog-featured table.wow {
   visibility: visible!important;
}
.flexslider {
  min-height: 300px;
}
.flexslider .slides img {
  height: 300px;
  object-fit: cover;
}

  td.imlin a {
    left: calc(50% - 84px);
  }

.item-page img {
  margin: 2% auto;
  height: auto!important;
}
.item-page iframe, td.imlin {
  max-width: 99%!important
}
.blog-featured td.imlin {
    min-width: auto;
    text-align: center;
}
.blog .item .page-header h2 {
    background: #fcb902;
    padding: 5%;
}
 td.imlin img {
    padding: 2%;
    max-width: 96%;
}
.show-testimonials a.button {
  margin: 5%;
  display: block;
}
#user-bottom {
    background: #fbfdf9;
}
.user1 {
 margin-top: 30px;
}
.user1 td, .user2, .user2-2 {
  display: block;
  width: 100%;
  text-align: center;
}
#wrap-contact-form95 .sscf-popup, #wrap-contact-form95 .rf_submit
{
    margin: 5% auto;
}
#wrap-contact-form103 .sscf-popup, #wrap-contact-form103 .rf_submit
{
    margin: 5% auto;
}
.item-page {
    text-align: center;
}
.listitem {
    width: 49%;
    text-align: center;
    margin-right: 0;
}
.slider-wrapper.theme-default.article_images_block {
    width: 98%;
    float: none;
    margin: 20px 0!important;
}
.item-page.prodm .itemtext {
    float: none;
    width: 100%;
}

}

