@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Adamina);
body { padding:0 !important; }
.main-holder { overflow:hidden; }
.header {
	background:inherit;
	border:none;
	padding:0;
}
.header .container {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/hr.gif);
	padding-bottom:25px;
}
.home .header .container {
	background-image:none;
	padding-bottom:0;
}
@media (max-width: 767px) {
	.header { padding:0 20px; }
}
.header .tail-top {
	background-color:#6d6565;
	padding:19px 0 0 0;
	margin-bottom:34px;
	position:relative;
	z-index:100;
}
.header .tail-top:before, .header .tail-top:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background-color:inherit;
	z-index:-1;
}
.header .tail-top:before { left:-99%; }
.header .tail-top:after { right:-99%; }
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:50%;
	margin-left:-70px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { margin:0; }
.sf-menu {
	float:left;
	padding:2px 0 0 12px;
}
.sf-menu a { text-transform:lowercase; }
.sf-menu > li {
	background-color:transparent;
	margin-left:63px;
	padding-bottom:24px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:46px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li:first-child:before { display:none; }
.sf-menu > li:before {
	content:'';
	width:15px;
	height:25px;
	background-image:url(images/nav-divider.png);
	position:absolute;
	left:-38px;
	top:0;
	pointer-events:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li:before { left:-30px; }
}
.sf-menu > li > a {
	padding:0;
	border:none;
	color:#b7b7b7;
}
.sf-menu li ul {
	background-color:#5c323e;
	width:140px;
}
.sf-menu li li {
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(images/divider1.gif);
	text-align:left;
}
.sf-menu li li:first-child { background-image:none; }
.sf-menu li li a {
	padding:8px 14px;
	border:none;
	color:#d4cece;
	font-size:14px;
	font-family:'Adamina', serif;
}
.sf-menu li li ul {
	background-color:#a82743;
	padding:0;
}
.sf-menu li li li { background-image:url(images/divider2.gif); }
.sf-menu li li li a { color:#ffed97; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	background-color:transparent;
	color:#fff;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background-color:transparent;
	color:#fff;
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a { color:#fff; }
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	width:9px;
	height:5px;
	right:50%;
	margin-right:-5px;
	background-image:url(images/arrow1.gif);
}
a > .sf-sub-indicator { top:42px; }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul a > .sf-sub-indicator {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:3px;
	height:5px;
	margin:0 0 0 7px;
	right:auto;
	top:10px;
	background-position:0 0 !important;
	background-image:url(images/arrow2.gif);
}
.social-nets-wrapper ul { float:right; }
@media (max-width: 767px) {
	.social-nets-wrapper ul {
		float:none;
		text-align:center;
		padding:15px 0;
	}
}
.social-nets-wrapper ul li {
	list-style-type:none;
	float:left;
	margin-left:4px;
}
@media (max-width: 767px) {
	.social-nets-wrapper ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper ul li:first-child { margin-left:0; }
.social-nets-wrapper ul li a img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper ul li a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
.social-nets-wrapper ul:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.widget .search-form_it { width:149px; }
.ie8 .widget .search-form_it {
	width:100%;
	height:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.widget .search-form_it {
		width:100%;
		height:40px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.header .search-form_it {
	border:none;
	background-color:transparent;
	font-size:12px;
	font-family:'Adamina', serif;
	float:left;
	padding:10px 4px 10px 16px;
	width:303px;
	height:17px;
	margin:0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.header .search-form_it::-moz-placeholder {
	color:#a2a2a2;
	opacity:1;
}
.header .search-form_it::-ms-input-placeholder { color:#a2a2a2; }
.header .search-form_it::-webkit-input-placeholder { color:#a2a2a2; }
.header .search-form_it:-moz-placeholder { color:#a2a2a2; }
.header .search-form_it:-ms-input-placeholder { color:#a2a2a2; }
.header .search-form_it::-webkit-input-placeholder { color:#a2a2a2; }
.ie8 .header .search-form_it { padding-top:8px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form_it { width:284px; }
}
.header .search-form_is {
	width:46px;
	height:37px;
	background:url(images/btn-search.png) no-repeat 50% 10px !important;
	border:none;
	margin:0;
	padding:0 !important;
	float:left;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ie8 .header .search-form_is { background-color:#fff !important; }
.header .search-form_is:hover {
	opacity:0.65;
	filter:alpha(opacity=65);
}
.header .search-form {
	width:369px;
	height:37px;
	border:1px solid #e0e0df;
	background-color:#fff;
	float:right;
	margin-top:22px;
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.05);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.05);
	box-shadow:3px 3px 3px rgba(0,0,0,0.05);
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form { width:350px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
	}
}
.logo_h__txt { margin-bottom:57px; }
.logo_link:hover { color:#a82743; }
.slider {
	width:800px;
	float:left;
	overflow:visible;
	margin-bottom:40px;
	-webkit-box-shadow:0 2px 21px rgba(0,0,0,0.36);
	-moz-box-shadow:0 2px 21px rgba(0,0,0,0.36);
	box-shadow:0 2px 21px rgba(0,0,0,0.36);
}
.ie8 .slider { width:640px; }
@media (max-width: 1200px) {
	.slider { width:640px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider { width:100%; }
}
@media (max-width: 767px) {
	.slider { width:100%; }
}
.camera_wrap {
	margin-bottom:0 !important;
	height:510px;
}
.ie8 .camera_wrap { height:408px; }
@media (max-width: 1200px) {
	.camera_wrap { height:408px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_wrap { height:462px; }
}
@media (max-width: 767px) {
	.camera_wrap { height:auto; }
}
.camera_wrap .camera_pag {
	width:100%;
	margin-top:-78px;
	background-repeat:repeat-x;
	background-image:url(images/pagination-bg.png);
	position:relative;
	z-index:2;
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align:left;
	margin:22px 0 0 22px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:12px;
	height:12px;
	margin:22px 7px 22px 0;
	vertical-align:top;
	background-color:#FFF;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover { background-color:#e15e32; }
.camera_wrap .camera_pag .camera_pag_ul li span { display:none; }
@media (max-width: 480px) {
	.camera_wrap .camera_pag .camera_pag_ul li img, .camera_wrap .camera_pag .camera_pag_ul li .thumb_arrow { display:none !important; }
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { background-color:#e15e32; }
.camera_thumbs_cont {
	background-color:transparent;
	margin-top:-68px;
}
@media (max-width: 480px) {
	.camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { display:none !important; }
}
.content-holder { padding-bottom:50px; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder {
	padding-top:23px;
	padding-bottom:39px;
}
.related-posts {
	padding:25px 45px 10px;
	background-color:#fff;
	margin-bottom:30px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .related-posts {
	padding:20px 30px 10px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.related-posts {
		padding:20px 30px 10px;
		margin-bottom:20px;
	}
}
.related-posts_item {
	font-family:'Adamina', serif;
	font-size:16px;
	line-height:1.2em;
	overflow:visible;
}
.related-posts .featured-thumbnail { margin-bottom:22px; }
.related-posts_h {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
	margin-bottom:25px;
}
.post-author {
	border:none;
	background-color:#fff;
	padding:25px 45px;
	padding-bottom:30px !important;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .post-author { padding:20px 30px; }
@media (max-width: 1200px) {
	.post-author { padding:20px 30px; }
}
.post-author .inner {
	background-color:#f4f4f4;
	padding:15px 27px 10px;
}
.post-author_h {
	text-transform:uppercase;
	font-size:14px;
	line-height:1.2em;
	margin-bottom:20px;
}
.post-author_h small { font-size:1em; }
.post-author_gravatar { margin-top:5px; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
.post-author_desc a { text-transform:capitalize; }
#recent-author-posts h3 {
	background-color:#fff;
	padding:25px 45px 0;
	margin-bottom:0;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 #recent-author-posts h3 { padding:20px 30px 0; }
@media (max-width: 1200px) {
	#recent-author-posts h3 { padding:20px 30px 0; }
}
#recent-author-comments {
	background-color:#fff;
	padding:25px 45px;
	margin-top:36px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 #recent-author-comments { padding:20px 30px; }
@media (max-width: 1200px) {
	#recent-author-comments { padding:20px 30px; }
}
#recent-author-comments h3 { margin-bottom:25px; }
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style-type:none;
	font-size:13px;
	margin-bottom:8px;
}
#recent-author-comments ul li:before {
	content:'';
	width:6px;
	height:7px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/arrow5.gif);
	display:inline-block;
	vertical-align:top;
	margin:8px 7px 0 0;
}
.share-buttons {
	background-color:#fff;
	padding:0;
	margin:0;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.share-buttons li:first-child { margin-left:45px !important; }
.ie8 .share-buttons li:first-child { margin-left:30px !important; }
@media (max-width: 1200px) {
	.share-buttons li:first-child { margin-left:30px !important; }
}
.share-buttons li.pinterest { margin-top:-2px; }
.error404-holder_num { color:#a82743; }
.title-section { text-align:center; }
.title-header {
	overflow:visible;
	margin-bottom:.2em;
	font-size:36px;
	line-height:1.2em;
}
.breadcrumb__t { background-color:transparent; }
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	padding:15px 5px;
}
.breadcrumb__t li.divider { margin:0 5px; }
.post__holder {
	padding:35px 45px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .post__holder {
	margin-bottom:20px;
	padding:20px 30px;
}
@media (max-width: 1200px) {
	.post__holder {
		margin-bottom:20px;
		padding:20px 30px;
	}
}
.single .post__holder { margin-bottom:0; }
.post-title {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
	margin-bottom:27px;
}
.post .featured-thumbnail { margin-top:0; }
.post_meta {
	border-color:#ededed;
	font-size:1em;
}
.single .post_meta { margin-bottom:0; }
.post_meta i { color:#ababab; }
.post_meta>div.post_meta_unite { border-color:inherit; }
.post_meta .post_meta_unite .meta_group {
	border-top:1px solid #ededed;
	padding-top:.5em;
	margin-top:.5em;
}
.post_meta .post_meta_unite .meta_group:first-child {
	border-top:none;
	padding-top:0;
}
.team-holder {
	padding:35px 45px;
	background-color:#fff;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .team-holder { padding:20px 30px; }
@media (max-width: 1200px) {
	.team-holder { padding:20px 30px; }
}
.single-portfolio .type-portfolio {
	background-color:#fff;
	padding-bottom:20px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.single-portfolio .type-portfolio .nocomments, .single-portfolio .type-portfolio .comment-holder, .single-portfolio .type-portfolio #respond {
	background-color:transparent;
	padding-right:0;
	padding-bottom:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.single-portfolio .type-portfolio .nocomments, .single-portfolio .type-portfolio .comment-holder, .single-portfolio .type-portfolio #respond { padding-right:30px; }
}
.single-portfolio .type-portfolio .inner { padding:35px 0 0 45px; }
.ie8 .single-portfolio .type-portfolio .inner { padding-left:30px; }
@media (max-width: 1200px) {
	.single-portfolio .type-portfolio .inner { padding-left:30px; }
}
@media (max-width: 767px) {
	.single-portfolio .type-portfolio .inner { padding-right:30px; }
}
.single-portfolio .type-portfolio .entry-content .inner { padding:35px 45px 0 0; }
.ie8 .single-portfolio .type-portfolio .entry-content .inner { padding-right:30px; }
@media (max-width: 1200px) {
	.single-portfolio .type-portfolio .entry-content .inner { padding-right:30px; }
}
@media (max-width: 767px) {
	.single-portfolio .type-portfolio .entry-content .inner { padding-left:30px; }
}
.page-header { margin-top:0; }
.single-pager { margin-top:0; }
.grid_gallery { margin-bottom:10px; }
.flexslider.no-button li .btn-primary { display:none; }
.flexslider.cycle {
	text-align:center;
	padding-bottom:57px;
	margin-bottom:37px;
}
.flexslider.cycle h5 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 13px 0;
}
.ie8 .flexslider.cycle h5 { background-color:#f2f2f2; }
@media (max-width: 480px) {
	.flexslider.cycle h5 { font-size:31px; }
}
.flexslider.cycle h5 a { color:#3c3c3c; }
.flexslider.cycle .excerpt {
	font-size:14px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:23px;
	text-transform:uppercase;
	color:#6d6565;
	padding:0 40px;
	margin-bottom:0;
}
@media (max-width: 979px) {
	.flexslider.cycle .excerpt { padding:0; }
}
.flexslider.cycle .flex-direction-nav a {
	top:auto;
	bottom:0;
	margin:0;
	width:35px;
	height:35px;
	background:url(images/bg_direction_nav.png) no-repeat 0 0;
	opacity:1;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
.flexslider.cycle .flex-direction-nav .flex-next {
	background-position:100% 0;
	right:50%;
	margin-right:-40px;
	font-size:0;
	line-height:0;
}
.flexslider.cycle .flex-direction-nav .flex-next:before { display:none; }
.flexslider.cycle .flex-direction-nav .flex-next:hover { background-position:100% -35px; }
.flexslider.cycle .flex-direction-nav .flex-prev {
	background-position:0 -35px;
	left:50%;
	margin-left:-41px;
	font-size:0;
	line-height:0;
}
.flexslider.cycle .flex-direction-nav .flex-prev:before { display:none; }
.flexslider.cycle .flex-direction-nav .flex-prev:hover { background-position:0 0; }
.flexslider.cycle .flexslider:hover .flex-next {
	opacity:1;
	right:50%;
}
.flexslider.cycle .flexslider:hover .flex-prev {
	opacity:1;
	left:50%;
}
.flexslider.cycle .flexslider:hover .flex-next:hover, .flexslider.cycle .flexslider:hover .flex-prev:hover { opacity:1; }
.flexslider.cycle .flex-direction-nav .flex-disabled {
	opacity:.3 !important;
	filter:alpha(opacity=30);
}
.ie8 .flexslider.cycle .flex-direction-nav .flex-disabled { background-color:#f2f2f2; }
.flexslider.cycle .flex-direction-nav .flex-disabled.flex-next:hover { background-position:100% 0; }
.flexslider.cycle .flex-direction-nav .flex-disabled.flex-prev:hover { background-position:0 -35px; }
.flex-control-paging li a { background-color:#a6a6a6; }
.pagination__posts ul li a, .pagination__posts ul li span {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.filter-wrapper {
	background-color:#fff;
	padding:40px 45px 27px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .filter-wrapper { padding:20px 30px 27px; }
@media (max-width: 1200px) {
	.filter-wrapper { padding:20px 30px 27px; }
}
.filter-wrapper strong {
	padding:0;
	margin-right:29px;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#3c3c3c;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.filter-wrapper strong { margin-right:10px; }
}
.filter-wrapper .pull-right {
	border-bottom:1px solid #ededed;
	width:100%;
	float:none;
	text-align:right;
	padding-bottom:18px;
}
@media (max-width: 767px) {
	.filter-wrapper .pull-right { text-align:left; }
}
.nav-pills {
	margin-bottom:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 480px) {
	.nav-pills { display:block; }
}
.nav-pills li {
	margin-left:39px;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.nav-pills li { margin:0 20px 0 0; }
}
@media (max-width: 480px) {
	.nav-pills li { display:block; }
}
.nav-pills li:first-child { margin-left:0; }
.nav-pills li a {
	font-size:14px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:22px !important;
	color:#9e9e9e;
	text-transform:uppercase;
	padding:0 !important;
	margin:0 !important;
	background:none !important;
}
.nav-pills li a:hover { color:#a82743; }
.nav-pills li.active a { color:#a82743 !important; }
.filterable-portfolio {
	background-color:#fff;
	margin:0 0 30px 0;
	padding:0 35px 10px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .filterable-portfolio {
	padding:0 30px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.filterable-portfolio {
		padding:0 30px;
		margin-bottom:20px;
	}
}
.filterable-portfolio h3 {
	font-size:16px;
	line-height:1.2em;
}
.zoom-icon { background:rgba(36,36,36,0.3); }
.no-rgba .zoom-icon { background:url(images/gray-opacity-30.png); }
.zoom-icon:before {
	margin:-22.5px 0 0 -22.5px;
	width:45px;
	height:45px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
}
.testimonial {
	padding:35px 45px;
	border:none;
	background-color:#fff;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.ie8 .testimonial { padding:20px 30px; }
@media (max-width: 1200px) {
	.testimonial { padding:20px 30px; }
}
.testimonial small { font-size:11.9px; }
.single-testi .page-header {
	background-color:#fff;
	padding:20px 45px;
	padding-bottom:0;
	margin-bottom:0;
	border:none;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .single-testi .page-header { padding:20px 30px; }
@media (max-width: 1200px) {
	.single-testi .page-header { padding:20px 30px; }
}
.single-testi .page-header h1 { margin-bottom:0; }
#sidebar a { color:#a82743; }
#sidebar a:hover {
	color:#6d6565;
	text-decoration:none;
}
#sidebar .btn { color:#FFF; }
#sidebar .btn:hover { color:#FFF; }
#sidebar .comments-custom a { color:#a6a6a6; }
#sidebar .comments-custom a:hover { color:#a82743; }
.comment-holder {
	background-color:#fff;
	padding:35px 45px 8px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .comment-holder { padding:20px 30px; }
@media (max-width: 1200px) {
	.comment-holder { padding:20px 30px; }
}
.comments-h {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
}
.comment #respond {
	background-color:transparent;
	padding:20px 0 0 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.comment .comment-body {
	margin-top:16px;
	padding:24px 28px 30px 27px;
	border:none;
	background:#f4f4f4;
}
.comment.bypostauthor .comment-body { background:#f4f4f4; }
.comment-author img.avatar { margin-top:6px; }
.comment-author .author {
	padding-top:12px;
	width:80px;
	text-align:left;
	font-weight:400;
	font-size:14px;
	color:#3c3c3c;
}
.comment-meta { padding-top:10px; }
.reply { margin-left:16px; }
.reply a {
	font-family:'Adamina', serif;
	font-size:16px;
	line-height:1.2em;
	text-transform:lowercase;
	padding:8px 25px 11px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#fff;
	text-shadow:none;
	background-color:#626262;
	background-image:-moz-linear-gradient(top,#626262,#626262);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#626262),to(#626262));
	background-image:-webkit-linear-gradient(top,#626262,#626262);
	background-image:-o-linear-gradient(top,#626262,#626262);
	background-image:linear-gradient(to bottom,#626262,#626262);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff626262', endColorstr='#ff626262', GradientType=0);
	border-color:#626262 #626262 #3c3c3c;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#626262;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.reply a:hover, .reply a:focus, .reply a:active, .reply a.active, .reply a.disabled, .reply a[disabled] {
	color:#fff;
	background-color:#626262;
	*background-color:#555555;
}
.reply a:active, .reply a.active { background-color:#494949 \9; }
.reply a:hover {
	color:#fff;
	text-shadow:none;
	background-color:#313131;
	background-image:-moz-linear-gradient(top,#313131,#313131);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#313131),to(#313131));
	background-image:-webkit-linear-gradient(top,#313131,#313131);
	background-image:-o-linear-gradient(top,#313131,#313131);
	background-image:linear-gradient(to bottom,#313131,#313131);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313131', endColorstr='#ff313131', GradientType=0);
	border-color:#313131 #313131 #0b0b0b;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#313131;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.reply a:hover:hover, .reply a:hover:focus, .reply a:hover:active, .reply a:hover.active, .reply a:hover.disabled, .reply a:hover[disabled] {
	color:#fff;
	background-color:#313131;
	*background-color:#242424;
}
.reply a:hover:active, .reply a:hover.active { background-color:#181818 \9; }
.comment-list ul.children { margin-left:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
.nocomments {
	margin-bottom:0;
	padding:35px 45px 0;
	background-color:#fff;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .nocomments { padding:20px 30px 0; }
@media (max-width: 1200px) {
	.nocomments { padding:20px 30px 0; }
}
#respond {
	background-color:#fff;
	padding:20px 45px 20px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 #respond { padding:20px 30px; }
@media (max-width: 1200px) {
	#respond { padding:20px 30px; }
}
#respond h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
	margin-bottom:30px;
}
#commentform { margin-bottom:0; }
#commentform p { overflow:hidden; }
#commentform p.field {
	overflow:visible;
	margin-bottom:10px;
}
#commentform input[type="text"] {
	width:100%;
	height:40px;
	padding:8px 13px;
	border-color:#eeeeee !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:1px 1px 1px #ececec !important;
	-moz-box-shadow:1px 1px 1px #ececec !important;
	box-shadow:1px 1px 1px #ececec !important;
}
#commentform textarea {
	padding:8px 13px;
	margin-bottom:15px;
	width:100%;
	max-width:100%;
	min-width:100%;
	border-color:#eeeeee !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:1px 1px 1px #ececec !important;
	-moz-box-shadow:1px 1px 1px #ececec !important;
	box-shadow:1px 1px 1px #ececec !important;
}
.ie8 .single #commentform textarea {
	width:532px;
	max-width:532px;
	min-width:532px;
}
.ie8 .single-portfolio #commentform textarea {
	width:482px;
	max-width:482px;
	min-width:482px;
}
#commentform input[type="submit"] { float:right; }
.widget {
	background-color:#fff;
	padding:35px 45px;
	margin-bottom:30px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .widget {
	margin-bottom:20px;
	padding:20px 30px;
}
@media (max-width: 1200px) {
	.widget {
		margin-bottom:20px;
		padding:20px 30px;
	}
}
.widget h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
	margin-bottom:25px;
}
.widget ul { margin-left:0; }
.widget ul li {
	list-style-type:none;
	font-size:13px;
	font-family:'Adamina', serif;
	text-transform:uppercase;
	margin-bottom:8px;
}
.widget ul li:before {
	content:'';
	width:6px;
	height:7px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/arrow6.gif);
	display:inline-block;
	vertical-align:top;
	margin:8px 7px 0 0;
}
.widget ul li:hover:before { background-position:-6px 0; }
.widget ul ul { margin:8px 0 0 14px; }
.widget-header {
	float:left;
	width:370px;
	height:510px;
	background-color:#fff;
	position:relative;
	z-index:2;
	margin-bottom:40px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .widget-header {
	width:300px;
	height:408px;
}
@media (max-width: 1200px) {
	.widget-header {
		width:300px;
		height:408px;
	}
}
@media (max-width: 979px) {
	.widget-header {
		width:100%;
		height:auto;
		padding-bottom:22px;
	}
}
.widget-header .inner { padding:32px 41px 0 38px; }
.ie8 .widget-header .inner { padding:5px 30px 0 30px; }
@media (max-width: 1200px) {
	.widget-header .inner { padding:5px 30px 0 30px; }
}
.widget-header .inner .btn-primary { border-radius:3px; }
.widget-header h3 {
	font-size:28px;
	line-height:1.2em;
	text-transform:lowercase;
	border-bottom:1px solid #cecece;
	padding-bottom:25px;
	margin-bottom:21px;
}
.ie8 .widget-header h3 { padding-bottom:15px; }
@media (max-width: 1200px) {
	.widget-header h3 { padding-bottom:15px; }
}
#wp-calendar td#today {
	font-weight:bold;
	color:#a82743;
}
#wp-calendar caption { color:#6d6565; }
#wp-calendar thead th { color:#a82743; }
.social_li {
	margin-bottom:0 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	text-transform:none !important;
}
.social_li:before { display:none !important; }
.banners {
	background-color:#fff;
	padding:20px 45px;
	margin-bottom:30px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .banners {
	margin-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}
@media (max-width: 1200px) {
	.banners {
		margin-bottom:20px;
		padding-left:30px;
		padding-right:30px;
	}
}
.banners_img { width:137px; }
.ie8 .banners_img { width:117px; }
@media (max-width: 1200px) {
	.banners_img { width:117px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banners_img {
		max-width:168px;
		width:auto;
	}
}
@media (max-width: 767px) {
	.banners_img { width:137px; }
}
.comments-custom li {
	margin:0 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	text-transform:none !important;
}
.comments-custom li:before { display:none !important; }
.comments-custom_txt {
	padding:0;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.comments-custom .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.comments-custom .meta_format { color:#a82743; }
.flickr_li { margin-bottom:0 !important; }
.flickr_li:before { display:none !important; }
.flickr_li .thumbnail:focus, .flickr_li .thumbnail:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.no-thumbnail .post-list .featured-thumbnail { display:none; }
.news .post-list {
	margin:0 0 0 -30px;
	padding-top:24px;
	overflow:hidden;
}
.ie8 .news .post-list { margin-left:-20px; }
@media (max-width: 1200px) {
	.news .post-list { margin-left:-20px; }
}
@media (max-width: 767px) {
	.news .post-list { margin-left:0; }
}
.news .post-list li {
	float:left;
	width:332px;
	margin-left:30px;
	padding:0 38px 0 0;
	line-height:20px;
}
.ie8 .news .post-list li {
	width:300px;
	padding-right:0;
	margin-left:20px;
}
@media (max-width: 1200px) {
	.news .post-list li {
		width:300px;
		padding-right:0;
		margin-left:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.news .post-list li { width:228px; }
}
@media (max-width: 767px) {
	.news .post-list li {
		width:100%;
		margin:0 0 20px 0;
	}
}
.news .post-list li:hover time { background-color:#a82743; }
.news .post-list time {
	min-width:75px;
	min-height:95px;
	float:left;
	background-color:#5c323e;
	text-align:center;
	text-transform:lowercase;
	font-size:18px;
	font-family:'Adamina', serif;
	color:#fff;
	padding:0 10px;
	margin:0 20px 0 0;
	-webkit-border-radius:95px;
	-moz-border-radius:95px;
	border-radius:95px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.news .post-list time { margin:0 15px 0 0; }
}
@media (max-width: 360px) {
	.news .post-list time { margin-bottom:10px; }
}
.news .post-list time b {
	display:block;
	font-size:35px;
	font-weight:normal;
	line-height:1.2em;
	padding:13px 0 0 0;
	margin-bottom:-3px;
}
.news .post-list h4 {
	font-size:19px;
	line-height:1.2em;
	margin:6px 0 10px 0;
}
.ie8 .news .post-list h4 { font-size:16px; }
@media (max-width: 1200px) {
	.news .post-list h4 { font-size:16px; }
}
.news .post-list h4 a { color:#2b2b2b; }
.news .post-list .excerpt {
	display:inline;
	margin-bottom:0;
	color:#6d6565;
	font-family:'Adamina', serif;
	font-size:14px;
	text-transform:lowercase;
}
.news .post-list .btn {
	width:6px;
	height:7px;
	overflow:hidden;
	border:none;
	padding:0;
	margin:-2px 0 0 5px;
	font-size:0;
	line-height:0;
	background:url(images/arrow4.gif) no-repeat 0 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	transition:0s;
}
.news .post-list .btn:hover {
	background-position:-6px 0;
	background-color:transparent !important;
}
.works .post-list { margin-bottom:21px; }
@media (min-width: 768px) and (max-width: 979px) {
	.works .post-list {
		border-bottom:1px solid #dfdfdf;
		overflow:hidden;
		padding-bottom:26px;
	}
}
.works .post-list li {
	padding:26px 0;
	border-bottom:1px solid #dfdfdf !important;
}
.ie8 .works .post-list li { padding:10px 0; }
@media (max-width: 1200px) {
	.works .post-list li { padding:10px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.works .post-list li {
		border:none !important;
		width:48%;
		float:left;
		padding:0;
		margin-right:2%;
	}
}
.works .post-list li:first-child { padding-top:0; }
.works .post-list .featured-thumbnail { margin:0 18px 0 0; }
.ie8 .works .post-list .featured-thumbnail { width:100px; }
@media (max-width: 1200px) {
	.works .post-list .featured-thumbnail { width:100px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.works .post-list .featured-thumbnail { width:auto; }
}
.works .post-list .featured-thumbnail img {
	-webkit-border-radius:110px;
	-moz-border-radius:110px;
	border-radius:110px;
}
.ie8 .works .post-list .featured-thumbnail img {
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}
@media (max-width: 1200px) {
	.works .post-list .featured-thumbnail img {
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		border-radius:100px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.works .post-list .featured-thumbnail img {
		-webkit-border-radius:110px;
		-moz-border-radius:110px;
		border-radius:110px;
	}
}
.works .post-list h4 { margin:9px 0 4px 0; }
.ie8 .works .post-list h4 { margin-top:0; }
@media (max-width: 1200px) {
	.works .post-list h4 { margin-top:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.works .post-list h4 { margin-top:9px; }
}
.works .post-list .excerpt {
	color:#5e5e5e;
	font-family:'Adamina', serif;
	line-height:20px;
	text-transform:lowercase;
	margin-bottom:10px;
}
.works .post-list .btn {
	background:none;
	border:none;
	padding:0;
	font-size:14px;
	font-family:'Adamina', serif;
	text-transform:lowercase;
	text-shadow:none;
	color:#a82743;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.works .post-list .btn:after {
	content:'';
	background-repeat:no-repeat;
	background-position:right 0;
	background-image:url(images/arrow3.gif);
	width:4px;
	height:7px;
	margin:9px 0 0 9px;
	display:inline-block;
	vertical-align:top;
}
.works .post-list .btn:hover {
	color:#373737;
	background:none !important;
}
.works .post-list .btn:hover:after { background-position:right -7px; }
.post-list_h {
	font-size:18px;
	line-height:1.2em;
}
.post-list_h a {
	color:#e15e32;
	font-size:18px;
	border:none;
	text-transform:none;
}
.widget .post-list li {
	text-transform:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
}
.widget .post-list li:before { display:none !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list time { font-size:12px; }
}
.link_show_all {
	font-size:14px;
	font-family:'Adamina', serif;
	text-transform:lowercase;
	text-shadow:none;
	border:none;
	padding:0 16px;
	height:42px;
	line-height:42px;
	background:url(images/btn-tail.gif) repeat-x 0 0 !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.link_show_all:hover { text-decoration:underline; }
.banner-wrap {
	margin:0;
	background-color:#fff;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
@media (max-width: 767px) {
	.banner-wrap {
		margin-bottom:20px;
		padding-top:20px;
	}
}
@media (max-width: 360px) {
	.banner-wrap { padding-top:0; }
}
.banner-wrap .featured-thumbnail { margin:0; }
.banner-wrap .featured-thumbnail a {
	border:none;
	float:none;
}
.banner-wrap .desc { padding:33px 51px 35px 49px; }
.ie8 .banner-wrap .desc {
	padding-left:30px;
	padding-right:30px;
}
@media (max-width: 1200px) {
	.banner-wrap .desc {
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 979px) {
	.banner-wrap .desc { padding:20px; }
}
.banner-wrap h5 {
	margin:0 0 21px 0;
	padding:0 0 17px 0;
	color:#353535;
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #ededed;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 { font-size:16px; }
}
.banner-wrap p {
	margin-bottom:24px;
	padding:0 0 0 16px;
}
.ie8 .banner-wrap p { padding-left:5px; }
@media (max-width: 1200px) {
	.banner-wrap p { padding-left:5px; }
}
.banner-wrap .link-align { text-align:center; }
.posts-grid { margin:0; }
.posts-grid.team li {
	background-color:#5c323e;
	margin-bottom:30px;
	overflow:hidden;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .posts-grid.team li { margin-bottom:20px; }
@media (max-width: 1200px) {
	.posts-grid.team li { margin-bottom:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.team li {
		padding:29px 29px 20px;
		text-align:center;
	}
}
@media (max-width: 767px) {
	.posts-grid.team li { padding:20px; }
}
.posts-grid.team .clear { clear:none; }
.posts-grid.team .featured-thumbnail {
	float:left;
	margin:0 30px 0 0;
}
.ie8 .posts-grid.team .featured-thumbnail {
	width:150px;
	margin-right:20px;
}
@media (max-width: 1200px) {
	.posts-grid.team .featured-thumbnail {
		width:150px;
		margin-right:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.team .featured-thumbnail {
		float:none;
		width:auto;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
@media (max-width: 767px) {
	.posts-grid.team .featured-thumbnail { width:auto; }
}
@media (max-width: 480px) {
	.posts-grid.team .featured-thumbnail {
		width:90px;
		margin-right:15px;
	}
}
.posts-grid.team .featured-thumbnail a { float:none; }
.posts-grid.team h5 {
	font-size:19px;
	line-height:1.2em;
	padding:32px 0 0 0;
	margin:0 0 10px 0;
}
.ie8 .posts-grid.team h5 {
	padding-top:15px;
	font-size:16px;
}
@media (max-width: 1200px) {
	.posts-grid.team h5 {
		padding-top:15px;
		font-size:16px;
	}
}
@media (max-width: 480px) {
	.posts-grid.team h5 { padding-top:0; }
}
.posts-grid.team h5 a { color:#FFF; }
.posts-grid.team .excerpt {
	font-size:14px;
	font-family:'Adamina', serif;
	line-height:20px;
	text-transform:lowercase;
	color:#FFF;
	padding-right:23px;
}
.ie8 .posts-grid.team .excerpt { margin-bottom:5px; }
@media (max-width: 1200px) {
	.posts-grid.team .excerpt { margin-bottom:5px; }
}
@media (max-width: 979px) {
	.posts-grid.team .excerpt { padding-right:0; }
}
.posts-grid.team .btn {
	padding:0;
	background:none;
	border:none;
	color:#ffed97;
	font-size:14px;
	font-family:'Adamina', serif;
	text-shadow:none;
	float:right;
	margin-right:22px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 979px) {
	.posts-grid.team .btn { margin-right:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.team .btn { float:none; }
}
.posts-grid.team .btn:before {
	content:'';
	width:6px;
	height:7px;
	background-image:url(images/arrow5.gif);
	display:inline-block;
	vertical-align:top;
	margin:8px 5px 0 0;
}
.posts-grid.team .btn:hover {
	color:#FFF;
	background:none !important;
}
.posts-grid.team .btn:hover:before { background-position:-6px 0; }
.posts-grid li { margin-bottom:25px; }
.posts-grid li .featured-thumbnail { margin:0; }
.posts-grid li .featured-thumbnail img { width:100%; }
.footer {
	background:#dbdbd2;
	border:none;
	padding:40px 0 0 0;
}
@media (max-width: 767px) {
	.footer { padding:20px 20px 0; }
}
.footer-widgets { padding:0 0 52px 0; }
.footer-widgets address {
	border-left:4px solid #c1c1b2;
	padding:30px 0 0 97px;
	min-height:113px;
	background:url(images/address-bg.png) no-repeat 0 13px;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.footer-widgets address { margin-left:14px; }
}
.footer-widgets address p {
	color:#6d6565;
	line-height:20px;
}
.footer-widgets address a {
	color:#a82743;
	text-decoration:underline;
}
.footer-widgets address a:hover {
	text-decoration:none;
	color:#6d6565;
}
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a:hover {
	color:#8c8c8c;
	text-decoration:underline;
}
.copyright {
	padding:27px 0;
	border-top:5px solid #c1c1b2;
	font-family:'Adamina', serif;
	font-size:15px;
	color:#8c8c8c;
}
.copyright a { color:#a82743; }
@media (max-width: 767px) {
	.footer-text { margin-bottom:0; }
}
.footer-text .bull { color:#a82743; }
.wpcf7-form p.field input {
	padding:8px 13px !important;
	height:40px;
	line-height:21px;
}
.wpcf7-form textarea { padding:8px 13px; }
.wpcf7-form .ajax-loader { margin-top:11px; }
.wpcf7-not-valid-tip { padding:8px 0 8px 13px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-left:8px !important; }
}
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 {
	color:#a6a6a6;
	padding:8px 13px;
	border-color:#d8d8d8 !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:1px 1px 1px #d8d8d8 !important;
	-moz-box-shadow:1px 1px 1px #d8d8d8 !important;
	box-shadow:1px 1px 1px #d8d8d8 !important;
}
input[type="submit"], input[type="reset"] {
	height:41px;
	font-size:16px;
	padding:0 25px;
	line-height:1.2em;
}
input#adminbar-search {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.custom-box {
	color:#d4cece;
	background:#6d6565;
	padding:61px 33px 30px 44px;
	-webkit-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	-moz-box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
	box-shadow:4px 4px 3px 0px rgba(0,0,0,0.035);
}
.ie8 .custom-box {
	padding-top:30px;
	padding-bottom:28px;
}
@media (max-width: 1200px) {
	.custom-box { padding-top:32px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box { padding:26px 25px; }
}
.custom-box h2 {
	font-size:28px;
	line-height:1.2em;
	color:#fff;
	margin:0 0 11px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box h2 { font-size:20px; }
}
.custom-box h5 {
	font-size:18px;
	line-height:1.2em;
	color:inherit;
	margin:0 0 32px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box h5 { font-size:16px; }
}
.custom-box .btn-link {
	color:#fff;
	font-family:'Adamina', serif;
	padding:0;
	text-shadow:none;
}
.custom-box .btn-link:before {
	content:'';
	width:6px;
	height:7px;
	background-repeat:no-repeat;
	background-position:0 -175px;
	background-image:url(images/arrow6.png);
	display:inline-block;
	vertical-align:top;
	margin:4px 7px 0 0;
}
.custom-box .btn-link:hover {
	text-decoration:none;
	color:#ffed97;
}
.custom-box .btn-link:hover:before { background-position:0 0; }
.custom-box .btn-link.btn-large {
	font-size:13px;
	line-height:1.2em;
	text-transform:uppercase;
}
.custom-box p { margin-bottom:0; }
.custom-box .sm_hr {
	height:1px;
	background-image:none;
	background-color:#4a4a4a;
	margin:17px 0 40px -6px;
}
.ie8 .custom-box .sm_hr { margin-bottom:23px; }
@media (max-width: 1200px) {
	.custom-box .sm_hr { margin-bottom:23px; }
}
.btn-primary {
	font-family:'Adamina', serif;
	text-transform:lowercase;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#fff;
	text-shadow:none;
	background-color:#6d6565;
	background-image:-moz-linear-gradient(top,#6d6565,#6d6565);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#6d6565),to(#6d6565));
	background-image:-webkit-linear-gradient(top,#6d6565,#6d6565);
	background-image:-o-linear-gradient(top,#6d6565,#6d6565);
	background-image:linear-gradient(to bottom,#6d6565,#6d6565);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6565', endColorstr='#ff6d6565', GradientType=0);
	border-color:#6d6565 #6d6565 #454040;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#6d6565;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#6d6565;
	*background-color:#605959;
}
.btn-primary:active, .btn-primary.active { background-color:#534c4c \9; }
.btn-primary.btn-large {
	padding:8px 25px 11px;
	font-size:16px;
	line-height:1.2em;
}
.btn-primary:hover {
	color:#fff;
	text-shadow:none;
	background-color:#a82743;
	background-image:-moz-linear-gradient(top,#a82743,#a82743);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#a82743),to(#a82743));
	background-image:-webkit-linear-gradient(top,#a82743,#a82743);
	background-image:-o-linear-gradient(top,#a82743,#a82743);
	background-image:linear-gradient(to bottom,#a82743,#a82743);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa82743', endColorstr='#ffa82743', GradientType=0);
	border-color:#a82743 #a82743 #6a192a;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#a82743;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:hover.disabled, .btn-primary:hover[disabled] {
	color:#fff;
	background-color:#a82743;
	*background-color:#93223b;
}
.btn-primary:hover:active, .btn-primary:hover.active { background-color:#7f1d32 \9; }
.hr {
	margin:27px 0;
	height:2px;
	background:url(images/hr.gif) repeat-x 0 0;
}
.home .hr { margin-top:14px; }
.sm_hr {
	height:2px;
	background:url(images/hr.gif) repeat-x 0 0;
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#back-top a { width:34px; }
#back-top a:hover span {
	background-color:transparent;
	background-position:0 0;
}
#back-top span {
	width:34px;
	height:34px;
	background:url(images/up-arrow.png) no-repeat -41px 0;
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	transition:0s;
}
@-moz-document url-prefix() {
	.custom-box { padding:61px 33px 27px 44px; }
	@media (max-width: 1200px) {
		.custom-box { padding-top:31px; }
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.custom-box { padding:26px 25px; }
	}
}
.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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
