@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Satisfy);
.main-holder { overflow:hidden; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1em; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h1 { font-size:20px !important; }
	h1 small { font-size:18px !important; }
}
@media (max-width: 480px) {
	h1 { font-size:20px !important; }
	h1 small { font-size:18px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 { font-size:19px !important; }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 480px) {
	h2 { font-size:19px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h3 { font-size:18px !important; }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 480px) {
	h3 { font-size:18px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h4 { font-size:17px !important; }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 480px) {
	h4 { font-size:17px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h5 { font-size:16px !important; }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 480px) {
	h5 { font-size:16px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h6 { font-size:15px !important; }
}
@media (min-width: 768px) and (max-width: 979px) and (max-width: 480px) {
	h6 { font-size:15px !important; }
}
.featured-thumbnail, .thumbnail, img.size-full {
	border:2px solid #403f3a;
	background:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, img.size-full img { width:100%; }
img.alignleft { width:auto; }
@media (max-width: 767px) {
	img.size-full.alignleft {
		float:none;
		margin:0;
	}
}
.btn, .reply a {
	border-radius:3px;
	border:none;
	color:#fff;
	box-shadow:0 3px 0 rgba(0,0,0,0.15);
	text-shadow:none;
	font:bold 17px/1.2em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:12px 20px 13px;
	height:auto;
	letter-spacing:0;
	background:#a19a10;
	background:-moz-linear-gradient(top,#a19a10 0%,#86800d 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a19a10),color-stop(100%,#86800d));
	background:-webkit-linear-gradient(top,#a19a10 0%,#86800d 100%);
	background:-o-linear-gradient(top,#a19a10 0%,#86800d 100%);
	background:-ms-linear-gradient(top,#a19a10 0%,#86800d 100%);
	background:linear-gradient(to bottom,#a19a10 0%,#86800d 100%);
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:#5d5b52;
	text-decoration:none;
	color:#fff;
}
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:5px 10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#767575;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border-color:#838383;
	background:#fff;
	box-shadow:none;
}
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 {
	box-shadow:none;
	border-color:#171717;
}
.header {
	background:none;
	border:none;
	padding:36px 0;
}
.home .header {
	position:absolute;
	width:100%;
}
@media (max-width: 767px) {
	.home .header { position:relative; }
}
.home .content-holder { margin-top:-55px; }
@media (max-width: 767px) {
	.home .content-holder { margin-top:20px; }
}
.widget-top-wrap {
	z-index:10;
	background:#2b2a27;
	border-top:1px solid #41403d;
	border-bottom:1px solid #2b2a27;
	position:relative;
	padding:12px 27px 9px;
	text-align:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget-top-wrap:before, .widget-top-wrap:after {
	content:"";
	width:23px;
	height:25px;
	position:absolute;
	background:url(images/widget-top-left.png) no-repeat;
	left:0;
	top:-2px;
}
.widget-top-wrap:after {
	background:url(images/widget-top-right.png) no-repeat;
	right:0;
	left:auto;
}
.widget-top, .social-nets-wrapper { display:inline-block; }
.widget-top-meta {
	position:relative;
	top:-5px;
	margin-right:15px;
}
.widget-top-meta h4 { display:none; }
.widget-top-meta ul {
	margin:0;
	list-style-type:none;
	text-align:right;
}
.widget-top-meta ul li {
	display:inline-block;
	margin-left:14px;
}
.widget-top-meta ul li:first-child { margin-left:0; }
.widget-top-meta ul li a {
	color:#818071;
	font-style:italic;
}
.widget-top-meta ul li a:hover {
	color:#a19a10;
	text-decoration:none;
}
.widget-top-meta ul li a abbr { border:none; }
.social-nets-wrapper .social {
	list-style-type:none;
	margin:5px 0 0 0;
	text-align:right;
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:20px;
	height:17px;
	overflow:hidden;
	margin-left:4px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:20px;
	height:17px;
	position:relative;
	transition:none;
}
.social-nets-wrapper .social li a.facebook { background:url(images/icons/facebook.png) no-repeat; }
.social-nets-wrapper .social li a.facebook:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.twitter { background:url(images/icons/twitter.png) no-repeat; }
.social-nets-wrapper .social li a.twitter:hover { background-position:0 -17px; }
.social-nets-wrapper .social li a.feed { background:url(images/icons/feed.png) no-repeat; }
.social-nets-wrapper .social li a.feed:hover { background-position:0 -17px; }
.menu-logo-wrap {
	border-radius:0 0 8px 8px;
	position:relative;
	background:#2c2c2c;
	background:-moz-linear-gradient(top,#41403d 0%,#2b2a26 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#41403d),color-stop(100%,#2b2a26));
	background:-webkit-linear-gradient(top,#41403d 0%,#2b2a26 100%);
	background:-o-linear-gradient(top,#41403d 0%,#2b2a26 100%);
	background:-ms-linear-gradient(top,#41403d 0%,#2b2a26 100%);
	background:linear-gradient(to bottom,#41403d 0%,#2b2a26 100%);
	box-shadow:5px -5px 10px -4px rgba(0,0,0,0.4), -5px -5px 10px -4px rgba(0,0,0,0.4);
}
.menu-logo-wrap:after {
	position:absolute;
	width:100%;
	height:16px;
	background:#a19a10;
	border-radius:0 0 8px 8px;
	content:"";
	bottom:-8px;
	left:0;
	z-index:-1;
	box-shadow:0 3px 10px rgba(0,0,0,0.4);
}
.nav__primary {
	position:relative;
	float:none;
	text-align:right;
	overflow:visible;
	margin:0;
	border:none;
	padding:0;
}
.nav__primary .sf-menu {
	float:right;
	display:inline-block;
	position:relative;
	padding:0;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	display:inline-block;
	position:relative;
	border:none;
	padding:0;
	margin:0;
	background:none;
	border-left:1px solid #000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:first-child:after { display:none; }
.nav__primary .sf-menu >li:last-child a { border-radius:0 0 8px 0; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:32px 31px 30px;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	transition:all 0.3s ease 0s;
	background:none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li >a { padding:32px 15px 30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a {
		padding:32px 10px 30px;
		font-size:15px;
	}
}
.nav__primary .sf-menu >li >a:before {
	content:"";
	height:8px;
	width:1px;
	background:#000;
	position:absolute;
	left:-1px;
	bottom:-8px;
}
.nav__primary .sf-menu >li >a:hover {
	color:#fff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:#a19a10;
	background:-moz-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a19a10),color-stop(100%,#857f0d));
	background:-webkit-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-o-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-ms-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:linear-gradient(to bottom,#a19a10 0%,#857f0d 100%);
}
.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:70px;
	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 >a {
	color:#fff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:#a19a10;
	background:-moz-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a19a10),color-stop(100%,#857f0d));
	background:-webkit-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-o-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-ms-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:linear-gradient(to bottom,#a19a10 0%,#857f0d 100%);
}
.nav__primary .sf-menu >li.current-menu-item >a:before, .nav__primary .sf-menu >li.current-menu-item >a:after { visibility:visible; }
.nav__primary .sf-menu >li.sfHover >a {
	color:#fff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:#a19a10;
	background:-moz-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a19a10),color-stop(100%,#857f0d));
	background:-webkit-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-o-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:-ms-linear-gradient(top,#a19a10 0%,#857f0d 100%);
	background:linear-gradient(to bottom,#a19a10 0%,#857f0d 100%);
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:#2b2b27;
	top:95px;
	left:0;
	width:160px;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #41413d;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:8px 10px;
	background:none;
	border:none;
	color:#767575;
	text-transform:none;
	display:block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:14px/1em Georgia, "Times New Roman", Times, serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:3px;
	right:-20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#fff;
	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:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#2b2b27;
	padding:0;
	margin:0;
	top:0;
	left:100%;
	border-radius:0;
	width:100%;
	box-shadow:0 0 5px rgba(71,71,71,0.2);
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #41413d;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border-top:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:8px 10px;
	color:#767575;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
}
.logo { padding:22px 0 12px 29px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 480px) {
	.logo {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:20px 30px;
	}
	.logo.pull-left { float:none !important; }
	.logo .logo_h__img { width:100%; }
}
.logo .logo_h__txt {
	text-transform:none;
	letter-spacing:-1px;
}
.logo .logo_h__txt a {
	color:#a19a10;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h__txt a { font-size:25px; }
}
.slider {
	width:1428px;
	margin:0 auto;
}
@media (max-width: 1400px) {
	.slider { width:100%; }
}
@media (max-width: 1200px) {
	.slider { margin-top:50px; }
}
@media (max-width: 979px) {
	.slider { margin-top:80px; }
}
@media (max-width: 767px) {
	.slider { margin-top:0; }
}
.camera_caption { bottom:150px !important; }
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camerarelative {
	background:url(images/slider-alphas.png) no-repeat;
	background-size:100% 100%;
}
.camera { margin-bottom:0 !important; }
.camera .camera_pag {
	position:relative;
	bottom:137px;
}
@media (max-width: 767px) {
	.camera .camera_pag { bottom:60px; }
}
.camera .camera_pag .camera_pag_ul li {
	background:none;
	border:4px solid #fff;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:21px;
	height:21px;
	margin:20px 6px;
}
.camera .camera_pag .camera_pag_ul li:hover { background:none !important; }
.camera .camera_pag .camera_pag_ul li:hover span { background:none !important; }
.camera .camera_pag .camera_pag_ul li span { background:none; }
.camera .camera_pag .camera_pag_ul li.cameracurrent { border-color:#a19a10; }
.camera .camera_pag .camera_pag_ul li.cameracurrent span { background:none; }
.camera .camera_pag .camera_pag_ul li.camera_hover { border-color:#a19a10; }
.camera_thumbs {
	position:relative;
	bottom:140px;
}
@media (max-width: 767px) {
	.camera_thumbs { display:none !important; }
}
.camera_thumbs .camera_thumbs_cont { background:none; }
.accordion_wrap { margin:150px 0 90px; }
.content-holder { padding-bottom:40px; }
.content-holder:after {
	content:"";
	width:100%;
	height:171px;
	background:url(images/footer-shadow.png) repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}
@media (max-width: 767px) {
	.content-holder:after { display:none !important; }
}
@media (max-width: 767px) {
	.content-holder { padding-bottom:0; }
}
.home .content-holder { padding-bottom:20px; }
.home .content-holder:after { display:none; }
.home .footer-widgets {
	background:url(images/footer-shadow.png) repeat-x 0 100%;
	position:relative;
	margin-bottom:0;
	padding-bottom:37px;
	padding-top:10px;
}
.home .footer-widgets:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/footer-shadow.png) repeat-x 0 100%;
}
.home .footer-widgets:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/footer-shadow.png) repeat-x 0 100%;
}
.bottom >.span12:before {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widget-corner-left.png) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
@media (max-width: 767px) {
	.bottom >.span12:before { display:none; }
}
.bottom >.span12:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widget-corner-right.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
@media (max-width: 767px) {
	.bottom >.span12:after { display:none; }
}
.bottom >.span12 figure.thumbnail.alignnone { margin-bottom:0; }
#content, #sidebar { padding-top:28px; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
.title-section {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	text-align:center;
	padding:16px 24px 20px;
}
.title-section .title-header {
	margin-bottom:8px;
	font-size:27px;
	line-height:1em;
	color:#000;
}
.title-section .title-header:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:9px;
}
.title-section .breadcrumb {
	background:none;
	padding:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	margin:15px 0 0 0;
	border-radius:0;
	font:17px/1.2em Georgia, "Times New Roman", Times, serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	font-style:italic;
}
.title-section .breadcrumb >li.active { color:#767575; }
.title-section .breadcrumb a {
	color:#a19a10;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 2px;
	color:#767575;
}
article.testimonial {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
}
.faq-list_h { color:#fff; }
.faq-list_h .marker { color:#a19a10; }
.faq-list_body .marker { color:#a19a10; }
.pager, .portfolio-meta, .portfolio-meta-list, .page-header { border-color:#838383; }
article {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	overflow:visible !important;
}
article:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:10;
}
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post-header .post-title {
	text-align:center;
	margin:10px 0 20px;
	color:#a19a10;
}
article .post-header .post-title:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
}
article .post-header .post-title a { color:#a19a10; }
article .post_meta {
	padding:10px 0;
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite { border-color:#838383; }
article .post_meta i {
	margin-right:6px;
	color:#666666;
	font-size:15px;
}
article .post_meta span {
	font:italic 14px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:10px;
}
article .post_meta .post_date {
	color:#666666;
	font-style:normal;
}
article .post_meta .post_author a { color:#000; }
article .post_meta .post_category a, article .post_meta .post_tag a { color:#a19a10; }
article .post_meta .post_comment a { color:#a19a10; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#a19a10; }
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;
}
.single #content article {
	border:none;
	margin-bottom:0;
	border-radius:8px 8px 0 0;
	border-top:6px solid #5b5951;
	border-left:6px solid #5b5951;
	border-right:6px solid #5b5951;
}
.single #content article:after { display:none; }
@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 article.testimonial {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	margin-bottom:20px;
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
	background:rgba(243,242,226,0.6);
	padding-left:24px;
	border-left:6px solid #5b5951;
	border-right:6px solid #5b5951;
	margin:0;
	width:auto;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px 24px;
	border:none;
	border-radius:0 0 8px 8px;
	background:rgba(243,242,226,0.6);
	border-left:6px solid #5b5951;
	border-right:6px solid #5b5951;
	border-bottom:6px solid #5b5951;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.single #content .post-author >div {
	background:#303030;
	padding:20px;
}
.single #content .post-author >div:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:10;
}
.single #content .post-author .post-author_h {
	font:italic 17px/1.2em Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#fff;
}
.single #content .post-author .post-author_h a {
	color:#fff;
	font-weight:normal;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:0;
	width:80px;
	height:80px;
}
.single #content .post-author .post-author_desc {
	padding-left:100px;
	text-transform:none;
	color:#767575;
	font:14px/20px Georgia, "Times New Roman", Times, serif;
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:14px;
	text-transform:none;
	color:#767575;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	color:#fff;
}
div.type-page >.row >.span1:first-child >figure:after, div.type-page >.row >.span2:first-child >figure:after, div.type-page >.row >.span3:first-child >figure:after, div.type-page >.row >.span4:first-child >figure:after, div.type-page >.row >.span5:first-child >figure:after, div.type-page >.row >.span6:first-child >figure:after, div.type-page >.row >.span7:first-child >figure:after, div.type-page >.row >.span8:first-child >figure:after, div.type-page >.row >.span9:first-child >figure:after, div.type-page >.row >.span10:first-child >figure:after, div.type-page >.row >.span11:first-child >figure:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:1000;
}
div.type-page >.row >.span1:last-child >figure:after, div.type-page >.row >.span2:last-child >figure:after, div.type-page >.row >.span3:last-child >figure:after, div.type-page >.row >.span4:last-child >figure:after, div.type-page >.row >.span5:last-child >figure:after, div.type-page >.row >.span6:last-child >figure:after {
	content:"";
	width:29px;
	height:30px;
	position:absolute;
	bottom:-6px;
	right:-6px;
	z-index:1000;
}
div.type-page >.row >.span12 >figure:before {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:1000;
}
div.type-page >.row >.span12 >figure:after {
	content:"";
	width:29px;
	height:30px;
	position:absolute;
	bottom:-6px;
	right:-6px;
	z-index:1000;
}
div.type-page p { margin-bottom:20px; }
.home div.type-page >.row >.span1:first-child >figure:after, .home div.type-page >.row >.span1:last-child >figure:after, .home div.type-page >.row >.span2:first-child >figure:after, .home div.type-page >.row >.span2:last-child >figure:after, .home div.type-page >.row >.span3:first-child >figure:after, .home div.type-page >.row >.span3:last-child >figure:after, .home div.type-page >.row >.span4:first-child >figure:after, .home div.type-page >.row >.span4:last-child >figure:after, .home div.type-page >.row >.span5:first-child >figure:after, .home div.type-page >.row >.span5:last-child >figure:after, .home div.type-page >.row >.span6:first-child >figure:after, .home div.type-page >.row >.span6:last-child >figure:after, .home div.type-page >.row >.span7:first-child >figure:after, .home div.type-page >.row >.span7:last-child >figure:after, .home div.type-page >.row >.span8:first-child >figure:after, .home div.type-page >.row >.span8:last-child >figure:after, .home div.type-page >.row >.span9:first-child >figure:after, .home div.type-page >.row >.span9:last-child >figure:after, .home div.type-page >.row >.span10:first-child >figure:after, .home div.type-page >.row >.span10:last-child >figure:after, .home div.type-page >.row >.span11:first-child >figure:after, .home div.type-page >.row >.span11:last-child >figure:after { display:none; }
.home div.type-page >.row >.span12 >figure:before { display:none; }
.home div.type-page >.row >.span12 >figure:after { display:none; }
@media (max-width: 767px) {
	.home div.type-page .span4 {
		float:left;
		width:31%;
		margin:0 0 0 3%;
	}
	.home div.type-page .span4:first-child { margin:0; }
}
@media (max-width: 550px) {
	.home div.type-page .span4 {
		float:none;
		width:100%;
		margin:0 0 30px 0;
	}
}
.filter-wrapper {
	margin:1px 0 20px;
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	padding:22px 24px;
}
.filter-wrapper strong {
	color:#000;
	padding:0;
	font:italic 17px/20px Georgia, "Times New Roman", Times, serif;
	margin-right:0px;
	margin-top:0;
	position:relative;
	text-transform:none;
	letter-spacing:0;
	display:inline-block;
	float:none;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .pull-right {
	float:none;
	text-align:center;
}
.filter-wrapper .filter {
	position:relative;
	top:4px;
	margin:0;
	display:inline-block;
	float:none;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li:first-child { margin:0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#767575;
	font:italic 17px/20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:none;
	letter-spacing:0;
	border-bottom:none;
}
@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;
	box-shadow:none;
	color:#a19a10;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#a19a10;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio {
	position:relative;
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	padding:16px 15px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	overflow:visible !important;
}
.filterable-portfolio:before {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:1000;
}
.filterable-portfolio:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widgets-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	right:-6px;
	z-index:1000;
}
.filterable-portfolio .portfolio_item {
	margin:0 0 20px;
	padding:0 10px 20px;
}
.filterable-portfolio li {
	margin:0;
	padding:0 10px 20px;
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 10px;
	text-transform:none;
	font:italic 17px/1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#000;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.pagination { margin-top:30px; }
.pager li > a, .pager li > span {
	border-radius:0;
	border:none;
	font:17px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#767575;
	background:none;
}
.pager li > a:hover, .pager li > a:active, .pager li > a:focus, .pager li > span:hover, .pager li > span:active, .pager li > span:focus {
	color:#a19a10;
	background:none;
}
.pagination ul {
	border-radius:0;
	box-shadow:none;
}
.pagination ul li a, .pagination ul li span {
	background:none;
	border:none;
	color:#a19a10;
	font:17px/1.2em Georgia, "Times New Roman", Times, serif;
	border-radius:0 !important;
}
.pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus, .pagination ul li span:hover, .pagination ul li span:active, .pagination ul li span:focus {
	color:#767575;
	background:none;
}
.pagination ul li.active a, .pagination ul li.active span {
	background:none;
	color:#767575;
	border-radius:0 !important;
}
.pagination ul li.active a:hover, .pagination ul li.active span:hover { color:#767575; }
.flexslider .flex-control-nav li a { background:#fff; }
.flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover { background:#7f7f7f; }
.single-portfolio .featured-thumbnail.large {
	margin:0;
	padding:0 0 20px 0;
	border:none;
}
.single-portfolio .featured-thumbnail.large img { border:2px solid #fff; }
.related-posts, .comment-holder, #respond {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	margin-top:30px;
}
.related-posts:after, .comment-holder:after, #respond:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/article-corner.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:1000;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:27px;
	line-height:1.2em;
	text-align:center;
	margin:0 0 20px;
}
.related-posts h3:after, .comment-holder h3:after, #respond h3:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
}
.related-posts { overflow:visible; }
.related-posts .thumbnail a {
	display:block;
	margin:0;
}
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#000;
	display:inline-block;
	font:italic 17px/1.2em Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px 30px 30px 20px;
	border:1px solid #838383;
	background:#fff;
	border-radius:0;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	display:block;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:italic 14px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-transform:none;
	margin-top:10px;
}
@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:15px 0 0 0;
	font:14px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#767575;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link {
	text-decoration:none !important;
	margin-bottom:3px;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover { text-decoration:none !important; }
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input:focus { border-color:#171717 !important; }
.wpcf7-form textarea { color:#767575 !important; }
.wpcf7-form textarea:focus { border-color:#171717 !important; }
.wpcf7-form textarea.watermark { color:#767575 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:4px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
#commentform { margin-top:15px; }
#commentform textarea {
	width:100%;
	min-width:inherit;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:inherit;
	max-height:inherit;
	min-width:auto;
	padding:12px 10px 10px;
}
#commentform input[type="text"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:inherit;
	min-width:inherit;
	width:100%;
	padding:0 10px;
	height:40px;
	margin-bottom:2px;
}
#commentform input[type="text"]:focus { box-shadow:none; }
#commentform input.btn {
	margin-top:10px;
	width:auto;
	border:none;
	height:50px;
}
#commentform .btn-align { text-align:right; }
#respond:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widget-corner-left.png) no-repeat;
	position:absolute;
	bottom:-6px;
	left:-6px;
	z-index:1000;
}
.sidebar .widget {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
}
.sidebar .widget:after {
	content:"";
	width:29px;
	height:30px;
	position:absolute;
	bottom:-6px;
	right:-6px;
	z-index:1;
}
.sidebar .widget >h3 {
	text-align:center;
	font-size:27px;
}
.sidebar .widget >h3:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:9px;
	margin-bottom:7px;
}
.sidebar .social { margin:7px 0 0 0; }
@media (max-width: 767px) {
	.sidebar .social { text-align:left; }
}
.sidebar .social .social_ico {
	width:20px;
	height:17px;
	overflow:hidden;
}
.sidebar .social li {
	padding:0;
	margin:0 0 5px 0;
	line-height:17px;
	float:none;
	display:block;
}
.sidebar .social li:first-child { margin-left:0px; }
.sidebar .social li .social_ico {
	width:20px;
	height:17px;
	display:inline-block;
	text-indent:-9999px;
}
.sidebar .social li .social_ico img { text-indent:-9999px; }
.sidebar .social li .social_link:hover { opacity:1; }
.sidebar .social li .social_link:hover .social_label { text-decoration:underline; }
.sidebar .social li .social_link {
	line-height:17px;
	padding:0;
	max-height:17px;
	transition:none;
	display:inline-block;
}
.sidebar .social li .social_label {
	margin-left:7px;
	line-height:17px;
}
.sidebar .social li .social_link__facebook { background:url(images/icons/facebook.png) no-repeat; }
.sidebar .social li .social_link__facebook:hover { background-position:0 -17px; }
.sidebar .social li .social_link__twitter { background:url(images/icons/twitter.png) no-repeat; }
.sidebar .social li .social_link__twitter:hover { background-position:0 -17px; }
.sidebar .social li .social_link__feed { background:url(images/icons/feed.png) no-repeat; }
.sidebar .social li .social_link__feed:hover { background-position:0 -17px; }
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/menu-arrow.png) no-repeat 0 9px;
	padding-left:22px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		margin:5px 0;
		background-position:0 5px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:italic 14px/30px Georgia, "Times New Roman", Times, serif;
	color:#a19a10;
	text-transform:none;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="my_poststypewidget"] .post-list li {
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px dotted #838383;
}
[id*="my_poststypewidget"] .post-list li:first-child {
	border:none;
	padding:0;
	margin-top:0;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:17px/1.2em Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	margin:3px 0 15px;
	letter-spacing:0;
	font-style:italic;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#777; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 0 24px 0; }
@media (max-width: 767px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 20px 20px 0; }
}
@media (max-width: 600px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
	}
}
[id*="my_poststypewidget"] .post-list li .excerpt {
	margin:0 0;
	font-size:14px;
	line-height:20px;
	display:inline;
}
[id*="my_poststypewidget"] .post-list li .btn {
	display:inline-block;
	background:none;
	padding:0;
	text-indent:-9999px;
	width:12px;
	height:13px;
	background:url(images/btn-arrow.png) no-repeat;
	border:none;
	box-shadow:none;
	transition:none;
}
[id*="my_poststypewidget"] .post-list li .btn:hover { background-position:0 -13px; }
[id*="my_poststypewidget"] .post-list li time {
	background:none;
	color:#767575;
	padding:0;
	margin-bottom:15px;
}
.search-form .search-form_it {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:40px;
}
.search-form .search-form_is {
	margin:0;
	padding:10px;
	height:40px;
	display:block;
}
.footer-widgets >.row > div > div {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	padding:20px 24px 29px;
}
.footer-widgets >.row > div > div >h4 {
	font-size:27px;
	text-align:center;
	margin-bottom:15px;
}
.footer-widgets >.row > div > div >h4:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
	margin-top:11px;
}
.footer-widgets >.row > div > div .textwidget h1 {
	font-size:17px;
	color:#a19a10;
	line-height:20px;
	font-style:italic;
	text-transform:none;
	margin-bottom:14px;
}
.footer-widgets >.row > div > div .textwidget p { margin-bottom:13px; }
.footer-widgets >.row > div > div .btn-align { text-align:center; }
.footer-widgets >.row > div > div .btn-align .btn { margin-top:8px; }
.footer-widgets .hr { margin:17px 0; }
.footer-widgets .last-serv .service-box_txt { margin-bottom:8px; }
.footer-widgets [id*="my_poststypewidget"] { text-align:center; }
.footer-widgets [id*="my_poststypewidget"] .post-list:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
	margin-top:19px;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li {
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px dotted #838383;
	text-align:left;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li:first-child {
	border:none;
	padding:0;
	margin-top:0;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li .post-list_h {
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	margin:0;
	letter-spacing:0;
	font-style:italic;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li .post-list_h a { color:#a19a10; }
.footer-widgets [id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 17px 0 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.footer-widgets [id*="my_poststypewidget"] .post-list li .thumbnail {
		width:146px;
		float:none;
		display:block;
		margin:0 0 20px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets [id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 0 20px 0; }
}
@media (max-width: 480px) {
	.footer-widgets [id*="my_poststypewidget"] .post-list li .thumbnail {
		margin:0 0 20px 0;
		width:146px;
		display:block;
		float:none;
	}
}
.footer-widgets [id*="my_poststypewidget"] .post-list li .excerpt {
	margin:0 0;
	font-size:14px;
	line-height:20px;
	display:inline;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li .btn {
	display:inline-block;
	background:none;
	padding:0;
	text-indent:-9999px;
	width:12px;
	height:13px;
	background:url(images/btn-arrow.png) no-repeat;
	border:none;
	box-shadow:none;
	transition:none;
}
.footer-widgets [id*="my_poststypewidget"] .post-list li .btn:hover { background-position:0 -13px; }
.footer-widgets [id*="my_poststypewidget"] .link_show_all { margin-top:8px; }
@media (max-width: 767px) {
	.footer-widgets .first { margin-bottom:30px !important; }
}
.footer-widgets .first:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widget-corner-left.png) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
@media (max-width: 767px) {
	.footer-widgets .first:after { display:none; }
}
@media (max-width: 767px) {
	.footer-widgets .last { margin-top:30px !important; }
}
.footer-widgets .last:after {
	content:"";
	width:29px;
	height:30px;
	background:url(images/widget-corner-right.png) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
@media (max-width: 767px) {
	.footer-widgets .last:after { display:none; }
}
.decor {
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
}
figure.thumbnail.alignnone {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
	margin:0 0 30px 0;
}
@media (max-width: 767px) {
	figure.thumbnail.alignnone { margin:0 0 30px 0 !important; }
}
figure.thumbnail.alignnone >h2 { text-align:center; }
figure.thumbnail.alignnone >h2:after {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
}
figure.thumbnail.alignnone h5 { text-transform:none; }
figure.thumbnail.alignnone a:hover .zoom-icon, figure.thumbnail.alignnone:hover .zoom-icon {
	visibility:hidden;
	opacity:0;
}
.service-box {
	background:none;
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.service-box .icon { margin:6px 13px 0 0; }
.service-box .title {
	font-size:17px;
	line-height:20px;
	color:#a19a10;
	text-transform:none;
	font-style:italic;
}
.service-box .service-box_txt { margin:12px 0 0; }
.hr {
	background:none;
	border-bottom:1px dotted #838383;
}
.home figure.thumbnail.alignnone {
	margin-bottom:0;
	padding:8px 7px 30px 7px;
	background:#5b5951;
	background:-moz-linear-gradient(top,#5b5951 0%,#31302b 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5b5951),color-stop(100%,#31302b));
	background:-webkit-linear-gradient(top,#5b5951 0%,#31302b 100%);
	background:-o-linear-gradient(top,#5b5951 0%,#31302b 100%);
	background:-ms-linear-gradient(top,#5b5951 0%,#31302b 100%);
	background:linear-gradient(to bottom,#5b5951 0%,#31302b 100%);
	border:none;
	text-align:center;
}
.home figure.thumbnail.alignnone h1 {
	font-weight:bold;
	margin:20px 0 10px;
	color:#fff !important;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.home figure.thumbnail.alignnone h1 { font-size:28px; }
	.home figure.thumbnail.alignnone h1 small { font-size:20px !important; }
}
@media (max-width: 767px) {
	.home figure.thumbnail.alignnone h1 {
		font-size:16px;
		line-height:1.2em;
	}
	.home figure.thumbnail.alignnone h1 small { font-size:14px !important; }
}
.home figure.thumbnail.alignnone h1 small {
	font-size:31px;
	font-weight:normal;
	color:#fff;
}
.home figure.thumbnail.alignnone p {
	display:inline;
	font-style:italic;
	color:#fff !important;
}
.home figure.thumbnail.alignnone .btn {
	display:inline-block;
	background:none;
	padding:0;
	text-indent:-9999px;
	width:12px;
	height:13px;
	background:url(images/btn-arrow-white.png) no-repeat;
	border:none;
	box-shadow:none;
	transition:none;
	margin-left:10px;
}
.home figure.thumbnail.alignnone .btn:hover { background-position:0 -13px; }
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/menu-arrow.png) no-repeat 0 9px;
	padding-left:22px;
	margin:0;
}
.list.custom-list ul li:before { display:none; }
@media (max-width: 1200px) {
	.list.custom-list ul li {
		margin:5px 0;
		background-position:0 5px;
	}
}
.list.custom-list ul li a {
	font:italic 14px/30px Georgia, "Times New Roman", Times, serif;
	color:#a19a10;
	text-transform:none;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.testimonials .testi-item {
	padding:30px 0 0;
	margin:30px 0 0;
	border-top:1px dotted #838383;
}
.testimonials .testi-item:first-child {
	padding:0;
	margin:0;
	border:none;
}
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:34px 0 0 16px;
}
.testimonials .testi-item .testi-item_blockquote:before { display:none; }
.testimonials .testi-item .testi-item_blockquote:after {
	background:url(images/quote.png) no-repeat;
	width:35px;
	height:26px;
	left:0;
	top:10px;
}
.testimonials .testi-item .testi-item_blockquote a {
	color:#767575;
	font-style:italic;
}
.testimonials .testi-item .testi-item_blockquote a:hover {
	color:#000;
	text-decoration:underline;
}
.testimonials .testi-item .testi-meta { padding:20px 0 0 16px; }
.testimonials .testi-item .testi-meta br, .testimonials .testi-item .testi-meta a { display:none; }
.testimonials .testi-item .testi-meta .user {
	color:#000;
	display:block;
	font-style:italic;
	font-size:17px;
	line-height:20px;
}
.testimonials .testi-item .testi-meta .info {
	font-size:14px;
	text-transform:lowercase;
}
.posts-grid.lessons li h5 {
	font-size:17px;
	font-style:italic;
	margin:20px 0 10px 0;
}
.posts-grid.lessons li h5 a { color:#000; }
.posts-grid.lessons li .excerpt { display:inline; }
.posts-grid.lessons li .btn {
	display:inline-block;
	background:none;
	padding:0;
	text-indent:-9999px;
	width:12px;
	height:13px;
	background:url(images/btn-arrow.png) no-repeat;
	border:none;
	box-shadow:none;
	transition:none;
}
.posts-grid.lessons li .btn:hover { background-position:0 -13px; }
.posts-grid .thumbnail:hover .zoom-icon, .posts-list .thumbnail:hover .zoom-icon, .mini-posts-grid .thumbnail:hover .zoom-icon, .mini-posts-list .thumbnail:hover .zoom-icon, .carousel-wrap .thumbnail:hover .zoom-icon {
	opacity:1 !important;
	visibility:visible !important;
}
.footer {
	background:none;
	border:none;
	padding:0;
}
.copyright { padding:34px 0; }
nav.footer-nav {
	float:none;
	margin:10px 0 0 0;
}
nav.footer-nav .menu {
	float:none;
	text-align:center;
}
nav.footer-nav .menu li {
	margin:0 0 0 20px;
	float:none;
	display:inline-block;
	padding:0;
}
nav.footer-nav .menu li:first-child {
	padding:0;
	border:none;
}
nav.footer-nav .menu li a:hover, nav.footer-nav .menu li a:active {
	color:#767575;
	text-decoration:underline;
}
.footer-text {
	text-align:center;
	float:none;
}
.footer-text a { color:#5d5b52; }
.footer-text a.site-name { color:#2b2b27 !important; }
#back-top-wrapper p a {
	width:42px;
	height:42px;
	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 -42px; }
#back-top-wrapper p a span {
	width:42px;
	height:42px;
	background:url(images/totop.png) no-repeat 0 0;
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#a19a10; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
.ajax-loader {
	background-image:url(images/loading.gif);
	width:24px;
	display:inline-block;
	padding:24px 0 0 0;
	height:0px !important;
}
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1em; }
.ie8 .nav__primary .sf-menu >li >a { padding:32px 15px 30px; }
.ie8 .menu-logo-wrap:after { height:8px; }
.ie8 .slider {
	margin-top:50px;
	width:940px;
}
.ie8 .camerarelative { background:url(images/slider-alphas-ie8.png) no-repeat; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li {
	margin:5px 0;
	background-position:0 5px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a { line-height:1.2em; }
.ie8 [id*="my_poststypewidget"] .thumbnail { width:100%; }
.ie8 .home [id*="my_poststypewidget"] .thumbnail {
	width:146px;
	float:none;
	display:block;
	margin:0 0 20px 0;
}
.ie8 .list.custom-list ul li {
	margin:5px 0;
	background-position:0 5px;
}
.ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .lessons .thumbnail { width:100%; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .comments-custom .comments-custom_li .thumbnail { width:80px !important; }
.ie8 #respond #commentform p input[type="text"] { padding:10px; }
#ff5c66


.transition { transition:all 0.3s ease 0s; }
.block {
	position:relative;
	background:#f3f2e2;
	border:6px solid #5b5951;
	border-radius:8px;
	padding:16px 24px 20px;
}
.after-title {
	content:"";
	width:100%;
	height:12px;
	background:url(images/title-decor.png) no-repeat 50% 0;
	display:block;
	margin-top:4px;
	margin-bottom:10px;
}
.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;
}
*[class*="thumbnail"] { border-color:#5b5951 !important; }
.camera .camera_pag .camera_pag_ul li.camera_hover { border-color:#2b2b27; }
.camera .camera_pag .camera_pag_ul li.cameracurrent { border-color:#2b2b27; }
