@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

.select-menu {
	color: #545454;
}

.text1 h2 {
	color: #545454 !important;
}

.portfolio-meta {
	border-top-color: #dedede;
}

.portfolio-meta-list {
	border-bottom-color: #dedede;
	border-top-color: #dedede;
}

.color2 li h5 a {
	color: #545454;
}

.color2 li h5 a:hover {
	color: #20bfde;
}

.color3 li h5 a {
	color: #545454;
}

.color3 li h5 a:hover {
	color: #20bfde;
}

.breadcrumb>.active {
	color: #757575;
}

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 {
	color: #bcbcbc;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border: 1px solid #20bfde;
	box-shadow: 0 0 6px #20bfde;
}

body {
	padding: 0 !important;
}

a {
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

h3 {
	text-transform: uppercase;
	margin: 0 0 18px 0;
}

p[style="text-align: center;"] {
	margin-bottom: 0;
}

.header {
	padding: 0;
	margin-bottom: 16px;
	border: none;
}

.header .tail-top {
	position: relative;
}

.header .tail-bottom {
	padding: 24px 0 12px 0;
	border-bottom: 7px solid #eeeeee;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.header .tail-bottom {
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
	}
}

.header .tail-bottom.isStuck {
	padding-top: 15px;
	height: 73px;
}

@media (max-width: 767px) {
	.header .tail-bottom.isStuck {
		position: static !important;
		top: 0 !important;
		height: auto;
		padding-top: 30px;
	}
}

.header .pseudoStickyBlock {
	max-height: 66px !important;
}

@media (max-width: 767px) {
	.header .pseudoStickyBlock {
		display: none !important;
	}
}

.social-nets-wrapper .social {
	overflow: hidden;
	padding: 0 0 0 50px;
}

@media (min-width: 1200px) {
	.social-nets-wrapper .social {
		padding: 0 0 0 75px;
	}
}

@media (max-width: 767px) {
	.social-nets-wrapper .social {
		text-align: center;
		padding: 10px 0;
	}
}

.social-nets-wrapper .social li {
	list-style-type: none;
	float: left;
	margin-right: 11px;
}

@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
	}
}

.social-nets-wrapper .social li a {
	color: #c1bfbd;
}

.social-nets-wrapper .social li a:hover,
.social-nets-wrapper .social li a:active,
.social-nets-wrapper .social li a:focus {
	color: #7fd546;
}

.social-shortcode {
	overflow: hidden;
	margin: 0;
}

@media (max-width: 767px) {
	.social-shortcode {
		margin-bottom: 20px;
	}
}

.social-shortcode li {
	list-style-type: none;
	float: left;
	font-size: 27px;
	line-height: 1em;
	margin-right: 21px;
}

.social-shortcode li a {
	color: #20bfde;
}

.social-shortcode li a:hover,
.social-shortcode li a:active,
.social-shortcode li a:focus {
	color: #7fd546;
}

.top-links ul {
	margin: 0;
	overflow: hidden;
	float: right;
}

@media (max-width: 767px) {
	.top-links ul {
		float: none;
		text-align: center;
	}
}

.top-links ul li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 25px;
	font-size: 11px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	color: #c0c0c0;
	position: relative;
}

@media (max-width: 767px) {
	.top-links ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 12px;
	}
}

.top-links ul li:before {
	content: '|';
	position: absolute;
	left: -14px;
	top: 0;
}

@media (max-width: 767px) {
	.top-links ul li:before {
		left: -15px;
	}
}

.top-links ul li a {
	color: inherit;
}

.top-links ul li a:hover,
.top-links ul li a:active,
.top-links ul li a:focus {
	color: #7fd546;
}

.top-links ul li:first-child:before {
	display: none;
}

.logo {
	float: none;
	text-align: center;
	padding: 5px 0 0 0;
	height: 71px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width: auto;
	}
}

@media (max-width: 767px) {
	.logo {
		height: auto;
		padding: 0;
		margin-bottom: 20px;
	}
}

.isStuck .logo {
	height: 51px;
}

.isStuck .logo_h__img {
	display: inline-block;
	vertical-align: top;
	width: 73%;
}

