@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Anton);
body { background:url(images/body.jpg) repeat 50% 0%; }
@media (max-width: 767px) {
	body { padding:0; }
}
body:before {
	background:url(images/body_top.jpg) repeat-x 50% 0%;
	display:block;
	width:100%;
	height:400px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.main-holder {
	background:url(images/main.jpg) repeat-y 50% 0%;
	overflow:hidden;
}
.main-holder:before {
	background:url(images/main_top.jpg) no-repeat 0% 0%;
	display:block;
	width:1242px;
	height:500px;
	overflow:hidden;
	margin:0 0 0 -621px;
	position:absolute;
	top:0;
	left:50%;
	content:'';
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:url(images/box.jpg) repeat 0% 0%;
	min-height:37px;
	margin:0;
	padding:8px !important;
	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-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a5a5a5;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
	min-height:21px;
	line-height:21px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#f3501e;
	height:37px;
	margin:0 10px 0 0;
	padding:0 16px 0 16px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#f3501e;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#fff;
	color:#f3501e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:130px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:170px; }
}
.main-holder .search-form input[type="submit"] { margin:0; }
h1 {
	margin-bottom:33px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#fff;
}
h1 a:hover {
	text-decoration:none;
	color:#f3501e;
}
h2 {
	margin-bottom:33px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#fff;
}
h2 a:hover {
	text-decoration:none;
	color:#f3501e;
}
h2 strong {
	display:block;
	margin:0 0 -22px 0;
	line-height:34px;
	font-size:30px;
	font-weight:400;
}
@media (min-width: 979px) and (max-width: 1200px) {
	h2 strong {
		line-height:30px;
		font-size:26px;
	}
}
html.ie8 h2 strong {
	line-height:30px;
	font-size:26px;
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 strong {
		line-height:24px;
		font-size:20px;
	}
}
h3 {
	margin-bottom:33px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#fff;
}
h3 a:hover {
	text-decoration:none;
	color:#f3501e;
}
h4 { text-transform:uppercase; }
h4 a {
	text-decoration:none;
	color:#fff;
}
h4 a:hover {
	text-decoration:none;
	color:#f3501e;
}
h5 {
	margin-bottom:15px;
	text-transform:uppercase;
}
h5 a {
	text-decoration:none;
	color:#f3501e;
}
h5 a:hover {
	text-decoration:none;
	color:#fff;
}
p { margin:0 0 21px 0; }
p img.alignnone { margin-bottom:-2px; }
.header {
	background:none;
	margin:0;
	padding:0 0 32px 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:0 20px 32px 20px;
		text-align:center;
	}
}
body.home .header:before { display:none; }
.header:before {
	background:url(images/line.png) repeat-x 0% 0%;
	display:block;
	width:1170px;
	height:1px;
	overflow:hidden;
	margin:0 0 0 -585px;
	position:absolute;
	left:50%;
	bottom:-1px;
	content:'';
}
.header .search-form {
	margin:-24px 0 0 0;
	padding:0 0 24px 0;
}
.header .nav__primary {
	position:relative;
	margin:0 0 79px 0;
	padding:20px 0 0 0;
	text-align:center;
	z-index:99;
}
@media (max-width: 767px) {
	.header .nav__primary {
		margin:17px 0 17px 0;
		padding:0;
	}
}
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:url(images/sub_menu.jpg) repeat 0% 0%;
	width:133px;
	padding:20px 0 6px 0;
}
.header .nav__primary .sf-menu > li {
	background:url(images/menu_divider.png) no-repeat 0% 50%;
	display:inline-block;
	float:none;
	padding:0 21px 0 28px;
	vertical-align:top;
}
.header .nav__primary .sf-menu > li:first-child {
	background:none;
	padding:0 21px 0 14px;
}
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:uppercase;
	text-decoration:none;
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:0 0 14px 0;
	text-align:left;
}
.header .nav__primary .sf-menu > li li a {
	padding:0 8px 0 25px;
	border:none;
	line-height:16px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu > li li li a { color:#fff; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -66px;
	top:44px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:url(images/sub_menu_1.jpg) repeat 0% 0%;
	margin:0;
	top:-20px;
	left:100%;
}
.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:#f3501e;
}
.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:#f3501e;
}
.header .nav__primary .sf-sub-indicator {
	background:url(images/arrows-ffffff.png) no-repeat 0% 0%;
	width:5px;
	height:4px;
	margin:0 -2px 0 0;
	top:26px;
	right:50%;
}
.header .logo {
	position:relative;
	float:none;
	text-align:center;
	z-index:1;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo { margin:15px 0 0 0; }
}
.header .logo .logo_h__txt {
	margin:-11px 0 -6px 0;
	text-transform:uppercase;
}
.header .logo .logo_h__txt a { text-decoration:none; }
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo p {
	margin:0;
	line-height:16px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#a5a5a5;
}
.header .social-nets-wrapper {
	width:100%;
	overflow:hidden;
}
.header .social-nets-wrapper ul {
	float:right;
	margin:23px 0 0 0;
	padding:0;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul {
		float:none;
		margin:15px 0 0 0;
	}
}
.header .social-nets-wrapper ul li {
	display:inline-block;
	margin:0 0 0 8px;
	padding:0;
	vertical-align:top;
	list-style:none;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li { margin:0 4px; }
}
.header .social-nets-wrapper ul li a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header #loginout {
	padding:28px 0 0 0;
	line-height:16px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#a5a5a5;
}
.header #loginout a {
	text-decoration:none;
	color:#f3501e;
}
.header #loginout a:hover {
	text-decoration:underline;
	color:#fff;
}
#slider-wrapper {
	margin:0 0 48px 0;
	padding:147px 0 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper { padding:118px 0 0 0; }
}
html.ie8 #slider-wrapper { padding:118px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper { padding:90px 0 0 0; }
}
@media (max-width: 767px) {
	#slider-wrapper { padding:0; }
}
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	top:-147px;
	left:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs { top:-118px; }
}
html.ie8 #slider-wrapper .camera_thumbs { top:-118px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs { top:-90px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs {
		text-align:center;
		top:auto;
		bottom:10px;
	}
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont {
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul { padding:0; }
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul { width:100% !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul { width:100% !important; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul { width:100% !important; }
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
	display:inline-block;
	position:relative;
	padding:0;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
		width:188px;
		height:auto;
	}
}
html.ie8 #slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
	width:188px;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
		width:144px;
		height:auto;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li {
		width:80px;
		height:auto;
		margin:0 1px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li { width:50px; }
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before { display:block; }
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li:before {
	background:#f3501e;
	display:none;
	width:100%;
	height:5px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img { margin:0; }
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		width:188px;
		height:auto;
	}
}
html.ie8 #slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
	width:188px;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		width:144px;
		height:auto;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs .camera_thumbs_cont ul li img {
		width:100%;
		height:auto;
	}
}
.content-holder {
	margin:0;
	padding:44px 0 44px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:44px 20px 44px 20px; }
}
body.home .content-holder { padding:0 0 44px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px 44px 20px; }
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker.gif) no-repeat 0% 6px;
	margin:0 0 14px 0;
	padding:0 0 0 10px;
	list-style:none;
	line-height:16px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#a5a5a5;
}
#sidebar ul li a {
	text-decoration:none;
	color:#a5a5a5;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#sidebar ul li ul { padding:14px 0 0 0; }
