@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,900,400italic);
body {
	background-repeat:no-repeat;
	background-position:50% 0;
	background-attachment:fixed;
	background-image:url(images/body-bg.jpg);
}
@media (max-width: 767px) {
	body { padding:0 10px !important; }
}
h2 { margin-bottom:15px; }
h5 { margin:0 0 6px 0; }
.main-holder { padding:40px 0 39px 0; }
.ie8 .main-holder { padding:30px 0 29px 0; }
@media (max-width: 1200px) {
	.main-holder { padding:30px 0 29px 0; }
}
.header {
	border:none;
	background-color:transparent;
	padding:0;
	margin-bottom:30px;
}
.ie8 .header { margin-bottom:20px; }
@media (max-width: 1200px) {
	.header { margin-bottom:20px; }
}
.header .container {
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	.header .container {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
}
.search-form form { margin-bottom:0; }
.logo { padding-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width:88%;
		padding-left:20px;
	}
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
		padding-left:0;
	}
}
.logo_h__txt {
	font-weight:900 !important;
	padding-top:32px;
	text-transform:uppercase;
}
.logo_h__img {
	padding-top:41px;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.logo_h__img { padding:25px 0; }
}
.logo_h__img img { vertical-align:top; }
.logo_link { font-weight:900 !important; }
.logo_link:hover, .logo_link:focus {
	text-decoration:none;
	color:#444444;
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:-1px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:auto;
	right:100%;
	margin-right:1px;
}
.sf-menu a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu > li {
	background-color:transparent;
	border-left:1px solid #e0e0e0;
}
.sf-menu > li[class^="icon-"]:before, .sf-menu > li[class*=" icon-"]:before { display:none; }
.sf-menu > li > a {
	padding:68px 0 24px 0;
	border:none;
	color:#828282;
	font-weight:900 !important;
	width:144px;
}
.sf-menu > li > a[class^="icon-"]:before, .sf-menu > li > a[class*=" icon-"]:before {
	position:absolute;
	top:31px;
	left:0;
	right:0;
	text-align:center;
	font-size:38px;
	font-family:FontAwesome;
	color:#828282;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a[class^="icon-"]:before, .sf-menu > li > a[class*=" icon-"]:before { font-size:30px; }
}
.ie8 .sf-menu > li > a { width:110px; }
@media (max-width: 1200px) {
	.sf-menu > li > a { width:110px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { width:85px; }
}
.sf-menu > li > a .top, .sf-menu > li > a .bot {
	width:146px;
	position:absolute;
	left:-1px;
	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 > a .top, .ie8 .sf-menu > li > a .bot {
	filter:none !important;
	display:none;
}
.ie8 .sf-menu > li > a .top, .ie8 .sf-menu > li > a .bot { width:112px; }
@media (max-width: 1200px) {
	.sf-menu > li > a .top, .sf-menu > li > a .bot { width:112px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a .top, .sf-menu > li > a .bot { width:87px; }
}
.sf-menu > li > a .top {
	top:-20px;
	border-top:6px solid #e66057;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/nav-arrow.png);
	height:7px;
}
.sf-menu > li > a .bot {
	bottom:-20px;
	height:6px;
	background-color:#e66057;
}
.sf-menu li ul {
	width:146px;
	background-color:#e66057;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.sf-menu li li {
	background-color:transparent;
	border-top:1px solid rgba(255,255,255,0.1);
	padding:1px 0;
}
.no-rgba .sf-menu li li { border-color:#e97068; }
.sf-menu li li:first-child { border-top:none; }
.sf-menu li li a {
	padding:5px 0;
	border:none;
	color:#fff;
	font-family:Lato;
	font-size:13px;
}
.sf-menu li li ul {
	-webkit-border-radius:4px 0 4px 4px;
	-moz-border-radius:4px 0 4px 4px;
	border-radius:4px 0 4px 4px;
}
.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:#e66057;
}
.sf-menu > li > a:hover[class^="icon-"]:before, .sf-menu > li > a:hover[class*=" icon-"]:before, .sf-menu > li.sfHover > a[class^="icon-"]:before, .sf-menu > li.sfHover > a[class*=" icon-"]:before, .sf-menu > li.current-menu-item > a[class^="icon-"]:before, .sf-menu > li.current-menu-item > a[class*=" icon-"]:before, .sf-menu > li.current_page_item > a[class^="icon-"]:before, .sf-menu > li.current_page_item > a[class*=" icon-"]:before { color:#e66057; }
.sf-menu > li > a:hover .top, .sf-menu > li > a:hover .bot, .sf-menu > li.sfHover > a .top, .sf-menu > li.sfHover > a .bot, .sf-menu > li.current-menu-item > a .top, .sf-menu > li.current-menu-item > a .bot, .sf-menu > li.current_page_item > a .top, .sf-menu > li.current_page_item > a .bot {
	opacity:1;
	filter:alpha(opacity=100);
}
.ie8 .sf-menu > li > a:hover .top, .ie8 .sf-menu > li > a:hover .bot, .ie8 .sf-menu > li.sfHover > a .top, .ie8 .sf-menu > li.sfHover > a .bot, .ie8 .sf-menu > li.current-menu-item > a .top, .ie8 .sf-menu > li.current-menu-item > a .bot, .ie8 .sf-menu > li.current_page_item > a .top, .ie8 .sf-menu > li.current_page_item > a .bot {
	filter:none !important;
	display:block;
}
.sf-menu > li > a:hover .top, .sf-menu > li.sfHover > a .top, .sf-menu > li.current-menu-item > a .top, .sf-menu > li.current_page_item > a .top { top:-6px; }
.sf-menu > li > a:hover .bot, .sf-menu > li.sfHover > a .bot, .sf-menu > li.current-menu-item > a .bot, .sf-menu > li.current_page_item > a .bot { bottom:-6px; }
.sf-menu > li.sfHover > a .bot {
	opacity:0;
	filter:alpha(opacity=0);
}
.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:rgba(255,255,255,0.1); }
.no-rgba .sf-menu li li > a:hover, .no-rgba .sf-menu li li.sfHover > a, .no-rgba .sf-menu li li.current-menu-item > a, .no-rgba .sf-menu li li.current_page_item > a { background-color:#e97068; }
.select-menu:focus { background-color:#e4e4e4; }
#slider-wrapper { overflow:visible; }
.slider-box { margin-bottom:30px; }
.ie8 .slider-box { margin-bottom:20px; }
@media (max-width: 1200px) {
	.slider-box { margin-bottom:20px; }
}
@media (max-width: 767px) {
	.slider-box { *zoom:1; }
	.slider-box:before, .slider-box:after {
		display:table;
		content:"";
		line-height:0;
	}
	.slider-box:after { clear:both; }
}
@media (max-width: 480px) {
	.slider-box { display:none; }
}
.camera_wrap {
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.camera_wrap a.btn-primary {
	font-weight:bold;
	color:#fff;
	text-shadow:none;
	background-color:#e66057;
	background-image:-moz-linear-gradient(top,#e66057,#e66057);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e66057),to(#e66057));
	background-image:-webkit-linear-gradient(top,#e66057,#e66057);
	background-image:-o-linear-gradient(top,#e66057,#e66057);
	background-image:linear-gradient(to bottom,#e66057,#e66057);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66057', endColorstr='#ffe66057', GradientType=0);
	border-color:#e66057 #e66057 #d12a1f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e66057;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.camera_wrap a.btn-primary:hover, .camera_wrap a.btn-primary:focus, .camera_wrap a.btn-primary:active, .camera_wrap a.btn-primary.active, .camera_wrap a.btn-primary.disabled, .camera_wrap a.btn-primary[disabled] {
	color:#fff;
	background-color:#e66057;
	*background-color:#e34b41;
}
.camera_wrap a.btn-primary:active, .camera_wrap a.btn-primary.active { background-color:#df362b \9; }
.camera_wrap a.btn-primary.btn-large {
	padding-left:40px;
	padding-right:40px;
}
@media (max-width: 767px) {
	.camera_wrap a.btn-primary.btn-large {
		font-size:13px;
		padding:6px 15px 7px;
	}
}
.cameraSlide img {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.camera_caption {
	color:#444444;
	width:330px;
	right:0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption { width:240px; }
}
@media (max-width: 767px) {
	.camera_caption { width:50%; }
}
.camera_caption > div {
	padding:0 64px 102px 0;
	background-color:transparent;
}
.ie8 .camera_caption > div { padding-bottom:50px; }
@media (max-width: 1200px) {
	.camera_caption > div { padding-bottom:50px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption > div {
		padding-right:40px;
		padding-bottom:30px;
	}
}
@media (max-width: 767px) {
	.camera_caption > div {
		padding-right:20px;
		padding-bottom:8%;
	}
}
.camera_caption h2 {
	color:inherit;
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #dee0df;
	padding-bottom:20px;
	margin:0 0 23px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 {
		font-size:18px;
		padding-bottom:15px;
		margin-bottom:18px;
	}
}
@media (max-width: 767px) {
	.camera_caption h2 {
		font-size:18px;
		padding-bottom:10px;
		margin-bottom:13px;
	}
}
.camera_caption h2 strong {
	display:block;
	font-size:36px;
	line-height:1.2em;
	margin-top:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 strong { font-size:24px; }
}
@media (max-width: 767px) {
	.camera_caption h2 strong { font-size:24px; }
}
.camera_caption p {
	font-size:15px;
	line-height:25px;
	margin-bottom:31px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption p {
		font-size:13px;
		line-height:20px;
		margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	.camera_caption p {
		font-size:13px;
		line-height:20px;
		margin-bottom:15px;
	}
}
.camera_prev, .camera_next, .camera_commands {
	margin-top:0;
	top:auto;
	bottom:20px;
}
.camera_thumbs_cont { background-color:transparent; }
.content-holder { padding-bottom:30px; }
.ie8 .content-holder { padding-bottom:20px; }
@media (max-width: 1200px) {
	.content-holder { padding-bottom:20px; }
}
#content { padding:0; }
.error404-holder {
	padding-top:30px !important;
	padding-bottom:100px !important;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	.error404-holder { padding-bottom:50px !important; }
}
.error404-holder_num { color:#e66057; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder_num { font-size:220px; }
}
.error404-holder .hgroup_404, .error404-holder h4, .error404-holder p, .error404-holder .search-form { padding-right:30px; }
.ie8 .error404-holder .hgroup_404, .ie8 .error404-holder h4, .ie8 .error404-holder p, .ie8 .error404-holder .search-form { padding-right:20px; }
@media (max-width: 1200px) {
	.error404-holder .hgroup_404, .error404-holder h4, .error404-holder p, .error404-holder .search-form { padding-right:20px; }
}
@media (max-width: 767px) {
	.error404-holder .hgroup_404, .error404-holder h4, .error404-holder p, .error404-holder .search-form {
		padding-left:20px;
		padding-right:20px;
	}
}
.title-section {
	padding:24px 30px 31px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .title-section {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.title-section {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.title-header {
	margin-bottom:18px;
	font-size:24px;
	font-weight:bold;
	line-height:1.2em;
}
.breadcrumb__t {
	background-color:#eaeae7;
	padding:4px 11px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t li.active { color:#e66057; }
.breadcrumb__t li.divider { margin:0 3px; }
.breadcrumb__t li.divider:after {
	color:#999999;
	font:14px/25px Lato;
}
.breadcrumb__t li a { color:#999999; }
.post_wrapper {
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.post__holder {
	margin-bottom:30px;
	padding:36px 30px 40px;
}
.ie8 .post__holder {
	margin-bottom:20px !important;
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.post__holder {
		margin-bottom:20px !important;
		padding-left:20px;
		padding-right:20px;
	}
}
.single .post__holder {
	padding-top:25px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .post__holder { padding-top:15px; }
@media (max-width: 1200px) {
	.single .post__holder { padding-top:15px; }
}
.post__holder.team-holder { width:auto; }
.post-title { margin:0 0 19px 0; }
.post-title a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover, .post-title a:focus { text-decoration:none; }
.post .btn-primary {
	font-size:12px;
	padding:3px 19px;
}
.post_meta {
	margin-bottom:0;
	padding:.7em 0 !important;
	border-color:#eaeae7;
	font-size:14px;
}
.post_meta i { color:#e66057; }
.post_meta>div.post_meta_unite {
	padding-top:.7em;
	margin-top:.7em;
	border-color:#eaeae7;
}
.post_meta a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post_meta a:hover, .post_meta a:focus { color:#444444; }
.pagination__posts ul {
	vertical-align:top;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.pagination__posts ul li { vertical-align:top; }
.pagination__posts ul li a {
	border:none !important;
	border-left:1px solid #eaeae7 !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus {
	color:#fff;
	background-color:#e66057;
	border-color:#e66057 !important;
}
.pagination__posts ul li:first-child a { border-left:none !important; }
.pagination__posts ul .active a {
	color:#fff;
	background-color:#e66057;
	border-color:#e66057 !important;
}
.share-buttons {
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
	overflow:hidden;
	width:auto;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .share-buttons {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.share-buttons {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.share-buttons span, .share-buttons li { line-height:17px; }
.post-author {
	border:none;
	padding:10px 30px 20px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .post-author {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.post-author {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.post-author__page { padding-bottom:27px; }
.post-author_h {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:20px;
}
.post-author_h small {
	font-size:inherit;
	font-weight:inherit;
	text-transform:capitalize;
}
.post-author_h a {
	text-transform:capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-author_h a:hover, .post-author_h a:focus { text-decoration:none; }
.post-author_link a {
	text-transform:capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-author_link a:hover, .post-author_link a:focus { color:#444444; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background-color:transparent;
}
#recent-author-posts { margin-bottom:30px; }
#recent-author-posts h3 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin:0 0 30px 0;
	padding:15px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 #recent-author-posts h3 {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	#recent-author-posts h3 {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
#recent-author-posts .post__holder {
	margin:30px 0 0 0;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 #recent-author-posts .post__holder { margin-top:20px; }
@media (max-width: 1200px) {
	#recent-author-posts .post__holder { margin-top:20px; }
}
#recent-author-posts .post__holder:first-child { margin-top:0; }
#recent-author-comments {
	padding:10px 30px 20px;
	margin-top:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 #recent-author-comments {
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
}
@media (max-width: 1200px) {
	#recent-author-comments {
		padding-left:20px;
		padding-right:20px;
		margin-top:20px;
	}
}
#recent-author-comments h3 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:20px;
}
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	border-top:1px solid #e5e5e5;
	padding:8px 0;
	font-size:12px;
	line-height:1.2em;
}
#recent-author-comments ul li:before {
	content:'\f101';
	font-size:14px;
	font-family:FontAwesome;
	color:#e66057;
	margin-right:11px;
}
#recent-author-comments ul li:first-child {
	border-top:none;
	padding-top:0;
}
#recent-author-comments ul li a {
	color:#626262;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#recent-author-comments ul li a:hover, #recent-author-comments ul li a:focus {
	color:#e66057;
	text-decoration:none;
}
.related-posts {
	margin-bottom:30px;
	padding:10px 30px 20px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .related-posts {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.related-posts {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.related-posts_h {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:20px;
}
.related-posts_item {
	font-size:14px;
	line-height:25px;
}
.faq-list {
	padding:20px 30px;
	margin:0 !important;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .faq-list {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.faq-list {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.page-template-page-archives-php .post-content {
	padding:20px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .page-template-page-archives-php .post-content {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.page-template-page-archives-php .post-content {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.testimonial {
	border:none;
	margin-bottom:30px;
	font-size:16px;
	font-family:Lato;
	line-height:25px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .testimonial {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.testimonial {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.testimonial_bq p { line-height:25px; }
.testimonial small {
	font-family:Lato;
	font-size:12px;
}
.testimonial small .user {
	color:#444444;
	text-transform:uppercase;
	font-weight:bold;
}
.page-header {
	border:none;
	margin:0 0 30px 0;
	padding:15px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .page-header {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.page-header {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.page-header h1 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin:0;
}
.single-pager {
	border:none;
	padding:15px 30px;
	margin:0 0 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single-pager {
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.single-pager {
		margin-bottom:20px;
		padding-left:20px;
		padding-right:20px;
	}
}
.single-pager a {
	font-weight:bold;
	border:none !important;
	text-transform:capitalize;
	font-size:12px;
	padding:3px 19px !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	color:#fff;
	text-shadow:none;
	background-color:#e66057;
	background-image:-moz-linear-gradient(top,#e66057,#e66057);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e66057),to(#e66057));
	background-image:-webkit-linear-gradient(top,#e66057,#e66057);
	background-image:-o-linear-gradient(top,#e66057,#e66057);
	background-image:linear-gradient(to bottom,#e66057,#e66057);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66057', endColorstr='#ffe66057', GradientType=0);
	border-color:#e66057 #e66057 #d12a1f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e66057;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.single-pager a:hover, .single-pager a:focus, .single-pager a:active, .single-pager a.active, .single-pager a.disabled, .single-pager a[disabled] {
	color:#fff;
	background-color:#e66057;
	*background-color:#e34b41;
}
.single-pager a:active, .single-pager a.active { background-color:#df362b \9; }
.single-pager a:hover, .single-pager a:focus { background:#444444 !important; }
.no-results {
	padding:20px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .no-results {
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.no-results {
		padding-left:20px;
		padding-right:20px;
	}
}
.filter-wrapper strong {
	padding:0 !important;
	margin-right:5px;
	font-weight:normal;
	display:none;
}
.nav-pills li a {
	font-size:12px;
	font-weight:bold;
	background-color:#444444;
	color:#fff;
	line-height:25px;
	padding:3px 18px !important;
	margin:0 0 0 10px !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 480px) {
	.nav-pills li a { margin:0 0 5px 0 !important; }
}
.nav-pills li a:hover, .nav-pills li a:focus { background-color:#e66057; }
.nav-pills li:first-child a { margin-left:0 !important; }
.nav-pills li.active a { background-color:#e66057 !important; }
.portfolio-wrapper { margin-bottom:30px; }
.ie8 .portfolio-wrapper { margin-bottom:20px; }
@media (max-width: 1200px) {
	.portfolio-wrapper { margin-bottom:20px; }
}
.filterable-portfolio h3 {
	font-size:14px;
	line-height:25px;
	margin-bottom:0;
}
.filterable-portfolio h3 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus { text-decoration:none; }
.filterable-portfolio .btn-primary {
	font-size:12px;
	padding:3px 18px;
}
.single .type-portfolio .featured-thumbnail.large {
	margin:0 0 30px 0;
	padding:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .type-portfolio .featured-thumbnail.large {
	padding:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.single .type-portfolio .featured-thumbnail.large {
		padding:20px;
		margin-bottom:20px;
	}
}
.single .type-portfolio .entry-content {
	padding:20px 30px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .type-portfolio .entry-content {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.single .type-portfolio .entry-content {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.single .type-portfolio .single-pager { margin-top:0; }
.single .type-portfolio .grid_gallery {
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .type-portfolio .grid_gallery {
	padding:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.single .type-portfolio .grid_gallery {
		padding:20px;
		margin-bottom:20px;
	}
}
.single .type-portfolio .grid_gallery .featured-thumbnail { margin:0 2px 2px 0 !important; }
.ie8 .single .type-portfolio .grid_gallery .featured-thumbnail { margin:0 1px 1px 0 !important; }
@media (max-width: 1200px) {
	.single .type-portfolio .grid_gallery .featured-thumbnail { margin:0 1px 1px 0 !important; }
}
.single .type-portfolio .jp-video, .single .type-portfolio .jp-audio {
	width:auto;
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .type-portfolio .jp-video, .ie8 .single .type-portfolio .jp-audio {
	padding:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.single .type-portfolio .jp-video, .single .type-portfolio .jp-audio {
		padding:20px;
		margin-bottom:20px;
	}
}
.single .type-portfolio .flexslider {
	padding:30px;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .single .type-portfolio .flexslider {
	padding:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.single .type-portfolio .flexslider {
		padding:20px;
		margin-bottom:20px;
	}
}
.single .type-portfolio .flexslider .flex-control-nav {
	bottom:-4px;
	left:0;
	text-align:center;
}
.ie8 .single .type-portfolio .flexslider .flex-control-nav { bottom:-9px; }
@media (max-width: 1200px) {
	.single .type-portfolio .flexslider .flex-control-nav { bottom:-9px; }
}
.single .type-portfolio .flexslider .flex-direction-nav .flex-next { right:35px; }
.single .type-portfolio .flexslider .flex-direction-nav .flex-prev { left:35px; }
.single .type-portfolio .flexslider .flexslider:hover .flex-next { right:35px; }
.single .type-portfolio .flexslider .flexslider:hover .flex-prev { left:35px; }
.single .portfolio-meta { border-color:#eaeae7; }
.single .portfolio-meta i { color:#e66057; }
.single .portfolio-meta-list { border-color:#eaeae7; }
.zoom-icon { background:rgba(0,0,0,0.3); }
.no-rgba .zoom-icon { background:url(images/black-opacity-30.png); }
.zoom-icon:before {
	margin:-32px 0 0 -29px;
	width:58px;
	height:64px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
}
.flex-control-paging li a, .flex-control-paging li span, .owl-theme .owl-controls a, .owl-theme .owl-controls span {
	background:#444444;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover, .flex-control-paging li span:hover, .owl-theme .owl-controls a:hover, .owl-theme .owl-controls span:hover { background:#e66057; }
.flex-control-paging li a.flex-active, .flex-control-paging li .active span, .owl-theme .owl-controls a.flex-active, .owl-theme .owl-controls .active span { background:#e66057; }
.comment-holder {
	margin-bottom:30px;
	padding:20px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .comment-holder {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.comment-holder {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
.comments-h {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
.comment .comment-body {
	margin-top:10px;
	padding:20px;
	padding-top:12px;
	border:none;
	background:#f2f2f0;
}
.comment.bypostauthor .comment-body { background:#f2f2f0; }
.comment-list ul.children { margin-left:30px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
.comment-author .author {
	width:80px;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding-top:12px;
	margin-bottom:10px;
}
.comment-author .avatar { margin-top:8px; }
.comment-meta {
	color:#e66057;
	float:left;
	padding-top:2px;
}
.reply a {
	font-weight:bold;
	text-transform:capitalize;
	font-size:12px;
	padding:3px 19px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	text-shadow:none;
	background-color:#e66057;
	background-image:-moz-linear-gradient(top,#e66057,#e66057);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e66057),to(#e66057));
	background-image:-webkit-linear-gradient(top,#e66057,#e66057);
	background-image:-o-linear-gradient(top,#e66057,#e66057);
	background-image:linear-gradient(to bottom,#e66057,#e66057);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66057', endColorstr='#ffe66057', GradientType=0);
	border-color:#e66057 #e66057 #d12a1f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e66057;
	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:#e66057;
	*background-color:#e34b41;
}
.reply a:active, .reply a.active { background-color:#df362b \9; }
.reply a:hover, .reply a:focus { background:#444444 !important; }
#respond {
	padding:10px 30px 20px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 #respond {
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	#respond {
		padding-left:20px;
		padding-right:20px;
	}
}
.comment-list #respond {
	background:none !important;
	padding:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
#respond h3 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
.nocomments {
	margin-bottom:30px;
	padding:10px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .nocomments {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	.nocomments {
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}
}
#commentform input[type="text"] { padding:2px 11px; }
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	padding-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 #commentform textarea {
	width:558px;
	max-width:558px;
	min-width:558px;
}
.widget-box {
	margin-bottom:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .widget-box {
	padding-bottom:2px;
	margin-bottom:18px;
}
@media (max-width: 1200px) {
	.widget-box {
		padding-bottom:2px;
		margin-bottom:18px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget-box {
		padding-bottom:0;
		margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	.widget-box {
		max-width:270px;
		margin:0 auto 20px;
		padding-bottom:0;
	}
}
#sidebar { padding-top:0; }
.widget {
	margin:30px 0 0;
	padding:36px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .widget {
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.widget {
		margin-top:20px;
		padding-left:20px;
		padding-right:20px;
	}
}
.widget:first-child { margin-top:0; }
.widget h3 {
	margin:0;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:19px;
}
.widget ul { margin:0; }
.widget ul li {
	list-style-type:none;
	border-top:1px solid #e5e5e5;
	padding:8px 0;
	font-size:12px;
	line-height:1.2em;
}
.widget ul li:before {
	content:'\f101';
	font-size:14px;
	font-family:FontAwesome;
	color:#e66057;
	margin-right:11px;
}
.widget ul li:first-child {
	border-top:none;
	padding-top:0;
}
.widget ul li a {
	color:#626262;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.widget ul li a:hover, .widget ul li a:focus {
	color:#e66057;
	text-decoration:none;
}
.widget ul ul {
	margin:8px 0 -8px 20px;
	padding-top:8px;
	border-top:1px solid #e5e5e5;
}
.widget .btn-primary {
	font-weight:normal;
	color:#fff;
}
.widget .btn-primary:hover, .widget .btn-primary:focus { color:#fff; }
.comments-custom li {
	font-size:14px !important;
	line-height:25px !important;
	border:none !important;
	padding:0 0 25px 0 !important;
}
.comments-custom li:before { display:none; }
.comments-custom .featured-thumbnail { border:16px solid #f2f2f0; }
.comments-custom_txt {
	padding:0;
	border:none;
	margin-top:0;
}
.comments-custom_txt a { color:#999999 !important; }
.comments-custom_txt a:hover, .comments-custom_txt a:focus { text-decoration:underline !important; }
.comments-custom .meta_format { color:#e66057; }
.post-list li {
	font-size:14px !important;
	line-height:25px !important;
	border:none !important;
	padding:0 !important;
	margin-bottom:15px;
}
.post-list li:before { display:none; }
.post-list time { color:#e66057; }
.post-list_h { margin:5px 0; }
.post-list_h a:hover, .post-list_h a:focus {
	color:#444444 !important;
	text-decoration:underline !important;
}
.ie8 .social { padding-bottom:1px; }
.social_li { padding:7px 0 !important; }
.ie8 .social_li { padding:7px 0 6px !important; }
.social_li:before { display:none; }
.social_li .tooltip { display:none !important; }
.social_link {
	filter:none !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social_link__facebook .social_ico:before { content:'\f082'; }
.social_link__twitter .social_ico:before { content:'\f081'; }
.social_link__flickr .social_ico:before { content:'\f16e'; }
.social_link__feed .social_ico:before { content:'\f09e'; }
.social_link__linkedin .social_ico:before { content:'\f08c'; }
.social_link__delicious .social_ico:before { content:'\f009'; }
.social_link__youtube .social_ico:before { content:'\f166'; }
.social_link[class*="__google"] .social_ico:before { content:'\f0d4'; }
.social_link:hover {
	color:#444444 !important;
	opacity:1;
	filter:alpha(opacity=100);
}
.social_link:hover .social_ico:before { color:inherit; }
.social_ico img { display:none; }
.social_ico:before {
	font-family:FontAwesome;
	font-size:16px;
	color:#e66057;
	margin:1px 10px 0 0;
	display:inline-block;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social__row li {
	border:none !important;
	padding:0 !important;
}
.social__list li { margin-bottom:0; }
.banners {
	padding:30px;
	padding-bottom:27px;
	text-align:center;
	margin-top:30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .banners {
	padding:20px;
	padding-bottom:17px;
	margin-top:20px;
}
@media (max-width: 1200px) {
	.banners {
		padding:20px;
		padding-bottom:17px;
		margin-top:20px;
	}
}
.banners:first-child { margin-top:0; }
.banners_li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:0;
}
.flickr_li {
	border:none !important;
	padding:0 !important;
}
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#wp-calendar td#today {
	font-weight:bold;
	color:#444444;
}
#wp-calendar caption { color:#444444; }
#wp-calendar thead th { color:#444444; }
@media (max-width: 767px) {
	.posts-grid li { overflow:hidden; }
}
@media (max-width: 480px) {
	.posts-grid li { overflow:visible; }
}
@media (max-width: 767px) {
	.posts-grid li .featured-thumbnail { margin-right:20px; }
}
@media (max-width: 480px) {
	.posts-grid li .featured-thumbnail { margin-right:0; }
}
.ie8 .posts-grid li .featured-thumbnail img {
	width:100%;
	max-width:none;
}
@media (max-width: 767px) {
	.posts-grid li .clear { clear:none; }
}
@media (max-width: 480px) {
	.posts-grid li .clear { clear:both; }
}
.posts-grid h5 { margin-top:10px; }
.posts-grid h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid h5 a:hover, .posts-grid h5 a:focus { text-decoration:none; }
.posts-grid.services li {
	background-color:#f2f2f0;
	padding-bottom:24px;
	border-bottom:2px solid #d8d8d5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:-1px 0 2px rgba(0,0,0,0.18);
	-moz-box-shadow:-1px 0 2px rgba(0,0,0,0.18);
	box-shadow:-1px 0 2px rgba(0,0,0,0.18);
}
@media (max-width: 767px) {
	.posts-grid.services li {
		padding-bottom:6px;
		padding-right:20px;
	}
}
@media (max-width: 480px) {
	.posts-grid.services li { padding:20px; }
}
.posts-grid.services li .featured-thumbnail { margin:6px 6px 10px 6px; }
@media (max-width: 767px) {
	.posts-grid.services li .featured-thumbnail {
		margin-right:20px;
		margin-bottom:0;
	}
}
@media (max-width: 480px) {
	.posts-grid.services li .featured-thumbnail {
		margin-left:0;
		margin-right:0;
		margin-top:0;
	}
}
.posts-grid.services li h5, .posts-grid.services li p, .posts-grid.services li .btn-primary { margin:0 20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.services li h5, .posts-grid.services li p, .posts-grid.services li .btn-primary { margin:0 15px; }
}
@media (max-width: 767px) {
	.posts-grid.services li h5, .posts-grid.services li p, .posts-grid.services li .btn-primary { margin:0; }
}
.posts-grid.services li h5 {
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:8px;
	margin-top:5px;
}
.posts-grid.services li p {
	color:#bdbdbd;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	margin-bottom:18px;
}
.posts-grid.services li .btn-primary {
	font-size:12px;
	padding:3px 19px;
}
.carousel-wrap {
	padding:38px 30px 25px 30px;
	margin-bottom:30px;
	overflow:hidden;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .carousel-wrap {
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.carousel-wrap {
		margin-bottom:20px;
		padding-left:20px;
		padding-right:20px;
	}
}
.carousel-wrap > h2 { margin:0 0 16px 0; }
.es-carousel {
	padding:3px 3px 5px 3px;
	margin:0 -3px;
}
.es-carousel_li {
	background-color:#f2f2f0;
	overflow:hidden !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:-1px 0 2px rgba(0,0,0,0.18);
	-moz-box-shadow:-1px 0 2px rgba(0,0,0,0.18);
	box-shadow:-1px 0 2px rgba(0,0,0,0.18);
}
.es-carousel_li .desc { padding:0 20px 28px 23px; }
.es-carousel_li .featured-thumbnail { margin:6px 6px 10px 6px; }
.es-carousel_li h5 {
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 0 9px 0;
	padding-top:8px;
}
.es-carousel_li h5 a {
	color:#444444;
	text-decoration:none;
	position:relative;
	padding-right:41px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-carousel_li h5 a:hover, .es-carousel_li h5 a:focus { color:#e66057; }
.es-carousel_li h5 a:hover [class^="icon-"]:before, .es-carousel_li h5 a:hover [class*=" icon-"]:before, .es-carousel_li h5 a:focus [class^="icon-"]:before, .es-carousel_li h5 a:focus [class*=" icon-"]:before { background-color:#444444; }
.es-carousel_li h5 a [class^="icon-"]:before, .es-carousel_li h5 a [class*=" icon-"]:before {
	background-color:#e66057;
	color:#fff;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	position:absolute;
	right:0;
	top:-2px;
	margin-left:17px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	border-radius:24px;
}
.es-carousel_li .excerpt {
	color:#bdbdbd;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	margin-bottom:0;
}
.es-carousel_li .meta {
	background-color:#eaeae7;
	padding:10px 24px 11px;
	border-bottom:2px solid #d8d8d5;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}
.es-carousel_li .meta i {
	color:rgba(68,68,68,0.7);
	font-size:14px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-rgba .es-carousel_li .meta i { color:#757575; }
.es-carousel_li .meta .author {
	font-style:normal;
	text-transform:capitalize;
	margin-right:25px;
}
.es-carousel_li .meta .author i { margin-right:8px; }
.es-carousel_li .meta .tags i { margin-right:6px; }
.es-carousel_li .meta a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-carousel_li .meta a:hover, .es-carousel_li .meta a:focus {
	text-decoration:none;
	color:#e66057;
}
.es-carousel_li .meta a:hover i, .es-carousel_li .meta a:focus i { color:#e66057; }
.es-nav span {
	top:0;
	right:35px;
	margin-top:-51px;
	width:25px;
	height:25px;
	background:none;
	opacity:1;
	border:2px solid #f2f2f0;
	text-align:center;
	color:#444444;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.es-nav span:hover {
	border-color:#e66057;
	background-color:#e66057;
	color:#fff;
}
.es-nav span:before {
	font-family:FontAwesome;
	font-size:24px;
	line-height:23px;
	position:absolute;
	top:0;
	left:0;
	right:2px;
	text-indent:0px;
	width:100%;
	text-align:center;
	content:'\f104';
}
.ie8 .es-nav span:before { right:0; }
.es-nav span.es-nav-next { right:0; }
.es-nav span.es-nav-next:before {
	content:'\f105';
	left:2px;
	right:0;
}
.ie8 .es-nav span.es-nav-next:before { left:0; }
.banner-wrap .featured-thumbnail a {
	border:none;
	display:inline;
	float:none;
}
.banner-wrap h5 {
	margin:0 0 8px;
	color:#000;
	text-transform:capitalize;
	font-weight:bold;
}
.banner-wrap .btn-link { padding:0; }
.banner-wrap.small {
	margin-bottom:0;
	position:relative;
}
.ie8 .banner-wrap.small { margin-bottom:-2px !important; }
@media (max-width: 1200px) {
	.banner-wrap.small { margin-bottom:-2px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.small { margin-bottom:0 !important; }
}
@media (max-width: 767px) {
	.banner-wrap.small { margin-bottom:0 !important; }
}
.banner-wrap.small .featured-thumbnail { margin-bottom:0; }
.banner-wrap.small h5 {
	font-size:16px;
	font-weight:300;
	line-height:1.2em;
	text-transform:uppercase;
	position:absolute;
	bottom:80px;
	left:25px;
	margin:0;
	text-shadow:-1px 0 0 rgba(255,255,255,0.35);
}
.ie8 .banner-wrap.small h5 { bottom:65px; }
@media (max-width: 1200px) {
	.banner-wrap.small h5 { bottom:65px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.small h5 {
		bottom:45px;
		left:20px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.small h5 { bottom:80px; }
}
.banner-wrap.small h5 strong {
	display:block;
	font-size:21px;
	font-weight:900;
	line-height:1.2em;
	margin-top:-1px;
}
.banner-wrap.small .banner-btn {
	position:absolute;
	bottom:30px;
	left:25px;
}
.ie8 .banner-wrap.small .banner-btn { bottom:20px; }
@media (max-width: 1200px) {
	.banner-wrap.small .banner-btn { bottom:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.small .banner-btn {
		bottom:10px;
		left:20px;
	}
}
@media (max-width: 767px) {
	.banner-wrap.small .banner-btn { bottom:30px; }
}
.banner-wrap.small .banner-btn .btn-link {
	font-weight:bold;
	font-size:12px;
	border:none;
	padding:3px 18px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	text-shadow:none;
	background-color:#e66057;
	background-image:-moz-linear-gradient(top,#e66057,#e66057);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e66057),to(#e66057));
	background-image:-webkit-linear-gradient(top,#e66057,#e66057);
	background-image:-o-linear-gradient(top,#e66057,#e66057);
	background-image:linear-gradient(to bottom,#e66057,#e66057);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66057', endColorstr='#ffe66057', GradientType=0);
	border-color:#e66057 #e66057 #d12a1f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e66057;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.banner-wrap.small .banner-btn .btn-link:hover, .banner-wrap.small .banner-btn .btn-link:focus, .banner-wrap.small .banner-btn .btn-link:active, .banner-wrap.small .banner-btn .btn-link.active, .banner-wrap.small .banner-btn .btn-link.disabled, .banner-wrap.small .banner-btn .btn-link[disabled] {
	color:#fff;
	background-color:#e66057;
	*background-color:#e34b41;
}
.banner-wrap.small .banner-btn .btn-link:active, .banner-wrap.small .banner-btn .btn-link.active { background-color:#df362b \9; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.small .banner-btn .btn-link { padding:2px 10px; }
}
.banner-wrap.small .banner-btn .btn-link:hover, .banner-wrap.small .banner-btn .btn-link:focus {
	text-decoration:none;
	background:#444444 !important;
}
.ie8 .banner-wrap.small.first { margin-bottom:-3px !important; }
@media (max-width: 1200px) {
	.banner-wrap.small.first { margin-bottom:-3px !important; }
}
.banner-wrap.small.first .featured-thumbnail img {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.banner-wrap.small.last .featured-thumbnail img {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.testimonials.grid-style {
	margin:0 0 30px -30px;
	*zoom:1;
}
.testimonials.grid-style:before, .testimonials.grid-style:after {
	display:table;
	content:"";
	line-height:0;
}
.testimonials.grid-style:after { clear:both; }
.ie8 .testimonials.grid-style { margin:0 0 20px -20px; }
@media (max-width: 1200px) {
	.testimonials.grid-style { margin:0 0 20px -20px; }
}
@media (max-width: 767px) {
	.testimonials.grid-style { margin:0; }
}
.testimonials.grid-style .testi-item {
	float:left;
	width:370px;
	margin:0 0 0 30px;
	text-align:center;
}
.ie8 .testimonials.grid-style .testi-item {
	width:300px;
	margin-left:20px;
}
@media (max-width: 1200px) {
	.testimonials.grid-style .testi-item {
		width:300px;
		margin-left:20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item { width:228px; }
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item {
		width:auto;
		margin:0 0 20px 0;
	}
}
.testimonials.grid-style .testi-item .featured-thumbnail {
	float:none;
	margin:0 0 32px 0;
	display:inline-block;
	vertical-align:top;
}
.testimonials.grid-style .testi-item .testi-meta { padding-left:0; }
.testimonials .testi-item {
	padding-bottom:0;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.testimonials .testi-item .inner { padding:26px 50px 40px 50px; }
.ie8 .testimonials .testi-item .inner {
	padding-left:40px;
	padding-right:40px;
}
@media (max-width: 1200px) {
	.testimonials .testi-item .inner {
		padding-left:40px;
		padding-right:40px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials .testi-item .inner {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 768px) {
	.testimonials .testi-item .inner {
		padding-left:20px;
		padding-right:20px;
	}
}
.testimonials .testi-item blockquote {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote > a {
	color:#999999;
	font-size:16px;
	font-style:italic;
	line-height:25px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item blockquote > a:hover { color:#e66057; }
.testimonials .testi-item h3 {
	margin:0 0 12px;
	font-size:18px;
	font-weight:bold;
	color:#444444;
}
.testimonials .testi-item .featured-thumbnail {
	width:auto;
	height:auto;
	border:5px solid #fff;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	-webkit-box-shadow:-4px 0 8px rgba(0,0,0,0.25);
	-moz-box-shadow:-4px 0 8px rgba(0,0,0,0.25);
	box-shadow:-4px 0 8px rgba(0,0,0,0.25);
}
.testimonials .testi-item .featured-thumbnail img {
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
}
.testimonials .testi-item .testi-meta {
	font-size:12px;
	line-height:20px;
	padding-top:20px;
}
.testimonials .testi-item .testi-meta .user {
	font-weight:bold;
	color:#444444;
	text-transform:uppercase;
}
.hero-unit {
	margin-bottom:0;
	text-align:center;
	padding:37px 50px 46px 50px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
@media (max-width: 480px) {
	.hero-unit {
		padding-left:20px;
		padding-right:20px;
	}
}
.hero-unit h1 {
	font-size:32px;
	font-weight:900;
	line-height:1.2em;
	color:#333;
	margin:0 0 5px 0;
}
@media (max-width: 480px) {
	.hero-unit h1 { font-size:25px; }
}
.hero-unit p {
	font-size:14px;
	line-height:1.2em;
	margin:0 0 35px 0;
}
.hero-unit .btn-align .btn-primary { font-weight:bold; }
.hero-unit .btn-align .btn-primary.btn-large {
	font-size:15px;
	padding:10px 22px 11px;
}
.footer {
	border:none;
	background-color:transparent;
	padding:0;
}
.footer-widgets { margin-bottom:30px; }
.ie8 .footer-widgets { margin-bottom:20px; }
@media (max-width: 1200px) {
	.footer-widgets { margin-bottom:20px; }
}
@media (max-width: 767px) {
	.footer-widgets { margin-bottom:0; }
}
.footer-widgets .widget-footer {
	padding:0 30px 19px 30px;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
}
.ie8 .footer-widgets .widget-footer {
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.footer-widgets .widget-footer {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 767px) {
	.footer-widgets .widget-footer { margin-bottom:20px; }
}
.footer-widgets .widget-footer h4 {
	background-color:#444444;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:18px 30px 19px;
	margin:0 -30px 17px;
	letter-spacing:2px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.ie8 .footer-widgets .widget-footer h4 {
	margin-left:-20px;
	margin-right:-20px;
}
@media (max-width: 1200px) {
	.footer-widgets .widget-footer h4 {
		margin-left:-20px;
		margin-right:-20px;
	}
}
.footer-widgets .widget-footer address {
	line-height:20px;
	margin-bottom:0;
	padding:2px 0 9px 0;
}
.footer-widgets .widget-footer address strong { color:#444444; }
.footer-widgets .widget-footer address span {
	display:block;
	position:relative;
	padding-left:21px;
	margin-bottom:4px;
	color:#626262;
}
.ie8 .footer-widgets .widget-footer address span { padding-left:17px; }
@media (max-width: 1200px) {
	.footer-widgets .widget-footer address span { padding-left:17px; }
}
@media (max-width: 767px) {
	.footer-widgets .widget-footer address span { padding-left:21px; }
}
.footer-widgets .widget-footer address span:before {
	font-size:14px;
	font-family:FontAwesome;
	color:inherit;
	position:absolute;
	left:0;
	top:0;
}
.footer-widgets .widget-footer address span.top { margin-bottom:14px; }
.footer-widgets .widget-footer address span.top:before { content:'\f041'; }
.footer-widgets .widget-footer address span.phone:before { content:'\f095'; }
.footer-widgets .widget-footer address span.mail:before { content:'\f0e0'; }
.footer-widgets .widget-footer address span.site:before { content:'\f0ac'; }
.footer-widgets .widget-footer address a {
	color:#e66057;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets .widget-footer address a:hover, .footer-widgets .widget-footer address a:focus {
	text-decoration:underline;
	color:#444444;
}
nav.footer-nav {
	margin-bottom:0;
	padding-right:30px;
}
@media (max-width: 767px) {
	nav.footer-nav { padding-right:0; }
}
nav.footer-nav ul li a { vertical-align:top; }
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
.copyright {
	padding:17px 0 14px;
	background-color:#444444;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.footer-text {
	color:#c8c8c8;
	font-size:12px;
	line-height:18px;
	padding:0 0 0 30px;
}
@media (max-width: 767px) {
	.footer-text {
		margin-bottom:5px;
		padding-left:0;
	}
}
.footer-text a { color:#fff; }
.wpcf7-form p.field input {
	padding-left:11px;
	padding-right:11px;
}
.wpcf7-form textarea { padding:2px 11px; }
.wpcf7-not-valid-tip { padding:2px 0 2px 11px !important; }
.ie8 .spacer { height:20px; }
@media (max-width: 1200px) {
	.spacer { height:20px; }
}
.dropcap {
	margin:0 20px 20px 0;
	background:#e66057;
	font-weight:900;
	font-size:32px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap {
		float:none;
		margin-right:0;
	}
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.extra-img {
		float:none !important;
		margin-right:0 !important;
		display:block;
	}
}
@media (max-width: 767px) {
	.extra-img {
		float:none !important;
		margin-right:0 !important;
		display:block;
	}
}
input[type="submit"], input[type="reset"] {
	font-size:12px;
	text-transform:capitalize;
	height:31px;
	padding:0 18px;
}
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:2px 11px;
	background-color:#f2f2f0;
	border-color:#f2f2f0;
	color:#999999;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
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 {
	background-color:transparent;
	border-color:#e66057;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea {
	border-color:#f2f2f0 !important;
	line-height:25px !important;
}
textarea:focus { border-color:#e66057 !important; }
.custom-box_shortcode {
	padding:23px 30px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 3px rgba(0,0,0,0.2);
	box-shadow:-1px 0 3px rgba(0,0,0,0.2);
}
.ie8 .custom-box_shortcode {
	padding-left:20px;
	padding-right:20px;
}
@media (max-width: 1200px) {
	.custom-box_shortcode {
		padding-left:20px;
		padding-right:20px;
	}
}
#back-top a {
	color:#fff;
	font:14px/50px FontAwesome;
}
#back-top a:hover { color:#e66057; }
#back-top a:hover span { background-color:#fff; }
#back-top span {
	background:#e66057 none;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
#back-top span:before { content:'\f102'; }
.btn-primary {
	font-weight:bold;
	border:none;
	text-transform:capitalize;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	text-shadow:none;
	background-color:#e66057;
	background-image:-moz-linear-gradient(top,#e66057,#e66057);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e66057),to(#e66057));
	background-image:-webkit-linear-gradient(top,#e66057,#e66057);
	background-image:-o-linear-gradient(top,#e66057,#e66057);
	background-image:linear-gradient(to bottom,#e66057,#e66057);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66057', endColorstr='#ffe66057', GradientType=0);
	border-color:#e66057 #e66057 #d12a1f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e66057;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#e66057;
	*background-color:#e34b41;
}
.btn-primary:active, .btn-primary.active { background-color:#df362b \9; }
.btn-primary.btn-large {
	font-size:15px;
	padding:10px 22px 11px;
}
.btn-primary:hover, .btn-primary:focus { background:#444444 !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:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
