@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
.main-holder {
	overflow:hidden;
	padding:0;
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
#content { padding-top:48px; }
.content-holder {
	padding-top:0;
	padding-bottom:0;
	background:#FFF;
}
.content-holder:before {
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	top:-1px;
	left:0;
	right:0;
	display:block;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px; }
}
.extratop1 { margin-top:12px !important; }
.ie8 .ie8 img { max-width:none !important; }
.ie8 .posts-grid li .featured-thumbnail { width:155px; }
.ie8 .posts-grid li .featured-thumbnail img { width:auto; }
.ie8 #commentform .btn.btn-primary {
	width:100px !important;
	max-width:100px;
	min-width:100px;
	background:transparent;
	color:#3b3838;
	display:inline-block;
}
.ie8 #commentform .btn.btn-primary:hover {
	background:transparent;
	color:#f0ad15;
}
.ie8 #commentform textarea, .ie8 #commentform input {
	width:585px;
	max-width:585px;
	min-width:585px;
}
.ie8 .post__holder .featured-thumbnail.thumbnail img { width:auto; }
.ie8 #searchform .btn.btn-primary {
	background:transparent;
	color:#3b3838;
}
.ie8 .submit-wrap .btn.btn-primary { color:#3b3838; }
.ie8 .submit-wrap .btn.btn-primary:hover { color:#f0ad15; }
.ie8 .btn.btn-primary {
	color:#FFF;
	background-color:#f0ad15;
}
.ie8 .btn.btn-primary:after { display:none !important; }
.ie8 .btn.btn-primary:before { display:none !important; }
.ie8 .btn.btn-primary:hover {
	color:#fff;
	background-color:#3b3838;
}
.ie8 .btn.btn-primary:hover:after { display:none !important; }
.ie8 .btn.btn-primary:hover:before { display:none !important; }
.ie8 .extrastyle_1:before { left:-12px; }
.ie8 .nsu-form input[type="submit"] { margin-left:0; }
.ie8 .nsu-field { width:270px !important; }
.ie8 .nav__primary {
	margin-bottom:0;
	padding:0;
}
.ie8 .sf-menu ul { margin-left:6px; }
.home  .content-holder {
	padding-top:0;
	padding-bottom:56px;
}
.home  h2 {
	padding-bottom:37px;
	padding-top:57px;
}
.home  .footer { border-top:none; }
.home  .header {
	padding:0;
	background:transparent;
	border-bottom:0px;
}
.home  .content-holder { padding-bottom:0; }
.pagination__posts {
	margin:0 0 50px;
	text-align:center;
}
p { margin-bottom:20px; }
h2 {
	text-transform:uppercase;
	margin:0;
	padding-bottom:40px;
	padding-top:44px;
}
h3 { margin:0 0 10px; }
a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-primary {
	font-family:'Fjalla One', sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:15px 35px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:before {
	content:"";
	position:absolute;
	right:0;
	width:0%;
	height:100%;
	bottom:0;
	z-index:-1;
	background:#3b3838;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	background:#f0ad15;
	z-index:-2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover:before {
	content:"";
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-link {
	font-family:'Fjalla One', sans-serif;
	font-size:13px;
	line-height:22px;
	padding:0 2px;
	margin:0;
	color:#5f5f5f;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:400 !important;
	word-spacing:1px;
	display:inline-block;
	position:relative;
	outline:none;
	border:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-link:after {
	position:absolute;
	content:"";
	height:3px;
	background-color:#f0ad15;
	right:0;
	width:0%;
	bottom:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-link:hover {
	text-decoration:none;
	color:#f0ad15;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-link:hover:after {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.header {
	background:#271f1c url(images/pagesbg.jpg) center top no-repeat;
	padding:0;
	border-bottom:0px;
	background-attachment:fixed;
}
.isStuck {
	max-width:1170px;
	padding:0 255px;
	box-sizing:border-box;
	-webkit-transform:translateZ(0);
}
@media (max-width: 1200px) and (min-width: 979px) {
	.isStuck {
		max-width:940px;
		padding:0;
	}
	.isStuck .sf-menu { padding:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck {
		max-width:724px;
		padding:0;
	}
	.isStuck .sf-menu { padding:0; }
}
@media (max-width: 767px) {
	.isStuck {
		top:0 !important;
		position:relative !important;
	}
}
.isStuck.nav:after {
	content:"";
	display:block;
	background:#271f1c url(images/pattern1.jpg) center top no-repeat;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	top:0;
	left:50%;
	box-shadow:none;
	z-index:-3;
	-webkit-box-shadow:0 1px 4px 1px #000;
	box-shadow:0 1px 4px 1px #000;
}
@media (max-width: 767px) {
	.isStuck.nav:after { display:none; }
}
.isStuck .sf-menu > li > a, .isStuck .sf-menu > li:first-child > a {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .sf-menu > li > a, .isStuck .sf-menu > li:first-child > a {
		padding-top:0;
		padding-bottom:0;
	}
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menu_holder { position:relative; }
.menu_holder:after {
	content:"";
	display:block;
	background:#271f1c url(images/pattern1.jpg) center top no-repeat;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:0;
	top:0;
}
.nav__primary {
	margin-bottom:0;
	padding:0 255px;
	z-index:200;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.nav__primary { padding:0 0; }
}
@media (max-width: 979px) and (min-width: 768px) {
	.nav__primary { padding:0 50px; }
}
@media (max-width: 767px) {
	.nav__primary {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.sf-menu {
	padding:0 0 0 0;
	margin-bottom:0;
	line-height:1.0;
	display:table;
	table-layout:fixed;
	width:100%;
	float:none;
}
.sf-menu ul {
	display:none;
	position:absolute;
	border-radius:8px;
	top:100px;
	padding:27px 0 33px;
	margin-left:-20px;
	margin-top:0;
	background:#251d1b;
	width:176px;
	z-index:100;
}
.sf-menu ul ul {
	margin-left:5px;
	background:#251d1b;
	z-index:100;
	border-radius:8px;
}
.sf-menu ul ul:before {
	position:absolute;
	width:5px;
	height:9px;
	left:-5px;
	top:10px;
	display:block;
	content:"";
}
.sf-menu {
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.sf-menu > li:first-child {
	text-align:center;
	margin-left:0;
	background:none !important;
}
.sf-menu > li:first-child:after { display:none; }
.sf-menu > li:last-child {
	text-align:center;
	margin-left:0;
	background:none !important;
}
.sf-menu > li:last-child:after { left:-12px; }
.sf-menu > li {
	background:transparent;
	text-align:center;
	padding-right:0;
	padding-left:0;
	padding:0;
	display:table-cell;
	overflow:visible;
	float:none;
}
.sf-menu > li:after {
	position:absolute;
	content:"";
	width:15px;
	left:-6px;
	top:24px;
	height:12px;
	background:transparent url(images/star1.png) left no-repeat;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.sf-menu > li > a {
	font-family:'Fjalla One', sans-serif !important;
	font-size:24px !important;
	font-style:normal !important;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	padding:23px 0 21px;
	color:#fff !important;
	margin:0;
	letter-spacing:0;
	border:none;
	text-decoration:none;
	position:relative;
	bottom:0;
	float:none;
	vertical-align:bottom;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a.sf-with-ul { padding:23px 0 21px; }
.sf-menu > li > a:after {
	position:absolute;
	content:"";
	height:6px;
	background-color:#f0ad15;
	right:0;
	width:0%;
	bottom:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#FFF;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.sfHover> a .sf-sub-indicator, .sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li.current_page_item > a .sf-sub-indicator { background-position:-10px -100px; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background:#f0ad15;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	margin-bottom:0;
	background:transparent;
	display:block;
	text-align:center;
}
.sf-menu li li a {
	font-family:'Fjalla One', sans-serif;
	font-size:20px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	text-decoration:none;
	text-align:center;
	letter-spacing:0;
	border:none;
	color:#fff;
	display:inline-block;
	padding:13px 20px;
	background:transparent;
	border-radius:8px;
	float:none;
	margin:0;
	white-space:nowrap;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li a.sf-with-ul { padding:13px 20px; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:17px;
	right:8px;
	margin-right:0px !important;
}
.sf-sub-indicator {
	top:44px;
	right:50%;
	margin-right:-6px !important;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
.select-menu {
	display:none;
	background-color:#FFF;
	width:100%;
	height:35px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-sub-indicator {
		top:42px;
		margin-right:-5px !important;
	}
	.sf-menu ul { margin-left:6px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu ul { margin-left:6px; }
	.sf-menu ul ul { margin-left:15px; }
	.sf-menu > li > a { padding:20px 0 !important; }
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu { margin-right:0; }
	.sf-sub-indicator {
		top:40px;
		margin-right:-6px !important;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.logo_holder {
	margin:54px auto 62px;
	padding:0;
	position:relative;
	float:none;
	top:0;
	text-align:center;
}
@media (max-width: 767px) {
	.logo_holder {
		width:100%;
		float:none;
		display:inline-block;
	}
}
.home .logo_holder {
	margin:163px auto 184px;
	padding:0;
	position:relative;
	float:none;
	top:0;
	text-align:center;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.home .logo_holder { margin:90px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.home .logo_holder { margin:60px 0; }
}
@media (max-width: 767px) {
	.home .logo_holder {
		margin:30px 0;
		width:100%;
		float:none;
		display:inline-block;
	}
}
.logo {
	padding:0;
	text-align:center;
	float:none;
	margin:0;
	width:auto;
	line-height:0;
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
	.logo { width:auto; }
}
@media (max-width: 767px) {
	.logo img { width:90%; }
}
.logo .logo_tagline {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	background:transparent;
	text-transform:lowercase;
	font-weight:300;
	color:#fff;
	margin-top:-35px;
}
.logo .logo_h__txt {
	border-radius:20px;
	background:#3b2f2b;
	border:6px solid #FFF;
	margin:0;
	text-transform:uppercase;
	color:#f0ad15 !important;
	padding:20px 40px 30px;
}
.logo .logo_h__txt a { color:#f0ad15 !important; }
.logo .logo_h__txt a:hover { color:#f0ad15 !important; }
.logo .logo_h__txt a:focus {
	color:#f0ad15 !important;
	text-decoration:none !important;
}
.logo .logo_h__txt .logo_link {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:65px;
	line-height:60px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#f0ad15;
	padding:0;
	border-radius:20px;
}
.service-box.extra_service1 { margin-bottom:6px; }
.service-box.extra_service1 .icon { margin:19px 16px 10px 0; }
.extrastyle1 { margin-bottom:50px; }
.extrastyle1 h3 {
	line-height:32px;
	margin-bottom:14px;
}
.extraimg1 { margin-right:28px; }
@media (max-width: 580px) {
	.extraimg1 {
		float:none;
		width:100%;
		margin-right:0;
	}
}
.extrastyle2 { margin-bottom:39px; }
.extrastyle2 .hr {
	margin:30px 0px 27px;
	max-width:470px;
	background:transparent url(images/dots.png) center bottom repeat-x;
}
.title-section { padding:0; }
.title-header {
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	overflow:hidden;
	margin:0;
	text-align:left;
	padding:87px 0 14px;
	color:#5f5f5f !important;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-header:before { display:none; }
.title a { color:#5f5f5f !important; }
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.post__holder .post-header .post-title a { color:#5f5f5f; }
.breadcrumb__t {
	margin:0;
	padding:8px 0;
	background:transparent;
	border:none;
	text-transform:none !important;
	border-radius:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.breadcrumb__t li {
	display:inline;
	color:#3b3838;
	font-size:18px;
	font-family:'Open Sans', sans-serif;
}
.breadcrumb__t li.active { color:#db585e; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	font-family:'Open Sans', sans-serif;
	margin:0 6px;
	color:#3b3838;
	font:20px/27px Open Sans;
	font-size:18px !important;
}
.breadcrumb__t li a { color:#3b3838; }
.breadcrumb__t li a:hover { color:#f0ad15; }
.post_content h3 {
	padding:0;
	margin:0 0 10px !important;
	font-weight:bold;
	color:#3b3838;
	font-size:13px;
	line-height:18px;
}
.post__holder .featured-thumbnail.thumbnail {
	display:inline-block;
	margin-bottom:24px;
}
.post_wrapper .featured-thumbnail.thumbnail img { width:100%; }
.post_wrapper .post-title {
	padding-top:44px;
	padding-bottom:40px;
	letter-spacing:1px;
	margin-bottom:0 !important;
}
.post_wrapper .post-title a {
	color:#3b3838;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post_wrapper .post-title a:hover {
	color:#db585e;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post_meta {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:400;
	text-transform:none !important;
	overflow:hidden;
	margin-bottom:0;
	padding:6px 0;
	color:#b2b2bb;
	border-top:1px solid #e2e2e3;
	border-bottom:1px solid #e2e2e3;
}
.post_meta i {
	font-size:15px !important;
	padding-right:5px !important;
	color:#f0ad15 !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	text-transform:capitalize !important;
	font-style:normal;
	font-weight:400;
	line-height:22px;
	padding:3px 0 1px;
	margin-right:19px;
	color:#928e92;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#928e92;
	text-transform:capitalize !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] a:hover {
	text-decoration:none;
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_author a {
	color:#3b3838 !important;
	font-weight:bold;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#f0ad15 !important; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	color:#f0ad15 !important;
}
.post_meta div[class^="post_"] .post-date time { color:#f0ad15; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:capitalize !important;
	color:#b2b2bb;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_category, .post_meta div[class^="post_"] .post_comment { color:inherit; }
.post_meta div[class^="post_"] .post_category a, .post_meta div[class^="post_"] .post_comment a { color:#aaa4ab; }
.post_meta div[class^="post_"] .post_category a:hover, .post_meta div[class^="post_"] .post_comment a:hover { color:#f0ad15; }
.post_meta div[class^="post_"] .post_category span, .post_meta div[class^="post_"] .post_comment span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:capitalize !important; }
.post_meta>div.post_meta_unite {
	display:block;
	border-top:1px solid #e9e9e8;
	padding-top:.5em;
	margin-top:.5em;
}
.post_meta>div.post_meta_unite:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
@media (max-width: 767px) {
	.post_meta .post_permalink { float:left; }
}
.post_meta span.voting_count {
	padding-right:0;
	position:relative;
}
.post_meta i {
	font-size:16px;
	margin-right:0em;
	padding-right:0.5em;
	color:#f0ad15;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.post_meta .post_dislike a, .post_meta .post_like a {
	text-decoration:none;
	color:#f0ad15 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta .post_dislike a i, .post_meta .post_like a i {
	color:#f0ad15 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta .post_dislike a:hover, .post_meta .post_like a:hover {
	text-decoration:none;
	color:#f0ad15 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta .post_dislike a:hover i, .post_meta .post_like a:hover i {
	color:#f0ad15 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.share-buttons {
	margin-bottom:13px;
	margin-top:10px;
	padding:10px 0;
	width:100%;
	height:21px;
}
.post-author {
	margin-bottom:2em;
	background-color:#fbfbfb;
	padding:27px 24px 24px;
	border:none;
	border:1px solid #e4e4e4;
}
.post-author_h {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:capitalize;
	overflow:hidden;
	margin-bottom:1em;
	letter-spacing:0;
	padding:0 0 6px;
	margin:0;
	color:#3b3838;
	margin-bottom:0;
}
.post-author_h:before { display:none; }
.post-author_h small {
	color:#3b3838;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	font-style:normal;
	font-weight:400 !important;
	letter-spacing:0;
	text-transform:capitalize;
}
.post-author_h a {
	text-transform:appercase;
	color:#3b3838;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_h a:hover {
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link {
	color:#3b3838;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:24px;
	font-style:normal;
	font-weight:400 !important;
	text-transform:none;
	margin-top:14px;
}
.post-author_link p {
	font-size:13px;
	margin-bottom:0;
	color:#5f5f5f;
}
.post-author_link p a {
	text-transform:capitalize;
	font-weight:bold;
	color:#5f5f5f;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link p a:hover {
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a {
	color:#db585e;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a:hover {
	color:#3b3838;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_gravatar {
	float:left;
	margin:7px 16px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:9px !important;
	color:#928e92;
	margin-bottom:0;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-posts { margin-bottom:3em; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
}
.related-posts_h {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:36px;
	line-height:38px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	display:inline-block;
	color:#5f5f5f;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:0;
	letter-spacing:0;
	padding-top:88px;
	margin-bottom:45px;
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0;
	background:transparent;
	color:#3b3838;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item a {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	letter-spacing:0;
	background:transparent;
	text-transform:none;
	color:#3b3838;
}
.related-posts_item :hover {
	color:#f0ad15;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts_item h5 {
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	line-height:24px;
	letter-spacing:1px;
	background:transparent;
	color:#3b3838;
}
.related-posts_item h5 a {
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	line-height:24px;
	letter-spacing:1px;
	background:transparent;
	color:#3b3838;
}
.related-posts_item h5 a:hover { color:#f0ad15; }
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 26px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.comments-h {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:36px;
	line-height:38px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	display:inline-block;
	color:#5f5f5f;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:0;
	letter-spacing:0;
	padding-top:79px;
	margin-bottom:35px;
}
.comment-holder .pagination { display:none; }
.comment-list .reply a:hover { color:#FFF; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:2px;
	border:none;
	background:#fbfbfb !important;
	padding:33px 24px 20px;
	border:1px solid #e4e4e4;
}
.comment .comment-body p {
	font-size:13px;
	color:#928e92;
	line-height:18px;
	margin-bottom:20px;
}
.comment-author {
	float:left;
	margin:0 17px 0 0;
}
.comment-author .author {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform:capitalize;
	color:#3b3838;
	line-height:20px;
	display:block;
	padding-top:17px;
	width:80px;
	text-align:left;
}
.extra2 { margin-top:-35px; }
.commentmetadata {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-transform:capitalize;
	color:#928e92;
	margin-top:13px;
	margin-right:27px;
	float:right;
}
.comment-body .reply {
	float:right;
	margin-left:2px;
	margin-top:16px;
	padding-right:0;
}
.comment-body .reply a {
	font-family:'Fjalla One', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	color:#3b3838;
	text-transform:uppercase;
	text-decoration:none;
	padding:0;
	position:relative;
	letter-spacing:0;
	background:transparent !important;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-body .reply a:hover {
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#respond form .btn {
	margin-top:12px;
	float:right;
}
#commentform label {
	margin-top:29px;
	display:none !important;
}
#nsu-checkbox {
	top:10px;
	margin-bottom:0;
	display:inline-block !important;
}
#nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input { margin:0; }
#respond {
	margin-bottom:100px;
	padding-top:35px;
	box-sizing:border-box;
}
#respond h3 {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:36px;
	line-height:38px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	display:inline-block;
	color:#5f5f5f;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:0;
	letter-spacing:0;
	padding-top:52px;
	margin-bottom:45px;
}
#commentform { overflow:visible; }
#commentform p.field { margin-bottom:20px; }
#commentform input[type="text"] {
	border:1px solid #e1e1e1;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
	color:#928e92;
	margin:0;
	padding:16px 14px 14px;
	width:100%;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:50px;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
#commentform input[type="text"]:focus {
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
	border:1px solid #e1e1e1;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform input[type="text"] {
		max-width:97%;
		min-width:97%;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#commentform textarea {
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
	color:#928e92;
	border:1px solid #e1e1e1;
	padding:14px 14px 15px;
	margin-bottom:0px !important;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	overflow:auto;
	margin:0;
	min-width:100%;
	max-width:100%;
	width:100%;
	height:255px;
	border-radius:0;
	border-color:#ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
#commentform textarea:focus {
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
	border:1px solid #e6e6e6;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		max-width:97%;
		min-width:97%;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:97%;
		height:50px;
		width:400px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:97%;
		max-width:97%;
		min-width:97%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
input[type="submit"].btn-primary, input[type="reset"].btn-primary {
	font-family:'Fjalla One', sans-serif;
	font-size:13px;
	line-height:22px;
	padding:0 2px;
	margin:0;
	color:#5f5f5f;
	font-style:normal;
	background:transparent !important;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:400 !important;
	word-spacing:1px;
	height:20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	color:#f0ad15 !important;
	background:transparent !important;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#aaa4ab;
	margin:0;
	padding:9px 14px;
	width:288px;
	border-radius:0;
	border:1px solid #efefee;
	box-shadow:none;
	outline:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border:1px solid #efefee;
	box-shadow:none;
	outline:none;
}
#sidebar h3 { margin-bottom:41px; }
.widget { margin-bottom:55px; }
.widget h3 {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:36px;
	line-height:38px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	display:inline-block;
	color:#5f5f5f;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:0;
	letter-spacing:0;
	padding-top:52px;
	margin-bottom:45px;
}
.widget ul {
	padding:0;
	margin-left:0;
	list-style:none;
	margin-top:0;
}
.widget ul ul {
	margin-left:20px;
	margin-top:10px;
}
.widget ul li {
	margin-top:0;
	margin-bottom:12px;
	text-transform:uppercase;
}
.widget ul li a {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#3b3838;
	text-transform:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li a:hover {
	color:#f0ad15;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li:before {
	content:"";
	display:inline-block;
	width:11px;
	height:16px;
	top:4px;
	margin-right:3px;
	position:relative;
	background:url(images/bullet2.png) 1px 2px no-repeat;
}
.widget .comments-custom li {
	overflow:hidden;
	margin:0;
	padding:0 0 40px 0;
	border-bottom:none;
	background:none;
}
.widget .comments-custom li:before { display:none; }
.widget .comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.widget .comments-custom .featured-thumbnail.thumbnail {
	margin-top:4px;
	margin-right:16px;
	margin-bottom:7px;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
}
.widget .comments-custom_txt {
	color:#7a7976;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:400 !important;
	text-transform:none !important;
	padding:0 0 0 0;
	border-top:none;
	margin-top:11px;
}
.widget .comments-custom_txt a {
	text-transform:none !important;
	color:#928e92;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:400 !important;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#f0ad15;
	text-decoration:none;
}
.widget .comments-custom_h_title, .widget .comments-custom_h_author {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:capitalize;
	background:transparent;
	color:#3b3838;
	margin-bottom:5px;
	margin-top:0;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	background:transparent;
	color:#f0ad15;
	margin-top:0;
	display:block;
}
.widget .comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:;
	float:left;
	min-width:15px;
	text-align:center;
}
.widget .comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.widget .comments-custom .meta_format {
	margin-top:0;
	margin-bottom:1px;
}
.widget .post-list { margin-bottom:81px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:12px;
	padding-bottom:0;
}
.widget .post-list li:before { display:none; }
.widget .post-list li:first-child {
	padding-top:0;
	border:none;
}
.widget .post-list_h {
	margin:0;
	margin-bottom:16px;
}
.widget .post-list_h a {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#3b3838;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list_h a:hover {
	color:#db585e;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list time {
	display:block;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#f0ad15;
}
.widget .post-list .excerpt {
	color:#7a7976;
	text-transform:none;
	margin-bottom:33px;
	font-weight:300;
}
.widget .post-list .featured-thumbnail { margin:5px 29px 10px 0; }
.widget .flex-direction-nav .flex-prev {
	left:0;
	margin:-46px 0 0;
	color:#f0ad15;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:-46px 0 0;
	color:#f0ad15;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#f0ad15;
	color:#FFF;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#f0ad15;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#f0ad15;
	text-align:center;
	font-size:14px;
}
.widget select {
	width:100% !important;
	height:40px;
}
.widget .social { margin:0; }
.widget .social_li:before { display:none; }
.widget .widget-flexslider li:before, .widget .flickr_list li:before { display:none; }
.widget #searchform .search-form_it {
	border:1px solid #f2f2ef;
	width:90%;
}
.widget #searchform .search-form_is { margin:8px 0 0 0; }
.widget .banner_wrapper img { max-width:100%; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:1px solid #ececed;
	background:#fbfbfb;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_content p {
	overflow:hidden;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	font-style:normal;
	background:url(../images/quotes.png) no-repeat 0 0;
	text-transform:none;
	background:transparent;
	border:none;
	color:#5f5f5f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#3b3838;
	padding:12px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
.filter-wrapper {
	margin-bottom:4px;
	margin-bottom:39px;
}
@media (max-width: 590px) {
	.filter-wrapper .pull-right { float:left; }
}
.filter-wrapper strong {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	text-transform:none;
	font-weight:400 !important;
	display:block;
	padding:15px 0;
	margin-right:32px;
	float:left;
	color:#3b3838;
	display:none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper strong { padding:8px 0; }
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		padding:28px 0 0;
		margin-right:10px;
	}
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills { float:left; }
@media (max-width: 590px) {
	.nav-pills li { float:none; }
}
.nav-pills li a {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	text-transform:none;
	font-weight:400 !important;
	display:block;
	padding:7px 0;
	margin-right:17px;
	float:left;
	color:#928e92;
	white-space:nowrap;
	border-radius:0;
	background:transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li a { padding:5px; }
}
@media (max-width: 767px) {
	.nav-pills li a { padding:5px; }
}
@media (max-width: 590px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:active {
	color:#f0ad15 !important;
	background:transparent !important;
}
.nav-pills li.active a, .nav-pills li.active:focus a {
	font-family:'Open Sans', sans-serif;
	color:#f0ad15;
	background:transparent !important;
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 20px 0;
	padding:0 10px;
	width:0;
}
.filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
.filterable-portfolio .portfolio_item_holder { overflow:hidden; }
.filterable-portfolio .portfolio_item_holder .caption__portfolio {
	background:#FFF;
	padding:32px 0 5px;
	border:none;
	border-top:0;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
	margin-bottom:30px;
	font-weight:400;
	color:#928e92;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio p .btn.btn-primary { display:none; }
.filterable-portfolio h3 { margin:0 0 7px; }
.filterable-portfolio .image-wrap {
	position:relative;
	display:block;
	overflow:hidden;
}
.filterable-portfolio .image-wrap:before {
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:-1;
}
.filterable-portfolio .folio_loader {
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
	z-index:-1;
}
.thumbnail__portfolio { margin:0; }
.cherry_fixed_parallax2 {
	overflow:hidden;
	background-color:#271d1a;
}
.cherry_fixed_parallax2 h2 {
	color:#db585e;
	text-align:center;
	font-size:31px;
	padding-top:75px;
	padding-bottom:20px;
}
.testimonials .testi-item {
	overflow:hidden;
	margin-bottom:21px;
	padding-bottom:2em;
	background:none;
	text-align:center;
}
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:50px;
	border:none;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-align:center;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.testimonials .testi-item blockquote:before {
	position:absolute;
	bottom:-20px;
	left:30px;
	display:none;
	width:0;
	height:0;
	border-top:20px solid #dbdbdb;
	border-right:0 solid transparent;
	border-left:20px solid transparent;
	content:"";
}
.testimonials .testi-item blockquote:after {
	position:absolute;
	top:10px;
	left:50%;
	display:block;
	margin-left:-17px;
	width:41px;
	height:38px;
	background:url(images/quotes.png) center 0 no-repeat;
	content:"";
}
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	font-style:italic;
	text-shadow:none;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
	text-align:center !important;
}
.testimonials .testi-item blockquote > a:hover { color:#f0ad15; }
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	width:60px;
	height:60px;
}
.testimonials .testi-item a:hover .user {
	color:#f0ad15;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item a:hover .user:after {
	content:" / ";
	color:#f0ad15;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item a:hover .info {
	color:#fff;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item .testi-meta {
	font-size:1em;
	padding-top:2px;
	padding-left:0;
	margin:0 auto;
	font-family:'Fjalla One', sans-serif;
	display:inline-block;
	font-size:18px;
	line-height:24px;
	font-style:normal;
	background:transparent;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:400 !important;
}
.testimonials .testi-item .testi-meta .user {
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item .testi-meta .user:after {
	content:" / ";
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item .testi-meta .info {
	color:#f0ad15;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.testimonials .testi-item .testi-meta .testi-url { display:none; }
.posts-grid { margin:5px 0 58px 0; }
.posts-grid li { margin-bottom:25px; }
.posts-grid li .clear { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid li .clear {
		display:block;
		margin:10px 0;
	}
}
@media (max-width: 767px) {
	.posts-grid li .clear {
		display:block;
		margin:10px 0;
	}
}
.posts-grid h5 {
	margin-top:0;
	margin-bottom:4px;
}
.posts-grid h5 a {
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:400;
	font-style:normal;
	color:#3b3838;
}
.posts-grid h5 a:hover { color:#f0ad15; }
.posts-grid li .featured-thumbnail { margin:0 24px 0 0; }
.posts-grid li .featured-thumbnail img { width:100%; }
.posts-grid .post_meta span[class^="post_"] { margin-right:10px; }
.cherry_fixed_parallax1 {
	background-color:#271d1a;
	overflow:hidden;
	min-height:324px !important;
	padding-bottom:80px;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax1 {
		padding:0 20px 40px;
		box-sizing:border-box;
	}
}
.cherry_fixed_parallax1 .btn.btn-primary { margin:175px 0 0 0 !important; }
@media (max-width: 767px) {
	.cherry_fixed_parallax1 .btn.btn-primary { margin:0 0 0 0 !important; }
}
.cherry_fixed_parallax1 p {
	margin:0;
	position:relative;
	display:block;
	margin-bottom:19px;
	color:#fff;
	line-height:20px;
}
.cherry_fixed_parallax1 em {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:31px;
	line-height:34px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#db585e;
	margin-top:107px;
	margin-bottom:25px;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax1 em {
		font-size:24px;
		line-height:26px;
	}
}
.cherry_fixed_parallax1 strong {
	position:relative;
	font-family:'Fjalla One', sans-serif;
	font-size:73px;
	line-height:76px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#fff;
	letter-spacing:-2px;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax1 strong {
		font-size:40px;
		line-height:46px;
	}
}
.cherry_fixed_parallax1 strong em {
	font-size:73px;
	margin:0;
	line-height:76px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#f0ad15;
	display:inline-block;
	letter-spacing:-2px;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax1 strong em {
		font-size:40px;
		line-height:46px;
	}
}
.extrastyle_1 h2 { padding-bottom:31px !important; }
.extrastyle_1:before {
	content:"";
	position:absolute;
	top:30px;
	left:-66px;
	width:1px;
	height:414px;
	background:#ebebeb;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extrastyle_1:before { left:-12px; }
}
@media (max-width: 979px) and (min-width: 768px) {
	.extrastyle_1:before { left:-12px; }
}
@media (max-width: 767px) {
	.extrastyle_1:before { display:none; }
}
.service-box {
	overflow:hidden;
	min-height:20px;
	padding:0;
	margin-bottom:27px;
	background-color:transparent;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.service-box_body { overflow:hidden; }
.service-box .icon {
	float:left;
	margin:0 10px 10px 0;
}
.service-box h2 {
	overflow:hidden;
	margin:0;
	font-family:'Open Sans', sans-serif;
	font-style:normal;
	font-size:13px;
	line-height:19px;
	font-weight:400 !important;
	color:#3b3838;
	text-transform:none;
	padding:17px 0 0 0 !important;
	margin:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box h2 a {
	color:#3b3838 !important;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.service-box h2 a:hover {
	color:#f0ad15 !important;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.service-box h5 {
	overflow:hidden;
	margin:0 0 25px;
}
.service-box_txt {
	margin-bottom:20px;
	line-height:20px;
}
.service-box .btn-align { text-align:right; }
.extrabox1 {
	margin-top:83px;
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:34px;
	border-top:1px solid #ebebeb;
	background:#fff;
}
.extrabox1:after, .extrabox1:before {
	background:#fff;
	top:-1px;
	border-top:1px solid #ebebeb;
}
.extrabox1 h2 {
	padding-top:57px;
	padding-bottom:40px;
}
.extrabox1 .hr {
	margin:30px 0px 27px;
	max-width:470px;
	background:transparent url(images/dots.png) center bottom repeat-x;
}
.banner-wrap.extra_banner1 {
	overflow:hidden;
	margin:109px 0 20px;
	padding:0;
}
.banner-wrap.extra_banner1 .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 39px;
	padding:0;
}
@media (max-width: 767px) {
	.banner-wrap.extra_banner1 .featured-thumbnail {
		margin:0 auto 30px;
		padding:0;
		width:50%;
	}
}
@media (max-width: 480px) {
	.banner-wrap.extra_banner1 .featured-thumbnail {
		margin:0 auto 30px;
		padding:0;
		width:100%;
	}
}
.banner-wrap.extra_banner1 .featured-thumbnail a {
	display:block;
	float:none;
	overflow:hidden;
	border:0 solid #5f5f5f;
	text-align:center;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra_banner1 .featured-thumbnail a img { width:100%; }
.banner-wrap.extra_banner1 .featured-thumbnail a:before {
	position:absolute;
	top:0;
	right:0;
	display:block;
	margin:0;
	height:100%;
	width:0%;
	background:url(images/red-opacity.png);
	content:"";
	border-radius:0;
	overflow:hidden;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra_banner1 .featured-thumbnail a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra_banner1 .featured-thumbnail a:hover:before {
	left:0;
	margin:0;
	width:100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap.extra_banner1 h5 {
	text-align:center;
	margin:0 0 25px;
	font-family:'Fjalla One', sans-serif;
	font-size:36px;
	line-height:36px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400 !important;
	color:#292929;
}
.banner-wrap.extra_banner1 p {
	text-align:center;
	margin-bottom:10px;
	padding:0 20px;
	line-height:20px;
	margin-bottom:0;
	position:relative;
}
.banner-wrap.extra_banner1 p:after {
	position:relative;
	width:132px;
	height:1px;
	background:#d0d0d0;
	display:block;
	text-align:center;
	margin:48px auto 34px;
	content:"";
}
.banner-wrap.extra_banner1 .banner-btn {
	position:relative;
	padding:0;
	text-align:center;
}
.footer {
	border-top:1px solid #ebebeb;
	background:#FFF;
	padding:50px 0;
}
@media (max-width: 767px) {
	.footer { padding:50px 20px; }
}
.footer-text {
	margin-top:2px;
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#606060;
	font-weight:400 !important;
}
.footer-text a {
	color:#606060;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer-text a strong {
	color:#e59017;
	font-weight:400 !important;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer-text a:hover {
	color:#999;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer-text a:hover strong {
	color:#606060;
	font-weight:400 !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.footer-text {
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
}
.footeraddress {
	color:#606060;
	font-size:13px;
	line-height:20px;
}
.footer h4 {
	font-family:'Fjalla One', sans-serif;
	display:block;
	font-size:36px;
	line-height:38px;
	font-weight:400;
	font-style:normal;
	color:#5f5f5f;
	background:transparent;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding:58px 0;
}
.nsu-form {
	text-align:left;
	margin:-14px 0 0 0;
}
.nsu-form p {
	display:inline-block;
	vertical-align:top;
	margin:0;
	position:relative;
}
@media (max-width: 767px) {
	.nsu-form p { display:block; }
}
.nsu-form label { display:none; }
.nsu-form input[type="email"] {
	width:300px;
	padding:14px 15px;
	margin:0 5px 0 0;
	font-size:12px;
	height:48px;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	color:#606060;
	border-radius:3px;
	border:1px solid #e7e7e7;
	text-transform:lowercase;
	right:2px;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nsu-form input[type="email"]:-moz-placeholder { color:#747474; }
.nsu-form input[type="email"]:-ms-input-placeholder { color:#747474; }
.nsu-form input[type="email"]::-webkit-input-placeholder { color:#747474; }
.nsu-form input[type="email"]:focus {
	border:1px solid #e7e7e7;
	border-radius:3px;
	box-shadow:none;
}
@media (max-width: 1200px) {
	.nsu-form input[type="email"] {
		width:270px;
		height:48px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.nsu-form input[type="email"] {
		width:225px;
		height:48px;
		margin:0 0 5px 0;
	}
}
@media (max-width: 767px) {
	.nsu-form input[type="email"] {
		width:100%;
		right:0;
		margin-bottom:10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.nsu-form input[type="submit"] {
	margin-top:11px;
	margin-left:12px;
	padding:0;
	border:none;
	background:transparent !important;
	font-family:'Fjalla One', sans-serif;
	text-transform:uppercase;
	display:block;
	font-size:28px;
	line-height:32px;
	font-weight:400;
	font-style:normal;
	color:#db585e;
	outline:none;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.nsu-form input[type="submit"] { margin-left:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nsu-form input[type="submit"] { margin-left:0; }
}
@media (max-width: 767px) {
	.nsu-form input[type="submit"] { margin-left:0; }
}
.nsu-form input[type="submit"]:hover, .nsu-form input[type="submit"]:focus {
	color:#f0ad15;
	outline:none;
	background-color:transparent;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.nsu-form .nsu-error {
	color:red;
	text-align:left;
	position:absolute;
	bottom:0;
	right:0;
	top:0;
	left:0;
	font-size:10px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	background-color:#fff;
	width:300px;
	height:100%;
	line-height:20px;
	padding:12px 0 0 8px;
	border:1px solid red;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nsu-form .nsu-error { width:225px; }
}
@media (max-width: 767px) {
	.nsu-form .nsu-error {
		width:100%;
		height:48px;
	}
}
nav.footer-nav {
	float:none !important;
	margin:20px 0;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:none;
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { display:inline; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li { padding:0 5px 0 0; }
}
nav.footer-nav ul li a {
	font-size:12px !important;
	text-transform:uppercase;
	text-decoration:none;
	color:#928e92 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 480px) {
	nav.footer-nav ul li a { font-size:10px !important; }
}
nav.footer-nav ul li a:hover {
	color:#f0ad15 !important;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li.current-menu-item a {
	text-decoration:underline;
	color:#f0ad15 !important;
}
#map { margin:0; }
@media (max-width: 767px) {
	#map { height:240px !important; }
}
#map #map_content { padding-top:0; }
#map img { max-width:none !important; }
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:30px;
	overflow:hidden;
	z-index:199;
}
#back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	border-radius:500px;
	border:4px solid #aaa4ab;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover { border:4px solid #f0ad15; }
#back-top a:hover span { background:transparent url(images/up-arrow.png) center 17px no-repeat; }
#back-top span {
	display:block;
	margin-bottom:10px;
	width:42px;
	height:42px;
	background:transparent url(images/up-arrow.png) center 17px no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	display:block;
	top:-350px;
	left:50%;
	bottom:50%;
	width:45px;
	height:46px;
	content:"";
	border-radius:0;
	background:url(images/magnify-alt2.png) 50% 50% no-repeat;
	z-index:0;
	-webkit-transition:0.45s;
	-moz-transition:0.45s;
	-o-transition:0.45s;
	transition:0.45s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	display:block;
	margin:0;
	height:100%;
	width:0%;
	top:0;
	left:auto;
	right:0;
	background:url(images/red-opacity.png);
	content:"";
	border-radius:0;
	overflow:hidden;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	left:0;
	margin:0;
	width:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	top:50%;
	width:45px;
	height:46px;
	margin:-23px 0 0 -23px;
	-webkit-transition:0.3;
	-moz-transition:0.3;
	-o-transition:0.3;
	transition:0.3;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.header .search-form form {
	position:relative;
	margin-top:90px;
	padding-right:2px;
}
.search-form input[type="text"] {
	vertical-align:top;
	border:1px solid #e1e1e1;
	border-radius:0;
	color:#3b3838;
	font-family:'Arial', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	width:90%;
	text-transform:capitalize;
	background:#FFF;
	margin-top:0;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
.search-form input[type="submit"] { margin-top:10px; }
.no-results .search-form input[type="text"] {
	vertical-align:top;
	border:1px solid #e1e1e1;
	border-radius:0;
	color:#3b3838;
	font-family:'Arial', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	width:92%;
	text-transform:capitalize;
	background:#FFF;
	margin-top:0;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
.wpcf7-form p.field input {
	margin:0;
	border:1px solid #e1e1e1;
	padding:16px 14px 14px;
	width:100%;
	height:50px;
	color:#3b3838 !important;
	line-height:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input:-moz-placeholder { color:#3b3838; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#3b3838; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#3b3838; }
.wpcf7-form p.field input[type="file"] {
	position:relative;
	cursor:pointer;
	height:25px;
	color:#aaa4ab !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
.wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#3b3838; }
.wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#3b3838; }
.wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#3b3838; }
.wpcf7-form textarea {
	border:1px solid #e1e1e1;
	color:#3b3838 !important;
	overflow:auto;
	margin:0;
	padding:14px 16px 14px;
	width:100%;
	height:200px;
	line-height:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
	-webkit-box-shadow:0 0 1px 1px #e3e3e3;
	box-shadow:0 0 1px 1px #e3e3e3;
}
.wpcf7-form textarea:-moz-placeholder { color:#3b3838; }
.wpcf7-form textarea:-ms-input-placeholder { color:#3b3838; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#3b3838; }
.wpcf7-form .submit-wrap {
	margin:0;
	padding:0;
}
.wpcf7-form .submit-wrap input { margin-right:10px; }
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:14px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:10px 6px !important;
		line-height:14px;
	}
}
div.wpcf7-response-output {
	margin:20px 0 !important;
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.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:37px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
