@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Ewert);
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px 20px 20px; }
	body .content-holder { padding:20px !important; }
	body .footer { padding:0 0 20px 0 !important; }
}
.main-holder { overflow:hidden; }
a { transition:all 0.3s ease 0s; }
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:25px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 { font-size:22px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h3 { font-size:16px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h4 { font-size:14px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h5 { font-size:13px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	h6 { font-size:12px !important; }
}
.featured-thumbnail, .thumbnail, img.size-full, .thumbnail__portfolio img {
	border:none;
	background:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn, .reply a {
	border-radius:0;
	border:none;
	background:#CB5414;
	color:#ffffff;
	box-shadow:none;
	text-shadow:none;
	font:14px/1.2em 'Bitter', serif;
	text-transform:uppercase;
	padding:13px 28px;
	letter-spacing:0;
	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:#CB5414;
	background:-moz-linear-gradient(top,#CB5414 0%,#F57835 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#CB5414),color-stop(100%,#F57835));
	background:-webkit-linear-gradient(top,#CB5414 0%,#F57835 100%);
	background:-o-linear-gradient(top,#CB5414 0%,#F57835 100%);
	background:-ms-linear-gradient(top,#CB5414 0%,#F57835 100%);
	background:linear-gradient(to bottom,#CB5414 0%,#F57835 100%);
	box-shadow:none;
	text-decoration:none;
	color:#ffffff;
}
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:#A9A9A9;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:none;
	background:#161718;
	background:rgba(255,255,255,0.08);
	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 {
	border-color:#f89406;
	box-shadow:none;
}
::-webkit-input-placeholder { color:#A9A9A9 !important; }
:-moz-placeholder { color:#A9A9A9 !important; }
::-moz-placeholder { color:#A9A9A9 !important; }
:-ms-input-placeholder { color:#A9A9A9 !important; }
.header {
	background:url(images/bg-header.jpg) no-repeat 50% 29px;
	border-bottom:1px solid #3c3c3c;
	padding:0;
}
@media (max-width: 767px) {
	.header { background:url(images/bg.jpg); }
}
.header:before {
	content:"";
	width:100%;
	height:29px;
	background:url(images/top.jpg) repeat-x;
	position:relative;
	display:block;
}
.header:after {
	content:"";
	width:100%;
	height:58px;
	background:url(images/top-shadow.png) repeat-x;
	position:absolute;
	top:30px;
}
.logo-wrap { padding:50px 0 1px; }
@media (max-width: 767px) {
	.logo-wrap { padding:20px 0; }
}
.telephone, .appoint {
	margin-top:53px;
	font:14px/1.2em 'Bitter', serif;
	color:#474747;
}
@media (min-width: 768px) and (max-width: 979px) {
	.telephone, .appoint {
		font-size:11px;
		color:#c3c3bf;
	}
}
@media (max-width: 767px) {
	.telephone, .appoint {
		margin-top:0;
		margin-bottom:20px;
		text-align:center;
	}
}
.telephone img, .appoint img { margin-right:7px; }
@media (min-width: 768px) and (max-width: 979px) {
	.telephone img, .appoint img { margin-right:2px; }
}
.appoint {
	margin-top:56px;
	text-align:right;
	color:#555555;
}
@media (max-width: 767px) {
	.appoint {
		text-align:center;
		margin-top:20px;
	}
}
.appoint a { color:#555555; }
@media (min-width: 768px) and (max-width: 979px) {
	.appoint a { color:#c3c3bf; }
}
.appoint img { margin-right:10px; }
@media (min-width: 768px) and (max-width: 979px) {
	.appoint img { margin-right:2px; }
}
.nav__primary {
	position:relative;
	top:42px;
	float:none;
	text-align:left;
	overflow:visible;
	margin:0 auto;
	border:none;
	padding:0;
	background:url(images/bg-menu.jpg) no-repeat;
}
@media (max-width: 767px) {
	.nav__primary { top:0; }
}
.nav__primary .sf-menu {
	float:left;
	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;
	width:146px;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li { width:110px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { width:85px; }
}
.nav__primary .sf-menu >li:after {
	content:"";
	width:2px;
	height:100%;
	background:url(images/menu-border.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:first-child:after { display:none; }
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li:first-child { width:160px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li:first-child { width:124px; }
}
.nav__primary .sf-menu >li >a {
	border:none;
	padding:34px 0 33px;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(images/menu-lighter.png) no-repeat 50% 0;
	z-index:-1;
}
.nav__primary .sf-menu >li >a:hover {
	color:#ffffff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:rgba(0,0,0,0.4);
}
.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:60px;
	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:#ffffff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:rgba(0,0,0,0.4);
}
.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:#ffffff;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:rgba(0,0,0,0.4);
}
.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:url(images/bg-submenu.jpg) repeat-y;
	top:90px;
	left:0;
	width:195px;
	padding:20px 0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:3px 3px 0 rgba(0,0,0,0.2);
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li >.sub-menu { width:180px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >.sub-menu { width:160px; }
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:7px 0;
	background:none;
	border:none;
	color:#ffffff;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:14px/1em 'Bitter', serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#8a7b78;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:8px;
	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:#8a7b78;
	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:#8a7b78;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#F57835;
	background:-moz-linear-gradient(top,#F57835 0%,#CB5414 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F57835),color-stop(100%,#CB5414));
	background:-webkit-linear-gradient(top,#F57835 0%,#CB5414 100%);
	background:-o-linear-gradient(top,#F57835 0%,#CB5414 100%);
	background:-ms-linear-gradient(top,#F57835 0%,#CB5414 100%);
	background:linear-gradient(to bottom,#F57835 0%,#CB5414 100%);
	padding:20px 0;
	margin:0 0 0 11px;
	top:-20px;
	left:100%;
	border-radius:0;
	width:100%;
	box-shadow:3px 3px 0 rgba(0,0,0,0.2);
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
}
.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:7px 0;
	color:#ffffff;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#8a7b78;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#8a7b78;
	text-shadow:none;
	background:none;
}
.logo {
	text-align:center;
	padding:4px 0;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo.pull-left { float:none; }
.logo .logo_tagline {
	font:18px/1.2em 'Bitter', serif;
	color:#fff;
	text-transform:none;
	margin:6px 0 0 0;
	text-shadow:3px 3px 0 #0e0e0e;
}
.logo .logo_h__txt { text-transform:none; }
.logo .logo_h__txt a {
	color:#fff;
	text-decoration:none;
}
.camera_wrap {
	border:4px solid #2c2b2b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:104px !important;
}
.camera_wrap >div {
	width:auto;
	display:inline-block;
}
.camera_wrap >div.camera_fakehover { display:block; }
.camera_wrap >div .camera_thumbs {
	width:auto;
	display:inline-block;
}
.camera_wrap >div .camera_thumbs div {
	width:auto;
	display:inline-block;
}
.camera_wrap >div .camera_thumbs .camera_command_wrap {
	left:auto;
	right:auto;
}
.camerarelative { background:url(images/slider-shadow.png); }
.camera_thumbs_cont {
	display:inline-block;
	background:none;
	position:relative;
	bottom:72px;
	margin:0 auto;
	text-align:center;
}
@media (max-width: 979px) {
	.camera_thumbs_cont { display:none !important; }
}
.camera_thumbs_cont >div {
	display:inline-block;
	width:auto;
	position:relative;
	float:none;
}
.camera_thumbs_cont ul .pix_thumb { padding:0 12px; }
.camera_thumbs_cont ul .pix_thumb img {
	opacity:1 !important;
	border:7px solid #fff;
	transition:all 0.3s ease 0s;
	box-shadow:3px 3px 0 rgba(0,0,0,0.2);
	filter:alpha(opacity=100) !important;
}
.camera_thumbs_cont ul .pix_thumb.cameracurrent img {
	border-color:#2c2b2b;
	box-shadow:none;
}
.camera_thumbs_cont ul .pix_thumb:hover img {
	border-color:#2c2b2b;
	box-shadow:none;
}
.camera_caption {
	bottom:auto !important;
	top:0;
}
.camera_prev, .camera_next {
	width:55px;
	height:56px;
	top:auto;
	bottom:-27px;
	margin:0;
	background:none;
}
.camera_prev span, .camera_next span {
	width:55px;
	height:56px;
}
.camera_prev:after, .camera_next:after {
	content:"";
	position:absolute;
	width:19px;
	height:22px;
	background:url(images/nav-left.png) no-repeat;
	bottom:1px;
	right:-18px;
}
.camera_prev { left:139px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_prev { left:20px; }
}
@media (max-width: 767px) {
	.camera_prev { left:20px; }
}
.camera_prev span { background:url(images/nav-slider.png) no-repeat; }
.camera_prev span:hover { background-position:0 -56px; }
.camera_next { right:137px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_next { right:20px; }
}
@media (max-width: 767px) {
	.camera_next { right:20px; }
}
.camera_next:after {
	background:url(images/nav-right.png) no-repeat;
	left:-19px;
}
.camera_next span { background:url(images/nav-slider.png) no-repeat -55px 0; }
.camera_next span:hover { background-position:-55px -56px; }
.content-holder {
	background:url(images/bg.jpg);
	padding-top:47px;
}
.light {
	width:100%;
	height:186px;
	position:absolute;
	background:url(images/header-light.png) repeat-x;
	z-index:-1;
	top:100%;
}
@media (max-width: 767px) {
	.light { display:none; }
}
.title-section { padding-top:51px; }
.title-section .title-header {
	line-height:1.2em;
	margin-bottom:14px;
}
.title-section .breadcrumb {
	background:none;
	padding:9px 0;
	color:#ffffff;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:0;
	border-top:1px solid #2a2a2a;
	border-bottom:1px solid #2a2a2a;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#ffffff; }
.title-section .breadcrumb a {
	color:#8a7b78;
	text-shadow:none;
}
.title-section .breadcrumb .divider {
	padding:0 4px;
	color:#8a7b78;
}
#content, #sidebar { padding-top:30px; }
@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 {
	line-height:1.2em;
	letter-spacing:0;
	margin-bottom:16px;
	font-size:40px;
	color:#8a7b78;
}
article .post-header .post-title a { color:#8a7b78; }
article .post_meta {
	padding:10px 0;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #2b2b2b;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite { border-color:#2b2b2b; }
article .post_meta i {
	margin-right:6px;
	color:#d8d8d8;
	font-size:15px;
}
article .post_meta span {
	font:13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-right:10px;
}
@media (max-width: 767px) {
	article .post_meta span { display:block; }
	article .post_meta span.voting_count { display:inline-block; }
}
article .post_meta .post_date { color:#ffffff; }
article .post_meta .post_author a {
	color:#ffffff;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a { color:#ffffff; }
article .post_meta .post_comment a { color:#ffffff; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#ffffff; }
article .post_meta .post_like .user_voting i, article .post_meta .post_dislike .user_voting i { float:left; }
article .post_meta .post_like .user_voting span, article .post_meta .post_dislike .user_voting span { display:inline-block !important; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.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-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px 20px;
	border:none;
	border-radius:0;
	background:#161718;
	background:rgba(255,255,255,0.08);
}
.single #content .post-author .post-author_h {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#534a48;
}
.single #content .post-author .post-author_h a {
	color:#534a48;
	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:#534a48;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:0;
	font-size:13px;
	text-transform:none;
	color:#534a48;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ffffff;
}
div.type-page h1 { margin-bottom:15px; }
@media (max-width: 767px) {
	div.type-page h1 { margin-top:30px; }
}
div.type-page p { margin-bottom:20px; }
.filter-wrapper { margin:35px 0 28px; }
.filter-wrapper strong {
	color:#8a7b78;
	padding:0;
	font:15px/1.2em 'Bitter', serif;
	margin-right:0px;
	margin-top:0;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 10px; }
@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:#8a7b78;
	font:15px/1.2em 'Bitter', serif;
	padding:0;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	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:#ffffff;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#ffffff;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 0;
	text-transform:none;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#ffffff;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt { line-height:24px; }
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.pager li > a, .pager li > span {
	border-radius:0;
	border:none;
	font:14px/1.2em 'Bitter', serif;
	color:#ffffff;
	background:none;
}
.pager li > a:hover, .pager li > a:active, .pager li > span:hover, .pager li > span:active {
	color:#534a48;
	background:none;
}
.pagination ul {
	border-radius:0;
	box-shadow:none;
}
.pagination ul li a {
	background:none;
	border:none;
	color:#ffffff;
	font:14px/1.2em 'Bitter', serif;
	border-radius:0 !important;
}
.pagination ul li a:hover, .pagination ul li a:active {
	color:#534a48;
	background:none;
}
.pagination ul li.active a {
	background:none;
	color:#534a48;
	border-radius:0 !important;
}
.pagination ul li.active a:hover { color:#534a48; }
.portfolio-meta, .portfolio-meta-list, .pager, .page-header { border-color:#2b2b2b; }
article.testimonial {
	background:#161718;
	background:rgba(255,255,255,0.08);
	border:none;
	margin-bottom:20px !important;
}
.faq-list .marker { color:#ffffff; }
.faq-list .faq-list_h {
	color:#fff;
	font-weight:bold;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:40px;
	line-height:1.2em;
	margin:30px 0 20px;
	padding-top:30px;
	border-top:1px solid #2b2b2b;
}
.related-posts .thumbnail a {
	display:block;
	margin:0;
}
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#ffffff;
	display:inline-block;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top:15px;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px 20px;
	border:none;
	border-radius:0;
	background:#161718;
	background:rgba(255,255,255,0.08);
}
.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:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#534a48;
	text-transform:uppercase;
	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:12px 0 0 0;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link { text-decoration:none !important; }
.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:#a6a6a6 !important; }
.wpcf7-form textarea { color:#A9A9A9 !important; }
.wpcf7-form textarea:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea.watermark { color:#A9A9A9 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:2px 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:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:36px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget { margin-top:50px; }
.sidebar .widget:first-child { margin:0; }
.sidebar .widget:first-child h3 {
	padding:0;
	border:none;
}
.sidebar .widget >h3 {
	font-size:40px;
	margin:19px 0;
	padding-top:30px;
	border-top:1px solid #2b2b2b;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .widget >h3 {
		font-size:22px !important;
		margin-top:10px;
	}
}
.sidebar .social { margin:7px 0 0 0; }
@media (max-width: 767px) {
	.sidebar .social { text-align:left; }
}
.sidebar .social .social_ico {
	width:35px;
	height:34px;
	overflow:hidden;
}
.sidebar .social li {
	padding:0;
	margin:0 0 5px 0;
	line-height:34px;
	float:none;
	display:block;
}
.sidebar .social li:first-child { margin-left:0px; }
.sidebar .social li .social_ico {
	width:35px;
	height:34px;
	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:34px;
	padding:0;
	max-height:34px;
	transition:none;
	display:inline-block;
}
.sidebar .social li .social_label {
	margin-left:7px;
	line-height:34px;
}
.sidebar .social li .social_link__facebook { background:url(images/icons/facebook.png) no-repeat; }
.sidebar .social li .social_link__facebook:hover { background-position:0 -34px; }
.sidebar .social li .social_link__twitter { background:url(images/icons/twitter.png) no-repeat; }
.sidebar .social li .social_link__twitter:hover { background-position:0 -34px; }
.sidebar .social li .social_link__feed { background:url(images/icons/feed.png) no-repeat; }
.sidebar .social li .social_link__feed:hover { background-position:0 -34px; }
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/arrow-menu.png) no-repeat 0 10px;
	padding-left:15px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li { margin:5px 0; }
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:14px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	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:5px 0; }
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin-top:0;
	letter-spacing:0;
	margin:0px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#ffffff; }
[id*="my_poststypewidget"] .post-list li .excerpt { margin:0 0; }
[id*="my_poststypewidget"] .post-list li time {
	display:block;
	background:#534a48;
	color:#ffffff;
	text-align:center;
	padding:4px 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .thumbnail img {
	width:58px;
	height:58px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	margin:10px 0 0;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	letter-spacing:0;
	text-transform:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt { border:none; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#9d9d9d; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt .comments-custom_h_title {
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt .comments-custom_h_title a { color:#ffffff; }
#calendar_wrap #wp-calendar caption { color:#ffffff; }
.search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	height:34px;
	padding-bottom:1px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
@media (max-width: 480px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
.sm_hr, .hr { background:#2b2b2b; }
.hr { margin:43px 0; }
.home .hr { margin:30px 0; }
.dropcap {
	background:#9d5b4d;
	background:-moz-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9d5b4d),color-stop(100%,#563229));
	background:-webkit-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-o-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-ms-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:linear-gradient(to bottom,#9d5b4d 0%,#563229 100%);
	font-size:35px;
	width:51px;
	height:51px;
	line-height:51px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	margin:6px 10px 30px 0;
}
@media (max-width: 1200px) {
	.dropcap { margin-bottom:10px; }
}
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/arrow-menu.png) no-repeat 0 10px;
	padding-left:15px;
}
.list.custom-list ul li:before { display:none; }
@media (max-width: 1200px) {
	.list.custom-list ul li { margin:5px 0; }
}
.list.custom-list ul li a {
	font:14px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#ffffff;
	text-transform:none;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.posts-grid.works li, .posts-grid.artists li {
	padding:15px;
	background:#161718;
	background:rgba(255,255,255,0.08);
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.works li, .posts-grid.artists li { padding:5px; }
}
@media (max-width: 767px) {
	.posts-grid.works li, .posts-grid.artists li {
		display:inline-block;
		width:auto;
	}
}
.posts-grid.works li h5, .posts-grid.artists li h5 {
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin-bottom:0;
}
.posts-grid.works li h5 a, .posts-grid.artists li h5 a { color:#ffffff; }
.posts-grid.works li .excerpt, .posts-grid.artists li .excerpt { margin:0; }
@media (max-width: 767px) {
	.posts-grid.works .thumbnail { width:100%; }
}
@media (max-width: 767px) {
	.posts-grid.artists li, .posts-grid.works li {
		width:32%;
		margin-left:2%;
		float:left;
		padding:5px;
	}
}
@media (max-width: 480px) {
	.posts-grid.artists li, .posts-grid.works li {
		width:100%;
		margin:0 0 20px 0;
		float:none;
		padding:15px;
	}
	.posts-grid.artists li .thumbnail, .posts-grid.works li .thumbnail { width:100%; }
}
.banner-wrap { margin-bottom:0; }
@media (max-width: 767px) {
	.banner-wrap { margin-top:30px; }
}
.banner-wrap .featured-thumbnail a { border:none; }
.banner-wrap .desc { float:left; }
@media (max-width: 767px) {
	.banner-wrap .desc { float:none; }
}
.banner-wrap .link-align { float:right; }
@media (max-width: 767px) {
	.banner-wrap .link-align { float:none; }
}
.banner-wrap .btn-link { padding:13px 29px; }
.banner-wrap h5 {
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
}
.banner-wrap p {
	font:14px/1.2em 'Bitter', serif;
	color:#8a7b78;
	text-transform:uppercase;
}
.mini-posts-list { padding-top:12px; }
.mini-posts-list .mini-post-holder {
	border-top:none;
	margin-bottom:15px;
}
.mini-posts-list .featured-thumbnail { margin:0 2px 0 0; }
.mini-posts-list .clear { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.mini-posts-list .clear { display:block; }
}
@media (max-width: 480px) {
	.mini-posts-list .clear { display:block; }
}
.mini-posts-list .mini-post-meta {
	position:relative;
	float:left;
	margin:0 22px 0 0;
	text-align:center;
	width:75px;
	min-height:90px;
}
@media (max-width: 400px) {
	.mini-posts-list .mini-post-meta {
		width:50px;
		margin:0;
	}
}
.mini-posts-list .mini-post-meta:after {
	content:"";
	width:13px;
	height:15px;
	background:url(images/post-list-arrow.png) no-repeat;
	position:absolute;
	top:14px;
	right:-13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.mini-posts-list .mini-post-meta:after { display:none; }
}
@media (max-width: 480px) {
	.mini-posts-list .mini-post-meta:after { display:none; }
}
.mini-posts-list .mini-post-meta time {
	font:20px/1em 'Bitter', serif;
	text-transform:uppercase;
	color:#d49e92;
	display:block;
	background:#F57835;
	background:-moz-linear-gradient(top,#F57835 0%,#673c32 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F57835),color-stop(100%,#673c32));
	background:-webkit-linear-gradient(top,#F57835 0%,#673c32 100%);
	background:-o-linear-gradient(top,#F57835 0%,#673c32 100%);
	background:-ms-linear-gradient(top,#F57835 0%,#673c32 100%);
	background:linear-gradient(to bottom,#F57835 0%,#673c32 100%);
	border-bottom:1px solid #5c362c;
	padding:10px 0 16px;
}
@media (max-width: 400px) {
	.mini-posts-list .mini-post-meta time {
		font-size:16px;
		padding:25px 0;
	}
}
.mini-posts-list .mini-post-meta time span {
	font:40px/1em 'Bitter', serif;
	display:block;
	color:#ffffff;
	margin-bottom:2px;
}
@media (max-width: 400px) {
	.mini-posts-list .mini-post-meta time span { font-size:20px; }
}
.mini-posts-list .mini-post-meta .comments {
	border-top:1px solid #a27e76;
	display:block;
	background:#79473a;
	background:-moz-linear-gradient(top,#79473a 0%,#CB5414 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#79473a),color-stop(100%,#CB5414));
	background:-webkit-linear-gradient(top,#79473a 0%,#CB5414 100%);
	background:-o-linear-gradient(top,#79473a 0%,#CB5414 100%);
	background:-ms-linear-gradient(top,#79473a 0%,#CB5414 100%);
	background:linear-gradient(to bottom,#79473a 0%,#CB5414 100%);
	padding:3px 0 6px;
}
.mini-posts-list .mini-post-meta .comments a { display:block; }
@media (min-width: 768px) and (max-width: 979px) {
	.mini-posts-list .mini-post-content { margin-top:20px; }
}
@media (max-width: 480px) {
	.mini-posts-list .mini-post-content { margin-top:20px; }
}
.mini-posts-list .mini-post-content h4 {
	margin:0 0 25px;
	font:30px/30px 'Bitter', serif;
}
@media (min-width: 768px) and (max-width: 979px) {
	.mini-posts-list .mini-post-content h4 { margin-bottom:10px; }
}
@media (max-width: 480px) {
	.mini-posts-list .mini-post-content h4 { margin-bottom:10px; }
}
.footer {
	background:url(images/bg-footer.jpg) repeat-x;
	border-top:2px solid #1e1d1d;
}
.footer-text {
	float:none;
	text-align:left;
	padding:10px 0 9px;
}
@media (max-width: 767px) {
	.footer-text { text-align:center; }
}
.footer-text .site-name {
	display:inline-block;
	font:bold 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#7d7d7d;
	position:relative;
	text-transform:uppercase;
}
.footer-text span {
	display:inline-block;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#7d7d7d;
	text-transform:uppercase;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text span { display:block; }
}
.footer-text span a { color:#7d7d7d; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text span a.privacy { display:block; }
}
nav.footer-nav {
	float:none;
	margin-top:10px;
}
nav.footer-nav .menu {
	float:none;
	text-align:center;
}
nav.footer-nav .menu .menu-item {
	float:none;
	display:inline-block;
	text-transform:uppercase;
}
nav.footer-nav .menu .menu-item a:hover, nav.footer-nav .menu .menu-item a:active {
	color:#ffffff;
	text-decoration:underline;
}
nav.footer-nav .menu .menu-item.current-menu-item a {
	color:#ffffff;
	text-decoration:underline;
}
.social-nets-wrapper { padding:0; }
.social-nets-wrapper .social {
	list-style-type:none;
	margin:0;
	text-align:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social { text-align:center; }
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:35px;
	height:34px;
	overflow:hidden;
	margin-left:6px;
}
.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:35px;
	height:34px;
	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 -34px; }
.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 -34px; }
.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 -34px; }
#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;
}
.google-map, .flexslider { background:url(images/loading.gif) no-repeat 50%; }
.ajax-loader {
	background-image:url("images/loading.gif");
	width:22px;
	display:inline-block;
	padding:22px 0 0 0;
	height:0px !important;
}
.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; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#ffffff; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1em; }
.ie8 .header { padding-bottom:84px; }
.ie8 .nav__primary { position:absolute; }
.ie8 .nav__primary .sf-menu >li { width:156px; }
.ie8 .nav__primary .sf-menu >li:first-child { width:160px; }
.ie8 .nav__primary .sf-menu >li >a:hover { background:url(images/menu-hover.png); }
.ie8 .nav__primary .sf-menu >li.current-menu-item >a { background:url(images/menu-hover.png); }
.ie8 .nav__primary .sf-menu >li.sfHover >a { background:url(images/menu-hover.png); }
.ie8 .nav__primary .sf-menu >li >.sub-menu { width:180px; }
.ie8 .camera_prev { left:20px; }
.ie8 .camera_next { right:20px; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li { margin:5px 0; }
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .search-form .search-form_is {
	display:block;
	margin-left:0;
}
.ie8 .dropcap { margin-bottom:10px; }
.ie8 .works .thumbnail, .ie8 .artists .thumbnail { width:100%; }
.darkshadow { text-shadow:3px 3px 0 #0e0e0e; }
.boxshadow { box-shadow:3px 3px 0 rgba(0,0,0,0.2); }
.transition { transition:all 0.3s ease 0s; }
.background {
	background:#161718;
	background:rgba(255,255,255,0.08);
}
.background-btn {
	background:#9d5b4d;
	background:-moz-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9d5b4d),color-stop(100%,#563229));
	background:-webkit-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-o-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:-ms-linear-gradient(top,#9d5b4d 0%,#563229 100%);
	background:linear-gradient(to bottom,#9d5b4d 0%,#563229 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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
