label{
	color: #fff;
}
#progress {
	position:fixed;
	z-index:9999;
	top:0;
	width:0%;
	height:3px;
	background:#c23c38;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-moz-transition:width 500ms ease-out,opacity 400ms linear;
	-ms-transition:width 500ms ease-out,opacity 400ms linear;
	-o-transition:width 500ms ease-out,opacity 400ms linear;
	-webkit-transition:width 500ms ease-out,opacity 400ms linear;
	transition:width 500ms ease-out,opacity 400ms linear
}

#progress dd,#progress dt {
	position:absolute;
	top:0;
	height:2px;
	-moz-box-shadow:#c23c38 1px 0 6px 1px;
	-ms-box-shadow:#c23c38 1px 0 6px 1px;
	-webkit-box-shadow:#c23c38 1px 0 6px 1px;
	box-shadow:#c23c38 1px 0 6px 1px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%
}
#progress dd {
	opacity:1;
	width:20px;
	right:0;
	clip:rect(-6px,22px,14px,10px)
}
#progress dt {
	opacity:1;
	width:100px;
	right:0;
	clip:rect(-6px,90px,14px,-6px)
}
#progress.done dt, #progress.done dd, #progress.done{
	opacity: 0 !important;
	display: none;
}
@-moz-keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-ms-keyframes pulse {
	30% {
		opacity:.6
	}
	60% {
		opacity:0
	}
	100% {
		opacity:.6
	}
}
@-o-keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes pulse {
	30% {
		opacity:.6
	}
	60% {
		opacity:0
	}
	100% {
		opacity:.6
	}
}
@keyframes pulse {
	30% {
		opacity:1
	}
	60% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
#progress.waiting dd,#progress.waiting dt {
	-moz-animation:pulse 2s ease-out 0s infinite;
	-ms-animation:pulse 2s ease-out 0s infinite;
	-o-animation:pulse 2s ease-out 0s infinite;
	-webkit-animation:pulse 2s ease-out 0s infinite;
	animation:pulse 2s ease-out 0s infinite
}
.fade-parent {
    opacity: 1;
    transition: 1s opacity;
}
.fade-parent.fade-out {
    opacity: 0;
    transition: none;
}
.wp-baner-top{
	visibility: hidden;
}
body{
	background:#8D7C5E;
	font-family: 'Open Sans', sans-serif;
	color: #dddddd;
}
.top-section{
	background: #D5BA8D;
}
.logo-wrapper{
	background: #FCF7EE;
	padding: 20px 0;
}
.section1 img {
    padding: 30px 0;
}
.section1-title, .section1-title a{
	color: #26366b;
}
.section1 img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.section1 img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.section1-content {
    font-size: 19px;
    color: #8D7C5E;
    line-height: 1.526;
    text-align: center;
}
.main-menu-wrapper{
	background: #FCF7EE;
}
table{
	background: transparent!important;
}
table tr th, table tr td{
	color: #dddddd;
	line-height: 24px !important;
}
table.tablepress tr th, table.tablepress tr td{
	color:#333;
}
a{
	color: #c23c38;
	transition:color 0.3s ease;
}
.card-box a.read-more{
	color: #004579;
}
a:hover, a:focus{
	color: #b73a37;
}

.widget-content li a{
	color: #26366c;
}
.widget-content li a:hover, .widget-content li a:focus{
	color: #c23c38;
}
.content-widget h2, .content-widget h2, .entry h1, .entry h2.as-h1, .entry h1 a, .entry h2.as-h1 a, .widget-weather span, .weather-add h4, .widget-weather span{
	color:#8d7c5e;
}
.entry h2, .entry h2 a{
	color:#fff;
}