@media (min-width: 1200px) {
	.isStuck .logo_h__img {
		width: 60%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.isStuck .logo_h__img {
		width: 90%;
	}
}

.logo_h__txt {
	text-transform: lowercase;
}

@media (min-width: 768px) and (max-width: 979px) {
	.logo_link {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}

.logo_link:hover,
.logo_link:active,
.logo_link:focus {
	color: #46bad5;
}

.logo:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 13px;
	background-color: #fff;
	border-bottom: 7px solid #eeeeee;
	z-index: -1;
}

@media (max-width: 767px) {
	.logo:after {
		display: none;
	}
}

.header .search-form form {
	border: 1px solid #d4d4d4;
	width: 208px;
	height: 34px;
	background: #fff;
}

.header .search-form_it {
	border: none;
	padding: 6.5px 0 6.5px 10px;
	margin: 0;
	width: 156px;
	background: #fff;
}

@media (min-width: 1200px) {
	.header .search-form_it {
		width: 156px;
	}
}

.header .search-form_is {
	width: 37px;
	line-height: 33px;
	text-align: center;
	padding: 0;
	border: none;
	background: #fff;
	font-size: 18px;
	color: #b0b0af;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .search-form_is:hover,
.header .search-form_is:focus {
	color: #7fd546;
	outline: none;
}

.nav__primary {
	margin-bottom: 0;
	z-index: 100;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 50%;
	margin: 14px 0 0 -87.5px;
}

.isStuck .sf-menu li:hover ul,
.isStuck .sf-menu li.sfHover ul {
	margin-top: 12px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	top: -23px;
	left: 176px;
	margin: 0;
}

.isStuck ul.sf-menu li li:hover ul,
.isStuck ul.sf-menu li li.sfHover ul {
	top: -35px;
}

.sf-menu {
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.sf-menu {
		padding-left: 10px;
	}
}

.sf-menu>li {
	float: left;
	background: none;
	margin-right: 5px;
}

.sf-menu>li>a {
	padding: 0 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.sf-menu>li>a {
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu>li>a {
		padding: 0 5px;
		font-size: 12px !important;
	}
}

.sf-menu>li>a:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #20bfde;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.isStuck .sf-menu>li>a:after {
	bottom: -12px;
}

.sf-menu li ul {
	width: 175px;
	padding: 23px 0 29px 0;
	background-color: #7fd546;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sf-menu li li {
	background: none;
	margin-top: 14px;
}

.sf-menu li li:first-child {
	margin-top: 0;
}

.sf-menu li li a {
	padding: 0;
	border: none;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
}

.sf-menu li li ul {
	background-color: #20bfde;
	color: #fff;
}

.sf-menu li li li a {
	color: #fff;
}

.sf-menu li li li a:hover {
	color: #686766;
}

.sf-menu>li>a:hover,
.sf-menu>li.sfHover>a,
.sf-menu>li.current-menu-item>a,
.sf-menu>li.current_page_item>a {
	background: none;
}

.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 {
	width: 100%;
	margin: 0 0 0 -50%;
}

.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: none;
	color: #686766;
}

.select-menu {
	height: 32px;
}

.content-holder {
	padding-bottom: 61px;
}

@media (max-width: 767px) {
	.content-holder {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.home .content-holder {
	background-color: #fff;
}

#content {
	padding-top: 50px;
}

.title-section {
	padding: 40px 0 0 0;
}

.title-header {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 1.2em;
	text-transform: uppercase;
	overflow: visible;
	margin: 0 0 20px 0;
}

@media (max-width: 480px) {
	.title-header {
		font-size: 35px;
	}
}

.breadcrumb__t {
	background-color: #eeeeee;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.breadcrumb__t li {
	text-shadow: none;
}

.breadcrumb__t li.divider {
	font-size: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.breadcrumb__t li.divider:after {
	content: ' / ';
	color: #757575;
	font: 18px/21px PT Sans, sans-serif;
}

.post__holder .post-header .post-title {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

.post__holder .post-header .post-title a {
	color: #545454;
}

.post__holder .post-header .post-title a:hover,
.post__holder .post-header .post-title a:active,
.post__holder .post-header .post-title a:focus {
	color: #20bfde;
}

.post__holder .featured-thumbnail.large {
	margin: 0 0 20px 0;
}

.post__holder .btn-primary {
	padding: 17px 37px;
}

.post_meta {
	border-color: #dedede;
}

@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder_num {
		font-size: 215px;
	}
}

.pagination__posts ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination__posts ul li a {
	background: none !important;
	border: none !important;
	color: #757575;
}

.pagination__posts ul li a:hover,
.pagination__posts ul li a:active,
.pagination__posts ul li a:focus {
	color: #20bfde;
}

.pagination__posts ul .active span {
	background: none !important;
	border: none !important;
	color: #20bfde;
	font-weight: bold;
}

.post-author {
	padding: 20px 30px;
	border-color: #fff;
	background-color: #fff;
}

.post-author_gravatar {
	margin-bottom: 10px;
}

.post-author_gravatar img {
	padding: 0;
	border: none;
	background: none;
}

.post-author .post-author_desc {
	overflow: visible;
}

@media (min-width: 1200px) {
	.post-author .post-author_desc {
		overflow: hidden;
	}
}

.post-author .post-author_desc .post-author_link a {
	text-transform: capitalize;
}

#recent-author-posts .post__holder {
	margin-bottom: 40px;
}

#recent-author-comments {
	padding-top: 50px;
}

.related-posts_h {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 1.2em;
}

@media (max-width: 480px) {
	.related-posts_h {
		font-size: 35px;
	}
}

.related-posts_item {
	font-size: 18px;
}

.faq-list .marker {
	font-weight: 400;
}

@media (max-width: 767px) {
	.archive_h {
		margin-top: 25px;
	}
}

.testimonial {
	border-color: #fff;
	background: #fff;
	font-style: normal;
	font-family: PT Sans, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.testimonial_bq p {
	font-size: 18px;
	line-height: 21px;
}

.testimonial small {
	font-family: PT Sans, sans-serif;
	font-size: 18px;
}

.page-header {
	border: none;
	padding: 0;
	margin: 0 0 25px 0;
}

.page-header h1 {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
}

.pager li>a,
.pager li>span {
	border: none;
}

.single-pager {
	border-color: #dedede;
}

.single-pager a {
	color: #20bfde;
	border: none;
	text-transform: uppercase;
	background: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-pager a:hover,
.single-pager a:active,
.single-pager a:focus {
	color: #7fd546;
	border-color: #7fd546 !important;
}

.filter-wrapper .pull-right {
	float: none;
	text-align: center;
}

.filter-wrapper strong {
	display: none;
}

.filter-wrapper .nav {
	overflow: visible;
}

.nav-pills {
	float: none;
	margin-bottom: 65px;
}

.nav-pills:before,
.nav-pills:after {
	display: none !important;
}

.nav-pills li {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 21px;
}

@media (max-width: 626px) {
	.nav-pills li {
		margin-left: 16px;
		margin-right: 16px;
	}
}

@media (max-width: 586px) {
	.nav-pills li {
		margin-left: 11px;
		margin-right: 11px;
	}
}

@media (max-width: 586px) {
	.nav-pills li {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.nav-pills li:before {
	content: '|';
	position: absolute;
	left: -24px;
	top: -2px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #989898;
	line-height: 1.2em;
}

@media (max-width: 586px) {
	.nav-pills li:before {
		left: -8px;
	}
}

.nav-pills li:first-child:before {
	display: none;
}

.nav-pills li a {
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 1.2em;
	padding: 0 11px;
	margin: 0;
	position: relative;
	background: none !important;
	border-radius: 0;
	color: #20bfde;
}

@media (max-width: 625px) {
	.nav-pills li a {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.nav-pills li a {
		padding: 0;
		font-size: 15px;
	}
}

@media (max-width: 355px) {
	.nav-pills li a {
		padding: 0;
		font-size: 15px;
	}
}

@media (max-width: 353px) {
	.nav-pills li a {
		padding: 0;
		font-size: 12px;
	}
}

.nav-pills li a:after {
	content: '';
	width: 0;
	left: 50%;
	bottom: -16px;
	height: 2px;
	position: absolute;
	background-color: #7fd546;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 626px) {
	.nav-pills li a:after {
		bottom: -2px;
	}
}

.nav-pills li a:hover,
.nav-pills li a:active,
.nav-pills li a:focus {
	color: #545454;
}

.nav-pills li a:hover:after,
.nav-pills li a:active:after,
.nav-pills li a:focus:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

.nav-pills li.active a {
	color: #545454 !important;
}

.nav-pills li.active a:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

.filterable-portfolio .caption__portfolio {
	padding: 30px 0 0 0;
}

.filterable-portfolio h3 {
	text-transform: none;
	margin: 0 0 16px 0;
}

.filterable-portfolio h3 a {
	color: #545454;
}

.filterable-portfolio h3 a:hover,
.filterable-portfolio h3 a:active,
.filterable-portfolio h3 a:focus {
	color: #20bfde;
}

.filterable-portfolio .btn-primary {
	padding: 0;
	font-size: 14px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
}

.filterable-portfolio .btn-primary:before {
	display: none;
}

.zoom-icon {
	background: rgba(255, 255, 255, 0.8);
}

.comments-h {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 1.2em;
}

@media (max-width: 480px) {
	.comments-h {
		font-size: 35px;
	}
}

.comment .comment-body {
	background-color: #fff;
	border-color: #fff;
}

@media (max-width: 767px) {
	.comment .comment-body .extra-wrap {
		overflow: visible;
	}
}

.comment.bypostauthor .comment-body {
	background-color: #fff;
}

.comment-author .author {
	font-size: 18px;
	color: #7fd546;
}

.comment-meta {
	padding-top: 22px;
}

.reply {
	padding-top: 15px;
}

.reply .comment-reply-link {
	border: 2px solid #20bfde;
	background-color: transparent;
	text-transform: uppercase;
	color: #20bfde;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.reply .comment-reply-link:hover,
.reply .comment-reply-link:active,
.reply .comment-reply-link:focus {
	border-color: #7fd546;
	color: #7fd546;
}

#respond h3 {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 1.2em;
}

@media (max-width: 480px) {
	#respond h3 {
		font-size: 35px;
	}
}

#respond form .btn {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	border: none;
	height: auto;
	padding: 0;
}

#commentform #nsu-checkbox {
	text-align: right;
}

#commentform #nsu-checkbox input[type="checkbox"] {
	margin-top: -2px;
}

@media (max-width: 767px) {
	#commentform input[type="text"] {
		height: 43px;
	}
}

#sidebar {
	padding-top: 50px;
}

