@import url("../CherryFramework/style.css");
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700|Open+Sans:300,400,600,700');
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");

/*html.desktop {
    margin-top: 0 !important;
}*/

body { 
	font-family: open sans;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #333333;
}
@media (min-width: 1200px){
	.container{
		width: 100%;
	}
}
@media (min-width: 768px){
	.container {
    	max-width: none;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    	width: auto;
    }
}
@media (min-width: 576px){
	.container {
    	max-width: none;
    }
}
@media (min-width: 1200px){
	.row {
    	margin-left: 0;
    	margin-right: 0;
	}
}
li{
	line-height: inherit;
}
#content ul{
	padding: 0;
	list-style: none;
}
#content ul li::before {
    color: #C7B17A;
    content: "\2022";
    font-size: 20px;
    margin-right: 10px;
}
#content ol{
	padding: 0 30px 0 0 ;
	list-style: none;
}
#content ol li::before{
	content: url('images/bullet.png');
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}

@media(max-width: 767px){
	body{
		padding: 0;
	}
}
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
h3 {
	margin-bottom:15px;
}
a{
	color: #A07D20;
	text-decoration:underline;
}
a:hover{
	color: #333;
}
div h1{
	font-size: 50px;
    font-family: dosis, sans-serif;
    font-weight: normal;
    text-transform: none;
    color: #646567;
    line-height: 60px;
    margin: 0 0 30px;
    letter-spacing: 5px;
}
div h2{
	color: #A07D20;
	font-size: 40px;
	line-height:45px;
    font-family: dosis, sans-serif;
    margin: 15px 0 30px;
    text-transform: none;
}
div h3 {
	font-size: 26px;
    font-family: dosis, sans-serif;
    line-height: 33px;
    margin: 30px 0 20px;
    text-transform: none;
    color: #3F734D;
    font-weight: 400;
}
.alignnone {
    margin: 0;
}
.btn, .read-more {
    background: #646569;
    font-size: 17px;
    font-family: dosis, sans-serif;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
}
.btn:hover,.read-more:hover{
	background-color: #999;
	text-decoration: none;
	color: #fff;
}
.main-holder {
	overflow:hidden;
}
.header {
	background:#fff;
	border:none;
	padding:0 0 5px;
	box-shadow: 0 4px 13px 0px rgba(204,204,204,0.75);
	position: fixed;
	width: 100%;
}
.home .header {
    box-shadow: none;
}
.content-holder {
    padding-top: 100px;
}
@media(max-width: 767px){
	.header{
		position: relative;
		padding-top: 45px;
	}
	.content-holder {
    	padding-top: 0;
	}
}
#wprmenu_bar{
	right: 0;
	left: auto;
	width: auto;
}
/*#wprmenu_bar div.hamburger{
	display: block;
    width: 100%;
    text-align: right;
}
#wprmenu_bar .menu_title{
	display: block;
    text-align: right;
}*/
html {
    padding-top: 0px !important;
}
body #wprmenu_bar{
	height: 70px;
	top: 25px;
	/*z-index: 9999;*/
	/*background: transparent;*/
}
body.admin-bar #wprmenu_bar {
    top: 50px;
}
/*#wprmenu_bar div.hamburger{
	float: none;
}
body.admin-bar #wprmenu_bar{
	position: absolute;
    top: 14px;
    height: 65px;
    width: auto;
    text-align: center;
    left: auto;
    right: 0;
}*/
body.admin-bar #wprmenu_bar.active{
	/*top: -50px;*/
}
div#mg-wprm-wrap ul li {
    border-top: none;
    border-bottom: none;
}
#mg-wprm-wrap ul#wprmenu_menu_ul{
	font-family: 'open sans', sans-serif;
	letter-spacing: 1px;
}
@media(max-width: 767px){
	body #wprmenu_bar{
		width: 100%;
		height: 45px;
    	top: 0;
	}
	.menu_title{
		display: none;
	}
}
@media(max-width: 350px){
	body.admin-bar #wprmenu_bar{
		top: 4px;
	}
}
.search-form form {
    max-width: 100%;
}
.search-form.search-form__h{
	width: 320px;
	max-width: 100%;
}
input[type="text"].search-form_it{
	border-color: #A27D22;
    border-radius: 20px;
    width: 280px;
    max-width: 100%;
}
header .search-form_is{
	background: transparent;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.search-form_is{
	color: #A27D22;
}
.search-form_is:hover, .search-form_is:focus{
	color: #0c6c3e;
	background-color: transparent;
}
header input[type="text"].search-form_it:focus{
	border: none;
	box-shadow: none;
	background: #bdcbb6;
	/*background-color: #transparent;*/
}
.search-form{
	margin: 20px 0;
}
@media (max-width: 767px) {
	.search-form{
		text-align: center;
	}
	.search-form #search-header{
		float: none;
		width: 280px;
		margin: auto;
	}
}
@media(max-width: 350px){
	.search-form{
		margin: 30px 0;
	}
}

