@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:100,400,900,700,300);
.main-holder {
	z-index:100;
	overflow:hidden;
}
.header { z-index:101; }
.content-holder {
	z-index:100;
	position:relative;
	background:#ffffff;
}
.home .content-holder { padding:0; }
.footer { z-index:99; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:40px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 40px 20px !important; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	box-shadow:none;
	border:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:5px 0 25px; }
@media (max-width: 767px) {
	figure.frame.alignnone {
		margin:20px 0;
		text-align:left;
	}
}
figure.frame.alignleft { margin:9px 30px 20px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
@media (max-width: 600px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignright {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 550px) {
	figure.frame.alignright {
		float:none;
		margin:20px 0 20px 0;
	}
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:15px 20px;
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:300;
	line-height:1.2em;
	text-transform:none;
	color:#333;
	height:70px;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#ffffff;
	box-shadow:none;
	border-color:#333333;
	border-width:2px;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#333;
	opacity:1;
}
textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#333; }
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#333; }
textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#333; }
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#333; }
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#333; }
.cherry_fixed_parallax textarea, .cherry_fixed_parallax input[type="text"], .cherry_fixed_parallax input[type="password"], .cherry_fixed_parallax input[type="datetime"], .cherry_fixed_parallax input[type="datetime-local"], .cherry_fixed_parallax input[type="date"], .cherry_fixed_parallax input[type="month"], .cherry_fixed_parallax input[type="time"], .cherry_fixed_parallax input[type="week"], .cherry_fixed_parallax input[type="number"], .cherry_fixed_parallax input[type="email"], .cherry_fixed_parallax input[type="url"], .cherry_fixed_parallax input[type="search"], .cherry_fixed_parallax input[type="tel"], .cherry_fixed_parallax input[type="color"], .cherry_fixed_parallax .uneditable-input {
	background:none;
	color:#fff;
	border-color:#474747;
}
.cherry_fixed_parallax textarea::-moz-placeholder, .cherry_fixed_parallax input[type="text"]::-moz-placeholder, .cherry_fixed_parallax input[type="password"]::-moz-placeholder, .cherry_fixed_parallax input[type="datetime"]::-moz-placeholder, .cherry_fixed_parallax input[type="datetime-local"]::-moz-placeholder, .cherry_fixed_parallax input[type="date"]::-moz-placeholder, .cherry_fixed_parallax input[type="month"]::-moz-placeholder, .cherry_fixed_parallax input[type="time"]::-moz-placeholder, .cherry_fixed_parallax input[type="week"]::-moz-placeholder, .cherry_fixed_parallax input[type="number"]::-moz-placeholder, .cherry_fixed_parallax input[type="email"]::-moz-placeholder, .cherry_fixed_parallax input[type="url"]::-moz-placeholder, .cherry_fixed_parallax input[type="search"]::-moz-placeholder, .cherry_fixed_parallax input[type="tel"]::-moz-placeholder, .cherry_fixed_parallax input[type="color"]::-moz-placeholder, .cherry_fixed_parallax .uneditable-input::-moz-placeholder {
	color:#fff;
	opacity:1;
}
.cherry_fixed_parallax textarea::-ms-input-placeholder, .cherry_fixed_parallax input[type="text"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="password"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="datetime"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="datetime-local"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="date"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="month"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="time"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="week"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="number"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="email"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="url"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="search"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="tel"]::-ms-input-placeholder, .cherry_fixed_parallax input[type="color"]::-ms-input-placeholder, .cherry_fixed_parallax .uneditable-input::-ms-input-placeholder { color:#fff; }
.cherry_fixed_parallax textarea::-webkit-input-placeholder, .cherry_fixed_parallax input[type="text"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="password"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="datetime"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="datetime-local"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="date"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="month"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="time"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="week"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="number"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="email"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="url"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="search"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="tel"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="color"]::-webkit-input-placeholder, .cherry_fixed_parallax .uneditable-input::-webkit-input-placeholder { color:#fff; }
.cherry_fixed_parallax textarea:-moz-placeholder, .cherry_fixed_parallax input[type="text"]:-moz-placeholder, .cherry_fixed_parallax input[type="password"]:-moz-placeholder, .cherry_fixed_parallax input[type="datetime"]:-moz-placeholder, .cherry_fixed_parallax input[type="datetime-local"]:-moz-placeholder, .cherry_fixed_parallax input[type="date"]:-moz-placeholder, .cherry_fixed_parallax input[type="month"]:-moz-placeholder, .cherry_fixed_parallax input[type="time"]:-moz-placeholder, .cherry_fixed_parallax input[type="week"]:-moz-placeholder, .cherry_fixed_parallax input[type="number"]:-moz-placeholder, .cherry_fixed_parallax input[type="email"]:-moz-placeholder, .cherry_fixed_parallax input[type="url"]:-moz-placeholder, .cherry_fixed_parallax input[type="search"]:-moz-placeholder, .cherry_fixed_parallax input[type="tel"]:-moz-placeholder, .cherry_fixed_parallax input[type="color"]:-moz-placeholder, .cherry_fixed_parallax .uneditable-input:-moz-placeholder { color:#fff; }
.cherry_fixed_parallax textarea:-ms-input-placeholder, .cherry_fixed_parallax input[type="text"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="password"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="datetime"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="datetime-local"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="date"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="month"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="time"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="week"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="number"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="email"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="url"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="search"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="tel"]:-ms-input-placeholder, .cherry_fixed_parallax input[type="color"]:-ms-input-placeholder, .cherry_fixed_parallax .uneditable-input:-ms-input-placeholder { color:#fff; }
.cherry_fixed_parallax textarea::-webkit-input-placeholder, .cherry_fixed_parallax input[type="text"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="password"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="datetime"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="datetime-local"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="date"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="month"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="time"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="week"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="number"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="email"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="url"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="search"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="tel"]::-webkit-input-placeholder, .cherry_fixed_parallax input[type="color"]::-webkit-input-placeholder, .cherry_fixed_parallax .uneditable-input::-webkit-input-placeholder { color:#fff; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background:#f1f1f1;
	box-shadow:none;
	border-color:#fff !important;
}
.cherry_fixed_parallax textarea:focus, .cherry_fixed_parallax input[type="text"]:focus, .cherry_fixed_parallax input[type="password"]:focus, .cherry_fixed_parallax input[type="datetime"]:focus, .cherry_fixed_parallax input[type="datetime-local"]:focus, .cherry_fixed_parallax input[type="date"]:focus, .cherry_fixed_parallax input[type="month"]:focus, .cherry_fixed_parallax input[type="time"]:focus, .cherry_fixed_parallax input[type="week"]:focus, .cherry_fixed_parallax input[type="number"]:focus, .cherry_fixed_parallax input[type="email"]:focus, .cherry_fixed_parallax input[type="url"]:focus, .cherry_fixed_parallax input[type="search"]:focus, .cherry_fixed_parallax input[type="tel"]:focus, .cherry_fixed_parallax input[type="color"]:focus, .cherry_fixed_parallax .uneditable-input:focus { background:#000; }
.wpcf7 .wpcf7-form { margin:50px 0; }
.wpcf7 .wpcf7-form .wpcf7-validation-errors {
	background:#da4531 !important;
	color:#fff !important;
	border:none !important;
	text-shadow:none !important;
	text-align:center !important;
}
.wpcf7 .wpcf7-form p {
	margin-bottom:30px;
	overflow:visible;
}
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	padding:20px 25px;
	margin:0;
	height:70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#fff !important; }
.wpcf7 .wpcf7-form p input[type="text"]:invalid, .wpcf7 .wpcf7-form p input[type="email"]:invalid {
	border-color:#da4531 !important;
	color:#da4531 !important;
	box-shadow:none !important;
}
.wpcf7 .wpcf7-form p input[type="text"][aria-invalid="true"], .wpcf7 .wpcf7-form p input[type="email"][aria-invalid="true"] { border-color:#da4531 !important; }
.wpcf7 .wpcf7-form textarea {
	margin-bottom:10px;
	padding:20px 25px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#fff !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
	height:auto;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
	float:left;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	padding:5px 8px !important;
	width:auto !important;
	top:-45px !important;
	bottom:auto !important;
	background:#da4531 !important;
	color:#fff !important;
	height:35px !important;
	border:none !important;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip:before {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#da4531 transparent transparent transparent;
	position:absolute;
	bottom:-10px;
	left:30px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
		font-size:9px !important;
		padding:6px 7px !important;
	}
}
.wpcf7 .wpcf7-form .submit-wrap {
	position:relative;
	text-align:center;
}
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
.wpcf7 .wpcf7-form .submit-wrap input {
	margin:0;
	padding:16px 85px !important;
	height:auto;
	color:#fff;
	display:inline-block;
}
@media (max-width: 1200px) {
	.wpcf7 .wpcf7-form .submit-wrap input { padding:10px 15px !important; }
}
.ie8 .wpcf7 .wpcf7-form .submit-wrap input { padding:10px 15px !important; }
.wpcf7 .wpcf7-form .submit-wrap .input-btn {
	margin:0 15px;
	padding:0;
	overflow:visible;
	text-transform:uppercase;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span {
	display:inline-block;
	padding:0;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span:after { display:none; }
.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
	position:absolute;
	right:50%;
	top:100%;
	margin-top:10px;
	margin-right:-10px;
}
.header {
	padding:10px 0;
	border:none;
}
.nav-wrap {
	position:relative;
	padding:0;
	z-index:100;
	transition:padding 300ms;
	-webkit-transition:padding 300ms;
	-os-transition:padding 300ms;
	-moz-transition:padding 300ms;
	-webkit-transform:translateZ(0);
}
@media only screen and (min-width: 998px) {
	.nav-wrap.isStuck {
		background:#fff;
		padding:4px 0;
		width:100%;
		position:relative;
	}
	.nav-wrap.isStuck > div {
		position:relative;
		z-index:10;
	}
	.nav-wrap.isStuck:before, .nav-wrap.isStuck:after {
		content:"";
		display:block;
		height:100%;
		position:absolute;
		top:0;
		width:101%;
		background:inherit;
		border:inherit;
		z-index:1;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	.nav-wrap.isStuck:before { left:-100%; }
	.nav-wrap.isStuck:after { right:-100%; }
	.nav-wrap.isStuck .nav__primary .sf-menu > .menu-item > .sub-menu { margin-top:26px; }
}
@media (max-width: 998px) {
	.nav-wrap.isStuck {
		position:relative !important;
		top:0 !important;
		border:none;
		background-color:transparent;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.ie8 .nav-wrap.isStuck {
	position:relative !important;
	top:0 !important;
	border:none;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 998px) {
	.pseudoStickyBlock { height:0 !important; }
}
.nav__primary {
	padding:24px 0 0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.nav__primary { padding:35px 0 0; }
}
.ie8 .nav__primary { padding:35px 0 0; }
@media (max-width: 767px) {
	.nav__primary { padding:20px 0; }
}
.nav__primary .select-menu { height:40px; }
.nav__primary .sf-menu {
	float:right;
	padding:0;
	position:relative;
}
.nav__primary .sf-menu > .menu-item {
	display:inline-block;
	float:none;
	vertical-align:middle;
	background:none;
	position:relative;
	padding:0;
	margin:0 0 0 24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.nav__primary .sf-menu > .menu-item { margin:0 0 0 5px; }
}
.ie8 .nav__primary .sf-menu > .menu-item { margin:0 0 0 5px; }
.nav__primary .sf-menu > .menu-item:first-child { margin:0; }
.nav__primary .sf-menu > .menu-item > a {
	border:none;
	display:block;
	background:none;
	text-transform:uppercase;
	z-index:100;
	position:relative;
	letter-spacing:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu > .menu-item > a { font-size:14px; }
}
.nav__primary .sf-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > a:focus {
	color:#166bec;
	background:none;
}
.nav__primary .sf-menu > .menu-item > a:hover .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:active .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:focus .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:100%;
	left:50%;
	margin-left:-4px;
	margin-top:0;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item.active-menu-item > a, .nav__primary .sf-menu > .menu-item.sfHover > a {
	color:#166bec;
	background:none;
}
.nav__primary .sf-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.active-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > .sub-menu {
	width:170px;
	left:0;
	margin-top:33px;
	margin-left:-20px;
	top:100%;
	background:#eeeeee;
	border:none;
	padding:10px 0;
	border-radius:0;
	z-index:10;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item {
	text-align:left;
	background:none;
	font:14px/1.2em 'Lato', sans-serif;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item:first-child {
	border:none;
	background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a {
	text-transform:none;
	border:none;
	background:none;
	padding:7px 20px;
	display:block;
	-moz-hyphens:auto;
	word-wrap:break-word;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a >.sf-sub-indicator {
	top:10px;
	right:auto;
	left:7px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a {
	color:#333333;
	background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:focus {
	color:#fff;
	background:#166bec;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a {
	color:#fff;
	background:#166bec;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
	width:170px;
	background:#eeeeee;
	border:none;
	padding:10px 0;
	left:auto;
	right:100%;
	top:-10px;
	margin-left:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item { padding:0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:first-child { border:none; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a {
	color:#333;
	padding:7px 20px;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:focus {
	color:#fff;
	background:#166bec;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a {
	color:#777;
	background:#166bec;
}
.logo { padding:6px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		padding:20px 0;
		text-align:center;
	}
}
.logo.pull-left { float:none; }
.logo .logo_h__txt { display:inline-block; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#333333;
	text-decoration:none;
}
.logo .logo_tagline {
	font:300 15px/1.2em 'Lato', sans-serif;
	color:#777777;
	text-transform:none;
	margin:0 0 10px 10px;
	display:inline-block;
	vertical-align:bottom;
}
@media (max-width: 1200px) {
	.logo .logo_tagline {
		display:block;
		margin:10px 0 0;
	}
}
.ie8 .logo .logo_tagline {
	display:block;
	margin:10px 0 0;
}
.content-holder { position:relative; }
.content-holder:before, .content-holder:after {
	content:'';
	width:100%;
	height:19px;
	background:url(images/shadow-content-top.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
}
.content-holder:after {
	background:url(images/shadow-content-bottom.png) repeat-x;
	top:auto;
	bottom:0;
}
.slider { margin:40px 0 0; }
.title-section {
	padding:50px 0 0;
	position:relative;
	background:none;
	z-index:10;
}
.single-resume .title-section, .single-job_listing .title-section { display:none; }
@media (max-width: 767px) {
	.title-section { padding:10px 0; }
}
.title-section .title-header {
	text-align:left;
	padding:0;
	margin:0 0 10px;
	color:#333;
	text-transform:uppercase;
	overflow:visible;
	font:bold 35px/1em 'Lato', sans-serif;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.title-section .title-header small { font-size:25px; }
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:none;
	display:block;
	margin:0;
	padding:0;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.title-section .breadcrumb > li {
	text-shadow:none;
	font:16px/1em 'Lato', sans-serif;
	display:inline-block;
	vertical-align:baseline;
}
@media (max-width: 480px) {
	.title-section .breadcrumb > li {
		float:none;
		display:block;
		line-height:1.5em;
	}
}
.title-section .breadcrumb > li.active { color:#166bec; }
.title-section .breadcrumb a {
	color:#333;
	text-shadow:none;
}
.title-section .breadcrumb a:hover, .title-section .breadcrumb a:active {
	text-decoration:none;
	color:#166bec;
}
.title-section .breadcrumb .divider {
	padding:0 5px;
	vertical-align:baseline;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb .divider { display:none; }
}
.title-section .breadcrumb .divider:after {
	color:#333;
	font:16px/1.2em 'Lato', sans-serif;
	content:'//';
}
article {
	background:#333;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.team-holder { background:none; }
article.post__holder {
	margin-bottom:60px;
	overflow:visible;
}
article.post__holder .post-header {
	margin:0;
	padding:20px 30px;
}
@media (max-width: 767px) {
	article.post__holder .post-header { padding:0 0 20px; }
}
article.post__holder .post-header .post-title {
	text-align:left;
	font:bold 20px/27px 'Lato', sans-serif;
	margin:0;
	padding:0;
	letter-spacing:0;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 979px) {
	article.post__holder .post-header .post-title { margin:0 !important; }
}
article.post__holder .post-header .post-title a {
	color:#fff;
	display:inline-block;
}
article.post__holder .post-header .post-title a:hover, article.post__holder .post-header .post-title a:active, article.post__holder .post-header .post-title a:focus {
	text-decoration:none;
	color:#166bec;
}
article.post__holder .post_content {
	background:none;
	border-radius:0;
	padding:20px 30px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder .post_content h1, article.post__holder .post_content h2, article.post__holder .post_content h3, article.post__holder .post_content h4, article.post__holder .post_content h5, article.post__holder .post_content h6, article.post__holder .post_content p, article.post__holder .post_content .excerpt {
	color:#fff;
	margin:0 0 20px;
}
article.post__holder .post_content .btn { display:none; }
article.post__holder .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 320px) {
	article.post__holder .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article.post__holder .thumbnail img { width:100%; }
}
article.post__holder .thumbnail.flexslider { margin:0 0 20px; }
@media (max-width: 320px) {
	article.post__holder .thumbnail.flexslider { display:block; }
}
article.post__holder .thumbnail.large { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	article.post__holder .thumbnail.large { float:none !important; }
}
article .post_meta {
	padding:0 30px 30px 30px;
	border:none;
	position:relative;
	display:block;
	margin:0;
	overflow:visible;
	background:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:14px/1.2em 'Lato', sans-serif;
	border-color:transparent;
	padding-left:0;
}
article .post_meta .post_meta_unite .meta_group > div { padding:0 10px 0 0; }
@media (max-width: 767px) {
	article .post_meta .post_meta_unite .meta_group > div { padding:5px 0; }
}
article .post_meta i {
	margin-right:0;
	padding-right:5px;
	color:#da4531;
	line-height:20px;
	font-size:23px;
	vertical-align:top;
}
article .post_meta .post_date i { color:#ffb706; }
article .post_meta .post_date i:before { content:''; }
article .post_meta .post_date time { color:#fff; }
article .post_meta .post_author i { color:#166bec; }
article .post_meta .post_author a { color:#fff; }
article .post_meta .post_category i, article .post_meta .post_tag i, article .post_meta .post_tag i { color:#da4531; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag a { color:#fff; }
article .post_meta .post_comment i { color:#02ac62; }
article .post_meta .post_comment i:before { content:''; }
article .post_meta .post_comment a { color:#fff; }
article .post_meta .user_like, article .post_meta .post_views { color:#fff; }
article .post_meta .post_permalink a { color:#fff; }
article .post_meta > div a:hover, article .post_meta > div a:active {
	text-decoration:none;
	color:#166bec;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:'Lato', sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:0; }
article.testimonial {
	background:#fff;
	border-color:#d3d3d2;
}
article.testimonial .user, article.testimonial .info { color:#000; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:30px 0;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	margin:30px 0 20px;
	padding:30px;
	border:none;
	background:#333;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:bold 20px/1.2em 'Lato', sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.single #content .post-author .post-author_h a {
	color:#fff;
	text-transform:uppercase;
	font:bold 20px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_h a:hover, .single #content .post-author .post-author_h a:active, .single #content .post-author .post-author_h a:focus {
	text-decoration:none;
	color:#da4531;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:2px 20px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding:0;
	margin:0;
	text-transform:none;
	color:#fff;
	font:300 14px/22px 'Lato', sans-serif;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:5px;
	text-transform:none;
	color:#fff;
	font:15px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#da4531;
	text-transform:none;
	font:15px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_link a:hover, .single #content .post-author .post-author_link a:active, .single #content .post-author .post-author_link a:focus {
	text-decoration:none;
	color:#fff;
}
.filter-wrapper {
	margin:0;
	padding:10px 0 40px;
	position:relative;
	text-align:left;
}
@media (max-width: 979px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#222;
	padding:0;
	font:900 17px/1.2em 'Lato', sans-serif;
	margin-right:13px;
	margin-top:0;
	text-transform:uppercase;
	float:none;
	letter-spacing:0;
	display:inline-block;
	vertical-align:middle;
	display:none;
}
@media (max-width: 979px) {
	.filter-wrapper strong { margin:0 0 20px; }
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	vertical-align:middle;
	top:0;
}
@media (max-width: 979px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0 0 0 15px;
	float:left;
	font:900 17px/1.2em 'Lato', sans-serif;
	position:relative;
	display:block;
}
@media (max-width: 979px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 0 5px !important;
	}
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li:first-child:before { display:none; }
.filter-wrapper .filter li a {
	color:#333;
	padding:15px 20px;
	margin:0;
	display:inline-block;
	background:none;
	border-radius:0;
	letter-spacing:0;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#fff;
	background:#166bec;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#fff;
	background:#166bec;
}
.filter-wrapper .pull-right { float:none; }
#sidebar.sidebar.none { display:none; }
#content.span8.none { width:100%; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder {
	position:relative;
	padding:0;
	background:none;
	border:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail {
	margin:0;
	border:none;
	padding:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	background:#f3f3f3;
	text-align:left;
	padding:20px;
	position:relative;
	z-index:100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0 0 10px;
	font:20px/1.2em 'Lato', sans-serif;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:focus {
	text-decoration:none;
	color:#166bec;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:13px/21px 'Lato', sans-serif;
	color:#333;
	text-transform:none;
	margin:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption p { margin:0; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin-top:15px; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#d3d3d2; }
.pagination { text-align:left; }
.pagination ul {
	box-shadow:none;
	background:none;
	border-radius:0;
}
.pagination ul li {
	border-radius:0;
	float:left;
	display:block;
	margin:0 0 0 10px;
}
.pagination ul li:first-child {
	border:none;
	margin:0;
}
.pagination ul li a, .pagination ul li span {
	border:none;
	border-radius:0 !important;
	padding:10px 15px;
	background:#484848;
	color:#fff;
	border-radius:0;
	text-decoration:none;
	text-transform:none;
	font:14px/1.2em 'Lato', sans-serif;
}
@media (max-width: 480px) {
	.pagination ul li a, .pagination ul li span {
		padding:5px 10px;
		font-size:13px;
	}
}
.pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus, .pagination ul li span:hover, .pagination ul li span:active, .pagination ul li span:focus {
	color:#fff;
	text-decoration:none;
	background:#da4531;
}
.pagination ul li.next a:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	margin-left:5px;
}
.pagination ul li.last a:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	margin-left:5px;
}
.pagination ul li.prev a:before {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	margin-right:5px;
}
.pagination ul li.first a:before {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	margin-right:5px;
}
.pagination ul li.active a, .pagination ul li.active span {
	color:#fff;
	text-decoration:none;
	background:#da4531;
}
.pager li a {
	border:none;
	border-radius:0 !important;
	padding:10px 15px;
	background:#484848;
	color:#fff;
	border-radius:0;
	text-decoration:none;
	text-transform:none;
	font:14px/1.2em 'Lato', sans-serif;
}
@media (max-width: 480px) {
	.pager li a {
		padding:5px 10px;
		font-size:13px;
	}
}
.pager li a:hover, .pager li a:active, .pager li a:focus {
	color:#fff;
	text-decoration:none;
	background:#da4531;
}
.related-posts, .comment-holder, #respond { margin:50px 0 0 0; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font:bold 65px/1em 'Lato', sans-serif;
	margin:0 0 30px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	letter-spacing:0;
	display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts h3, .comment-holder h3, #respond h3 { font-size:40px; }
}
@media (max-width: 480px) {
	.related-posts h3, .comment-holder h3, #respond h3 { font-size:40px; }
}
.related-posts .related-posts_item { background:#333; }
.related-posts .related-posts_item > a {
	font:bold 20px/1.2em 'Lato', sans-serif;
	color:#fff;
	padding:20px 30px;
	display:block;
	letter-spacing:0;
	text-transform:uppercase;
}
.related-posts .related-posts_item > a:hover, .related-posts .related-posts_item > a:active, .related-posts .related-posts_item > a:focus {
	text-decoration:none;
	color:#166bec;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts .related-posts_item > a {
		font-size:16px;
		-moz-hyphens:auto;
		word-wrap:break-word;
	}
}
@media (max-width: 767px) {
	.related-posts .related-posts_item > a {
		padding:10px;
		font-size:15px;
	}
}
.related-posts .thumbnail {
	overflow:hidden;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .pagination { margin:10px 0; }
.comment-holder .comment-list .comment .comment-body {
	padding:20px 30px;
	margin:0 0 30px;
	background:#333;
	border-radius:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:4px 30px 0 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	border-radius:0;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold 15px/1.2em 'Lato', sans-serif;
	color:#da4531;
	padding-top:20px;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	line-height:22px;
	color:#fff;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:0;
	padding:8px 0 0 0;
	font:14px/1.2em 'Lato', sans-serif;
	color:#fff;
	text-transform:none;
}
.comment-holder .reply { padding:0; }
.comment-holder .reply .comment-reply-link {
	padding:0;
	background:none;
	border:none;
	text-shadow:none;
	transition:all 0.3s ease 0s;
}
.comment-holder .reply .comment-reply-link:before, .comment-holder .reply .comment-reply-link:after { display:none; }
.comment-holder .reply .comment-reply-link span {
	padding:0;
	color:#ffb706;
	font:15px/1.2em 'Lato', sans-serif;
	text-transform:none;
	transition:all 0.3s ease 0s;
}
.comment-holder .reply .comment-reply-link:hover span, .comment-holder .reply .comment-reply-link:active span, .comment-holder .reply .comment-reply-link:focus span { color:#166bec; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	min-width:inherit;
	min-height:inherit;
	max-height:inherit;
	min-width:inherit;
	max-width:100%;
	width:100%;
	height:300px;
	padding:8px 10px;
	border-color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform textarea:focus { border-color:#000 !important; }
#respond #commentform p input {
	max-width:inherit;
	min-width:inherit;
	width:100%;
	height:70px;
	padding:0 10px;
	margin-bottom:2px;
	border-color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond #commentform p input:focus {
	box-shadow:none;
	border-color:#000 !important;
}
#respond #commentform p.field {
	width:31.623931623931625%;
	*width:31.570740134569924%;
	float:left;
	margin-left:2.564102564102564%;
}
#respond #commentform p.field:first-child { margin-left:0; }
#respond #commentform .comment_submit { text-align:center; }
#respond #commentform .input-btn {
	margin:20px 0 0;
	background:#da4531;
	float:none;
	border:none;
	transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn:before { background:#333; }
#respond #commentform .input-btn > span { padding:0; }
#respond #commentform .input-btn input {
	display:inline-block;
	margin:0;
	height:auto;
	width:auto;
	padding:20px 30px !important;
	color:#fff;
	font-size:17px;
	transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn:hover input, #respond #commentform .input-btn:active input, #respond #commentform .input-btn:focus input { color:#fff !important; }
.parallax_section.cherry_media_parallax { min-height:710px; }
@media (max-width: 767px) {
	.parallax_section.cherry_media_parallax { min-height:500px; }
}
.row.without-margins { margin:0; }
.row.without-margins > .span1 { width:8.3333333%; }
.row.without-margins > .span2 { width:16.666666%; }
.row.without-margins > .span3 { width:25%; }
.row.without-margins > .span4 { width:33.333333%; }
.row.without-margins > .span6 { width:50%; }
.row.without-margins [class*="span"] { margin:0; }
@media (max-width: 767px) {
	.row.without-margins [class*="span"] { width:100%; }
}
.cherry_fixed_parallax { padding:90px 0; }
.cherry_fixed_parallax h1, .cherry_fixed_parallax h2, .cherry_fixed_parallax h3, .cherry_fixed_parallax h4, .cherry_fixed_parallax h5, .cherry_fixed_parallax h6, .cherry_fixed_parallax p { color:#fff; }
.spacer { height:90px; }
.hashAncor { position:relative; }
.content_box {
	background:#333333;
	padding:90px 0;
}
.content_box:before, .content_box:after { background:inherit; }
.content_box h1, .content_box h2, .content_box h3, .content_box h4, .content_box h5, .content_box h6, .content_box p { color:#fff; }
.content_box h1, .content_box h2 { margin:0 0 30px; }
div.type-page h1, div.type-page h2, div.type-page h3, div.type-page h4, div.type-page h5, div.type-page h6 {
	font-weight:100;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	div.type-page h1 {
		font-size:30px !important;
		line-height:1.2em !important;
	}
}
@media (max-width: 480px) {
	div.type-page h2 {
		font-size:28px !important;
		line-height:1.2em !important;
	}
}
@media (max-width: 480px) {
	div.type-page h3 {
		font-size:26px !important;
		line-height:1.2em !important;
	}
}
@media (max-width: 480px) {
	div.type-page h4 {
		font-size:24px !important;
		line-height:1.2em !important;
	}
}
@media (max-width: 480px) {
	div.type-page h5 {
		font-size:22px !important;
		line-height:1.2em !important;
	}
}
@media (max-width: 480px) {
	div.type-page h6 {
		font-size:20px !important;
		line-height:1.2em !important;
	}
}
.title-box {
	margin:0 0 30px;
	text-align:center;
}
@media (max-width: 767px) {
	.title-box { margin:30px 0 40px; }
}
.title-box .title-box_primary, .title-box .title-box_secondary {
	font:bold 65px/1.2em 'Lato', sans-serif;
	color:#333;
	text-transform:uppercase;
	margin:0 10px 0 0;
	display:inline-block;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box .title-box_primary, .title-box .title-box_secondary { font-size:40px; }
}
@media (max-width: 480px) {
	.title-box .title-box_primary, .title-box .title-box_secondary { font-size:40px; }
}
.content_box .title-box .title-box_primary, .cherry_fixed_parallax .title-box .title-box_primary, .title-box .title-box_primary .cherry_media_parallax, .content_box .title-box .title-box_secondary, .cherry_fixed_parallax .title-box .title-box_secondary, .title-box .title-box_secondary .cherry_media_parallax { color:#fff; }
.title-box .title-box_secondary {
	font-weight:100;
	margin:0;
}
.service-box {
	background:#333;
	background:rgba(51,51,51,0.85);
	border-radius:0;
	border:none;
	box-shadow:none;
	padding:30px;
	position:relative;
	text-align:center;
}
.service-box .icon {
	float:none;
	margin:0 0 30px;
}
.service-box .service-box_body { color:#fff; }
.service-box .service-box_body .title {
	color:#fff;
	font:bold 21px/32px 'Lato', sans-serif;
	margin:0 0 15px;
}
.service-box .service-box_body .title:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
.service-box .service-box_body .sub-title {
	color:#fff;
	font:bold 16px/26px 'Lato', sans-serif;
	margin:0 0 15px;
}
.service-box .service-box_body .service-box_txt { font-weight:300; }
.service-box .service-box_body .btn-align { text-align:center; }
.service-box .service-box_body .btn-align .btn { border-color:#fff; }
.service-box .service-box_body .btn-align .btn:before { background:#fff; }
.service-box .service-box_body .btn-align .btn span { color:#fff; }
.service-box .service-box_body .btn-align .btn:hover span, .service-box .service-box_body .btn-align .btn:active span, .service-box .service-box_body .btn-align .btn:focus span { color:#333; }
.service-box.blue {
	background:#166bec;
	background:rgba(22,107,236,0.85);
}
.service-box.green {
	background:#02ac62;
	background:rgba(2,172,98,0.85);
}
.service-box.red {
	background:#da4531;
	background:rgba(218,69,49,0.85);
}
.service-box.yellow {
	background:#ffb706;
	background:rgba(255,183,6,0.85);
}
.service-box.big-title { transition:all 0.3s ease 0s; }
.service-box.big-title:before {
	content:'';
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#da4531;
	background:rgba(218,69,49,0.85);
	transition:all 0.3s ease 0s;
}
.service-box.big-title:hover { background:none; }
.service-box.big-title:hover:before { width:100%; }
.service-box.big-title .icon {
	position:relative;
	z-index:100;
}
.service-box.big-title .service-box_body {
	position:relative;
	z-index:100;
}
.service-box.big-title .service-box_body .title { font:100 148px/1em 'Lato', sans-serif; }
.service-box.big-title .service-box_body .sub-title { font:bold 21px/32px 'Lato', sans-serif; }
.service-box.services-home .icon {
	float:left;
	min-width:130px;
	text-align:right;
	margin:0 20px 0 0;
}
@media (max-width: 767px) {
	.service-box.services-home .icon {
		float:none;
		margin:0 0 20px;
		text-align:center;
	}
}
.service-box.services-home .icon img { transition:all 0.3s ease 0s; }
.service-box.services-home:hover .icon img {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.service-box.services-home .service-box_body .title {
	text-align:left;
	margin:15px 0;
}
@media (max-width: 767px) {
	.service-box.services-home .service-box_body .title { text-align:center; }
}
.ie8 .posts-grid li .thumbnail { width:100%; }
.posts-grid li .post_networks ul { text-align:center; }
.posts-grid li .post_networks ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	border-radius:50%;
	width:30px;
	height:30px;
	margin:5px;
	text-align:center;
}
@media only screen and (min-width: 1200px) {
	.posts-grid li .post_networks ul li {
		width:60px;
		height:60px;
	}
}
.posts-grid li .post_networks ul li a {
	display:block;
	text-decoration:none;
}
.posts-grid li .post_networks ul li span {
	margin:0;
	font-size:16px;
	color:#fff;
	background:#333;
	display:block;
	line-height:30px;
	text-decoration:none;
	transition:all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) {
	.posts-grid li .post_networks ul li span {
		font-size:31px;
		line-height:60px;
	}
}
.posts-grid li .post_networks ul li span.icon-facebook { background:#6d86d6; }
.posts-grid li .post_networks ul li span.icon-twitter { background:#5ccefd; }
.posts-grid li .post_networks ul li span.icon-instagram { background:#0c80b0; }
.posts-grid li .post_networks ul li span.icon-linkedin { background:#00a2e6; }
.posts-grid li .post_networks ul li span.icon-youtube { background:#f10000; }
.posts-grid li .post_networks ul li span.icon-google-plus { background:#e44d4d; }
.posts-grid li .post_networks ul li a:hover span, .posts-grid li .post_networks ul li a:active span, .posts-grid li .post_networks ul li a:focus span {
	background:#f2f3f3;
	color:#333;
}
.posts-grid li .post_networks ul li a:hover span.icon-facebook, .posts-grid li .post_networks ul li a:active span.icon-facebook, .posts-grid li .post_networks ul li a:focus span.icon-facebook { color:#6d86d6; }
.posts-grid li .post_networks ul li a:hover span.icon-twitter, .posts-grid li .post_networks ul li a:active span.icon-twitter, .posts-grid li .post_networks ul li a:focus span.icon-twitter { color:#5ccefd; }
.posts-grid li .post_networks ul li a:hover span.icon-instagram, .posts-grid li .post_networks ul li a:active span.icon-instagram, .posts-grid li .post_networks ul li a:focus span.icon-instagram { color:#0c80b0; }
.posts-grid li .post_networks ul li a:hover span.icon-linkedin, .posts-grid li .post_networks ul li a:active span.icon-linkedin, .posts-grid li .post_networks ul li a:focus span.icon-linkedin { color:#00a2e6; }
.posts-grid li .post_networks ul li a:hover span.icon-youtube, .posts-grid li .post_networks ul li a:active span.icon-youtube, .posts-grid li .post_networks ul li a:focus span.icon-youtube { color:#f10000; }
.posts-grid li .post_networks ul li a:hover span.icon-google-plus, .posts-grid li .post_networks ul li a:active span.icon-google-plus, .posts-grid li .post_networks ul li a:focus span.icon-google-plus { color:#e44d4d; }
@media (max-width: 979px) {
	.posts-grid.our-team { background:#02ac62; }
}
.ie8 .posts-grid.our-team { background:#02ac62; }
.posts-grid.our-team li {
	position:relative;
	width:25%;
	overflow:hidden;
	margin:0;
}
@media (max-width: 767px) {
	.posts-grid.our-team li {
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 600px) {
	.posts-grid.our-team li { width:50%; }
}
@media (max-width: 400px) {
	.posts-grid.our-team li {
		width:100%;
		display:block;
	}
}
.posts-grid.our-team li .thumbnail {
	margin:0;
	width:100%;
}
.posts-grid.our-team li .thumbnail .zoom-icon { display:none; }
.posts-grid.our-team li .post_networks li {
	transition:500ms all;
	-webkit-transition:500ms all;
	-ms-transition:500ms all;
}
@media only screen and (min-width: 979px) {
	.posts-grid.our-team li .post_networks li {
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
		transform:scale(0);
	}
}
.posts-grid.our-team li .desc {
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	padding:0;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media only screen and (min-width: 979px) {
	.posts-grid.our-team li .desc {
		position:absolute;
		background:#02ac62;
		padding:10px;
		background:rgba(2,172,98,0.85);
		opacity:0;
		filter:alpha(opacity=0);
	}
}
.posts-grid.our-team li .desc .desc-in {
	width:100%;
	padding:20px 10px;
	display:inline-block;
	vertical-align:middle;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media only screen and (min-width: 979px) {
	.posts-grid.our-team li .desc .desc-in {
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
	}
}
.posts-grid.our-team li .desc .helper {
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0px;
}
.posts-grid.our-team li .desc h5 {
	font:bold 21px/32px 'Lato', sans-serif;
	margin:0 0 15px;
}
@media (max-width: 979px) {
	.posts-grid.our-team li .desc h5 { font:bold 18px/1.2em 'Lato', sans-serif; }
}
.posts-grid.our-team li .desc h5 a { color:#fff; }
.posts-grid.our-team li .desc h5 a:hover, .posts-grid.our-team li .desc h5 a:active, .posts-grid.our-team li .desc h5 a:focus {
	text-decoration:none;
	color:#333;
}
.posts-grid.our-team li .desc .excerpt { color:#fff; }
.posts-grid.our-team li:hover .desc {
	opacity:1;
	filter:alpha(opacity=100);
}
.posts-grid.our-team li:hover .desc .desc-in {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid.our-team li:hover .desc .post_networks li {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.posts-grid.gallery-tabs li {
	width:20%;
	margin:0;
}
@media (max-width: 600px) {
	.posts-grid.gallery-tabs li { width:50%; }
	.posts-grid.gallery-tabs li:first-child { width:100%; }
}
@media (max-width: 400px) {
	.posts-grid.gallery-tabs li { width:100%; }
}
.posts-grid.gallery-tabs li .thumbnail { width:100%; }
.full-width-block { position:relative; }
.tab-content {
	overflow:visible;
	margin-bottom:30px;
}
.btn.green {
	background:#02ac62;
	border-color:#02ac62;
}
.btn.green span { color:#fff; }
.btn.green:hover, .btn.green:active, .btn.green:hover { border-color:#333; }
.btn.red {
	background:#da4531;
	border-color:#da4531;
}
.btn.red:hover, .btn.red:active, .btn.red:hover { border-color:#333; }
.testimonials .testi-item {
	margin:15px 0 15px 4%;
	padding:0;
	width:48%;
	background:none;
	float:left;
}
.testimonials .testi-item:nth-child(2n+1) { margin:15px 0; }
.ie8 .testimonials .testi-item.list-item-0 { margin:15px 0; }
@media (max-width: 767px) {
	.testimonials .testi-item {
		width:100%;
		margin:20px 0;
	}
}
.testimonials .testi-item .testi-item_blockquote {
	background:url(images/quote.png) no-repeat 0 5px;
	padding:0 0 0 115px;
	border-radius:0;
}
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote a {
	font:300 15px/24px 'Lato', sans-serif;
	color:#333;
}
.testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active, .testimonials .testi-item .testi-item_blockquote a:focus {
	text-decoration:none;
	color:#166bec;
}
.content_box .testimonials .testi-item .testi-item_blockquote a { color:#fff; }
.content_box .testimonials .testi-item .testi-item_blockquote a:hover, .content_box .testimonials .testi-item .testi-item_blockquote a:active, .content_box .testimonials .testi-item .testi-item_blockquote a:focus {
	text-decoration:none;
	color:#da4531;
}
.testimonials .testi-item .testi-meta { padding:20px 0 0 115px; }
.testimonials .testi-item .testi-meta span {
	font:bold 18px/1.2em 'Lato', sans-serif;
	color:#da4531;
	text-transform:uppercase;
}
.testimonials .testi-item .testi-meta span:before {
	content:'-';
	padding-right:10px;
}
.testimonials .testi-item .testi-meta span:after { display:none; }
.testimonials .testi-item .testi-meta .info, .testimonials .testi-item .testi-meta br, .testimonials .testi-item .testi-meta a { display:none; }
.content_box .testimonials .testi-item:nth-child(2n+1) .testi-item_blockquote a { color:#fff; }
.content_box .testimonials .testi-item:nth-child(2n+1) .testi-item_blockquote a:hover, .content_box .testimonials .testi-item:nth-child(2n+1) .testi-item_blockquote a:active, .content_box .testimonials .testi-item:nth-child(2n+1) .testi-item_blockquote a:focus {
	text-decoration:none;
	color:#166bec;
}
.testimonials .testi-item:nth-child(2n+1) .testi-meta span { color:#166bec; }
.ie8 .testimonials .testi-item.list-item-0 .testi-item_blockquote a { color:#fff; }
.ie8 .testimonials .testi-item.list-item-0 .testi-item_blockquote a:hover, .ie8 .testimonials .testi-item.list-item-0 .testi-item_blockquote a:active, .ie8 .testimonials .testi-item.list-item-0 .testi-item_blockquote a:focus {
	text-decoration:none;
	color:#166bec;
}
.ie8 .testimonials .testi-item.list-item-0 .testi-meta span { color:#166bec; }
.statistics { text-align:center; }
.statistics .number-column {
	width:100%;
	min-height:320px;
	position:relative;
}
.statistics .number-column > div {
	width:100%;
	background:#333;
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	transition:max-height 1000ms;
	-webkit-transition:max-height 1000ms;
}
.statistics .number-column > div.animated { max-height:0 !important; }
.statistics .number {
	font:100 65px/1em 'Lato', sans-serif;
	color:#333;
	margin:20px 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.statistics .number { font-size:40px; }
}
.statistics .number:after { content:'%'; }
.statistics .desc {
	font:bold 21px/1.2em 'Lato', sans-serif;
	text-transform:uppercase;
	color:#333;
}
.statistics.item-1 .number-column > div { background:#da4531; }
.statistics.item-2 .number-column > div { background:#166bec; }
.statistics.item-3 .number-column > div { background:#02ac62; }
.statistics.item-4 .number-column > div { background:#ffb706; }
.tabs-wrapper .nav-tabs {
	border:none;
	margin:0 0 35px;
	text-align:center;
}
.tabs-wrapper .nav-tabs li {
	margin:0 0 0 37px;
	float:none;
	display:inline-block;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li {
		margin:10px 0;
		display:block;
		float:none;
	}
}
.tabs-wrapper .nav-tabs li:first-child { margin:0; }
.tabs-wrapper .nav-tabs li.tab-1 a { color:#da4531; }
.tabs-wrapper .nav-tabs li.tab-2 a { color:#166bec; }
.tabs-wrapper .nav-tabs li.tab-3 a { color:#02ac62; }
.tabs-wrapper .nav-tabs li.tab-4 a { color:#ffb706; }
.tabs-wrapper .nav-tabs li a {
	padding:0;
	border:none;
	background:none;
	font:bold 18px/1.2em 'Lato', sans-serif;
	color:#da4531;
	border:none;
	border-radius:0;
	margin:0;
	text-transform:uppercase;
}
.tabs-wrapper .nav-tabs li a:hover {
	color:#fff;
	border:none;
	background:none;
}
.tabs-wrapper .nav-tabs li.active a {
	color:#fff;
	border:none;
	background:none;
}
.cherry-single-carousel-wrapper { height:670px; }
@media (max-width: 767px) {
	.cherry-single-carousel-wrapper { height:500px; }
}
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .background:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:100;
}
.ie8 .cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .background:before { background:url(images/zoom-bg.png); }
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground {
	bottom:auto;
	top:150px;
	z-index:1000;
}
@media (max-width: 767px) {
	.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground { top:20px; }
}
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element { color:#fff; }
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .cherry-single-carousel-item-title {
	font:bold 40px/1.1em 'Lato', sans-serif;
	color:#fff;
	margin:0 0 60px;
}
@media only screen and (min-width: 1600px) {
	.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .cherry-single-carousel-item-title { font-size:65px; }
}
@media (max-width: 480px) {
	.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .cherry-single-carousel-item-title { font-size:30px; }
}
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn {
	background:#02ac62;
	border-color:#02ac62;
}
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn:before { background:#da4531; }
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn span { color:#fff; }
.cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn:hover, .cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn:active, .cherry-single-carousel-wrapper .cherry-single-carousel-container .cherry-single-carousel-item .foreground .cherry-single-carousel-content-holder .element .btn:focus { border-color:#da4531; }
.cherry-single-carousel-wrapper .cherry-single-carousel-pagination { bottom:150px; }
@media (max-width: 767px) {
	.cherry-single-carousel-wrapper .cherry-single-carousel-pagination { bottom:20px; }
}
.cherry-single-carousel-wrapper .cherry-single-carousel-pagination a {
	width:20px;
	height:20px;
	border:2px solid #fff;
	background:none;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cherry-single-carousel-wrapper .cherry-single-carousel-pagination a:hover, .cherry-single-carousel-wrapper .cherry-single-carousel-pagination a.active { background:#fff; }
.isotope_wrapper { margin-top:0; }
.isotope_wrapper .masonry_filters {
	list-style:none;
	margin:0 0 20px 0;
	display:none;
}
.isotope_wrapper .masonry_filters li {
	display:inline-block;
	margin:2px;
}
.isotope_wrapper .masonry_filters li a {
	color:#fff;
	padding:2px 5px;
	background:#676767;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_filters li a:hover {
	text-decoration:none;
	color:#000;
	background:#DFA99D;
}
.isotope_wrapper .masonry_filters li.active a {
	color:#000;
	background:#DFA99D;
}
.isotope_wrapper .masonry_view {
	position:relative;
	margin:0 0 50px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item {
	padding:0;
	margin:0;
	width:30%;
	-webkit-transform:translateZ(0);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap {
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure {
	margin:0;
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure a {
	display:block;
	width:100%;
	height:100%;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure div {
	width:100%;
	height:100%;
	background-position:50% !important;
	background-size:cover !important;
	transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure { height:350px !important; }
}
.isotope_wrapper .masonry_view .masonry-item .desc {
	position:absolute;
	bottom:0;
	height:100%;
	width:100%;
	padding:0;
	background:url(images/shadow-masonry.png) repeat-x 0 100%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.isotope_wrapper .masonry_view .masonry-item .desc:before {
	content:'';
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5) url(images/shadow-masonry-hover.png) repeat-x 0 100%;
	z-index:10;
	transition:all 0.3s ease 0s;
}
.isotope_wrapper .masonry_view .masonry-item .desc:hover:before { height:100%; }
.isotope_wrapper .masonry_view .masonry-item .desc .desc-in {
	position:absolute;
	z-index:100;
	width:100%;
	height:auto;
	padding:15px 20px;
	bottom:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.isotope_wrapper .masonry_view .masonry-item .desc h5 {
	font:21px/1.2em 'Lato', sans-serif;
	margin:0 0 10px;
	text-transform:uppercase;
}
.isotope_wrapper .masonry_view .masonry-item .desc h5 a { color:#fff; }
.isotope_wrapper .masonry_view .masonry-item .desc h5 a:hover, .isotope_wrapper .masonry_view .masonry-item .desc h5 a:active, .isotope_wrapper .masonry_view .masonry-item .desc h5 a:focus {
	text-decoration:none;
	color:#02ac62;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta {
	margin:0;
	border:none;
	text-align:center;
	padding:0;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span {
	font:14px/23px 'Lato', sans-serif;
	color:#fff;
	display:inline-block;
	margin-left:10px;
	vertical-align:baseline;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span time, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span span {
	display:inline-block;
	vertical-align:top;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a { color:#fff; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:hover, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:active, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:focus {
	text-decoration:none;
	color:#333;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:hover i, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:active i, .isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span a:focus i { color:#02ac62; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span i {
	color:#da4531;
	font-size:23px;
	line-height:23px;
	padding-right:5px;
	display:inline-block;
	vertical-align:middle;
	transition:all 0.3s ease 0s;
}
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span.post_time { margin-left:0; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span.post_time i { color:#02ac62; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span.post_like { display:none; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span.post_comments i { color:#ffb706; }
.isotope_wrapper .masonry_view .masonry-item .desc .post_meta > span.post_comments i:before { content:''; }
.isotope_wrapper .masonry_view .masonry-item .desc .excerpt {
	margin:0 0 10px;
	font:300 15px/24px 'Lato', sans-serif;
	color:#fff;
}
.isotope_wrapper .masonry_view .masonry-item .desc .btn { background:none; }
.isotope_wrapper .masonry_view .masonry-item .desc .btn:before { display:none; }
.isotope_wrapper .masonry_view .masonry-item .desc .btn span { padding:0; }
.isotope_wrapper .masonry_view .item-1 .inner_wrap figure { height:300px; }
.isotope_wrapper .masonry_view .item-2 .inner_wrap figure { height:512px; }
.isotope_wrapper .masonry_view .item-3 .inner_wrap figure { height:512px; }
.isotope_wrapper .masonry_view .item-4 .inner_wrap figure { height:512px; }
.isotope_wrapper .masonry_view .item-5 .inner_wrap figure { height:300px; }
.isotope_wrapper .masonry_view .item-6 .inner_wrap figure { height:300px; }
.footer {
	padding:0 0 10px;
	background:none;
	border:none;
}
.footer >.container { padding-top:10px; }
.footer-text {
	padding:0;
	font:300 12px/1.2em 'Lato', sans-serif;
	color:#888888;
	text-transform:none;
	text-align:center;
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.footer-text { text-align:center; }
}
.footer-text a { color:#888888; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus {
	text-decoration:none;
	color:#166bec;
}
@media (max-width: 767px) {
	.footer-text span {
		padding:0;
		display:block;
	}
}
#map-canvas {
	width:100%;
	height:510px;
	z-index:10;
}
body #map-canvas img { max-width:inherit; }
body #map-canvas label {
	width:auto;
	display:inline;
}
.footer-map {
	position:relative;
	display:none;
}
.home .footer-map { display:block; }
.footer-map.with-map-on-pages { display:block; }
.zoom-icon { background:none !important; }
.ie8 .zoom-icon { background:url(images/zoom-bg.png) !important; }
.zoom-icon:after {
	content:'';
	width:100%;
	height:100%;
	background:url(images/zoom-bg.png);
	position:absolute;
	top:0;
	right:0;
	border-radius:0;
	z-index:10;
	transition:400ms all 100ms;
	-webkit-transition:400ms all 100ms;
	-o-transition:400ms all 100ms;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.ie8 .zoom-icon:after { display:none; }
.zoom-icon:before {
	content:'';
	background:url(images/zoom.png);
	width:48px;
	height:48px;
	margin:-24px 0 0 -24px;
	z-index:100;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	transition:all 0.3s ease 0s;
}
.thumbnail a img { transition:all 0.3s ease 0s; }
.thumbnail:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.thumbnail:hover .zoom-icon:after {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.thumbnail:hover a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
#back-top-wrapper {
	z-index:200;
	right:20px;
	bottom:20px;
}
#back-top-wrapper #back-top {
	margin:0;
	background:#fff;
	padding:0 6px;
	border-radius:50%;
}
#back-top-wrapper #back-top a {
	width:auto;
	height:auto;
	border-radius:0;
	text-align:center;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#back-top-wrapper #back-top a:after {
	content:'';
	font:40px/46px FontAwesome;
	color:#166bec;
	display:inline-block;
	position:relative;
	z-index:100;
	transition:all 0.3s ease 0s;
}
#back-top-wrapper #back-top a span { display:none; }
#back-top-wrapper #back-top a:hover {
	background:none;
	border:none;
}
#back-top-wrapper #back-top a:hover:after {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	color:#02ac62;
}
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#166bec;
	font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#166bec;
	margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:17px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:7px; }
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:7px; }
.ie8 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .search-form .search-form_it {
	display:block;
	margin:0 0 10px;
}
.ie8 .search-form .input-btn { margin:0; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:7px;
	height:36px;
}
.ie8 #respond #commentform p input[type="submit"] {
	height:auto;
	padding:0;
}
.ie8 .flexslider .flex-direction-nav li a:hover, .ie8 .flexslider .flex-direction-nav li a:active, .ie8 .flexslider .flex-direction-nav li a:focus { text-decoration:none; }
#loader-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
}
#loader {
	display:block;
	position:relative;
	left:50%;
	top:50%;
	width:150px;
	height:150px;
	margin:-75px 0 0 -75px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#166bec;
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
	z-index:1001;
}
#loader:before {
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#da4531;
	-webkit-animation:spin 3s linear infinite;
	animation:spin 3s linear infinite;
}
#loader:after {
	content:"";
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	border-radius:50%;
	border:3px solid transparent;
	border-top-color:#f9c922;
	-webkit-animation:spin 1.5s linear infinite;
	animation:spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
#loader-wrapper .loader-section {
	position:fixed;
	top:0;
	width:51%;
	height:100%;
	background:#333;
	z-index:1000;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}
#loader-wrapper .loader-section.section-left { left:0; }
#loader-wrapper .loader-section.section-right { right:0; }
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
	transition:all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
	transition:all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader {
	opacity:0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility:hidden;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:all 0.3s 1s ease-out;
	transition:all 0.3s 1s ease-out;
}
.no-js #loader-wrapper { display:none; }
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.thumb-center {
		float:none;
		display:block;
		text-align:center;
	}
	.thumb-center a {
		display:inline-block;
		text-align:center;
	}
}
.left-right { position:relative; }
.left-right > div {
	position:relative;
	z-index:10;
}
.left-right:before, .left-right:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:101%;
	background:inherit;
	border:inherit;
	z-index:1;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.left-right:before { left:-100%; }
.left-right:after { right:-100%; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
