/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
	color: #333;
    font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	line-height: 1.7rem;
}
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;
}
footer {
	padding-bottom: 50px;
}
h1 {
	font-size: 3rem;
	line-height: 3rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 2.5rem;
	line-height: 2.75rem;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
h3 {
	font-size: 1.5rem;
	line-height: 1.5rem;
}
h4 {
	font-size: 1.4rem;
	line-height: 1.75rem;
}
p, li {
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
a {
	color: rgb(155,110,63);
	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: 50px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px;
}
.form-label {
	font-size: 14px;
	font-weight: bold;
}
.iti {
	width: 100%;
	color: #333;
}
.btn {
	background: rgb(155, 110, 63); /*== Change for branding ==*/
	border: 1px solid rgb(155,110,63);
	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;
	padding: 10px 15px;
	text-align: center;
    text-transform: uppercase;
	transition: .3s;
	transition-timing-function: ease;
	max-width: 320px;
	margin: 0 auto;
	border-radius: 50px;
}
.btn:hover {
    background: rgb(202,144,85); /*== Change for branding ==*/
}
a.phone_number {
	color: rgb(155,110,63);
	display: block;
	font-size: 2rem;
	padding-left: 35px;
	position: relative;
	font-weight: bold;
}
a.phone_number img {
	left: 0;
	position: absolute;
	top: -1px;
	width: 30px;
	height: 30px;
}
.call_phone a.phone_number img, .footer_phone a.phone_number img {
	width: 35px;
	height: 35px;
	top: -4px;
}
ul.check-list {
	margin-left: 0;
}
.check-list li {
	margin-left: 40px;
}
.check-list li::before{
	color: rgb(155, 110, 63);
	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: .7rem !important;
	line-height: .9rem !important;
}
.brand-color {
	color: rgb(155, 110, 63);
}
.no-wrap {
	white-space: nowrap;
}
.anchor-tag {
	padding-top: 101px;
	margin-top: -101px;
	display: block;
	visibility: hidden;
}
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
}
.page-top a {
	display: block;
	font-size: 2rem;
	padding: 15px 10px;
	background: rgba(155,110,63,0.7);
	border-radius: 5px;
	color: #fff;
}
.content {
	padding-top: 170px;
	z-index: 0;
}
.form, .quick-facts, .facts-top, .services, .call, .remodeling, .gallery, .facts, .team, .data, .awards, .conditions {
	display: flex;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.header, .form, .quick-facts, .facts-top, .services, .remodeling, .gallery, .facts, .team, .data, .awards, .conditions {
	flex-direction: row;
}
.form__wrapper, .facts-top-info, .services-info, .call, .call__info, .gallery, .facts-info, .team-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
	flex-direction: column;
}
.form__wrapper, .quick-facts-info, .facts-top-info, .services-info, .remodeling__block, .call__info, .facts-info, .team-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
	max-width: 1340px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	position: relative;
	padding: 50px 40px;
}
.call, .gallery, .data {
	background-color: #e6dcb8;
	color: #000;
}
.call_phone a.phone_number, .footer_phone a.phone_number {
	font-size: 2.3rem;
	margin: 0 auto 20px;
	max-width: 320px;
	font-weight: bold;
}
.slopedown-top {
	background: #fff;
	width: 100%;
	height: 60px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.slopedown-bottom {
	background: #fff;
	width: 100%;
	height: 60px;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.slopeup-top {
	background: #fff;
	width: 100%;
	height: 60px;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.slopeup-bottom {
	background: #fff;
	width: 100%;
	height: 60px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

/*== Header ==*/
.header {
	background-color: #ffffff;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	position: fixed;
    width: 100%;
	z-index: 99999;
	padding: 10px 40px;
	display: flex;
	color: #000;
}
.header__logo {
	clear: both;
    display: block;
    flex-grow: 1;
	float: left;
	position: relative;
}
.header__logo img {
	height: 115px;
	width: auto;
	position: relative;
	top: 0px
}
.header__logo span.small {
	font-style: italic;
	left: 235px;
	position: absolute;
	top: 45%;
	font-size:.8em !important;
}
.header__phone {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.header .btn {
	margin-left: 20px;
}

/*== Form ==*/
.form {
    flex-direction: column;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.form__wrapper_block {
    background-color: rgba(230,220,184,0.8);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	color: #000;
    width: 450px;
	padding: 20px;
}
.form__wrapper_block svg {
	position: relative;
	left: -20px;
}
.form__wrapper_block svg path {
	fill: #fff; /*== Change this for branding ==*/
}
.hero-cta {
	background-color: rgb(155, 110, 63); /*== Change this for branding ==*/
	color: #fff;
	position: relative;
	text-align: center;
	margin: -20px -20px 0 -20px;
	padding: 20px 20px 0 20px;
}
.hero-cta p {
	margin-bottom: 0;
}
.form__wrapper_block_triger {
	background-color: #fff; /*== Change for branding ==*/
	color: rgb(155, 110, 63);
	display: block;
    width: calc(100% + 40px);
	margin: 0 -20px;
}
.form__wrapper_block form {
	margin-top: -10px;
}
.form__wrapper_block .form-label {
	color: #000;
}
.form__wrapper_block .btn {
	margin: 20px auto;
}

/*== Quick Facts ==*/
.quick-facts-block {
	display: flex;
	width: 33.333%;
}
.quick-facts-text {
	width: 100%;
	text-align: center;
}
.quick-facts-text h2 {
	margin-bottom: 0;
}

/*== Facts Top & Bottom ==*/
.facts__wrapper-top, .facts__wrapper {
	display: flex;
	flex-direction: row;
}
.facts__wrapper_info_row-top, .facts__wrapper_info_row {
	display: flex;
	flex-direction: row;
    align-items: center;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}
.facts__wrapper_info_row_num-top {
	width: 10%;
}
.facts__wrapper_info_row_num-top img {
	max-width: 100%;
	height: auto;
}
.facts__wrapper_info_row_title-top, .facts__wrapper_info_row_title {
	width: 25%;
	padding: 0 10px;
}
.facts__wrapper_info_row_title-top {
	text-align: right;
}
.facts__wrapper_info_row_text-top, .facts__wrapper_info_row_text {
	margin-left: 10px;
}
.facts__wrapper_info_row_text-top {
	width: 65%;
}
.facts__wrapper_info_row_text {
	width: 75%;
}
.facts__wrapper_info_row_text-top p, .facts__wrapper_info_row_text p {
	margin-bottom: 0;
}
.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4 {
	text-align: right;
	margin-bottom: 0;
}
.facts__wrapper_img-top, .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%;
}

/*== Services ==*/
.services {
    flex-direction: column;
}
.services__block {
    align-content: center;
    display: flex;
    flex-direction: row;
}
.services__block_info {
    max-width: 33.333%;
	padding: 0 20px;
}
.services__block_info_img {
    width: 100%;
	height: auto;
}
.services__block_info_text {
    background-color: rgba(0,0,0,0.1);
	height: 50%;
	padding: 20px;
}
.services__block_info_text h3 {
	margin-bottom: 20px;
}

/*== Call Box ==*/
.call__info {
	text-align: center;
}
.call__info .btn {
	max-width: 320px;
	margin: 0 auto;
}

/*== Expectations/Remodeling ==*/
.remodeling__img {
	float: left;
    height: 100%;
    width: 50%;
}
.remodeling__info {
    float: right;
    width: 50%;
	padding-left: 40px;
}
.remodeling__info h2 {
	text-align: left;
	margin-bottom: 10px;
}
.remodeling__info .btn {
	max-width: 320px;
}
.photoslider, .photoslider > div {
	overflow: visible !important;
	height: 500px !important;
}
.photoslider > i {
	background-color: rgba(22,22,22,0.5) !important; 
	margin: 0 !important;
	text-shadow: none !important;
	top: 45% !important;
}
.photoslider > i:hover, .photoslider > i:focus {
	background-color: rgba(22,22,22,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__info {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 50px 40px;
}
.guild-quality {
	width: 90px;
	height: 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: rgb(155, 110, 63);
	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: rgb(155, 110, 63);
}
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;
}

/*== More Info (Team) ==*/
.team__block {
	display: flex;
}
.team__block_info {
	width: 33.33%;
	padding: 0 20px;
}
.team__block_info img {
	width: 100%;
	height: auto;
	max-width: 230px;
	margin: 0 auto;
}
.team__block_info_text {
	padding-top: 18px;
}
.team__block_info_text h3 {
	margin-bottom: 20px;
}

/*== Footer ==*/
.data {
	text-align: center;
}
.data__form {
	max-width: 100%;
	margin: 0 10%;
}
.footer-form {
	text-align: left;
	float: left;
	width: 50%;
}
.footer-form:nth-child(odd) {
	padding-right: 5px;
}
.footer-form:nth-child(even) {
	padding-left: 5px;
}
p.submit-row {
	display: block;
	float: left;
	width: 100%;
}
p.submit-row .btn {
	margin: 40px auto;
}

/*== Awards/Credentials ==*/
ul.awards-list {
	width: fit-content;
	margin: 0 auto;
}
ul.awards-list li {
	display: inline-block;
	margin-bottom: 0;
}
ul.awards-list li img {
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
}

/*== Conditions ==*/
.conditions-info {
	text-align: center;
}
.conditions-info a{
	text-decoration: underline!important;
}

/* == Privacy Policy Page == */

/* == Response Page == */
.response_page {
	height: 600px;
}
.response_page h2, .response_page p, .response_page a {
	color: #fff;
}

/*== Media Queries ==*/
@media (max-width: 1024px) {
	.facts__wrapper-top, .facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_info_row-top, .facts__wrapper_info_row {
		margin-right: 0;
	}
	.facts__wrapper_info_row_text-top, .facts__wrapper_info_row_text {
		padding-right: 0;
	}
	.facts__wrapper_img-top, .facts__wrapper_img {
		margin: 0 auto;
	}
	.services__block_info {
		padding: 0 10px;
	}
	.services__block_info_text {
		padding: 10px;
		height: 55%;
	}
	.services__block_info_text h3 {
		margin-bottom: 10px;
	}
	.remodeling__img {
		width: 40%;
	}
	.remodeling__info {
		padding: 0 20px;
		width: 60%;
	}
	.photoslider, .photoslider > div {
		height: 300px !important;
	}
	.showArrows > .left {
		left: 0px !important;
	}
	.showArrows > .right {
		right: 0px !important;
	}
	.guild-quality {
		left: 0;
	}
	.team__block_info {
		padding: 0 10px;
	}
	ul.awards-list li {
		width: 32.9%;
	}
}
@media (max-width: 768px) {
	.header .hidden-sm {
		display: none !important;
	}
	.header .btn {
		margin-left: 10px;
	}
	.form__wrapper_block {
		width: 420px;
		margin: 0 auto;
	}
	.form__wrapper_block svg {
		display: none;
	}
	.hero-cta {
		margin-bottom: 10px;
	}
	.quick-facts-info-text {
		text-align: center;
	}
	.facts__wrapper_info_row_title-top {
		padding: 0 20px;
	}
	.facts__wrapper_info_row_title-top {
		width: 30%;
	}
	.facts__wrapper_info_row_title {
		width: 35%;
	}
	.facts__wrapper_info_row_text-top {
		width: 60%;
	}
	.facts__wrapper_info_row_text {
		width: 65%;
	}
	.services__block {
		flex-direction: column;
	}
	.services__block_info {
		margin-bottom: 30px;
		max-width: 100%;
		padding: 0;
	}
	.remodeling__block {
		flex-direction: column;
	}
	.remodeling__img {
		height: auto;
		width: 100%;
	}
	.remodeling__info {
		width: 100%;
		padding: 0;
	}
	.remodeling__info h2 {
		margin-top: 30px;
	}
	.remodeling__info .btn {
		margin: 0 auto;
	}
	.photoslider, .photoslider > div {
		height: 500px !important;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 85% !important;
	}
	.team__block {
		flex-direction: column;
	}
	.team__block_info {
		margin-bottom: 30px;
		width: 100%;
		padding: 0;
	}
	.data {
		margin-top: 0;
	}
	.data__form {
		width: 100%;
	}
	ul.awards-list li {
		width: 32.8%;
	}
}
@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: inline;
    position: relative;
    top: 6px;
	}
	.form__wrapper, .quick-facts-info, .facts-top-info, .services-info, .remodeling__block, .call__info, .facts-info, .team-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
		padding: 30px 16px;
	}
	.header {
		flex-direction: column;
		height: 150px;
		padding: 10px 20px;
	}
	.header__logo {
		width: 100%;
	}
	.header__logo img {
		height: 90px;
    top: -5px;
    left: -4px;
	}
	.header__phone {
		align-items: flex-end;
		flex-direction: column;
		position: absolute;
		right: 20px;
		width: 100%;
	}
	.header__phone a.phone_number {
		bottom: -130px;
		font-size: 2rem;
		position: absolute;
		text-align: center;
		width: 87%;
		padding: 0;
	}
	.header__phone a.phone_number img{
		position: relative;
    top: 4px;
    display: inline-block;
	}
	.header__phone a.btn {
		font-size: .9rem;
		letter-spacing: 0;
		margin-left: 0;
		padding: 7px 13px;
		position: absolute;
		top: 26px;
	}
	
	.content {
		padding-top:150px;
	}
	
	.form {
		background-size: contain;
		background-position: top center;
	}
	.form__wrapper {
		margin-top: 200px;
		padding: 0;
	}
	.form__wrapper_block {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	.hero-cta {
		border-radius: 0;
	}
	.quick-facts-info {
		flex-direction: column;
	}
	.quick-facts-block {
		width: 100%;
		padding: 20px 0;
	}
	.facts__wrapper-top, .facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_info_row-top, .facts__wrapper_info_row {
		flex-direction: column;
		margin-right: 0;
	}
	.facts__wrapper_info_row_num-top {
		padding: 0 30% 20px;
		width: 100%;
	}
	.facts__wrapper_info_row_title-top, .facts__wrapper_info_row_title {
		padding: 0 0 10px 0;
		text-align: center;
		width: 100%;
	}
	.facts__wrapper_info_row_text-top, .facts__wrapper_info_row_text {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4 {
		text-align: center;
	}
	.facts__wrapper_img-top, .facts__wrapper_img {
		width: 100%;
	}
	.services__block_info_text {
		padding: 20px;
		text-align: center;
	}
	.call {
		flex-direction: column;
	}
	.call_phone {
		max-width: 100%;
		text-align: right;
	}
	.call .btn {
		margin: 0 auto;
	}
	.remodeling__info {
		padding: 0;
	}
	.remodeling__info h2, .remodeling__info p {
		text-align: center;
	}
	.photoslider, .photoslider > div {
		height: 200px !important;
	}
	.photoslider > i {
		margin: 0 !important;
		top: 73% !important;
	}
	.gallery__info {
		padding: 30px 20px;
	}
	.guild-quality {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.swiper-slide p {
		padding: 0 25px;
	}
	.swiper-slide .quote{
		font-size: 18px!important;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
	}
	.team__block_info_text {
		text-align: center;
	}
	.footer-form {
		width: 100%;
	}
	.footer-form:nth-child(odd) {
		padding-right: 0;
	}
	.footer-form:nth-child(even) {
		padding-left: 0;
	}
	.data__form {
		max-width: 100%;
		margin: 0;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		padding-left: 0;
	}
	ul.awards-list li {
		margin: -10px 0;
		width: 100%;
	}
}