@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Arvo:400,700);
@import url("btn.css");
.main-holder {
	z-index:100;
	overflow:hidden;
}
.header { z-index:101; }
.content-holder {
	z-index:100;
	background:#fff;
	position:relative;
}
.footer { z-index:99; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:40px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:30px 20px 40px 20px !important; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	box-shadow:none;
	border: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:5px 0 25px; }
@media (max-width: 767px) {
	figure.frame.alignnone {
		margin:20px 0;
		text-align:left;
	}
}
figure.frame.alignleft { margin:9px 30px 20px 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:10px 20px;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:none;
	color:#cac9c8;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#f5f4f3;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.05);
	border:2px solid rgba(0,0,0,0) !important;
	background-clip:padding-box;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover {
	background:#fcfcfc;
	color:#bfbfbf;
	outline:none !important;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.05) !important;
	border:2px solid rgba(0,0,0,0) !important;
}
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:#fff;
	color:#3f3f3f;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.05);
	border:2px solid #f8c866 !important;
}
.wpcf7 .wpcf7-form p { margin-bottom:10px; }
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	padding:10px 20px;
	margin:0;
	height:40px;
	-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:#f8c866 !important; }
.wpcf7 .wpcf7-form textarea {
	margin-bottom:10px;
	padding:15px 20px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#f8c866 !important; }
.wpcf7 .wpcf7-form .wpcf7-text[aria-invalid="true"] {
	border:2px solid #e32d2d !important;
	color:#e32d2d !important;
	background:#ffe9e9 !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 { display:none !important; }
@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 > span {
	display:inline-block;
	padding:0;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span:after { display:none; }
.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
	position:absolute;
	right:-35px;
	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, 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, 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, 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:#cac9c8;
	opacity:1;
}
.header {
	padding:0;
	border:none;
}
.nav-wrap {
	position:relative;
	padding:0;
	z-index:100;
	transition:background 300ms;
	-webkit-transition:background 300ms;
	-os-transition:background 300ms;
	-moz-transition:background 300ms;
	-webkit-transform:translateZ(0);
}
@media only screen and (min-width: 998px) {
	.nav-wrap.isStuck {
		background:#3f3f3f;
		width:100%;
		position:relative;
	}
	.nav-wrap.isStuck >div {
		position:relative;
		z-index:10;
	}
	.nav-wrap.isStuck:before, .nav-wrap.isStuck:after {
		content:"";
		display:block;
		height:100%;
		position:absolute;
		top:0;
		width:101%;
		background:inherit;
		border:inherit;
		z-index:1;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	.nav-wrap.isStuck:before { left:-100%; }
	.nav-wrap.isStuck:after { right:-100%; }
	.nav-wrap.isStuck .logo .logo_tagline {
		opacity:0;
		filter:alpha(opacity=0);
	}
}
@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;
	}
}
.ie8 .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; }
}
.nav__primary {
	padding:35px 0 0 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.nav__primary { padding:0 0 20px !important; }
}
.nav__primary .select-menu { height:40px; }
.nav__primary .sf-menu {
	float:none;
	text-align:center;
	padding:0;
	position:relative;
}
.nav__primary .sf-menu > .menu-item {
	display:inline-block;
	float:none;
	vertical-align:middle;
	background:none;
	position:relative;
	padding:0;
	margin:0 0 0 35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu > .menu-item { margin:0 0 0 10px; }
}
.nav__primary .sf-menu > .menu-item:before {
	content:'';
	width:100%;
	height:0;
	background:#f8c866;
	position:absolute;
	top:-35px;
	left:0;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu > .menu-item:first-child { margin:0; }
.nav__primary .sf-menu > .menu-item:hover:before { height:6px; }
.nav__primary .sf-menu > .menu-item > a {
	border:none;
	display:block;
	background:none;
	text-transform:none;
	z-index:100;
	position:relative;
	letter-spacing:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > a:hover { color:#f8c866; }
.nav__primary .sf-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > a:focus {
	color:#cacaca;
	background:none;
}
.nav__primary .sf-menu > .menu-item > a:active .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:focus .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:100%;
	left:50%;
	margin-left:-6px;
	margin-top:10px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu > .menu-item.current-menu-item:before, .nav__primary .sf-menu > .menu-item.sfHover:before { height:6px; }
.nav__primary .sf-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item.sfHover > a {
	color:#cacaca;
	background:none;
}
.nav__primary .sf-menu > .menu-item.current-menu-item > a:before, .nav__primary .sf-menu > .menu-item.sfHover > a:before { height:8px; }
.nav__primary .sf-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item.sfHover > a {
	color:#f8c866;
	background:none;
}
.nav__primary .sf-menu > .menu-item.sfHover > a:active, .nav__primary .sf-menu > .menu-item.sfHover > a:focus { color:#cacaca; }
.nav__primary .sf-menu > .menu-item.sfHover > a:before { height:8px; }
.nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > .sub-menu {
	width:170px;
	left:50%;
	margin-top:35px;
	margin-left:-85px;
	top:100%;
	background:#3f3f3f;
	border:none;
	padding:0;
	border-radius:0;
	z-index:10;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu:before {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:0 7px 7px 7px;
	border-color:transparent transparent #3f3f3f transparent;
	position:absolute;
	top:-7px;
	left:50%;
	margin-left:-7px;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item {
	text-align:center;
	background:none;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item:first-child {
	border:none;
	background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a {
	text-transform:none;
	border:none;
	background:none;
	padding:17px 10px;
	display:block;
	-moz-hyphens:auto;
	word-wrap:break-word;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a >.sf-sub-indicator {
	top:19px;
	right:15px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a {
	color:#e2e2e2;
	background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:focus {
	color:#e2e2e2;
	background:#535353;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a {
	color:#e2e2e2;
	background:#535353;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
	width:170px;
	background:#6d6d6d;
	border:none;
	padding:0;
	left:100%;
	right:auto;
	top:0px;
	margin-left:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu:before {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:12px 12px 0 0;
	border-color:#535353 transparent transparent transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item {
	padding:0;
	font-weight:normal;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:first-child { border:none; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a {
	color:#e7e7e7;
	padding:12px 20px;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:focus {
	color:#e7e7e7;
	background:#7c7c7c;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a {
	color:#e7e7e7;
	background:#7c7c7c;
}
.social-static {
	margin:0;
	text-align:right;
	list-style-type:none;
}
.footer .social-static { text-align:left; }
@media (max-width: 767px) {
	.social-static { text-align:center !important; }
}
.social-static li {
	display:inline-block;
	margin:0 0 0 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-static li { margin:0 0 0 10px; }
}
.footer .social-static li {
	display:block;
	margin:12px 0 0 0;
}
.footer .social-static li:first-child { margin:0; }
.social-static li:first-child { margin:0; }
.social-static li span {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
	text-transform:capitalize;
}
.social-static li .icon {
	width:22px;
	height:16px;
	transition:all 0.3s ease 0s;
}
.footer .social-static li .icon {
	float:left;
	margin:5px 15px 0 0;
}
@media (max-width: 767px) {
	.footer .social-static li .icon {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-static li.facebook .icon { background:url(images/facebook.png); }
.social-static li.twitter .icon { background:url(images/twitter.png); }
.social-static li.behance .icon { background:url(images/behance.png); }
.social-static li a:hover { text-decoration:none; }
.social-static li a:hover span { color:#f8c866; }
.social-static li a:hover .icon {
	background-position:0 -16px;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.social-static li a:active .icon { background-position:0 -32px; }
.header .social-static { padding-top:34px; }
@media (max-width: 767px) {
	.header .social-static { padding:0 0 20px; }
}
.header .social-static li span { display:none; }
.social-wrap h4 { display:none; }
.header-parallax .parallax_content {
	position:relative;
	min-height:560px;
}
.header-parallax .parallax_content .desc {
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
}
.header-parallax .parallax_content .desc h1 {
	font:60px/1.2em 'Arvo', serif;
	color:#fff;
	text-transform:uppercase;
}
.header-parallax .parallax_content .desc h2 {
	font:30px/1.2em 'Arvo', serif;
	color:#f8c866;
	text-transform:uppercase;
}
.home .header { background:none; }
.home .header > .container {
	position:absolute;
	left:50%;
	margin-left:-585px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.home .header > .container { margin-left:-470px; }
}
.ie8 .home .header > .container { margin-left:-470px; }
@media (min-width: 768px) and (max-width: 979px) {
	.home .header > .container { margin-left:-362px; }
}
@media (max-width: 767px) {
	.home .header > .container {
		position:relative;
		left:0;
		margin:0;
	}
}
.logo { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		padding:20px 0;
		text-align:center;
	}
}
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h__img {
		min-height:90px;
		background:#f8c866;
		display:inline-block;
	}
	.logo .logo_h__img img {
		width:100%;
		margin:12px 0;
	}
}
.logo .logo_h__txt {
	text-transform:uppercase;
	margin:20px 0;
}
.home .logo .logo_h__txt { margin-bottom:0; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#fef5e6;
	text-decoration:none;
}
.logo .logo_tagline {
	margin:10px 0 0 0;
	text-transform:none;
	font:14px/22px 'Arvo', serif;
	color:#e2e2e2;
	display:none;
	position:absolute;
	transition:all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) {
	.logo .logo_tagline {
		width:120px;
		margin-left:6px;
	}
}
@media (max-width: 767px) {
	.logo .logo_tagline { position:relative; }
}
.home .logo .logo_tagline { display:block; }
.title-section {
	margin:0;
	padding:72px 0 10px;
	position:relative;
	background:none;
	z-index:10;
}
.title-section:after {
	content:'';
	width:52px;
	height:4px;
	display:block;
	margin:53px 0 0;
	background:#f8c866;
}
@media (max-width: 767px) {
	.title-section { padding:10px 0; }
}
.title-section .title-header {
	text-align:left;
	padding:0;
	margin:0 0 17px;
	color:#3f3f3f;
	text-transform:uppercase;
	overflow:visible;
	font:60px/1em 'Arvo', serif;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.title-section .title-header small { font-size:25px; }
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:none;
	display:block;
	margin:0;
	padding:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.title-section .breadcrumb > li {
	text-shadow:none;
	font:18px/1.2em 'Arvo', serif;
	display:inline-block;
	vertical-align:baseline;
}
@media (max-width: 480px) {
	.title-section .breadcrumb > li {
		float:none;
		display:block;
		line-height:1.5em;
	}
}
.title-section .breadcrumb > li.active { color:#f8c866; }
.title-section .breadcrumb a {
	color:#3f3f3f;
	text-shadow:none;
}
.title-section .breadcrumb a:hover, .title-section .breadcrumb a:active {
	text-decoration:none;
	color:#f8c866;
}
.title-section .breadcrumb .divider {
	padding:0 5px;
	vertical-align:baseline;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb .divider { display:none; }
}
.title-section .breadcrumb .divider:after {
	color:#3f3f3f;
	font:18px/1.2em 'Arvo', serif;
	content:'/';
}
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:60px;
	overflow:visible;
}
article.post__holder .post-header {
	margin:0;
	padding:0 0 40px;
}
@media (max-width: 767px) {
	article.post__holder .post-header { padding:0 0 20px; }
}
article.post__holder .post-header .post-title {
	text-align:left;
	font:44px/1em 'Arvo', serif;
	margin:0;
	padding:0;
	letter-spacing:0;
	text-transform:none;
	color:#3f3f3f;
}
@media (max-width: 979px) {
	article.post__holder .post-header .post-title { margin:0 !important; }
}
article.post__holder .post-header .post-title a {
	color:#3f3f3f;
	display:inline-block;
}
article.post__holder .post-header .post-title a:hover, article.post__holder .post-header .post-title a:active, article.post__holder .post-header .post-title a:focus {
	text-decoration:none;
	color:#f8c866;
}
article.post__holder .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
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.large { margin:0 0 30px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post_meta {
	padding:0 0 15px;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-radius:0;
	border-bottom:1px solid #f2f2f2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-color:transparent;
	padding-left:0;
}
article .post_meta .post_meta_unite .meta_group > div { padding:0; }
article .post_meta .post_meta_unite .meta_group > div:before {
	content:'';
	width:4px;
	height:4px;
	background:#f8c866;
	display:inline-block;
	margin:0 12px;
	vertical-align:middle;
}
article .post_meta .post_meta_unite .meta_group > div:first-child:before { display:none; }
article .post_meta i {
	margin-right:0;
	padding-right:5px;
	color:#f8c866;
	line-height:1.2em;
	font-size:14px;
	vertical-align:baseline;
	display:none;
}
article .post_meta .post_date time { color:#3f3f3f; }
article .post_meta .post_author a { color:#f8c866; }
article .post_meta .post_author a:before {
	content:'by';
	text-transform:none;
	padding:0 5px 0 0;
	cursor:default;
	color:#3f3f3f;
	pointer-events:none;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#f8c866; }
article .post_meta .post_category a:before {
	content:'in';
	text-transform:none;
	padding:0 5px 0 0;
	cursor:default;
	color:#3f3f3f;
	pointer-events:none;
}
article .post_meta .post_comment a { color:#f8c866; }
article .post_meta .user_like, article .post_meta .post_views { color:#f8c866; }
article .post_meta .post_permalink a { color:#f8c866; }
article .post_meta > div a:hover, article .post_meta > div a:active {
	text-decoration:none;
	color:#3f3f3f;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:'Arvo', serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:0; }
article.testimonial {
	background:#fff;
	border:2px solid #f8c866;
}
article.testimonial .testimonial_content {
	background:none;
	position:relative;
}
article.testimonial .testimonial_content:before {
	content:'';
	width:46px;
	height:41px;
	background:url(images/quote.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
article.testimonial .testimonial_content p {
	font:italic 14px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#3f3f3f;
	margin:0 0 25px;
}
article.testimonial .testimonial_content p:last-of-type { position:relative; }
article.testimonial .testimonial_content p:last-of-type:after {
	content:'';
	width:46px;
	height:41px;
	background:url(images/quote-close.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
}
article.testimonial small {
	border-top:1px solid #f2f2f2;
	padding:15px 0 0 0;
}
article.testimonial .user, article.testimonial .info {
	color:#3f3f3f;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.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:30px 0 20px;
	padding:30px;
	border:2px solid #f8c866;
	background:none;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:bold 28px/1.2em 'Arvo', serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-align:left;
	text-transform:none;
	color:#3f3f3f;
	display:block;
}
.single #content .post-author .post-author_h a {
	color:#3f3f3f;
	text-transform:none;
	font:bold 28px/1.2em 'Arvo', serif;
}
.single #content .post-author .post-author_h a:hover, .single #content .post-author .post-author_h a:active, .single #content .post-author .post-author_h a:focus {
	text-decoration:none;
	color:#f8c866;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:2px 30px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:120px;
	height:120px;
	border-radius:50%;
	border:none;
	padding:0;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding:0;
	margin:0;
	text-transform:none;
	color:#3f3f3f;
	font:12px/18px Arial, "Helvetica Neue", Helvetica, 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;
	padding-top:20px;
	text-transform:none;
	color:#3f3f3f;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-top:1px solid #f2f2f2;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#f8c866;
	text-transform:none;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link a:hover, .single #content .post-author .post-author_link a:active, .single #content .post-author .post-author_link a:focus {
	text-decoration:none;
	color:#3f3f3f;
}
.filter-wrapper {
	margin:0;
	padding:10px 0 40px;
	position:relative;
	text-align:left;
}
@media (max-width: 979px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#3f3f3f;
	padding:0;
	font:18px/1.2em 'Arvo', serif;
	margin-right:34px;
	margin-top:0;
	text-transform:uppercase;
	float:none;
	letter-spacing:0;
	display:inline-block;
	vertical-align:middle;
	display:none;
}
@media (max-width: 979px) {
	.filter-wrapper strong { margin:0 0 20px; }
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	vertical-align:middle;
	top:0;
}
@media (max-width: 979px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0 0 0 10px;
	float:left;
	font:18px/1.2em 'Arvo', serif;
	position:relative;
	display:block;
}
@media (max-width: 979px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 0 5px !important;
	}
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li:first-child:before { display:none; }
.filter-wrapper .filter li a {
	color:#333333;
	padding:10px 20px;
	margin:0;
	display:inline-block;
	background:none;
	border-radius:0;
	letter-spacing:0;
	text-transform:uppercase;
	text-decoration:underline;
}
@media (max-width: 979px) {
	.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:#989897;
	background:#f5f4f3;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#989897;
	background:#f5f4f3;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder {
	position:relative;
	padding:0;
	background:none;
	border:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail {
	margin:0 0 20px;
	border:none;
	padding:0;
}
.page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail { margin:0; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:0;
	background:none;
	text-align:left;
	position:relative;
	z-index:100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:25px 30px;
	background:#f8c866;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0 0 10px;
	font:18px/1.2em 'Arvo', serif;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#3f3f3f;
	text-transform:none;
	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, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:focus {
	text-decoration:none;
	color:#f8c866;
}
.page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a { color:#fff; }
.page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active, .page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:focus {
	text-decoration:none;
	color:#3f3f3f;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:13px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#3f3f3f;
	text-transform:none;
	margin:0;
}
.page-template-page-Portfolio2Cols-filterable-php .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt { color:#95783d; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption p { margin:0; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin-top:15px; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#f2f2f2; }
.page-template-page-Portfolio3Cols-filterable-php #content.row, .page-template-page-Portfolio2Cols-filterable-php #content.row, .page-template-page-Portfolio4Cols-filterable-php #content.row { padding-top:10px; }
.related-posts, .comment-holder, #respond { margin:50px 0 0 0; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font:bold 32px/1.2em 'Arvo', serif;
	margin:0 0 30px;
	text-align:left;
	text-transform:none;
	color:#3f3f3f;
	letter-spacing:0;
	display:block;
}
.related-posts .related-posts_item { overflow:visible; }
.related-posts a {
	font:bold 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#3f3f3f;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover, .related-posts a:active, .related-posts a:focus {
	text-decoration:none;
	color:#f8c866;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts a {
		font-size:16px;
		-moz-hyphens:auto;
		word-wrap:break-word;
	}
}
.related-posts .thumbnail {
	margin:0 0 20px;
	-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 .pagination { margin:10px 0; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	margin:0 0 30px;
	background:#f5f4f3;
	border-radius:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:4px 30px 0 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:100px;
	height:100px;
	border-radius:50%;
	padding:0;
	border:3px solid #fff;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:center;
	font:bold 13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#e0b45b;
	padding-top:15px;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	line-height:20px;
	color:#3f3f3f;
	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:0;
	float:none;
	padding:4px 0 0 0;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#3f3f3f;
	text-transform:none;
}
.comment-holder .reply { padding:0; }
.comment-holder .reply .comment-reply-link {
	padding:0;
	background:#f8c866;
	color:#3f3f3f;
}
.comment-holder .reply .comment-reply-link:hover, .comment-holder .reply .comment-reply-link:active, .comment-holder .reply .comment-reply-link:focus { color:#3f3f3f; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform .field {
	width:31.623931623931625%;
	*width:31.570740134569924%;
	margin-left:2.564102564102564%;
	float:left;
}
#respond #commentform .field:first-child { margin-left:0; }
#respond #commentform textarea {
	min-width:inherit;
	min-height:inherit;
	max-height:inherit;
	min-width:inherit;
	max-width:100%;
	width:100%;
	height:300px;
	padding:15px 20px;
	-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:49px;
	padding:10px 20px;
	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 .comment_submit { text-align:left; }
#respond #commentform .input-btn {
	margin:20px 0 0;
	float:none;
	transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn > span { padding:0; }
#respond #commentform .input-btn input {
	display:inline-block;
	margin:0;
	height:auto;
	width:auto;
	color:#3f3f3f;
	font-size:17px;
	transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn:hover input { color:#3f3f3f !important; }
#respond #commentform .input-btn.gray {
	background:#b6b6b5;
	margin-left:14px;
}
#respond #commentform .input-btn.gray:before { background:#bdbdbd; }
#respond #commentform .input-btn.gray input { color:#fff !important; }
#respond #commentform .input-btn.gray:active, #respond #commentform .input-btn.gray:focus { background:#adadac !important; }
#sidebar.sidebar .widget { margin:50px 0 0 0; }
#sidebar.sidebar .widget:first-child { margin:0; }
body.blog #sidebar.sidebar .widget:first-child { margin-top:83px; }
#sidebar.sidebar .widget > h3 {
	margin:0 0 30px;
	font:bold 32px/1em 'Arvo', serif;
	display:block;
	color:#3f3f3f;
	text-align:left;
	letter-spacing:0;
	text-transform:none;
	-moz-hyphens:auto;
	word-wrap:break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar.sidebar .widget > h3 { font-size:25px; }
}
@media (max-width: 480px) {
	#sidebar.sidebar .widget > h3 { font-size:25px; }
}
#sidebar.sidebar .widget.with-bg {
	background:#f5f4f3;
	padding:45px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar.sidebar .widget.with-bg { padding:15px; }
}
@media (max-width: 480px) {
	#sidebar.sidebar .widget.with-bg { padding:15px; }
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul { margin:0; }
}
[id*="categories"] ul li, [id*="archives"] ul li {
	margin:0;
	padding:6px 0 5px;
	color:#3f3f3f;
	position:relative;
	z-index:100;
	font:18px/32px 'Arvo', serif;
}
.footer [id*="categories"] ul li, .footer [id*="archives"] ul li { color:#fff; }
[id*="categories"] ul li:before, [id*="archives"] ul li:before { display:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:inherit;
	color:inherit;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	text-decoration:underline;
	overflow:hidden;
	padding:0;
}
[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 {
	color:#3f3f3f;
	text-decoration:none;
	background:none;
}
[id*="archives"] ul li { padding:6px 0 5px 30px; }
.footer [id*="archives"] ul li { padding:0; }
[id*="archives"] ul li:before {
	content:'';
	width:16px;
	height:17px;
	background:url(images/archive-icon.png) no-repeat;
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-8px;
}
.footer [id*="archives"] ul li:before { display:none; }
[id*="archives"] ul li a { vertical-align:middle; }
[id*="my_poststypewidget"] .post-list { margin:0; }
[id*="my_poststypewidget"] .post-list li {
	padding:0;
	margin:30px 0 0 0;
	overflow:visible;
	position:relative;
}
[id*="my_poststypewidget"] .post-list li:first-child {
	margin-top:0;
	border:none;
}
[id*="my_poststypewidget"] .post-list li .thumbnail {
	margin:0 0 20px;
	float:none;
}
@media only screen and (min-width: 1200px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		margin:4px 20px 0 0;
		float:left;
	}
}
[id*="my_poststypewidget"] .post-list li .desc { overflow:hidden; }
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:bold 18px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 10px 0;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#3f3f3f; }
[id*="my_poststypewidget"] .post-list li .post-list_h a:hover, [id*="my_poststypewidget"] .post-list li .post-list_h a:active, [id*="my_poststypewidget"] .post-list li .post-list_h a:focus {
	text-decoration:none;
	color:#f8c866;
}
[id*="my_poststypewidget"] .post-list li time, [id*="my_poststypewidget"] .post-list li .post-list_comment {
	display:block;
	padding:0;
	text-transform:uppercase;
	color:#cbcbcb;
	font:bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#777;
	line-height:20px;
}
[id*="my_poststypewidget"] .post-list li .extra {
	overflow:hidden;
	margin:10px 0 0 0;
}
[id*="my_poststypewidget"] .post-list li .extra time {
	float:left;
	margin-left:42px;
}
[id*="my_poststypewidget"] .post-list li .extra .btn { float:left; }
[id*="my_poststypewidget"] .post-list li .btn {
	margin-top:0;
	border:none;
	background:none;
	color:#3f3f3f;
	font:bold 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
[id*="my_poststypewidget"] .post-list li .btn:hover, [id*="my_poststypewidget"] .post-list li .btn:active, [id*="my_poststypewidget"] .post-list li .btn:focus {
	text-decoration:none;
	color:#f8c866;
}
[id*="my_poststypewidget"] .post-list li .btn:before { display:none; }
[id*="my_poststypewidget"] .post-list li .btn span {
	padding:0;
	text-decoration:underline;
}
[id*="my_poststypewidget"] .post-list li .btn:active {
	background:none !important;
	box-shadow:none !important;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li { padding:20px 0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child {
	padding-top:0;
	border:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:5px 20px 10px 0;
	box-shadow:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
		float:none;
		margin:0 0 15px;
	}
}
@media (max-width: 480px) {
	[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
		float:none;
		margin:0 0 15px;
	}
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { overflow:hidden; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format i {
	vertical-align:middle;
	line-height:21px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	color:#f8c866;
	display:inline-block;
	text-transform:none;
	font:13px/21px Arial, "Helvetica Neue", Helvetica, 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:13px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin:0;
	color:#f8c866;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a { color:#f8c866; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a:active, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author a:focus, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a:hover, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a:active, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title a:focus {
	text-decoration:none;
	color:#3f3f3f;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author { margin-top:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	overflow:hidden;
	margin:0;
	padding:20px 0 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#3f3f3f; }
[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, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#f8c866;
}
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:18px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif; }
#wp-calendar caption, #wp-calendar thead tr th {
	color:#f8c866;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.search-form .search-form_it {
	margin:0;
	height:35px;
}
.search-form .search-form_is {
	margin:20px 0 0 10px;
	padding:0 !important;
	height:auto;
	background:none;
	color:#f8c866;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		margin:10px 0 0 0;
		display:block;
	}
}
@media (max-width: 480px) {
	.search-form .search-form_is {
		margin:10px 0 0 0;
		display:block;
	}
}
.search-form .search-form_is:hover, .search-form .search-form_is:active, .search-form .search-form_is:focus {
	color:#3d4140;
	background:none !important;
}
@media (max-width: 767px) {
	#content.left, #sidebar { float:none !important; }
}
.flexslider { margin:0 0 20px; }
.flexslider .flex-control-nav {
	bottom:auto !important;
	margin:20px 0 0 0;
	position:relative !important;
}
.widget-flexslider { background:none; }
.ie8 .widget-flexslider { overflow:hidden; }
.widget-flexslider .flex-control-paging {
	position:relative;
	bottom:0;
	margin:20px 0 0 0;
}
.widget-flexslider .flex-prev:hover, .widget-flexslider .flex-prev:active, .widget-flexslider .flex-next:hover, .widget-flexslider .flex-next:active { text-decoration:none !important; }
#content.row { padding-top:85px; }
@media (max-width: 767px) {
	#content.row { padding-top:10px; }
}
.btn.gray { background:#b6b6b5; }
.btn.gray:before { display:none; }
.btn.gray span input { color:#fff; }
.btn.gray:hover { background:#bdbdbd; }
.btn.gray:hover span input { color:#fff !important; }
.title-box {
	margin:0 0 50px;
	text-align:center;
}
.content_box.yellow .title-box { margin:0 0 30px; }
@media (max-width: 767px) {
	.title-box { margin:30px 0 20px; }
}
.title-box .title-box_primary, .title-box .title-box_secondary {
	font:bold 36px/1.2em 'Arvo', serif;
	color:#858584;
	text-transform:none;
	margin:0 0 30px;
	display:block;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box .title-box_primary, .title-box .title-box_secondary { font-size:30px; }
}
@media (max-width: 480px) {
	.title-box .title-box_primary, .title-box .title-box_secondary { font-size:30px; }
}
.content_box.yellow .title-box .title-box_primary, .content_box.yellow .title-box .title-box_secondary {
	color:#3f3f3f;
	margin:0 0 10px;
}
.title-box .title-box_secondary {
	text-transform:none;
	margin:0;
	letter-spacing:0;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.title-box.big-title .title-box_primary {
	font:60px/1.2em 'Arvo', serif;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#3f3f3f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box.big-title .title-box_primary { font-size:30px; }
}
@media (max-width: 480px) {
	.title-box.big-title .title-box_primary { font-size:30px; }
}
.title-box.big-title .title-box_secondary { color:#3f3f3f; }
.hr {
	width:52px;
	height:4px;
	background:#f8c866;
	margin:50px auto;
}
.ie8 .posts-grid li .thumbnail { width:100%; }
.posts-grid.our-team { margin:40px 0; }
.posts-grid.our-team li {
	text-align:center;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.posts-grid.our-team li {
		width:48%;
		margin:20px 0 20px 4%;
		display:inline-block;
		vertical-align:top;
	}
	.posts-grid.our-team li:nth-child(2n+1) { margin:20px 0; }
}
@media (max-width: 480px) {
	.posts-grid.our-team li {
		width:100%;
		margin:20px 0;
		display:block;
	}
}
.posts-grid.our-team li .thumbnail {
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto 30px;
	float:none;
	-webkit-transform:translateZ(0);
	-webkit-backface-visibility:hidden;
}
.posts-grid.our-team li .thumbnail a {
	overflow:hidden;
	border-radius:50%;
}
.posts-grid.our-team li .thumbnail .zoom-icon:after { border-radius:50%; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.our-team li .thumbnail {
		width:150px;
		height:150px;
	}
}
.posts-grid.our-team li .thumbnail .post_networks {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background:url(images/zoom-bg.png);
	transition:all 0.3s ease 0s;
}
.posts-grid.our-team li .thumbnail .post_networks ul {
	text-align:center;
	padding:80px 0;
}
.posts-grid.our-team li .thumbnail .post_networks ul li {
	margin:0 0 0 10px;
	display:inline-block;
	float:none;
	width:auto;
}
.posts-grid.our-team li .thumbnail .post_networks ul li:first-child { margin:0; }
.posts-grid.our-team li .thumbnail .post_networks ul li a span {
	color:#fcf2e3;
	color:rgba(255,255,255,0.8);
	font-size:25px;
	margin:0;
	border-bottom:4px solid transparent;
	transition:all 0.3s ease 0s;
}
.posts-grid.our-team li .thumbnail .post_networks ul li a:hover { text-decoration:none; }
.posts-grid.our-team li .thumbnail .post_networks ul li a:hover span {
	color:#fff;
	border-color:#fff;
}
.posts-grid.our-team li .thumbnail:hover .post_networks { top:0; }
.posts-grid.our-team li h5 {
	margin:0 0 10px;
	font:bold 28px/1.2em 'Arvo', serif;
}
.posts-grid.our-team li h5 a { color:#f8c866; }
.posts-grid.our-team li h5 a:hover, .posts-grid.our-team li h5 a:active, .posts-grid.our-team li h5 a:focus {
	text-decoration:none;
	color:#3f3f3f;
}
.posts-grid.our-team li .team-info {
	display:block;
	font:15px/23px 'Arvo', serif;
	color:#3f3f3f;
}
.posts-grid.our-projects li { text-align:center; }
@media (max-width: 767px) {
	.posts-grid.our-projects li {
		width:32%;
		display:inline-block;
		margin:20px 0 20px 2%;
		vertical-align:top;
	}
	.posts-grid.our-projects li:first-child { margin:20px 0; }
}
@media (max-width: 480px) {
	.posts-grid.our-projects li {
		width:100%;
		display:block;
		margin:30px 0;
	}
}
.posts-grid.our-projects li:after {
	content:'';
	width:42px;
	height:2px;
	display:block;
	background:#f8c866;
	margin:20px auto 0;
}
.posts-grid.our-projects li .thumbnail { margin:0 0 20px; }
.posts-grid.our-projects li h5 {
	font:18px/1.2em 'Arvo', serif;
	text-transform:uppercase;
	margin:0;
}
.posts-grid.our-projects li h5 a { color:#3f3f3f; }
.posts-grid.our-projects li h5 a:hover, .posts-grid.our-projects li h5 a:active, .posts-grid.our-projects li h5 a:focus {
	text-decoration:none;
	color:#f8c866;
}
address { color:#858584; }
address a {
	color:#3f3f3f;
	text-decoration:underline;
}
address a:hover, address a:active, address a:focus {
	text-decoration:none;
	color:#f8c866;
}
.spacer { height:60px; }
.hero-unit {
	background:none;
	border:none;
	border-radius:0;
	padding:20px 0;
	text-align:center;
}
@media only screen and (min-width: 1200px) {
	.hero-unit {
		width:80%;
		margin:0 auto;
	}
}
.hero-unit h1 {
	font:bold 36px/1.2em 'Arvo', serif;
	margin:0 0 35px;
}
.hero-unit h1 strong { color:#f8c866; }
.hero-unit p { font:14px/28px Arial, "Helvetica Neue", Helvetica, sans-serif; }
.content_box {
	background:#f5f4f3;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.content_box:before, .content_box:after { display:none; }
.content_box.last-block { margin-bottom:-50px; }
@media (max-width: 767px) {
	.content_box.last-block { margin-bottom:0; }
}
.content_box.yellow { background:#f8c866; }
.content_box.with-ornament {
	margin-top:185px;
	padding-top:0;
}
.content_box.with-ornament:before {
	width:100%;
	height:185px;
	left:0;
	top:-185px;
	display:block;
	background:url(images/ornament.png) 50% 0 no-repeat;
}
.service-box {
	background:none;
	border:none;
	box-shadow:none;
	border-radius:0;
	padding:0;
	text-align:center;
}
.service-box .icon {
	float:none;
	margin:0 auto 20px;
}
.service-box .title {
	font:bold 21px/1.2em 'Arvo', serif;
	color:#3f3f3f;
	margin:0 0 20px;
}
.service-box .title a { color:#3f3f3f; }
.service-box .title a:hover, .service-box .title a:active, .service-box .title a:focus {
	text-decoration:none;
	color:#f8c866;
}
.service-box.circle-icons .icon {
	border:2px solid #f8c866;
	width:68px;
	height:68px;
	border-radius:50%;
	text-align:center;
	position:relative;
	margin:20px auto;
}
.service-box.circle-icons .icon:before {
	content:'';
	width:100%;
	height:100%;
	background:#f8c866;
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	transition:500ms all ease;
	-webkit-transition:500ms all ease;
}
.ie8 .service-box.circle-icons .icon:before { display:none; }
.service-box.circle-icons:hover .icon:before {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
	opacity:0;
}
section.fixed_parallax_section.cherry_fixed_parallax { padding:85px 0; }
section.fixed_parallax_section.last-block { margin-bottom:-50px; }
@media (max-width: 767px) {
	section.fixed_parallax_section.last-block { margin-bottom:0; }
}
.extra-wrap.circle-block {
	background:#918377;
	background:rgba(191,169,145,0.5);
	width:320px;
	height:320px;
	border-radius:50%;
	overflow:hidden;
	padding:50px 20px;
	margin:0 auto;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.extra-wrap.circle-block {
		width:260px;
		height:260px;
		padding:20px;
	}
}
.extra-wrap.circle-block:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	border-radius:50%;
	z-index:-1;
	transition:all 0.3s ease 0s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.extra-wrap.circle-block:hover { box-shadow:0 0 5px #000; }
.extra-wrap.circle-block:hover:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.extra-wrap.circle-block p {
	color:#fff;
	font:24px/36px 'Arvo', serif;
	margin:0;
}
@media (max-width: 767px) {
	.extra-wrap.circle-block p {
		font-size:20px;
		line-height:1.2em;
	}
}
.pagination ul {
	box-shadow:none;
	background:#f5f4f3;
	border-radius:0;
}
.pagination ul li {
	border-radius:0;
	float:left;
	display:block;
	border-left:1px solid #edeceb;
}
.pagination ul li:first-child { border:none; }
.pagination ul li a {
	border:none;
	padding:10px 20px;
	background:#f5f4f3;
	color:#f8c866;
	border-radius:0;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.pagination ul li a:hover {
	color:#f8c866;
	text-decoration:underline;
}
.pagination ul li a:active, .pagination ul li a:focus {
	color:#e7c88f;
	text-decoration:underline;
}
.pagination ul li.active a {
	color:#c4c3c2;
	text-decoration:none;
}
.pager li a {
	border:none;
	padding:10px 20px;
	background:#f5f4f3;
	color:#f8c866;
	border-radius:0;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 480px) {
	.pager li a { padding:5px 10px; }
}
.pager li a:hover {
	color:#f8c866;
	text-decoration:underline;
}
.pager li a:active, .pager li a:focus {
	color:#e7c88f;
	text-decoration:underline;
}
.footer {
	background:none;
	border:none;
	padding:70px 0 30px;
	color:#c6c6c6;
}
.footer-widgets > div > div h4, .footer-widgets > div > nav h4 {
	font:21px/1.2em 'Arvo', serif;
	color:#c6c6c6;
	margin:0 0 30px;
}
@media (max-width: 767px) {
	.footer-widgets > div > div h4, .footer-widgets > div > nav h4 {
		text-align:center;
		margin:0 0 20px;
	}
}
@media (max-width: 767px) {
	.footer-widgets > div > div, .footer-widgets > div > nav { margin:40px 0; }
}
.footer-widgets .textwidget { font:13px/24px Arial, "Helvetica Neue", Helvetica, sans-serif; }
@media (max-width: 767px) {
	.footer-widgets .textwidget { text-align:center; }
}
.footer-widgets .textwidget p { margin:0 0 24px; }
.footer-widgets .textwidget a { color:#f8c866; }
.footer-widgets .textwidget a:hover, .footer-widgets .textwidget a:active, .footer-widgets .textwidget a:focus {
	text-decoration:none;
	color:#fff;
}
nav.nav.footer-nav {
	float:none;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	nav.nav.footer-nav { padding:20px 0 10px; }
}
nav.nav.footer-nav ul {
	float:none;
	text-align:left;
	line-height:inherit;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:block;
	line-height:inherit;
	padding:0;
	text-transform:none;
	vertical-align:top;
	margin:0;
	padding:3px 0;
	position:relative;
}
nav.nav.footer-nav ul li:first-child { margin:0; }
nav.nav.footer-nav ul li:first-child:before { display:none; }
@media (max-width: 480px) {
	nav.nav.footer-nav ul li {
		display:block;
		margin:5px 0;
	}
}
nav.nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:active, nav.nav.footer-nav ul li a:focus {
	color:#b0b0b0;
	text-decoration:underline;
}
[id*="nav_menu"] .menu {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="nav_menu"] .menu { text-align:center; }
}
[id*="nav_menu"] .menu li { padding:3px 0; }
[id*="nav_menu"] .menu li a { color:#fff; }
[id*="nav_menu"] .menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
[id*="nav_menu"] .menu li a:active, [id*="nav_menu"] .menu li a:focus {
	color:#b0b0b0;
	text-decoration:underline;
}
.footer-text {
	padding:0;
	font:13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#c6c6c6;
	text-transform:none;
	text-align:left;
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.footer-text { text-align:center; }
}
.footer-text a { color:#c6c6c6; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus {
	text-decoration:none;
	color:#f8c866;
}
.footer-text .footer-logo {
	float:left;
	margin:0 50px 0 0;
	position:relative;
}
@media only screen and (min-width: 1200px) {
	.footer-text .footer-logo { left:-10px; }
}
@media (max-width: 767px) {
	.footer-text .footer-logo {
		float:none;
		margin:0;
	}
	.footer-text .footer-logo img { margin:0 0 20px; }
}
.footer-text p.desc { overflow:hidden; }
.footer-line {
	width:100%;
	height:2px;
	margin:50px 0 55px;
	background:#4a4a4a;
}
.newsletter.newsletter-widget { margin:5px 0 0; }
.newsletter.newsletter-widget form { margin:0; }
.newsletter p { margin:0; }
@media (max-width: 767px) {
	.newsletter p { text-align:center; }
}
.newsletter input[type="text"], .newsletter input[type="email"] {
	width:100%;
	height:32px;
	border-radius:3px;
	padding:8px 11px;
	border:none !important;
	margin:0 0 7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.newsletter input[type="submit"] {
	display:inline-block;
	vertical-align:baseline;
	padding:0;
	background:none;
	border:none;
	font-weight:bold;
	color:#f8c866;
}
.newsletter input[type="submit"]:hover { color:#fff; }
.newsletter.newsletter-subscription table { width:100%; }
.newsletter.newsletter-subscription table tbody tr {
	width:auto;
	display:inline-block;
}
@media (max-width: 1200px) {
	.newsletter.newsletter-subscription table tbody tr { width:100%; }
}
.newsletter.newsletter-subscription table tbody tr th { display:none; }
.newsletter.newsletter-subscription table tbody tr td {
	width:auto;
	padding:0;
}
@media (max-width: 1200px) {
	.newsletter.newsletter-subscription table tbody tr td {
		width:100%;
		display:block;
	}
}
.newsletter.newsletter-subscription table tbody tr td input[type="text"], .newsletter.newsletter-subscription table tbody tr td input[type="email"] {
	background:#fff;
	padding:10px 20px;
	height:54px;
	width:530px;
	box-shadow:none;
	margin:0 30px 0 0;
	border:2px solid transparent !important;
}
.newsletter.newsletter-subscription table tbody tr td input[type="text"]:focus, .newsletter.newsletter-subscription table tbody tr td input[type="email"]:focus { border-color:#3f3f3f !important; }
@media (max-width: 1200px) {
	.newsletter.newsletter-subscription table tbody tr td input[type="text"], .newsletter.newsletter-subscription table tbody tr td input[type="email"] {
		width:100%;
		border-radius:4px 4px 0 0;
	}
}
.newsletter.newsletter-subscription table tbody tr td .newsletter-submit {
	background:#3f3f3f;
	color:#fff;
	font:18px/1.2em 'Arvo', serif;
	text-transform:uppercase;
	letter-spacing:1px;
	height:54px;
	padding:10px 40px;
	border-radius:4px;
}
@media (max-width: 1200px) {
	.newsletter.newsletter-subscription table tbody tr td .newsletter-submit {
		width:100%;
		border-radius:0 0 4px 4px;
	}
}
.newsletter.newsletter-subscription table tbody tr td .newsletter-submit:hover { background:#535353; }
.zoom-icon { background:none !important; }
.ie8 .zoom-icon { background:url(images/zoom-bg.png) !important; }
.zoom-icon:after {
	content:'';
	width:100%;
	height:100%;
	background:url(images/zoom-bg.png);
	position:absolute;
	top:0;
	right:0;
	border-radius:0;
	z-index:10;
	transition:400ms all 100ms;
	-webkit-transition:400ms all 100ms;
	-o-transition:400ms all 100ms;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .zoom-icon:after { display:none; }
.zoom-icon:before {
	content:'learn more';
	width:100%;
	height:100%;
	text-align:center;
	font:bold 24px/1.2em 'Arvo', serif;
	color:#fff;
	margin:-15px 0 0 0;
	top:50%;
	left:0;
	background:none;
	z-index:100;
	text-transform:uppercase;
	display:block;
	-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;
}
.thumbnail a img { transition:all 0.3s ease 0s; }
.thumbnail:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.thumbnail:hover .zoom-icon:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.thumbnail:hover a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
#back-top-wrapper {
	z-index:200;
	right:20px;
	bottom:20px;
}
#back-top-wrapper #back-top {
	margin:0;
	padding:0 6px;
	background:#f8c866;
	border-radius:50%;
}
#back-top-wrapper #back-top a {
	width:auto;
	height:auto;
	border-radius:0;
	text-align:center;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#back-top-wrapper #back-top a:after {
	content:'';
	font:40px/46px FontAwesome;
	color:#fff;
	display:inline-block;
	position:relative;
	z-index:100;
	transition:all 0.3s ease 0s;
}
#back-top-wrapper #back-top a span { display:none; }
#back-top-wrapper #back-top a:hover {
	background:none;
	border:none;
}
#back-top-wrapper #back-top a:hover:after {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	color:#333;
}
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#f8c866;
	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 .faq-list_h, .faq-list .faq-list_body { padding:0; }
.faq-list h4 { overflow:hidden; }
.faq-list h4.marker {
	font-size:50px !important;
	line-height:1.2em;
	color:#f8c866;
	margin-top:2px;
	position:relative;
	float:left;
	min-width:80px;
	margin:0 30px 0 0;
}
.faq-list p { overflow:hidden; }
.faq-list .faq-list_body { margin:0; }
.faq-list .faq-list_h:before {
	content:'';
	width:42px;
	height:2px;
	display:block;
	background:#f8c866;
	margin:40px 0 40px 110px;
}
.faq-list .faq-list_h:first-child:before { display:none; }
.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:7px; }
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:7px; }
.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:0;
}
.ie8 .search-form .search-form_it {
	display:block;
	margin:0 0 10px;
}
.ie8 .search-form .input-btn { margin:0; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:7px;
	height:36px;
}
.ie8 #respond #commentform p input[type="submit"] {
	height:auto;
	padding:0;
}
.ie8 .flexslider .flex-direction-nav li a:hover, .ie8 .flexslider .flex-direction-nav li a:active, .ie8 .flexslider .flex-direction-nav li a:focus { text-decoration:none; }
.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;
	}
}
.left-right { position:relative; }
.left-right >div {
	position:relative;
	z-index:10;
}
.left-right:before, .left-right:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:101%;
	background:inherit;
	border:inherit;
	z-index:1;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.left-right:before { left:-100%; }
.left-right:after { right:-100%; }
.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:38px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
