@import url("../CherryFramework/style.css");
body { padding:0 !important; }
.thumbnail a:hover, .thumbnail a:hover img { text-decoration:none; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
h2 { margin:25px 0 17px 0; }
@media (max-width: 480px) {
	h2 { font-size:33px !important; }
}
h3 { margin:0 0 28px 0; }
.home h3 { margin-top:31px; }
h4 { margin-bottom:6px; }
.home h4, .extra-wrap h4 { color:#e43d1d; }
p { margin-bottom:1.9em; }
.main-holder { overflow:hidden; }
.header {
	background:none;
	border:none;
	padding:0 0 27px 0;
}
.header.isStuck {
	background:#222222;
	width:100%;
}
@media (max-width: 767px) {
	.header {
		padding-left:20px;
		padding-right:20px;
	}
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:64px;
	left:50%;
	margin-left:-62px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	margin:0;
	left:146px;
}
.sf-menu { padding:71px 34px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu { padding-right:0; }
}
.sf-menu > li {
	background:none;
	margin-left:45px;
	padding-bottom:27px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:25px; }
}
.sf-menu > li:before {
	content:'';
	width:18px;
	height:31px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/nav-divider.png);
	position:absolute;
	left:-32px;
	top:-8px;
	pointer-events:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li:before { left:-22px; }
}
.sf-menu > li:first-child { margin:0; }
.sf-menu > li:first-child:before { display:none; }
.sf-menu > li > a {
	padding:0;
	border:none;
	color:#000;
	text-transform:uppercase;
}
.sf-menu > li > a:before {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:18px 44px 0 44px;
	border-color:#e43d1d transparent transparent transparent;
	position:absolute;
	left:50%;
	top:-89px;
	margin-left:-44px;
	content:'';
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu li ul {
	background-color:#3e3e3e;
	width:146px;
}
.sf-menu li ul:before {
	content:'';
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0 73px 19px 73px;
	border-color:transparent transparent #3e3e3e transparent;
	position:absolute;
	left:0;
	top:-19px;
}
.sf-menu li li {
	background:none;
	text-align:left;
	border-top:1px dashed #393939;
}
.no-rgba .sf-menu li li { border-top:1px dashed #393939; }
.sf-menu li li:first-child { border:none; }
.sf-menu li li ul { background-color:#fff; }
.sf-menu li li ul:before { display:none; }
.sf-menu li li a {
	padding:7px 12px 9px 15px !important;
	border:none;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	text-transform:lowercase;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu li li a:after {
	content:'';
	background-image:url(images/nav-arrow.gif);
	width:3px;
	height:5px;
	display:inline-block;
	vertical-align:top;
	margin:10px 0 0 8px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ie8 .sf-menu li li a:after {
	filter:none !important;
	visibility:hidden;
}
.sf-menu li li li a { color:#828282; }
.sf-menu li li li a:hover { color:#000; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background:none;
	color:#646464;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover > a:before, .sf-menu > li.current-menu-item > a:before { top:-71px; }
.ie8  .sf-menu > li > a:hover, .ie8  .sf-menu > li.sfHover > a { color:#fff; }
.ie8  .sf-menu > li > a:hover:before, .ie8  .sf-menu > li.sfHover > a:before { top:-89px; }
.ie8  .sf-menu > li.current-menu-item > a:before { top:-71px; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a { background:none; }
.sf-menu li li > a:hover:after, .sf-menu li li.sfHover > a:after, .sf-menu li li.current-menu-item > a:after {
	opacity:1;
	filter:alpha(opacity=100);
}
.ie8 .sf-menu li li > a:hover:after, .ie8 .sf-menu li li.sfHover > a:after, .ie8 .sf-menu li li.current-menu-item > a:after {
	filter:none !important;
	visibility:visible;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin-right:-6px;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
	z-index:2;
}
a > .sf-sub-indicator { top:1.4em; }
.sf-menu ul .sf-sub-indicator { display:none; }
.search-form_it {
	padding-top:7px !important;
	padding-bottom:8px !important;
}
.logo {
	padding-top:29px;
	max-width:100%;
}
@media (min-width: 1200px) {
	.logo { max-width:150%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width:100%;
		padding-top:41px;
	}
}
@media (max-width: 767px) {
	.logo {
		margin-bottom:20px;
		text-align:center;
		float:none;
	}
}
.logo_link { text-decoration:none; }
.logo_link:hover {
	text-decoration:none;
	color:#e43d1d;
}
.camera_loader {
	background:url(images/camera-loader.gif) no-repeat scroll center center #d4c6b3;
	border:1px solid #d4c6b3;
}
.slider {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/hr-slider.png);
	margin-bottom:20px;
}
@media (max-width: 767px) {
	.slider {
		margin-left:-20px;
		margin-right:-20px;
	}
}
.camera_wrap img { max-width:none !important; }
.camera_wrap .camera_pag {
	width:1170px;
	margin:-59px auto 0;
}
.ie8 .camera_wrap .camera_pag { width:940px; }
@media (max-width: 1200px) {
	.camera_wrap .camera_pag { width:100%; }
}
@media (max-width: 767px) {
	.camera_wrap .camera_pag { margin-top:-39px; }
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align:right;
	padding-right:112px;
}
@media (max-width: 1200px) {
	.camera_wrap .camera_pag .camera_pag_ul { padding-right:20%; }
}
.camera_wrap .camera_pag .camera_pag_ul li {
	margin:0 0 0 7px;
	background:#202020;
	width:12px;
	height:12px;
	vertical-align:top;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	width:12px;
	height:12px;
	left:0;
	top:0;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-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;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background:#e43d1d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { background:#e43d1d; }
.camera_thumbs_cont {
	background:none;
	padding-bottom:12px;
}
@media (max-width: 767px) {
	.slider { background:none; }
	.camera_wrap { margin-bottom:0px !important; }
	.camera_thumbs_cont ul { visibility:hidden; }
}
.camera_caption { width:auto; }
.camera_caption {
	right:23.7%;
	left:auto;
}
@media (max-width: 1200px) {
	.camera_caption { right:13%; }
}
@media (max-width: 767px) {
	.camera_caption { right:10%; }
}
.camera_caption > div {
	padding:0 0 42% 0;
	background:none;
	text-align:left;
}
@media (max-width: 1200px) {
	.camera_caption > div { padding-bottom:29%; }
}
@media (max-width: 979px) {
	.camera_caption > div { padding-bottom:22%; }
}
@media (max-width: 767px) {
	.camera_caption > div { padding-bottom:50px; }
}
.camera_caption > div h2 {
	font-weight:bold;
	font-size:1em;
	display:inline-block;
	vertical-align:top;
}
.camera_caption > div h2 span {
	display:block;
	line-height:1em;
}
@media (max-width: 767px) {
	.camera_caption > div h2 span {
		font-size:25px !important;
		line-height:1.2em;
		margin:0 !important;
	}
}
.camera_caption > div h2 .row-1 {
	font-size:62px;
	margin-bottom:24px;
	color:#fff;
}
@media (max-width: 979px) {
	.camera_caption > div h2 .row-1 { font-size:42px; }
}
.camera_caption > div h2 .row-2 {
	font-size:48px;
	color:#a3a3a3;
	padding-left:32px;
	margin-bottom:-6px;
}
@media (max-width: 979px) {
	.camera_caption > div h2 .row-2 { font-size:28px; }
}
.camera_caption > div h2 .row-3 {
	font-size:100px;
	color:#e43d1d;
	padding-left:41px;
}
@media (max-width: 979px) {
	.camera_caption > div h2 .row-3 { font-size:80px; }
}
.camera_caption > div h2 .row-4 {
	font-size:36px;
	text-align:right;
	margin-right:-3px;
	margin-top:5px;
	color:#fff;
}
@media (max-width: 979px) {
	.camera_caption > div h2 .row-4 { font-size:26px; }
}
@media (max-width: 767px) {
	.camera_caption > div h2 .row-4 {
		text-align:left;
		margin:0;
	}
}
#content { padding-top:60px; }
.content-holder {
	background-repeat:repeat;
	background-position:50% 0;
	background-image:url(images/content-pattern.gif);
	padding-bottom:67px;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.error404-holder_num { color:#202020; }
.error404-holder hgroup h2 { margin-top:0; }
.title-section { padding:54px 0 0 0; }
.title-header {
	margin-bottom:.6em;
	font-size:30px;
}
.breadcrumb__t {
	background:none;
	background-image:url(images/breadcrumb_tail.png);
	padding:7px 12px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t .active { color:#686868; }
.breadcrumb__t .divider { margin:0 5px; }
.breadcrumb__t li a { color:#202020; }
.post-title {
	font-size:30px;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:32px;
}
.post-title a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#202020;
}
.post-title a:hover {
	color:#e43d1d;
	text-decoration:none;
}
.post .featured-thumbnail img {
	width:auto;
	margin-left:0;
	margin-right:0;
}
.post .featured-thumbnail.large a { display:inline; }
.post_meta {
	padding:9px 0 !important;
	border-color:#c3b8a9;
	border-color:rgba(0,0,0,0.1);
	font-size:1em;
}
.post_meta a:hover {
	color:#e43d1d;
	text-decoration:underline;
}
.post_meta .post_author a:hover { color:#202020; }
.post_meta div[class^="post_"] {
	line-height:20px;
	margin-right:15px;
	padding:0;
	vertical-align:top;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta >div[class^="post_"] { margin-right:0; }
.post_meta div[class="post_permalink"] {
	float:right;
	margin-right:0;
}
@media (max-width: 1200px) {
	.post_meta div[class="post_permalink"] { float:none; }
}
.post_meta .post_author { text-transform:capitalize; }
.post_meta i {
	font-size:14px;
	margin-right:.5em;
	padding:0;
	color:#616161;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul li a, .pagination__posts ul li span {
	color:#686868;
	background:url(images/box-tail.png);
	border:none;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus, .pagination__posts ul li span:hover, .pagination__posts ul li span:focus { color:#7A7A7A; }
.pagination__posts ul .active a, .pagination__posts ul .active span { color:#7A7A7A; }
.flex-control-paging li a {
	width:12px;
	height:12px;
	background:#c8bdaf;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover { background:#e43d1d; }
.flex-control-paging li a.flex-active {
	background:#e43d1d;
	cursor:default;
}
.share-buttons { padding:0; }
.post-author {
	margin-bottom:2.2em;
	padding:22px 20px 24px 20px;
	border:none;
	background:url(images/box-tail1.png) repeat scroll 0 0 transparent;
}
.post-author_h {
	font-size:16px;
	line-height:1.2em;
	color:#686868;
	margin:0 0 14px 0;
}
.post-author_h small { font-size:1em; }
.post-author_h a:hover { color:#e43d1d; }
.post-author_link { margin-top:1.5em; }
.post-author_link a { text-transform:capitalize; }
.post-author_link a:hover { color:#e43d1d; }
.post-author_link p { margin-bottom:0; }
.post-author_gravatar {
	float:left;
	margin:6px 16px 0 0;
	width:80px;
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author_desc { overflow:hidden; }
.post-author .post-author_h, .post-author .post-author_h a { color:#202020; }
.post-author .post-author_link a { color:#202020; }
.post_meta .post_author a { color:#202020; }
.post_meta a {
	color:#e43d1d;
	text-decoration:none;
}
#recent-author-posts h3 { font-size:36px; }
#recent-author-comments { margin-top:31px; }
#recent-author-comments h3 { font-size:36px; }
.post-list_comment a { color:#e43d1d; }
.related-posts_h { margin-bottom:31px; }
.related-posts_list { margin:0 0 0 -4%; }
.related-posts_item {
	width:21%;
	margin-left:4%;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 979px) {
	.related-posts_item {
		font-size:14px;
		line-height:16px;
	}
}
@media (max-width: 767px) {
	.related-posts_item {
		font-size:12px;
		line-height:16px;
	}
}
@media (max-width: 480px) {
	.related-posts_item {
		font-size:14px;
		width:46%;
	}
}
.related-posts_item a {
	color:#202020;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.related-posts_item a:hover {
	color:#e43d1d;
	text-decoration:none;
}
.faq-list_h { color:#202020; }
.faq-list_body { color:#686868; }
.faq-list .marker { color:#e43d1d; }
.testimonial {
	border:none;
	background-color:transparent;
	background:url(images/box-tail.png);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial_content {
	overflow:hidden;
	background:url(images/quotes.png) no-repeat 0 0;
}
.testimonial small {
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	padding:12px 0 0;
	font-size:11.9px;
	color:#686868;
}
.testimonials .testi-item .testi-meta .user:after { content:''; }
.page-header {
	border:none;
	padding:0;
	margin-top:0;
}
.page-header h1 {
	font-size:30px;
	line-height:1.2em;
	margin:0;
}
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	padding:0;
	margin-right:29px;
	font-weight:normal;
	color:#202020;
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills { margin-bottom:47px; }
.nav-pills li { margin-left:36px; }
.nav-pills li:first-child { margin-left:0; }
.nav-pills li.active a, .nav-pills li a:focus {
	color:#e43d1d !important;
	text-decoration:none !important;
}
.nav-pills li.active a:hover, .nav-pills li a:focus:hover { color:#e43d1d; }
.nav-pills li a {
	padding:0;
	margin:0;
	background:none !important;
	line-height:23px;
	color:#686868;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.nav-pills li a:hover {
	text-decoration:none;
	color:#e43d1d;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.filterable-portfolio .thumbnail { margin-bottom:31px; }
.filterable-portfolio h3 {
	font-size:18px;
	line-height:1.2em;
	margin:0 0 17px 0;
}
.filterable-portfolio h3 a {
	color:#202020;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 a:hover {
	color:#e43d1d;
	text-decoration:none;
}
.filterable-portfolio .image-wrap { background:url(images/loading-folio.gif) 50% 50% no-repeat #d1c5b6; }
.portfolio-meta-list {
	border-color:#c3b8a9;
	border-color:rgba(0,0,0,0.1);
}
.single-pager {
	border-color:#c3b8a9;
	border-color:rgba(0,0,0,0.1);
	margin-top:0;
}
.single-pager li a {
	color:#212121;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:7px 10px;
	text-transform:uppercase;
	text-shadow:none;
	border:1px solid #b4aba2;
	border-color:rgba(94,92,102,0.3);
	background:none;
	background:url(images/btn-tail.png) repeat-x 0 0 !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.single-pager li a:hover {
	color:#e43d1d;
	text-decoration:none !important;
}
.single-portfolio .jp-audio, .single-portfolio .jp-video, .single-portfolio .grid_gallery { margin-bottom:20px; }
.format-quote blockquote {
	color:#202020;
	border-color:#c8bdaf;
}
.zoom-icon {
	border-width:0px;
	border-style:solid;
	border-color:#bfb4a7;
	background:rgba(0,0,0,0.1);
}
.blog .zoom-icon {
	border:none;
	background:none;
}
.no-rgba .zoom-icon { background:url(images/gray-opacity-20.png); }
.zoom-icon:before {
	margin:-28px 0 0 -28px;
	width:57px;
	height:57px;
	content:'\f002';
	font-family:FontAwesome;
	font-size:48px;
	line-height:1.2em;
	color:#fff;
	background:none;
	text-align:center;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon { border-width:10px; }
.image-wrap:hover .zoom-icon:before, .featured-thumbnail a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon { border-width:10px; }
.team-holder .featured-thumbnail { height:auto; }
.comment .comment-body {
	margin-top:14px;
	border:none;
	background:none;
	background-image:url(images/box-tail.png);
	padding:24px 21px 20px 21px;
}
.comment.bypostauthor .comment-body {
	background:none;
	background-image:url(images/box-tail1.png);
}
.comment-author {
	float:left;
	margin:5px 16px 0 0;
}
.comment-author .author {
	display:block;
	padding-top:15px;
	width:80px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#202020;
}
.comment-meta { padding-top:9px; }
.reply { margin-left:15px; }
.reply a {
	color:#212121;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 22px 9px;
	text-transform:uppercase;
	text-shadow:none;
	border:1px solid #b4aba2;
	border-color:rgba(94,92,102,0.3);
	background:none;
	background:url(images/btn-tail.png) repeat-x 0 0 !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.reply a:hover {
	color:#e43d1d;
	text-decoration:none !important;
}
#commentform input[type="text"] {
	padding:12px 15px;
	height:50px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	min-height:271px;
	height:271px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #b8ac9d;
}
#commentform textarea:focus { border-color:#686868; }
.ie8 #commentform textarea {
	width:588px;
	max-width:588px;
	min-width:588px;
}
.ie8 .single-portfolio #commentform textarea {
	width:508px;
	max-width:508px;
	min-width:508px;
}
#sidebar { padding-top:60px; }
#sidebar .widget { margin-bottom:65px; }
#sidebar .widget h3 { margin-top:0; }
#sidebar .widget ul {
	padding-left:0;
	margin-left:0;
}
#sidebar .widget ul li {
	margin:0 0 3px 0;
	padding:0;
	list-style-type:none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar .widget ul li:before {
	content:'';
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/arrow.png);
	width:11px;
	height:11px;
	margin:6px 12px 0 0;
}
#sidebar .widget ul ul { margin:3px 0 0 23px; }
#wp-calendar #today { color:#e43d1d; }
#wp-calendar caption { color:#e43d1d; }
.comments-custom li {
	font-family:Tahoma, Geneva, sans-serif !important;
	text-transform:none !important;
}
.comments-custom li:before { display:none !important; }
.comments-custom_txt { padding:0 0 10px 0; }
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover {
	color:#e43d1d;
	text-decoration:underline !important;
}
.comments-custom_h { margin-bottom:.1em; }
.comments-custom time { font-size:11px; }
.banners { margin-bottom:60px; }
.flickr_li {
	font-family:Tahoma, Geneva, sans-serif !important;
	text-transform:none !important;
}
.flickr_li:before { display:none !important; }
.flickr_list .thumbnail { margin-bottom:0; }
.flickr_list .thumbnail:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.archive_lists .list.check-list > ul li:before { color:#e43d1d; }
.post-list li {
	margin-bottom:37px !important;
	font-family:Tahoma, Geneva, sans-serif !important;
	text-transform:none !important;
}
.post-list li:before { display:none !important; }
.post-list .featured-thumbnail {
	float:none;
	margin-right:0;
	margin-bottom:25px;
}
.post-list_h { margin:5px 0 17px 0; }
.post-list_h a {
	font-size:18px;
	line-height:1.2em;
	color:#202020;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-list_h a:hover {
	color:#e43d1d;
	text-decoration:none;
}
.post-list .excerpt { margin-bottom:2em; }
.post-list_comment { text-transform:capitalize; }
.post-list_comment a:hover {
	color:#e43d1d;
	text-decoration:underline !important;
}
.recent-posts.latest_works { padding-top:11px; }
@media (max-width: 767px) {
	.recent-posts.latest_works {
		display:inline-block;
		vertical-align:top;
		margin-right:20px !important;
	}
}
.recent-posts.latest_works h5 { display:none; }
.recent-posts.latest_works li { margin-bottom:4px; }
.recent-posts.latest_works li:hover a:before { background-color:rgba(0,0,0,0); }
.no-rgba .recent-posts.latest_works li:hover a:before { visibility:hidden; }
.recent-posts.latest_works .featured-thumbnail {
	float:none;
	margin:0 0 8px 0;
	padding:0;
}
.recent-posts.latest_works .featured-thumbnail img { position:relative; }
.ie8 .recent-posts.latest_works .featured-thumbnail img { z-index:-1; }
.recent-posts.latest_works .featured-thumbnail a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:999;
	background-color:rgba(0,0,0,0.4);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-rgba .recent-posts.latest_works .featured-thumbnail a:before { background-image:url(images/black-opacity-40.png); }
.recent-posts.latest_works h4 {
	font-size:18px;
	line-height:1.2em;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:right 4px;
	background-image:url(images/arrow1.png);
	margin:0;
	padding:0 18px 0 0;
}
.recent-posts.latest_works h4 a { color:#202020; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.latest_works h4 {
		font-size:12px;
		padding:4px 18px 2px 0;
	}
}
.posts-grid.artists .featured-thumbnail {
	padding:6px;
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(images/thumbnail-tail.png);
	margin:0 0 15px 0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
@media (max-width: 767px) {
	.posts-grid.artists .featured-thumbnail {
		float:none;
		overflow:hidden;
		display:inline-block;
		vertical-align:top;
	}
}
.posts-grid.artists .featured-thumbnail .zoom-icon { border-width:0px !important; }
.ie8 .posts-grid.artists .featured-thumbnail { width:132px; }
.posts-grid.artists .featured-thumbnail img {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.ie8 .posts-grid.artists .featured-thumbnail img { width:auto; }
.posts-grid.artists h5 {
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 4px 0;
	padding-right:15px;
}
.posts-grid.artists h5 a { color:#2b2a29; }
.ie8 .posts-grid.artists h5 { padding-right:0; }
@media (max-width: 1200px) {
	.posts-grid.artists h5 { padding-right:0; }
}
.posts-grid.artists .btn {
	color:#e43d1d;
	border:none;
	padding:0 21px 0 0;
	background:url(images/btn-bull.png) no-repeat right center !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition:none;
}
.posts-grid.artists .btn:hover { color:#202020; }
.posts-grid.team li { margin-bottom:29px; }
@media (max-width: 767px) {
	.posts-grid.team li { overflow:hidden; }
}
@media (max-width: 480px) {
	.posts-grid.team li { margin-bottom:10px; }
}
.posts-grid.team .featured-thumbnail {
	float:left;
	margin-right:26px;
}
@media (max-width: 480px) {
	.posts-grid.team .featured-thumbnail {
		float:none;
		display:inline-block;
		overflow:hidden;
		margin-right:0;
		margin-bottom:15px;
	}
}
.posts-grid.team .featured-thumbnail img { width:auto; }
.posts-grid.team h5 {
	font-size:18px;
	line-height:26px;
	margin:0 0 15px 0;
}
.posts-grid.team h5 a {
	color:#202020;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.team h5 a:hover {
	text-decoration:none;
	color:#e43d1d;
}
.posts-grid.team .clear { clear:none; }
.posts-grid.news h5 {
	font-size:18px;
	line-height:26px;
	margin-top:0;
}
.posts-grid.news h5 a {
	color:#202020;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
.posts-grid.news h5 a:hover {
	text-decoration:none;
	color:#e43d1d;
}
.testimonials .testi-item {
	margin-bottom:34px;
	padding-bottom:0;
}
.testimonials .testi-item blockquote {
	padding:38px 27px 30px 31px;
	border:none;
	background:url(images/box-tail1.png) 0 0 repeat transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonials .testi-item blockquote:before {
	bottom:-21px;
	left:38px;
	width:24px;
	height:21px;
	border:none;
	background:url(images/corner.png);
}
.testimonials .testi-item blockquote:after {
	top:25px;
	left:20px;
	width:53px;
	height:37px;
	background:url(images/quotes.png) 0 0 no-repeat;
}
.testimonials .testi-item blockquote > a {
	color:#686868;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item blockquote > a:hover { color:#202020; }
.testimonials .testi-item .testi-meta {
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#202020;
	text-transform:uppercase;
	padding-top:32px;
	padding-left:40px;
}
.testimonials .testi-item .testi-meta a {
	color:#e43d1d;
	font-size:14px;
}
.testimonials .testi-item .testi-meta a:hover {
	color:#202020;
	text-decoration:none;
}
.posts-grid.no-thumbnail .featured-thumbnail { display:none; }
.footer {
	background:none;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:30px 0;
}
@media (max-width: 767px) {
	.footer {
		padding-left:20px;
		padding-right:20px;
	}
}
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
nav.footer-nav ul li a:hover {
	color:#e43d1d;
	text-decoration:underline;
}
nav.footer-nav ul li.current-menu-item a {
	color:#e43d1d;
	text-decoration:none !important;
}
.copyright { padding:0; }
.footer-text {
	float:left;
	color:#7a7a7a;
	font-weight:bold;
}
.footer-text >span { display:inline-block; }
@media (max-width: 767px) {
	.footer-text { float:none; }
}
.footer-text a { color:#7a7a7a; }
.footer-text a.site-name { color:#e43d1d; }
@media (max-width: 767px) {
	.footer-text { margin-bottom:0; }
}
.wpcf7-form p.field input {
	padding:12px 15px;
	height:50px;
}
.wpcf7-form textarea { padding:12px 15px; }
.wpcf7-not-valid-tip { padding:12px 15px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		padding:8px 15px !important;
		line-height:1.5em !important;
	}
}
.google-map { background-image:url(images/loading-map.gif); }
.thumbnail { padding:0; }
@media (max-width: 979px) {
	.extra-wrap { overflow:visible; }
}
@media (max-width: 767px) {
	.extra-wrap { clear:both; }
}
.extra-wrap h4 { margin-top:0; }
.spacer { height:50px; }
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 {
	border:1px solid #b8ac9d;
	background:#e0d4c3;
	color:#686868;
	padding:12px 15px;
	font-family:Tahoma, Geneva, sans-serif;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#888; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#888; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#888; }
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 {
	border-color:#686868;
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="submit"], input[type="reset"] {
	height:40px;
	padding:0 22px;
}
.submit-wrap .btn-primary[disabled], .submit-wrap .btn-primary.disabled, .submit-wrap .btn-primary:focus, .submit-wrap .btn-primary:active { color:#202020 !important; }
.submit-wrap .btn-primary:hover { color:#e43d1d !important; }
.archive_lists .list.check-list > ul li:before { color:#8e887f; }
.list.styled.custom-list { margin-bottom:29px; }
.list.styled.custom-list > ul {
	margin:0;
	padding:0;
}
.list.styled.custom-list > ul li {
	margin:0 0 3px 0;
	padding:0;
	list-style-type:none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.list.styled.custom-list > ul li:before {
	content:'';
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/arrow.png);
	width:11px;
	height:11px;
	margin:6px 12px 0 0;
}
address {
	text-transform:uppercase;
	line-height:20px;
	margin-top:-9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
address strong {
	color:#202020;
	font-weight:normal;
}
address p { margin-bottom:11px; }
address a { color:#202020; }
address a em { color:#e43d1d; }
address a:hover em {
	text-decoration:none;
	color:#202020;
}
address a em {
	font-style:normal;
	padding-left:34px;
	background-repeat:no-repeat;
	background-position:0 50%;
	background-image:url(images/icon-email.png);
	display:inline-block;
	vertical-align:top;
	line-height:21px;
}
.thumbnail {
	border:none;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.extra_box {
	text-align:center;
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(images/box-tail.png);
	padding:29px 40px 11px 46px;
}
@media (max-width: 767px) {
	.extra_box {
		margin-left:-20px;
		margin-right:-20px;
		padding-left:30px;
		padding-right:30px;
	}
}
.extra_box h2 {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/hr.png);
	margin:0 -46px 37px;
	padding-bottom:24px;
}
.social_networks h4 {
	color:#686868;
	margin-bottom:20px;
}
.social_networks ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
.social_networks ul li {
	list-style-type:none;
	float:left;
	margin:0 6px 0 0;
	padding:0;
}
@media (max-width: 979px) {
	.social_networks ul li { margin-bottom:6px; }
}
.social_networks ul li a:hover img {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.social_networks ul li img {
	margin:0;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.social.both, .social.icons { text-indent:0; }
.social.both li:before, .social.icons li:before { display:none !important; }
.social__row li { margin-right:5px !important; }
.btn-primary {
	color:#212121;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:none;
	border:1px solid #b4aba2;
	border-color:rgba(94,92,102,0.3);
	background:none;
	background:url(images/btn-tail.png) repeat-x 0 0 !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-primary:hover {
	color:#e43d1d;
	text-decoration:none !important;
}
.btn-large {
	font-size:14px;
	padding:8px 22px 9px;
}
#back-top { display:none !important; }
.hr {
	background:url(images/hr.png);
	margin:32px -100%;
}
.sm_hr {
	background:url(images/hr.png);
	margin:40px 0;
}
.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:33px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