.footer-menu, .footer-menu a{
	color:#c23c38;	
}
.entry h3, .entry h3 a, .entry h1 span.date, .entry h2.as-h1 span.date, .widget-weather h4{
	color:#c23c38;
	font-style: italic;
}
.widget-weather h4{
	font-weight: 200;
	background: #fff;
	    margin-left: -10px;
    margin-top: -5px;
    margin-right: -16px;
    padding: 10px;
}
.widget-weather h4 span{
	font-weight: 700;
}
.widget-content.current-temp{
	background: #f0f0f0;
}
.contain-to-grid, .top-bar, .top-bar.expanded .title-area, .top-bar-section ul, .top-bar-section ul li > a, .main-menu , .questionary_title h3, ul.pagination li.current a{
	background: #FCF7EE;
}
.widget h3, .widget .weather-row.current{
	background: #c23c38;
}
button, .button{
	color:#fff !important;
	font-size:19px !important;
	background:#26366b;
	border:0;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	font-weight: 600;
}
.button-flat, .small-yellow{
	-webkit-border-radius: 06px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.button-green{
	color:#fff !important;
	background:#c23c38;
}

.small-yellow{
	font-size: 13px !important;
	color:#333333 !important;
	background:#c23c38;
	margin-top: 10px;
}
.button-yellow{
	background: #25356b !important;
	color:#fff !important;
}
.button-big{
	max-width: 260px;
	width: 100%;
	padding: 10px;
}

button:hover, .button:hover, button:focus, .button:focus{
	background:#333333 !important;
	border:0 !important;
	color:#dddddd !important;
	text-decoration:none !important;
}
.button.button-flat.button-yellow{
	background: #D5BA8D !important; 
	color: #8d7c5e !important;
}
.flex-control-paging li a{
	background: #fff;
}
.top-bar .name h1 a, .top-bar .toggle-topbar a, .top-bar .toggle-topbar.menu-icon a, .top-bar.expanded .toggle-topbar a, .top-bar-section ul li > a, .questionary_title h3  {
	color: #8d7c5e;
}
.top-bar-section ul li:hover > a, .top-bar-section ul li.active > a:hover{
	color: #FCF7EE;
}
.widget .weather-row.current *{
	color: #fff !important;
}
.widget h3{
	color: #fff;
}

.entry h4, .entry h4 a{
	color: #f8f8f8;
}
.tablepress thead th, .tablepress tfoot th{
	color:#333 !important;
	background-color:#c23c38 !important;
}
.top-bar-section ul li > a.button, .top-bar-section ul li:hover > a, .top-bar-section ul li.active > a, .top-bar-section ul li.active > a:hover, .question-tooltip, .top-bar-section .dropdown li.title h5 a {
	background: #8d7c5e;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
	background: #c23c38;
}
.top-bar-section .dropdown label {
	color: #777777;
}
.the_question, .result-wrapper, .questionary{
	background:#304a56;
}
.widget-content{
	background: #f8f8f8;
	border-top:0;
	color:#333333;
}
.widget-content *{
	color:#26366c;
}
.widget-content .current-temp sup{
	color:#c23c38;
}
.widget-content .widget-content{
	border: 0;
}
.the_question:hover, .main-content{
	background:transparent;
}
#searchform input#s, .breadcrumb, .breadcrumb a{
	color:#8d7c5e;
}

.top-menu a{
	font-size: 19px;
	font-weight: 700;
	color:#8d7c5e;
}
#searchform input#s{
	  background-color: #fff;
}