#sidebar .widget {
	margin-bottom: 50px;
}

#sidebar .widget>h3 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

#sidebar .widget ul {
	margin: 0;
}

#sidebar .widget ul li {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 5px;
	list-style-type: none;
}

#sidebar .widget ul li:before {
	content: '\f061';
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	font-size: 12px;
	color: #7fd546;
	position: relative;
	top: -2px;
}

#sidebar .widget ul li a {
	color: #757575;
}

#sidebar .widget ul li a:hover,
#sidebar .widget ul li a:active,
#sidebar .widget ul li a:focus {
	color: #7fd546;
}

#sidebar .widget ul ul {
	margin: 5px 0 0 21px;
}

#wp-calendar td#today {
	font-weight: bold;
	color: #7fd546;
}

#wp-calendar caption {
	color: #7fd546;
}

#wp-calendar thead th {
	color: #7fd546;
}

.social_li {
	font-family: PT Sans, sans-serif !important;
	font-size: 18px !important;
}

.social_li:before {
	display: none;
}

.comments-custom li {
	font-family: PT Sans, sans-serif !important;
	font-size: 18px !important;
}

.comments-custom li:before {
	display: none;
}

.comments-custom_txt a:hover {
	text-decoration: none;
}

.flickr_li {
	margin-bottom: 0 !important;
}

