@import url("../CherryFramework/style.css");
@import url(http://fonts.googleapis.com/css?family=BenchNine);
@import url(http://fonts.googleapis.com/css?family=BenchNine:300);
.nav__primary {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
	padding:0;
	background:url(../images/body-tail.gif) 50% 0 repeat;
}
h1, h2, h3, h4 {
	margin:0px 0 15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'BenchNine', sans-serif;
}
@media (max-width: 767px) {
	h1 {
		font-size:55px !important;
		line-height:1 !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		font-size:50px !important;
		line-height:1 !important;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size:50px !important;
		line-height:1 !important;
		margin-top:15px;
	}
}
h3 { margin-bottom:27px; }
@media (max-width: 767px) {
	h3 {
		font-size:30px !important;
		line-height:1.2 !important;
	}
}
h6 { text-transform:uppercase; }
p { margin-bottom:25px; }
dl { margin:0; }
dl dt {
	padding-left:16px;
	background:url(../images/marker.gif) 0 8px no-repeat;
	color:#ffb534;
	font-weight:normal;
}
dl dd { margin:0 0 30px; }
.header {
	z-index:auto;
	padding:0;
	border:none;
	background:#3c4245 url(images/content-tail.gif) 50% 0 repeat;
}
@media (max-width: 767px) {
	.header { padding:0 20px; }
}
.logo { margin-left:-106px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		margin:0;
		width:218px;
		overflow:hidden;
	}
}
@media (max-width: 767px) {
	.logo {
		margin:0 0 10px;
		overflow:hidden;
		width:100%;
	}
}
.logo_link:hover { color:#554f46; }
.logo_h__txt {
	width:277px;
	height:118px;
	background-color:#fdad2b;
	text-align:right;
	padding:22px 53px 0 0;
	letter-spacing:-2px;
}
.logo_tagline {
	display:none;
	color:#fff;
	margin-top:-50px;
	padding-right:53px;
	float:right;
}
h1+.logo_tagline, h2+.logo_tagline { display:block; }
.nav__primary { margin:0; }
.nav__primary >ul { font-size:0; }
.sf-menu {
	float:none;
	white-space:nowrap;
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#fff,#eee);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:-o-linear-gradient(top,#fff,#eee);
	background-image:linear-gradient(to bottom,#fff,#eee);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.sf-menu ul {
	display:none;
	width:100%;
}
.sf-menu > li {
	display:inline-block;
	float:none;
	border-right:1px solid #fff;
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#fff,#eee);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:-o-linear-gradient(top,#fff,#eee);
	background-image:linear-gradient(to bottom,#fff,#eee);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
	*display:inline;
	*zoom:1;
}
.sf-menu > li:first-child { border-left:5px solid rgba(0,0,0,0.11); }
.sf-menu > li:first-child > a { padding:25px 29px 25px 20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li:first-child > a { padding:15px; }
}
.no-rgba .sf-menu > li:first-child { border-left:5px solid #576064; }
.sf-menu > li > a {
	padding:25px 28px 25px 27px;
	border:none;
	border-right:1px solid #e1e1e1;
	color:#657176;
	text-transform:uppercase;
	font-weight:300 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		font-size:20px !important;
		line-height:2 !important;
		padding:15px;
	}
}
.sf-menu li li {
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#fff,#ededed);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ededed));
	background-image:-webkit-linear-gradient(top,#fff,#ededed);
	background-image:-o-linear-gradient(top,#fff,#ededed);
	background-image:linear-gradient(to bottom,#fff,#ededed);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.sf-menu li li a {
	padding:15px 0px 15px 15px;
	border:none;
	color:#657176;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	word-wrap:break-word;
	font-size:18px;
	font-family:'BenchNine', sans-serif;
	line-height:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu li li a {
		font-size:16px;
		line-height:1.2;
	}
}
.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li.current-menu-item {
	background-color:#677276;
	background-image:-moz-linear-gradient(top,#7b888d,#495154);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7b888d),to(#495154));
	background-image:-webkit-linear-gradient(top,#7b888d,#495154);
	background-image:-o-linear-gradient(top,#7b888d,#495154);
	background-image:linear-gradient(to bottom,#7b888d,#495154);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b888d', endColorstr='#ff495154', GradientType=0);
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a {
	border-color:rgba(0,0,0,0.11);
	background:none;
	color:#fff;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	color:#fff;
	background-color:#677276;
	background-image:-moz-linear-gradient(top,#7b888d,#495154);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#7b888d),to(#495154));
	background-image:-webkit-linear-gradient(top,#7b888d,#495154);
	background-image:-o-linear-gradient(top,#7b888d,#495154);
	background-image:linear-gradient(to bottom,#7b888d,#495154);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b888d', endColorstr='#ff495154', GradientType=0);
}
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px;
}
.sf-sub-indicator {
	position:absolute;
	top:1.05em;
	right:.75em;
	display:block;
	overflow:hidden;
	width:10px;
	height:10px;
	background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;
	text-indent:-999em;
}
a > .sf-sub-indicator {
	background-position:0 -100px;
	top:.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:-10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
.select-menu {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.slider {
	z-index:auto;
	overflow:visible;
	margin-top:-40px;
	width:auto;
	background:#e1e1e1;
}
@media (max-width: 767px) {
	.slider { margin-top:0; }
}
.camera_wrap { float:none; }
.camera_caption {
	top:38%;
	bottom:auto;
	left:50%;
	width:960px;
	margin-left:-480px;
}
@media (max-width: 1100px) {
	.camera_caption { top:15%; }
}
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption > div {
	width:40%;
	padding:0;
	background:none;
	text-align:right;
}
.camera_caption h2 {
	color:#9fa3a6;
	text-transform:uppercase;
	font-weight:300 !important;
	font-size:90px;
	line-height:80px;
	letter-spacing:-2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 {
		font-size:45px;
		line-height:1.2;
		letter-spacing:0;
		padding-top:10px;
	}
}
.camera_caption h2 span {
	display:block;
	color:#565c61;
	font-size:60px;
	line-height:1;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 span {
		font-size:30px;
		line-height:1.2;
	}
}
.content-holder {
	padding:50px 0 25px 0;
	background:#3c4245 url(images/content-tail.gif) 50% 0 repeat;
}
.home .content-holder { padding:0; }
@media (max-width: 767px) {
	.content-holder { padding:0 20px; }
}
.content-glow { padding:0 0 25px 0; }
.home .content-glow {
	background:url(../images/content-glow.png) 50% 0 no-repeat;
	padding-top:50px;
}
@media (max-width: 767px) {
	.content-glow {
		padding-left:20px;
		padding-right:20px;
	}
}
#content {
	padding-top:25px;
	position:relative;
	z-index:2;
}
.title-section { padding:0; }
.title-header { margin-bottom:0; }
.breadcrumb__t {
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.post-title {
	font-size:40px;
	line-height:1.2;
}
@media (max-width: 767px) {
	.post-title {
		font-size:30px !important;
		line-height:1.2 !important;
	}
}
.post-title a {
	color:#fff;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.post-title a:hover {
	text-decoration:none;
	color:#ffb534;
}
.post_meta {
	border-color:#73797C;
	font-size:11px;
	color:#b2b9bc;
}
.post_meta a { color:#b2b9bc; }
.post_meta i { color:#ffb534; }
.pagination__posts {
	margin:0;
	text-align:left;
}
.pagination__posts ul {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	border:none;
	padding:0;
	margin:0 6px;
	color:#b2b9bc;
}
.pagination__posts ul li a:hover { color:#ffb534; }
.pagination__posts ul .active a { color:#ffb534; }
.flexslider { background:url(../images/loader.png) 50% 50% no-repeat; }
.filterable-portfolio .image-wrap { background:url(../images/loader.png) 50% 50% no-repeat; }
.single-pager {
	margin:15px 0 30px;
	padding:.5em 0;
	border:none;
}
.single-pager li > a, .single-pager li > span {
	padding:10px 23px;
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:400;
	font-size:15px;
	font-family:'BenchNine', sans-serif;
	line-height:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:-moz-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(27,30,31,0.46)),color-stop(32%,rgba(27,30,31,0.72)),color-stop(68%,rgba(27,30,31,0.95)),color-stop(81%,#1b1e1f),color-stop(100%,#1b1e1f));
	background:-webkit-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-o-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-ms-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:linear-gradient(to bottom,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25292b',endColorstr='#1b1e1f',GradientType=0);
}
@media (max-width: 767px) {
	.single-pager li > a, .single-pager li > span {
		padding:5px 10px;
		font-size:13px;
	}
}
.single-pager li > a:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background:#1b1d1e;
}
.post-author { border-color:#73797c; }
.post-author_h { margin:15px 0 5px; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.error404-holder_num { color:#ffb534; }
.error404-holder hgroup {
	margin:0 0 2em 0;
	padding-top:50px;
}
.error404-holder hgroup h1 {
	font-size:50px;
	line-height:1;
	margin:0;
}
.error404-holder hgroup h2 {
	font-size:50px;
	line-height:1;
	margin:0;
}
#sidebar {
	padding-top:20px;
	position:relative;
	z-index:1;
}
.widget ul li {
	list-style-type:none;
	line-height:18px;
	padding:6px 0 6px 16px;
	position:relative;
}
.widget ul li:after {
	position:absolute;
	top:50%;
	left:0;
	display:block;
	margin-top:-2px;
	width:3px;
	height:3px;
	content:'';
	background:#ffb534;
}
.page-header {
	padding:0;
	margin:15px 0 25px;
	border:none;
}
.page-header h1 { margin-bottom:0; }
.portfolio-meta-list { border-color:#73797c; }
.testimonial {
	border:1px solid #73797c;
	background:none;
	font-style:italic;
	line-height:1.5em;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_content { background:none; }
.archive_lists .archive_h {
	font-size:20px;
	line-height:1.2;
}
.archive_lists ul li { color:#ffb534; }
.faq-list_h { color:#fff; }
.faq-list .marker { color:#ffb534; }
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.nav-pills { float:left; }
.nav-pills > li > a {
	white-space:nowrap;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
@media (max-width: 767px) {
	.nav-pills > li > a { padding:5px; }
}
.nav-pills > li > a:hover {
	color:#fff;
	background-color:#ffb534;
}
.filterable-portfolio h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	margin:20px 0 5px;
}
@media (max-width: 767px) {
	.filterable-portfolio h3 {
		font-size:12px !important;
		line-height:20px !important;
	}
}
.filterable-portfolio .image-wrap {
	position:relative;
	display:block;
	overflow:hidden;
	background:#f5f5f5 url(../images/loading-folio.gif) 50% 50% no-repeat;
}
.comment .comment-body {
	background:none;
	border:1px solid #73797c;
}
.comment.bypostauthor .comment-body { background:none; }
.social { margin-bottom:30px; }
.social_label { margin:5px 0 0 15px; }
.social__list li { margin-bottom:8px; }
.social__list li a { color:#828b8f; }
.textwidget h5 { margin:0; }
.textwidget form p {
	margin-bottom:8px;
	text-align:right;
	font-size:0;
}
.textwidget form p em {
	display:inline-block;
	margin-right:5%;
	width:15%;
	vertical-align:top;
	text-align:right;
	font-style:normal;
	font-size:12px;
	line-height:32px;
	white-space:nowrap;
	*display:inline;
	*zoom:1;
}
.textwidget form p > span {
	display:inline-block;
	width:80%;
	vertical-align:top;
	text-align:left;
	*display:inline;
	*zoom:1;
}
.textwidget form p span.wpcf7-not-valid-tip {
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	width:auto !important;
	height:auto !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.textwidget form p input[type="text"], .textwidget form p input[type="password"], .textwidget form p input[type="datetime"], .textwidget form p input[type="datetime-local"], .textwidget form p input[type="date"], .textwidget form p input[type="month"], .textwidget form p input[type="time"], .textwidget form p input[type="week"], .textwidget form p input[type="number"], .textwidget form p input[type="email"], .textwidget form p input[type="url"], .textwidget form p input[type="search"], .textwidget form p input[type="tel"], .textwidget form p input[type="color"], .textwidget form p .uneditable-input {
	margin:0;
	width:100%;
	height:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.textwidget form p textarea {
	margin:0;
	padding:5px;
	max-width:100%;
	width:100%;
	height:63px;
}
.textwidget form p input[type="submit"], .textwidget form p input[type="reset"] {
	float:right;
	border:none;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
}
.textwidget form p img {
	float:right;
	margin:5px 10px 0 0;
}
.roundabout-holder {
	margin-bottom:-17px;
	text-align:center;
	background:url(../images/roundabout-glow.png) 50% 90% no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
@media (max-width: 767px) {
	.roundabout-holder { background-position:50% 85%; }
}
@media (max-width: 480px) {
	.roundabout-holder { background-position:50% 80%; }
}
.roundabout-holder h2 {
	text-align:left;
	font-size:40px;
	line-height:48px;
}
.roundabout-holder ul {
	margin:0 auto 50px;
	height:250px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.roundabout-holder ul { margin-bottom:25px; }
}
@media (max-width: 767px) {
	.roundabout-holder ul { margin-bottom:25px; }
}
.roundabout-holder ul li {
	width:375px;
	height:inherit;
	text-align:center;
}
@media (max-width: 767px) {
	.roundabout-holder ul li { width:220px !important; }
}
@media (max-width: 480px) {
	.roundabout-holder ul li { width:150px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.roundabout-holder ul { width:100%; }
}
@media (max-width: 767px) {
	.roundabout-holder ul {
		width:100%;
		height:150px;
	}
}
@media (max-width: 480px) {
	.roundabout-holder ul { height:120px; }
}
.roundabout-holder .btn {
	padding:10px 50px;
	font-size:18px;
	line-height:30px;
	background-color:#424649;
	background-image:-moz-linear-gradient(top,#5a6063,#1d2022);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5a6063),to(#1d2022));
	background-image:-webkit-linear-gradient(top,#5a6063,#1d2022);
	background-image:-o-linear-gradient(top,#5a6063,#1d2022);
	background-image:linear-gradient(to bottom,#5a6063,#1d2022);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a6063', endColorstr='#ff1d2022', GradientType=0);
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.roundabout-holder .btn:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background:#1d2022;
	background-position:0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.roundabout-holder .btn {
		padding:8px 25px;
		font-size:16px;
		line-height:26px;
	}
}
@media (max-width: 767px) {
	.roundabout-holder .btn {
		padding:8px 25px;
		font-size:16px;
		line-height:26px;
	}
}
.posts-grid { padding-top:5px; }
.posts-grid li { margin-bottom:23px; }
.posts-grid li h5 { margin:15px 0 0px; }

.mini-posts-list {
	margin:0 0 25px;
	padding:0;
}
.mini-post-holder {
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
	border:none;
}
.mini-post-holder:first-child { padding:0; }
.mini-post-holder .featured-thumbnail { margin-top:0; }
.mini-post-holder h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	text-transform:capitalize;
}
.footer {
	padding:45px 0 20px;
	z-index:auto;
	border:none;
	background:none;
	
}
@media (max-width: 767px) {
	.footer {
		padding-right:20px;
		padding-left:20px;
	}
}
.footer h4 { margin-bottom:38px; }
.footer-widgets {
	position:relative;
	z-index:1;
	font-size:11px;
	line-height:20px;
}
.footer-widgets h4 { text-transform:uppercase; }
.copyright {
	background:url(../images/footer-border.gif) 50% 0 repeat-x;
	color:#828b8f;
	text-transform:uppercase;
	font-size:11px;
	line-height:20px;
}
nav.footer-nav { float:left; }
@media (max-width: 767px) {
	nav.footer-nav { float:none; }
}
nav.footer-nav ul li { padding:0 15px 0 0; }
nav.footer-nav ul li.current_page_item a { color:#828b8f !important; }
nav.footer-nav ul li a:hover { color:#ffb534; }
.footer-text { float:right; }
.footer-text a {
	color:#828b8f;
	text-decoration:none;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.footer-text a:hover { color:#ffb534; }
@media (max-width: 767px) {
	.footer-text {
		float:none;
		width:100%;
		text-align:center;
	}
}
.btn {
	padding:10px 23px;
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:400;
	font-size:15px;
	font-family:'BenchNine', sans-serif;
	line-height:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.ie .btn {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input[type="submit"], input[type="reset"] {
	padding:0px 18px;
	height:32px;
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:400;
	font-size:15px;
	font-family:'BenchNine', sans-serif;
	line-height:32px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
input[type="submit"] input[type="submit"], input[type="reset"] input[type="submit"], input[type="submit"] input[type="reset"], input[type="reset"] input[type="reset"] {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-primary, input[type="submit"], input[type="reset"] {
	background:-moz-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(27,30,31,0.46)),color-stop(32%,rgba(27,30,31,0.72)),color-stop(68%,rgba(27,30,31,0.95)),color-stop(81%,#1b1e1f),color-stop(100%,#1b1e1f));
	background:-webkit-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-o-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:-ms-linear-gradient(top,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	background:linear-gradient(to bottom,rgba(27,30,31,0.46) 0%,rgba(27,30,31,0.72) 32%,rgba(27,30,31,0.95) 68%,#1b1e1f 81%,#1b1e1f 100%);
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25292b',endColorstr='#1b1e1f',GradientType=0);
}
.btn-primary:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#1d2021;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.hr {
	margin:50px 0px 45px;
	height:2px;
	background:url(../images/hr.gif) 0 0 repeat-x;
}
.dropcap {
	float:none;
	margin:-24px 0 -10px;
	width:auto;
	height:auto;
	border:none;
	background:none;
	color:#ffb534;
	text-align:left;
	text-transform:uppercase;
	text-shadow:0 11px 5px rgba(0,0,0,0.11);
	font-weight:bold;
	font-size:220px;
	line-height:1;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap { font-size:150px; }
}
@media (max-width: 767px) {
	.dropcap {
		font-size:150px;
		margin-top:0;
	}
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#back-top span { background-color:#ffb534; }
#back-top a:hover span { background-color:#1d2021; }
.plus-list.styled > ul {
	margin:0 0 1em 0;
	padding-top:12px;
}
.plus-list.styled > ul li {
	overflow:hidden;
	margin:0 0 7px 0;
	padding-top:10px;
	vertical-align:top;
	line-height:32px;
}
.plus-list.styled > ul li:first-child { padding-top:0; }
.plus-list.styled > ul li:first-child:after { display:none; }
.plus-list li:before {
	margin-right:10px;
	width:32px;
	height:32px;
	background:url(../images/plus-marker.png) 0 0 no-repeat;
	content:'' !important;
	vertical-align:top;
	line-height:32px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.plus-list li:before { display:none; }
}
@media (max-width: 480px) {
	.plus-list li:before { display:none; }
}
.plus-list li:after {
	position:absolute;
	top:0;
	left:42px;
	display:block;
	width:100%;
	height:1px;
	background:#505558;
	content:'';
}
@media (min-width: 768px) and (max-width: 979px) {
	.plus-list li:after { left:0; }
}
@media (max-width: 480px) {
	.plus-list li:after { left:0; }
}
.plus-list li a {
	display:inline-block;
	padding:0px 0 0 14px;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.plus-list li a { padding:0; }
}
@media (max-width: 480px) {
	.plus-list li a { padding:0; }
}
div.wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.google-map iframe {
   margin-bottom:20px;
}
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    
}

@import "../CherryFramework/style.css";
@import "http://fonts.googleapis.com/css?family=BenchNine";
@import "http://fonts.googleapis.com/css?family=BenchNine:300";
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/body-tail.gif");
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
h1, h2, h3, h4 {
    color: #ffffff;
    font-family: 'BenchNine',sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
h1 {
    font-size: 55px !important;
    line-height: 1 !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
h2 {
    font-size: 50px !important;
    line-height: 1 !important;
}
}
@media (max-width: 767px) {
h2 {
    font-size: 50px !important;
    line-height: 1 !important;
    margin-top: 15px;
}
}
h3 {
    margin-bottom: 27px;
}
@media (max-width: 767px) {
h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
}
}
h6 {
    text-transform: uppercase;
}
p {
    margin-bottom: 25px;
}
dl {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
dl dt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/marker.gif");
    background-origin: padding-box;
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #ffb534;
    font-weight: normal;
    padding-left: 16px;
}
dl dd {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3c4245;
    background-image: url("../images/content-tail.gif");
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: auto;
}
@media (max-width: 767px) {
.header {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
}
.logo {
    margin-left: -106px;
}
@media (min-width: 768px) and (max-width: 979px) {
.logo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 218px;
}
}
@media (max-width: 767px) {
.logo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
}
.logo_link:hover {
    color: #554f46;
}
.logo_h__txt {
    background-color: #fdad2b;
    height: 118px;
    letter-spacing: -2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 53px;
    padding-top: 22px;
    text-align: right;
    width: 277px;
}
.logo_tagline {
    color: #fff;
    float: right;
    margin-top: -50px;
    padding-right: 53px;
}
.nav__primary {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.nav__primary > ul {
    font-size: 0;
}
.sf-menu {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    float: none;
    white-space: nowrap;
}
.sf-menu ul {
    display: none;
    width: 100%;
}
.sf-menu > li {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #fff;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    display: inline-block;
    float: none;
}
.sf-menu > li:first-child {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0.11);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 5px;
}
.sf-menu > li:first-child > a {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 29px;
    padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li:first-child > a {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
}
.no-rgba .sf-menu > li:first-child {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #576064;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 5px;
}
.sf-menu > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #e1e1e1;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #657176;
    font-weight: 300 !important;
    padding-bottom: 25px;
    padding-left: 27px;
    padding-right: 28px;
    padding-top: 25px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li > a {
    font-size: 20px !important;
    line-height: 2 !important;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
}
.sf-menu li li {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    background-repeat: repeat-x;
}
.sf-menu li li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #657176;
    font-family: 'BenchNine',sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 15px;
    text-align: left;
    text-transform: uppercase;
    word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu li li a {
    font-size: 16px;
    line-height: 1.2;
}
}
.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li.current-menu-item {
    background-color: #677276;
    background-image: linear-gradient(to bottom, #7b888d, #495154);
    background-repeat: repeat-x;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(0, 0, 0, 0.11);
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0.11);
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgba(0, 0, 0, 0.11);
    border-top-color: rgba(0, 0, 0, 0.11);
    color: #fff;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
    background-color: #677276;
    background-image: linear-gradient(to bottom, #7b888d, #495154);
    background-repeat: repeat-x;
    color: #fff;
}
.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em;
}
.sf-sub-indicator {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/arrows-ffffff.png");
    background-origin: padding-box;
    background-position: -10px -100px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}
a > .sf-sub-indicator {
    background-position: 0 -100px;
    top: 0.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
.select-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.slider {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e1e1e1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: -40px;
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
    z-index: auto;
}
@media (max-width: 767px) {
.slider {
    margin-top: 0;
}
}
.camera_wrap {
    float: none;
}
.camera_caption {
    bottom: auto;
    left: 50%;
    margin-left: -480px;
    top: 38%;
    width: 960px;
}
@media (max-width: 1100px) {
.camera_caption {
    top: 15%;
}
}
@media (max-width: 767px) {
.camera_caption {
    display: none !important;
}
}
.camera_caption > div {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: right;
    width: 40%;
}
.camera_caption h2 {
    color: #9fa3a6;
    font-size: 90px;
    font-weight: 300 !important;
    letter-spacing: -2px;
    line-height: 80px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
.camera_caption h2 {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 1.2;
    padding-top: 10px;
}
}
.camera_caption h2 span {
    color: #565c61;
    display: block;
    font-size: 60px;
    line-height: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
.camera_caption h2 span {
    font-size: 30px;
    line-height: 1.2;
}
}
.content-holder {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3c4245;
    background-image: url("../images/content-tail.gif");
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}
.home .content-holder {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
@media (max-width: 767px) {
.content-holder {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
}
.content-glow {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.home .content-glow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/content-glow.png");
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top: 50px;
}
@media (max-width: 767px) {
.content-glow {
    padding-left: 20px;
    padding-right: 20px;
}
}
#content {
    padding-top: 25px;
    position: relative;
    z-index: 2;
}
.title-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.title-header {
    margin-bottom: 0;
}
.breadcrumb__t {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.post-title {
    font-size: 40px;
    line-height: 1.2;
}
@media (max-width: 767px) {
.post-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
}
}
.post-title a {
    color: #fff;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}
.post-title a:hover {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #ffb534;
}
.post_meta {
    border-bottom-color: #73797c;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-top-color: #73797c;
    color: #b2b9bc;
    font-size: 11px;
}
.post_meta a {
    color: #b2b9bc;
}
.post_meta i {
    color: #ffb534;
}
.pagination__posts {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
}
.pagination__posts ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}
.pagination__posts ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #b2b9bc;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.pagination__posts ul li a:hover {
    color: #ffb534;
}
.pagination__posts ul .active a {
    color: #ffb534;
}
.flexslider {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/loader.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.filterable-portfolio .image-wrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/loader.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.single-pager {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
}
.single-pager li > a, .single-pager li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    color: #fff;
    font-family: 'BenchNine',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 10px;
    text-shadow: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
.single-pager li > a, .single-pager li > span {
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
}
.single-pager li > a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1b1d1e;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.post-author {
    border-bottom-color: #73797c;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-top-color: #73797c;
}
.post-author_h {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.post-author_gravatar img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.error404-holder_num {
    color: #ffb534;
}
.error404-holder hgroup {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 50px;
}
.error404-holder hgroup h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.error404-holder hgroup h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#sidebar {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.widget ul li {
    line-height: 18px;
    list-style-type: none;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 6px;
    position: relative;
}
.widget ul li:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffb534;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 3px;
}
.page-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.page-header h1 {
    margin-bottom: 0;
}
.portfolio-meta-list {
    border-bottom-color: #73797c;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-top-color: #73797c;
}
.testimonial {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #73797c;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #73797c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    font-style: italic;
    line-height: 1.5em;
}
.testimonial_content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.archive_lists .archive_h {
    font-size: 20px;
    line-height: 1.2;
}
.archive_lists ul li {
    color: #ffb534;
}
.faq-list_h {
    color: #fff;
}
.faq-list .marker {
    color: #ffb534;
}
@media (max-width: 767px) {
.filter-wrapper .pull-right {
    float: none;
}
}
.nav-pills {
    float: left;
}
.nav-pills > li > a {
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
    white-space: nowrap;
}
@media (max-width: 767px) {
.nav-pills > li > a {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
}
.nav-pills > li > a:hover {
    background-color: #ffb534;
    color: #fff;
}
.filterable-portfolio h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-transform: none;
}
@media (max-width: 767px) {
.filterable-portfolio h3 {
    font-size: 12px !important;
    line-height: 20px !important;
}
}
.filterable-portfolio .image-wrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: url("../images/loading-folio.gif");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.comment .comment-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #73797c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #73797c;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #73797c;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #73797c;
    border-top-style: solid;
    border-top-width: 1px;
}
.comment.bypostauthor .comment-body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.twitter_li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.twitter_txt {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.twitter_txt a {
    font-weight: normal;
}
.twitter_preloader {
    background-image: url("../images/loading-twitter.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.social {
    margin-bottom: 30px;
}
.social_label {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 5px;
}
.social__list li {
    margin-bottom: 8px;
}
.social__list li a {
    color: #828b8f;
}
.textwidget form p {
    font-size: 0;
    margin-bottom: 8px;
    text-align: right;
}
.textwidget form p em {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    line-height: 32px;
    margin-right: 5%;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 15%;
}
.textwidget form p > span {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 80%;
}
.textwidget form p span.wpcf7-not-valid-tip {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
}
.textwidget form p input[type="text"], .textwidget form p input[type="password"], .textwidget form p input[type="datetime"], .textwidget form p input[type="datetime-local"], .textwidget form p input[type="date"], .textwidget form p input[type="month"], .textwidget form p input[type="time"], .textwidget form p input[type="week"], .textwidget form p input[type="number"], .textwidget form p input[type="email"], .textwidget form p input[type="url"], .textwidget form p input[type="search"], .textwidget form p input[type="tel"], .textwidget form p input[type="color"], .textwidget form p .uneditable-input {
    box-sizing: border-box;
    height: 32px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.textwidget form p textarea {
    height: 63px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 100%;
}
.textwidget form p input[type="submit"], .textwidget form p input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top-style: none;
    border-top-width: medium;
    float: right;
}
.textwidget form p img {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.roundabout-holder {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/roundabout-glow.png");
    background-origin: padding-box;
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: -17px;
    text-align: center;
}
@media (max-width: 767px) {
.roundabout-holder {
    background-position: 50% 85%;
}
}
@media (max-width: 480px) {
.roundabout-holder {
    background-position: 50% 80%;
}
}
.roundabout-holder h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
}
.roundabout-holder ul {
    height: 250px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder ul {
    margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.roundabout-holder ul {
    margin-bottom: 25px;
}
}
.roundabout-holder ul li {
    height: inherit;
    text-align: center;
    width: 375px;
}
@media (max-width: 767px) {
.roundabout-holder ul li {
    width: 220px !important;
}
}
@media (max-width: 480px) {
.roundabout-holder ul li {
    width: 150px !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder ul {
    width: 100%;
}
}
@media (max-width: 767px) {
.roundabout-holder ul {
    height: 150px;
    width: 100%;
}
}
@media (max-width: 480px) {
.roundabout-holder ul {
    height: 120px;
}
}
.roundabout-holder .btn {
    background-color: #424649;
    background-image: linear-gradient(to bottom, #5a6063, #1d2022);
    background-repeat: repeat-x;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}
.roundabout-holder .btn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1d2022;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder .btn {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
}
}
@media (max-width: 767px) {
.roundabout-holder .btn {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
}
}
.posts-grid {
    padding-top: 5px;
}
.posts-grid li {
    margin-bottom: 23px;
}
.posts-grid li h5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

.mini-posts-list {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.mini-post-holder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.mini-post-holder:first-child {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.mini-post-holder .featured-thumbnail {
    margin-top: 0;
}
.mini-post-holder h4 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    z-index: auto;
}
@media (max-width: 767px) {
.footer {
    padding-left: 20px;
    padding-right: 20px;
}
}
.footer h4 {
    margin-bottom: 38px;
}
.footer-widgets {
    font-size: 11px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.footer-widgets h4 {
    text-transform: uppercase;
}
.copyright {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/footer-border.gif");
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #828b8f;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
}
nav.footer-nav {
    float: left;
}
@media (max-width: 767px) {
nav.footer-nav {
    float: none;
}
}
nav.footer-nav ul li {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
}
nav.footer-nav ul li.current_page_item a {
    color: #828b8f !important;
}
nav.footer-nav ul li a:hover {
    color: #ffb534;
}
.footer-text {
    float: right;
}
.footer-text a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #828b8f;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}
.footer-text a:hover {
    color: #ffb534;
}
@media (max-width: 767px) {
.footer-text {
    float: none;
    text-align: center;
    width: 100%;
}
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    font-family: 'BenchNine',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 10px;
    text-shadow: none;
    text-transform: uppercase;
}
.ie .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
input[type="submit"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    font-family: 'BenchNine',sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
    text-shadow: none;
    text-transform: uppercase;
}
input[type="submit"] input[type="submit"], input[type="submit"] input[type="reset"], input[type="reset"] input[type="submit"], input[type="reset"] input[type="reset"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-primary, input[type="submit"], input[type="reset"] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(27, 30, 31, 0.46) 0%, rgba(27, 30, 31, 0.72) 32%, rgba(27, 30, 31, 0.95) 68%, #1b1e1f 81%, #1b1e1f 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.btn-primary:hover {
}
input[type="submit"]:hover, input[type="reset"]:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1d2021;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.hr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/hr.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    height: 2px;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}
.dropcap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    color: #ffb534;
    float: none;
    font-size: 220px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -24px;
    text-align: left;
    text-shadow: 0 11px 5px rgba(0, 0, 0, 0.11);
    text-transform: uppercase;
    width: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
.dropcap {
    font-size: 150px;
}
}
@media (max-width: 767px) {
.dropcap {
    font-size: 150px;
    margin-top: 0;
}
}
.thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#back-top span {
    background-color: #ffb534;
}
#back-top a:hover span {
    background-color: #1d2021;
}
.plus-list.styled > ul {
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 12px;
}
.plus-list.styled > ul li {
    line-height: 32px;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    vertical-align: top;
}
.plus-list.styled > ul li:first-child {
    padding-top: 0;
}
.plus-list.styled > ul li:first-child:after {
    display: none;
}
.plus-list li:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/plus-marker.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "" !important;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    vertical-align: top;
    width: 32px;
}
@media (min-width: 768px) and (max-width: 979px) {
.plus-list li:before {
    display: none;
}
}
@media (max-width: 480px) {
.plus-list li:before {
    display: none;
}
}
.plus-list li:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #505558;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 1px;
    left: 42px;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
.plus-list li:after {
    left: 0;
}
}
@media (max-width: 480px) {
.plus-list li:after {
    left: 0;
}
}
.plus-list li a {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 0;
    padding-top: 0;
    vertical-align: top;
}
@media (min-width: 768px) and (max-width: 979px) {
.plus-list li a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
}
@media (max-width: 480px) {
.plus-list li a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
}
div.wpcf7-response-output {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wpcf7-not-valid-tip {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-color: transparent;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: transparent;
    font-family: a;
    font-size: 0;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.sf-menu a{display: block; position: relative;}

.nav__primary {
    position: relative;
    z-index: 2;
}
.sf-menu li {
    position: relative;
}
.logo {
    z-index: 99;
    position: relative;
}






.sf-menu {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    float: none;
    white-space: nowrap;
}
.sf-menu ul {
    display: none;
    width: 100%;
}
.sf-menu > li {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #fff;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    display: inline-block;
    float: none;
}
.sf-menu > li:first-child {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0.11);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 5px;
}
.sf-menu > li:first-child > a {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 29px;
    padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li:first-child > a {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
}
.no-rgba .sf-menu > li:first-child {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #576064;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 5px;
}
.sf-menu > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #e1e1e1;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #657176;
    font-weight: 300 !important;
    padding-bottom: 25px;
    padding-left: 27px;
    padding-right: 28px;
    padding-top: 25px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li > a {
    font-size: 20px !important;
    line-height: 2 !important;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
}
.sf-menu li li {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    background-repeat: repeat-x;
}
.sf-menu li li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #657176;
    font-family: 'BenchNine',sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 15px;
    text-align: left;
    text-transform: uppercase;
    word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
.sf-menu li li a {
    font-size: 16px;
    line-height: 1.2;
}
}
.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li.current-menu-item {
    background-color: #677276;
    background-image: linear-gradient(to bottom, #7b888d, #495154);
    background-repeat: repeat-x;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(0, 0, 0, 0.11);
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0.11);
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgba(0, 0, 0, 0.11);
    border-top-color: rgba(0, 0, 0, 0.11);
    color: #fff;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
    background-color: #677276;
    background-image: linear-gradient(to bottom, #7b888d, #495154);
    background-repeat: repeat-x;
    color: #fff;
}
.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em;
}
.sf-sub-indicator {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/arrows-ffffff.png");
    background-origin: padding-box;
    background-position: -10px -100px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
}
a > .sf-sub-indicator {
    background-position: 0 -100px;
    top: 0.8em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
.select-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.roundabout-holder ul li {
    list-style-type: none;
}
.dropcap {
    display: block;
}
.sf-menu ul {
left: -25px;
    position: absolute; 
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li {
    float: none;
    position: relative;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu a {
    display: block;
    position: relative;
}
#back-top-wrapper {
    bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    right: 10px;
    z-index: 99;
}
.image-wrap:hover .zoom-icon{opacity: 1;}
.thumbnail a .zoom-icon:hover{opacity: 1;}
#back-top a {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    -x-system-font: none;
    color: #bbb;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    width: 50px;
}
#back-top span {
    background-color: #ffb534;
}
#back-top span {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/up-arrow.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 50px;
    margin-bottom: 7px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    width: 50px;
}
.footer #text-6 p{margin-top: 10px;}
.zoom-icon:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/magnify-alt.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 26px;
    left: 50%;
    margin-bottom: 0;
    margin-left: -13px;
    margin-right: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.zoom-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
.posts-grid li .featured-thumbnail {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.thumbnail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.posts-grid li {
    margin-bottom: 23px;
}
.featured-thumbnail a {
    display: block;
    position: relative;
}
.posts-grid {
    padding-top: 5px;
}