/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
	color: #4c4c4c;
    font-family: 'Open Sans', sans-serif; /* ===================================================================== Change == */
	font-size: 1.15rem;
	line-height: 1.65rem;
	text-align: center;
}
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 { /* ===================================================================== Change == */
	font-weight: 300;
}
h1 {
	font-size: 3rem;
	line-height: 3.25rem;
	margin-bottom: 15px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
h2 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 2.75rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 5px;
}
p, li {
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
a {
	color: #00aded; /* ===================================================================== Change == */
	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 #fff; /* ===================================================================== Change == */
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 20px 0px;
}
img {
	display: block;
}
form p {
	margin: 2px 0;
	text-align: left;
}
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;
	text-align: left;
	width: 50%;
}
.form-group:first-of-type {
	padding-right: 5px;
}
.form-group:nth-of-type(2) {
	padding-left: 5px;
}
.form-control { /* ===================================================================== Change == */
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	font-size: 1rem;
	height: 50px;
	padding: 10px 20px;
	width: 100%;
	/*
	background-color: transparent;
	border-radius: 5px;
	*/
}
.form-label {
	font-size: 14px;
	font-weight: bold;
}
.iti {
	color: #333;
	width: 100%;
}
.btn { /* ===================================================================== Change == */
	background: #ee973c;
	border: 3px solid #ee973c;
	border-radius: 50px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    color: #fff;
	display: block;
	font-size: 1.15rem;
    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;
	text-transform: uppercase;
}
.btn:hover { /* ===================================================================== Change == */
    background: #fff;
	border-color: #ee973c;
	color: #ee973c;
}
a.phone_number {
	color: #00aded;
	display: block;
	font-size: 2rem; /* adjust if number and button are misaligned */
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}
a.phone_number img {
	background: #fff;
	border-radius: 5px;
	height: 30px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 30px;
}
ul.check-list {
	margin-left: 0;
}
.check-list li {
	margin-left: 40px;
	text-align: left;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.check-list li::before{
	color: #00aded; /* ===================================================================== Change == */
	content: "✓";
	font-size: 1.5rem;
	margin-left: -33px;
	padding-right: 10px;
}
.hidden-sm {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
.large {
	font-size: 120% !important;
	line-height: 120% !important;
}
.small {
	font-size: 80% !important;
	line-height: 110% !important;
}
.brand-color {
	color: #00aded; /* ===================================================================== Change == */
}
.no-wrap {
	white-space: nowrap;
}
.content {
	padding-top: 101px; /* Adjust depending on logo size */
}
.anchor-tag {
	display: block;
	height: 0;
	margin-top: -101px;
	padding-top: 101px;
	position: absolute;
	visibility: hidden;
}
.page-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 99999;
}
.page-top a {
	background: rgba(0,0,0,0.7); /* ===================================================================== Change == */
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 2rem;
	padding: 10px 5px;
}
.header, 
.form, 
.title, 
.squares, 
.call, 
.gallery, 
.data, 
.awards, 
.conditions  {
    display: flex;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.call, 
.gallery, 
.data { /* ===================================================================== Change == */
    background-color: #00aded;
	color: #fff;
}
.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: 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 {
	color: #fff;
	font-size: 2.3rem; /* Change font size if phone number and image don't fit on one line */
	margin: 20px auto;
	max-width: 320px;
}
.slopedown-top {
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
	height: 60px;
	margin-top: -1px;
	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 { /* ===================================================================== Change == */
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	padding: 10px 40px;
	position: fixed;
    width: 100%;
	z-index: 99999;
	/*
	color: #fff;
	*/
}
.header__logo {
	clear: both;
    display: block;
    flex-grow: 1;
	float: left;
	position: relative;
}
.header__logo img {
	height: 50px; /* ===================================================================== Change == */
	margin: 15px 0;
	position: relative;
	top: 0px;
	width: auto;
}
.header__logo span.small {
	font-style: italic;
	left: 190px; /* ===================================================================== Change == */
	position: absolute;
	top: 40%;
}
.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;
}
.form__wrapper_block { /* ===================================================================== Change == */
    background-color: rgba(0,173,237,0.8);
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	color: #fff;
    display: flex;
    flex-direction: column;
	margin: 100px auto;
    padding: 40px 20px;
    width: 450px;
}

/*== Title ==*/
.title__info {
	border-bottom: 1px solid #00aded; /* ===================================================================== Change == */
}
.title__info p {
	margin-bottom: 0;
}

/*== Squares ==*/
.squares.text-right > .squares__block > .squares__info {
	position: relative;
	padding-left: 40px;
	padding-right: 0;
	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-right: 40px;
	text-align: left;
    width: 50%;
}
.squares .btn {
	margin: 0;
}

/*== 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,173,237,0.8); /* ===================================================================== Change == */
	bottom: 0;
	color: rgba(255,255,255,1);
	padding: 10px 5px 5px;
	position: absolute;
	width: 100%;
}
.arrow {
	background-color: rgba(238,151,60,0.5); /* ===================================================================== Change == */
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	transition: .5s ease;
}
.arrow:hover, 
.arrow:focus {
	background-color: rgba(238,151,60,0.75); /* ===================================================================== Change == */
}
.arrow-prev {
	left: -15px;
}
.arrow-prev:hover, 
.arrow-prev:focus {
	transform: translateX(-5px);
}
.arrow-prev::before, 
.arrow-next::after {
	color: #fff; /* ===================================================================== Change == */
	display: block;
	padding: 10px 15px;
}
.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 {
	margin-bottom: 50px;
}
.call__info a.btn {
	margin-top: 20px;
}

/*== Quote Gallery ==*/
.gallery__info {
	border-bottom: 1px solid #c4c4c4; /* ===================================================================== Change == */
	margin: 0 auto;
	max-width: 1340px;
	padding: 40px;
	position: relative;
	width: 100%;
}
.guild-quality {
	height: 90px;
	margin: 0 auto;
	width: 90px;
}
.swiper-slide p {
	font-size: 1.4rem;
	margin: 0 20px 20px;
}
.swiper-slide p.quote::before, 
.swiper-slide p.quote::after {
	color: #fff; /* ===================================================================== Change == */
	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;
}
p.review-name {
	font-style: italic;
	text-align: right;
}
.swiper-button-prev {
	left: 10px !important;
}
.swiper-button-next {
	right: 10px !important;
}
.swiper-button-next, 
.swiper-button-prev {
	background-color: rgba(238,151,60,0.5); /* ===================================================================== Change == */
	background-image: none !important;
	border-radius: 50px;
	height: auto !important;
	margin-top: 0 !important;
	opacity: .75;
	position: absolute;
	transition: .5s ease;
	top: 55% !important;
	width: auto !important;
}
.swiper-button-next::after,
.swiper-button-prev::before {
	color: #fff; /* ===================================================================== Change == */
	display: block;
	padding: 5px 8px;
}
.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(238,151,60,0.8); /* ===================================================================== Change == */
}
.swiper-button-next:hover {
	transform: translateX(5px);
}
.swiper-button-prev:hover {
	transform: translateX(-5px);
}

