@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Signika);
body { background:url(images/body.jpg) repeat 50% 0%; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder {
	background:url(images/main_tail.gif) repeat-y 50% 0%;
	overflow:hidden;
}
html.ie8 .main-holder { background:url(images/main_tail_ie8.gif) repeat-y 50% 0%; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:20px;
	margin:0;
	padding:13px 18px 13px 18px !important;
	border:1px solid #e5e5e5 !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#999 !important;
}
.main-holder input[type="text"]::-moz-placeholder, .main-holder input[type="email"]::-moz-placeholder, .main-holder textarea::-moz-placeholder { color:#999; }
.main-holder input[type="text"]::-ms-input-placeholder, .main-holder input[type="email"]::-ms-input-placeholder, .main-holder textarea::-ms-input-placeholder { color:#999; }
.main-holder input[type="text"]::-webkit-input-placeholder, .main-holder input[type="email"]::-webkit-input-placeholder, .main-holder textarea::-webkit-input-placeholder { color:#999; }
.main-holder input[type="text"]:-moz-placeholder, .main-holder input[type="email"]:-moz-placeholder, .main-holder textarea:-moz-placeholder { color:#999; }
.main-holder input[type="text"]:-ms-input-placeholder, .main-holder input[type="email"]:-ms-input-placeholder, .main-holder textarea:-ms-input-placeholder { color:#999; }
.main-holder input[type="text"]::-webkit-input-placeholder, .main-holder input[type="email"]::-webkit-input-placeholder, .main-holder textarea::-webkit-input-placeholder { color:#999; }
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea { line-height:20px; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:url(images/arrow.png) no-repeat 100% 50%;
	height:52px;
	margin:0 15px 0 0;
	padding:0 24px 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	color:#999;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	color:#999;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	color:#ec6c13;
}
.main-holder .search-form input[type="submit"] { margin:0 0 0 10px; }
.main-holder h1 { text-transform:uppercase; }
.main-holder h1 a {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h1 a:focus {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h1 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.main-holder h2 {
	padding-top:7px !important;
	padding-bottom:7px !important;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	text-transform:uppercase;
}
.main-holder h2 a {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h2 a:focus {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h2 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.main-holder h3 {
	position:relative;
	margin:14px 0 22px 0;
	padding:7px 0 7px 80px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	text-transform:uppercase;
}
.main-holder h3:before {
	background:#f0f0f0 url(images/icon_5.png) no-repeat 0% 0%;
	display:block;
	width:62px;
	height:62px;
	overflow:hidden;
	-webkit-border-radius:62px;
	-moz-border-radius:62px;
	border-radius:62px;
	position:absolute;
	top:-14px;
	left:0;
	content:'';
}
.main-holder h3 a {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h3 a:focus {
	text-decoration:none;
	color:#c0c0c0;
}
.main-holder h3 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.main-holder h4 {
	margin-bottom:19px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
.main-holder h4 a {
	text-decoration:none;
	color:#232323;
}
.main-holder h4 a:focus {
	text-decoration:none;
	color:#232323;
}
.main-holder h4 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.main-holder h5 { margin:0 0 16px 0; }
.main-holder h5 a {
	text-decoration:none;
	color:#000;
}
.main-holder h5 a:focus {
	text-decoration:none;
	color:#000;
}
.main-holder h5 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.main-holder h6 {
	font-weight:300 !important;
	text-transform:uppercase;
}
p { margin:0 0 10px 0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	img.alignleft { max-width:50%; }
}
@media (max-width: 767px) {
	img.alignleft { max-width:50%; }
}
.header {
	background:none;
	margin:0;
	padding:27px 0 0 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:27px 20px 0 20px;
		text-align:center;
	}
}
body.home .header { padding:27px 0 45px 0; }
@media (max-width: 767px) {
	body.home .header { padding:27px 20px 45px 20px; }
}
.header .search-form { margin:-1px 0 0 0; }
@media (min-width: 1200px) {
	.header .search-form { margin-right:4px; }
}
.header .search-form form { border-bottom:2px solid #e5e5e5; }
.header .search-form form input[type="text"] {
	background:none;
	float:left;
	width:262px;
	height:20px;
	min-height:20px;
	padding:0 !important;
	border:none !important;
	font-weight:700;
	text-transform:uppercase;
	color:#ec6c13 !important;
}
.header .search-form form input[type="text"]::-moz-placeholder { color:#ec6c13; }
.header .search-form form input[type="text"]::-ms-input-placeholder { color:#ec6c13; }
.header .search-form form input[type="text"]::-webkit-input-placeholder { color:#ec6c13; }
.header .search-form form input[type="text"]:-moz-placeholder { color:#ec6c13; }
.header .search-form form input[type="text"]:-ms-input-placeholder { color:#ec6c13; }
.header .search-form form input[type="text"]::-webkit-input-placeholder { color:#ec6c13; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form form input[type="text"] { width:203px; }
}
.header .search-form form input[type="submit"] {
	background:url(images/search.png) no-repeat 0% 0%;
	float:left;
	width:25px;
	height:21px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
.header .search-form form input[type="submit"]:hover {
	-webkit-transform:rotate(-42deg);
	-moz-transform:rotate(-42deg);
	-ms-transform:rotate(-42deg);
	-o-transform:rotate(-42deg);
	transform:rotate(-42deg);
}
.header .logo { margin:0 0 26px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo { float:none; }
}
.header .logo img { margin:0 0 11px 0; }
.header .logo .logo_h__txt {
	margin:-5px 0 3px 0;
	padding:0;
	text-transform:uppercase;
}
.header .logo .logo_h__txt a { text-decoration:none; }
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#333333;
}
.header .logo .logo_tagline {
	margin:0;
	line-height:24px;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#848484;
}
.header .header_block {
	position:relative;
	margin:0 0 27px 0;
	padding:5px 0 7px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.header .header_block { padding:20px 0 20px 0; }
}
body.home .header .header_block { margin:0 0 31px 0; }
.header .header_block:before {
	display:block;
	width:100%;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	position:absolute;
	top:-1px;
	left:-100%;
	bottom:-1px;
	content:'';
}
@media (min-width: 1200px) {
	.header .header_block:before {
		width:49px;
		left:-49px;
	}
}
html.ie8 .header .header_block:before {
	width:49px;
	left:-49px;
}
.header .header_block:after {
	display:block;
	width:100%;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	position:absolute;
	top:-1px;
	right:-100%;
	bottom:-1px;
	content:'';
}
@media (min-width: 1200px) {
	.header .header_block:after {
		width:49px;
		right:-49px;
	}
}
html.ie8 .header .header_block:after {
	width:49px;
	right:-49px;
}
.header .nav__primary {
	margin:0;
	padding:0 0 2px 0;
}
@media (min-width: 1200px) {
	.header .nav__primary { margin-left:8px; }
}
@media (max-width: 767px) {
	.header .nav__primary { margin:0; }
}
.header .nav__primary .select-menu { font-size:12px; }
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#e5e5e5;
	width:142px;
	padding:21px 0 21px 0;
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 77px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 47px; }
}
html.ie8 .header .nav__primary .sf-menu > li { margin:0 0 0 47px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 17px; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
html.ie8 .header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:uppercase;
}
.header .nav__primary .sf-menu > li > a:before {
	display:inline-block;
	margin:-1px 9px 0 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:FontAwesome;
	font-size:14px;
	font-weight:400;
	color:#c0c0c0;
}
.header .nav__primary .sf-menu > li > a[title="icon_1"]:before { content:'\f015'; }
.header .nav__primary .sf-menu > li > a[title="icon_2"]:before { content:'\f05a'; }
.header .nav__primary .sf-menu > li > a[title="icon_3"]:before { content:'\f03e'; }
.header .nav__primary .sf-menu > li > a[title="icon_4"]:before { content:'\f073'; }
.header .nav__primary .sf-menu > li > a[title="icon_5"]:before { content:'\f0e0'; }
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:12px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0 18px 0 18px;
	border:none;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration:none;
	color:#333;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-5px 0 0 0;
	top:50%;
	right:3px;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul { top:30px; }
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-21px;
	left:148px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	color:#333;
}
.header .nav__primary .sf-menu > li > a:hover:before, .header .nav__primary .sf-menu > li.sfHover> a:before, .header .nav__primary .sf-menu > li.current-menu-item > a:before, .header .nav__primary .sf-menu > li.current_page_item > a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#333;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#ec6c13;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	margin:0 -5px 0 0;
	top:17px;
	right:50%;
}
.header .header_widget {
	background:#cdcab6;
	margin:0;
	padding:31px 28px 31px 28px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	border:20px solid #f5f4f0;
	line-height:24px;
	font-size:14px;
	text-align:center;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .header_widget {
		padding:12px 15px 11px 15px;
		border:10px solid #f5f4f0;
	}
}
html.ie8 .header .header_widget {
	padding:12px 15px 11px 15px;
	border:10px solid #f5f4f0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .header_widget {
		padding:10px 10px 10px 10px;
		border:10px solid #f5f4f0;
	}
}
.header .header_widget:hover {
	background:#f5f4f0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border-color:#cdcab6;
}
.header .header_widget:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.header .header_widget:hover em {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border-color:#cdcab6;
	color:#cdcab6;
}
.header .header_widget:hover strong {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	border-color:#cdcab6;
}
.header .header_widget:hover p {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#cdcab6;
}
.header .header_widget img {
	margin:0 0 18px 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .header_widget img { margin:0 0 12px 0; }
}
.header .header_widget em {
	display:block;
	margin:0 0 1px 0;
	padding:9px 0 0 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	border-top:1px solid #fff;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .header_widget em { padding:5px 0 0 0; }
}
.header .header_widget strong {
	display:block;
	margin:0 0 14px 0;
	padding:0 0 8px 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	border-bottom:1px solid #fff;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .header_widget strong {
		margin:0 0 10px 0;
		padding:0 0 4px 0;
		line-height:24px;
		font-size:14px;
	}
}
.header .header_widget strong a {
	text-decoration:none;
	color:#000;
}
.header .header_widget strong a:focus {
	text-decoration:none;
	color:#000;
}
.header .header_widget strong a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.header .header_widget p {
	margin:0 0 23px 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
@media (min-width: 1200px) {
	.header .header_widget p {
		padding:0 20px;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .header_widget p { margin:0; }
}
html.ie8 .header .header_widget p { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .header_widget p {
		margin:0;
		line-height:20px;
		font-size:11px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper { margin:0 0 20px 0; }
}
#slider-wrapper .container { width:100%; }
#slider-wrapper .camera_prev {
	margin:0;
	top:5px;
	left:5px;
}
#slider-wrapper .camera_commands {
	margin:0;
	top:5px;
	right:50px;
}
#slider-wrapper .camera_next {
	margin:0;
	top:5px;
	right:5px;
}
#slider-wrapper .camera_caption {
	position:absolute;
	top:163px;
	right:0;
	bottom:auto;
	left:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption { top:103px; }
}
html.ie8 #slider-wrapper .camera_caption { top:103px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption { top:80px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		top:auto;
		bottom:0;
	}
}
#slider-wrapper .camera_caption div {
	background:url(images/caption.png) repeat 0% 0%;
	padding:25px 125px 29px 125px;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-align:center;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div { padding:25px 25px 25px 25px; }
}
html.ie8 #slider-wrapper .camera_caption div { padding:25px 25px 25px 25px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div {
		padding:25px 25px 25px 25px;
		line-height:26px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div {
		padding:25px 25px 25px 25px;
		line-height:26px;
		font-size:20px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div {
		padding:15px 15px 15px 15px;
		line-height:20px;
		font-size:14px;
	}
}
#slider-wrapper .camera_caption div strong {
	display:block;
	margin:0 0 14px 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div strong { margin:0; }
}
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_pag {
	width:100%;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
.content-holder {
	margin:0;
	padding:0 0 31px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 31px 20px; }
}
.content-holder #content { padding-top:38px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.content-holder .search-form input[type="text"] { width:160px; }
}
html.ie8 .content-holder .search-form input[type="text"] { width:160px; }
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder .search-form input[type="text"] { width:90px; }
}
@media (max-width: 480px) {
	.content-holder .search-form input[type="text"] { width:120px; }
}
#sidebar { padding-top:38px; }
#sidebar .widget { margin:60px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 { margin-bottom:25px; }
#sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_meta ul, #sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_recent_comments ul, #sidebar .widget_recent_entries ul {
	margin:0;
	padding:0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_meta ul li, #sidebar .widget_meta ul li, #sidebar .widget_pages ul li, #sidebar .widget_recent_comments ul li, #sidebar .widget_recent_entries ul li {
	position:relative;
	margin:10px 0 0 0;
	padding:0 0 0 17px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#999;
}
#sidebar .widget_categories ul li:first-child, #sidebar .widget_archive ul li:first-child, #sidebar .widget_nav_menu ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_pages ul li:first-child, #sidebar .widget_recent_comments ul li:first-child, #sidebar .widget_recent_entries ul li:first-child { margin:0; }
#sidebar .widget_categories ul li:before, #sidebar .widget_archive ul li:before, #sidebar .widget_nav_menu ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_pages ul li:before, #sidebar .widget_recent_comments ul li:before, #sidebar .widget_recent_entries ul li:before {
	line-height:12px;
	font-family:FontAwesome;
	font-size:6px;
	color:#ec6c13;
	position:absolute;
	top:4px;
	left:0;
	content:'\f111';
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_comments ul li a, #sidebar .widget_recent_entries ul li a {
	text-decoration:none;
	color:#999;
}
#sidebar .widget_categories ul li a:focus, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:focus, #sidebar .widget_recent_comments ul li a:focus, #sidebar .widget_recent_entries ul li a:focus {
	text-decoration:none;
	color:#999;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
	text-decoration:none;
	color:#ec6c13;
}
#sidebar .widget_categories ul li ul, #sidebar .widget_archive ul li ul, #sidebar .widget_nav_menu ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_pages ul li ul, #sidebar .widget_recent_comments ul li ul, #sidebar .widget_recent_entries ul li ul { padding:10px 0 0 0; }
#sidebar .widget-flexslider ul li { text-align:center; }
#sidebar .widget-flexslider ul li .thumbnail { margin:0 0 20px 0; }
#sidebar .widget_my-recent-comments h3:before { background-image:url(images/icon_6.png); }
#sidebar ul.comments-custom {
	margin:0;
	padding:0;
}
#sidebar ul.comments-custom li {
	margin:14px 0 0 0;
	padding:16px 0 0 0;
	border-top:1px solid #e8e8e8;
	line-height:24px;
	font-size:14px;
}
#sidebar ul.comments-custom li:first-child {
	margin:0;
	padding:0;
	border:none;
}
#sidebar ul.comments-custom li:before { display:none; }
#sidebar ul.comments-custom li .thumbnail { margin:6px 29px 5px 0; }
#sidebar ul.comments-custom li .meta_format { margin:1px 0 0 0; }
#sidebar ul.comments-custom li h4 {
	margin:0 0 -3px 0;
	padding:14px 0 0 0;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-align:left;
	text-transform:none;
	color:#ec6c13;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.comments-custom li h4 {
		line-height:20px;
		font-size:20px;
	}
}
#sidebar ul.comments-custom li time {
	display:block;
	line-height:24px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.comments-custom li time {
		line-height:20px;
		font-size:20px;
	}
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:6px 0 0 0;
	padding:0;
	border:none;
}
#sidebar #wp-calendar caption { color:#ec6c13; }
#sidebar #wp-calendar thead tr th { color:#ec6c13; }
.post_meta i { color:#ec6c13; }
.post_meta a {
	text-decoration:none;
	color:#999;
}
.post_meta a:focus {
	text-decoration:none;
	color:#999;
}
.post_meta a:hover {
	text-decoration:none;
	color:#000;
}
.title-box {
	position:relative;
	margin:13px 0 22px 0;
}
.title-box .title-box_icon {
	background:#f0f0f0;
	display:block;
	width:62px;
	height:62px;
	overflow:hidden;
	-webkit-border-radius:62px;
	-moz-border-radius:62px;
	border-radius:62px;
	position:absolute;
	top:-14px;
	left:-3px;
}
.title-box h2 {
	margin:0;
	padding-left:80px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.hero-unit {
	background:none;
	margin:0 0 23px 0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.hero-unit h1 {
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:normal;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:none;
	color:#000;
}
.hero-unit p {
	margin:0 0 7px 0;
	line-height:24px;
	font-size:14px;
	font-weight:400;
}
.hero-unit .btn-align { line-height:24px; }
.hero-unit .btn-align a { margin:0 !important; }
.hero-unit.extra {
	margin:0 0 12px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #e8e8e8;
}
.hero-unit.extra h1 { margin:0 0 12px 0; }
.hero-unit.extra p { margin:0 0 16px 0; }
a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:24px;
	font-family:'Signika', sans-serif;
	font-size:18px;
	font-weight:400;
	text-shadow:none;
	color:#ec6c13;
}
@media (max-width: 767px) {
	a.btn-primary { margin-bottom:30px; }
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#ec6c13;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#000;
}
.banner-wrap {
	width:100%;
	overflow:hidden;
	margin:0 0 19px 0;
	padding:19px 0 21px 0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.banner-wrap:hover {
	border-color:#000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap:hover .featured-thumbnail a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.banner-wrap:hover .featured-thumbnail a:after {
	margin-top:-17px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:50%;
}
.banner-wrap .featured-thumbnail {
	float:right;
	margin:11px 0 11px 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail { max-width:50%; }
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail {
		max-width:50%;
		margin:11px 0 11px 20px;
	}
}
.banner-wrap .featured-thumbnail a { border:none; }
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
.banner-wrap h5 {
	margin:0 0 18px 0;
	padding:0;
	letter-spacing:normal;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:none;
	color:#000;
}
@media (max-width: 767px) {
	.banner-wrap h5 {
		line-height:30px;
		font-size:18px;
	}
}
.banner-wrap p { margin:0 0 16px 0; }
.banner-wrap .banner-btn a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:24px;
	font-family:'Signika', sans-serif;
	font-size:18px;
	font-weight:400;
	text-shadow:none;
	color:#ec6c13;
}
.banner-wrap .banner-btn a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#ec6c13;
}
.banner-wrap .banner-btn a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#000;
}
.list_1 {
	margin:0 0 60px 0 !important;
	padding:8px 0 0 0;
}
.list_1 li {
	width:100%;
	overflow:hidden;
	margin:14px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #e8e8e8;
	line-height:24px;
	font-size:14px;
}
.list_1 li:first-child {
	margin:0;
	padding:0;
	border:none;
}
.list_1 li .thumbnail {
	float:left;
	margin:0 19px 5px 0;
}
.list_1 li h5 {
	margin:0 0 -4px 0;
	padding:19px 0 0 0;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#000;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_1 li h5 { padding:9px 0 0 0; }
}
html.ie8 .list_1 li h5 { padding:9px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li h5 {
		margin:0;
		padding:0;
		line-height:28px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.list_1 li h5 { padding:9px 0 0 0; }
}
.list_2 li {
	margin-bottom:0;
	text-align:center;
}
@media (max-width: 767px) {
	.list_2 li { margin:20px 0 0 0; }
}
.list_2 li h5 { margin:0 0 2px 0; }
@media (min-width: 980px) and (max-width: 1200px) {
	.list_2 li h5 {
		line-height:32px;
		font-size:20px;
	}
}
html.ie8 .list_2 li h5 {
	line-height:32px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_2 li h5 {
		line-height:26px;
		font-size:14px;
	}
}
.list_2 li .post_meta {
	margin:0 0 19px 0;
	padding:0;
	border:none;
	line-height:20px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#232323;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_2 li .post_meta {
		line-height:18px;
		font-size:12px;
	}
}
.list_2 li .post_meta .post_category, .list_2 li .post_meta .post_author, .list_2 li .post_meta .post_comment { display:none; }
@media (max-width: 767px) {
	.list_2 li .thumbnail { float:none; }
}
.list_2 li .excerpt { display:none; }
.list_3 { padding:1px 0 46px 0; }
.list_3 li {
	margin-bottom:0;
	text-align:left;
}
@media (max-width: 767px) {
	.list_3 li { margin:20px 0 0 0; }
}
.list_3 li h5 {
	margin:0 0 3px 0;
	text-align:center;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_3 li h5 {
		line-height:32px;
		font-size:20px;
	}
}
html.ie8 .list_3 li h5 {
	line-height:32px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li h5 {
		line-height:26px;
		font-size:14px;
	}
}
.list_3 li .post_meta {
	margin:0 0 19px 0;
	padding:0;
	border:none;
	line-height:20px;
	font-size:14px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	color:#232323;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li .post_meta {
		line-height:18px;
		font-size:12px;
	}
}
.list_3 li .post_meta .post_category, .list_3 li .post_meta .post_author, .list_3 li .post_meta .post_comment { display:none; }
.list_3 li .thumbnail {
	float:none;
	margin:0 0 17px 0;
}
@media (max-width: 767px) {
	.list_3 li .thumbnail { float:none; }
}
.list_3 li .excerpt { margin:0 0 16px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li .excerpt {
		line-height:20px;
		font-size:12px;
	}
}
.list_3 li a.btn { margin:0 !important; }
.list.circle-list { padding:5px 0 0 0; }
@media (max-width: 767px) {
	.list.circle-list { padding-bottom:20px; }
}
.list.circle-list ul {
	margin:0;
	padding:0;
}
.list.circle-list ul li {
	position:relative;
	margin:10px 0 0 0;
	padding:0 0 0 17px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#999;
}
.list.circle-list ul li:first-child { margin:0; }
.list.circle-list ul li:before {
	line-height:12px;
	font-family:FontAwesome;
	font-size:6px;
	color:#ec6c13;
	position:absolute;
	top:4px;
	left:0;
	content:'\f111';
}
.list.circle-list ul li a {
	text-decoration:none;
	color:#999;
}
.list.circle-list ul li a:focus {
	text-decoration:none;
	color:#999;
}
.list.circle-list ul li a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.list.circle-list ul li ul { padding:10px 0 0 0; }
.list.custom-list ul {
	margin:0;
	padding:0;
}
.list.custom-list ul li {
	margin:14px 0 0 0;
	padding:11px 0 0 0;
	border-top:1px solid #e8e8e8;
	list-style:none;
	line-height:24px;
	font-size:14px;
	color:#999;
}
.list.custom-list ul li:first-child {
	margin:0;
	padding:0;
	border:none;
}
.list.custom-list ul li strong {
	display:block;
	margin:0 0 13px 0;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#000;
}
.list.custom-list ul li:before { display:none; }
div.testimonials { padding:4px 0 0 0; }
div.testimonials .testi-item {
	margin:15px 0 0 0;
	padding:14px 0 0 0;
	border-top:1px solid #e8e8e8;
}
div.testimonials .testi-item:first-child {
	margin:0;
	padding:0;
	border:none;
}
div.testimonials .testi-item blockquote {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:24px;
	font-family:'Signika', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#000;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#000;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#ec6c13;
}
div.testimonials .testi-item .testi-meta {
	padding:10px 0 0 0;
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#c0c0c0;
}
div.testimonials .testi-item .testi-meta .user:after { display:none; }
.hr {
	background:#e5e5e5;
	position:relative;
	height:1px;
	overflow:visible;
	margin:55px 0 13px 0;
	padding:0;
	line-height:0;
	font-size:0;
}
.footer {
	background:url(images/footer_line.gif) no-repeat 50% 0%;
	margin:0;
	padding:40px 0 40px 0;
	border:none;
}
html.ie8 .footer { background:url(images/footer_line_ie8.gif) no-repeat 50% 0%; }
@media (max-width: 767px) {
	.footer { padding:30px 20px 30px 20px; }
}
.footer .footer-text {
	float:none;
	margin:0;
}
@media (max-width: 480px) {
	.footer .footer-text {
		line-height:20px;
		font-size:12px;
	}
}
.footer .footer-text a {
	text-decoration:none;
	color:#999;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#999;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.footer .footer-text i {
	margin:0 9px;
	font-style:normal;
}
@media (max-width: 480px) {
	.footer .footer-text i { margin:0; }
}
.footer .footer-nav { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:right; }
}
.footer .footer-nav ul li {
	margin:0 0 0 11px;
	padding:0;
}
@media (max-width: 767px) {
	.footer .footer-nav ul li {
		margin:0 5px;
		padding:0;
	}
}
.footer .footer-nav ul li:first-child { margin-left:0; }
.footer .footer-nav ul li:last-child { margin-right:0; }
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#ec6c13;
}
.footer .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#ec6c13;
}
.footer .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#ec6c13;
}
@media (max-width: 480px) {
	.footer .footer-nav ul li a {
		line-height:20px;
		font-size:12px;
	}
}
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#999;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#ec6c13;
}
#back-top-wrapper {
	right:15px;
	bottom:15px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#ec6c13; }
