@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Kanit&subset=thai,latin);
body { padding:0 !important; }
.main-holder { overflow:hidden; }
h2, h3 { letter-spacing:-1px; }
h2 { margin:0 0 16px 0; }
@media (min-width: 1200px) {
	h2 { margin-bottom:16px; }
}
h3 { margin:0 0 16px 0; }
p { margin-bottom:10px; }
p a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
p a:hover, p a:focus { text-decoration:none; }
address a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
address a:hover, address a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.header {
	padding:0;
	border:none;
	background-color:transparent;
}
.header > .container { width:100% !important; }
.header > .container > .row { margin-left:0 !important; }
.header > .container > .row > .span12 {
	width:100% !important;
	margin-left:0 !important;
}
.header .top-row {
	background-color:#e4e4e4;
	padding:5px 0 7px;
}
@media (max-width: 767px) {
	.header .top-row {
		padding-left:20px;
		padding-right:20px;
	}
}
.header .middle-row {
	background-color:#fff;
	padding:15px 0 14px;
}
@media (max-width: 767px) {
	.header .middle-row {
		padding-left:20px;
		padding-right:20px;
		text-align:center;
	}
}
.header .bottom-row {
	background-color:#2b2b2b;
	padding:17px 0 16px;
	position:relative;
	z-index:99;
}
@media (max-width: 767px) {
	.header .bottom-row {
		padding-left:20px;
		padding-right:20px;
	}
}
.header .bottom-row.isStuck {
	width:100%;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,0.4);
	box-shadow:0 2px 10px rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
	.header .bottom-row.isStuck {
		position:relative !important;
		top:0 !important;
		width:auto;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.header .banner-row { position:relative; }
@media (max-width: 767px) {
	.header .banner-row {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 767px) {
	.header .pseudoStickyBlock { display:none !important; }
}
.phone {
	font-size:18px;
	font-weight:300;
	line-height:24px;
	color:#4a9fc0;
	float:right;
	margin:27px 0 0 0;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.phone { margin-top:16px; }
}
@media (max-width: 767px) {
	.phone {
		float:none;
		margin:0;
	}
}
.phone i {
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 0;
	background-color:#ec4f01;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.phone:hover, .phone:focus {
	text-decoration:none;
	color:#ec4f01;
}
.phone:hover i, .phone:focus i {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.header .search-form {
	width:307px;
	height:40px;
	border:1px solid #d8d8d8;
	margin:16px 0 0 28px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form {
		width:257px;
		margin-top:5px;
	}
}
.search-form_it {
	padding-top:12px !important;
	padding-bottom:12px !important;
}
.header .search-form_it {
	border:none;
	padding:8px 10px !important;
	margin:0;
	width:240px;
	background-color:transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form_it { width:180px; }
}
.widget .search-form_it {
	width:100%;
	height:50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header .search-form_is {
	color:#707270;
	font-size:20px;
	margin:6px 19px 0 0;
	padding:0;
	border:none;
	background-color:transparent;
	float:right;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus { color:#ec4f01; }
.header-banner {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% bottom;
	background-image:url(images/banner-bg.jpg);
	padding:30px;
	position:absolute;
	left:0;
	top:44px;
	max-width:300px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.header-banner {
		padding:55px 49px 59px 49px;
		max-width:370px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner {
		padding:20px;
		max-width:228px;
	}
}
@media (max-width: 767px) {
	.header-banner {
		max-width:370px;
		margin:0 0 0 -185px;
		left:50%;
	}
}
@media (max-width: 480px) {
	.header-banner {
		max-width:280px;
		margin:0 0 0 -140px;
	}
}
.header-banner h2 {
	margin:0 0 20px 0;
	font-size:30px;
	font-weight:300 !important;
	line-height:46px;
	text-transform:uppercase;
	letter-spacing:-2px;
}
@media (min-width: 1200px) {
	.header-banner h2 {
		font-size:30px;
		margin-bottom:38px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner h2 {
		font-size:30px;
		line-height:1em;
	}
}
@media (max-width: 480px) {
	.header-banner h2 {
		font-size:30px;
		line-height:1em;
	}
}
.header-banner h2 strong {
	display:block;
	font-size:21px;
	line-height:1.2em;
	color:#ec4f01;
	letter-spacing:-1px;
	margin:6px 0 0 0;
}
@media (min-width: 1200px) {
	.header-banner h2 strong { font-size:25px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner h2 strong { font-size:18px; }
}
@media (max-width: 480px) {
	.header-banner h2 strong { font-size:18px; }
}
.header-banner p {
	font-size:18px;
	font-style:italic;
	line-height:21px;
	margin-bottom:20px;
}
@media (min-width: 1200px) {
	.header-banner p { margin-bottom:49px; }
}
.header-banner .btn-primary {
	background:#ec4f01;
	border:1px solid #377589;
	display:block;
	text-align:center;
}
.header-banner .btn-primary.btn-large {
	font-size:24px;
	line-height:1.2em;
	padding:7px 0 12px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner .btn-primary.btn-large { font-size:20px; }
}
.header-banner .btn-primary:hover, .header-banner .btn-primary:focus {
	background:#ec4f01;
	border-color:#d34701;
}
.social-nets-wrapper .social { float:right; }
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		padding-top:15px;
		text-align:center;
	}
}
.social-nets-wrapper .social li {
	list-style-type:none;
	float:left;
	margin-left:5px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:25px;
	height:25px;
	line-height:25px;
	color:#fff;
	background-color:#ec4f01;
	display:block;
	overflow:hidden;
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li a:hover, .social-nets-wrapper .social li a:focus {
	text-decoration:none;
	color:#ec4f01;
	background-color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		margin-bottom:18px;
	}
}
.logo_link:hover, .logo_link:focus {
	text-decoration:none;
	color:#e94e1b;
}
.nav__extra {
	margin-bottom:0;
	float:right;
}
@media (max-width: 767px) {
	.nav__extra {
		float:none;
		text-align:center;
	}
}
@media (max-width: 767px) {
	.nav__extra ul {
		line-height:1em;
		margin:0;
	}
}
.nav__extra ul li {
	list-style-type:none;
	float:left;
	font-size:11px;
	line-height:1.2em;
	margin-left:12px;
}
@media (max-width: 767px) {
	.nav__extra ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 6px;
	}
}
.nav__extra ul li:first-child { margin-left:0; }
.nav__extra ul li a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.nav__extra ul li a:hover, .nav__extra ul li a:focus {
	text-decoration:none;
	color:#ec4f01;
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin:18px 0 0 0; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top:-43px; }
.sf-menu { float:left; }
.sf-menu > li {
	background-color:transparent;
	margin-left:20px;
}
@media (min-width: 1200px) {
	.sf-menu > li { margin-left:39px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:9px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li.home a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
	font:0/0 a !important;
	color:transparent !important;
	text-shadow:none !important;
	background-color:transparent !important;
	border:0 !important;
}
.sf-menu > li.home a:before {
	content:'\f015';
	font-size:24px !important;
	font-family:FontAwesome;
	line-height:22px;
	color:#fff !important;
	float:left;
}
.sf-menu > li > a {
	padding:0;
	border:none;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { font-size:14px !important; }
}
.sf-menu li ul {
	width:175px;
	padding:25px 0 30px 0;
	background-color:#2b2b2b;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.5);
	box-shadow:0 0 4px rgba(0,0,0,0.5);
}
.sf-menu li li {
	background-color:transparent;
	margin-top:17px;
}
.sf-menu li li:first-child { margin-top:0; }
.sf-menu li li a {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0;
	border:none;
	color:#fff;
	display:inline;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.sf-menu li li ul { background-color:#fff; }
.sf-menu li li li a { color:#424242; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	background-color:transparent;
	color:#828282;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover > a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before { color:#828282 !important; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background-color:transparent;
	color:#ec4f01;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin:0 0 0 -5px;
	background-image:url(images/arrows-ffffff.png);
}
a > .sf-sub-indicator {
	top:auto;
	bottom:-10px;
}
.sf-menu ul .sf-sub-indicator {
	margin:0;
	right:-14px;
	bottom:auto;
	top:2px;
}
.select-menu { height:37px; }
.slider {
	overflow:visible;
	position:relative;
	z-index:2;
	height:487px;
}
@media (min-width: 1200px) {
	.slider { height:584px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider { height:462px; }
}
@media (max-width: 480px) {
	.slider { height:466px; }
}
.camera_wrap .camera_pag {
	height:11px;
	position:relative;
	top:13px;
}
@media (min-width: 1200px) {
	.camera_wrap .camera_pag { top:110px; }
}
.camera_wrap .camera_pag .camera_pag_ul li {
	width:11px;
	height:11px;
	background-color:#d5d5d5;
	margin:0 0 0 3px;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_wrap .camera_pag .camera_pag_ul li:first-child { margin-left:0; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover { background-color:#ec4f01; }
.camera_wrap .camera_pag .camera_pag_ul li > span { display:none; }
.camera_loader, .cameraSlide img { display:none !important; }
.camera_wrap {
	margin-bottom:0 !important;
	height:487px !important;
}
@media (min-width: 1200px) {
	.camera_wrap { height:584px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_wrap { height:462px !important; }
}
@media (max-width: 480px) {
	.camera_wrap { height:466px !important; }
}
#previewSpinner {
	left:50% !important;
	top:50% !important;
	background-color:#ec4f01 !important;
	background-image:url(images/spinner.gif) !important;
}
.content-holder {
	background-color:#fff;
	padding-bottom:40px;
}
@media (min-width: 1200px) {
	.content-holder { padding-bottom:80px; }
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-top:0px; }
#content { padding-top:42px; }
@media (min-width: 1200px) {
	#content { padding-top:84px; }
}
.title-section {
	padding:21px 0 22px 0;
	background-color:#e4e4e4;
	position:relative;
}
.title-section:before, .title-section:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.title-section:before { left:-99%; }
.title-section:after { right:-99%; }
.title-header {
	overflow:visible;
	margin:0 0 4px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
}
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t li.active { color:#2b2b2b; }
.breadcrumb__t li.divider {
	margin:0 15px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'|';
	color:#2b2b2b;
	font:14px/24px Open Sans;
}
.breadcrumb__t li a { color:#2b2b2b; }
.post__holder .post-header .post-title {
	line-height:1.2em;
	margin:0 0 26px 0;
}
@media (min-width: 1200px) {
	.post__holder .post-header .post-title { margin-bottom:52px; }
}
.post__holder .post-header .post-title a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:focus {
	text-decoration:none;
	color:#ec4f01;
}
.post__holder .featured-thumbnail.large { margin:0 0 20px 0; }
.post__holder .post_content { padding-bottom:20px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content p { margin:0 0 15px; }
.post__holder .btn-primary {
	font-size:24px;
	padding:11px 35px 15px;
}
.post_meta {
	border-color:#e4e4e4;
	padding:9px 0 10px;
	font-size:1em;
}
.post_meta div[class^="post_"] {
	padding:0;
	margin-right:24px;
}
.post_meta i {
	color:#ec4f01;
	padding-right:5px;
}
.post_meta a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post_meta a:hover, .post_meta a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	border:1px solid #e4e4e4;
	margin:0 2px 4px;
	color:#2b2b2b;
	font-weight:bold;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus {
	border-color:#ec4f01;
	background:#ec4f01;
	color:#fff;
}
.pagination__posts ul .active a {
	border-color:#ec4f01;
	background:#ec4f01;
	color:#fff;
}
.share-buttons span, .share-buttons li { line-height:18px; }
.post-author {
	margin-bottom:40px;
	padding:13px 48px 20px 20px;
	border-color:#e4e4e4;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.post-author { margin-bottom:85px; }
}
.post-author_h {
	margin:0 0 8px 0;
	font-size:14px;
	color:#2b2b2b;
	letter-spacing:0;
}
.post-author_h small {
	font-size:inherit;
	text-transform:capitalize;
	color:#ec4f01;
}
.post-author_h a {
	text-transform:capitalize;
	color:inherit;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post-author_h a:hover, .post-author_h a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.post-author_link { margin-top:10px; }
.post-author_link p { margin-bottom:0; }
.post-author_link a {
	text-transform:capitalize;
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post-author_link a:hover, .post-author_link a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.post-author_gravatar { margin:8px 20px 0 0; }
.post-author_gravatar img {
	padding:0;
	border-color:#e4e4e4;
	background-color:transparent;
}
.post-author .post-author_desc {
	margin-top:0;
	overflow:visible;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
.post-author .post-author_desc .post-author_link { font-size:16px; }
#recent-author-posts h3, #recent-author-comments h3 {
	font-size:22px;
	line-height:1.2em;
	margin:0 0 20px 0;
}
#recent-author-comments { padding-top:40px; }
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:6px;
}
#recent-author-comments ul li:before {
	content:'\f0da';
	font-family:FontAwesome;
	font-size:15px;
	color:#2b2b2b;
	padding-right:15px;
}
#recent-author-comments ul li a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#recent-author-comments ul li a:hover, #recent-author-comments ul li a:focus { text-decoration:none; }
.related-posts { margin:0; }
.related-posts_h {
	margin:0 0 26px 0;
	font-size:36px;
	font-weight:normal;
	line-height:1.2em;
}
@media (min-width: 1200px) {
	.related-posts_h { margin-bottom:52px; }
}
.related-posts_item {
	font-size:16px;
	margin-bottom:40px;
}
@media (min-width: 1200px) {
	.related-posts_item { margin-bottom:83px; }
}
.related-posts_item h4 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
}
.related-posts_item h4 a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.related-posts_item h4 a:hover, .related-posts_item h4 a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.related-posts .featured-thumbnail { margin:0; }
.faq-list_body .marker { top:2px; }
.testimonial {
	border-color:#e4e4e4;
	background-color:transparent;
	font-family:Open Sans;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p { line-height:1.5em; }
.testimonial small {
	font-family:Open Sans;
	font-size:16px;
	color:#2b2b2b;
}
.testimonial small a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.testimonial small a:hover, .testimonial small a:focus { text-decoration:none; }
.page-header {
	padding:0;
	margin:0;
	border:none;
}
.page-header h1 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 26px;
}
.single-pager { border-color:#e4e4e4; }
.single-pager a {
	color:#2b2b2b;
	font-size:16px;
	font-weight:bold;
	border-color:#e4e4e4;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.single-pager a:hover, .single-pager a:focus {
	color:#fff;
	border-color:#ec4f01;
	background-color:#ec4f01 !important;
}
.filter-wrapper .pull-right { float:left !important; }
.filter-wrapper strong {
	font-size:18px;
	font-weight:normal;
	color:#2b2b2b;
	padding:0;
	margin-right:27px;
}
.nav-pills { margin-bottom:25px; }
.nav-pills li a {
	background:none !important;
	margin:0 27px 0 0;
	padding:0;
	font-size:18px;
	line-height:24px;
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:focus { color:#ec4f01; }
.nav-pills li.active a { color:#ec4f01 !important; }
.filterable-portfolio .caption__portfolio {
	padding:24px 20px 27px;
	background-color:#e4e4e4;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 { margin:0; }
.filterable-portfolio h3 a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus {
	color:#ec4f01 !important;
	text-decoration:none;
}
.filterable-portfolio .excerpt { margin-bottom:0; }
.filterable-portfolio .btn-primary {
	font-size:24px;
	padding:11px 35px 15px;
}
.filterable-portfolio .portfolio_item:hover .caption__portfolio {
	color:#fff;
	background-color:#2b2b2b;
}
.filterable-portfolio .portfolio_item:hover h3 a { color:#fff; }
.zoom-icon { background:rgba(43,43,43,0.4); }
.no-rgba .zoom-icon { background:url(images/gray-opacity-40.png); }
.zoom-icon:before {
	margin:-28px 0 0 -35px;
	width:70px;
	height:56px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:0;
	filter:alpha(opacity=0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.single-portfolio .featured-thumbnail.large { margin-top:0; }
.portfolio-meta { border-color:#e4e4e4; }
.portfolio-meta i { color:#ec4f01; }
.portfolio-meta a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.portfolio-meta a:hover, .portfolio-meta a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.portfolio-meta-list { border-color:#e4e4e4; }
.portfolio-meta-list a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.portfolio-meta-list a:hover, .portfolio-meta-list a:focus { text-decoration:none; }
.comment-holder {
	margin-bottom:0;
	padding-bottom:20px;
}
@media (min-width: 1200px) {
	.comment-holder { padding-bottom:30px; }
}
.comments-h {
	font-size:36px;
	font-weight:normal;
	line-height:1.2em;
}
.comment .comment-body {
	margin-bottom:20px;
	padding:13px 25px 11px 20px;
	border-color:#e5e5e5;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.comment .comment-body { margin-bottom:30px; }
}
.comment .comment-body p { margin-bottom:0; }
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background-color:transparent; }
.comment-author { margin:7px 20px 0 0; }
.comment-author .author {
	font-size:16px;
	font-weight:normal;
	padding-top:13px;
	width:84px;
}
.comment-meta {
	padding:2px 0 0 0;
	color:#ec4f01;
	font-size:16px;
}
.reply {
	margin-left:19px;
	padding-top:2px;
	font-size:16px;
}
@media (min-width: 1200px) {
	.reply { margin-left:29px; }
}
.reply .comment-reply-link {
	background-color:transparent;
	color:#2b2b2b;
	padding:0;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:focus { color:#ec4f01; }
#respond { padding-top:0; }
#respond h3 {
	font-size:36px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 26px 0;
}
@media (min-width: 1200px) {
	#respond h3 { margin-bottom:52px; }
}
#respond form .btn {
	float:none;
	margin-top:8px;
}
@media (min-width: 1200px) {
	#respond form .btn { margin-top:18px; }
}
.cancel-comment-reply a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.cancel-comment-reply a:hover, .cancel-comment-reply a:focus { text-decoration:none; }
.comment-list ul.children { margin:0 0 0 20px; }
@media (min-width: 1200px) {
	.comment-list ul.children { margin-left:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:14px; }
#commentform input[type="text"] {
	width:342px;
	padding:7px 13px 8px;
}
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100%;
	min-height:240px;
	height:240px;
	padding:7px 13px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 #commentform textarea {
	width:592px;
	max-width:592px;
	min-width:592px;
}
@media (min-width: 1200px) {
	#commentform textarea {
		width:670px;
		max-width:670px;
		min-width:670px;
	}
}
.children #commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform input[type="text"] {
		width:100%;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:50px;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
	}
}
#sidebar { padding-top:42px; }
@media (min-width: 1200px) {
	#sidebar { padding-top:84px; }
}
#sidebar .widget {
	margin-bottom:0;
	padding-bottom:33px;
}
@media (min-width: 1200px) {
	#sidebar .widget { padding-bottom:66px; }
}
#sidebar .widget-title {
	font-size:36px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 21px 0;
}
@media (min-width: 1200px) {
	#sidebar .widget-title { margin-bottom:43px; }
}
#sidebar .widget ul { margin-left:0; }
#sidebar .widget ul li {
	list-style-type:none;
	margin-bottom:6px;
}
#sidebar .widget ul li:before {
	content:'\f0da';
	font-family:FontAwesome;
	font-size:15px;
	color:#2b2b2b;
	padding-right:15px;
}
#sidebar .widget ul li a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:focus {
	text-decoration:none;
	color:#ec4f01;
}
#sidebar .widget ul ul { margin:6px 0 0 20px; }
#wp-calendar td#today { color:#ec4f01; }
#wp-calendar td a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#wp-calendar td a:hover, #wp-calendar td a:focus { text-decoration:none; }
#wp-calendar caption { color:#ec4f01; }
#wp-calendar thead th { color:#ec4f01; }
.comments-custom li { margin:0 !important; }
.comments-custom li:before { display:none; }
.comments-custom_txt {
	padding:7px 0 0 0;
	border-top:1px solid #ddd;
	margin-top:7px;
}
.comments-custom_h_title {
	font-size:16px;
	line-height:1.5em;
}
.comments-custom_h_title a { color:#2b2b2b !important; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:focus { color:#ec4f01 !important; }
.flickr_li { margin-bottom:0 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.post-list li { margin-bottom:0 !important; }
.post-list li:before { display:none; }
.post-list_h {
	font-size:16px;
	line-height:1.5em;
}
.post-list_h a { color:#2b2b2b !important; }
.post-list_h a:hover, .post-list_h a:focus { color:#ec4f01 !important; }
.banners { padding-bottom:33px; }
@media (min-width: 1200px) {
	.banners { padding-bottom:66px; }
}
.social_li { margin-bottom:0 !important; }
.social_li:before { display:none; }
.social_link:hover, .social_link:focus {
	filter:none !important;
	opacity:1;
	filter:alpha(opacity=100);
}
.social_link:hover .social_ico, .social_link:focus .social_ico { color:#ec4f01; }
.social_ico {
	font-size:17px;
	color:#ec4f01;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.social__row li {
	margin-top:0 !important;
	margin-left:5px !important;
}
.social__row li:first-child { margin-left:0 !important; }
.social__list li { margin-bottom:0 !important; }
.social__list a:hover, .social__list a:focus { text-decoration:none; }
.social__list a .social_ico { min-width:31px; }
.testimonials .testi-item {
	margin:0;
	padding:0;
}
.testimonials .testi-item blockquote {
	padding:0 0 12px 66px;
	font-size:28px;
	font-weight:300;
	font-style:italic;
	line-height:34px;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.testimonials .testi-item blockquote { padding-right:144px; }
}
@media (max-width: 767px) {
	.testimonials .testi-item blockquote {
		padding-left:0;
		padding-top:40px;
	}
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after {
	top:0;
	left:0;
	width:43px;
	height:33px;
	background:url(images/quotes.png) 0 0 no-repeat;
}
.content_box.style-3 .testimonials .testi-item blockquote > a { color:#fff; }
.testimonials .testi-item blockquote > a:hover, .testimonials .testi-item blockquote > a:focus { text-decoration:underline; }
.testimonials .testi-item .featured-thumbnail {
	margin:0 14px 0 0;
	width:auto;
	height:auto;
}
.testimonials .testi-item .featured-thumbnail img {
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.testimonials .testi-item .testi-meta {
	font-size:17px;
	font-weight:900;
	line-height:1.2em;
	padding:0;
}
.testimonials .testi-item .testi-meta .info, .testimonials .testi-item .testi-meta .testi-url { display:none; }
.testimonials .testi-item .testi-meta .user {
	padding-top:27px;
	display:block;
}
.testimonials .testi-item .testi-meta .user:after { display:none; }
@media (min-width: 1200px) {
	.posts-grid { padding:0px 0 20px; }
}
.posts-grid li { text-align:center; }
.posts-grid li .featured-thumbnail { margin:0 0 21px 0; }
@media (max-width: 767px) {
	.posts-grid li .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.ie8 .posts-grid li .featured-thumbnail img {
	width:100%;
	max-width:none;
}
.posts-grid h5 {
	font-size:18px;
	line-height:24px;
	margin:0;
	letter-spacing:-1px;
}
.posts-grid h5 a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.posts-grid h5 a:hover, .posts-grid h5 a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.posts-grid .post_meta {
	border:none;
	padding:2px 0 7px 0;
	margin:0;
	font-size:13px;
	color:#ec4f01;
}
.posts-grid.extra { padding:0; }
@media (min-width: 1200px) {
	.posts-grid.extra { padding-bottom:27px; }
}
.posts-grid.extra li {
	margin-bottom:0;
	padding-bottom:32px;
}
.posts-grid.extra h5 { font-weight:bold; }
.posts-grid.extra h5 a { color:#2b2b2b; }
.posts-grid.extra h5 a:hover, .posts-grid.extra h5 a:focus { color:#ec4f01; }
.posts-grid.extra .post_category, .posts-grid.extra .post_comment, .posts-grid.extra .post_author { display:none; }
.posts-grid.team { padding:0; }
.posts-grid.team .post_networks { text-align:center; }
.posts-grid.team .post_networks li {
	width:auto;
	float:none;
	display:inline;
	vertical-align:top;
	font-size:18px;
	margin:0;
}
.posts-grid.team .post_networks li a {
	padding:0 7px;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.posts-grid.team .post_networks li a:hover, .posts-grid.team .post_networks li a:focus { text-decoration:none; }
.posts-grid.team .post_networks li a span { margin-right:0 !important; }
.posts-grid.partners {
	padding:0;
	margin:0 0 0 -40px !important;
	width:auto !important;
}
@media (min-width: 1200px) {
	.posts-grid.partners { margin:0 0 0 -79px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.partners { margin:0 0 0 -4px !important; }
}
.posts-grid.partners li {
	width:auto !important;
	margin:0 0 0 40px !important;
}
@media (min-width: 1200px) {
	.posts-grid.partners li { margin:0 0 0 79px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.partners li { margin:0 0 0 4px !important; }
}
@media (max-width: 767px) {
	.posts-grid.partners li { margin-bottom:15px !important; }
}
@media (max-width: 480px) {
	.posts-grid.partners li { float:none !important; }
}
.posts-grid.partners .featured-thumbnail {
	background-color:#fff;
	background-image:none;
	margin:0;
}
.posts-grid.partners .featured-thumbnail a img {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.posts-grid.partners .featured-thumbnail a:hover img, .posts-grid.partners .featured-thumbnail a:focus img {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
.posts-grid.partners h5 { display:none; }
.posts-grid.partners:hover .featured-thumbnail a img {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.banner-wrap {
	margin:0 0 20px 0;
	position:relative;
}
@media (min-width: 1200px) {
	.banner-wrap { margin-bottom:30px; }
}
.banner-wrap .featured-thumbnail {
	margin:0;
	display:inline-block;
	vertical-align:top;
}
.banner-wrap .featured-thumbnail img {
	max-width:none;
	width:100%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
.banner-wrap > a:hover .featured-thumbnail img, .banner-wrap > a:focus .featured-thumbnail img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.banner-wrap .desc {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	background-color:rgba(0,0,0,0.37);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.no-rgba .banner-wrap .desc { background-image:url(images/black-opacity-37.png); }
.banner-wrap h5 {
	margin:0;
	color:#fff;
	text-transform:none;
	letter-spacing:-1px;
}
.banner-wrap p {
	font-size:12px;
	line-height:15px;
	margin-bottom:0;
}
.banner-wrap.style-1 .desc {
	top:66px;
	padding:6px 8px 19px 8px;
}
.banner-wrap.style-1 h5 {
	font-size:28px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:4px;
}
.banner-wrap.style-2 .desc {
	top:auto;
	bottom:0;
	padding:10px 12px 18px 16px;
}
.banner-wrap.style-2 h5 {
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:-1px;
}
.banner-wrap.style-2 h5 strong {
	font-size:36px;
	line-height:1em;
	display:block;
	margin-bottom:1px;
}
.banner-wrap.style-3 .desc {
	top:66px;
	padding:7px 24px 14px 29px;
}
.banner-wrap.style-3 h5 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:-1px;
}
.banner-wrap.style-3 h5 strong, .banner-wrap.style-3 h5 em { display:block; }
.banner-wrap.style-3 h5 em {
	font-size:24px;
	font-style:normal;
	line-height:1.2em;
	margin-top:7px;
}
.banner-wrap.style-3 h5 strong {
	font-size:43px;
	line-height:1em;
	margin-bottom:-1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-3 h5 strong { font-size:40px; }
}
.banner-wrap.style-4 .desc { padding:11px 29px 13px 33px; }
.banner-wrap.style-4 h5 {
	font-size:38px;
	line-height:1.2em;
	margin-bottom:-1px;
}
@media (max-width: 480px) {
	.banner-wrap.style-4 h5 {
		font-size:21px;
		margin-bottom:0;
	}
}
.banner-wrap.style-5 .desc {
	top:auto;
	bottom:0;
	padding:14px 7px 15px 18px;
}
.banner-wrap.style-5 h5 {
	font-size:25px;
	line-height:1em;
	margin-bottom:6px;
}
.banner-wrap.style-5 h5 strong {
	font-size:54px;
	line-height:1em;
	display:block;
	margin-bottom:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.style-5 h5 strong { font-size:35px; }
}
.banner-wrap.style-6 .desc {
	top:29px;
	padding:27px 24px 36px 17px;
}
.banner-wrap.style-6 h5 {
	font-size:18px;
	line-height:1em;
}
.banner-wrap.style-6 h5 strong {
	display:block;
	font-size:37px;
	font-weight:900;
	line-height:1em;
	margin-bottom:2px;
}
.service-box {
	padding:0 0 38px 0;
	background-color:transparent;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	.service-box { padding-bottom:76px; }
}
.service-box .icon {
	float:none;
	margin:0 0 25px 0;
}
.service-box h2 {
	margin:0 0 18px 0;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	overflow:visible;
}
.service-box .btn-align { text-align:center; }
.service-box.extra { text-align:center; }
.service-box.extra h2 {
	font-size:68px;
	line-height:1.2em;
	color:#ec4f01;
}
.service-box.extra h5 {
	margin:0 0 18px 0;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	overflow:visible;
}
.footer {
	padding:0;
	border-top:1px solid #e4e4e4;
	background-color:transparent;
}
.footer > .container { width:100% !important; }
.footer > .container > .row { margin-left:0 !important; }
.footer > .container > .row > .span12 {
	width:100% !important;
	margin-left:0 !important;
}
.home .footer { border:none; }
.footer-widgets {
	background-color:#fff;
	padding:30px 0;
}
@media (min-width: 1200px) {
	.footer-widgets { padding:94px 0 66px 0; }
}
@media (max-width: 767px) {
	.footer-widgets {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer-widgets .widget-footer {
	margin-top:37px;
	font-size:12px;
	line-height:21px;
}
@media (max-width: 767px) {
	.footer-widgets .widget-footer { margin:0 0 20px 0; }
}
.footer-widgets .widget-footer:first-child { margin-top:0; }
@media (max-width: 767px) {
	.footer-widgets .widget-footer.text-right { text-align:left !important; }
}
.footer-widgets .widget-title {
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#ec4f01;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 0 11px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .widget-title { font-size:15px; }
}
.footer-widgets ul { margin:0; }
.footer-widgets ul li {
	list-style-type:none;
	margin:3px 0 0 0;
	line-height:18px;
}
.footer-widgets ul li:first-child { margin-top:0; }
.footer-widgets ul li a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer-widgets ul li a:hover, .footer-widgets ul li a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.footer-widgets ul li.current-menu-item a, .footer-widgets ul li.current_page_item a { color:#ec4f01; }
.footer-widgets address { line-height:inherit; }
.footer-widgets address a { color:#2b2b2b; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets address a { margin-left:-5px; }
}
.footer-widgets address span {
	float:right;
	width:105px;
}
@media (max-width: 767px) {
	.footer-widgets address span {
		width:auto;
		float:none;
	}
}
nav.footer-nav {
	float:none;
	margin-bottom:0;
}
nav.footer-nav ul { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { text-align:right; }
}
@media (max-width: 767px) {
	nav.footer-nav ul { text-align:center; }
}
nav.footer-nav ul li {
	display:inline;
	float:none;
	padding:0;
	margin:0 0 0 20px;
	vertical-align:top;
	position:relative;
}
nav.footer-nav ul li:before {
	content:'|';
	position:absolute;
	left:-16px;
	top:-2px;
}
nav.footer-nav ul li:first-child { margin-left:0; }
nav.footer-nav ul li:first-child:before { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { padding:0 0 0 10px; }
}
@media (max-width: 767px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
		padding:0 5px;
	}
}
nav.footer-nav ul li a {
	text-decoration:none;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:focus {
	color:#fff;
	text-decoration:none;
}
nav.footer-nav ul li.current-menu-item a {
	color:#fff;
	text-decoration:none;
}
.copyright {
	padding:30px 0;
	background-color:#2b2b2b;
	text-align:right;
}
@media (min-width: 1200px) {
	.copyright { padding:51px 0 42px 0; }
}
@media (max-width: 767px) {
	.copyright {
		padding-left:20px;
		padding-right:20px;
	}
}
.footer-text {
	float:none;
	color:#fff;
	line-height:1.2em;
	margin-bottom:-2px;
}
@media (max-width: 767px) {
	.footer-text { margin-bottom:20px; }
}
.footer-text a {
	color:inherit;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer-text a:hover, .footer-text a:focus {
	color:#ec4f01 !important;
	text-decoration:none;
}
.footer-text a.site-name {
	text-transform:uppercase;
	font-weight:900;
	color:#ec4f01;
}
.wpcf7-form p.field input {
	padding:7px 13px 8px;
	height:41px;
}
.wpcf7-form textarea {
	padding:7px 13px 8px;
	line-height:24px;
}
.wpcf7-form .ajax-loader { margin-top:14px; }
.wpcf7-not-valid-tip {
	padding:7px 0 8px 13px !important;
	font-size:13px !important;
	line-height:18px !important;
}
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip { font-size:1em !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		padding-left:10px !important;
		font-size:12px !important;
		padding-top:2px !important;
	}
}
.hr {
	margin:39px 0;
	background:#e4e4e4;
	position:relative;
	overflow:visible;
}
@media (min-width: 1200px) {
	.hr { margin:78px 0 85px 0; }
}
.hr:before, .hr:after {
	content:'';
	width:100%;
	height:1px;
	background-color:inherit;
	position:absolute;
	top:0;
	z-index:-1;
}
.hr:before { left:-99%; }
.hr:after { right:-99%; }
.spacer { height:38px; }
.list.styled > ul li {
	margin:0 0 8px 0;
	padding:0 0 0 20px;
	line-height:16px;
	position:relative;
}
.list.styled > ul li:before {
	color:#2b2b2b;
	width:auto;
	margin-right:0;
	position:absolute;
	left:0;
	top:0;
}
.list.styled > ul li a {
	color:#2b2b2b;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.list.styled > ul li a:hover, .list.styled > ul li a:focus {
	color:#ec4f01;
	text-decoration:none;
}
.list.styled > ul li ul { margin:8px 0 0 0; }
.list.arrow-list > ul li:before { content:'\f0da'; }
.flexslider ul li:before { display:none; }
.flex-control-paging li a {
	background-color:#2b2b2b;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background-color:#ec4f01; }
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#map {
	background-color:#2b2b2b;
	position:relative;
}
#map-wrapper { background-color:#fff; }
@media (max-width: 767px) {
	#map-wrapper { padding:0 20px; }
}
#map:before {
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	background-color:#ec4f01;
	background-repeat:no-repeat;
	background-position:50%;
	background-image:url(images/spinner.gif);
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
#map img { max-width:none; }
.content_box:before, .content_box:after { background-color:inherit; }
.content_box.style-1 {
	padding:10px 0 40px 0;
	background-color:transparent;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-image:url(images/box-bg.png);
	text-align:center;
}
@media (min-width: 1200px) {
	.content_box.style-1 { padding-bottom:77px; }
}
@media (max-width: 767px) {
	.content_box.style-1 {
		-webkit-background-size:100%;
		background-size:100%;
	}
}
.content_box.style-1:before, .content_box.style-1:after { display:none; }
.content_box.style-2 {
	padding:20px 0;
	margin-bottom:20px;
	background-color:#ededed;
}
@media (min-width: 1200px) {
	.content_box.style-2 {
		padding:20px 70px 67px;
		margin-bottom:20px;
	}
}
.home .content_box.style-2 {
	padding-left:0;
	padding-right:0;
	padding-bottom:40px;
}
@media (min-width: 1200px) {
	.home .content_box.style-2 { padding-bottom:20px; }
}
.content_box.style-2 > h2 {
	text-align:center;
	margin:0 0 46px 0;
}
.home .content_box.style-2 > h2 { margin-bottom:30px; }
@media (min-width: 1200px) {
	.home .content_box.style-2 > h2 { margin-bottom:20px; }
}
.content_box.style-3 {
	background-color:#ec4f01;
	color:#fff;
	padding:40px 0;
	margin:40px 0;
}
@media (min-width: 1200px) {
	.content_box.style-3 {
		padding:92px 0 85px 0;
		margin:86px 0 85px 0;
	}
}
.title-box { margin-bottom:20px; }
@media (min-width: 1200px) {
	.title-box { margin-bottom:46px; }
}
.title-box_primary {
	font-size:38px;
	font-weight:bold;
	line-height:1.2em;
	color:#ec4f01;
	margin:0 0 8px 0;
}
.title-box_secondary {
	font-size:24px;
	font-weight:400;
	line-height:1.2em;
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:8px;
	bottom:48px;
}
#back-top a {
	width:auto;
	color:#818185;
	font-size:28px;
	line-height:1em;
}
#back-top a:hover { color:#57a7c0; }
#back-top a:hover span { background-color:transparent; }
#back-top span {
	margin-bottom:0;
	width:auto;
	height:auto;
	background:none;
}
#back-top span:before {
	content:'\f0aa';
	font-family:FontAwesome;
}
.btn-primary {
	background:#ec4f01;
	text-shadow:none;
	color:#fff !important;
	border:none;
	font-weight:bold;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-primary.btn-large {
	font-size:24px;
	padding:11px 35px 15px;
}
.btn-primary:hover, .btn-primary:focus {
	background:#ec4f01;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link {
	padding:0;
	border:none;
	font-weight:900;
	vertical-align:top;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.btn-link.btn-normal { font-size:14px; }
.btn-link:hover, .btn-link:focus {
	text-decoration:none;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
input[type="submit"], input[type="reset"] {
	font-size:24px;
	text-transform:capitalize;
	height:50px;
	padding-left:35px;
	padding-right:35px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 13px 8px;
	border-color:#e4e4e4;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#ec4f01;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#e4e4e4 !important; }
textarea:focus { border-color:#ec4f01 !important; }
select { padding:0; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
