@font-face {
	font-family: Questrial;
	src: url(fonts/questrial-regular-webfont.eot);
	src: url(fonts/questrial-regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/questrial-regular-webfont.woff2) format("woff2"),url(fonts/questrial-regular-webfont.woff) format("woff"),url(fonts/questrial-regular-webfont.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

* {
	box-sizing: border-box;
	font-family: Questrial,Helvetica,sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Questrial,Helvetica,sans-serif;
}

html {
	line-height: 1;
}

body {
	min-width: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	height: auto!important;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform,left,top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform,left,top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform,left,top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0,0);
	-ms-transition-property: -ms-transform,left,top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform,left,top;
	transition-duration: 0s;
	transform: translate3d(0,0,0);
	transition-timing-function: ease;
	box-sizing: content-box;
	cursor: url(../img/drag.png) 16 9,ew-resize!important;
	margin: 0 auto;
	height: inherit!important;
	float: left;
}

.pagination-hidden .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0)!important;
	-ms-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
	left: 0!important;
	cursor: auto!important;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	box-sizing: content-box;
	height: inherit!important;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-container .pagination {
	text-align: center;
	width: 100%;
	margin: 35px 0 0 0;
}

.swiper-container.pagination-hidden .pagination {
	display: none!important;
}

.swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	cursor: pointer;
	border: 2px #e3e3e3 solid;
}

.swiper-active-switch {
	background: #03b4ea;
	border-color: #03b4ea;
}

.swiper-pagination-switch {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

.swiper-arrow-left, .swiper-arrow-right {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
}

.swiper-arrow-left {
	left: 0;
	background: #a8cf5c;
}

.swiper-arrow-right {
	right: 0;
	background: #f4d34a;
}

.swiper-container.pagination-hidden .swiper-arrow-left, .swiper-container.pagination-hidden .swiper-arrow-right {
	display: none!important;
}

::-moz-selection, ::selection {
	background: #b3d4fc;
	text-shadow: none;
}

body {
	font-family: Open Sans,sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 16px;
}

.container, .wrapper {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrapper {
	margin-top: 10px;
}

.container-inner {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	margin: 0 -15px;
}

.col-3 {
	width: 20%;
	float: left;
	padding: 0 15px 15px;
}

.col-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.col-6, .col-3, .col-4 {
		width: 100%;
	}
	.col-3, .col-4 {
		text-align: center;
	}
}

a {
	text-decoration: none;
}

.header {
	padding: 17px 0;
}

@media screen and (max-width:992px) {
	.header {
		padding: 13px 0;
	}
}

.logo {
	float: left;
}

@media screen and (max-width:600px) {
	.logo {
		width: 180px;
	}
	.logo img {
		max-width: 100%;
	}
}

.tel-box {
	float: right;
	padding-top: 17px;
}

@media screen and (max-width:992px) {
	.tel-box {
		padding-top: 20px;
	}
}

@media screen and (max-width:600px) {
	.tel-box {
		padding-top: 14px;
	}
}

.tel-box span {
	display: inline-block;
	color: #2f2f2f;
	font-size: 20px;
}

@media screen and (max-width:600px) {
	.tel-box span {
		font-size: 16px;
	}
}

@media screen and (max-width:481px) {
	.tel-box span {
		display: none;
	}
}

.tel-box a {
	display: inline-block;
	font-size: 30px;
	color: #92181c;
	font-weight: 600;
}

@media screen and (max-width:992px) {
	.tel-box a {
		font-size: 28px;
	}
}

@media screen and (max-width:600px) {
	.tel-box a {
		font-size: 18px;
	}
}

@media screen and (max-width:481px) {
	.tel-box a {
		font-size: 15px;
	}
}

.tel-box a:hover {
	color: #222;
}

.top-menu {
	background: #c52b2f;
	min-height: 47px;
}

@media screen and (max-width:992px) {
	.nav {
		display: none;
	}
}

.nav ul {
	list-style: none;
}

@media screen and (max-width:992px) {
	.nav ul {
		padding-bottom: 0;
	}
}

.nav li {
	float: left;
	color: #fff;
	width: 25%;
}

@media screen and (max-width:992px) {
	.nav li {
		min-height: 50px;
		float: none!important;
		width: 100%;
		display: block;
	}
	body .footer .credits {
		text-align: center;
		float: none;
	}
}

.nav li a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 15px 5px 16px;
	border-left: 1px solid #fff;
}

