@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Josefin+Sans:600,700);
html, body {
	height:100%;
	min-width:320px;
}
body {
	text-transform:uppercase;
	padding:0 !important;
	background:#080808;
}
.main-holder { min-height:100%; }
@media (max-width: 1024px) {
	.main-holder { background:none !important; }
}
@media (max-width: 767px) {
	.main-holder { padding:0 10px; }
}
h1, h2, h3, h4 {
	margin-top:0;
	font-weight:600 !important;
}
h1 a, h2 a, h3 a, h4 a {
	color:inherit;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#684d42;
	text-decoration:none;
}
h2 {
	margin-bottom:37px;
	letter-spacing:-2px;
	word-spacing:2px;
}
.home h2 {
	margin-bottom:44px;
	line-height:36px;
}
h5 { margin:0; }
h5 a {
	color:inherit;
	text-decoration:none;
}
h5 a:hover {
	color:#bebb9e;
	text-decoration:none;
}
h6 { margin:0; }
h6 a {
	color:inherit;
	text-decoration:none;
}
h6 a:hover {
	color:#684d42;
	text-decoration:none;
}
blockquote {
	font-style:italic;
	color:#202020;
	border:none;
	margin-bottom:0;
	padding:0;
}
blockquote p {
	font-size:17px;
	line-height:21px;
}
p { margin-bottom:20px; }
@media (max-width: 767px) {
	div[class^='span'] { margin-bottom:30px; }
	.header div[class^='span'] { margin-bottom:0; }
}
.header {
	border:none;
	background:none;
	padding:64px 0 14px;
}
@media (max-width: 979px) {
	.header { padding-top:50px; }
}
@media (max-width: 767px) {
	.header { padding:30px 0 10px; }
}
@media (max-width: 480px) {
	.header .pull-right, .header .pull-left { float:none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 480px) {
	.logo { text-align:center; }
}
.logo_link:hover, .logo_link:active, .logo_link:focus {
	text-decoration:none;
	color:inherit;
}
@media (max-width: 767px) {
	.logo_h__img img { max-width:300px; }
}
.logo_h__txt { text-transform:none; }
.logo_h__txt a {
	display:inline-block;
	font-size:60px !important;
	line-height:50px !important;
	letter-spacing:-3px;
}
@media (min-width: 1200px) {
	.logo_h__txt a {
		font-size:72px !important;
		line-height:60px !important;
		letter-spacing:-5px;
	}
}
@media (max-width: 979px) {
	.logo_h__txt a {
		font-size:45px !important;
		line-height:45px !important;
		letter-spacing:-2px;
	}
}
@media (max-width: 767px) {
	.logo_h__txt a {
		font-size:40px !important;
		line-height:40px !important;
		letter-spacing:-2px;
	}
}
.logo_tagline {
	color:#8b7267;
	padding:0;
	margin:-18px 0 0;
	text-transform:capitalize;
	font-size:12px;
	line-height:14px;
}
.nav__links {
	padding:36px 0 0;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__links { padding-top:13px; }
}
@media (max-width: 480px) {
	.nav__links { padding-top:17px; }
}
.nav__links ul {
	margin:0;
	overflow:hidden;
}
@media (max-width: 480px) {
	.nav__links ul { text-align:center; }
}
.nav__links ul li {
	list-style-type:none;
	padding:0 0 0 6px;
	margin:0 0 0 5px;
	border-left:1px solid #bebb9e;
	float:left;
	font-size:10px;
	line-height:10px;
}
@media (max-width: 480px) {
	.nav__links ul li {
		float:none;
		display:inline-block;
	}
}
.nav__links ul li:first-child {
	border-left:none;
	padding-left:0;
	margin-left:0;
}
.nav__links ul li a { color:inherit; }
.nav__links ul li a:hover {
	color:#684d42;
	text-decoration:none;
}
.nav__primary {
	margin:22px 0 0;
	border-top:6px solid #bebb9e;
	background:#302924;
}
@media (max-width: 767px) {
	.nav__primary {
		padding:15px 20px;
		height:31px;
	}
}
@media (max-width: 480px) {
	.nav__primary { margin-top:17px; }
}
.sf-menu {
	float:none;
	display:table;
	table-layout:fixed;
	display:-moz-box;
	width:100%;
}
@media (max-width: 767px) {
	.sf-menu { display:none; }
}
.sf-menu > li {
	background:none;
	text-align:center;
	float:none;
	display:table-cell;
	-moz-box-flex:1;
	background:url(images/nav-divider.png) 0 0 repeat-y;
}
@-moz-document url-prefix() {
	.sf-menu > li .sf-menu > li {
		display:block;
		width:190px;
	}
}
.sf-menu > li:first-child { background:none; }
.sf-menu > li > a {
	padding:37px 0 34px;
	border:none;
	display:block;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background-color:#bebb9e;
	color:#302924;
	text-decoration:none;
}
.sf-menu > li ul {
	width:155px;
	padding:40px 20px 45px;
	background:#684d42;
}
.sf-menu > li ul li {
	width:auto;
	background:none;
	text-align:center;
	margin-top:10px;
	padding:0;
	float:none;
}
.sf-menu > li ul li:first-child { margin-top:0; }
.sf-menu > li ul li a {
	padding:0;
	display:inline;
	border:none;
	color:#bebb9e;
	text-decoration:none;
}
.sf-menu > li ul li > a:hover, .sf-menu > li ul li.sfHover > a, .sf-menu > li ul li.current-menu-item > a {
	background:none;
	color:#302924;
}
.sf-menu > li ul li:hover ul, .sf-menu > li ul li.sfHover ul {
	top:-36px;
	left:176px;
}
.sf-menu > li:hover ul, .sf-menu > li.sfHover ul {
	top:105px;
	left:1px;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-menu a  > .sf-sub-indicator {
	right:50%;
	margin-right:-5px;
	top:55px;
	background-image:url(images/arrows-ffffff.png);
}
.sf-menu ul a > .sf-sub-indicator {
	right:-14px;
	top:2px;
	margin-right:0;
	background-image:url(images/arrows-ffffff.png);
}
.select-menu {
	background-color:#bebb9e;
	border:1px solid #2b2520;
	color:#684d42;
	height:30px !important;
}
.header .search-form { padding:20px 0 0 27px; }
@media (max-width: 979px) {
	.header .search-form { padding:0; }
}
.search-form form {
	position:relative;
	width:234px;
	background:url(images/search-tail.png) 0 0 repeat-x;
	border-bottom:1px solid #131313;
	overflow:hidden;
}
.search-form_it {
	width:163px;
	padding:14px 12px !important;
	margin:0 !important;
	float:left;
	vertical-align:top;
	font-size:10px !important;
	background:none !important;
	border:none !important;
	color:#fff !important;
	display:block;
}
.search-form_it::-moz-placeholder {
	color:#bebb9e;
	font-size:10px;
	opacity:1;
	filter:alpha(opacity=100);
}
.search-form_it::-ms-input-placeholder {
	color:#bebb9e;
	font-size:10px;
	opacity:1;
	filter:alpha(opacity=100);
}
.search-form_it::-webkit-input-placeholder {
	color:#bebb9e;
	font-size:10px;
	opacity:1;
	filter:alpha(opacity=100);
}
.search-form_it:-moz-placeholder { color:#bebb9e; }
.search-form_it:-ms-input-placeholder { color:#bebb9e; }
.search-form_it::-webkit-input-placeholder { color:#bebb9e; }
.ie8 .search-form_it { background:url(images/search-tail.png) 0 0 repeat-x; }
.search-form_is {
	float:right;
	width:47px !important;
	height:41px !important;
	overflow:hidden;
	font:0/0 a;
	color:transparent;
	text-shadow:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	background:url(images/search-btn.png) center 12px no-repeat transparent !important;
	display:block;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
}
.search-form_is:hover, .search-form_is:focus, .search-form_is:active {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-position:center -37px !important;
}
.ie8 .slider { height:491px; }
.slider .camera_wrap { margin-bottom:0 !important; }
.slider .camera_wrap .camera_pag {
	position:absolute;
	bottom:80px;
	left:85px;
}
@media (max-width: 767px) {
	.slider .camera_wrap .camera_pag {
		bottom:20px;
		left:20px;
	}
}
.slider .camera_wrap .camera_pag .camera_pag_ul { overflow:hidden; }
.slider .camera_wrap .camera_pag .camera_pag_ul li {
	cursor:pointer;
	float:left;
	height:13px;
	margin:0 0 0 6px;
	font:0/0 a;
	color:transparent;
	width:13px;
	border:1px solid #d1d1d1;
	background:#ededed;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:first-child { margin-left:0; }
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover, .slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background:#302924;
	border-color:#302924;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li > span { display:none; }
.camera_caption {
	color:#9b9b9b;
	bottom:auto;
	top:0;
}
.ie8 .camera_caption {
	height:491px;
	line-height:491px;
}
@media (min-width: 1200px) {
	.camera_caption {
		height:618px;
		line-height:618px;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.camera_caption {
		height:492px;
		line-height:492px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		height:379px;
		line-height:379px;
	}
}
@media (max-width: 767px) {
	.camera_caption {
		line-height:1em;
		height:auto;
		bottom:30%;
		top:auto;
		display:none !important;
		z-index:100;
	}
}
.camera_caption > div {
	background:none;
	padding:0;
	margin-left:86px;
	line-height:1em;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:100;
}
.ie8 .camera_caption > div { margin-left:46px; }
@media (max-width: 1200px) {
	.camera_caption > div { margin-left:46px; }
}
.camera_caption h2 {
	font-size:52px;
	line-height:42px;
	color:#1e1e1e;
	margin-bottom:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 {
		font-size:38px;
		line-height:1em;
	}
}
@media (max-width: 767px) {
	.camera_caption h2 {
		font-size:30px;
		line-height:1em;
	}
}
.camera_caption h2 span {
	display:block;
	color:#ada287;
}
.camera_caption p { font-size:12px; }
.camera_thumbs_cont {
	margin-top:-100px;
	background:none;
}
#content { padding-top:68px; }
@media (max-width: 767px) {
	#content { padding-top:30px; }
	#content.left { float:none !important; }
}
.page-header {
	border:none;
	margin:0;
}
.page-header h1 {
	font-size:40px;
	line-height:1.2em;
	margin-bottom:32px;
	letter-spacing:-2px;
}
.content-holder { padding:0 0 77px 0; }
@media (max-width: 480px) {
	.content-holder { padding-bottom:47px; }
}
.error404-holder_num { color:#ada287; }
.error404-holder .hgroup h1 { font-size:6em; }
.faq-list dt, .faq-list .marker {
	font-family:'Josefin Sans', sans-serif;
	color:#bebb9e;
	font-weight:bold;
}
.faq-list dd { color:#bebb9e; }
.title-section {
	padding:23px 27px 30px;
	background:url(images/title-section-tail.png) 0 0 repeat;
}
.title-header {
	font-size:40px;
	line-height:40px;
	margin:0 0 25px;
	letter-spacing:-1px;
	overflow:visible;
}
@media (max-width: 480px) {
	.title-header {
		font-size:28px;
		line-height:34px;
	}
}
.title-header small {
	font-size:1em;
	color:inherit;
}
.breadcrumb__t {
	margin:0;
	padding:0 0 0 2px;
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.breadcrumb__t li {
	text-shadow:none;
	color:#684d42;
}
.breadcrumb__t li.active { color:#bebb9e; }
.breadcrumb__t li.divider { color:#684d42; }
.breadcrumb__t li a {
	color:#684d42;
	text-decoration:none;
}
.breadcrumb__t li a:hover {
	color:#bebb9e;
	text-decoration:none;
}
.single-pager {
	border-color:#bebb9e;
	margin-top:0;
}
.single-pager li > a, .single-pager li a:focus {
	text-shadow:0 1px 0 rgba(255,255,255,0.34);
	border:1px solid #bebb9e !important;
	color:#202020 !important;
	filter:none !important;
	text-transform:uppercase;
	padding:7px 21px !important;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	background:#bebb9e;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
}
.single-pager li > a:hover, .single-pager li > a:active, .single-pager li a:focus:hover, .single-pager li a:focus:active {
	text-shadow:none;
	background:#302924;
	border-color:#302924 !important;
	color:#bebb9e !important;
}
.portfolio-meta-list { border-color:#bebb9e; }
.portfolio-meta-list li { text-transform:uppercase; }
.grid_gallery { margin-bottom:16px; }
.post-title {
	font-size:40px;
	line-height:1.2em;
	margin-bottom:32px;
}
@media (max-width: 480px) {
	.post-title {
		font-size:28px;
		line-height:1.1em;
	}
}
.post-title a { color:#bebb9e; }
.post-title a:hover, .post-title a:focus, .post-title a:active {
	color:#ada287;
	text-decoration:none;
}
.post_meta {
	border-color:#bebb9e;
	color:#684d42;
	padding:9px 0;
	vertical-align:top;
}
.post_meta a { color:#684d42; }
.post_meta a:hover {
	color:#bebb9e;
	text-decoration:none;
}
.post_meta span {
	display:inline-block;
	font-size:11px;
	vertical-align:top;
}
@media (max-width: 767px) {
	.post_meta span { display:block; }
}
.post_meta span.post_category { max-width:150px; }
@media (min-width: 1200px) {
	.post_meta span.post_category { max-width:250px; }
}
@media (max-width: 979px) {
	.post_meta span.post_category { max-width:inherit; }
}
@media (max-width: 979px) {
	.post_meta span.post_permalink { float:none; }
}
.post_meta i {
	color:#bebb9e;
	font-size:13px;
}
.post.format-quote blockquote {
	font-size:17px;
	color:#bebb9e;
	line-height:21px;
	border-color:#ada287;
}
.post.format-quote cite { color:#bebb9e; }
.post.format-quote .post_meta { padding-top:9px; }
.post-author {
	padding:18px 20px 21px;
	border:none;
	background:#0b0603;
	margin-bottom:64px;
}
.post-author_h {
	font-size:18px;
	line-height:22px;
	font-weight:600 !important;
	margin-bottom:10px;
	color:#ada287;
}
.post-author_h small {
	font-size:1em;
	font-weight:600;
	color:#ada287;
}
.post-author_h a:hover { text-decoration:underline; }
.post-author_desc { overflow:hidden; }
@media (max-width: 480px) {
	.post-author_desc { overflow:visible; }
}
.post-author_gravatar img {
	margin-top:4px;
	padding:0;
	border:none;
	background:none;
}
.post-author_link {
	color:#684d42;
	text-transform:none;
	margin-top:12px;
}
.post-author_link p { margin-bottom:0; }
.post-author_link a { text-transform:uppercase; }
#recent-author-posts h3 {
	font-size:40px;
	line-height:1.2em;
	margin-bottom:30px;
	letter-spacing:-2px;
}
#recent-author-posts .post-title {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:20px;
}
#recent-author-comments { padding-top:30px; }
#recent-author-comments h3 {
	font-size:40px;
	line-height:1.2em;
	margin-bottom:30px;
	letter-spacing:-2px;
}
.share-buttons { padding-top:0; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	color:#202020 !important;
	border:1px solid #cdcdcd;
	text-shadow:0 1px 0 rgba(255,255,255,0.24);
	margin:0 2px 5px 2px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	background:#bebb9e;
	padding:7px 13px;
	border:1px solid #cdcdcd;
}
.pagination__posts ul li.active a, .pagination__posts ul li a:hover {
	color:#bebb9e !important;
	text-shadow:none;
	border-color:#302924;
	background:#302924;
}
.flexslider { background-image:url(images/loading.gif); }
.flex-direction-nav .flex-next, .flexslider:hover .flex-next { right:15px; }
.flex-direction-nav .flex-prev, .flexslider:hover .flex-prev { left:15px; }
.flex-control-nav { left:0; }
.flex-control-nav li { margin:0 6px 0 0; }
.flex-control-paging li a {
	background:#bebb9e;
	width:12px;
	height:12px;
}
.flex-control-paging li a:hover { background:#ada287; }
.flex-control-paging li a.flex-active {
	background:#ada287;
	cursor:default;
}
.related-posts { margin-bottom:64px; }
.related-posts_h { margin-bottom:35px; }
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-size:12px;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 16px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
}
.ie8 .related-posts .featured-thumbnail {
	display:block;
	max-width:inherit;
}
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	border:none;
	background:#0b0603;
	font-style:italic;
	font-family:Quattrocento;
	line-height:1.5em;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_bq p {
	font-size:17px;
	line-height:21px;
	color:#bebb9e;
}
.testimonial small {
	font-size:17px;
	font-family:Quattrocento;
	color:#684d42;
}
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	display:inline-block;
	padding:0;
	margin-right:16px;
	float:left;
	font-weight:normal;
	font-size:13px;
	line-height:20px;
}
.filter-wrapper .nav-pills {
	float:left;
	overflow:hidden;
}
@media (max-width: 480px) {
	.filter-wrapper .nav-pills { float:none; }
}
.filter-wrapper .nav-pills li {
	margin-left:20px;
	font-size:13px;
	line-height:20px;
}
@media (max-width: 767px) {
	.filter-wrapper .nav-pills li {
		float:none;
		margin-left:0;
		margin-bottom:10px;
	}
}
.filter-wrapper .nav-pills li:first-child { margin-left:0; }
.filter-wrapper .nav-pills li a {
	color:#bebb9e;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin:0;
	line-height:20px;
}
.filter-wrapper .nav-pills li.active a, .filter-wrapper .nav-pills li a:hover {
	color:#684d42;
	background:none;
}
#portfolio-grid .thumbnail__portfolio { margin-bottom:30px; }
.zoom-icon {
	background:rgba(255,255,255,0.4);
	opacity:0;
}
.zoom-icon:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-50px 0 0 -50px;
	width:101px;
	height:101px;
	background:url(images/magnify.png) 50% 50% no-repeat;
	content:"";
}
.no-rgba .zoom-icon { background:url(images/white-opacity-40.png); }
.comment-list { margin-bottom:64px; }
.comment-list .comment .comment-body {
	margin-top:20px;
	padding:21px 21px 21px 25px;
	border:none;
	background:#0b0603;
	text-transform:uppercase;
}
.comment-list .comment:first-child .comment-body { margin-top:0; }
.comment-list .comment .comment-author .author {
	text-align:left;
	color:#684d42;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	padding-top:12px;
}
.comment-list .comment .comment-meta {
	color:#684d42;
	padding:7px 0;
}
.comment-list .comment ul { padding-top:20px; }
.comments-h { margin-bottom:42px; }
#respond h2 { margin-bottom:42px; }
.cancel-comment-reply {
	text-transform:uppercase;
	font-size:10px;
}
#commentform p { margin-bottom:30px; }
#commentform p.field { margin-bottom:11px; }
#commentform input[type="text"] {
	width:352px;
	padding:11px 18px 12px;
}
@media (max-width: 767px) {
	#commentform input[type="text"] { width:100%; }
}
@media (max-width: 979px) {
	.portfolio #commentform input[type="text"] { width:100%; }
}
#commentform textarea {
	width:711px;
	min-width:inherit;
	max-width:100%;
	height:190px;
	min-height:190px;
}
.ie8 #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:620px;
}
.portfolio #commentform textarea { width:632px; }
.ie8 .portfolio #commentform textarea { width:540px; }
@media (min-width: 1200px) {
	.portfolio #commentform textarea {
		min-width:632px;
		max-width:632px;
		width:632px;
	}
}
@media (max-width: 979px) {
	.portfolio #commentform textarea { width:100%; }
}
@media (min-width: 1200px) {
	#commentform textarea {
		min-width:711px;
		max-width:711px;
	}
}
@media (max-width: 767px) {
	#commentform textarea { width:100%; }
}
#sidebar { padding-top:68px; }
.widget { margin-bottom:60px; }
.widget h2 { margin-bottom:35px; }
@media (max-width: 480px) {
	.widget h2 {
		font-size:28px;
		line-height:34px;
	}
}
.widget ul {
	margin:0;
	padding:0;
}
.widget ul li {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}
.widget ul li:first-child { margin-top:0; }
.widget ul li:before {
	width:11px;
	height:11px;
	content:'';
	margin:4px 10px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(images/list-marker.png) 0 0 no-repeat;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.widget ul li:hover:before {
	border-color:#ada287;
	background-color:#ada287;
}
.widget ul.unstyled li:before { display:none; }
.widget ul ul { margin:10px 0 0 20px; }
#calendar_wrap caption, #calendar_wrap thead th {
	color:#bebb9e;
	background:none;
}
#calendar_wrap #today { color:#ada287; }
.post-list li {
	margin:0 0 14px !important;
	padding:0;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
.post-list li .thumbnail { margin-right:17px; }
@media (max-width: 979px) {
	.post-list li .thumbnail { max-width:30%; }
}
.post-list li time {
	color:#684d42;
	display:block;
	margin-bottom:11px;
}
.post-list li .excerpt { margin-bottom:15px; }
.post-list li h4, .post-list li h4 a {
	font-size:inherit;
	line-height:inherit;
}
.post-list li h5 { color:#bebb9e; }
.comments-custom li { margin:0 0 20px !important; }
.comments-custom .thumbnail {
	border:none;
	background-color:#26201c;
	padding:9px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.comments-custom h6 {
	padding-top:23px;
	margin-bottom:4px;
}
.comments-custom_txt { padding-top:8px; }
.comments-custom_txt a { color:inherit !important; }
.comments-custom_txt a:hover {
	text-decoration:none !important;
	color:#684d42 !important;
}
.comments-custom time {
	font-size:17px;
	color:#684d42;
}
.banners { margin-bottom:50px; }
.banners:first-child { padding-top:30px; }
#flickr { margin-bottom:15px !important; }
#flickr .flickr_li { margin-top:0 !important; }
#flickr .flickr_li .thumbnail {
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
}
#flickr .flickr_li .thumbnail:hover, #flickr .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	#flickr .flickr_li { margin-right:6px; }
}
.posts-grid.no-thumbnail .featured-thumbnail { display:none; }
.posts-grid.no-title h5 { display:none; }
.posts-grid .post_meta {
	border:none;
	padding:0;
}
.posts-grid .post_date { color:#ada287; }
.posts-grid.news li {
	padding:0 0 0 48px;
	position:relative;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news li { padding-left:0; }
}
@media (max-width: 480px) {
	.posts-grid.news li { padding-left:0; }
}
.posts-grid.news .post_meta {
	position:absolute;
	left:0;
	top:0;
	max-width:48px;
	padding:0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news .post_meta {
		position:static;
		max-width:none;
	}
}
@media (max-width: 480px) {
	.posts-grid.news .post_meta {
		position:static;
		max-width:none;
	}
}
.posts-grid.news .post_date {
	font-size:40px;
	font-family:'Josefin Sans', sans-serif;
	font-weight:600;
	line-height:40px;
	text-transform:uppercase;
	margin-top:-12px;
	vertical-align:baseline;
}
.ie8 .posts-grid.news .post_date { margin-top:-3px; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news .post_date { margin-top:0; }
}
.posts-grid.news .post_date span {
	display:block;
	padding-top:4px;
	font-size:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news .post_date span {
		display:inline;
		vertical-align:baseline;
	}
	.posts-grid.news .post_date span:before { content:' '; }
}
@media (max-width: 480px) {
	.posts-grid.news .post_date span {
		display:inline;
		vertical-align:baseline;
	}
	.posts-grid.news .post_date span:before { content:' '; }
}
.posts-grid.news .excerpt { margin-bottom:25px; }
.posts-grid.testimonials .excerpt {
	font-style:italic;
	margin-bottom:0;
}
.posts-grid.testimonials .excerpt a { color:#684d42 !important; }
.posts-grid.testimonials .excerpt a:before { content:'“'; }
.posts-grid.testimonials .excerpt a:after { content:'”'; }
.posts-grid.testimonials .excerpt a:hover {
	color:#bebb9e !important;
	text-decoration:none;
}
.posts-grid.testimonials small {
	font-size:17px;
	font-style:italic;
	color:#684d42;
}
.posts-grid.testimonials small:before { content:'- '; }
.posts-grid.testimonials small a { display:none; }
.posts-grid.services .clear { clear:none; }
.posts-grid.services .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
}
.posts-grid.services .featured-thumbnail img { width:auto; }
.posts-grid.services .excerpt { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.services .excerpt { overflow:visible; }
}
.type-services .featured-thumbnail {
	float:left;
	margin-right:20px;
	border:none;
	background:none;
	padding:0;
}
.type-services .featured-thumbnail img { width:auto; }
.service-box {
	padding:0 20px;
	background:none;
	border:none;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.service-box { margin-bottom:25px; }
}
.service-box h2 {
	border-bottom:1px solid #63605e;
	padding-bottom:29px;
	margin-bottom:26px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.service-box h2 { font-size:30px; }
}
@media (max-width: 480px) {
	.service-box h2 { font-size:35px; }
}
.service-box h5 {
	overflow:hidden;
	margin:0 0 2px;
}
.service-box_txt {
	margin-bottom:43px;
	padding:0;
	color:#bebb9e;
}
@media (max-width: 767px) {
	.service-box_txt { margin-bottom:25px; }
}
.service-box .btn-align { text-align:center; }
.footer {
	border:none;
	background:none;
	padding:0 0 55px 0;
}
.footer .border-top {
	border-top:9px solid #0b0603;
	padding:45px 0 0;
}
@media (max-width: 480px) {
	.footer .border-top { padding-top:15px; }
}
.footer h4 { margin-bottom:27px; }
@media (max-width: 767px) {
	.footer h4 {
		margin-bottom:20px;
		margin-top:25px;
	}
}
.footer .copyright { padding:0; }
.footer .footer-text {
	float:none;
	margin-bottom:0;
	word-spacing:-1px;
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
.footer .footer-text a { color:inherit; }
.footer .footer-text a:hover {
	color:#ada287;
	text-decoration:none;
}
@media (min-width: 1200px) {
	.footer div[id^="text"] {
		padding-left:70px;
		padding-right:80px;
	}
}
.social {
	margin:0;
	padding-top:6px;
}
@media (max-width: 979px) {
	.social { padding-top:0; }
}
.social_link:hover {
	filter:none !important;
	opacity:1;
	filter:alpha(opacity=100);
}
.social_link:hover .social_ico img { margin-top:0; }
.social_ico {
	height:30px;
	overflow:hidden;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.social_ico img {
	margin-top:-30px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social_label {
	display:inline;
	vertical-align:top;
}
.social__row li {
	float:left;
	margin:0 0 0 4px !important;
}
.social__row li:first-child { margin-left:0 !important; }
.social__row li:before { display:none !important; }
.social__list li { margin-bottom:5px; }
.social__list a.social_link:hover { text-decoration:underline !important; }
.social.both li { padding-top:6px; }
.social.both li:before { display:none !important; }
.social.both .social_label { display:inline; }
.social.both .social_ico {
	float:left;
	margin:-6px 5px 0 0;
}
nav.footer-nav {
	float:none;
	padding-top:20px;
}
nav.footer-nav ul {
	float:none;
	text-align:left;
}
@media (max-width: 767px) {
	nav.footer-nav ul { text-align:left; }
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:none;
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
}
nav.footer-nav ul li.current-menu-item a, nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#ada287;
}
.google-map {
	background-color:#fff;
	line-height:0;
	font-size:0;
}
div.jp-audio, div.jp-video { margin-bottom:16px; }
.dropcap {
	display:block;
	float:left;
	overflow:hidden;
	margin:5px 30px 20px 0;
	width:67px;
	height:67px;
	background:#684d42;
	color:#bebb9e;
	text-align:center;
	text-transform:uppercase;
	font:600 40px/55px 'Josefin Sans', sans-serif;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	border-radius:33px;
}
.ie8 .dropcap { line-height:67px; }
@media (max-width: 1199px) {
	.dropcap {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		line-height:67px;
	}
}
@media (max-width: 480px) {
	.dropcap {
		float:none;
		margin:0 auto 20px;
	}
}
.spacer { height:34px; }
.home .spacer { height:50px; }
.btn-primary, .sidebar .link, .comment-reply-link, .content-holder input[type="reset"], .content-holder input[type="submit"], .btn-link {
	text-shadow:0 1px 0 rgba(255,255,255,0.24);
	color:#202020 !important;
	text-transform:uppercase;
	display:inline-block;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	background:#bebb9e;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	border:none;
	padding:8px 22px;
}
.ie8 .btn-primary, .ie8 .sidebar .link, .ie8 .comment-reply-link, .ie8 .content-holder input[type="reset"], .ie8 .content-holder input[type="submit"], .ie8 .btn-link { filter:none; }
.ie8 .btn-primary:hover, .ie8 .sidebar .link:hover, .ie8 .comment-reply-link:hover, .ie8 .content-holder input[type="reset"]:hover, .ie8 .content-holder input[type="submit"]:hover, .ie8 .btn-link:hover { filter:none; }
.btn-primary:focus, .sidebar .link:focus, .comment-reply-link:focus, .content-holder input[type="reset"]:focus, .content-holder input[type="submit"]:focus, .btn-link:focus {
	background-position:0 0;
	text-decoration:none;
	color:#202020 !important;
	background:#bebb9e;
	text-decoration:none !important;
}
.btn-primary:hover, .btn-primary:active, .sidebar .link:hover, .sidebar .link:active, .comment-reply-link:hover, .comment-reply-link:active, .content-holder input[type="reset"]:hover, .content-holder input[type="reset"]:active, .content-holder input[type="submit"]:hover, .content-holder input[type="submit"]:active, .btn-link:hover, .btn-link:active {
	color:#bebb9e !important;
	background:#302924;
	text-decoration:none !important;
}
.btn-mini { font-size:9px; }
.btn-small { font-size:10px; }
.btn-large {
	padding:13px 32px;
	font-size:17px;
}
.thumbnail {
	border:none;
	background-color:#26201c;
	padding:9px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail.box {
	padding:73px 0 80px;
	margin:0;
	border:none;
	background:#0b0603;
	text-align:left;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 979px) {
	.thumbnail.box { padding:30px 0; }
}
.thumbnail.alignleft { margin:3px 22px 10px 0; }
@media (min-width: 481px) and (max-width: 1199px) {
	.thumbnail.alignleft { max-width:45%; }
}
@media (max-width: 480px) {
	.thumbnail.alignleft {
		float:none;
		margin-right:0;
		overflow:hidden;
		display:inline-block;
	}
}
.thumbnail.alignnone { margin-right:0; }
@media (max-width: 767px) {
	.thumbnail.alignnone { display:inline-block; }
}
img.alignleft { margin-right:30px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:12px 18px;
	background:#0b0603;
	border-color:#0b0603;
	line-height:13px;
	color:#bebb9e;
	text-transform:uppercase;
	height:auto !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline:none;
	border-color:#ada287;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	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 {
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
}
input[type="submit"], input[type="reset"] {
	height:20px;
	line-height:20px !important;
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
.list.styled.custom-list, #recent-author-comments { margin-bottom:45px; }
.home .list.styled.custom-list, .home #recent-author-comments { margin-bottom:40px; }
.list.styled.custom-list > ul, #recent-author-comments > ul {
	margin:0;
	padding:0;
}
.list.styled.custom-list > ul li, #recent-author-comments > ul li {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
.list.styled.custom-list > ul li:first-child, #recent-author-comments > ul li:first-child { margin-top:0; }
.list.styled.custom-list > ul li:before, #recent-author-comments > ul li:before {
	width:11px;
	height:11px;
	content:'';
	margin:4px 10px 0 0;
	display:inline-block;
	vertical-align:top;
	background:url(images/list-marker.png) 0 0 no-repeat;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.list.styled.custom-list > ul li:hover:before, #recent-author-comments > ul li:hover:before { background:#ada287; }
.tabs-wrapper {
	margin-bottom:25px;
	padding-right:31px;
}
@media (max-width: 979px) {
	.tabs-wrapper { padding-right:0; }
}
.tabs-wrapper .nav-tabs {
	margin-bottom:0;
	border:none;
	height:45px !important;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs > li { max-width:30%; }
}
.tabs-wrapper .nav-tabs > li.active > a, .tabs-wrapper .nav-tabs > li > a:hover {
	background:#302924 !important;
	color:#bebb9e;
}
.tabs-wrapper .nav-tabs > li > a {
	text-align:center;
	text-shadow:0 1px 0 rgba(255,255,255,0.24);
	color:#302924;
	border:none !important;
	min-width:106px;
	padding:15px 16px 10px;
	margin-right:3px;
	background:#bebb9e;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs > li > a {
		padding-left:25px;
		padding-right:25px;
		min-width:0;
	}
}
@media (max-width: 600px) {
	.tabs-wrapper .nav-tabs > li > a { min-height:40px; }
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs > li > a {
		padding-left:15px;
		padding-right:15px;
	}
}
.tabs-wrapper .tab-content {
	padding:31px 39px 27px 31px;
	background:#302924;
	border:none;
	-webkit-border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	clear:both;
}
@media (max-width: 480px) {
	.tabs-wrapper .tab-content { padding-right:30px; }
}
.tabs-wrapper .tab-content h5 {
	padding-top:48px;
	color:#bebb9e;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.tabs-wrapper .tab-content h5 { padding-top:10px; }
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:40px;
	bottom:40px;
}
#back-top a {
	width:37px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover span { background-color:#bebb9e; }
#back-top span {
	margin-bottom:0;
	width:37px;
	height:37px;
	background:url(images/up-arrow.gif) no-repeat center center #302924;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.wpcf7-form p.field { overflow:visible; }
.wpcf7-form p.field input { padding:12px 18px; }
.wpcf7-not-valid-tip { font-size:11px !important; }
@media (min-width: 767px) and (max-width: 1200px) {
	.wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { line-height:1em !important; }
}
.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:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