.question-tooltip{
    color: #FFFFFF !important;
}
.widget .weather-row:nth-child(even){
	background: #ebebeb;
}
.widget .weather-row.even{
	background: #ebebeb;
}
.widget-weather em{
	color:#666666;
}
.cd-rates-titles td{
	background:#ebebeb !important;
}
.placeholder { color: #aba9a9 !important; }

.top-footer{
	background: #f3f0ef;
	padding: 30px 0;
}
.bottom-footer{
	background: #D5BA8D;
	padding: 30px 0;
}
.middle-footer{
	background: #D5BA8D;
	    padding: 30px 0 0 0;
}
.middle-footer > .row{
	border: 1px solid #8D7C5E;
	border-left:0;
	border-right: 0;
	padding-top:10px;
	padding-bottom: 10px;
}
.footer-brd{
	color: #666666;
}
.footer-shade{
	background: #f1f1f1;
	padding: 15px 0;
	margin-top: 20px;
}
.footer-brd .section.group{
	font-size: 16px;
	text-align: center;
}
.footer-brd .section.group h4{
	font-size: 16px;
	color: #666666;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 5px;
}
.footer-logo-wrapper{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-logo-wrapper div{
	margin-top: 15px;
	line-height: 22px;
	font-size: 14px;
}
.footer-shade .columns{
	font-size: 14px;
}
.footer-menu-wrapper{
	text-align: center;
	padding-top: 10px;
}
.footer-menu-wrapper a, .footer-menu-wrapper a:hover, .footer-menu-wrapper a:focus{
	font-size: 14px;
}
.footer-copy-wrapper{
	text-align: center;
}
.footer-copy-wrapper span, .footer-copy-wrapper span *{
	font-size: 11px !important;	
}
.footer-devider{
	border-bottom: 1px solid #e8e8e8;
}
.page-image-str{
	position: relative;
	z-index: 1;
}
.page-image-str img{
	width: 100%;
}
label, .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td{
	font-size: 16px;
}
.ob-phone-info span{
	color: #004579;
	font-size: 16px;
	font-weight: 700;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #26366b;
  bottom: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
.two-content-widgets h2{
	color:#fff;
	font-size: 48px;
	font-weight: 700;
	text-shadow: 0px 0px 2px rgba(14, 90, 144, 0.75);
}
.two-content-widgets, .two-content-widgets p{
	color: #fff;
	font-size: 16px;
	text-shadow: 0px 0px 2px rgba(14, 90, 144, 0.75);
	font-weight: 400;
}
.two-content-widgets .button{
	font-size: 19px !important;
	text-transform: uppercase;
	padding: 10px 20px;
}
.section-title-desc{
	text-align: center;
}
.section-title-desc h2{
	color: #fff;
	font-size: 29px;
	font-weight: 400;
}
.section-title-desc p, .section-title-desc{
	font-size: 23px;
	font-weight: 300;
}
.section-title-desc{
	margin-bottom: 15px;
}
.icon-right h3, .icon-right h3 a{
	font-weight: 600;
	font-size: 19px;
	color: #c23c38;
}
.section-wrapper-color{
	background: #e8d2ad;
}
.section-wrapper-color-dark{
	background: #40636a;
}
.sections-wrapper-page .section-color-by-row:nth-child(odd){
	background: #40636a;
}
.content-center-section{
	text-align: center;
}
.content-center-section h1{
	font-size: 33px;
	font-weight: 700;
	color: #fff;
}
.content-center-section p{
	font-size: 27px;
	color: #ddd;
}
.content-center-section p:last-child{
	margin-bottom: 0;
}

.centerd-section{
	text-align: center;
	max-width: 535px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.centerd-section p{
	font-size: 16px;
	color: #8d7c5e;
}
.centerd-section h2{
	font-size: 48px;
	    color: #8d7c5e;
	font-weight: 700;
}
.centerd-section hr{
	height: 3px;
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px; 
	background: #5e5e5e;
	border: 0;
}
.section-wrapper-color h2{
	color: #000;
}
.section-wrapper-color .centerd-section hr{
	background: #c23c38;
}
.section-wrapper-color{
	color:#000;
}
#ob-widget{
	
	background: transparent;
	 -moz-box-shadow:    none !important; 
	-webkit-box-shadow: none !important;
	 box-shadow: none !important;
	 border: 0;
	 padding: 1.25rem 0;
}
#ob-widget #modalTitle{
	display: none;	
}
#ob-widget form{
	background: #fff;
	padding: 20px 0;
}
#ob-widget .close-reveal-modal{
	color:#fff;
	border: 1px solid #fff;
	width: 48px;
	height: 48px;
	right: 50%;
	margin-right: -24px;
	border-radius: 50%;
	text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 43px;
    margin-top: -40px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
      transition:         transform .8s ease-in-out;
}
#ob-widget .close-reveal-modal:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#ob-widget fieldset{
	margin-top: -20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-left: -10px;
	margin-right: -10px;
}
#ob-widget fieldset input{
	visibility: hidden;
	left: -9999px;
	position: absolute;
	z-index: -1000;
}
#ob-widget fieldset label{
	margin: 0;
	width: 50%;
    position: relative;
    float: left;
    text-align: center;
    background: #e2e2e2;
    line-height: 72px;
    height: 72px;
    text-decoration: none;
    color: #bebebe;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}
