/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
	color: #333;
    font-family: 'Open Sans', sans-serif;
	font-size: 1.15rem;
	line-height: 1.65rem;
}
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, 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, main, canvas, details, embed, 
figure, figcaption, footer, header, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, main, menu, nav, section {
	display: block;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
h1 {
	font-size: 3.25rem;
	line-height: 3.25rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	text-transform: uppercase;
}
h2 {
	font-size: 1.9rem;
	margin-bottom: 50px;
	line-height: 2.75rem;
	text-align: center;
}
h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}
h4 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}
p, li {
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
a {
	color: #e57917;
	text-decoration: none !important;
}
a:-webkit-any-link, a:-moz-any-link, a:-ms-any-link, a {
	text-decoration: none !important;
}
em {
	font-style: italic !important;
}
strong {
	font-weight: bold !important;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
hr {
	border-bottom: 1px solid #c2c2c2;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 20px 0px;
}
img {
	display: block;
}
form p {
	margin: 2px 0;
}
input::-webkit-input-placeholder {
    color: #393939;
}
input:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #393939;
}
input:focus:-moz-placeholder {
    color: #CCCCCC;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #393939;
}
input:focus::-moz-placeholder {
    color: #CCCCCC;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #393939;
}
input:focus:-ms-input-placeholder {
    color: #CCCCCC;
}
:focus {
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    outline: none;
}

/* == Universal Classes == */
.form-group {
	float: left;
	padding: 2px 0;
	width: 50%;
}
.form-group:first-of-type {
	padding-right: 5px;
}
.form-group:nth-of-type(2) {
	padding-left: 5px;
}
.form-control {
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	font-size: 1rem;
	height: 40px;
	padding: 10px 20px;
	width: 100%;
}
.form-label {
	font-size: 14px;
	font-weight: bold;
}
input:invalid {
    box-shadow: none;
}
.btn {
	background: #e57917; /*== Change for branding ==*/
	border: 1px solid #e57917;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    color: #fff;
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
    letter-spacing: 0.05rem;
	line-height: 1.5rem;
	margin: 0 auto;
	max-width: 320px;
	padding: 10px 15px;
	text-align: center;
	transition: .3s;
	transition-timing-function: ease;
}
.btn:hover {
    background: #fff; /*== Change for branding ==*/
	color: #e57917;
}
a.phone_number {
	color: #e57917;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}
a.phone_number img {
	height: 30px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 30px;
}
ul.check-list {
	margin-left: 0;
}
.check-list li {
	margin-left: 40px;
}
.check-list li::before{
	color: #e57917;
	content: "✓";
	font-size: 1.5rem;
	margin-left: -33px;
	padding-right: 10px;
}
.hidden-sm {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
.large {
	font-size: 130% !important;
	line-height: 130% !important;
}
.small {
	font-size: 75% !important;
	line-height: 100% !important;
}
.brand-color {
	color: #e57917;
}
.no-wrap {
	white-space: nowrap;
}
.content {
	padding-top: 101px;
	z-index: 0;
}
.anchor-tag {
	display: block;
	height: 0;
	margin-top: -101px;
	padding-top: 101px;
	visibility: hidden;
}
.page-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 99999;
}
.page-top a {
	background: rgba(164,212,50,0.7);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 2rem;
	padding: 15px 10px;
}
.header, .form, .title, .squares, .call, .gallery, .data, .awards, .conditions  {
    display: flex;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.call, .gallery, .data {
    background-color: #00a9c0;
    color:#fff;
}

.call .brand-color, .gallery .brand-color, .data .brand-color {
	color:#fff;
}

.call .phone_number, .gallery .phone_number, .data .phone_number {
	color:#fff;
}

.gallery {
    background-color: #333;
}

.form__wrapper, .title__info, .call__info, .data__info, .squares__block, .awards-info, .conditions-info, .privacy_policy {
	display: flex;
	margin: 0 auto;
	max-width: 1340px;
	padding: 50px 40px;
	position: relative;
	width: 100%;
}
.header, .squares {
	flex-direction: row;
}
.title__info, .call, .call__info, .gallery, .data__info, .awards-info, .conditions-info, .privacy_policy {
	flex-direction: column;
}

.call_phone a.phone_number, .footer_phone a.phone_number {
	font-size: 2.3rem;
	margin: 0 auto 20px;
	max-width: 320px;
}
.slopedown-top {
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
	height: 60px;
	width: 100%;
}
.slopedown-bottom {
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
	height: 60px;
	width: 100%;
}
.slopeup-top {
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	height: 60px;
	width: 100%;
}
.slopeup-bottom {
	background: #fff;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	height: 60px;
	width: 100%;
}

/*== Header ==*/
.header {
	align-items: center;
	background-color: #fff;
	border-bottom: 3px solid #e57917;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	padding: 10px 40px;
	position: fixed;
    width: 100%;
	z-index: 99999;
}
.header__logo {
	clear: both;
    display: block;
    flex-grow: 1;
	float: left;
	position: relative;
}
.header__logo img {
	height: 80px;
	position: relative;
	top: 0px;
	width: auto;
}
.header__logo span.small {
	font-style: italic;
	left: 290px;
	position: absolute;
	top: 45%;
}
.header__phone {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.header .btn {
	margin-left: 20px;
}

/*== Form ==*/
.form {
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
    flex-direction: column;
    background-position: top;
}
.form__wrapper_block {
    background-color: rgba(0,169,192,0.8);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	color: #fff;
    display: flex;
    flex-direction: column;
	margin: 0 auto;
    padding: 40px;
	text-align: center;
    width: 450px;
}
.form__wrapper_block p {
	margin-bottom: 5px;
}
.form__wrapper_block p:nth-child(3) {
	margin: 10px 0 15px !important;
}

/*== Title ==*/
.title__info {
	padding-bottom: 0;
	text-align: center;
}
.title__info h4 {
	margin-bottom: 10px;
}
.title__info h2 {
	margin-bottom: 10px;
}

/*== Squares ==*/
.squares.text-right > .squares__block > .squares__info {
	position: relative;
	right: -50%;
}
.squares.text-right > .squares__block > .squares__img {
	left: -50%;
	position: relative;
}
.squares__img {
    height: 100%;
    width: 50%;
}
.squares__img img {
	height: auto;
	width: 100%;
}
.squares__info {
	padding: 0 40px;
    width: 50%;
}
.squares__info h2 {
	margin-bottom: 10px;
	text-align: left;
}
.squares .btn {
	margin: 0;
	max-width: 320px;
}

/*== Image Carousel ==*/
.carousel-wrapper {
	height: 480px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.carousel-item {
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease-in-out;
}
.carousel-caption {
    background-color: rgba(0,169,192,0.8);
	bottom: 0;
	color: #fff;
	padding: 15px 15px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.arrow {
	background-color: rgba(164,212,50,0.5);
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	transition: .5s ease;
}
.arrow:hover, .arrow:focus {
	background-color: rgba(164,212,50,0.75);
}
.arrow-prev {
	left: -15px;
}
.arrow-prev:hover, .arrow-prev:focus {
	transform: translateX(-5px);
}
.arrow-prev::before, .arrow-next::after {
	color: #fff;
	display: block;
	padding: 15px 20px;
}
.arrow-prev::before {
	content: "⇦";
}
.arrow-next {
	right: -15px;
}
.arrow-next:hover, .arrow-next:focus {
	transform: translateX(5px);
}
.arrow-next::after {
	content: "⇨";
}
.light{
	color: white;
}
@media (max-width: 480px) {
	.arrow, .light .arrow {
		background-position: 10px 50%;
		background-size: 10px;
	}
}
/*Select every element*/
[id^="item"] {
	display: none;
 }
.item-1 {
	background-size: cover;
	opacity: 1;
	z-index: 2;
 }
.item-2 {
	background-size: cover;
}
.item-3 {
	background-size: cover;
}
.item-4 {
	background-size: cover;
}
.item-5 {
	background-size: cover;
}
*:target ~ .item-1 {
    opacity: 0;
  }
#item-1:target ~ .item-1 {
    opacity: 1;
}
#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5 {
    opacity: 1;
    z-index: 3;
}

/*== Call Box ==*/
.call__info {
	text-align: center;
}
.call .btn {
	margin: 0 auto;
	max-width: 320px;
}

/*== Quote Gallery ==*/
.gallery__info {
	margin: 0 auto;
	max-width: 1340px;
	padding: 50px 40px;
	position: relative;
	width: 100%;
}
.guild-quality {
	height: 90px;
	margin: 0 auto;
	width: 90px;
}
.swiper-container {
	max-width: 90%;
	text-align: center;
}
.swiper-slide p {
	margin: 0 20px;
}
.swiper-slide p.quote::before, .swiper-slide p.quote::after {
	color: #e57917;
	font-size: 200%;
	position: absolute;
}
.swiper-slide p.quote::before {
	content: "\201C";
	left: 0;
	top: 10px;
}
.swiper-slide p.quote::after {
	content: "\201D";
	right: 0;
	top: 10px;
}
.swiper-slide span.stars {
	color: #e57917;
}
p.review-name {
	font-style: italic;
	text-align: right;
}
.swiper-button-prev {
	left: 30px !important;
}
.swiper-button-next {
	right: 30px !important;
}
.swiper-button-next, .swiper-button-prev {
	background-color: rgba(156,202,68,0.5);
	background-image: none !important;
	border-radius: 50px;
	height: auto !important;
	opacity: .75;
	position: absolute;
	transition: .5s ease;
	width: auto !important;
}
.swiper-button-next::after, .swiper-button-prev::before {
	color: #fff;
	display: block;
	padding: 7px 10px;
}
.swiper-button-next::after {
	content: "⇨";
}
.swiper-button-prev::before {
	content: "⇦";
}
.swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
	box-shadow: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(156,202,68,.8);
}
.swiper-button-next:hover {
	transform: translateX(5px);
}
.swiper-button-prev:hover {
	transform: translateX(-5px);
}

/*== Footer ==*/
.data__call {
	text-align: center;
}
.data__form {
	margin: 0 auto;
	width: 80%;
}
.footer-form {
	float: left;
	width: 50%;
}
.footer-form:nth-child(odd) {
	padding-right: 5px;
}
.footer-form:nth-child(even) {
	padding-left: 5px;
}
.submit-row {
	float: left;
	width: 100%;
}
.submit-row .btn {
	margin: 30px auto 0;
}

/*== Awards/Credentials ==*/
ul.awards-list {
	width: 100%;
	text-align:center;
}
ul.awards-list li {
	display: inline-block;
	margin-bottom: 0;
	padding:20px;
}
ul.awards-list li:first-child img {
	float: right;
}
ul.awards-list li img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .7;
}

/*== Conditions ==*/
.conditions {
	text-align: center;
}

/* == Privacy Policy Page == */
.privacy_policy h3 {
	margin-bottom: 10px;
}

/* == Response Page == */
.response_page {
	margin: 70px auto !important;
}
.response_page h2, .response_page p, .response_page a {
}

/*== Media Queries ==*/
@media (max-width: 1024px) {
	.squares__info {
		padding: 0 10px;
		width: 60%;
	}
	.squares__img {
		width: 40%;
	}
	.squares.text-right > .squares__block > .squares__info {
		right: -40%;
	}
	.squares.text-right > .squares__block > .squares__img {
		left: -60%;
	}
	.carousel-wrapper {
		height: 280px;
	}
	.carousel-caption {
		bottom: -50px;
		padding: 10px;
		top: 100%;
	}
	.carousel-caption p.small {
		line-height: 1rem !important;
	}
	.arrow {
		bottom: 0;
		top: auto;
	}
	.arrow-prev {
		left: 0;
	}
	.arrow-next {
		right: 0;
	}
	.guild-quality {
		left: 0;
	}
}
@media (max-width: 768px) {
	.check-list li:last-child {
		margin-bottom: 0;
	}
	.header {
		padding: 10px 20px;
	}
	.header .hidden-sm {
		display: none !important;
	}
	.header .btn {
		margin-left: 10px;
	}
	.form__wrapper_block {
		width: 420px;
	}
	.call {
		margin-bottom: 30px;
	}
	.squares__block {
		flex-direction: column-reverse;
		padding: 20px 40px;
	}
	.squares__info {
		padding: 30px 0 0 0;
		width: 100%;
	}
	.squares__info h2, .squares__info p {
		text-align: center;
	}
	.squares__info .btn {
		margin: 30px auto 0;
	}
	.squares__img {
		width: 100%;
	}
	.squares.text-right > .squares__block > .squares__info {
		position: static;
	}
	.squares.text-right > .squares__block > .squares__img {
		position: static;
	}
	.gallery {
		margin-top: 30px;
	}
	.carousel-wrapper {
		height: 500px;
		margin-bottom: 50px;
	}
	.data {
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		width: 49.5%;
	}
}
@media (max-width: 420px) {
	h2 {
		font-size: 1.75rem;
		line-height: 2rem;
		text-align: center;
	}
	.hidden-sm {
		display: none !important;
	}
	.hidden-md {
		display: block !important;
	}
	.form-group {
		width: 100%;
	}
	.form-group:first-of-type {
		padding-right: 0;
	}
	.form-group:nth-of-type(2) {
		padding-left: 0;
	}
	.btn {
		margin: 0 auto;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		font-size: 2rem;
		max-width: 100%;
		text-align: center;
	}
	/*
	.call_phone a.phone_number img, .footer_phone a.phone_number img {
		display: none;
	}
	*/
	.content {
		padding-top: 101px;
	}
	.form__wrapper, .title__info, .call__info, .gallery__info, .data__info, .squares__block, .awards-info, .conditions-info, .privacy_policy {
		padding: 30px 20px;
	}
	.header {
		flex-direction: column;
		height: 101px;
		padding: 10px 20px;
	}
	.header__logo {
		width: 100%;
	}
	.header__logo img {
		height: 50px;
	}
	.header__phone {
		align-items: flex-end;
		flex-direction: column;
		position: absolute;
		right: 20px;
		width: 100%;
	}
	.header__phone a.phone_number {
		bottom: -80px;
		font-size: 2rem;
		position: absolute;
		text-align: center;
		width: 87%;
	}
	.header__phone a.btn {
		font-size: .9rem;
		letter-spacing: 0;
		margin-left: 0;
		padding: 7px 13px;
		position: absolute;
		top: 5px;
	}
	.form {
		background-size: cover;
		background-position: top center;
	}
	.form__wrapper {
		padding: 0;
		margin-top: 160px;
	}
	.form__wrapper_block {
		border: none;
		border-radius: 0;
		width: 100%;
	}
	.call_phone {
		max-width: 100%;
		text-align: right;
	}
	.call .btn {
		margin: 0 auto;
	}
	.carousel-wrapper {
		height: 210px;
	}
	.arrow-prev::before, .arrow-next::after {
		padding: 10px 15px;
	}
	.gallery__info {
		padding: 30px 20px 50px;
	}
	.gallery h2 {
		margin-bottom: 20px;
	}
	.guild-quality {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.swiper-container {
		max-width: 100%;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
		margin-top: -10px !important;
	}
	.swiper-slide p.quote.large {
		font-size: 1rem !important;
		margin-bottom: 10px;
	}
	.footer-form {
		width: 100%;
	}
	.footer-form:nth-child(odd) {
		padding-right: 0;
	}
	.footer-form:nth-child(even) {
		padding-left: 0;
	}
	.data__form .form-control {
		width: 100%;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		padding-left: 0;
	}
	.data__form {
		display: block;
		margin-top: 0;
		width: 100%;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		margin: -10px 0 !important;
		width: 100% !important;
	}
	ul.awards-list li:first-child img {
    	float: none;
	}
	ul.awards-list li img {
		margin: 0 auto;
	}
	.response_page {
		margin-top: 0 !important;
	}
	
	a.phone_number img {
		left:15px;
	}
}


.vc-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	font-size: 36px;
	color: #fff;
	background-color: #057889;
	border-radius: 50%;
	text-align:center;
}

.vc-title-large {
color: #057889;
font-size: 40px;
line-height: 1em;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 30px;
}

.vc-title {
color: #e67817;
font-size: 20px;
line-height: 1em;
font-weight: 600;
margin-bottom: 10px;
}

.alert-promo .alert-banner span.hideme {
	display:none;
}