/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
	color: #000;
    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, h5 {
	margin: 20px 0;
}
h1 {
	font-size: 2.5rem;
	line-height: 3rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
h2 {
	font-size: 2.5rem;
	line-height: 2.75rem;
	margin-bottom: 30px;
	font-weight: 400;
	color: #2102b0;
}
h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #2102b0;
}
h4 {
	font-size: 1.4rem;
	line-height: 1.75rem;
	color: #909eaa;
}
p, li {
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
a {
	color: #000;
	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-top: 0;
	border-right: 0;
	border-bottom: 1px solid #c2c2c2;
	border-left: 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%;
	opacity: .7;
	font-weight: 300;
}
.form-label {
	font-size: 14px;
	font-weight: bold;
}
.iti {
	width: 100%;
	color: #333;
}
.btn {
	background: #F2F2F2; /*== Change for branding ==*/
	border: 1px solid #2102b0;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	color: #2102b0;
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
    letter-spacing: 0.1rem;
	line-height: 1.5rem;
	padding: 10px 15px;
	text-align: center;
    text-transform: uppercase;
	transition: .3s;
	transition-timing-function: ease;
	cursor: pointer;
}
.btn:hover {
	background: #2102b0; /*== Change for branding ==*/
	border-color: #2102b0;
	color: #FFF;
}
a.phone_number {
	color: #2102B0;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 35px;
	position: relative;
}
a.phone_number img {
	left: 0;
	position: absolute;
	top: -2px;
	width: 30px;
}
ul.check-list {
	margin-left: 10px;
}
.check-list li {
	margin-left: 5px;
}
.check-list li::before{
	color: #000;
	content: "✓";
	font-size: 1.5rem;
	padding-right: 5px;
}
.hidden-sm {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
.large {
	font-size: 130% !important;
	line-height: 130% !important;
}
.small {
	font-size: .8rem !important;
	line-height: 1rem !important;
}
.brand-color {
	color: #000;
}
.no-wrap {
	white-space: nowrap;
}
.anchor-tag {
	padding-top: 120px;
	margin-top: -120px;
}
.content {
	padding-top: 145px;
	z-index: 0;
}
.quick-facts, .facts-top, .services, .remodeling, .facts, .team, .awards, .conditions, .privacy_policy {
    display: flex;
	margin: 70px auto;
    max-width: 1340px;
	padding: 0 20px;
	position: relative;
}
.conditions a{
	text-decoration: underline!important;
}
.call, .gallery, .data {
    background-color: #F2F2F2;
	max-width: 100%;
    display: flex;
	margin: 70px 0;
	color: #000;
}
.call__info, .gallery__info, .data__info {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	padding: 50px;
	width: 100%;
}
.facts-top h2, .services h2, .gallery h2, .facts h2, .team h2, .awards h2 {
	margin-top: 0;
	text-align: center;
	/*
	text-transform: uppercase;
	*/
}
.facts-top .facts__wrapper_info-top img{
	width: 90px;
	margin: 0 auto;
}
.call h2, .remodeling h2, .data h2 {
	margin-top: 0;
	/*
	text-transform: uppercase;
	*/
}
.call_phone a.phone_number, .footer_phone a.phone_number {
	font-size: 2.3rem;
	margin: 0 auto 20px;
	max-width: 320px;
}

/*== Header ==*/
.header {
	align-items: center;
	background-color: #FFF;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: row;
	padding: 10px 20px;
	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
}
.header__logo span.small {
	font-style: italic;
	left: 124px;
	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;
	display: flex;
    flex-direction: column;
	margin-top: 0;
	padding: 0;
}
.form__wrapper {
    display: flex;
    flex-direction: row;
	margin: 0 auto;
    max-width: 1340px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.form__wrapper_block {
    background-color: rgba(0,0,0,0.7);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	color: #fff;
    display: flex;
    flex-direction: column;
	margin: 30px 50px;
    padding: 20px;
    width: 450px;
}
.form__wrapper_block svg {
	margin-left: -20px;
}
.form__wrapper_block svg path {
	fill: #e9ebec; /*== Change this for branding ==*/
}
.hero-cta {
	background-color: #ffc401; /*== Change this for branding ==*/
	color: #000;
	margin: -20px -20px 0px -20px;
	padding-top: 15px;
	position: relative;
	text-align: center;
}
.hero-cta h1, .hero-cta p {
	margin: 0 !important;
}
.form__wrapper_block_triger {
	background-color: #e9ebec; /*== Change for branding ==*/
	color: #000;
	display: block;
    margin: 20px 0px 0px;
	padding: 3px;
    width: 100%;
}
.form .form-label {
	color: #fff;
}
.form .btn {
	margin: 20px auto;
}

/*== Quick Facts ==*/
.quick-facts {
    flex-direction: column;
	margin-top: 30px;
}
.quick-facts-block {
	align-content: center;
	display: flex;
	flex-direction: row;
}
.quick-facts-block-info {
	display: flex;
	flex-direction: column;
	padding: 15px;
	width: 33.333%;
}
.quick-facts-info-text {
	margin: 0 auto;
	width: auto;
}
.quick-facts-info-text h2, .quick-facts-info-text h4 {
	margin: 0;
}

/*== Facts Top ==*/
.facts-top {
    flex-direction: column;
}
.facts__wrapper-top {
    display: flex;
    flex-direction: row;
}
.facts__wrapper_info-top {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.facts__wrapper_info_row-top {
    align-items: center;
	border-bottom: 1px solid #c2c2c2;
    display: flex;
    flex-direction: row;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.facts__wrapper_info_row_num-top {
	width: 10%;
}
.facts__wrapper_info_row_title-top {
	padding-right: 20px;
	text-align: right;
	width: 25%;
}
.facts__wrapper_info_row_text-top {
	padding-right: 20px;
	width: 65%;
}
.facts__wrapper_info_row_text-top p {
	margin-bottom: 0;
}
.facts__wrapper_img-top {
	box-shadow: 20px 20px 0px rgba(0,0,0,0.1);
	height: 100%;
	max-height: 380px;
	max-width: 380px;
	min-height: auto;
	min-width: auto;
	width: 100%;
}

/*== Services ==*/
.services {
    flex-direction: column;
}
.services__block {
    align-content: center;
    display: flex;
    flex-direction: row;
}
.services__block_info {
    display: flex;
    flex-direction: column;
	padding: 0 10px;
    max-width: 33.333%;
}
.services__block_info_img {
    width: 100%;
}
.services__block_info_text {
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
	height: 55%;
    padding: 30px;
}
.services h3 {
	margin-top: 0;
}

/*== Call Box ==*/
.call {
    flex-direction: row;
}
.call__info {
	text-align: center;
}
.call .btn {
	margin: 0 auto;
	max-width: 320px;
	width: auto;
}

/*== Expectations/Remodeling ==*/
.remodeling {
	flex-direction: row;
}
.remodeling__img {
	float: left;
    height: 100%;
    width: 50%;
}
.remodeling__info {
    float: right;
	padding: 0 30px;
    width: 50%;
}
.remodeling__info_li {
    display: flex;
    flex-direction: row;
    padding: 6px;
}
.remodeling__info_li .icon-check {
	height: 11px;
   	margin: 0 15px 0 0;
	width: 14px;
}
.remodeling__info_triger {
    padding: 18px 0 24px 0;
}
.remodeling .btn {
	max-width: 250px;
}
.photoslider, .photoslider div {
	overflow: visible !important;
}
.photoslider > i {
	background-color: rgba(0,0,0,0.5) !important; 
	margin: 0 !important;
	text-shadow: none !important;
	top: 45% !important;
}
.photoslider > i:hover, .photoslider > i:focus {
	background-color: rgba(0,0,0,0.75) !important;
	transform: translateX(-10px) !important;
}
.photoslider > i.right:hover {
	transform: translateX(10px) !important;
}
.photoslider > i > svg > path {
	fill: rgba(255,255,255,0.75);
}
.showArrows > .left {
	left: -20px !important;
}
.showArrows > .right {
	right: -20px !important;
}

/*== Quote Gallery ==*/
.gallery {
	flex-direction: column;
}
.guild-quality {
	width: 90px;
	margin: 0 auto;
}
.swiper-container {
	text-align: center;
	padding: 0 20px !important;
}
.swiper-slide p.quote {
	padding: 0 20px;
}
.swiper-slide p.quote::before, .swiper-slide p.quote::after {
	color: #ffc401;
	font-size: 200%;
	position: absolute;
}
.swiper-slide p.quote::before {
	content: "\201C";
	left: 0;
}
.swiper-slide p.quote::after {
	content: "\201D";
	right: 0;
	top: 0;
}
.swiper-slide span.stars {
	color: #ffc401;
}
p.review-name {
	font-style: italic;
	text-align: right;
}
.swiper-button-next {
	background-image: url(../images/right-arrow.svg) !important;
	transition: .3s;
	transition-timing-function: ease;
	opacity: .75;
	right: 20px !important;
}
.swiper-button-next:hover {
	box-shadow: none;
	transform: translateX(10px);
	opacity: 1;
}
.swiper-button-prev {
	background-image: url(../images/left-arrow.svg) !important;
	transition: .3s;
	transition-timing-function: ease;
	opacity: .75;
	left: 20px !important;
}
.swiper-button-prev:hover {
	box-shadow: none;
	transform: translateX(-10px);
	opacity: 1;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
	box-shadow: none;
}

/*== Facts Bottom ==*/
.facts {
    flex-direction: column;
}
.facts__wrapper {
    display: flex;
    flex-direction: row;
}
.facts__wrapper_info {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.facts__wrapper_info_row {
    align-items: center;
	border-bottom: 1px solid #c2c2c2;
    display: flex;
    flex-direction: row;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.facts__wrapper_info_row_title {
	padding-right: 20px;
	width: 25%;
}
.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4, .facts__wrapper_info_row_text p {
	margin: 0;
}
.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4 {
	text-align: right;
}
.facts__wrapper_info_row_text {
	width: 75%;
}
.facts__wrapper_img {
	box-shadow: 20px 20px 0px rgba(0,0,0,0.1);
	height: 100%;
	max-height: 380px;
	max-width: 305px;
	min-height: auto;
	min-width: auto;
	width: 100%;
}

/*== More Info (Team) ==*/
.team {
    flex-direction: column;
}
.team__block {
    align-content: center;
    display: flex;
    flex-direction: row;
}
.team__block_info {
    display: flex;
    flex-direction: column;
	padding: 0 20px;
    max-width: 33.333%;
}
.team__block_info_img {
	width: 30%;
}
.team__block_info_text_desc {
    width: 100%;
}

/*== Footer ==*/
.data {
    flex-direction: column;
	text-align: center;
}
.data__form {
	width: 100%;
	margin: 0;
}
.footer-form {
	float: left;
	text-align: left;
	width: 50%;
}
.footer-form:nth-child(odd) {
	padding-right: 5px;
}
.footer-form:nth-child(even) {
	padding-left: 5px;
}
.submit-row {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.submit-row .btn {
	margin: 20px auto;
}

/*== Awards/Credentials ==*/
.awards {
    flex-direction: column;
}
ul.awards-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
ul.awards-list li {
	display: inline-block;
	margin-bottom: 0;
	width: 19.7%;
}
ul.awards-list li img {
	margin: 0 auto;
}

/*== Conditions ==*/
.conditions {
	flex-direction: column;
	text-align: center;
}

/* == Privacy Policy Page == */
.privacy_policy {
	flex-direction: column;
}

/* == Response Page == */
.response_page {
	height: 600px;
}
.response_page h2, .response_page p {
	color: #fff;
}

/* .alert-banner {
	display: block;
	width: 100%;
	background-color: #2102b0;
	color: #FFF;
	margin: auto;
	font-weight:bold;
	font-size:0.8em;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}

.alert-banner a {
	color:#fff;
} */


/*== Media Queries ==*/
@media (max-width: 1024px) {
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.showArrows > .left {
		left: 0px !important;
	}
	.showArrows > .right {
		right: 0px !important;
	}
	.guild-quality {
		left: 0;
	}
	ul.awards-list li {
		width: 33%;
	}
}
@media (max-width: 768px) {
	.header .hidden-sm {
		display: none !important;
	}
	.header .btn {
		margin-left: 10px;
	}
	.form__wrapper_block {
		width: 320px;
	}
	.form__wrapper_block svg {
		display: none;
	}
	.hero-cta {
		margin-bottom: 10px;
	}
	.quick-facts-info-text {
		text-align: center;
	}
	.facts__wrapper-top {
		flex-direction: column;
	}
	.facts__wrapper_info-top {
		width: 100%;
	}
	.facts__wrapper_img-top {
		margin: 0 auto;
		width: 100%;
	}
	.services__block {
		flex-direction: column;
	}
	.services__block_info {
		margin-bottom: 30px;
		max-width: 100%;
		padding: 0;
	}
	.facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_info_row_title {
		width: 35%;
	}
	.facts__wrapper_info_row-text {
		width: 65%;
	}
	.facts__wrapper_img {
		margin: 0 auto;
		width: 100%;
	}
	.remodeling {
		flex-direction: column;
	}
	.remodeling__img {
		height: auto;
		width: 100%;
	}
	.remodeling__info {
		width: 100%;
	}
	.remodeling__info h2 {
		margin-top: 30px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 85% !important;
	}
	.team {
		margin-bottom: 0;
	}
	.team__block {
		flex-direction: column;
	}
	.team__block_info {
		margin-bottom: 30px;
		max-width: 100%;
		padding: 0;
	}
	.data {
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		width: 32%;
	}
}
@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__info, .gallery__info, .data__info {
		padding: 20px;
	}
	.header__logo img {
		height: 50px;
	}
	.header__logo span.small {
		display: block;
		position: static;
		width: 100%;
	}
	.header {
		flex-direction: column;
		height: 105px;
	}
	.header__logo {
		width: 100%;
	}
	.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__wrapper {
		padding: 0 10px;
	}
	.form__wrapper_block {
		margin: 20px 0px;
		width:100%;
	}
	.quick-facts-block {
		flex-direction: column;
	}
	.quick-facts-block-info {
		text-align: center;
		width: 100%;
	}
	.quick-facts-info-text h2, .facts__wrapper_info_row_title h2 {
		font-size: 1.8rem;
	}
	.facts__wrapper-top {
		flex-direction: column;
	}
	.facts__wrapper_info-top {
		width: 100%;
	}
	.facts__wrapper_info_row-top {
		flex-direction: column;
		margin-right: 0;
	}
	.facts__wrapper_info_row_num-top {
		padding: 0 30%;
		width: 100%;
	}
	.facts__wrapper_info_row_title-top {
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	.facts__wrapper_info_row_text-top {
		padding-right: 0;
		width: 100%;
	}
	.facts__wrapper_img-top {
		width: 100%;
	}
	.services__block_info_text {
		padding: 15px;
	}
	.call {
		flex-direction: column;
	}
	.call_phone {
		max-width: 100%;
		text-align: right;
	}
	.call .btn {
		margin: 0 auto;
	}
	.remodeling__info {
		padding: 0;
	}
	.remodeling__info p:last-of-type {
		text-align: center;
	}
	.photoslider > i {
		margin: 0 !important;
		top: 89.5% !important;
	}
	.guild-quality {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.swiper-slide p {
		padding: 0 25px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
	}
	.facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_info_row {
		flex-direction: column;
		margin-right: 0;
	}
	.facts__wrapper_info_row_title {
		margin-bottom: 10px;
		padding-right: 0;
		width: 100%;
	}
	.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4 {
		text-align: center;
	}
	.facts__wrapper_info_row_text {
		width: 100%;
	}
	.facts__wrapper_img {
		width: 100%;
	}
	.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;
		width: 100%;
	}
	
	.content {
	padding-top: 190px !important;

	}
	a.phone_number img {
		left: 35px;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 25px;
	}
	
	.content {
		padding-top: 98px;
	}
	.team__block_info_img {
		margin: 0 auto;
	}
}

@media (max-width: 375px) {
	a.phone_number img {
		left: 20px;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 5px;
	}
	
}	

@media (max-width: 350px) {
	a.phone_number img {
		left: 0;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		font-size:1.7rem;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 0;
	}
}