.flickr_li:before {
	display: none;
}

.flickr_li .thumbnail:hover,
.flickr_li .thumbnail:active,
.flickr_li .thumbnail:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.banners {
	margin-bottom: 50px;
}

.posts-grid h5 {
	font-size: 20px;
	line-height: 24px;
}

.posts-grid h5 a {
	color: #545454;
}

.posts-grid h5 a:hover,
.posts-grid h5 a:active,
.posts-grid h5 a:focus {
	color: #20bfde;
}

.posts-grid__style-1 li {
	margin-bottom: 34px;
}

.posts-grid__style-1 li .featured-thumbnail {
	margin: 5px 20px 10px 0;
}

@media (min-width: 1200px) {
	.posts-grid__style-1 li .featured-thumbnail {
		margin-right: 30px;
	}
}

.posts-grid__style-1 h5 {
	margin: 0 0 17px 0;
}

.posts-grid__style-1 .btn-primary {
	padding: 0;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
}

.posts-grid__style-1 .btn-primary:before {
	display: none;
}

.posts-grid__style-2 li {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 0;
	border-bottom: 2px solid #20bfde;
	overflow: hidden;
}

@media (max-width: 767px) {
	.posts-grid__style-2 li {
		text-align: left;
		margin-bottom: 24px;
	}
}

.posts-grid__style-2 li .featured-thumbnail {
	margin: 0 0 30px 0;
}

@media (max-width: 767px) {
	.posts-grid__style-2 li .featured-thumbnail {
		margin: 0 20px 0 0;
	}
}

@media (max-width: 480px) {
	.posts-grid__style-2 li .featured-thumbnail {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}
}

.posts-grid__style-2 h5 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.posts-grid__style-2 .team_info {
	color: #b6b6b6;
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
}

.posts-grid li {
	overflow: hidden;
}