#ob-widget fieldset label.active {
    background: #FFF;
    color: #333;
}
#ob-widget .entry {
    text-align: center;
    padding: 12px 0 12px 0;
    margin: 0;
}
#ob-widget .entry h3{
	display: block;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 48px;
    margin: 0;
    font-style: normal;
}
#ob-widget .input-wrapper{
	border-top: 1px solid #e5e5e5;
	padding-top: 20px
}
#ob-widget .input-wrapper .column, #ob-widget .input-wrapper .columns {
  padding: 0 20px;
}
#ob-widget .input-wrapper label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    line-height: 24px;
}

#ob-widget .input-wrapper input[type="text"], #ob-widget .input-wrapper input[type="password"]{
	border: 0;
	background: transparent;
	-moz-box-shadow:    none !important; 
		-webkit-box-shadow: none !important;
		 box-shadow: none !important;
		 padding-left: 0;
		 padding-right: 0;
}
#ob-widget .input-wrapper input{
	margin-bottom: 20px;
}
#ob-widget .input-wrapper input[type="submit"]{
	margin-bottom: 0;
}
#ob-widget .input-wrapper .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    border-left: 1px solid #e4e4e4;
    font-size: 11px;
    background: #FFF;
    overflow: hidden;
    color: #444;
    cursor: pointer;
    margin-top: 12px;
    line-height: 48px;
}
.footer-text{
	color:#8D7C5E;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
	text-align: center;
}
.footer-menu ul li > a{
	font-size: 23px;
	font-weight: 500;
	color:#8D7C5E;
}
.footer-menu ul li a:hover{
	text-decoration: underline;
}
.footer-menu ul li li a{
	font-size: 16px;
	color:#8D7C5E;
	font-weight: 400;
}
.my-nav-menu-search{
	display: none;
}
.seaction-team .inner-team{
	margin-bottom: 20px;
}
.seaction-team .inner-team h3, .seaction-team .inner-team a{
	color: #000;
	font-size: 19px;
	display: block;
	margin-top: 7px;
	margin-left:10px;
	margin-right: 10px;;
}
.seaction-team .inner-team h3:first-child{
	font-size: 23px;
}
.seaction-team .inner-team.members h3, .seaction-team .inner-team.members a{
	color: #dddddd;
	font-size: 16px;
}
.seaction-team .inner-team.members h3:first-child{
	font-size: 19px;
}
.menu-holder.clone{
	display: none;
}
.center-button{
	text-align: center;
	padding-top: 20px;
}
.card-image .text-over-image{
	color: #25346f;
	font-size: 24px;
	font-weight: 700;
	padding: 0 25px 0 15px;
	background: url(img/arrow-right.png) right 50% no-repeat;
}
.card-content{
	padding: 0 15px;
}

.card-image{
	overflow: hidden;
}
.card-image img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.card-image:hover img {
	opacity: 0.9;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}




.big-coll{
	overflow: hidden;
	
}
.big-coll img {
	opacity: 0.26;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.big-coll::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-103%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-103%,0);
}


.big-coll:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.big-coll:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,103%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,103%,0);
}
.product-table-wrapper{
	text-align: center;
}
.product-table-wrapper h2{
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 20px;
}
.product-table-wrapper h3{
	margin: 0;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	padding: 15px 10px;
}
.product-table-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #d2d2d2;
	border-top: 0;
	background: #fff;
}
.product-table-wrapper ul li{
	border-bottom:1px solid #e2e2e2;
	padding: 15px 5px;
	color:#444;
}
.product-table-wrapper ul li:last-child{
	border-bottom: 0;
	padding-bottom: 35px;
}
.product-table{
	display: block;
	width: 100%;
}

