@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=PT+Sans:700);
.main-holder {
	background-position:0 0;
	background-repeat:repeat-x;
	background-image:url(images/tail-top.gif);
}
body {
	letter-spacing:1.5px;
	padding:0 !important;
}
h1, h2, h3 { text-transform:uppercase; }
h1 { letter-spacing:10px; }
h2 {
	letter-spacing:5.5px;
	margin-bottom:44px;
}
h3 {
	margin-bottom:22px;
	letter-spacing:3.5px;
}
p { margin-bottom:25px; }
blockquote {
	border:none;
	padding:14px 0 0 40px !important;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/quotes.png);
	font-style:italic;
}
blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:24px;
	margin-bottom:inherit;
}
.header {
	border:none;
	background-position:50% 90px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url(images/header-bg.jpg);
	height:400px;
	padding:0;
}
.home .header { height:538px; }
@media (max-width: 767px) {
	.header { padding:0 20px; }
}
.nav-wrapper {
	position:relative;
	z-index:100;
}
.nav-wrapper.isStuck {
	background-position:0 0;
	background-repeat:repeat-x;
	background-image:url(images/tail-top.gif);
}
.nav-wrapper.isStuck:before {
	content:'';
	width:300%;
	height:100%;
	background:inherit;
	position:absolute;
	left:50%;
	right:0;
	margin:0 0 0 -150%;
}
.nav__primary {
	margin-bottom:193px;
	z-index:100;
}
@media (max-width: 767px) {
	.nav__primary {
		height:65px;
		padding:30px 0 0 0;
	}
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin-top:-5px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { top:-45px; }
.sf-menu {
	float:none;
	display:table;
	table-layout:fixed;
	display:-moz-box;
	width:100%;
}
.sf-menu > li {
	background-color:transparent;
	text-transform:uppercase;
	float:none;
	display:table-cell;
	-moz-box-flex:1;
}
@-moz-document url-prefix() {
	.sf-menu > li {
		display:block;
		width:195px;
	}
}
.sf-menu > li > a {
	padding:36px 0;
	border:none;
	color:#707070;
	letter-spacing:3.5px;
	border-bottom-color:transparent;
	border-bottom-width:5px;
	border-bottom-style:solid;
	position:relative;
	z-index:100;
}
.sf-menu li ul {
	background-color:#1e2123;
	width:100%;
	border-bottom:5px solid #fff;
	padding:37px 0 42px 0;
}
.ie8 .sf-menu li ul { width:200px; }
@media (max-width: 1200px) {
	.sf-menu li ul { width:200px; }
}
.sf-menu li li {
	background-color:transparent;
	margin:8px 0;
}
.sf-menu li li a {
	padding:0;
	border:none;
	color:#5f6364;
	font-size:17px;
	font-weight:bold;
	letter-spacing:3.5px;
}
.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:#1e2123;
	border-bottom-color:#fdb142;
	color:#fff;
}
.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:#fff;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin-right:-5px;
}
a > .sf-sub-indicator { top:3.2em; }
.sf-menu ul a > .sf-sub-indicator {
	top:6px;
	right:3px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-right:-10px;
}
.logo {
	float:none !important;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo_h__txt {
	text-transform:lowercase;
	letter-spacing:-2px;
	margin:-16px 0 -11px -6px;
}
.logo_tagline {
	font-size:9px;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:4px;
	color:#fff;
	margin:0;
	padding:11px 0 0 0;
}
.search-form_is {
	margin:15px 0 0 5px;
	line-height:1.2em !important;
}
.ie8 .search-form_is { margin-top:10px; }
.content-holder {
	background-color:#24282b;
	padding:61px 0 77px 0;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:45px;
	}
}
.error404-holder_num { color:#fdb142; }
.title-section { padding:0; }
.title-header {
	margin-bottom:1.2em;
	font-size:17px;
	line-height:1.2em;
	letter-spacing:5px;
}
.breadcrumb__t {
	background-color:#1e2123;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t li.divider { margin:0 5px; }
.post-title {
	font-size:17px;
	line-height:1.2em;
	letter-spacing:5px;
	margin-bottom:27px;
}
.post_meta {
	border-color:#3c4145;
	font-size:12px;
	padding:4px 0;
}
.post_meta>div.post_meta_unite {
	padding:4px 0 0 0;
	margin:4px 0 0 0;
	border-color:inherit;
}
.post_meta i { font-size:14px; }
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul li a, .pagination__posts ul li span {
	background-color:transparent;
	border-color:#3c4145;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus, .pagination__posts ul li span:hover, .pagination__posts ul li span:focus { background-color:#1e2123; }
.pagination__posts ul .active a, .pagination__posts ul .active span { background-color:#1e2123; }
.flex-control-paging li a { background:#52585c; }
.flex-control-paging li a:hover { background:#fdb142; }
.flex-control-paging li a.flex-active { background:#fdb142; }
.post-author {
	border:none;
	background-color:#1e2123;
}
.post-author_h small { font-size:1em; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc { overflow:hidden; }
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_desc a { text-transform:capitalize; }
.post-author .post-author_desc .post-author_link { font-size:12px; }
#recent-author-comments { padding-top:30px; }
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style:none;
	margin-bottom:10px;
}
#recent-author-comments ul li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	font-size:12px;
	color:#fdb142;
	margin-right:9px;
}
.related-posts {
	border-top:1px solid #35393c;
	padding-top:65px;
	margin-top:85px;
}
@media (max-width: 767px) {
	.related-posts {
		padding-top:35px;
		margin-top:55px;
	}
}
.related-posts_item { margin-left:3.86%; }
.testimonial {
	border:none;
	background:#1e2123;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_content { background:url(images/quotes.png) no-repeat 0 0; }
.testimonial blockquote {
	padding:0 !important;
	background:none !important;
}
.page-header {
	border-bottom-color:#3c4145;
	margin-top:0;
}
.page-header h1 { margin-top:0; }
.single-pager { border-color:#3c4145; }
.pager li > a, .pager li > span {
	border-color:#3c4145;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.pager li > a:hover, .pager li > a:focus, .pager li > span:hover, .pager li > span:focus { background-color:#1e2123; }
.filter-wrapper strong {
	padding:0;
	color:#adadad;
	font-weight:normal;
	margin-right:31px;
}
.nav-pills { float:left; }
.nav-pills li { margin-left:40px; }
.nav-pills li:first-child { margin-left:0px; }
.nav-pills li a {
	background:none !important;
	color:#ffffff;
	margin:0 !important;
	padding:0 !important;
	line-height:24px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover { color:#fdb142; }
.nav-pills li.active a { color:#fdb142 !important; }
.filterable-portfolio .caption__portfolio { padding-top:24px; }
.filterable-portfolio h3 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px 0;
}
.filterable-portfolio h3 a { color:#fff; }
.portfolio-meta, .portfolio-meta-list { border-color:#35393c; }
.comment .comment-body {
	padding:30px 20px 20px 27px;
	margin-top:16px;
	border:none;
	background:#1e2123;
}
.comment.bypostauthor .comment-body { background:#1e2123; }
.comment-author .author {
	width:80px;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#adadad;
}
.reply { margin-left:15px; }
.reply a {
	text-transform:uppercase;
	font-size:9px;
}
.reply a:hover { text-decoration:underline !important; }
#commentform p { overflow:hidden; }
#commentform p.field {
	margin-bottom:19px;
	overflow:visible;
}
#commentform input[type="text"] {
	width:100%;
	height:41px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform textarea {
	width:100%;
	max-width:100%;
	min-width:100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform input[type="submit"] { float:right; }
.widget { margin-bottom:50px; }
.widget ul { margin-left:0; }
.widget ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:10px;
}
.widget ul li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	font-size:12px;
	color:#fdb142;
	margin-right:9px;
}
.widget ul li a { color:#adadad; }
.widget ul ul { margin:10px 0 0 20px; }
#wp-calendar caption { color:#fdb142; }
#wp-calendar thead th { color:#fff; }
.flickr_li { margin-bottom:0 !important; }
.flickr_li:before { display:none !important; }
.flickr_list .thumbnail:hover, .flickr_list .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.banners { margin-bottom:50px; }
.comments-custom li {
	margin:0 !important;
	font-size:12px !important;
	text-transform:none !important;
}
.comments-custom li:before { display:none !important; }
.comments-custom_txt { border-top-color:#3c4145; }
.social_li {
	font-size:12px !important;
	text-transform:none !important;
}
.social_li:before { display:none !important; }
.post-list li {
	margin:0 !important;
	text-transform:none !important;
	font-size:12px !important;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.post-list li:before { display:none !important; }
.no-thumb-float .post-list .featured-thumbnail {
	float:none;
	display:block;
	margin-right:0;
}
.post-list_h {
	margin-bottom:3px;
	text-transform:uppercase;
}
.post-list_h a, .post-list_h .post-title {
	font-size:14px;
	color:#fff !important;
	letter-spacing:2px;
}
.post-list .excerpt { margin-bottom:1em; }
.post-list_comment { color:#fdb142; }
.post-list time { color:#adadad; }
.post-list .btn { color:#fdb142; }
.post-list .btn:hover { color:#ffffff; }
.recent-comments { padding-top:32px; }
@media (max-width: 767px) {
	.recent-comments { padding-top:0; }
}
.recent-comments li {
	padding:0 75px 0 0;
	margin-bottom:53px;
}
.ie8 .recent-comments li { padding-right:0; }
@media (max-width: 1200px) {
	.recent-comments li { padding-right:0; }
}
@media (max-width: 767px) {
	.recent-comments li { margin-bottom:35px; }
}
.recent-comments .comment-meta {
	float:none;
	text-transform:uppercase;
	margin-bottom:11px;
}
.recent-comments .comment-meta i { margin-right:10px; }
.recent-comments .author {
	color:#fdb142;
	margin-right:26px;
}
.recent-comments .author a { color:#fdb142; }
.recent-comments .author a:hover { color:#ffffff; }
.recent-comments a { color:#adadad; }
.posts-list { padding-top:30px; }
@media (max-width: 767px) {
	.posts-list {
		padding-top:0;
		margin-bottom:22px;
	}
}
.posts-list .post__holder {
	color:#adadad;
	margin-bottom:13px;
}
@media (max-width: 767px) {
	.posts-list .post__holder { margin-bottom:36px; }
}
.posts-list .post_meta {
	border:none;
	padding:2px 0 0 0;
	font-size:12px;
	text-transform:uppercase;
	color:#7e7e7e;
	margin-bottom:11px;
}
.posts-list .post_meta i {
	font-size:12px;
	color:inherit;
}
.posts-list .featured-thumbnail { margin:0 29px 0 0; }
.posts-list .post_content { padding-right:48px; }
.ie8 .posts-list .post_content { padding-right:0; }
@media (max-width: 1200px) {
	.posts-list .post_content { padding-right:0; }
}
.posts-list.no-title .post-title { display:none; }
.recent-posts { padding-top:33px; }
@media (max-width: 767px) {
	.recent-posts { padding-top:0; }
}
.recent-posts_li {
	color:#adadad;
	margin-bottom:35px;
}
@media (max-width: 767px) {
	.recent-posts_li { margin-bottom:20px; }
}
.recent-posts .meta {
	font-size:12px;
	margin-bottom:1em;
}
.recent-posts .meta i {
	font-size:12px;
	margin-right:8px;
}
.recent-posts .post-author {
	padding:0;
	margin:0 26px 0 0;
	border:none;
	background:none !important;
}
.recent-posts .post-author i { color:#fdb142; }
.recent-posts .post-date { float:none; }
.recent-posts .excerpt { padding-right:60px; }
.ie8 .recent-posts .excerpt { padding-right:0; }
@media (max-width: 1200px) {
	.recent-posts .excerpt { padding-right:0; }
}
.recent-posts.no-title h5 { display:none; }
.recent-posts.services li { color:#7e7e7e; }
.recent-posts.services .counter {
	float:left;
	font-size:36px;
	font-weight:bold;
	color:#fdb142;
	margin-right:14px;
}
.recent-posts.services h5 {
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:5px;
}
.recent-posts.services h5 a { color:#fff; }
.recent-posts.services .excerpt p { margin-bottom:12px; }
.ie8 .posts-grid .featured-thumbnail img { max-width:none; }
.posts-grid.clients li { margin-bottom:0; }
@media (max-width: 767px) {
	.posts-grid.clients li { overflow:hidden; }
}
.posts-grid.clients h5 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:24px;
	margin:0 0 3px 0;
	color:#ffffff;
}
.posts-grid.clients .featured-thumbnail { margin-bottom:19px; }
@media (max-width: 767px) {
	.posts-grid.clients .featured-thumbnail { margin-right:20px; }
}
@media (max-width: 767px) {
	.posts-grid.clients .clear { clear:none; }
}
.custom-box {
	position:relative;
	overflow:hidden;
	margin-bottom:72px;
}
@media (max-width: 767px) {
	.custom-box {
		padding-top:20px;
		margin-bottom:50px;
	}
}
.custom-box:before, .custom-box:after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:1px;
	background-color:#35393c;
}
.custom-box:before { top:0; }
.custom-box:after { bottom:0; }
.custom-box img.alignnone {
	margin:0;
	position:relative;
	z-index:2;
}
@media (max-width: 767px) {
	.custom-box img.alignnone {
		margin:0 auto;
		display:block;
	}
}
.custom-box .extra-wrap { padding:88px 0 0 50px; }
.ie8 .custom-box .extra-wrap { padding-top:55px; }
@media (max-width: 1200px) {
	.custom-box .extra-wrap { padding-top:55px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box .extra-wrap { padding-top:20px; }
}
@media (max-width: 767px) {
	.custom-box .extra-wrap {
		padding:15px 0 20px 0;
		text-align:center;
	}
}
.custom-box h2 { margin:0; }
.custom-box h2 strong {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:200px;
	line-height:1em;
	letter-spacing:-8px;
	color:#fdb142;
	display:block;
	margin:-14px 0 -3px -15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box h2 strong {
		font-size:150px;
		margin-top:-10px;
	}
}
@media (max-width: 767px) {
	.custom-box h2 strong {
		font-size:125px;
		margin-top:-5px;
	}
}
.custom-box h1 { margin:0; }
.ie8 .custom-box h1 { font-size:35px; }
@media (max-width: 1200px) {
	.custom-box h1 {
		font-size:35px;
		line-height:1.2em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom-box h1 { font-size:30px; }
}
.footer {
	padding:0;
	border:none;
	background:none;
}
nav.footer-nav {
	float:left;
	margin-bottom:0;
}
@media (max-width: 767px) {
	nav.footer-nav { float:none; }
}
nav.footer-nav ul { float:left; }
@media (max-width: 767px) {
	nav.footer-nav ul {
		float:none;
		text-align:center;
	}
}
nav.footer-nav ul li { padding:0 15px 0 0; }
@media (max-width: 767px) {
	nav.footer-nav ul li {
		float:none;
		display:inline;
	}
}
nav.footer-nav ul li a { text-decoration:none; }
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#fff;
}
.copyright { padding:32px 0; }
@media (max-width: 767px) {
	.footer-text { margin-bottom:0px; }
}
.footer-text a { color:#7e7e7e; }
.footer-text a:hover {
	color:#fff;
	text-decoration:none;
}
.google-map, .preloader { background-image:url(images/loading.gif); }
.wpcf7-form p.field input {
	height:41px;
	line-height:22px;
}
.wpcf7-form .ajax-loader {
	position:relative;
	top:-8px;
}
.wpcf7-not-valid-tip {
	padding:7px 0 8px 14px !important;
	font-size:12px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		padding:4px 0 0 14px !important;
		line-height:1.2em;
	}
}
.list.styled.arrow-list > ul { margin-left:0; }
.list.styled.arrow-list > ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:20px;
	margin-bottom:10px;
	padding-left:21px;
}
.list.styled.arrow-list > ul li:before {
	content:'\f0a9';
	font-family:FontAwesome;
	font-size:12px;
	color:#fdb142;
	margin-right:9px;
	position:absolute;
	left:0px;
	top:3px;
}
.list.styled.arrow-list > ul li a { color:#adadad; }
div.jp-progress { border-bottom-color:#2f2e2e; }
div.jp-interface { border-bottom-color:#4d4c4c; }
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 {
	background-color:transparent;
	border-color:#34383b !important;
	color:#ffffff;
	padding:7px 14px 8px !important;
	letter-spacing:1px;
	-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:#ffffff !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="submit"], input[type="reset"] {
	background:none !important;
	border:none;
	height:auto;
	line-height:24px;
	padding:0;
	text-shadow:none;
	font-size:9px;
	text-transform:uppercase;
	color:#fdb142;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	color:#ffffff;
	text-decoration:underline;
}
.hr {
	margin:97px 0 86px 0;
	background:#35393c;
}
@media (max-width: 767px) {
	.hr { margin:45px 0; }
}
.sm_hr { background:#35393c; }
.btn-link {
	text-transform:uppercase;
	text-shadow:none;
	padding:0;
	letter-spacing:1.2px;
}
.btn-link.btn-small { font-size:9px; }
.spacer { height:80px; }
@media (max-width: 767px) {
	.spacer { height:40px; }
}
.thumbnail, .featured-thumbnail {
	border:none;
	background:none;
	padding:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.alignnone { margin-bottom:20px; }
#back-top {
	margin-bottom:0;
	float:right;
}
#back-top-wrapper {
	position:relative;
	right:0;
	bottom:0;
	overflow:visible;
}
#back-top a {
	width:17px;
	height:90px;
	background-color:#fdb142;
	position:relative;
}
#back-top a:hover span {
	background-color:transparent;
	top:-22px;
}
#back-top span {
	margin-bottom:0;
	width:17px;
	height:22px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/up-arrow.gif);
	position:absolute;
	top:-17px;
	left: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;
}