.social {
	float: right;
}
.social li {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0 0 0 15px;
	font-size:28px;
	line-height:1.2em;
}
.social a {
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social a:hover {
	text-decoration:none;
	color:#ccc;
}
.social i {
    margin-right: 0;
    font-size: 19px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 37px;
    height: 35px;
    padding: 7px 0px 0;
    text-align: center;
}
@media (max-width: 767px) {
	.social{
		/*text-align: center;*/
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo.pull-left {
		float:none;
		padding-left:0;
		text-align: center;
	}
	.logo.pull-left img{
		max-width: 90%;
		height: auto;
	}
}
.cameraContent {
    top: 0;
    margin: 60px 0;
    max-width: 580px;
}
.camera_caption {
    width: 100%;
    margin: 0 60px;
    position: relative;
}
.camera_caption.fadeFromTop, .camera_caption.fadeFromBottom, .camera_caption.moveFromTop, .camera_caption.moveFromBottom {
	bottom:0;
	top:auto;
}
.camera_wrap img {
    width: 100%!important;
    margin: 0!important;
    height: auto!important;
}
.camera_caption > div {
    background-color: transparent;
    font-family: inherit;
    padding: 0;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400;
}
.camera_caption  h1{
	color: inherit;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 20px;
	font-family: inherit;
	text-transform: uppercase;
}
.camera_caption > div small { font-size:11px; }
.camera_target_content { overflow:visible; }
.camera_wrap .camera_pag .camera_pag_ul li {
	width:9px;
	height:9px;
	background-color:#b7b7b7;
	margin:16px 2px 12px 2px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_wrap .camera_pag .camera_pag_ul li > span { display:none !important; }
.home .content-holder{
		padding-bottom: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover { background-color:#ff2a00; }
@media (max-width: 1200px) {
	.camera_caption h1{
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.camera_caption{
		margin: 0 20px;
	}
	.cameraContent{
		margin: 10px 0
	}
	.camera_caption > div{
		font-size: 20px;
		line-height: 28px;
		padding: 20px 30px;
	}
	.camera .btn{
		margin-top: 20px;
	}
}
@media (max-width: 920px) {
	.camera_caption h1{
		font-size: 25px;
		line-height: 33px;
	}
	.camera_caption > div{
		font-size: 15px;
		line-height: 23px;
		padding: 20px 30px;
	}
}
@media (max-width: 767px) {
	.camera_caption h1{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.camera_caption > div{
		font-size: 13px;
    	line-height: 20px;
		padding: 10px;
	}
}
@media (max-width: 625px) {
	.slider { display:none;}
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:0;
		padding-right:0;
	}
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont{
	background-color: #0c6c3e;
	border-radius: 50%;
}
.camera_prev > span{
	background-position: 0 -80px;
}
.camera_next > span{
	background-position: -40px -80px;
}
.camera .btn {
    background-color: #A27D22;
    font-size: 15px;
    text-shadow: none;
    padding: 10px 20px;
    margin-top: 30px;
    display: block;
    margin-left: 0;
    text-transform: none;
    width: 120px;
}
.camera .btn:hover{
	background-color: #999;
}
@media (max-width: 1200px) {
	.camera .btn{
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.camera .btn{
		margin-top: 10px;
	}
}

.featimages img{
	max-width: 100%;
	height: auto;
}
#content img{
	max-width: 100%;
	height: auto;
}

.intro {
    color: #39393D;
    font-size: 17px;
    margin-top: 60px;
    line-height: 26px;
}
.intro h1{
	font-size: 45px;
    line-height: 50px;
    font-family: dosis, sans-serif;
    color: #A17D21;
    letter-spacing: 2px;
}
.intro p{
	margin-bottom: 20px;
}
.introimg img{
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px){
	.intro{

	}
}
.home .breadcrumb__t{
	display: none;
}
h1.h46green{
	font-size: 46px;
	line-height: 52px;
	font-family: dosis, sans-serif;
	color: #40744E;
	letter-spacing: 5px;
}
@media(max-width: 650px){
	h1.h46green {
    	font-size: 35px;
    	line-height: 44px;
    }
}
.home-serv{
	text-align: center;
}
.home-serve h2{
    margin-bottom: 20px;
}
.service-list.list{
	margin-bottom: 30px;
	width: 98%;
}
.news h2{
	color: #3A3A3D;
	font-size: 28px;
	margin-bottom: 10px;
}
.news figure{
	margin: 0;
}
.news h1{
    margin-bottom: 50px;
    margin-top: 20px;
}
.news a:hover{
	color: #0c6c3e;
}
.greybox{
	background: #F1F1F1;
	padding: 30px 0;
}
.greybox img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.greybox h1{
	
}
.greybox h2{
	font-size: 30px;
    font-weight: normal;
    font-family: dosis, sans-serif;
    line-height: 38px;
    text-transform: none;
    color: #646568;
}
.greybox h2 a{
    text-decoration: none;
    color: inherit;
}
.greybox p{
	margin-bottom: 30px;
	color: #646568;
	font-size: 15px;
}
@media(max-width: 650px){
    .greybox .service-list img {
    	width: 90px;
	}
	.greybox img {
		margin-bottom: 0;
	}
	.greybox h2{
		margin: 10px 0;
		font-size: 23px;
    	line-height: 30px;
	}
}

.stats{
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
    line-height: 25px;
	text-align: center;
	background-size: cover;
	margin-top: 50px;
	text-transform: uppercase;
	font-weight: 600;
    text-shadow: 2px 1px 4px rgba(0, 0, 0, 1);
}
.stats-cont h3{
	font-family: open sans, sans-serif;
	font-size: 58px;
	line-height: 60px;
	margin-bottom: 30px;
	color: #fff;
}

.advps-slide{
	width: auto!important;
}
.advps-slide img{
	/*width: auto;*/
}
.bx-wrapper{
	margin-bottom: 0;
}
.partners{
	margin-top: 40px;
}
.partners h1{
	font-size: 45px;
    line-height: 50px;
    font-family: dosis, sans-serif;
    color: #A17D21;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.history.greybox h2{
	color: #A07D20;
	font-size: 40px;
	line-height: 45px;
}

.postpg{
	margin-top: 40px;
	padding-right: 40px;
}
.post__holder .post-header .post-title{
	margin-bottom: 10px;
}
.post-title a{
	color: #39393D;
	text-decoration: none;
}

.single .post_content{
	margin-top: 30px;
}
.post-14{
	margin-bottom: 40px;
}
.post-14 h2{
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 1px;
}
.post-14 img{
	margin-right: 10px;
}

.content-holder{
	padding-bottom: 0;
}
.error404-holder_num { color:#0c6c3e; }
.error404-holder h4, .hgroup_404 h2{
	font-family: open sans;
}
.error404-holder_num{
	font-size: 200px;
}
.error404-holder .hgroup_404 {
    padding: 0 20px;
}
.error404-holder h4{
	text-transform: none;
	padding: 0 20px;
}
.error404-holder{
	text-align: center;
}

.title-section {
	padding:0;
	margin-top: 20px;
}
.title-header {
	overflow:visible;
	margin-bottom:20px;
	margin-top:0;
}
.breadcrumb__t {
	margin:0 0 20px;
	padding:0;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
    text-align: right;
    display: block;
}
.breadcrumb__t li {
	font-size: 13px;
    font-family: open sans;
    font-style: italic;
}
.breadcrumb__t li.active{
    color: #B89F5D;
}
.breadcrumb__t li a{
	color: #464637;
	text-decoration: none;
}
.breadcrumb__t .divider { margin:0 5px; }

.whyimg{
	max-width: 150px;
}

 #content {
    padding-top: 10px;
}
blockquote {
    margin: 0 20px 20px 50px;
}
blockquote h3 {
    font-style: italic;
    font-size: 25px;
    color: #006637;
    margin-bottom: 30px;
}
table{
	margin-bottom: 40px;
	min-width: 50%;
}
.serv-content table{
	width: 100%;
}
table th{
	background-color: #C7B17A;
	color: #fff;
	border: 1px solid #CFCFD3;
	font-weight: normal;
	font-size: 16px;
	padding: 10px;
    text-align: center;
}
table td{
	border: 1px solid #CFCFD3;
	padding: 10px;
}
#content .post{
	padding-right: 40px;
}
.cont-widget{
	margin-top: 60px;
}
#sidebar {
    padding-top: 10px;
}
.sidebar li{
	line-height: 30px;
    font-size: 15px;
}
.sidebar li a{
	color: #C7B17A;
}
.sidebar li a:hover{
	text-decoration: none;
}
.sidebar h3{
	color: #3D3D3D;
}
.footer-wiki.greybox p{
	margin-bottom: 0;
	font-size: 13px;
}
.footer-wiki.greybox {
	font-size: 13px;
}

.partner-list{
	text-align: center;
	margin-bottom: 60px;
}
.partner-list img{
	box-shadow: 0px 5px 15px 0px rgba(204,204,204,0.75);
}

.team{
	margin-bottom: 30px;
}
.team h2{
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 0;
	margin-top: 0;
}
.team h3{
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}
.read-more{
	background-color: #A27D22;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 120px;
}
.single-team-member .title-header{
	display: none;
}

.forminput span{
	display: inline-block;
	width: 140px;
    vertical-align: top;
    max-width: 100%;
}
span.wpcf7-form-control-wrap{
	width: 250px;
    margin-bottom: 20px;
}
span.your-message{
	width: 70%;
}
.search article img{
	display: none;
}

.footer {
	background-color:#646569;
	border:none;
	padding: 10px 0;
}

.copyright {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0;
}
@media (max-width: 767px) {
	.copyright {
		padding-top:26px;
		padding-bottom:26px;
	}
	.footer .text-right{
		text-align: center;
	}
}
@media (max-width: 979px) {
	.copyright { text-align:center; }
}
.copyright a { color:#fff; }
.copyright a:hover {
	text-decoration:underline;
	color:#fff;
}
@media (max-width:575px){
	.copyright div.text-right{
		text-align:center!important;
	}
}
.wpcf7-form p.field input {
	height:auto;
	padding-top:6px;
	padding-bottom:10px;
}
.hr {
	margin:33px 0px;
	background:#353535;
}
@media (max-width: 767px) {
	.hr { margin:23px 0; }
}

.spacer { height:38px; }

.thumbnail, .featured-thumbnail {
	border:1px solid #b7b7b7;
	padding:5px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.thumbnail.alignnone {
		display:inline-block;
		margin-top:16px;
	}
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
    left: 10px;
    right: auto;
}
#back-top a { width:auto; }
#back-top a:hover span { background-color:#555; }
#back-top a:hover span:before { color:#555; }
#back-top span {
	background-color: #333;
}
/* #back-top span:before {
	content:'\f0aa';
	font-family:FontAwesome;
	color:#c3c3c3;
	font-size:28px;
	line-height:1.2em;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
} */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding: 8px 10px;
    background-color: #fff;
    border: #CCCCCC 1px solid;
    color: #353535;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    width: 250px;
    max-width: 100%;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline:none;
	border-color:#ff2a00 !important;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,42,0,.4);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,42,0,.4);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,42,0,.4);
}
input[type="submit"], input[type="reset"] {
	height: auto;
    width: 130px;
}

.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media(max-width: 979px){
	#mg-wprm-wrap li.menu-item a{
		padding: 5px 14px;
	}
}
@media(max-width: 600px){
	.error404-holder_num{
		font-size: 100px;
	}
	.breadcrumb{
		display: none;
	}
}
div.cky-revisit-bottom-left{
	display: none;
}