.product-coll{
	display: block;
	width: 100%;
}
.product-table-wrapper .button{
	color:#fff !important;
	margin-top: -40px;
}
.product-table .product-coll .product-item{
	
	
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.product-table .product-coll .product-item:hover{
	-webkit-transform: scale3d(1.02,1.02,1.02);
	transform: scale3d(1.02,1.02,1.02);
}
.product-table .product-coll:last-child .product-item{
	margin-right: 0px;
}
.mob-padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-table-wrapper ul li p:last-child{
	margin-bottom: 0;
}
.logo-wrapper{
	text-align: center;
}
.three-widnget-icons .inner-spacer{
	
	
overflow: hidden;
}
.three-widnget-icons .inner-spacer img{
	width: 100%;
}

.footer-menu-one-line{
	text-align: center;
}
.footer-menu-one-line ul{
	list-style: none;
	overflow: hidden;
	display: inline-block;
	margin: 0;
}
.footer-menu-one-line ul li, .footer-menu-one-line ul li a{
	display: block;
	float: left;
}
.footer-menu-one-line ul li a{ 
	font-size: 14px;
	color: #8D7C5E;
}
.footer-menu-one-line ul li{
	margin-right: 10px;
}
.footer-menu-one-line ul li:last-child{
	margin-left: 0;
}
.location-wrapper .one-location-new strong{
	color:#c23c38;
}
.location-wrapper .one-location-new h2{
	font-size: 23px;
}
.entry h5, .entry h6{
	color: #fff;
}
.entry h5{
	color: #c23c38;
}
.entry h6{
	font-style: italic;
}
@media only screen and (min-width: 40.063em) {
	
	.footer-menu-one-line ul{
		 margin-top: 2px;
	}
	   
	.footer-menu-one-line{
		text-align: left;
	}
	.top-bar-section {
	    width: 100%;
	    text-align: center;
	}
	#main-menu-ul {
	    text-align: left;
	    float: none !important;
	    display: inline-block;
	}
	.product-table{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.mob-padding{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product-coll{
		display: table-cell;
		
		width: auto;
	}
	.product-table .product-coll .product-item{
		margin-bottom: 0;
		margin-right: 30px;
	}
	.my-nav-menu-search{
		display: block;
	}
	.search-dd{
		background: rgba(71, 148, 115, 0.9) !important;
		width: 250px !important;
		color: #fff;
	}
	.search-dd label{
		color: #fff !important;
	}
	.footer-menu ul{
		margin-bottom: 0;
		text-align: left;
	}
	.footer-menu ul{
		display: table;
		width: 100%;
		padding:0 0 20px 0;
		margin-top: 7px;
	}
	.footer-menu ul:last-child{
		padding: 0;
	}
	.footer-menu ul ul{
		display: block;
		padding: 0;
	}
	.footer-menu ul li{
		margin-bottom: 7px;
		display: table-cell;
	}
	.footer-menu ul li li{
		display: block;
	}
	.footer-devider{
		border-bottom: 0;
		border-right: 1px solid #e8e8e8;
	}
	.footer-copy-wrapper{
		text-align: left;
	}
	.footer-menu-wrapper{
		text-align: right;
		padding-top: 0;
	}
	.footer-brd .section.group{
		text-align: left;
	}
	.top-bar {
	    height: 50px;
	    line-height: 50px;
	}
	.main-menu{
		margin-top: 20px !important;
	}
	.top-bar-section .has-dropdown > a:after {
	    border-color: rgba(128, 33, 68, 0.8) transparent transparent transparent;
	    margin-top: -2.5px;
	    top: 26.5px;
	}
	.top-bar-section #main-menu-ul .has-dropdown > a:after {
	    border:0;
	    display: none;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border-color: transparent transparent transparent rgba(128, 33, 68, 0.8);
	    border-left-style: solid;
	    margin-right: 15px;
	    margin-top: -4.5px;
	}
	
	.top-bar-section #main-menu-ul .has-dropdown .dropdown li.has-dropdown > a:after {
	    border:0;
	    display: none;
	}
	
	.top-bar-section #main-menu-ul .has-dropdown > a{
		    padding: 0 30px !important;
	}
	
	.top-bar, .top-bar.expanded, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li li:not(.has-form) a:not(.button):hover, .top-bar-section li.active li:not(.has-form) a:not(.button):hover, .top-bar-section .dropdown li a, .top-bar-section .dropdown li label, .top-bar-section .has-form {
		background: transparent;
	}
	.top-bar-section ul, .main-menu{
		background: transparent;
	}
	.top-bar-section li.hover > a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form):hover a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .no-js .top-bar-section ul li:hover > a, .no-js .top-bar-section ul li:active > a  {
		 background: #D5BA8D;
	}
	
	.top-bar-section ul li > a{
		color: #8d7c5e;
	}
	 .top-bar-section li.hover > a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li a, .no-js .top-bar-section ul li:hover > a, .no-js .top-bar-section ul li:active > a, .top-bar-section ul li:hover > a  {
		 color: #8d7c5e;
		 background: #D5BA8D;
	}
	.top-bar-section li li:not(.has-form) a:not(.button) {
	 	background: #197bba;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button){
		 color: #8d7c5e;
		 background: #D5BA8D;
	}
	.top-bar-section li.active:not(.has-form):hover a:not(.button), .top-bar-section li:not(.has-form):hover a:not(.button){
		color: #8d7c5e;
	}
	
	.top-bar-section ul.dropdown{
		-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
	}
	
	.top-bar-section ul.dropdown li > a, .top-bar-section ul.dropdown li > a{
		 color:#8d7c5e !important;
		 background: #D5BA8D !important;
		 -moz-box-shadow:    none !important; 
		-webkit-box-shadow: none !important;
		 box-shadow: none !important;
	}
	.top-bar-section ul.dropdown li:hover > a, .top-bar-section ul.dropdown li.hover > a{
		 color:#D5BA8D !important;
		  background: #8d7c5e !important;
		  -moz-box-shadow:    none !important; 
		-webkit-box-shadow: none !important;
		 box-shadow: none !important;
	}
	

	.menu-holder.clone {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  transform: translateY(-150%);
	  transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	  z-index: 30;
	  background: #fff;
	 -webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
display: block;
	}
	
	body.down .menu-holder.clone {
	  transform: translateY(0);
	}
	body.down .menu-holder.clone.spacer-logged-in{
		margin-top: 32px;
	}
	.menu-holder.clone .logo-wrapper img{
		max-width: 200px;
		width: 100%;
	}
	.menu-holder.clone .mega-menu-wrapper ul li a{
		font-size: 20px;
	    padding: 5px 15px;
	}
	
}
@media only screen and (min-width: 40.063em){
	 .top-bar-section .left li.edge .dropdown {
        left: auto !important;
	    right: 0 !important;
      }
      .top-bar-section .left li.edge .dropdown li .dropdown, .top-bar-section .left li .dropdown li.edge .dropdown {
         right: 100% !important; 
      }
      
}
body.is_white .entry label{
	color: #8D7C5E !important;	
}
body.is_white{
	background: #fff;
	color: #8D7C5E;
}
body.is_white .entry h3, body.is_white .entry h3 a, body.is_white .entry h1 span.date, body.is_white .entry h2.as-h1 span.date{
	color: #c23c37;
}
body.is_white table tr th, body.is_white table tr td{
	color: #8D7C5E;
}
body.is_white .questionary_title h3{
	background: #fad65b  !important;
}
body.is_white .the_question, body.is_white .result-wrapper, body.is_white .questionary{
	background: #ccc;
}
body.is_white .entry ul {
    list-style-image: url(img/bulet-dark.png);
}
body.is_white .sections-wrapper-page .section-color-by-row:nth-child(odd){
	background: #ccc;
}
body.is_white .seaction-team .inner-team.members h3, body.is_white .seaction-team .inner-team.members a{
	color: #000;
}
body.is_white .accordion dd > a{
	color: #000;
}
.is_white blockquote, .is_white blockquote {
	color: #000;
}

.is_white .entry h2, .is_white .entry h2 a, .is_white .entry h4, .is_white .entry h4 a{
	color: #26366c;
}
.is_dark .entry a, .is_dark .entry h1, .is_dark .entry h2.as-h1, .is_dark .entry h1 a, .is_dark .entry h2.as-h1 a, .is_dark .entry h3, .is_dark .entry h3 a, .is_dark .entry h5{
	color: #e8d2ad;
}

#ob-widget .input-wrapper input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
#ob-widget .input-wrapper input[type="text"]:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}
#ob-widget .input-wrapper input[type="text"]::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}


#ob-widget .input-wrapper input[type="password"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
#ob-widget .input-wrapper input[type="password"]:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}
#ob-widget .input-wrapper input[type="password"]::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}

.section-red{
	background: #c23c38;
}