.posts-grid li .featured-thumbnail {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.posts-grid li .featured-thumbnail {
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.posts-grid li .featured-thumbnail {
		margin-right: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

.testimonials {
	margin: 0 0 0 -20px;
}

@media (min-width: 1200px) {
	.testimonials {
		margin: 0 0 0 -30px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		margin-left: 0;
	}
}

.testimonials .testi-item {
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	width: 140px;
	text-align: center;
}

@media (min-width: 1200px) {
	.testimonials .testi-item {
		width: 170px;
		margin: 0 0 0 30px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.testimonials .testi-item {
		width: 104px;
	}
}

@media (max-width: 767px) {
	.testimonials .testi-item {
		width: 33%;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 480px) {
	.testimonials .testi-item {
		width: auto;
		margin: 0 0 20px 0;
		float: none;
	}
}

.testimonials .testi-item blockquote {
	padding: 0;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.testimonials .testi-item blockquote:before {
	display: none;
}

.testimonials .testi-item blockquote:after {
	display: none;
}

.testimonials .testi-item blockquote>a {
	color: #757575;
}

.testimonials .testi-item blockquote>a:hover {
	color: #7fd546;
}

.testimonials .testi-item .featured-thumbnail {
	margin: 0 0 21px 0;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.testimonials .testi-item .featured-thumbnail {
		max-width: 170px;
		float: none;
		margin: 0 auto 21px;
	}
}

.testimonials .testi-item .featured-thumbnail img {
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}

.testimonials .testi-item .featured-thumbnail a {
	position: relative;
}

.testimonials .testi-item .featured-thumbnail a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.testimonials .testi-item .featured-thumbnail a:hover:after,
.testimonials .testi-item .featured-thumbnail a:active:after,
.testimonials .testi-item .featured-thumbnail a:focus:after {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.testimonials .testi-item .testi-meta {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #757575;
}

.testimonials .testi-item .testi-meta:before {
	display: none;
}

.testimonials .testi-item .testi-meta .user {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #545454;
	margin: 0 0 1px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
	.testimonials .testi-item .testi-meta .user {
		font-size: 15px;
	}
}

.testimonials .testi-item .testi-meta .user:after {
	display: none;
}

.recent-posts.no-thumb .featured-thumbnail {
	display: none;
}

@media (max-width: 767px) {
	.recent-posts__style-1 {
		margin-bottom: 30px !important;
	}
}

.recent-posts__style-1 li {
	margin-bottom: 0;
	margin-top: 30px;
}

.recent-posts__style-1 li:first-child {
	margin-top: 0;
}

.recent-posts__style-1 .featured-thumbnail {
	margin: 2px 20px 10px 0;
}

@media (min-width: 1200px) {
	.recent-posts__style-1 .featured-thumbnail {
		margin-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts__style-1 .featured-thumbnail {
		margin-right: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.recent-posts__style-1 .featured-thumbnail {
		width: auto;
		margin-right: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

.recent-posts__style-1 .featured-thumbnail a {
	position: relative;
	z-index: 1;
}

.recent-posts__style-1 .featured-thumbnail a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recent-posts__style-1 .featured-thumbnail a:hover:after,
.recent-posts__style-1 .featured-thumbnail a:active:after,
.recent-posts__style-1 .featured-thumbnail a:focus:after {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.recent-posts__style-1 .desc {
	overflow: hidden;
}

.recent-posts__style-1 .desc .btn {
	color: #20bfde;
}

.recent-posts__style-1 .desc .btn:hover {
	color: #7fd546;
}

.recent-posts__style-1 h5 {
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.recent-posts__style-1 h5 a {
	color: #545454;
}

.recent-posts__style-1 h5 a:hover,
.recent-posts__style-1 h5 a:active,
.recent-posts__style-1 h5 a:focus {
	color: #7fd546;
}

.home .recent-posts__style-1 h5 {
	display: none;
}

.recent-posts__style-1 .excerpt {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

.recent-posts__style-1 .btn-primary {
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

.recent-posts__style-1 .btn-primary:before {
	display: none;
}

.service-box {
	padding: 0;
	margin: 0 0 30px 0;
	background-color: transparent;
	border: none;
	min-height: 150px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 1200px) {
	.service-box {
		padding: 0 0 0 43px;
	}
}

@media (max-width: 767px) {
	.service-box {
		min-height: 0;
	}
}

.service-box .icon {
	float: right;
	margin: 0 0 10px 0;
	min-width: 170px;
	text-align: center;
}

@media (max-width: 767px) {
	.service-box .icon {
		min-width: 0;
		text-align: right;
		margin: 0 0 10px 20px;
	}
}

.service-box .icon i {
	font-size: 100px;
	line-height: 1em;
	color: #20bfde;
	padding-top: 14px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}

.service-box .icon i.icon-food {
	font-size: 85px;
	padding-top: 27px;
}

.service-box .icon i.icon-heart {
	font-size: 86px;
	padding-top: 26px;
}

.service-box .icon i.icon-comments {
	font-size: 101px;
}

.service-box .icon i.icon-group {
	font-size: 82px;
	padding-top: 30px;
}

.service-box h2 {
	font-size: 20px;
	line-height: 1.2em;
	overflow: visible;
	color: #545454;
	margin-bottom: 17px;
}

.service-box h5 {
	overflow: visible;
	margin: 0;
}

.service-box_txt {
	margin-bottom: 0;
}

.service-box:hover .icon i {
	color: #7fd546;
}

.banner-wrap__style-1 {
	margin: 0 0 88px 0;
	padding: 0 0 24px 0;
	text-align: center;
	border-bottom: 2px solid #20bfde;
}

@media (max-width: 767px) {
	.banner-wrap__style-1 {
		margin-bottom: 40px;
	}
}

.banner-wrap__style-1 .featured-thumbnail {
	margin: 0 0 30px 0;
	width: 100%;
}

@media (max-width: 767px) {
	.banner-wrap__style-1 .featured-thumbnail {
		max-width: 370px;
		margin: 0 auto 30px;
	}
}

.banner-wrap__style-1 .featured-thumbnail a {
	float: none;
	border: none;
}

.banner-wrap__style-1 .featured-thumbnail a img {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.banner-wrap__style-1 .featured-thumbnail a:hover img,
.banner-wrap__style-1 .featured-thumbnail a:active img,
.banner-wrap__style-1 .featured-thumbnail a:focus 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);
}

.banner-wrap__style-1 h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 4px 0;
	color: #545454;
	text-transform: uppercase;
}

.banner-wrap__style-1 p {
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	color: #b6b6b6;
	margin: 0;
}

.footer {
	padding: 24px 0 24px 0;
	border: none;
	background-color: #686766;
	font-family: 'Roboto Slab', serif;
	color: #fff;
}

@media (max-width: 767px) {
	.footer {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}

.footer a {
	color: inherit;
}

nav.footer-nav {
	float: none;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	nav.footer-nav {
		margin-bottom: 20px;
	}
}

nav.footer-nav ul {
	float: none;
}

@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul {
		text-align: left;
	}
}

nav.footer-nav ul li {
	padding: 0 31px 0 0;
}

@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li {
		float: left;
		padding: 0 0 0 15px;
	}

	nav.footer-nav ul li:first-child {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	nav.footer-nav ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 10px 10px;
	}

	nav.footer-nav ul li:first-child {
		padding-left: 0;
	}
}

nav.footer-nav ul li a {
	font-weight: 300 !important;
	position: relative;
}

nav.footer-nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
}

nav.footer-nav ul li a:hover,
nav.footer-nav ul li a:active,
nav.footer-nav ul li a:focus {
	color: #fff;
}

nav.footer-nav ul li a:hover:after,
nav.footer-nav ul li a:active:after,
nav.footer-nav ul li a:focus:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

nav.footer-nav ul li.current-menu-item a {
	text-decoration: none;
}

nav.footer-nav ul li.current-menu-item a:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

.copyright {
	padding: 12px 0;
	border-top: 1px solid #7F7F7F;
}

.footer-text {
	float: right;
}

@media (max-width: 767px) {
	.footer-text {
		float: none;
	}
}

.footer-text a {
	position: relative;
}

.footer-text a:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
}

.footer-text a:hover:after,
.footer-text a:active:after,
.footer-text a:focus:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

.footer-text a.site-name {
	text-transform: uppercase;
}

.contacts {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	padding: 0 0 24px 0;
}

.contacts .title {
	padding-right: 17px;
}

@media (max-width: 767px) {
	.contacts .title {
		display: block;
		margin-bottom: 10px;
		padding-right: 0;
	}
}

.contacts .phone {
	border-right: 1px solid #929292;
	padding: 5px 34px 8px 0;
	margin: 0 19px 0 0;
}

@media (max-width: 767px) {
	.contacts .phone {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		padding-right: 0;
		border: none;
	}
}

.contacts .phone:before {
	content: '\f095';
	font-size: 24px;
	font-family: FontAwesome;
	padding-right: 4px;
	position: relative;
	top: 5px;
	color: #fff;
}

.contacts .email:before {
	content: '\f003';
	font-size: 24px;
	font-family: FontAwesome;
	padding-right: 7px;
	position: relative;
	top: 2px;
	color: #fff;
}

.contacts .email a {
	position: relative;
}

.contacts .email a:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
}

.contacts .email a:hover:after,
.contacts .email a:active:after,
.contacts .email a:focus:after {
	width: 100%;
	margin: 0 0 0 -50%;
}

@media (max-width: 767px) {
	.google-map-api {
		height: 300px;
	}
}

.site_map ul li a {
	color: #757575;
}

.site_map ul li a:hover,
.site_map ul li a:active,
.site_map ul li a:focus {
	color: #7fd546;
}

.flexslider ul li:before {
	display: none;
}

.extra-column-1 h3 {
	font-size: 21px;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	text-transform: none;
	margin: 0 0 27px 0;
	padding: 15px 0 0 0;
}

.extra-column-1 p {
	font-size: 13px;
	font-family: sans-serif;
	line-height: 18px;
	color: #746a62;
	margin-bottom: 17px;
}

.extra-column-2 h3 {
	font-size: 21px;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	margin: 0 0 26px 0;
	padding: 15px 0 0 0;
}

.extra-indent {
	position: relative;
	bottom: -61px;
	margin-top: -61px;
}

.list.styled>ul li {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 8px 0;
	padding: 0 0 0 24px;
	position: relative;
}

.list.styled>ul li:before {
	margin: 0;
	font-size: 12px;
	color: #7fd546;
	position: absolute;
	left: 0;
	top: 0;
}

.list.styled>ul li a {
	color: #757575;
}

.list.styled>ul li a:hover,
.list.styled>ul li a:active,
.list.styled>ul li a:focus {
	color: #20bfde;
}

@media (max-width: 767px) {
	.list.styled.arrow2-list {
		margin-bottom: 30px;
		margin-top: 20px;
	}
}

.list.styled.arrow2-list>ul {
	padding-top: 6px;
}

.thumbnail,
.featured-thumbnail {
	padding: 0;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 1200px) {
	.vertical-divider__style-1 {
		margin-right: 35px;
		padding-right: 65px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.vertical-divider__style-1 {
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.vertical-divider__style-1 {
		padding: 0;
		margin: 0;
		background: none;
	}
}

.vertical-divider__style-2 {
	padding: 0 90px 21px 0;
	margin: 0 50px 0 0;
	border: none;
	border-right: 1px solid #ebebeb;
}

@media (max-width: 767px) {
	.vertical-divider__style-2 {
		padding: 0;
		margin: 0;
		border: none;
	}
}

.content_box:before,
.content_box:after {
	background-color: inherit;
}

.content_box__style-1 {
	border-bottom: 1px solid #fff;
	background-color: #eeeeee;
	padding: 85px 0 92px 0;
	margin: 96px 0 0 0;
}

@media (max-width: 767px) {
	.content_box__style-1 {
		padding: 50px 0;
	}
}

.content_box__style-2 {
	background-color: #f7f7f7;
	padding: 83px 0 90px 0;
}

@media (max-width: 767px) {
	.content_box__style-2 {
		padding: 50px 0;
	}
}

.content_box__style-2 .title-box_primary {
	color: #7fd546;
}

.home .content_box__style-2 {
	margin: 0 0 76px 0;
}

.content_box__style-3 {
	background-color: #eeeeee;
	padding-bottom: 55px;
}

.content_box__style-4 {
	background-color: #ffffff;
	padding: 80px 0 96px 0;
}

@media (max-width: 767px) {
	.content_box__style-4 {
		padding: 50px 0;
	}
}

.spacer {
	height: 56px;
}

.title-box {
	text-align: center;
	margin-bottom: 60px;
	font-family: 'Roboto Slab', serif;
	color: #545454;
}

.title-box h2 {
	color: #7fd546;
}

.title-box_primary {
	font-size: 46px;
	font-family: inherit;
	font-weight: 100 !important;
	line-height: 1.2em;
	text-transform: uppercase;
	color: inherit;
	margin: 0 0 16px 0;
}

@media (max-width: 767px) {
	.title-box_primary {
		font-size: 38px;
	}
}

.title-box_secondary {
	font-size: 18px;
	font-family: inherit;
	font-weight: 300 !important;
	text-transform: none;
	line-height: 21px;
	color: inherit;
}

.title-box__style-1 .title-box_secondary:before,
.title-box__style-1 .title-box_secondary:after {
	content: '';
}

.title-box__style-2 .title-box_primary {
	font-size: 36px;
	font-weight: bold !important;
	line-height: 1.2em;
	color: #7fd546;
	margin: 0 0 8px 0;
}

.btn-primary {
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #20bfde;
	background: none !important;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.btn-primary:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #20bfde;
	z-index: -1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.btn-primary.btn-large {
	min-width: 199px;
	padding: 17px 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.btn-primary.btn-large {
		min-width: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: #7fd546;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.btn-primary:hover:before,
.btn-primary:active:before,
.btn-primary:focus:before {
	border-color: #7fd546;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}

.parallax-box {
	margin-bottom: 84px;
}

.parallax-content {
	text-align: center;
	padding: 50px 0;
}

@media (min-width: 1200px) {
	.parallax-content {
		padding: 150px 0 107px 0;
	}
}

.parallax-content h2 {
	font-size: 48px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	line-height: 58px;
	margin: 0 0 51px 0;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 979px) {
	.parallax-content h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.parallax-content h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 480px) {
	.parallax-content h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

.parallax-content .btn-primary {
	color: #fff;
}

.parallax-content .btn-primary:before {
	border-color: #fff;
}

input[type="submit"],
input[type="reset"] {
	height: 31px;
	border: 2px solid #20bfde;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
	border-color: #7fd546;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background: #fff;
	border-color: #b1b1b1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #7fd546;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	border-color: #b1b1b1 !important;
}

textarea:focus {
	border-color: #7fd546 !important;
}

select {
	padding: 0;
}

.wpcf7-form p.field input {
	padding: 10px;
	height: 43px;
	line-height: 21px;
}

.wpcf7-form textarea {
	padding: 10px;
	line-height: 21px;
}

.wpcf7-form .submit-wrap input {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	border: none;
	height: auto;
	padding: 0;
}

.wpcf7-form .ajax-loader {
	margin-top: 0;
}

.wpcf7-not-valid-tip {
	padding: 2px 0 10px 10px !important;
	line-height: 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media (min-width: 1200px) {
	.wpcf7-not-valid-tip {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

.nsu-form p {
	display: inline;
}

.nsu-form label {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	line-height: 18px;
	color: #757575;
	display: block;
	vertical-align: top;
}

.nsu-form label:after {
	content: '';
	display: block;
	padding-bottom: 17px;
}

.nsu-form input[type="email"],
.nsu-form input[type="text"] {
	border-color: #b1b1b1;
	padding: 11px 16px;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	margin: 0 17px 0 0;
}

.nsu-form input[type="email"]::-moz-placeholder,
.nsu-form input[type="text"]::-moz-placeholder {
	color: #bcbcbc;
	opacity: 1;
}

.nsu-form input[type="email"]::-ms-input-placeholder,
.nsu-form input[type="text"]::-ms-input-placeholder {
	color: #bcbcbc;
}

.nsu-form input[type="email"]::-webkit-input-placeholder,
.nsu-form input[type="text"]::-webkit-input-placeholder {
	color: #bcbcbc;
}

.nsu-form input[type="email"]:-moz-placeholder,
.nsu-form input[type="text"]:-moz-placeholder {
	color: #bcbcbc;
}

.nsu-form input[type="email"]:-ms-input-placeholder,
.nsu-form input[type="text"]:-ms-input-placeholder {
	color: #bcbcbc;
}

.nsu-form input[type="email"]::-webkit-input-placeholder,
.nsu-form input[type="text"]::-webkit-input-placeholder {
	color: #bcbcbc;
}

@media (min-width: 768px) and (max-width: 979px) {

	.nsu-form input[type="email"],
	.nsu-form input[type="text"] {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {

	.nsu-form input[type="email"],
	.nsu-form input[type="text"] {
		margin-bottom: 20px;
	}
}

.nsu-form input[type="email"]:focus,
.nsu-form input[type="text"]:focus {
	color: #7fd546;
}

.nsu-form input[type="email"]:focus::-moz-placeholder,
.nsu-form input[type="text"]:focus::-moz-placeholder {
	color: #7fd546;
	opacity: 1;
}

.nsu-form input[type="email"]:focus::-ms-input-placeholder,
.nsu-form input[type="text"]:focus::-ms-input-placeholder {
	color: #7fd546;
}

.nsu-form input[type="email"]:focus::-webkit-input-placeholder,
.nsu-form input[type="text"]:focus::-webkit-input-placeholder {
	color: #7fd546;
}

.nsu-form input[type="email"]:focus:-moz-placeholder,
.nsu-form input[type="text"]:focus:-moz-placeholder {
	color: #7fd546;
}

.nsu-form input[type="email"]:focus:-ms-input-placeholder,
.nsu-form input[type="text"]:focus:-ms-input-placeholder {
	color: #7fd546;
}

.nsu-form input[type="email"]:focus::-webkit-input-placeholder,
.nsu-form input[type="text"]:focus::-webkit-input-placeholder {
	color: #7fd546;
}

.nsu-form input[type="submit"] {
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	background: none;
	text-transform: uppercase;
	border: 2px solid #7fd546;
	color: #7fd546;
	padding: 0 25px;
	height: 45px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.nsu-form input[type="submit"]:hover,
.nsu-form input[type="submit"]:focus {
	outline: none;
	border-color: #20bfde;
	color: #20bfde;
}

.nsu-form .nsu-error {
	position: absolute;
	left: 0;
	bottom: -25px;
	color: #ff2e00;
}

#back-top {
	margin-bottom: 0;
}

#back-top-wrapper {
	right: 22px;
	bottom: 36px;
	z-index: 100;
}

#back-top a {
	width: auto;
	font-size: 28px;
	font-family: FontAwesome;
	color: #8a8a8a;
}

#back-top a:hover {
	color: #bababa;
}

#back-top a:hover span {
	background-color: transparent;
}

#back-top span {
	margin-bottom: 0;
	width: auto;
	height: auto;
	background: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#back-top span:before {
	content: '\f0aa';
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font-size: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