/*== Footer ==*/
.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-top: 30px;
}

/*== Awards/Credentials ==*/
.awards-info {
	padding-bottom: 0 !important;
}
ul.awards-list {
	width: 100%;
}
ul.awards-list li {
	display: inline-block;
}
ul.awards-list li img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	margin: 0 auto;
	opacity: .7;
}

/*== Conditions ==*/
.conditions-info {
	padding-top: 0 !important;
}

/* == Privacy Policy Page == */
.privacy_policy {
	text-align: left;
}

/* == Response Page == */
.response_page {
	margin: 70px auto !important;
}
.response_page h2, .response_page p, .response_page a {
	color: #fff; /* ===================================================================== Change == */
}

/*== Media Queries ==*/
@media (max-width: 1024px) {
	.squares__info {
		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 {
		background: rgba(0,173,237,1.0); /* ===================================================================== Change == */
		bottom: -50px;
		top: 100%;
	}
	.arrow {
		bottom: 0;
		top: auto;
	}
	.arrow-prev {
		left: 0;
	}
	.arrow-next {
		right: 0;
	}
	.guild-quality {
		left: 0;
	}
}
@media (max-width: 768px) {
	.header {
		padding: 10px 20px;
	}
	.header .hidden-sm {
		display: none !important;
	}
	.header .btn {
		margin-left: 10px;
	}
	.form__wrapper_block {
		width: 420px;
	}
	.squares__block {
		flex-direction: column-reverse;
	}
	.squares__info {
		padding-right: 0;
		padding-left: 0 !important;
		width: 100%;
	}
	.squares__info .btn {
		margin: 0 auto;
	}
	.squares__img {
		margin-bottom: 40px;
		width: 100%;
	}
	.squares.text-right > .squares__block > .squares__info {
		position: static;
	}
	.squares.text-right > .squares__block > .squares__img {
		position: static;
	}
	.carousel-wrapper {
		height: 500px;
		margin-bottom: 50px;
	}
	.data {
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
}
@media (max-width: 420px) {
	h1 {
		font-size: 3.5rem;
		line-height: 3.75rem;
	}
	h2 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
	.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; /* ===================================================================== Change == */
		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: 40px 20px;
	}
	.header {
		flex-direction: column;
		height: 101px;
	}
	.header__logo {
		width: 100%;
	}
	.header__logo img {
		height: 35px;
		margin: 7px 0;
	}
	.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; /* ===================================================================== Change == */
		position: absolute;
		width: 87%;
	}
	.header__phone a.btn {
		letter-spacing: 0;
		margin-left: 0;
		position: absolute;
	}
	.form {
		background-size: auto 210px;
		background-position: top center;
	}
	.form__wrapper {
		margin-top: 110px;
		padding: 0;
	}
	.form__wrapper_block {
		background: rgba(0,173,237,1.0); /* ===================================================================== Change == */
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.call_phone {
		max-width: 100%;
	}
	.squares__info {
		text-align: center;
		padding-right: 0;
	}
	.squares.text-right > .squares__block > .squares__info {
		padding-left: 0;
	}
	.carousel-wrapper {
		height: 210px;
	}
	.guild-quality {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.swiper-container {
		margin-top: 50px !important;
	}
	.gallery-thumbs {
		display: none !important;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 30% !important;
	}
	.swiper-slide p {
		font-size: 1.2rem;
	}
	p.review-name {
		margin-bottom: 0;
	}
	.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;
		width: 100%;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		width: 100% !important;
	}
}