@import url("../CherryFramework/css/style.css");

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
}


.main-holder { overflow:hidden; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px; }
	body .footer {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 20px 20px !important; }
	body.home .content-holder { padding:20px 20px 0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border:none;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-bottom:10px;
	margin-right:20px;
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:left; }
}
figure.frame.alignnone { margin:0 0 30px; }
figure.frame.alignleft { margin:5px 24px 10px 0; }
@media (max-width: 767px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#ec4034;
	text-shadow:none;
	font:300 11px/1.2em 'Open Sans', sans-serif;
	text-transform:lowercase;
	padding:none;
	letter-spacing:0;
	height:auto;
	padding:0;
	box-shadow:none;
	text-decoration:none;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:none;
	text-decoration:none;
	color:#000;
	box-shadow:none;
}
.btn:focus, .reply a:focus {
	color:#ec4034;
	box-shadow:none;
	background:none;
}
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:7px 10px;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.2em;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	border:1px solid #ccc !important;
	transition:all 0.3s ease 0s;
}
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:#fff;
	box-shadow:none;
	border-color:#d8d8d8 !important;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#d8d8d8 !important; }
.wpcf7-form textarea { color:#989898 !important; }
.wpcf7-form textarea:focus { border-color:#d8d8d8 !important; }
.wpcf7-form textarea.watermark { color:#989898 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:7px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	border:none;
	padding:21px 0;
}
.home .header { padding-bottom:19px; }

.top-widget {
	background:#1f1f1f;
	padding:12px 0 10px;
	position:relative;
}
.top-widget:before {
	content:"";
	display:block;
	height:100%;
	left:-20px;
	position:absolute;
	top:0;
	width:20px;
}
.top-widget:after {
	content:"";
	display:block;
	height:100%;
	right:-20px;
	position:absolute;
	top:0;
	width:20px;
}
.top-widget:before, .top-widget:after { background:#1f1f1f; }
.top-widget > div > div > div >h4 {
	font:800 18px/21px 'Open Sans', sans-serif;
	color:#fff;
	display:inline-block;
	vertical-align:bottom;
	text-transform:uppercase;
}
.top-widget > div > div > div >h4:after { content:': '; }
.top-widget [id*="my_postwidget"] .post-list {
	margin:0 0 0 10px;
	vertical-align:bottom;
	display:inline-block;
}
@media (max-width: 767px) {
	.top-widget [id*="my_postwidget"] .post-list {
		display:block;
		margin:0;
	}
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li {
	display:inline-block;
	padding:0;
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li .thumbnail, .top-widget [id*="my_postwidget"] .post-list .post-list_li .btn { display:none; }
.top-widget [id*="my_postwidget"] .post-list .post-list_li time, .top-widget [id*="my_postwidget"] .post-list .post-list_li .post-list_h {
	display:inline-block;
	margin:0;
	vertical-align:middle;
	position:relative;
	top:-3px;
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li time {
	font:300 12px/21px 'Open Sans', sans-serif;
	color:#fff;
	float:right;
	margin-left:10px;
}
@media (max-width: 767px) {
	.top-widget [id*="my_postwidget"] .post-list .post-list_li time {
		float:none;
		display:block;
		margin:0;
	}
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li time:before {
	content:"";
	width:3px;
	height:14px;
	background:url(images/lines.png) no-repeat;
	display:inline-block;
	padding:0 10px 0 0;
	position:relative;
	top:1px;
}
@media (max-width: 767px) {
	.top-widget [id*="my_postwidget"] .post-list .post-list_li time:before { display:none; }
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li .post-list_h {
	font:14px/21px 'Open Sans', sans-serif;
	text-transform:uppercase;
	float:left;
}
.top-widget [id*="my_postwidget"] .post-list .post-list_li .post-list_h a { color:#fff; }
.logo { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo.pull-left { float:none; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#1f1f1f;
	text-decoration:none;
}
.logo .logo_tagline {
	font:bold 15px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#1f1f1f;
}
.slider {
	margin-bottom:20px;
	overflow:visible;
}
.slider:after {
	content:"";
	width:1220px;
	display:block;
	height:42px;
	margin-left:-25px;
	background:url(images/bg.jpg);
}
@media (max-width: 767px) {
	.slider:after { display:none !important; }
}
.slider >.container .camera { width:870px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.slider >.container .camera { width:650px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider >.container .camera { width:454px; }
}
@media (max-width: 767px) {
	.slider >.container .camera { width:100%; }
}
.slider .widget-box {
	width:270px;
	margin-left:30px;
	float:left;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .widget-box { margin-left:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .widget-box {
		margin-left:20px;
		width:250px;
	}
}
@media (max-width: 767px) {
	.slider .widget-box { display:none !important; }
}
.slider .widget-box >div >h4 {
	font:300 11px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#000;
}
.social.home {
	border:3px solid #ebebeb;
	padding:17px;
	margin-bottom:26px;
}
.social.home:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
.social.home .social_li {
	margin:0 0 20px 4%;
	width:48%;
	float:left;
	min-height:40px;
}
.social.home .social_li:nth-child(2n+1) { margin:0; }
.social.home .social_li:last-child, .social.home .social_li:nth-last-child(2) { margin-bottom:0; }
.social.home .social_li .tooltip { display:none !important; }
.social.home .social_li .social_link {
	opacity:1;
	filter:none;
	display:inline-block;
	position:relative;
	padding:0 0 0 30px;
	min-height:40px;
}
.social.home .social_li .social_link:hover .social_ico i, .social.home .social_li .social_link:active .social_ico i { color:#cccccc; }
.social.home .social_li .social_link:hover .social_label, .social.home .social_li .social_link:active .social_label { color:#cccccc; }
.social.home .social_li .social_link .social_ico {
	display:block;
	float:left;
	position:absolute;
	left:0;
	top:3px;
}
.social.home .social_li .social_link .social_ico i {
	font-size:24px;
	color:#000;
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
}
.social.home .social_li .social_link .social_label {
	display:inline-block;
	line-height:15px;
	width:70px;
	font:300 11px/18px 'Open Sans', sans-serif;
	color:#000;
	padding:0 !important;
	text-transform:uppercase;
}
.sml_subscribe input[type="text"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:42px;
	border:1px solid #d6d6d6 !important;
	box-shadow:none;
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#a8a8a8;
	margin:0;
}
.sml_subscribe .sml_submit { text-align:right; }
.sml_subscribe .sml_submit .sml_submitbtn {
	margin:0;
	padding:6px 23px;
	height:33px;
	background:#ec4034;
	color:#fff;
	font-size:14px;
	text-transform:none;
}
.sml_subscribe .sml_submit .sml_submitbtn:hover, .sml_subscribe .sml_submit .sml_submitbtn:active {
	background:#000;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_target_content { overflow:visible; }
}
.camera_caption {
	display:inline-block;
	bottom:7px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		bottom:auto !important;
		top:100%;
		margin-top:10px;
	}
}
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption >div {
	padding:14px 27px;
	background:#1f1f1f;
	width:98%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	text-align:left;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption >div { width:100%; }
}
.camera_caption >div h2 {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	text-transform:none;
	color:#fff;
	letter-spacing:0;
	margin:0 0 2px 0;
}
.camera_caption >div p {
	color:#fff;
	margin:0;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.camera_thumbs .camera_thumbs_cont { background:none; }
@media (max-width: 979px) {
	.camera_thumbs { display:none !important; }
}
.camera_prev, .camera_next {
	background:none;
	width:24px;
	height:41px;
	left:12px;
}
.camera_prev span, .camera_next span {
	width:24px;
	height:41px;
	background:url(images/nav-slider.png) no-repeat;
}
.camera_prev span:hover, .camera_next span:hover { background-position:0 -41px; }
.camera_next {
	left:auto;
	right:12px;
}
.camera_next span { background-position:-24px 0; }
.camera_next span:hover { background-position:-24px -41px; }
.content-holder { background:#fff; }
.title-section {
	margin:17px 0 3px;
	padding:0;
	text-align:left;
	background:none;
	position:relative;
}
.title-section .title-header {
	letter-spacing:0;
	margin:0 0 8px 0;
	text-transform:uppercase;
	font:300 16px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb {
	background:none;
	padding:11px 0 10px;
	margin:0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0;
	font:11px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
	line-height:1.2em;
}
.title-section .breadcrumb >li.active { color:#000000; }
.title-section .breadcrumb a {
	color:#000000;
	text-shadow:none;
}
.title-section .breadcrumb .divider { padding:0 2px; }
.title-section .breadcrumb .divider:after {
	color:#000000;
	content:"/";
	font:11px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder { margin-bottom:50px; }
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	text-align:left;
	font:300 14px/1.2em 'Open Sans', sans-serif;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:0;
	color:#000;
}
article .post-header .post-title:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
article .post-header .post-title a { color:#000; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:8px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0 20px;
	overflow:visible;
	background:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-color:#ccc;
	text-transform:none;
}
article .post_meta i {
	margin-right:0;
	color:#ec4034;
	font-size:15px;
}
article .post_meta .post_date { color:#fff; }
article .post_meta .post_author a {
	color:#444444;
	font-weight:bold;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag {
	color:#ec4034;
	font-weight:bold;
}
article .post_meta .post_comment a {
	color:#ec4034;
	font-weight:bold;
}
article .post_meta .user_like, article .post_meta .post_views {
	color:#444444;
	font-weight:bold;
}
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a {
	color:#ec4034;
	font-weight:bold;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:none;
	border-color:#ccc;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:0 0 20px;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:20px;
	border:1px solid #ccc;
	background:#f9f9f9;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#444444;
}
.single #content .post-author .post-author_h a {
	color:#444444;
	text-transform:none;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:4px 20px 0 0;
}
@media (max-width: 350px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	padding:0;
	border:none;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:95px;
	text-transform:none;
	color:#fff;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#fff;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#444444;
	font-size:12px;
	text-transform:none;
	font-weight:bold;
}
.filter-wrapper { margin:10px 0 13px; }
.filter-wrapper:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
@media (max-width: 767px) {
	.filter-wrapper { margin:20px 0; }
}
.filter-wrapper strong {
	color:#444444;
	padding:0;
	font:bold 12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-right:20px;
	margin-top:0px;
	text-transform:none;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 27px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 10px 10px 0 !important; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#fff;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:none;
	letter-spacing:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#ec4034;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#ec4034;
	font-weight:bold;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .thumbnail { margin-bottom:15px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 0;
	font:300 17px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#000;
	text-transform:none;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	color:#000;
	font:300 14px/21px 'Open Sans', sans-serif;
}
.filterable-portfolio li .caption p { margin:0; }
div.type-page h6:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
div.type-page p { margin-bottom:21px; }
div.type-page p a { font-weight:bold; }
div.type-page blockquote {
	border:none;
	padding:0;
}
div.type-page blockquote p {
	margin-bottom:0;
	font:14px/21px 'Open Sans', sans-serif;
	color:#000;
}
div.type-page blockquote p a {
	font-weight:normal;
	color:#000;
}
.related-posts, .comment-holder, #respond { margin-top:50px; }
.related-posts:before, .comment-holder:before, #respond:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	margin:0 0 25px;
	text-align:left;
	letter-spacing:0;
}
.related-posts a {
	font:14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000000;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:5px 20px 0 0;
	text-align:left;
	border:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold 12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#444444;
	text-transform:none;
	margin-top:10px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#fff;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:5px 0 0 0;
	font:300 11px/1.4em 'Open Sans', sans-serif;
	color:#ec4034;
	text-transform:none;
	padding:0 30px 0 0;
	border-right:1px solid #ccc;
}
.comment-holder .comment-list .comment .comment-body .reply { margin-left:30px; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin:0;
	width:auto;
	height:38px;
	padding:4px 23px;
	background:#ec4034;
	color:#fff;
	font-size:14px;
	text-transform:none;
}
#respond #commentform p input.btn:hover, #respond #commentform p input.btn:active {
	background:#000;
	color:#fff;
}
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
.sidebar .widget { margin:10px 0 50px; }
.sidebar .widget:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
.sidebar .widget >h3 {
	margin:0 0 10px 0;
	font:300 14px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
}
[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul { margin-top:30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, [id*="nav_menu"] ul li {
	background:none;
	margin:0;
	padding:7px 0 8px;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, [id*="nav_menu"] ul li:before { display:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a, [id*="nav_menu"] ul li a {
	font:14px/1.2em 'Open Sans', sans-serif;
	color:#000000;
	text-transform:none;
	display:inline;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="nav_menu"] ul li a:hover, [id*="nav_menu"] ul li a:active {
	color:#ec4034;
	text-decoration:none;
	background:none;
}
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:30px 0 0 0; }
[id*="my_poststypewidget"] .post-list li:first-child { padding:0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
@media (max-width: 767px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:block;
	}
	[id*="my_poststypewidget"] .post-list li .thumbnail a {
		display:inline-block;
		float:none;
	}
	[id*="my_poststypewidget"] .post-list li .thumbnail a img { width:100%; }
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 5px 0;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#000; }
[id*="my_poststypewidget"] .post-list li time, [id*="my_poststypewidget"] .post-list li .post-list_comment {
	display:inline-block;
	padding:10px 0;
	color:#000;
	font:300 11px/21px 'Open Sans', sans-serif;
}
[id*="my_poststypewidget"] .post-list li .post-list_comment:before {
	content:"/";
	padding:0 5px;
}
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#989898;
	line-height:21px;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:15px; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:300 14px/21px 'Open Sans', sans-serif;
	color:#000;
	margin:2px 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	font:11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	margin:0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#989898; }
#wp-calendar caption, #wp-calendar thead tr th {
	color:#ec4034;
	font-family:'Open Sans', sans-serif;
}
.search-form { position:relative; }
.search-form #searchform { margin-bottom:20px; }
.search-form .search-form_it {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:61px;
	border:3px solid #d6d6d6 !important;
	box-shadow:none;
	position:relative;
	z-index:10;
	background:#e8e8e8;
	padding-right:70px;
	margin:0;
}
.search-form .search-form_is {
	position:absolute;
	z-index:100;
	right:3px;
	top:3px;
	display:block;
	width:60px;
	height:55px;
	text-indent:-9999px;
	background:#cccccc url(images/search.png) no-repeat 20px 17px;
	transition:none;
	transition:0.3s background-color;
}
.search-form .search-form_is:hover, .search-form .search-form_is:active {
	background-position:20px -53px;
	background-color:#dfdfdf;
}
.testimonials .testi-item { margin:0; }
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	border-radius:0;
	padding:31px 0 0 0;
}
.testimonials .testi-item .testi-item_blockquote:before { display:none; }
.testimonials .testi-item .testi-item_blockquote:after {
	content:'“';
	font:300 48px/1.2em 'Open Sans', sans-serif;
	color:#000;
	background:none;
	left:0;
	top:-5px;
	width:auto;
	height:auto;
}
.testimonials .testi-item .testi-item_blockquote a {
	font:italic 12px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
}
.testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active { color:#ec4034; }
.testimonials .testi-item .testi-meta { padding:10px 0 0 0; }
.testimonials .testi-item .testi-meta .user {
	font:300 14px/21px 'Open Sans', sans-serif;
	color:#000;
}
.testimonials.testi-about .testi-meta a { display:none; }
.dropcap {
	width:auto;
	height:auto;
	background:none;
	border-radius:0;
	font:300 16px/1.2em 'Open Sans', sans-serif;
	color:#000;
	margin-right:10px;
}
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	.list.custom-list ul { margin-top:30px; }
}
.list.custom-list ul li {
	background:none;
	margin:0;
	padding:7px 0 8px;
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li a {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	color:#000000;
	text-transform:none;
	display:inline;
}
.list.custom-list ul li a:hover, .list.custom-list ul li a:active {
	color:#ec4034;
	text-decoration:none;
	background:none;
}
.list.custom-list ol { color:#000; }
.list.custom-list ol li {
	background:none;
	margin:0;
	padding:7px 0 8px;
}
.list.custom-list ol li:before { display:none; }
.list.custom-list ol li a {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	color:#000000;
	text-transform:none;
	display:inline;
}
.list.custom-list ol li a:hover, .list.custom-list ol li a:active {
	color:#ec4034;
	text-decoration:none;
	background:none;
}
.sm_hr {
	background:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:0;
}
.posts-grid.recent-news, .posts-grid.home-blog, .posts-grid.home-latest-news { margin:0 0 50px 0; }
.posts-grid.recent-news li, .posts-grid.home-blog li, .posts-grid.home-latest-news li { margin:0; }
.posts-grid.recent-news li .clear, .posts-grid.home-blog li .clear, .posts-grid.home-latest-news li .clear { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.recent-news li .clear, .posts-grid.home-blog li .clear, .posts-grid.home-latest-news li .clear { display:block; }
}
@media (max-width: 500px) {
	.posts-grid.recent-news li .clear, .posts-grid.home-blog li .clear, .posts-grid.home-latest-news li .clear { display:block; }
}
.posts-grid.recent-news li .thumbnail, .posts-grid.home-blog li .thumbnail, .posts-grid.home-latest-news li .thumbnail { margin:3px 20px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.recent-news li .thumbnail, .posts-grid.home-blog li .thumbnail, .posts-grid.home-latest-news li .thumbnail { margin:0 0 20px; }
}
@media (max-width: 500px) {
	.posts-grid.recent-news li .thumbnail, .posts-grid.home-blog li .thumbnail, .posts-grid.home-latest-news li .thumbnail { margin:0 0 20px; }
}
.posts-grid.recent-news li .excerpt, .posts-grid.home-blog li .excerpt, .posts-grid.home-latest-news li .excerpt {
	overflow:hidden;
	padding-bottom:0;
	margin-bottom:0;
}
.posts-grid.recent-news li h5, .posts-grid.home-blog li h5, .posts-grid.home-latest-news li h5 {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	margin-top:0;
}
.posts-grid.recent-news li h5 a, .posts-grid.home-blog li h5 a, .posts-grid.home-latest-news li h5 a { color:#000; }
.posts-grid.recent-news li .hr-posts, .posts-grid.home-blog li .hr-posts, .posts-grid.home-latest-news li .hr-posts {
	border-top:1px solid #ccc;
	overflow:hidden;
	margin-top:10px;
}
.posts-grid.recent-news li .btn, .posts-grid.home-blog li .btn, .posts-grid.home-latest-news li .btn { vertical-align:middle; }
.posts-grid.recent-news li .post_meta, .posts-grid.home-blog li .post_meta, .posts-grid.home-latest-news li .post_meta {
	margin:0;
	vertical-align:middle;
	display:inline-block;
	padding:10px 0 10px 20px;
	margin-left:17px;
	border:none;
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#ec4034;
	border-left:1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.recent-news li .post_meta, .posts-grid.home-blog li .post_meta, .posts-grid.home-latest-news li .post_meta {
		padding-left:10px;
		margin-left:7px;
	}
}
@media (max-width: 500px) {
	.posts-grid.recent-news li .post_meta, .posts-grid.home-blog li .post_meta, .posts-grid.home-latest-news li .post_meta {
		padding-left:10px;
		margin-left:7px;
	}
}
.posts-grid.recent-news li .post_meta .post_category, .posts-grid.recent-news li .post_meta .post_author, .posts-grid.recent-news li .post_meta .post_comment, .posts-grid.home-blog li .post_meta .post_category, .posts-grid.home-blog li .post_meta .post_author, .posts-grid.home-blog li .post_meta .post_comment, .posts-grid.home-latest-news li .post_meta .post_category, .posts-grid.home-latest-news li .post_meta .post_author, .posts-grid.home-latest-news li .post_meta .post_comment { display:none; }
.posts-grid.home-latest-news li { margin-left:2.5641%; }
@media (max-width: 1200px) {
	.posts-grid.home-latest-news li {
		width:48%;
		margin-left:4%;
	}
}
@media (max-width: 767px) {
	.posts-grid.home-latest-news li { float:left; }
}
@media (max-width: 480px) {
	.posts-grid.home-latest-news li {
		width:100%;
		margin:0 0 20px 0;
		float:none;
	}
}
.posts-grid.home-latest-news li:first-child { margin-left:0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.posts-grid.home-latest-news li .clear { display:block; }
}
@media (max-width: 767px) {
	.posts-grid.home-latest-news li .clear { display:block; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.posts-grid.home-latest-news li .thumbnail { margin:0 0 20px 0; }
}
@media (max-width: 767px) {
	.posts-grid.home-latest-news li .thumbnail { margin:0 0 20px 0; }
}
.posts-grid.video-posts li .thumbnail { margin:0 0 13px 0; }
.posts-grid.video-posts li .thumbnail .zoom-icon { background:none; }
.posts-grid.video-posts li .thumbnail .zoom-icon:before {
	background:url(images/zoom-video.png) 50% 50%;
	width:60px;
	height:43px;
	margin:-30px 0 0 -21px;
}
.posts-grid.video-posts li .post_meta {
	padding:0;
	margin:0 0 5px;
	border:none;
}
.posts-grid.video-posts li .post_meta .post_category, .posts-grid.video-posts li .post_meta .post_comment { display:none; }
.posts-grid.video-posts li .post_meta .post_date { margin-right:5px; }
.posts-grid.video-posts li .post_meta span {
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#000;
}
.posts-grid.video-posts li .post_meta span a {
	color:#000;
	text-decoration:underline;
}
.posts-grid.video-posts li .post_meta span a:hover { color:#ec4034; }
.posts-grid.video-posts li .post_meta span em { font-style:normal; }
.posts-grid.video-posts li h5 {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	margin-top:0;
}
.posts-grid.video-posts li h5 a { color:#000; }
.posts-grid.video-posts li .excerpt { display:none; }
.posts-grid.articles li .post_meta {
	padding:0;
	margin:0 0 5px;
	border:none;
}
.posts-grid.articles li .post_meta .post_category, .posts-grid.articles li .post_meta .post_comment { display:none; }
.posts-grid.articles li .post_meta .post_date { margin-right:5px; }
.posts-grid.articles li .post_meta span {
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#000;
}
.posts-grid.articles li .post_meta span a {
	color:#000;
	text-decoration:underline;
}
.posts-grid.articles li .post_meta span a:hover { color:#ec4034; }
.posts-grid.articles li .post_meta span em { font-style:normal; }
.posts-grid.articles li h5 {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	margin-top:0;
}
.posts-grid.articles li h5 a { color:#000; }
.posts-grid.articles li .excerpt { display:none; }
.posts-grid.most-commented li { margin:0 0 10px 0; }
.posts-grid.most-commented li .clear { display:none; }
@media (max-width: 1200px) {
	.posts-grid.most-commented li .clear { display:block; }
}
.posts-grid.most-commented li .thumbnail { margin:3px 20px 0 0; }
@media (max-width: 1200px) {
	.posts-grid.most-commented li .thumbnail { margin:0 0 20px 0; }
}
.posts-grid.most-commented li .excerpt {
	overflow:hidden;
	padding-bottom:0;
	margin-bottom:0;
}
.posts-grid.most-commented li h5 {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	margin-top:0;
}
.posts-grid.most-commented li h5 a { color:#000; }
.posts-grid.most-commented li .hr-posts {
	border-top:1px solid #ccc;
	overflow:hidden;
	margin-top:10px;
}
.posts-grid.most-commented li .btn { vertical-align:middle; }
.posts-grid.most-commented li .post_meta {
	margin:0;
	vertical-align:middle;
	display:inline-block;
	padding:10px 0 10px 20px;
	margin-left:17px;
	border:none;
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#ec4034;
	border-left:1px solid #ccc;
}
.posts-grid.most-commented li .post_meta .post_category, .posts-grid.most-commented li .post_meta .post_author, .posts-grid.most-commented li .post_meta .post_comment { display:none; }
.posts-grid.recent-photos li { margin:0 0 20px 0; }
.posts-grid.recent-photos li h5, .posts-grid.recent-photos li .excerpt { display:none; }
.btn-right-align {
	margin-top:-30px;
	float:right;
	display:inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-right-align {
		float:none;
		margin:-10px 0 20px 0;
	}
}
.btn-right-align:after {
	content:'';
	width:0;
	height:0;
	clear:both;
	display:block;
}
.buttons-posts {
	float:left;
	margin:3px 19px 0 0;
	list-style-type:none;
	border:3px solid #ebebeb;
	padding:16px 13px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 480px) {
	.buttons-posts { margin:0 0 20px 0; }
}
.buttons-posts i {
	font-size:24px;
	color:#828282;
}
.buttons-posts li { margin:17px 0 0 0 !important; }
@media (max-width: 480px) {
	.buttons-posts li {
		float:left;
		margin:0 0 0 20px !important;
	}
}
.buttons-posts li:first-child { margin:0 !important; }
.buttons-posts li a {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	color:#000000;
}
.buttons-posts li a:hover, .buttons-posts li a:active {
	color:#ec4034;
	text-decoration:none;
}
.buttons-posts li a:hover i, .buttons-posts li a:active i {
	text-decoration:none;
	color:#ec4034;
}
.recent-posts.arts {
	width:100%;
	margin:0 !important;
}
.recent-posts.arts .recent-posts_li {
	width:270px;
	margin-left:30px;
	float:left;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.recent-posts.arts .recent-posts_li {
		width:22.44%;
		margin-left:2.5%;
	}
}
@media (max-width: 767px) {
	.recent-posts.arts .recent-posts_li {
		width:48%;
		float:left;
		margin-left:4%;
	}
}
@media (max-width: 480px) {
	.recent-posts.arts .recent-posts_li {
		width:100%;
		float:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0 0 20px 0 !important;
	}
}
.recent-posts.arts .recent-posts_li:first-child { margin-left:0; }
@media (max-width: 767px) {
	.recent-posts.arts .recent-posts_li:nth-child(2n+1) { margin-left:0; }
}
.recent-posts.arts .recent-posts_li .thumbnail {
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.recent-posts.arts .recent-posts_li .thumbnail img { width:100%; }
}
.recent-posts.arts .recent-posts_li .desc {
	border:3px solid #ebebeb;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.recent-posts.arts .recent-posts_li .desc .meta { margin-bottom:18px; }
.recent-posts.arts .recent-posts_li .desc .meta .post-comments, .recent-posts.arts .recent-posts_li .desc .meta .post-date { display:none; }
.recent-posts.arts .recent-posts_li .desc .meta .post_category {
	width:115px;
	background:#1f1f1f;
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	display:inline-block;
	transition:all 0.3s ease 0s;
}
.recent-posts.arts .recent-posts_li .desc .meta .post_category a {
	color:#fff;
	padding:3px 0;
	display:block;
}
.recent-posts.arts .recent-posts_li .desc .meta .post_category:hover { background:#ec4034; }
.recent-posts.arts .recent-posts_li .desc .meta .post_category:hover a { text-decoration:none; }
.recent-posts.arts .recent-posts_li .desc h5 {
	font:30px/1.2em 'Open Sans Condensed', sans-serif;
	text-transform:none;
}
.recent-posts.arts .recent-posts_li .desc h5 a { color:#000; }
.recent-posts.arts .recent-posts_li .desc h5:after {
	content:'';
	width:158px;
	height:1px;
	display:block;
	background:#cccccc;
	margin:5px auto;
}
@media (max-width: 1200px) {
	.recent-posts.arts .recent-posts_li .desc h5:after { width:90%; }
}
.recent-posts.arts .recent-posts_li .desc .excerpt {
	font:300 14px/21px 'Open Sans', sans-serif;
	color:#000;
	padding:0 20px;
}
.banner-wrap.home-banner {
	position:relative;
	text-align:center;
	border:3px solid #ebebeb;
	min-height:194px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.home-banner { min-height:297px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.home-banner { min-height:220px; }
}
@media (max-width: 767px) {
	.banner-wrap.home-banner { min-height:inherit; }
}
.banner-wrap.home-banner .featured-thumbnail {
	position:absolute;
	z-index:-1;
	width:100%;
	margin:0;
}
@media (max-width: 767px) {
	.banner-wrap.home-banner .featured-thumbnail {
		position:relative;
		z-index:10;
	}
}
.banner-wrap.home-banner .featured-thumbnail a {
	border:none;
	display:block;
	width:100%;
}
@media (max-width: 767px) {
	.banner-wrap.home-banner .featured-thumbnail a img { width:100%; }
}
.banner-wrap.home-banner h5 {
	display:inline-block;
	background:#ebebeb;
	font:300 14px/1.2em 'Open Sans', sans-serif;
	color:#000;
	text-transform:uppercase;
	padding:5px 31px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.banner-wrap.home-banner h5 {
		position:absolute;
		z-index:100;
		top:0;
		left:0;
		width:100%;
		margin:0 auto;
	}
}
.banner-wrap.home-banner p {
	display:block;
	background:#ebebeb;
	color:#000;
}
.thumbnail.video_preview >div { padding:0; }
.thumbnail.video_preview >div .preview_image { margin-bottom:15px; }
.thumbnail.video_preview >div .preview_image span.hover {
	background:url(images/zoom-video.png) 50% 50%;
	width:60px;
	height:43px;
	margin:-22px 0 0 -30px;
}
.thumbnail.video_preview >div .preview_image span.hover:before { display:none; }
.thumbnail.video_preview >div figcaption span {
	float:none;
	display:inline-block;
	font:300 11px/1.2em 'Open Sans', sans-serif;
	color:#000;
	margin-bottom:10px;
}
.thumbnail.video_preview >div figcaption span a {
	color:#000;
	text-decoration:underline;
}
.thumbnail.video_preview >div figcaption span a:hover { color:#ec4034; }
.thumbnail.video_preview >div figcaption h4 {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	margin-top:0;
	padding:0;
	border:none;
}
.thumbnail.video_preview >div figcaption h4 a { color:#000; }
.footer {
	border-top:11px solid #666666;
	border-bottom:10px solid #1c1c1c;
	background:#1f1f1f;
	color:#fff;
	padding:27px 0;
}
.footer-widgets > div > div > div > h4, .footer-widgets > div > div > div > div > h4, .footer-widgets > div > div > div > div > div > h4 {
	font:300 14px/1.2em 'Open Sans', sans-serif;
	color:#fff;
	margin:0 0 20px;
}
@media (max-width: 767px) {
	.footer-widgets > div > div > div > h4, .footer-widgets > div > div > div > div > h4, .footer-widgets > div > div > div > div > div > h4 { margin:30px 0 20px; }
}
.footer-widgets .double-widgets {
	margin-bottom:0;
	margin-top:40px;
}
@media (max-width: 767px) {
	.footer-widgets .double-widgets { margin-top:10px; }
}
.footer-widgets [id*="categories"] >h4, .footer-widgets [id*="archives"] >h4, .footer-widgets [id*="nav_menu"] >h4 { margin-bottom:18px; }
@media (max-width: 767px) {
	.footer-widgets [id*="categories"] >h4, .footer-widgets [id*="archives"] >h4, .footer-widgets [id*="nav_menu"] >h4 { margin-bottom:20px; }
}
.footer-widgets [id*="categories"] ul, .footer-widgets [id*="archives"] ul, .footer-widgets [id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
.footer-widgets [id*="categories"] ul li, .footer-widgets [id*="archives"] ul li, .footer-widgets [id*="nav_menu"] ul li {
	background:none;
	margin:0;
	padding:4px 0;
	border-top:1px solid #636363;
}
.footer-widgets [id*="categories"] ul li:before, .footer-widgets [id*="archives"] ul li:before, .footer-widgets [id*="nav_menu"] ul li:before { display:none; }
.footer-widgets [id*="categories"] ul li:first-child, .footer-widgets [id*="archives"] ul li:first-child, .footer-widgets [id*="nav_menu"] ul li:first-child { border:none; }
.footer-widgets [id*="categories"] ul li a, .footer-widgets [id*="archives"] ul li a, .footer-widgets [id*="nav_menu"] ul li a {
	font:12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#818181;
	text-transform:none;
	display:inline;
}
.footer-widgets [id*="categories"] ul li a:hover, .footer-widgets [id*="categories"] ul li a:active, .footer-widgets [id*="archives"] ul li a:hover, .footer-widgets [id*="archives"] ul li a:active, .footer-widgets [id*="nav_menu"] ul li a:hover, .footer-widgets [id*="nav_menu"] ul li a:active {
	color:#fff;
	text-decoration:none;
	background:none;
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list { margin:0; }
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li {
	padding:10px 60px 0 0;
	margin:15px 40px 0 0;
	border-top:1px solid #636363;
}
@media (max-width: 1200px) {
	.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li {
		padding-right:0;
		margin-right:0;
	}
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li:first-child {
	padding-top:0;
	margin-top:0;
	border:none;
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .thumbnail { margin:5px 20px 0 0; }
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .post-list_h {
	font:300 14px/21px 'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 5px 0;
	display:block;
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .post-list_h a { color:#fff; }
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li time, .footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .post-list_comment {
	display:inline-block;
	padding:0 0 10px 0;
	color:#818181;
	font:300 11px/21px 'Open Sans', sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li time { display:block; }
}
@media (max-width: 480px) {
	.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li time { display:block; }
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .post-list_comment:before {
	content:"/";
	padding:0 5px;
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#989898;
	line-height:20px;
}
.footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li .btn { margin-top:15px; }
.footer-widgets [id*="my_poststypewidget"].our-members { margin-bottom:20px; }
.footer-widgets [id*="my_poststypewidget"].our-members li {
	float:left;
	padding:0;
	margin:0 0 31px 30px;
}
.footer-widgets [id*="my_poststypewidget"].our-members li:nth-child(4n+1) { margin-left:0; }
@media (max-width: 1200px) {
	.footer-widgets [id*="my_poststypewidget"].our-members li { margin:0 30px 31px 0; }
}
.footer-widgets [id*="my_poststypewidget"].our-members li .thumbnail { margin:0; }
.footer-widgets [id*="my_poststypewidget"].our-members:after {
	content:'';
	width:0;
	height:0;
	clear:both;
	display:block;
}
.footer-text .site-name {
	font:300 18px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	display:inline-block;
	color:#fff;
}
.footer-text span em {
	font-style:normal;
	padding:0 5px;
}
@media (max-width: 979px) {
	.footer-text span em {
		display:block;
		text-indent:-9999px;
		height:0;
	}
}
.footer-text span a { color:#fff; }
nav.nav.footer-nav {
	float:none;
	margin:30px 0 0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:center;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:none;
	margin:0;
	padding:0 0 0 7px;
}
nav.nav.footer-nav ul li:first-child { padding:0; }
nav.nav.footer-nav ul li:first-child:before { display:none; }
nav.nav.footer-nav ul li a { border-bottom:1px solid transparent; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#fff;
	border-color:#fff;
	text-decoration:none;
}
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
div.ajax-loader, .ajax-loader {
	position:relative;
	top:-5px;
	background-image:url(images/loading.gif);
	width:24px;
	padding:24px 0 0 0;
	height:0px !important;
}
.zoom-icon {
	border:1px solid #ec4034;
	background:none;
}
.zoom-icon:before {
	background:url(images/zoom.png) 50% 50%;
	width:78px;
	height:79px;
	margin:-39px 0 0 -39px;
}
#back-top-wrapper p a {
	width:31px;
	height:17px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span {
	background:url(images/totop.png) no-repeat 0 -17px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
}
#back-top-wrapper p a span {
	width:31px;
	height:17px;
	background:url(images/totop.png) no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
	transition:all 0.3s ease 0s;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#ec4034; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#ec4034;
	margin-top:2px;
}
.ie9 .wpcf7-form p.field input, .ie8 .wpcf7-form p.field input { padding-top:10px; }
.ie9 .sml_subscribe input[type="text"], .ie8 .sml_subscribe input[type="text"] { padding-top:15px; }
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:20px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1em !important; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 .top-widget [id*="my_postwidget"] .post-list .post-list_li time, .ie8 .top-widget [id*="my_postwidget"] .post-list .post-list_li .post-list_h {
	vertical-align:middle;
	top:0;
}
.ie8 .top-widget [id*="my_postwidget"] .post-list .post-list_li time {
	margin-left:10px;
	top:-4px;
}
 
.ie8 .nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.ie8 .nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#fff;
	background:none;
}
.ie8 .nav__primary .sf-menu >li.sfHover >a:before {
	opacity:0;
	display:none;
}
.ie8 .nav__primary .sf-menu >li.sfHover >a:after {
	opacity:1;
	display:block;
}
.ie8 .nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.ie8 .nav__primary .sf-menu >li.sfHover ul { top:100%; }
.ie8 .nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.ie8 .slider >.container .camera { width:650px; }
.ie8 .slider .widget-box { margin-left:20px; }
.ie8 .social.home .social_li { width:45%; }
.ie8 .posts-grid.recent-news li .thumbnail, .ie8 .posts-grid.home-blog li .thumbnail { width:234px; }
.ie8 .posts-grid.home-latest-news li {
	width:46%;
	margin-left:4%;
}
.ie8 .posts-grid.home-latest-news li .clear { display:block; }
.ie8 .posts-grid.home-latest-news li .thumbnail {
	margin:0 0 20px 0;
	width:70px;
}
.ie8 .posts-grid.video-posts li .thumbnail { width:100%; }
.ie8 .posts-grid.most-commented li .clear { display:block; }
.ie8 .posts-grid.most-commented li .thumbnail {
	margin:0 0 20px 0;
	width:70px;
}
.ie8 .posts-grid.recent-photos li .thumbnail { width:100%; }
.ie8 .zoom-icon { background:none; }
.ie8 .recent-posts.arts .recent-posts_li {
	width:22.44%;
	margin-left:2.5%;
}
.ie8 .recent-posts.arts .recent-posts_li .thumbnail { width:100%; }
.ie8 .recent-posts.arts .recent-posts_li .desc h5:after { width:90%; }
.ie8 .banner-wrap.home-banner { min-height:290px; }
.ie8 .footer-widgets [id*="my_poststypewidget"].recent-posts-widget .post-list li {
	padding-right:0;
	margin-right:0;
}
.ie8 .footer-widgets [id*="my_poststypewidget"].our-members li { margin:0 30px 31px 0; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .post-author_gravatar img { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:10px;
	height:36px;
}
.ie8 #respond #commentform p input.btn {
	padding:4px 23px;
	height:38px;
	line-height:1.2em;
}
.transition { transition:all 0.3s ease 0s; }
.left-right-bg { position:relative; }
.left-right-bg:before {
	content:"";
	display:block;
	height:100%;
	left:-20px;
	position:absolute;
	top:0;
	width:20px;
}
.left-right-bg:after {
	content:"";
	display:block;
	height:100%;
	right:-20px;
	position:absolute;
	top:0;
	width:20px;
}
.headerborder:before {
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
	margin-bottom:6px;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.right_nav{
	padding:0!IMPORTANT;
	margin:0;
}


.right_nav > li {
	list-style:none;
	text-align:left;
	padding:3px;
}

.right_nav > li > a{
	display:block;
	background:#282424;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	text-decoration:none;
}

.right_nav > li > a:hover{
	background:#ed3e31;
}

.right_nav > li > a.active{
	background:#ed3e31;
}


.sugested_book{
	padding:0;
	margin:0;
}

.sugested_book  li{
	list-style:none;
	float:left;
	padding:14px;
}

.sugested_book  li a{
	background:#000;
	display:block;
}