#sidebar ul.social li {
	background:none;
	padding:0;
}
#sidebar #wp-calendar caption { color:#f3501e; }
#sidebar #wp-calendar thead tr th { color:#f3501e; }
.box {
	background:url(images/box.jpg) repeat 0% 0%;
	margin:17px 0 0 0;
	padding:30px 40px 42px 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box { padding:20px; }
}
.box h2 {
	margin:0 0 14px 0;
	line-height:34px;
	font-size:30px;
}
.box ul {
	margin:0 -19px 17px;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box ul { margin:0 0 17px 0; }
}
.box ul li {
	margin:0;
	padding:9px 19px 8px 19px;
	list-style:none;
	border-top:1px solid #282828;
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#a5a5a5;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box ul li { padding:9px 0 8px 0; }
}
.box ul li:first-child { border:none; }
.box ul li a {
	text-decoration:none;
	color:#a5a5a5;
}
.box ul li a:hover {
	text-decoration:none;
	color:#f3501e;
}
a.btn-link {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	display:inline-block;
	margin:0;
	padding:0 11px 0 0;
	vertical-align:top;
	line-height:22px;
	font-family:'Anton', sans-serif;
	font-size:16px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#f3501e;
}
@media (max-width: 767px) {
	a.btn-link { margin:0 0 20px 0; }
}
a.btn-link:focus {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	text-decoration:none;
	color:#f3501e;
}
a.btn-link:hover {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	text-decoration:none;
	color:#d6d6d6;
}
a.btn-primary {
	background:#f3501e;
	margin:0;
	padding:9px 16px 10px 16px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:focus {
	background:#f3501e;
	color:#fff;
}
a.btn-primary:hover {
	background:#fff;
	color:#f3501e;
}
.hr {
	background:url(images/line.png) repeat-x 0% 0%;
	height:1px;
	overflow:hidden;
	margin:30px 0 39px 0;
}
.banner-wrap { margin:0 0 91px 0; }
@media (max-width: 767px) {
	.banner-wrap {
		margin:0 0 45px 0;
		padding:20px 0 0 0;
	}
}
.banner-wrap .featured-thumbnail {
	float:right;
	margin:0 0 0 30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap .featured-thumbnail { width:50%; }
}
html.ie8 .banner-wrap .featured-thumbnail { width:50%; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail { width:50%; }
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail {
		float:none;
		margin:0 0 20px 0;
	}
}
.banner-wrap .featured-thumbnail a { border:none; }
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
html.ie8 .banner-wrap .featured-thumbnail img {
	width:100%;
	max-width:inherit;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
.banner-wrap h5 {
	margin:0 0 -1px 0;
	padding:29px 0 0 0;
	line-height:36px;
	font-family:'Anton', sans-serif;
	font-size:36px;
	font-weight:400;
	text-transform:uppercase;
	color:#e7e9e8;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap h5 {
		padding:0;
		line-height:30px;
		font-size:30px;
	}
}
html.ie8 .banner-wrap h5 {
	padding:0;
	line-height:30px;
	font-size:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 {
		padding:0;
		line-height:24px;
		font-size:24px;
	}
}
.banner-wrap strong {
	display:block;
	margin:0 0 13px 0;
	line-height:60px;
	font-family:'Anton', sans-serif;
	font-size:60px;
	font-weight:400;
	text-transform:uppercase;
	color:#f3501e;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap strong {
		line-height:50px;
		font-size:50px;
	}
}
html.ie8 .banner-wrap strong {
	line-height:50px;
	font-size:50px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap strong {
		line-height:30px;
		font-size:30px;
	}
}
.banner-wrap p {
	margin:0 0 11px 0;
	line-height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#899ca4;
}
.banner-wrap .link-align a {
	background:url(images/link.png) repeat-x 0% 0%;
	display:inline-block;
	margin:0 0 2px 0;
	padding:20px 17px 19px 13px;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#fff;
}
.banner-wrap .link-align a:hover { color:#f3501e; }
.banner-wrap .link-align a:after {
	background:url(images/link_arrow.png) no-repeat 0% 0%;
	display:inline-block;
	width:25px;
	height:25px;
	overflow:hidden;
	margin:0 0 0 11px;
	vertical-align:top;
	content:'';
}
ul.news { padding:0; }
@media (max-width: 767px) {
	ul.news { padding:0 0 20px 0; }
}
ul.news li {
	margin-top:35px;
	margin-bottom:0;
}
ul.news li:first-child { margin-top:0; }
ul.news li .thumbnail { margin:0 30px 0 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li .thumbnail { width:50%; }
}
html.ie8 ul.news li .thumbnail { width:50%; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li .thumbnail {
		width:50%;
		margin:0 30px 10px 0;
	}
}
@media (max-width: 767px) {
	ul.news li .thumbnail {
		float:none;
		margin:0;
	}
}
@media (max-width: 480px) {
	ul.news li .thumbnail { width:100%; }
}
ul.news li .meta {
	background:url(images/line.png) repeat-x 0% 100%;
	margin:0 0 28px 0;
	padding:18px 0 10px 0;
	line-height:21px;
	font-size:10px;
	text-transform:uppercase;
	color:#f3501e;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li .meta {
		margin:0 0 14px 0;
		padding:0 0 10px 0;
	}
}
html.ie8 ul.news li .meta {
	margin:0 0 14px 0;
	padding:0 0 10px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li .meta {
		margin:0 0 14px 0;
		padding:0 0 10px 0;
	}
}
ul.news li .meta .post-comments { color:#fff; }
ul.news li h5 {
	margin:0 0 24px 0;
	line-height:21px;
	font-family:'Anton', sans-serif;
	font-size:21px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li h5 { margin:0 0 14px 0; }
}
html.ie8 ul.news li h5 { margin:0 0 14px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li h5 { margin:0 0 14px 0; }
}
ul.news li h5 a {
	text-decoration:none;
	color:#fff;
}
ul.news li h5 a:hover {
	text-decoration:none;
	color:#f3501e;
}
ul.news li .excerpt { margin:0 0 25px 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	ul.news li .excerpt { margin:0 0 14px 0; }
}
html.ie8 ul.news li .excerpt { margin:0 0 14px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li .excerpt { margin:0 0 14px 0; }
}
ul.partners { margin:0 !important; }
ul.partners li {
	display:inline-block;
	margin:0 0 0 145px;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.partners li { margin:0 0 0 105px; }
}
html.ie8 ul.partners li { margin:0 0 0 105px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.partners li { margin:0 0 0 55px; }
}
@media (max-width: 767px) {
	ul.partners li { margin:0 25px 10px 0 !important; }
}
ul.partners li:first-child { margin:0; }
html.ie8 ul.partners li:first-child { margin:0; }
ul.partners li .thumbnail {
	background:none;
	margin:0;
}
ul.partners li h5 { display:none; }
ul.reviews li .thumbnail { margin:0 0 25px 0; }
ul.reviews li h5 {
	margin:0 0 20px 0;
	line-height:21px;
	font-family:'Anton', sans-serif;
	font-size:21px;
	font-weight:400;
	color:#fff;
}
ul.reviews li h5 a {
	text-decoration:none;
	color:#fff;
}
ul.reviews li h5 a:hover {
	text-decoration:none;
	color:#f3501e;
}
ul.reviews li a.btn-primary {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	display:inline-block;
	margin:0;
	padding:0 11px 0 0;
	vertical-align:top;
	line-height:22px;
	font-family:'Anton', sans-serif;
	font-size:16px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#f3501e;
}
ul.reviews li a.btn-primary:focus {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	text-decoration:none;
	color:#f3501e;
}
ul.reviews li a.btn-primary:hover {
	background:url(images/arrow.gif) no-repeat 100% 50%;
	text-decoration:none;
	color:#d6d6d6;
}
.pagination ul li.active a {
	text-decoration:none;
	color:#000 !important;
}
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.pagination ul li a:focus {
	text-decoration:none;
	color:#f3501e;
}
.pagination ul li a:hover {
	text-decoration:none;
	color:#000;
}
html.ie8 ul.posts-grid li .thumbnail img { max-width:inherit; }
.footer {
	background:none;
	margin:0;
	padding:0;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#a5a5a5;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer .container {
	background:url(images/line.png) repeat-x 0% 0%;
	padding:33px 0 33px 0;
}
.footer .indent_left { padding:0 0 0 100px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .indent_left { padding:0; }
}
@media (max-width: 767px) {
	.footer .indent_left { padding:0; }
}
.footer h4 { margin-bottom:30px; }
.footer ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer ul { padding:0 0 20px 0; }
}
.footer ul li {
	background:url(images/marker.gif) no-repeat 0% 6px;
	margin:0 0 14px 0;
	padding:0 0 0 10px;
	list-style:none;
	line-height:16px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#a5a5a5;
}
.footer ul li a {
	text-decoration:none;
	color:#a5a5a5;
}
.footer ul li a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .textwidget { padding:11px 0 0 0; }
.footer .textwidget i {
	background:url(images/icon_home.png) no-repeat 0% 3px;
	display:block;
	margin:0 0 43px 0;
	padding:0 0 0 30px;
	font-style:normal;
}
@media (max-width: 767px) {
	.footer .textwidget i { margin:0 0 23px 0; }
}
.footer .textwidget b {
	background:url(images/icon_phone.png) no-repeat 0% 2px;
	display:block;
	margin:0 0 26px 0;
	padding:0 0 0 35px;
	font-weight:400;
}
.footer .footer-text {
	line-height:16px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
.footer .footer-text strong {
	display:block;
	margin:0 0 7px 0;
}
.footer .footer-text a {
	text-decoration:none;
	color:#808080;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#f3501e;
}
.footer .footer-nav {
	float:none;
	margin:0;
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:left; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul { text-align:left; }
}
.footer .footer-nav ul li { margin:0 15px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li {
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 767px) {
	.footer .footer-nav ul li {
		display:inline-block;
		padding:0 0 0 10px;
		vertical-align:top;
	}
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li a { text-decoration:none; }
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:42px; }
#back-top-wrapper p#back-top a:hover span { background-position:0% -43px; }
#back-top-wrapper p#back-top a span {
	background:url(images/up-arrow.png) no-repeat 0% 0%;
	width:42px;
	height:42px;
	overflow:hidden;
	margin:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.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;
}
.title-section h1 { margin:0 0 11px 0; }
.title-section ul {
	background:url(images/box.jpg) repeat 0% 0%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	line-height:18px;
	font-size:10px;
	text-shadow:none;
	text-transform:uppercase;
	color:#899ca4;
}
.title-section ul li.active { color:#f3501e; }
.title-section ul li.divider { margin:0 3px; }
.title-section ul li a {
	text-decoration:none;
	color:#899ca4;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#f3501e;
}
.post_meta { border-color:#333; }
.post_meta .post_meta_unite { border-color:#333 !important; }
article.testimonial {
	background:none;
	padding:25px 30px;
	border:1px solid #333;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.post-author {
	margin:0 0 70px 0;
	padding:25px 30px;
	border:1px solid #333;
}
.post-author h3 {
	margin:0 0 30px 0;
	line-height:21px;
	font-size:21px;
}
.post-author .post-author_gravatar img {
	background:none;
	padding:0;
}
.post-author .post-author_link p {
	margin:0;
	color:#fff;
}
.post-author .post-author_link p a {
	text-transform:capitalize;
	text-decoration:none;
	color:#fff;
}
.post-author .post-author_link p a:hover {
	text-decoration:none;
	color:#f3501e;
}
ol.comment-list li .comment-body {
	background:none !important;
	border:1px solid #333;
}
ol.comment-list li .comment-body .author { color:#fff; }
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	padding:9px 0 10px 0;
	color:#fff;
}
ol.comment-list li .comment-body .reply a {
	background:#f3501e;
	margin:0;
	padding:9px 16px 10px 16px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#f3501e;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#fff;
	color:#f3501e;
}
.related-posts { margin:0 0 50px 0; }
.cancel-comment-reply { padding:0 0 8px 0; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:24px;
}
.wpcf7-form .ajax-loader { margin:8px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper { margin:0 0 40px 0; }
.filter-wrapper strong {
	padding:6px 0;
	color:#fff;
}
.filter-wrapper ul { margin:0 0 0 10px; }
.filter-wrapper ul li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-decoration:none;
	color:#899ca4;
}
.filter-wrapper ul li a:focus {
	background:none;
	text-decoration:none;
	color:#899ca4;
}
.filter-wrapper ul li a:hover {
	background:#f3501e;
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .thumbnail { margin:0 0 20px 0; }
#portfolio-grid li h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:21px;
}
ul.pager { border-color:#333; }
ul.pager li a {
	background:#f3501e;
	margin:0;
	padding:9px 16px 10px 16px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
ul.pager li a:focus {
	background:#f3501e;
	color:#fff;
}
ul.pager li a:hover {
	background:#fff;
	color:#f3501e;
}
.entry-meta .portfolio-meta { border-color:#333; }
.entry-meta .portfolio-meta-list { border-color:#333; }
.type-partners .thumbnail {
	background:none;
	float:left;
	width:auto;
	margin:0 20px 10px 0;
}
.faq-list h4 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400 !important;
	color:#f3501e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:36px;
		font-size:30px;
	}
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#f3501e; }
.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:33px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