#back-top-wrapper p#back-top a span {
	background-color:#000;
	margin:0;
}
.motopress-image-obj img.indent_bottom { margin-bottom:27px !important; }
@media (max-width: 767px) {
	.motopress-image-obj img.image_indent { margin-bottom:17px !important; }
}
.extra p { margin:0 0 11px 0; }
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.featured-thumbnail a { position:relative; }
.featured-thumbnail a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:0;
}
.featured-thumbnail a:hover:after {
	margin-top:-17px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:50%;
}
.featured-thumbnail a:before {
	background:url(images/image_bg.png) repeat 0% 0%;
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	content:'';
}
.featured-thumbnail a:after {
	background:url(images/magnify.png) repeat 0% 0%;
	display:block;
	width:35px;
	height:35px;
	overflow:hidden;
	margin:0 0 0 -17px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:-35px;
	right:auto;
	bottom:auto;
	left:50%;
	content:'';
}
.featured-thumbnail a .zoom-icon { display:none !important; }
.title-section { padding:0; }
.title-section h1 {
	margin:0 0 14px 0;
	padding:0;
}
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	color:#c0c0c0;
}
.title-section ul li.active { color:#333; }
.title-section ul li.divider {
	margin:0 12px;
	padding:0;
}
.title-section ul li.divider:after {
	line-height:20px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#c0c0c0;
	content:'|';
}
.title-section ul li a {
	text-decoration:none;
	color:#c0c0c0;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#c0c0c0;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#333;
}
.post-header {
	position:relative;
	margin:14px 0 22px 0;
}
.post-header h2 {
	margin:0;
	padding-left:80px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.post-header h2:before {
	background:#f0f0f0 url(images/icon_4.png) no-repeat 0% 0%;
	display:block;
	width:62px;
	height:62px;
	overflow:hidden;
	-webkit-border-radius:62px;
	-moz-border-radius:62px;
	border-radius:62px;
	position:absolute;
	top:-14px;
	left:0;
	content:'';
}
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
article.post h3 {
	padding:0;
	border:none;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:none;
	color:#000;
}
article.post h3:before { display:none; }
.post-author { background:none; }
.post-author h3 {
	margin:0 0 10px 0;
	padding:0;
	border:none;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	text-transform:none;
	color:#000;
}
.post-author h3:before { display:none; }
.post-author h3 a {
	text-decoration:none;
	color:#000;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#000;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link p {
	margin:0;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	color:#000;
}
@media (max-width: 480px) {
	.post-author .post-author_link p {
		line-height:26px;
		font-size:20px;
	}
}
.related-posts h3 { margin-bottom:31px; }
.related-posts h3:before { background-image:url(images/icon_7.png); }
.related-posts ul li {
	line-height:24px;
	font-size:14px;
	color:#999;
}
.related-posts ul li a {
	text-decoration:none;
	color:#999;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#999;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#ec6c13;
}
#comments h3 {
	margin-bottom:31px;
	padding:7px 0 7px 80px;
}
#comments h3:before { background-image:url(images/icon_8.png); }
ol.comment-list li .comment-body {
	background:none !important;
	border:1px solid #e5e5e5;
}
ol.comment-list li .comment-body .author {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:24px;
	font-family:'Signika', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#ec6c13;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:0;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#000;
}
ol.comment-list li .comment-body .reply a {
	background:none;
	margin:0;
	padding:0;
	line-height:30px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#ec6c13;
}
ol.comment-list li .comment-body .reply a:focus { color:#ec6c13; }
ol.comment-list li .comment-body .reply a:hover { color:#000; }
.cancel-comment-reply { padding:0 0 8px 0; }
#respond h3:before { background-image:url(images/icon_9.png); }
#commentform p {
	width:100%;
	overflow:hidden;
}
#commentform input[type="submit"] { margin:0; }
.google-map { margin:0 0 30px 0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:4px 7px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-left:2px !important;
		padding-right:2px !important;
		font-size:10px !important;
	}
}
.wpcf7-form .ajax-loader { margin:15px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#ec6c13; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h2 { margin:30px 0 0 0 !important; }
@media (max-width: 767px) {
	.error404-holder h2 {
		padding:0;
		border:none;
	}
}
.error404-holder h4 { text-align:left; }
@media (max-width: 767px) {
	.error404-holder h4 { text-align:center; }
}
.filter-wrapper { padding:8px 0 29px 0; }
.filter-wrapper .pull-right { float:none; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	margin:0;
	padding:0;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#c0c0c0;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		line-height:18px;
		font-size:12px;
	}
}
.filter-wrapper ul li {
	background:url(images/divider.png) no-repeat 0% 50%;
	margin:0 0 0 14px;
	padding:0 0 0 16px;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#c0c0c0;
}
@media (max-width: 767px) {
	.filter-wrapper ul li {
		margin:0 0 0 9px;
		padding:0 0 0 11px;
		line-height:18px;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	.filter-wrapper ul li {
		background:none;
		padding:0;
	}
}
.filter-wrapper ul li:first-child {
	background:none;
	padding:0;
}
.filter-wrapper ul li.active a {
	text-decoration:none;
	color:#333;
}
.filter-wrapper ul li.active a:focus {
	text-decoration:none;
	color:#333;
}
.filter-wrapper ul li.active a:hover {
	text-decoration:none;
	color:#333;
}
.filter-wrapper ul li a {
	background:none !important;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	color:#c0c0c0;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		line-height:18px;
		font-size:12px;
	}
}
.filter-wrapper ul li a:focus {
	text-decoration:none;
	color:#c0c0c0;
}
.filter-wrapper ul li a:hover {
	text-decoration:none;
	color:#333;
}
#portfolio-grid li .thumbnail { margin:0 0 15px 0; }
#portfolio-grid li .thumbnail a { position:relative; }
#portfolio-grid li .thumbnail a:hover .zoom-icon:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	top:50%;
}
#portfolio-grid li .thumbnail a .zoom-icon:before {
	background:url(images/magnify.png) repeat 0% 0%;
	display:block;
	width:35px;
	height:35px;
	overflow:hidden;
	margin:-17px 0 0 -17px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:-35px;
	right:auto;
	bottom:auto;
	left:50%;
	content:'';
}
#portfolio-grid li h3 {
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	font-weight:400 !important;
	text-transform:none;
	color:#000;
}
#portfolio-grid li h3:before { display:none; }
#portfolio-grid li h3 a {
	text-decoration:none;
	color:#000;
}
#portfolio-grid li h3 a:focus {
	text-decoration:none;
	color:#000;
}
#portfolio-grid li h3 a:hover {
	text-decoration:none;
	color:#ec6c13;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.archive_lists h3 {
	margin:0 0 20px 0;
	padding:0;
	border:none;
	line-height:36px;
	font-family:'Signika', sans-serif;
	font-size:24px;
	text-transform:none;
	color:#000;
}
.archive_lists h3:before { display:none; }
.faq-list h4 {
	margin:0 !important;
	text-align:left;
}
.ie8 .mp-row-fluid [class*="mp-span"]:first-child { margin-left:0; }
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
