.article {
    padding: 150px 0 1px;
}

@media only screen and (max-width: 720px) {
	.article {
	    padding-top: 150px;
	}

	.line-height-32-u720 {
		line-height: 32px;
	}

	.marg-720-10 {
		margin: 10px 0;
	}
}


@media only screen and (max-width: 1200px) {
.article {
    padding-top: 150px;
}
}


.entry-content {
	text-align: justify;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

.article-date {
	display: block;
	text-align: center;
	color: grey;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}



.pagination_blog {
	margin-bottom: 0; }


.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-gap: 15px;
	margin: 50px 0 0; }
.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 14px;
	color: #848484;
	font-weight: 500; }
.pagination a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s; }
.pagination a:empty {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
.pagination a:empty::before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(132, 132, 132, 0.5);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s; }
.pagination a:hover {
	color: #971717; }
.pagination a:hover::before {
	background: #971717; }
.pagination .page-active {
	color: #971717; }
@media only screen and (max-width: 720px) {
	.pagination {
		margin: 35px 0 auto; } }

.pagination-arrow {
	font-size: 10px;
	color: #848484;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s; }
.pagination-arrow:hover {
	color: #971717; }




.guarantee-info,
.guarantee-wrap p{
	color: #FEFEFE;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	font-variant: all-small-caps;
	margin-top: 10px; }
@media only screen and (max-width: 720px) {
	.guarantee-info,
	.guarantee-wrap p {
		font-size: 20px; } }


.well-wrap p {
	font-size: 20px;
	margin-top: 65px; }
@media only screen and (max-width: 720px) {
	.well-wrap p {
		font-size: 18px;
		margin-top: 25px; } }


.faq-wrap-p p {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-top: 60px; }
@media only screen and (max-width: 720px) {
	.faq-wrap-p p {
		font-size: 18px;
		margin-top: 30px; } }




.solutions-p p {
  max-width: 1050px;
  font-size: 24px;
  color: #fefefe;
  line-height: 1.25;
  margin: 40px auto 0; }
  @media only screen and (max-width: 720px) {
    .solutions-p p {
      font-size: 20px;
      margin-top: 25px; } }


.news-descriptor-p p {
    max-width: 560px;
    font-size: 20px; }
@media only screen and (max-width: 720px) {
    .news-descriptor-p p{
        font-size: 16px; } }




.repair-wrap-popup {
	max-width: 775px;
	padding: 20px 40px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	margin-top: -270px; }
@media only screen and (max-width: 1200px) {
	.repair-wrap-popup {
		max-width: 700px;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 30px auto 0; } }
/*
@media only screen and (max-width: 720px) {
	.repair-wrap-popup {
		max-width: 100%;
		padding: 20px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 228, 0.8)), to(rgba(0, 65, 126, 0.8)));
		background: -webkit-linear-gradient(top, rgba(0, 118, 228, 0.8) 0%, rgba(0, 65, 126, 0.8) 100%);
		background: -o-linear-gradient(top, rgba(0, 118, 228, 0.8) 0%, rgba(0, 65, 126, 0.8) 100%);
		background: linear-gradient(180deg, rgba(0, 118, 228, 0.8) 0%, rgba(0, 65, 126, 0.8) 100%);
		margin-top: 0px;
		position: absolute;
		bottom: 120px;
		left: 0; } }
*/
.repair-wrap-photo {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0; }
@media only screen and (max-width: 1200px) {
	.repair-wrap-photo {
		display: none; } }

.repair-wrap__title {
	font-size: 32px;
	color: #fff; }
@media only screen and (max-width: 1200px) {
	.repair-wrap__title {
		text-align: center;
		color: #fff; } }
@media only screen and (max-width: 720px) {
	.repair-wrap__title {
		font-size: 24px;
		color: #fff; } }

.roof-subtitle-p p {
  font-size: 24px;
  font-variant: all-small-caps;
  margin-top: 60px; }
  @media only screen and (max-width: 720px) {
    .roof-subtitle-p p {
      font-size: 20px;
      margin-top: 25px; } }



@media only screen and (max-width: 720px) {
	.repair-wrap {
		position: relative !important;
		margin-top: 0 !important;
		bottom: 0 !important;
	}
}

.mobile {
	display: none !important;
}


@media only screen and (max-width: 720px) {
	.desktop {
		/* display: none !important; */
	}
	.mobile {
		/* display: block !important; */
	}
}



@media only screen and (max-width: 720px) {
	.popup-frame {
		padding: 20px !important;
	}
	.popup-back {
		width: 100%;
		height: auto;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background: -webkit-gradient(linear, left top, left bottom, from(#0076E4), to(#00417E));
		background: -webkit-linear-gradient(top, #0076E4 0%, #00417E 100%);
		background: -o-linear-gradient(top, #0076E4 0%, #00417E 100%);
		background: linear-gradient(180deg, #0076E4 0%, #00417E 100%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

}


@media only screen and (max-width: 720px) {
	.repair-quote {
		margin: 0;
		-webkit-border-radius: 0;
		border-radius: 0;

	}
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}
.under1200show {
	display: none;
}
.above1200show {
	display: block;
}

@media only screen and (max-width: 720px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
}

@media only screen and (max-width: 1200px) {
	.under1200show {
		display:block !important;
	}
	.above1200show {
		display: none !important;
	}
}