/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333;
	font-weight: 300;
}
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, main, menu, nav, section {
	display: block;
}
h1, h2, h3, h5 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: italic;
	margin: 20px 0;
}
h1 {
	font-size: 3rem;
	line-height: 3.25rem;
	text-transform: uppercase;
}
h2 {
	font-size: 3.25rem;
	line-height: 3.5rem;
	margin-bottom: 30px;
}
h3 {
	font-size: 2rem;
	line-height: 2.25rem;
	text-align: center;
}
h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}
p, li {
	font-size: 1rem;
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
a {
	color: #F11A09;
	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-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c2c2c2;
	margin: 20px 0px;
}
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 {
    outline: none;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}

/* == Universal Classes == */
.form-group {
	width: 50%;
	float: left;
	padding: 2px 0;
}
.form-group:first-of-type {
	padding-right: 5px;
}
.form-group:nth-of-type(2) {
	padding-left: 5px;
}
.form-control {
	height: 40px;
	padding: 10px 20px;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	width: 100%;
	font-size: 1rem;
	font-weight: 300;
}
.form-label {
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
}
.iti {
	width: 100%;
}
.btn {
	background: #F11A09; /*== Change for branding ==*/
    color: #fff;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	border: 1px solid #F11A09;
	transition: .3s;
	transition-timing-function: ease;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	padding: 10px 15px;
	font-size: 1rem;
	line-height: 1.5rem;
	cursor: pointer;
}
.btn:hover {
    background: #8B0A06; /*== Change for branding ==*/
	text-decoration: underline !important;
	border-color: #8B0A06;
}
a.phone_number {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	color: inherit;
	padding-left: 35px;
}
a.phone_number img {
	width: 30px;
	position: absolute;
	top: -4px;
	left: 0;
}
.call_phone a.phone_number, .footer_phone a.phone_number {
	font-size: 2rem;
	padding-left: 40px;
	margin-bottom: 20px;
}
ul.check-list {
	margin-left: 10px;
}
.check-list li {
	margin-left: 5px;
}
.check-list li::before{
	content: "✓";
	padding-right: 5px;
	color: #F11A09;
	font-size: 1.5rem;
}
.hidden-sm {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
.large {
	font-size: 130% !important;
}
.small {
	font-size: .7rem !important;
	line-height: .9rem !important;
}
.content {
	z-index: 0;
	padding-top: 82px;
}
.brand-color {
	color: #F11A09;
}
.quick-facts, .facts-top, .services, .call, .remodeling, .gallery, .facts, .team, .data, .awards, .conditions, .privacy_policy {
    display: flex;
    max-width: 1340px;
	position: relative;
	margin: 70px auto;
	padding: 0 20px;
}
.facts-top h2, .services h2, .gallery h2, .facts h2, .team h2, .awards h2 {
	margin-top: 0;
	text-align: center;
	/*
	text-transform: uppercase;
	*/
}
.call h2, .remodeling h2, .data h2 {
	margin-top: 0;
	/*
	text-transform: uppercase;
	*/
} 

/*== Header ==*/
.header {
    width: 100%;
    display: flex;
    flex-direction: row;
	align-items: center;
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
}
.header__logo {
    display: block;
    flex-grow: 1;
	float: left;
	clear: both;
	position: relative;
}
.header__logo img {
	height: 50px;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}
.header__logo span.small {
	font-style: italic;
	position: absolute;
	left: 215px;
	top: 35%;
}
.header__phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .btn {
	margin-left: 20px;
}

/*== Form ==*/
.form {
	display: flex;
	margin-top: 0;
    flex-direction: column;
	padding: 0;
	background-image: url(../images/main-min.jpg); /*== Update Path ==*/
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.form__wrapper {
    display: flex;
    flex-direction: row;
	width: 100%;
    max-width: 1340px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.form__wrapper_block {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 450px;
	margin: 30px 50px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
}
.form__wrapper_block svg {
	margin-left: -20px;
}
.form__wrapper_block svg path {
	fill: #8B0A06; /*== Change this for branding ==*/
}
.hero-cta {
	background-color: #F11A09; /*== Change this for branding ==*/
	color: #fff;
	margin: -20px -20px 0px -20px;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
.hero-cta h1 {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
.hero-cta h1, .hero-cta p {
	margin: 0 !important;
}
.form__wrapper_block_triger {
    width: 100%;
    margin: 20px 0px 0px;
	background-color: #8B0A06; /*== Change for branding ==*/
	color: #fff;
	padding: 3px;
	display: block;
}
.hero-cta img {
	position: absolute;
	left: 0px;
	margin-top: -1px;
}
.form .btn {
	margin: 20px auto;
	display: block;
}

/*== Quick Facts ==*/
.quick-facts {
    flex-direction: column;
	margin-top: 30px;
}
.quick-facts-block {
	display: flex;
	flex-direction: row;
	align-content: center;
}
.quick-facts-block-info {
	display: flex;
	flex-direction: column;
	width: 33.333%;
	padding: 15px;
}
.quick-facts-info-text {
	width: auto;
	margin: 0 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 {
    display: flex;
    flex-direction: row;
    align-items: center;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.facts__wrapper_info_row_num-top {
	width: 10%;
}
.facts__wrapper_info_row_title-top {
	padding-right: 20px;
	width: 25%;
	text-align: center;
}
.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);
	max-width: 305px;
	max-height: 380px;
	min-width: auto;
	min-height: auto;
	width: 100%;
	height: 100%;
}

/*== Services ==*/
.services {
    flex-direction: column;
}
.services__block {
    display: flex;
    flex-direction: row;
    align-content: center;
}
.services__block_info {
    display: flex;
    flex-direction: column;
    max-width: 25%;
	padding: 0 10px;
	position: relative;
}
.services__block_info_img {
    width: 100%;
}
.services__block_info_text {
	display: block;
	/* -webkit-flex-direction: column; */
	padding: 30px;
	height: 100%;
	/* background-color: rgba(0,0,0,0.65); */
	text-align: center;
	/* position: absolute; */
	width: calc(100% - 20px);
	color: #000;
}

.services h3 {
	margin-top: 0;
}

/*== Call Box ==*/
.call {
    flex-direction: row;
    align-items: center;
    background-color: #E1E1E1;
	padding: 30px 50px;
	text-align: center;
}
.call__info {
	width: 100%;
}
.call_phone {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.call .btn {
	width: auto;
	max-width: 250px;
	margin: 0 auto;
}

/*== Expectations/Remodeling ==*/
.remodeling {
	flex-direction: row;
}
.remodeling__img {
	float: left;
    width: 50%;
    height: 100%;
}
.remodeling__info {
    float: right;
    width: 50%;
	padding: 0 30px;
}
.remodeling__info_li {
    display: flex;
    flex-direction: row;
    padding: 6px;
}
.remodeling__info_li .icon-check {
   	margin: 0 15px 0 0;
	width: 14px;
	height: 11px;
}
.remodeling__info_triger {
    padding: 18px 0 24px 0;
}
.remodeling .btn {
	max-width: 250px;
}
.photoslider, .photoslider div {
	overflow: visible !important;
}
.photoslider > i {
	margin: 0 !important;
	top: 45% !important;
	background-color: rgba(0,0,0,0.5) !important; 
	text-shadow: none !important;
}
.photoslider > i:hover, .photoslider > i:focus {
	background-color: rgba(237,26,37,0.75) !important;
}
.photoslider > i > svg > path {
	fill: rgba(255,255,244,0.75);
}
.showArrows > .left {
	left: -20px !important;
}
.showArrows > .right {
	right: -20px !important;
}

/*== Quote Gallery ==*/
.gallery {
	background-color: #E1E1E1;
	padding: 50px 0px;
	flex-direction: column;
}
.guild-quality {
	width: 100px;
	position: relative;
	margin-bottom: -35px;
}
.gallery h2 {
	margin-top: -15px;
	margin-bottom: 40px;
}
.swiper-container {
	width: 87%;
}
.swiper-slide p {
	font-size: 24px;
	line-height: 28px;
	padding: 0 25px;
	text-align: center;
}
.swiper-quote { /*== Change for branding ==*/
	color: #F11A09;
	font-weight: bold;
	font-size: 200%;
	position: absolute;
	top: 0;
}
.swiper-quote:first-of-type {
	left: 0;
}
.swiper-quote:last-of-type {
	right: 0;
}
.swiper-slide span.stars {
	color: #F11A09;
}
p.review-name {
	text-align: right;
	font-style: italic;
	font-size: 18px;
}
.swiper-button-next, .swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
}
.swiper-button-next {
	background-image: url(../images/right-arrow.svg) !important;
	right: 20px !important;
	transition: .3s;
	transition-timing-function: ease;
}
.swiper-button-next:hover, .swiper-button-next:focus {
	box-shadow: none;
	transform: rotate(360deg);
}
.swiper-button-prev {
	background-image: url(../images/left-arrow.svg) !important;
	left: 20px !important;
	transition: .3s;
	transition-timing-function: ease;
}
.swiper-button-prev:hover, .swiper-button-prev:focus {
	box-shadow: none;
	transform: rotate(360deg);
}

/*== 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 {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-right: 20px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.facts__wrapper_info_row_title {
	width: 25%;
	padding-right: 20px;
}
.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);
	max-width: 305px;
	max-height: 380px;
	min-width: auto;
	min-height: auto;
	width: 100%;
	height: 100%;
}

/*== More Info (Team) ==*/
.team {
    flex-direction: column;
}
.team__block {
    display: flex;
    flex-direction: row;
    align-content: center;
}
.team__block_info {
    display: flex;
    flex-direction: column;
    max-width: 33.333%;
	padding: 0 20px;
}
.team__block_info_img {
	width: 100%;
}
.team__block_info_text_desc {
    width: 100%;
}

/*== Footer ==*/
.data {
    flex-direction: column;
    background-color: #ececec;
	margin: 50px auto;
    padding: 50px;
	align-items: center;
}
.data__call {
	text-align: center;
}
.data a.phone_number {
	max-width: 280px;
	margin: 0 auto 20px;
}
.data__form {
	width: 80%;
}
.footer-form {
	width: 50%;
	float: left;
}
.footer-form:nth-child(odd) {
	padding-right: 5px;
}
.footer-form:nth-child(even) {
	padding-left: 5px;
}
.submit-row {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}

/*== Awards/Credentials ==*/
.awards {
    flex-direction: column;
}
ul.awards-list {
	width: 100%;
}
ul.awards-list li {
	display: inline-block;
	width: 24.76%;
}
ul.awards-list li img {
	display: block;
	margin: 0 auto;
}

/*== Conditions ==*/
.conditions {
	flex-direction: column;
	text-align: center;
}
.conditions a{
	text-decoration: underline!important;
}

/* == Privacy Policy Page == */
.privacy_policy {
	flex-direction: column;
}
.privacy_policy h3 {
	text-align: left;
}

/* == Response Page == */
.response_page {
	height: 600px;
}
.response_page h2, .response_page p, .response_page a {
	color: #333;
}

/*== Media Queries ==*/
@media (max-width: 1024px) {
/*== Facts Top ==*/
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.showArrows > .left {
		left: 0px !important;
	}
	.showArrows > .right {
		right: 0px !important;
	}
	ul.awards-list li {
		width: 33%;
	}
}
@media (max-width: 768px) {
	.header__logo .small.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;
	}
	.facts__wrapper-top {
		flex-direction: column;
	}
	.facts__wrapper_info-top {
		width: 100%;
	}
	.facts__wrapper_img-top {
		width: 100%;
		margin: 0 auto;
	}
	.services__block {
		flex-direction: column;
	}
	.services__block_info {
		max-width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.services__block_info_text {
		width: 100%;
	}
	.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 {
		width: 100%;
		margin: 0 auto;
	}
	.remodeling {
		flex-direction: column;
	}
	.remodeling__img {
		width: 100%;
		height: auto;
	}
	.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 {
		max-width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.data {
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		width: 32%;
	}
}
@media (max-width: 420px) {
	h2 {
		font-size: 2rem;
		line-height: 2.25rem;
		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;
	}
	.content {
		padding-top: 105px;
	}
	.header__logo img {
		height: 35px;
	}
	.header__logo span.small {
		position: static;
		width: 100%;
		display: block;
	}
	.header {
		flex-direction: column;
		height: 105px;
	}
	.header__logo {
		width: 100%;
	}
	.header__phone {
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
		position: absolute;
		right: 20px;
	}
	.header__phone a.phone_number {
		position: absolute;
		bottom: -80px;
		text-align: center;
		width: 87%;
		font-size: 2rem;
	}
	.header__phone a.btn {
		position: absolute;
		top: 5px;
		margin-left: 0;
		padding: 7px 13px;
		letter-spacing: 0;
		font-size: .9rem;
	}
	.form__wrapper {
		padding: 0 10px;
	}
	.form__wrapper_block {
		margin: 20px 0px;
	}
	.quick-facts-block {
		flex-direction: column;
	}
	.quick-facts-block-info {
		width: 100%;
		text-align: center;
	}
	.quick-facts-info-text h2, .facts__wrapper_info_row_title h2 {
		font-size: 2.8rem;
		margin-bottom: 7px;
	}
	.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 {
		width: 100%;
		padding: 0 30%;
	}
	.facts__wrapper_info_row_title-top {
		padding-right: 0;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.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;
		padding: 20px;
		text-align: center;
	}
	.call__info {
		padding-right: 0;
	}
	.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 {
		top: 89.5% !important;
		margin: 0 !important;
	}
	.guild-quality {
		position: static;
		display: block;
		margin: 0 auto;
	}
	.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 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.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%;
	}
	.data {
		padding: 20px;
	}
	.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 a.phone_number img {
		display: none;
	}
	.data__form {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
	.data__form p {
		width: 100%;
		margin: 7px 0;
	}
	ul.awards-list li {
		width: 100%;
		margin: -10px 0;
	}
}