@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,700,900,500,300);
.main-holder { overflow:hidden; }
.header { z-index:101; }
.content-holder { z-index:100; }
.footer { z-index:99; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 40px 20px !important; }
	body.home .header { padding:20px; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:0 20px 0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:0 0 20px; }
@media (max-width: 767px) {
	figure.frame.alignnone {
		margin:20px 0;
		text-align:left;
	}
}
figure.frame.alignleft { margin:5px 30px 30px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
@media (max-width: 600px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignright {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 550px) {
	figure.frame.alignright {
		float:none;
		margin:20px 0 20px 0;
	}
}
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:7px 10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.3em;
	text-transform:none;
	color:#c0c0c0;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#f7f7f7;
	box-shadow:none;
	border:1px solid transparent !important;
	transition:all 0.3s ease 0s;
}
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 {
	background:#f8f8f8;
	box-shadow:none;
	border:1px solid #202121 !important;
}
.wpcf7 .wpcf7-form p { margin-bottom:10px; }
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	padding:5px 20px;
	margin:0;
	height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form textarea {
	margin-bottom:10px;
	padding:15px 20px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
	height:auto;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
	float:left;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	padding:6px 10px !important;
	vertical-align:middle;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
		font-size:9px !important;
		padding:6px 7px !important;
	}
}
.wpcf7 .wpcf7-form .submit-wrap { position:relative; }
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
.wpcf7 .wpcf7-form .submit-wrap input {
	margin:0;
	height:auto;
	display:inline-block;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn {
	margin-right:10px;
	padding:0;
	overflow:visible;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn:before { display:none; }
.wpcf7 .wpcf7-form .submit-wrap .input-btn:hover, .wpcf7 .wpcf7-form .submit-wrap .input-btn:active, .wpcf7 .wpcf7-form .submit-wrap .input-btn:focus { color:#a5a931; }
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span { display:inline-block; }
.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
	position:absolute;
	right:-30px;
	top:-5px;
}
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 { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#c0c0c0; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#c0c0c0; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#c0c0c0; }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#c0c0c0;
	opacity:1;
}
.header {
	padding:57px 0 50px;
	border:none;
}
.chrome .header, .safari .header { padding-top:59px; }
.home .header { padding-bottom:26px; }
.chrome .home .header, .safari .home .header { padding-top:52px; }
.nav__primary {
	position:relative;
	float:none;
	padding:0;
	margin:0;
	z-index:100;
	background:none;
}
.nav__primary .select-menu { height:35px; }
.nav__primary .sf-menu {
	float:none;
	right:0;
	position:relative;
	text-align:left;
	padding:0;
	margin:0;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:none;
	left:0;
	display:inline-block;
	text-align:center;
	position:relative;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	width:auto;
	z-index:10;
}
.nav__primary .sf-menu >li:before {
	content:'/';
	display:inline-block;
	padding:0 14px;
	font:800 24px/1em 'Open Sans', sans-serif;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li:before {
		padding:0 10px;
		font-size:20px;
	}
}
.nav__primary .sf-menu >li:first-child {
	margin:0;
	border:none;
}
.nav__primary .sf-menu >li:first-child:before { display:none; }
.nav__primary .sf-menu >li:hover { background:none; }
.nav__primary .sf-menu >li:hover ul { top:100%; }
.nav__primary .sf-menu >li:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:inline-block;
	text-transform:uppercase;
	border-radius:0;
	font-weight:800;
	position:relative;
	letter-spacing:0;
	z-index:100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { font-size:18px; }
}
.nav__primary .sf-menu >li >a:before {
	background-color:#FFFFFF;
	border-radius:5px;
	content:"";
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	transform:scale(1.3);
	width:100%;
	z-index:-1;
	backface-visibility:hidden;
	pointer-events:none;
	transition:all 0.3s ease 0s;
}
.ie8 .nav__primary .sf-menu >li >a:before { display:none; }
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#edad44;
	background:none;
}
.nav__primary .sf-menu >li >a:hover:before {
	background-color:rgba(237,173,68,0);
	opacity:1;
	transform:scaleX(1) scaleY(0.618);
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:30px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item { background:none; }
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#edad44;
	background:none;
}
.nav__primary .sf-menu >li.current-menu-item >a:before { display:none; }
.nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover { background:none; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#edad44;
	background:none;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover ul { top:100%; }
.nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu {
	background:#5a361d;
	top:-999em;
	left:0;
	width:230px;
	padding:20px;
	margin:25px 0 0 0;
	border:none;
	border-radius:0;
	z-index:100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:6px 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:0;
	padding:0;
	background:none;
	border:none;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	letter-spacing:0;
	font:800 24px/1.2em 'Open Sans', sans-serif;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#edad44;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:9px;
	left:auto;
	right:-20px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#edad44;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#edad44;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#5a361d;
	padding:20px;
	margin:-20px 0 0 20px;
	top:0;
	left:100%;
	right:auto;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:6px 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:hover ul {
	top:0;
	left:10em;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:0;
	padding:0;
	color:#fff;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#edad44;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#edad44;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.sfHover ul {
	top:0;
	left:10em;
}
#search-header .input-btn { color:#fff; }
.nav-wrap {
	transition:all 0.3s ease 0s;
	-webkit-transform:translateZ(0);
}
@media only screen and (min-width: 998px) {
	.nav-wrap.isStuck {
		background-color:rgba(90,54,29,0.80000000000000004);
		padding:15px 0;
	}
	.nav-wrap.isStuck:before, .nav-wrap.isStuck:after {
		content:'';
		position:absolute;
		top:0;
		width:100%;
		height:100%;
		background-color:inherit;
		border:inherit;
		z-index:-1;
		opacity:1;
	}
	.nav-wrap.isStuck:before { left:-100%; }
	.nav-wrap.isStuck:after { right:-100%; }
	.nav-wrap.isStuck .sf-menu >li .sub-menu { margin-top:15px; }
	.nav-wrap.isStuck .phone-header { margin:0; }
	.nav-wrap.isStuck .phone-header .desc { display:none; }
}
@media (max-width: 998px) {
	.nav-wrap.isStuck {
		position:relative !important;
		top:0 !important;
		border:none;
		background-color:transparent;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
@media (max-width: 998px) {
	.pseudoStickyBlock { height:0 !important; }
}
.phone-header { margin:-17px 0 0 0; }
@media (max-width: 767px) {
	.phone-header { margin:20px 0; }
}
.phone-header .desc {
	font:bold 14px/1em 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#8c6347;
	letter-spacing:1px;
	margin:0 0 6px;
}
.phone-header .phone {
	font:bold 24px/1em 'Open Sans', sans-serif;
	color:#fff;
	letter-spacing:3px;
}
.ie8 .phone-header .phone { letter-spacing:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.phone-header .phone {
		font-size:20px;
		letter-spacing:0;
	}
}
.logo { padding:0 0 32px; }
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo { padding:20px 0; }
}
.logo .logo_h__img { display:inline-block; }
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#fff;
	text-decoration:none;
}
.logo .logo_tagline {
	width:150px;
	font:800 14px/1em 'Open Sans', sans-serif;
	color:#edad44;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	left:100px;
	margin-bottom:-44px;
}
.logo.text-logo .logo_tagline {
	margin:0 0 -10px;
	width:auto;
	left:0;
}
.title-section {
	margin:0;
	padding:51px 0 0;
}
.title-section .title-header {
	text-align:left;
	letter-spacing:1px;
	padding:0 0 12px 0;
	margin:0;
	color:#a5a931;
	text-transform:uppercase;
	font:800 36px/1.2em 'Open Sans', sans-serif;
	position:relative;
}
.title-section .title-header small { font-size:20px; }
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:800 24px/1.2em 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
	.title-section .breadcrumb { padding:20px 0 0 0; }
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb >li {
		float:none;
		display:block;
		margin:0 0 10px;
	}
}
.title-section .breadcrumb >li.active { color:#a5a931; }
.title-section .breadcrumb a {
	color:#5a361d;
	text-shadow:none;
}
.title-section .breadcrumb a:hover, .title-section .breadcrumb a:active {
	text-decoration:none;
	color:#a5a931;
}
.title-section .breadcrumb .divider { padding:0 15px; }
@media (max-width: 480px) {
	.title-section .breadcrumb .divider { display:none; }
}
.title-section .breadcrumb .divider:after {
	color:#5a361d;
	content:"/";
	font:800 24px/1.2em 'Open Sans', sans-serif;
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder {
	margin-bottom:50px;
	overflow:visible;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 320px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.flexslider { margin:0 0 20px; }
@media (max-width: 320px) {
	article .thumbnail.flexslider { display:block; }
}
article .thumbnail.flexslider .flex-control-nav { bottom:20px; }
article .thumbnail.large { margin:0 0 30px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header {
	margin:0;
	padding:4px 0 30px;
}
article .post-header .post-title {
	text-align:left;
	font:800 36px/1.2em 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#a5a931;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .post-header .post-title { font-size:25px; }
}
@media (max-width: 480px) {
	article .post-header .post-title { font-size:25px; }
}
article .post-header .post-title a { color:#a5a931; }
article .post-header .post-title a:hover, article .post-header .post-title a:active, article .post-header .post-title a:focus {
	color:#5a361d;
	text-decoration:none;
}
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:10px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-radius:0;
	border-top:1px solid #efebea;
	border-bottom:1px solid #efebea;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:14px/1.2em 'Roboto', sans-serif;
	border-color:#efebea;
}
article .post_meta .post_meta_unite:first-child { border:none; }
article .post_meta i {
	margin-right:0;
	color:#a5a931;
	font-size:13px;
}
article .post_meta .post_date time { color:#c0c0c0; }
article .post_meta .post_author a { color:#c0c0c0; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#c0c0c0; }
article .post_meta .post_comment a { color:#c0c0c0; }
article .post_meta .user_like, article .post_meta .post_views { color:#c0c0c0; }
article .post_meta .post_permalink a { color:#c0c0c0; }
article .post_meta > div a:hover, article .post_meta > div a:active {
	text-decoration:none;
	color:#a5a931;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:#fff;
	border-color:#efebea;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:30px 0;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	margin:50px 0 30px;
	padding:20px;
	border:none;
	background:#f7f7f7;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:800 14px/1.2em 'Open Sans', sans-serif;
	margin:0 0 20px 0;
	letter-spacing:0;
	text-align:left;
	text-transform:uppercase;
	color:#5a361d;
}
.single #content .post-author .post-author_h a {
	color:#5a361d;
	text-transform:uppercase;
	font:800 14px/1.2em 'Open Sans', sans-serif;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 25px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:105px;
	padding-top:0;
	text-transform:none;
	color:#c0c0c0;
	font:14px/20px 'Roboto', sans-serif;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:uppercase;
	color:#5a361d;
	font:800 14px/1.2em 'Open Sans', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#a5a931;
	text-transform:uppercase;
	font:800 14px/1.2em 'Open Sans', sans-serif;
}
.filter-wrapper {
	margin:5px 0 35px;
	position:relative;
	text-align:left;
}
@media (max-width: 767px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#5a361d;
	padding:0;
	font:800 24px/1.2em 'Open Sans', sans-serif;
	margin-right:15px;
	margin-top:0;
	text-transform:uppercase;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.filter-wrapper strong { margin:0 0 20px; }
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0;
	float:left;
	font:800 24px/1.2em 'Open Sans', sans-serif;
	position:relative;
	display:block;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 0 10px 0 !important;
	}
}
.filter-wrapper .filter li:before {
	content:'/';
	color:#5a361d;
	padding:0 13px;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li:before { display:none; }
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li:first-child:before { display:none; }
.filter-wrapper .filter li a {
	color:#5a361d;
	padding:0;
	margin:0;
	display:inline-block;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#a5a931;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#a5a931;
	background:none;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder {
	position:relative;
	overflow:visible;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail { margin:0 0 15px; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:0;
	background:none;
	text-align:left;
	position:relative;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0 0 10px;
	font:800 13px/24px 'Open Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#5a361d;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active {
	text-decoration:none;
	color:#a5a931;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:14px/20px 'Roboto', sans-serif;
	color:#c0c0c0;
	text-transform:none;
	margin:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin-top:15px; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#efebea; }
.related-posts, .comment-holder, #respond {
	margin:60px 0 0 0;
	padding:60px 0 0 0;
	border-top:1px solid #ac9a8e;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:800 36px/1.2em 'Open Sans', sans-serif;
	margin:0;
	padding:0 0 30px;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#a5a931;
}
.related-posts a {
	font:14px/20px 'Roboto', sans-serif;
	color:#c0c0c0;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover, .related-posts a:active {
	text-decoration:none;
	color:#9d261d;
}
.related-posts .thumbnail {
	margin:0 0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	margin:0 0 20px;
	background:#f7f7f7;
	border-radius:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:5px 20px 10px 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	border-radius:0;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:800 14px/1.2em 'Open Sans', sans-serif;
	color:#5a361d;
	padding-top:20px;
	text-transform:uppercase;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#c0c0c0;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:3px 0 0 0;
	font:800 14px/1.2em 'Open Sans', sans-serif;
	color:#5a361d;
	text-transform:uppercase;
}
.comment-holder .reply a { color:#a5a931; }
.comment-holder .reply a:before { opacity:0; }
.comment-holder .reply a:hover, .comment-holder .reply a:active { color:#5a361d; }
.comment-holder .reply a:hover:before, .comment-holder .reply a:active:before { opacity:1; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	min-width:inherit;
	min-height:inherit;
	max-height:inherit;
	min-width:inherit;
	max-width:100%;
	width:100%;
	height:300px;
	padding:12px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform p input {
	max-width:inherit;
	min-width:inherit;
	width:100%;
	height:35px;
	padding:0 10px;
	margin-bottom:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
#respond #commentform .input-btn {
	margin:20px 0 0 0;
	font:14px/1.2em 'Roboto', sans-serif;
	color:#c0c0c0;
}
#respond #commentform .input-btn:before { display:none; }
#respond #commentform .input-btn:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#a5a931;
	display:inline-block;
	margin:0 0 0 10px;
	transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn span { display:inline-block; }
#respond #commentform .input-btn input {
	padding:0;
	height:auto;
	margin:0;
	text-transform:none;
	display:inline-block;
}
#respond #commentform .input-btn:hover { color:#a5a931; }
#respond #commentform .input-btn:hover:after { margin:0 0 0 5px; }
#sidebar.sidebar { padding-top:46px; }
#sidebar.sidebar .widget {
	margin:35px 0 0 0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#sidebar.sidebar .widget:first-child { margin:0; }
#sidebar.sidebar .widget >h3 {
	margin:0 0 25px;
	font:800 36px/1.2em 'Open Sans', sans-serif;
	letter-spacing:2px;
	display:block;
	text-transform:uppercase;
	color:#a5a931;
	text-align:left;
}
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul {
	margin:0 0 15px;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li {
	margin:0;
	padding:0 0 0 15px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before {
	content:'';
	font:14px/1em FontAwesome;
	color:#5a361d;
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:0;
	z-index:10;
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-o-transform:rotateY(0);
	transform:rotateY(0);
	transition:all 0.3s ease 0s;
}
[id*="categories"] ul li:after, [id*="archives"] ul li:after, .list.custom-list ul li:after {
	content:'';
	width:0;
	height:100%;
	background:#5a361d;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	transition:all 0.3s ease 0s;
}
.ie8 [id*="categories"] ul li:after, .ie8 [id*="archives"] ul li:after, .ie8 .list.custom-list ul li:after { display:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a {
	font:14px/1.2em 'Roboto', sans-serif;
	color:#c0c0c0;
	text-transform:none;
	display:block;
	padding:9px 30px 10px 0;
	position:relative;
	z-index:10;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="categories"] ul li a:focus, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="archives"] ul li a:focus, .list.custom-list ul li a:hover, .list.custom-list ul li a:active, .list.custom-list ul li a:focus {
	color:#fff;
	text-decoration:none;
	background:none;
}
[id*="categories"] ul li:hover, [id*="archives"] ul li:hover, .list.custom-list ul li:hover { color:#fff; }
.ie8 [id*="categories"] ul li:hover, .ie8 [id*="archives"] ul li:hover, .ie8 .list.custom-list ul li:hover { background:#5a361d; }
[id*="categories"] ul li:hover:before, [id*="archives"] ul li:hover:before, .list.custom-list ul li:hover:before {
	color:#fff;
	font-size:70px;
	top:50%;
	margin-top:-34px;
	left:auto;
	right:-5px;
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
}
.ie8 [id*="categories"] ul li:hover:before, .ie9 [id*="categories"] ul li:hover:before, .ie8 [id*="archives"] ul li:hover:before, .ie9 [id*="archives"] ul li:hover:before, .ie8 .list.custom-list ul li:hover:before, .ie9 .list.custom-list ul li:hover:before { display:none; }
[id*="categories"] ul li:hover:after, [id*="archives"] ul li:hover:after, .list.custom-list ul li:hover:after { width:100%; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li {
	border-top:1px solid #f2f2f2;
	padding:35px 0 0;
	margin:35px 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child {
	border:none;
	padding-top:0;
	margin-top:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 25px 20px 0;
	padding:0;
	box-shadow:none;
	border-radius:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format i {
	font:13px/1em FontAwesome;
	color:#5a361d;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	display:block;
	color:#9e9e9e;
	text-transform:uppercase;
	font:600 12px/1.2em 'Open Sans', sans-serif;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title {
	font:600 12px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0 0 5px;
	color:#9e9e9e;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	overflow:hidden;
	padding:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a {
	color:#9e9e9e;
	text-transform:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a:active {
	color:#a5a931;
	text-decoration:none;
}
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:13px/1.2em 'Open Sans', sans-serif; }
[id*="my_postwidget"] .post-list .post-list_li .post-list_h a:hover, [id*="my_postwidget"] .post-list .post-list_li .post-list_h a:active {
	color:#5a361d;
	text-decoration:none;
}
.search-form .search-form_it {
	margin:0;
	height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_it {
		display:block;
		margin:0 0 10px;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_it {
		display:block;
		margin:0 0 10px;
	}
}
.search-form .input-btn { margin:0 0 0 10px; }
@media only screen and (min-width: 1200px) {
	.search-form .input-btn { margin:0 0 0 10px; }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .input-btn { margin:0; }
}
@media (max-width: 400px) {
	.search-form .input-btn { margin:0; }
}
.search-form .search-form_is {
	margin:0;
	padding:0;
	height:auto;
	text-transform:uppercase;
}
#wp-calendar caption, #wp-calendar thead tr th {
	color:#a5a931;
	font-family:'Open Sans', sans-serif;
}
@media (max-width: 767px) {
	#content.left, #sidebar { float:none !important; }
}
.widget-flexslider { background:none; }
#content.row { padding-top:45px; }
div.type-page p { margin:0 0 15px; }
div.type-page h1 {
	text-transform:uppercase;
	font-weight:800;
	margin:0 0 30px;
	letter-spacing:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h1 {
		line-height:1.2em;
		font-size:28px;
	}
}
@media (max-width: 480px) {
	div.type-page h1 {
		line-height:1.2em;
		font-size:28px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h2 {
		line-height:1.2em;
		font-size:28px;
	}
}
@media (max-width: 480px) {
	div.type-page h2 {
		line-height:1.2em;
		font-size:28px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h3 {
		line-height:1.2em;
		font-size:24px;
	}
}
@media (max-width: 480px) {
	div.type-page h3 {
		line-height:1.2em;
		font-size:24px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h4 {
		line-height:1.2em;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	div.type-page h4 {
		line-height:1.2em;
		font-size:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h5 {
		line-height:1.2em;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	div.type-page h5 {
		line-height:1.2em;
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h6 {
		line-height:1.2em;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	div.type-page h6 {
		line-height:1.2em;
		font-size:12px;
	}
}
div.type-page h2, div.type-page h3, div.type-page h4, div.type-page h5, div.type-page h6 {
	text-transform:uppercase;
	font-weight:800;
	margin:0 0 8px;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.type-page h2, div.type-page h3, div.type-page h4, div.type-page h5, div.type-page h6 {
		-moz-hyphens:auto;
		word-wrap:break-word;
	}
}
@media (max-width: 480px) {
	div.type-page h2, div.type-page h3, div.type-page h4, div.type-page h5, div.type-page h6 {
		-moz-hyphens:auto;
		word-wrap:break-word;
	}
}
div.type-page .extra-wrap { margin:0 0 15px; }
div.type-page .span4.without-margins {
	margin:0;
	width:33.33333333333334%;
}
@media (max-width: 767px) {
	div.type-page .span4.without-margins { width:100%; }
}
@media (max-width: 767px) {
	div.type-page .our-advantages { margin:30px 0; }
}
div.type-page .our-advantages .btn {
	border-bottom:1px solid #5a361d;
	padding:0;
}
div.type-page .our-advantages .btn:before { display:none; }
div.type-page .our-advantages .btn:hover {
	color:#c3c3c3;
	border-color:#c3c3c3;
}
div.type-page .our-advantages:hover h2, div.type-page .our-advantages:hover h3, div.type-page .our-advantages:hover h4, div.type-page .our-advantages:hover h5, div.type-page .our-advantages:hover h6 { color:#c3c3c3; }
.title-box { margin:0 0 25px; }
@media (max-width: 767px) {
	.title-box { margin:30px 0 20px; }
}
.title-box .title-box_primary {
	font:800 36px/1.2em 'Open Sans', sans-serif;
	color:#a5a931;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box .title-box_primary {
		line-height:1.2em;
		font-size:28px;
		letter-spacing:0;
	}
}
@media (max-width: 480px) {
	.title-box .title-box_primary {
		line-height:1.2em;
		font-size:28px;
		letter-spacing:0;
	}
}
.dropcap {
	width:70px;
	height:65px;
	background:#a5a931;
	font:800 36px/65px 'Open Sans', sans-serif;
	color:#fff;
	margin:5px 30px 0 0;
	border-radius:0;
}
.hr {
	background:#ac9a8e;
	margin:50px 0;
}
.service-box {
	border:none;
	box-shadow:none;
	border-radius:0;
	text-align:center;
	padding:50px 30px 38px;
	background:#a5a931;
	position:relative;
}
@media (max-width: 480px) {
	.service-box { padding:20px; }
}
.service-box:after {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background:url(images/light-triangle.png) no-repeat;
	background-size:100% 100%;
	z-index:10;
}
.service-box .icon {
	float:none;
	margin:0;
}
.service-box .service-box_body {
	position:relative;
	z-index:100;
}
.service-box .service-box_body .title {
	font:800 24px/28px 'Open Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 20px;
	letter-spacing:2px;
}
.service-box .service-box_body .service-box_txt { margin:0 0 20px; }
.service-box .service-box_body .btn-align { text-align:center; }
.service-box .service-box_body .btn-align .btn { color:#fff; }
.ie8 .service-box .service-box_body .btn-align .btn { border-color:#fff; }
.service-box .service-box_body .btn-align .btn:before { background:#fff; }
.service-box .service-box_body .btn-align .btn:hover { color:#5a361d; }
.ie8 .service-box .service-box_body .btn-align .btn:hover { background:#fff; }
.service-box.green { background:#62926f; }
.service-box.green .service-box_txt { color:#a7d7b5; }
.service-box.olive { background:#a5a931; }
.service-box.olive .service-box_txt { color:#dee16a; }
.service-box.blue { background:#628c92; }
.service-box.blue .service-box_txt { color:#a7d3d9; }
.service-box.red { background:#b02312; }
.service-box.red .service-box_txt { color:#f08072; }
.service-box.yellow { background:#edad44; }
.service-box.yellow .service-box_txt { color:#ffe3b5; }
.service-box.brown { background:#5a361d; }
.service-box.brown .service-box_txt { color:#c18a62; }
.service-box.advantages:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/light-triangle.png) no-repeat;
	background-size:100% 100%;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10;
	transition:all 0.3s ease 0s;
}
.service-box.advantages:hover:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:1;
	filter:alpha(opacity=100);
}
.service-box.services-home {
	position:relative;
	min-height:309px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 .service-box.services-home, .ie9 .service-box.services-home {
	min-height:inherit;
	height:309px;
}
.service-box.services-home .icon {
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -62px;
	transition:all 0.3s ease 0s;
}
@media (max-width: 767px) {
	.service-box.services-home .icon {
		position:relative;
		top:auto;
		left:auto;
		margin:0 auto;
	}
}
.service-box.services-home .service-box_body {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	padding:40px 50px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.services-home .service-box_body { padding:20px; }
}
@media (max-width: 767px) {
	.service-box.services-home .service-box_body {
		position:relative;
		top:0;
	}
}
@media (max-width: 480px) {
	.service-box.services-home .service-box_body { padding:20px; }
}
@media only screen and (min-width: 1200px) {
	.service-box.services-home .service-box_body .title {
		width:70%;
		margin:0 auto 30px;
	}
}
.service-box.services-home:hover .icon {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}
@media (max-width: 767px) {
	.service-box.services-home:hover .icon {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		opacity:1;
		filter:alpha(opacity=100);
	}
}
.service-box.services-home:hover .service-box_body { top:0; }
.service-box.support-chat {
	background:none;
	padding:0;
}
.service-box.support-chat .service-box_body .title {
	font:800 60px/1em 'Open Sans', sans-serif;
	color:#5a361d;
	float:left;
	text-transform:uppercase;
	margin:0 10px 10px 0;
	text-align:left;
}
@media (max-width: 1200px) {
	.service-box.support-chat .service-box_body .title {
		float:none;
		margin:0;
		text-align:left;
	}
}
.ie8 .service-box.support-chat .service-box_body .title {
	float:none;
	margin:0;
	text-align:left;
}
.service-box.support-chat .service-box_body .sub-title {
	font:800 14px/16px 'Open Sans', sans-serif;
	color:#5a361d;
	text-transform:uppercase;
	width:90px;
	text-align:left;
	margin:0;
	position:relative;
	top:7px;
}
@media (max-width: 1200px) {
	.service-box.support-chat .service-box_body .sub-title {
		top:0;
		margin:0 0 5px;
		width:auto;
		text-align:left;
	}
}
.ie8 .service-box.support-chat .service-box_body .sub-title {
	top:0;
	margin:0 0 5px;
	width:auto;
	text-align:left;
}
.service-box.support-chat .service-box_body .btn-align { text-align:left; }
.service-box.support-chat .service-box_body .btn-align:before {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
.service-box.support-chat .service-box_body .btn-align .btn {
	position:relative;
	letter-spacing:1px;
	background:#5a361d;
	padding:0;
	float:left;
	transition:all 0.3s ease 0s;
}
.service-box.support-chat .service-box_body .btn-align .btn:before { display:none; }
.service-box.support-chat .service-box_body .btn-align .btn:after {
	content:'';
	width:45px;
	height:45px;
	background:#6c4d37 url(images/btn-arrow.png) no-repeat 50% 50%;
	float:right;
	transition:all 0.3s ease 0s;
}
@media (max-width: 1200px) {
	.service-box.support-chat .service-box_body .btn-align .btn:after {
		width:100%;
		float:none;
		display:block;
	}
}
.ie8 .service-box.support-chat .service-box_body .btn-align .btn:after {
	width:100%;
	float:none;
	display:block;
}
.service-box.support-chat .service-box_body .btn-align .btn span {
	padding:14px 23px;
	vertical-align:top;
}
.service-box.support-chat .service-box_body .btn-align .btn:hover, .service-box.support-chat .service-box_body .btn-align .btn:active {
	background:#d6d6d6;
	color:#fff;
}
.service-box.support-chat .service-box_body .btn-align .btn:hover:after, .service-box.support-chat .service-box_body .btn-align .btn:active:after { background-color:#e4e4e4; }
.testimonials .testi-item {
	margin:0 0 20px;
	position:relative;
	padding:0;
	background:#a5a931;
}
.testimonials .testi-item:after {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background:url(images/light-triangle.png) no-repeat;
	background-size:100% 100%;
	z-index:10;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s ease 0s;
}
.ie8 .testimonials .testi-item:after { display:none; }
.testimonials .testi-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/light-triangle.png) no-repeat;
	background-size:100% 100%;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10;
	transition:all 0.3s ease 0s;
}
.ie8 .testimonials .testi-item:before { display:none; }
.testimonials .testi-item:hover:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:1;
	filter:alpha(opacity=100);
}
.testimonials .testi-item:hover:after {
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	opacity:1;
	filter:alpha(opacity=100);
}
.testimonials .testi-item .testi-item_blockquote {
	border-radius:0;
	background:none;
	padding:20px 30px;
	position:relative;
	z-index:105;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote a { color:#d6da5c; }
.testimonials .testi-item .testi-item_blockquote a:before, .testimonials .testi-item .testi-item_blockquote a:after { contentn:'"'; }
.testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active, .testimonials .testi-item .testi-item_blockquote a:focus {
	text-decoration:none;
	color:#fff;
}
.testimonials .testi-item .testi-meta {
	padding:0 70px 20px 30px;
	position:relative;
	z-index:100;
}
.testimonials .testi-item .testi-meta .info, .testimonials .testi-item .testi-meta a, .testimonials .testi-item .testi-meta br { display:none; }
.testimonials .testi-item .testi-meta .user {
	font:800 14px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.testimonials .testi-item .btn-angle {
	position:absolute;
	z-index:100;
	bottom:0;
	right:0;
	width:100px;
	height:100px;
	background:url(images/light-triangle.png) no-repeat;
	background-size:100% 100%;
}
.ie8 .testimonials .testi-item .btn-angle { background:none !important; }
.testimonials .testi-item .btn-angle:after {
	content:'';
	font:30px/1em FontAwesome;
	color:#fff;
	display:inline-block;
	position:absolute;
	bottom:15px;
	right:20px;
	transition:all 0.3s ease 0s;
}
.testimonials .testi-item .btn-angle:hover { text-decoration:none; }
.testimonials .testi-item .btn-angle:hover:after {
	color:#5a361d;
	text-decoration:none;
}
.content_box { background:#5a361d; }
.content_box:before, .content_box:after { background:inherit; }
.posts-grid.our-team li {
	position:relative;
	background:#a5a931;
	margin:0;
	width:33.33333333%;
	overflow:hidden;
}
@media (max-width: 767px) {
	.posts-grid.our-team li {
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 480px) {
	.posts-grid.our-team li {
		display:block;
		width:100%;
		margin:0 0 10px;
	}
}
.posts-grid.our-team li .thumbnail { transition:all 0.3s ease 0s; }
.ie8 .posts-grid.our-team li .thumbnail { width:100%; }
.ie8 .posts-grid.our-team li .thumbnail .zoom-icon { display:none; }
@media (max-width: 767px) {
	.posts-grid.our-team li .thumbnail { width:100%; }
}
@media (max-width: 480px) {
	.posts-grid.our-team li .thumbnail {
		margin:10px 10px 0 10px;
		width:auto;
		float:none;
		display:block;
		text-align:center;
	}
	.posts-grid.our-team li .thumbnail a {
		display:inline-block;
		text-align:center;
	}
}
.posts-grid.our-team li .desc {
	position:absolute;
	top:50%;
	left:100%;
	width:100%;
	height:100%;
	padding:20px;
	margin-top:-40px;
	min-height:100px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.ie8 .posts-grid.our-team li .desc {
	background:#a5a931;
	margin:0;
	top:0;
	padding:50px 20px;
}
@media (max-width: 767px) {
	.posts-grid.our-team li .desc {
		top:0;
		margin:0;
		min-height:inherit;
		position:relative;
		left:0;
		padding:10px 5px;
	}
}
.posts-grid.our-team li .desc h5 {
	font:800 14px/20px 'Open Sans', sans-serif;
	margin:0;
}
.posts-grid.our-team li .desc h5 a { color:#fff; }
.posts-grid.our-team li .desc h5 a:hover, .posts-grid.our-team li .desc h5 a:active {
	text-decoration:none;
	color:#5a361d;
}
.posts-grid.our-team li .desc .position {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.our-team li .desc .position {
		letter-spacing:0;
		font-size:12px;
	}
	.posts-grid.our-team li .desc .position:before, .posts-grid.our-team li .desc .position:after { display:none; }
}
@media (max-width: 767px) {
	.posts-grid.our-team li .desc .position {
		letter-spacing:0;
		font-size:12px;
	}
	.posts-grid.our-team li .desc .position:before, .posts-grid.our-team li .desc .position:after { display:none; }
}
.posts-grid.our-team li .desc .position:before { content:'('; }
.posts-grid.our-team li .desc .position:after { content:')'; }
.posts-grid.our-team li:hover .thumbnail {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
@media (max-width: 767px) {
	.posts-grid.our-team li:hover .thumbnail {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
.posts-grid.our-team li:hover .desc { left:0; }
.list.unstyled ul {
	margin:0 0 15px;
	list-style-type:none;
}
.list.unstyled ul li {
	margin:0 0 2px;
	padding:0;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.list.unstyled ul li:after {
	content:'';
	width:0;
	height:100%;
	background:#5a361d;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	transition:all 0.3s ease 0s;
}
.ie8 .list.unstyled ul li:after { display:none; }
.list.unstyled ul li a {
	font:800 24px/1.2em 'Open Sans', sans-serif;
	color:#5a361d;
	text-transform:uppercase;
	display:block;
	letter-spacing:-1px;
	padding:2px 0 3px;
	position:relative;
	z-index:10;
}
.list.unstyled ul li a:hover, .list.unstyled ul li a:active, .list.unstyled ul li a:focus {
	color:#fff;
	text-decoration:none;
	background:none;
}
.list.unstyled ul li:hover, .list.unstyled ul li:active, .list.unstyled ul li:focus { color:#fff; }
.list.unstyled ul li:hover a, .list.unstyled ul li:active a, .list.unstyled ul li:focus a { padding:2px 13px 3px; }
.ie8 .list.unstyled ul li:hover, .ie8 .list.unstyled ul li:active, .ie8 .list.unstyled ul li:focus { background:#5a361d; }
.list.unstyled ul li:hover:after, .list.unstyled ul li:active:after, .list.unstyled ul li:focus:after { width:100%; }
.banner-wrap {
	background:#a5a931;
	padding:26px 30px 27px;
	position:relative;
}
.banner-wrap:after {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 0 213px 213px;
	border-color:transparent transparent #b7ba5a transparent;
	z-index:10;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap:after { border-width:0 0 150px 150px; }
}
@media (max-width: 480px) {
	.banner-wrap:after { border-width:0 0 150px 150px; }
}
.banner-wrap h5 {
	font:800 24px/28px 'Open Sans', sans-serif;
	color:#fff;
	width:75%;
	margin:0 0 15px;
	letter-spacing:1px;
	position:relative;
	z-index:100;
}
.banner-wrap p {
	font:800 14px/18px 'Open Sans', sans-serif;
	color:#d6da5c;
	width:55%;
	margin:0;
	text-transform:uppercase;
	position:relative;
	z-index:100;
}
@media (max-width: 1200px) {
	.banner-wrap p br { display:none; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap p { width:40%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap p {
		width:40%;
		padding:0 0 30px;
	}
}
@media (max-width: 480px) {
	.banner-wrap p {
		width:40%;
		padding:0 0 30px;
	}
}
.banner-wrap .banner-btn {
	position:absolute;
	right:0;
	bottom:0;
}
.banner-wrap .banner-btn .btn {
	width:213px;
	height:213px;
	text-align:left;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .banner-btn .btn {
		width:150px;
		height:150px;
		text-align:right;
	}
}
@media (max-width: 480px) {
	.banner-wrap .banner-btn .btn {
		width:150px;
		height:150px;
		text-align:right;
	}
}
.banner-wrap .banner-btn .btn span {
	position:absolute;
	width:90px;
	bottom:30px;
	right:35px;
	text-decoration:underline;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .banner-btn .btn span {
		bottom:10px;
		right:10px;
	}
}
@media (max-width: 480px) {
	.banner-wrap .banner-btn .btn span {
		bottom:10px;
		right:10px;
	}
}
.banner-wrap .banner-btn .btn:hover, .banner-wrap .banner-btn .btn:active { color:#5a361d; }
.banner-wrap:hover:after, .banner-wrap:active:after { border-color:transparent transparent #fff transparent; }
.banner-wrap:hover .btn, .banner-wrap:active .btn { color:#a5a931; }
.footer {
	background:none;
	border:none;
	padding:20px 0 50px;
}
.footer-widgets > div > div > h4 {
	font:800 24px/1.2em 'Open Sans', sans-serif;
	color:#a5a931;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 30px;
}
.footer-text {
	padding:0;
	font:800 14px/16px 'Open Sans', sans-serif;
	color:#d9d9d9;
	text-transform:uppercase;
	margin:0;
	text-align:left;
	float:none;
}
.footer-text:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.footer-text {
		text-align:center;
		padding:20px 0;
	}
}
.footer-text a { color:#d9d9d9; }
.footer-text a:hover {
	color:#a5a931;
	text-decoration:none;
}
.footer-text .footer-logo {
	float:none;
	display:inline-block;
	margin:0 18px 0 0;
	vertical-align:top;
}
@media (max-width: 1200px) {
	.footer-text .footer-logo {
		margin:0 0 10px;
		float:none;
	}
}
.footer-text span {
	overflow:hidden;
	vertical-align:top;
	display:inline-block;
	letter-spacing:1px;
	margin:13px 0 0 -85px;
}
@media (max-width: 1200px) {
	.footer-text span {
		padding:0;
		margin:10px 0 0 0;
		display:block;
	}
}
.footer-text em { display:block; }
@media (max-width: 1200px) {
	.footer-text em { display:inline-block; }
}
nav.nav.footer-nav {
	float:none;
	margin:20px 0;
	padding:0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:uppercase;
	margin:0;
	padding:0 0 0 15px;
	position:relative;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.nav.footer-nav ul li { padding:0 0 0 5px; }
}
@media (max-width: 480px) {
	nav.nav.footer-nav ul li {
		display:block;
		padding:0 0 10px !important;
	}
}
nav.nav.footer-nav ul li:first-child {
	margin:0;
	padding:0;
}
nav.nav.footer-nav ul li:first-child:before { display:none; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#a5a931;
	text-decoration:none;
}
.zoom-icon { background:none; }
.zoom-icon:before {
	width:38px;
	height:38px;
	background:url(images/zoom.png) no-repeat;
	margin:-19px 0 0 -19px;
	z-index:100;
}
.zoom-icon:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(images/light-triangle.png) no-repeat, url(images/zoom-bg.png);
	background-size:100% 100%, auto auto;
	border-radius:0;
	z-index:10;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 .zoom-icon:after { background:url(images/zoom-bg.png); }
.thumbnail:hover .zoom-icon:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
#back-top-wrapper p a {
	width:40px;
	height:24px;
	display:inline-block;
	vertical-align:bottom;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span {
	background:url(images/totop.png) no-repeat 0 -24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
}
#back-top-wrapper p a span {
	margin:0;
	width:40px;
	height:24px;
	background:url(images/totop.png) no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
	transition:none;
}
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.google-map { margin:0 0 30px 0; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#a5a931;
	font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#a5a931;
	margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:8px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:8px; }
.ie9 .newsletter .newsletter-email, .ie8 .newsletter .newsletter-email { padding-top:13px; }
.ie8 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
	display:block;
	margin:10px 0 0 0;
}
.ie8 .search-form .search-form_it {
	display:block;
	margin:0 0 10px;
}
.ie8 .search-form .input-btn { margin:0; }
.ie8 .btn {
	text-decoration:underline;
	background:none;
	border-bottom:1px solid #5a361d;
}
.ie8 .btn:before { display:none !important; }
.ie8 .btn:hover, .ie8 .btn:active, .ie8 .btn:focus {
	border-color:#a5a931;
	color:#fff;
	background:#a5a931;
}
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .comments-custom_li .thumbnail { width:80px !important; }
.ie8 .comments-custom_li .thumbnail .avatar { width:80px !important; }
.ie8 .post-author_gravatar { width:80px !important; }
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.thumb-center {
		float:none;
		display:block;
		text-align:center;
	}
	.thumb-center a {
		display:inline-block;
		text-align:center;
	}
}
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