@media screen and (max-width:1150px) {
	.nav li a {
		font-size: 16px;
		padding: 15px 5px 16px;
	}
}

@media screen and (max-width:992px) {
	.nav li a {
		border-left: none;
		border-right: none!important;
	}
}

.nav li a:hover {
	background: #222;
}

.nav li:nth-of-type(4) a {
	border-right: 1px solid #fff;
}

.menu-button {
	width: 36px;
	height: 18px;
	position: relative;
	margin: 15px auto 18px;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

.menu-button span {
	height: 3px;
	margin-top: 7px;
	background: #fff;
	display: block;
	position: relative;
	top: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

@media screen and (max-width:992px) {
	.menu-button {
		display: block;
	}
}

.menu-button span:first-child {
	margin-top: 0;
}

.menu-button.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.menu-button.active span:nth-child(2) {
	opacity: 0;
	top: 7px;
}

.menu-button.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -7px;
}

.banner {
	background: url(../img/banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 25px 25px 25px 0;
	border-radius: 0;
}

@media screen and (max-width:992px) {
	.banner {
		padding: 15px;
	}
}

.landing-page .banner {
	background: none;
}

.banner-title {
	margin-top: 75px;
	float: left;
}

@media screen and (max-width:992px) {
	.banner-title {
		float: none;
		margin-top: 50px;
		text-align: center;
		width: 100%;
		margin-bottom: 50px;
	}
}

.banner-title h1, .banner-title h2 {
	background: url(../img/sloganimg_right.png) scroll right top transparent;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width:992px) {
	.banner-title h1, .banner-title h2 {
		font-size: 24px;
		border-radius: 3px;
	}
}

.form-box-banner {
	float: right;
}

@media screen and (max-width:992px) {
	.form-box-banner {
		float: none;
		margin: 0 auto;
	}
}

.form-box {
	border-radius: 0;
	background: #c52b2f;
	padding: 42px 54px 50px;
	max-width: 370px;
	width: 100%;
}

@media screen and (max-width:992px) {
	.form-box {
		padding: 22px 34px 30px;
	}
}

@media screen and (max-width:481px) {
	.form-box {
		padding: 22px 10px 30px;
	}
}

.form-title {
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}

@media screen and (max-width:992px) {
	.form-title {
		font-size: 22px;
	}
}

.form-sub-title {
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .5px;
	margin: 15px 0 23px;
}

.field {
	width: 100%;
	border: 1px solid #6a6a6a;
	height: 37px;
	line-height: 37px;
	border-radius: 3px;
	padding: 0 17px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #000;
}

.field::-webkit-input-placeholder, .field::-moz-placeholder, .field:-moz-placeholder, .field:-ms-input-placeholder {
	color: #000;
}

textarea.field {
	height: 60px;
	font-family: Questrial,Helvetica,sans-serif;
}

.radio-row {
	margin-top: 7px;
}

.conviction {
	float: left;
	color: #fff;
	font-size: 14px;
}

.radio {
	width: 115px;
	float: right;
	padding-right: 10px;
}

@media screen and (max-width:481px) {
	.radio {
		padding-right: 0;
	}
}

.radio input {
	position: relative;
	top: -2px;
}

.radio .wpcf7-list-item-label {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	top: -4px;
	display: inline-block;
	margin-bottom: 10px;
}

.submit-row {
	text-align: center;
}

.submit-row p {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}

.submit-row img {
	margin-right: 17px;
	position: relative;
	top: 3px;
}

.submit {
	border: none;
	background: #000;
	color: #fefefe;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	padding: 14px 24px;
	margin-top: 15px;
	cursor: pointer;
}

.submit:hover {
	color: #222;
	background: #fff;
}

.section {
	padding: 55px 0;
}

.video-box {
	position: relative;
}

.video-box img {
	max-width: 100%;
	display: block;
	height: auto;
	border-radius: 5px;
}

@media screen and (max-width:767px) {
	.video-box {
		display: inline-block;
		margin-top: 30px;
	}
}

.play {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/play.png);
	width: 64px;
	height: 64px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.video-info {
	display: block;
	text-align: right;
	color: #4a4a4a;
	margin-top: 14px;
	font-size: 12px;
}

.info-title {
	color: #ee2f38;
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	top: -7px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.box-info {
	padding: 0 27px 26px 0;
}

.box-info p {
	line-height: 1.5;
	color: #292929;
}

.box-info strong {
	font-weight: 700;
}

@media screen and (max-width:767px) {
	.m-center {
		text-align: center;
	}
}

.grey-section {
	background: url(../img/bgcontent2.png);
}

.title {
	font-size: 30px;
	font-weight: 600;
	top: -7px;
	position: relative;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media screen and (max-width:1150px) {
	.title {
		font-size: 26px;
	}
}

@media screen and (max-width:767px) {
	.title {
		font-size: 20px;
	}
}

.h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	padding-left: 0;
	position: relative;
}

.h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 10px;
	background: url(../img/icon.png) no-repeat;
}

.info-text {
	font-size: 15px;
	line-height: 1.5;
}

.row-info:first-of-type {
	margin-bottom: 40px;
	padding-top: 10px;
}

@media screen and (max-width:767px) {
	.row-info:first-of-type {
		margin-bottom: 30px;
		padding-top: 10px;
	}
}

.info-col {
	padding-left: 45px;
	padding-right: 45px;
}

@media screen and (max-width:992px) {
	.info-col {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:767px) {
	.info-col:first-of-type {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:481px) {
	.info-col {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.subtitle {
	font-size: 15px;
	color: #4a4a4a;
	margin: -10px auto 0;
	line-height: 1.5;
	max-width: 700px;
	text-align: center;
	font-weight: 400;
}

.list {
	list-style: none;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}

@media screen and (max-width:992px) {
	.list {
		padding-left: 15px;
	}
}

@media screen and (max-width:481px) {
	.list {
		padding-left: 0;
	}
}

.list li {
	margin-bottom: 17px;
	font-size: 14px;
	color: #4a4a4a;
	padding-left: 20px;
	position: relative;
	line-height: 1.2;
}

.list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
	background: #c52b2f;
	width: 7px;
	height: 7px;
}

.list li:last-of-type {
	margin-bottom: 0;
}

.resp-img {
	max-width: 100%;
	display: block;
	height: auto;
}

.block-form {
	width: 100%;
	max-width: 100%;
	padding: 30px;
	background: #fff;
}

@media screen and (max-width:992px) {
	.block-form {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
}

@media screen and (max-width:1200px) {
	.block-form {
		padding-top: 10px;
	}
}

.block-form .form-title {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width:992px) {
	.block-form .form-title {
		font-size: 22px;
	}
}

.block-form .form-sub-title {
	color: #fff;
}

.block-form .field {
	border-color: #afafaf;
	color: #7b7b7b;
}

.block-form .field::-webkit-input-placeholder, .block-form .field::-moz-placeholder, .block-form .field:-moz-placeholder, .block-form .field:-ms-input-placeholder {
	color: #7b7b7b;
}

.block-form .conviction, .block-form label {
	color: #4a4a4a;
}

.block-form .radio-row {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.block-form .submit {
	background: #000;
	color: #fff;
}

.block-form .submit:hover {
	background: #fff;
	color: #000;
}

.block-form .submit-row p {
	color: #c52b2f;
}

@media screen and (max-width:992px) {
	.sm-hidden {
		display: none;
	}
	.sm-100 {
		width: 100%;
	}
}

.modified {
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.padding-none {
	padding-bottom: 0;
}

.featured-section {
	background: #f7f7f7;
	padding: 40px 50px;
}

@media screen and (max-width:992px) {
	.featured-section {
		padding: 30px;
	}
}

.featured-section h2 {
	float: left;
	font-size: 30px;
	text-transform: uppercase;
	color: #292929;
	font-weight: 600;
	padding-top: 25px;
}

@media screen and (max-width:992px) {
	.featured-section h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding-top: 0;
		font-size: 22px;
	}
}

.logos {
	float: right;
}

.logos a {
	margin-left: 90px;
	display: inline-block;
}

@media screen and (max-width:1200px) {
	.logos a {
		margin-left: 50px;
	}
}

.logos a:first-of-type {
	margin-left: 0;
}

@media screen and (max-width:992px) {
	.logos {
		width: 100%;
		text-align: center;
	}
	.logos a {
		margin: 10px 20px!important;
	}
}

.footer {
	padding: 17px 50px 13px;
}

@media screen and (max-width:992px) {
	.footer {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.copy {
	float: left;
	font-size: 13px;
	color: #fff;
}

@media screen and (max-width:992px) {
	.copy {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1.3;
	}
}

.ftr-menu {
	float: right;
	list-style: none;
	position: relative;
	top: -3px;
}

@media screen and (max-width:992px) {
	.ftr-menu {
		float: none;
		display: table;
		margin: 0 auto;
	}
}

.ftr-menu li {
	float: left;
}

.ftr-menu li:first-of-type {
	border-right: 1px solid #fff;
}

@media screen and (max-width:992px) {
	.ftr-menu li:first-of-type {
		padding-left: 0;
	}
}

.ftr-menu li:last-of-type a {
	padding-right: 0!important;
}

.ftr-menu li a {
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	font-size: 13px;
}

.ftr-menu li a:hover {
	color: #c52b2f;
}

#topcontrol {
	display: none!important;
}

.tel-box {
	text-align: right;
}

.tel-box address {
	text-align: right;
	padding-top: 10px;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 16px;
}

.footer .credits {
	float: right;
}

.footer * {
	color: #474747;
	font-size: 14px;
	font-family: Questrial,Helvetica,sans-serif;
}

h2.title, h2.form-title {
	color: #ee2f38;
}

.banner h2.form-title {
	color: #fff;
}

@media(max-width:380px) {
	.tel-box address {
		display: none;
	}
}

body span.wpcf7-list-item {
	margin-left: 0;
}

body .ajax-loader {
	position: absolute;
}

body span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 13px;
	background-color: #fff;
	padding: 4px;
}

.wpcf7-validation-errors {
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.block-form .wpcf7-validation-errors {
	color: #4a4a4a;
}

.s4 ul {
	list-style: none;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.s4 ul li {
	margin-bottom: 17px;
	font-size: 14px;
	color: #4a4a4a;
	padding-left: 20px;
	position: relative;
	line-height: 1.2;
}

.s4 ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
	background: #c52b2f;
	width: 7px;
	height: 7px;
}

.block-form .radio .wpcf7-list-item-label {
	color: #4a4a4a;
}

.video-info {
	background: url(img/video.png) left 8px no-repeat;
	float: right;
	padding-left: 25px;
	margin-top: 0;
	padding-top: 14px;
	padding-bottom: 2px;
}

.single-wrap {
	overflow: hidden;
}

.single-wrap .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.single-wrap .cont {
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.single-wrap h1 {
	color: #c52b2f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
}

.video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
	max-width: 100%;
}

.video-box span.video-close {
	background-color: #c52b2f;
	z-index: 9999999;
	position: absolute;
	right: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	display: none;
	z-index: 11;
}

.play {
	cursor: pointer;
}

body strong {
	font-weight: 700;
}

.container-inner.s4 p {
	margin-bottom: 17px;
	font-size: 14px;
	color: #4a4a4a;
	padding-left: 20px;
	position: relative;
	line-height: 1.2;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid red;
}

div.wpcf7-spam-blocked {
	border: 2px solid orange;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: .5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

.info-col p {
	line-height: 24px;
}

.container-inner.s4 p {
	font-size: 16px;
	line-height: 24px;
}

.grey-section h2 {
	color: #ee2f38;
	font-size: 30px;
	margin-bottom: 15px;
}

.grey-section p {
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width:1150px) {
	.info-title, .grey-section h2 {
		font-size: 26px;
	}
}

@media screen and (max-width:767px) {
	.info-title, .grey-section h2 {
		font-size: 20px;
	}
}

.gallery img {
	max-width: 100%;
}

.section.gallery {
	padding-bottom: 0;
}

.landing-page #fancybox-content {
	border: none!important;
}

.landing-page #fancybox-close {
	right: -30px;
}

.landing-page .absolute-images {
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
	overflow: hidden!important;
	left: 0!important;
	top: 0!important;
	background-size: cover!important;
	z-index: -1!important;
}

.landing-page .absolute-images img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.landing-page .banner {
	position: relative;
}

.landing-page .nivo-controlNav {
	display: none!important;
}

.section.padding-none {
	padding-top: 35px;
}

.section.padding-none .s4 {
	padding-bottom: 30px;
}

.grey-section p {
	color: #fff;
}

.popup-title .title {
	background: #4db4e0;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	min-height: 0;
	font-size: 17px;
	color: #fff;
	padding: 15px;
}

.popup-title .title span {
	background: transparent;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	overflow: hidden;
	font-weight: 700;
	display: inline-block;
}

.offer {
	display: block;
	text-align: center;
	color: #111;
	margin-bottom: 30px;
}

.expires-info b {
	clear: both;
	display: block;
}

.offer span {
	color: red;
	font-size: 36px;
	font-weight: 700;
	margin: 0 7px;
	position: relative;
	top: 5px;
}

.popup.once {
	overflow-y: auto;
	display: none;
	z-index: 10000000000000000000;
}

.form-box.block-form.popup-form:before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -45px;
	top: -25px;
	z-index: 9999;
	background: url(../img/coupon.png) no-repeat;
	background-size: cover;
}

.popup-container {
	padding: 5px;
	max-width: 350px;
	width: 100%;
	position: fixed;
	right: 0;
	left: auto;
	top: auto;
	z-index: 9999;
	bottom: 0;
}

.popup-form {
	background: #ebebeb;
	border: 10px solid #fff;
	padding: 40px 20px 5px;
}

.close-popup {
	position: absolute;
	left: 50%;
	margin-left: -21px;
	top: -15px;
	background: #4db4e0;
	width: 42px;
	height: 42px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
}

.close-popup img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.popup-title .title span span {
	font-size: 22px;
	margin-bottom: -25px;
	padding-top: 13px;
	display: block;
}

.expires-info {
	text-align: center;
	font-size: 16px;
	display: block;
	color: #111;
	margin: 10px 0;
}

.expires-info b {
	color: red;
}

.popup.once form {
	width: 400px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

.popup-form {
	overflow: hidden;
}

.popup .form-box {
	background: #fff;
	border: 1px solid #229cd6;
}

.request-callback .wpcf7-list-item-label {
	font-size: 13px;
	font-weight: 700;
	color: #3f3f3f;
	line-height: 18px;
}

.request-callback .wpcf7-list-item {
	margin: 0;
}

.request-callback input[type="checkbox"] {
	margin: 0 3px 0 0!important;
	vertical-align: middle;
}

.popup-form .request-callback .wpcf7-list-item-label {
	font-weight: 400;
}

.landing-page .popup-form .request-callback .wpcf7-list-item-label {
	font-size: 15px;
	color: #000;
}

.empty-10 {
	margin-top: 10px;
}

.landing-page .form-box-banner .callback, .landing-page .block-form .callback {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.form-box-banner .request-callback .wpcf7-list-item-label, .block-form .request-callback .wpcf7-list-item-label {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.landing-page .row .sm-100 {
	margin-left: -34px;
}

.landing-page .row .sm-hidden img {
	margin-left: -20px;
}

.landing-page section.section4 {
	width: 100%;
}

.bell-wrapper {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	transition: all .3s;
}

.bell-img {
	width: 100px;
	height: 100px;
}

.col-4 {
	width: 33%;
	padding: 0 15px;
	float: left;
	cursor: pointer;
}

.col-4 img {
	max-width: 100%;
}

.add-sec {
	padding-top: 0;
}

.add-sec .col-4 {
	padding-bottom: 30px;
}

.add-sec .col-4 span {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.header ul {
	max-width: 420px;
	position: absolute;
	left: 52%;
	margin-top: 10px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.header ul li {
	list-style: none;
	font-size: 16px;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
	padding-right: 20px;
	padding-left: 40px;
	background: url(../img/check.png) left 0 no-repeat;
}

.faq-p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.separat {
	padding-top: 15px;
}

.arconix-faq-accordion-title.ui-state-default {
	background-color: #f58634;
	color: #fff;
	border: 1px solid #fff;
}

.arconix-faq-accordion-title.ui-state-default:hover {
	background-color: #222;
}

.ui-state-default .ui-icon {
	background-image: url(../img/ui-icons.png);
}

.col-2 {
	width: 16.66666667%;
	float: left;
}

.logo-cover {
	border: 1px solid #ccc;
}

.logos .col-2 {
	padding: 1%;
}

.logos {
	overflow: hidden;
}

.logo-cover img {
	width: 90%;
	margin: auto;
	display: block;
}

.logos h4 {
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

.title {
	clear: both;
}

.section4 {
	float: left;
	padding-bottom: 55px;
}

#wpsl-search-wrap div label {
	white-space: nowrap;
}

.wpsl-directions {
	color: #f58634;
}

#wpsl-result-list {
	width: 20%;
}

#wpsl-gmap {
	width: 80%;
}

.wpsl-direction-wrap,.bell-wrapper {
	display: none;
}

@media(max-width:767px) {
	.col-2 {
		width: 33%;
	}
	#wpsl-result-list, #wpsl-gmap {
		width: 100%;
	}
	#wpsl-result-list {
		height: 140px;
	}
	.bell-wrapper {
		display: block;
	}
}

@media(max-width:480px) {
	.col-2 {
		width: 90%;
	}
	.logo-cover img {
		width: auto;
	}
	.tel-box {
		display: none;
	}
	.logo {
		width: 200px;
		margin: auto;
		float: none;
		display: block;
	}
	.mob-show.top-phone {
		display: block;
		text-align: center;
		padding: 10px;
		padding-bottom: 0;
	}
	.mob-show.top-phone a {
		color: red;
		font-weight: 700;
		font-size: 20px;
		margin-left: 5px;
	}
	.form-box.block-form.popup-form:before {
		display: none;
	}
}

.mob-show {
	display: none;
}

.row p {
	color: #292929;
	line-height: 1.5;
}

@media(max-width:767px) {
	.section4 {
		max-width: 100%;
		padding-bottom: 0;
	}
	.section4 pre span strong {
		font-size: 21px;
		width: 100%;
		text-align: center;
		display: block;
		margin-bottom: 15px;
	}
	.section4 table td {
		display: block;
		padding-bottom: 15px;
		width: 100%!important;
	}
}

.footer .foot-col {
	text-align: left;
	margin: 20px 0;
	padding-left: 45px;
	color: #fff;
}

.footer .foot-col ul {
	list-style: none;
}

.footer .foot-col ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.footer .foot-col p {
	color: #fff;
}

.footer-col-1 {
	padding-top: 15px;
}

.footer .row {
	margin-bottom: 10px;
	background: #00afea;
}

.service-area {
	font-size: 27px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
}

.foot-bottom-a {
	margin-left: 10px;
	margin-right: 10px;
}

.footer .copy {
	font-size: 14px;
	margin-top: 3px;
	margin-right: 12px;
}

.footer .credits {
	margin-top: 3px;
}

@media(max-width:1023px) {
	.header ul, .col-4 {
		display: none;
	}
	.landing-page .row .sm-100 {
		margin-left: 0;
	}
	.footer .foot-col {
		padding-left: 10px;
		text-align: center;
	}
	.foot-bottom-a {
		display: inline-block;
		float: none;
		margin: 0 0 10px;
		text-align: center;
		width: 100%;
	}
	.footer .copy {
		margin-bottom: 10px;
	}
	.footer .top-separator {
		display: none;
	}
}

div.wpcf7 .ajax-loader {
	z-index: 10;
}

.process {
	display: none;
}

.submit-row.active input {
	background-color: red!important;
	color: #fff!important;
}

.wrapper .form-box-banner div.wpcf7 .ajax-loader, .wrapper .block-form div.wpcf7 .ajax-loader {
	background-image: url(../img/ajax-loader.gif);
}

.wrapper .block-form div.wpcf7-validation-errors {
	color: #fff;
}

div.wpcf7 .ajax-loader {
	margin-top: 30px;
}

pre {
	overflow: visible;
}

span[style*="font-size: 36px"] {
	line-height: 1.6em;
}

.wpcf7-recaptcha {
	position: relative;
	height: 58px;
}

.wpcf7-recaptcha>div {
	transform: scale(.78);
	-o-transform: scale(.78);
	-webkit-transform: scale(.78);
	-moz-transform: scale(.78);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	position: absolute;
	left: 50%;
	margin-left: -118px;
	margin-top: -10px;
}

.allstars {
	margin-right: 5px;
	color: transparent;
	font-size: 35px;
	line-height: 40px;
	display: inline-block;
	letter-spacing: -2px;
	background: url(../img/five-stars.png) no-repeat center;
	background-size: contain;
}

.allstars~span {
	display: inline-block;
	line-height: 18px;
}

.logomobile {
	display: none;
}
.banner-title h1 {margin-bottom: 15px;}
.banner-title h1 span {display: block;}
.banner-title h2 a {color: #fff;text-decoration: none;}
	body .banner-title h4 {
		background: url(../img/icon-check.png) no-repeat left top;
		margin-left: 15px!important;
		padding-left: 25px;
		margin-bottom: 10px;
	}
.clsb span {
	position: relative;
	display: block;
	padding-left: 15px;
}
.clsb span:before {
	content:'+';
	position: absolute;
	top:  0;
	left: 0;
	height: 100%;
}
.cls3 {
	color: #333333;
}
.txtcenter {text-align: center}
.mob-show.sticky{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.hidedesktop{display: none;}

.privacy-policy .box-info {
	padding: 0;
}
.privacy-policy .box-info ul,.privacy-policy .box-info ol,.privacy-policy .box-info p{
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.privacy-policy .box-info h2,.privacy-policy .box-info h3 {
	padding-top: 20px;
	margin-bottom: 10px;
}

.nivo-slice {background-size: cover!important;}

@media(max-width:480px) {
.hidedesktop{display: block;}
.hidemobile{display: none;}
	.banner-title h1 span {display: inline-block;}
	.mob-show.top-phone.mobpadding {
		padding-bottom: 10px;
		background: #38FF31;
	}
	.mob-show.top-phone.mobpadding span,
	.logodesktop {
		display: none;
	}
	.logomobile {
		float: left;
		display: block;
		padding: 3px 0;
		width: 190px;
	}
	.btnright {
		float: right;
	}
	.mob-show.top-phone.mobpadding a {
		color:#000;
		padding-left: 25px;
		background-image: url(../img/icon-phone-black.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 17px
	}
	body .logodesktop~.top-menu{
		background: #fff;
		box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
	}
	body .menu-button span {
		background: #000;
	}
	body .nav li a {
		color: #000;
	}
	body .nav li a:hover{
		color:#fff;
		text-decoration: none;
	}
	body .banner-title h1, body .banner-title h2 {
		background: transparent;
	}
	body .banner-title h1{
		margin-bottom: 15px;
		line-height: 1.3;
	}
	.banner-title h2{
		display: block;
	    text-align: center;
	    margin: 0 auto;
	    max-width: 216px;}
	.banner-title h2 a{
		color: #00afea;
	}
	.banner-title h2 a span {color: #fff}
	.banner-title h2 span{
		display: block;
		background: #00afea;
		white-space: nowrap;
	}
	body .banner-title {
		text-align: left;
	}
	form h2.form-title{
		font-size: 19px;
	}

	#buttons a {
		position: absolute;
		top: 50%;
		margin-top: -24px;
		width:48px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		font-size: 30px;
		color: #fff;
		background: rgb(0, 175, 234);
		text-decoration: none;
		z-index: 990;
		opacity: .7;
	}
	#buttons a#prev {
		left: 0;
	}
	#buttons a#next {
		right: 0;
	}
	a#prev:hover, a#next:hover {
		opacity: 1;
	}
	#carousel {
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.sliderSwipe {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.sliderSwipe .slide {
		width:100%;
		float:left;
		text-align: center;
		position: relative;
		line-height: 1.4;
	}
	.landing-page .absolute-images { display: none!important; }
	.section.padding-none{padding-top:50px}
}

.bottom-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #fff;
	background: #00afea;
	display: none;
	opacity: .7;
	z-index: 9999;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.bottom-top.show{
	display: block;
}
@media(min-width:481px) {
	.banner.scroll.clearfix {
		background: transparent!important;
	}
	.bottom-top:hover{
		opacity: 1;
	}
}

.ccb{
	position: relative;
	padding-left: 20px;
	color: #000000;
	margin-bottom: 5px;
	display: block;
}
.cab{
	position: absolute;
	left:0;
	font-size: 18px;
	color:#00B2EC;
}
.container-inner.s4 p.wcu {
	padding: 0;
	max-width: 365px;
	margin: 0 auto 20px;
}