@font-face {
    font-family: 'Futura';
    src: url('../fonts/futurastd-bold-webfont.eot');
    src: url('../fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-bold-webfont.woff2') format('woff2'),
         url('../fonts/futurastd-bold-webfont.woff') format('woff'),
         url('../fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-bold-webfont.svg#futura_stdbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Book.eot');
    src: url('../fonts/Futura-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Book.woff2') format('woff2'),
        url('../fonts/Futura-Book.woff') format('woff'),
        url('../fonts/Futura-Book.ttf') format('truetype'),
        url('../fonts/Futura-Book.svg#Futura-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Medium.eot');
    src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Medium.woff2') format('woff2'),
        url('../fonts/Futura-Medium.woff') format('woff'),
        url('../fonts/Futura-Medium.ttf') format('truetype'),
        url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal;

}
html, body {
	padding: 6px 0 0;
	margin: 0;
	font-family: 'Source Sans Pro';
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	background:url(../images/main.jpg) repeat;
}
a {
	color: #F15A29;
}
a:hover, a:focus {
	color: #F15A29;
}
.main-container {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Futura';
	font-weight: normal;
	margin: 0 0 10px;
	line-height: 1.1;
	color: #000;
}
p {
	margin: 0 0 15px;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin: 0;
}
h1 {
	font-size: 36px;
	font-weight:700;
}
h2 {
	font-size: 32px;
	font-weight:700;
}
h3 {
	font-size:24px;
	color: #F15A29;
	font-weight:500;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	line-height:1.2;
}
h6 {
	font-size: 16px;
	line-height: 1.2;
}
img {
	max-width: 100%;
}
.text-align-l {
	text-align: left!important;
}
.text-align-c {
	text-align: center!important;
}
.text-align-r {
	text-align: right!important;
}
.text-block ul{
	margin-bottom:20px;
	padding-left:10px;
	list-style:none outside none;
	margin-top:-2px;
}
.text-block ul:last-child{
	margin-bottom:0;
}
.text-block ul li{
	padding-bottom:2px;
	position:relative;
	padding-left:15px;
}
.text-block ul li:after{
	display:block;
	content:"";
	left:0;
	top:10px;
	width:5px;
	height:5px;
	border-radius:100%;
	position:absolute;
	background:#000;
}
.text-block ul li:last-child{
	padding-bottom:0;
}
.logo {

}
.logo img {
	height:82px;
}
.header-block{
	padding:15px 20px;
	border-radius:10px;
	background:#fff;
	display: -ms-
		box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom:30px;
}
.header-phone-block{
	font-family: 'Futura';
	font-weight:700;
	text-transform:uppercase;
	font-size:20px;
	line-height:1;
	margin:0;
}
.header-phone-block a,
.phone-number-block a,
.footer-phone a,
.header-email-block a{
	color:#000;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	display:inline-block;
	text-align:left;
}
.header-phone-block a .menu-textduplicating span,
.phone-number-block a .menu-textduplicating span,
.footer-phone a .menu-textduplicating span,
.header-email-block a .menu-textduplicating span{
	display:inline-block;
}
.header-phone-block a .menu-textduplicating,
.phone-number-block a .menu-textduplicating,
.footer-phone a .menu-textduplicating,
.header-email-block a .menu-textduplicating{
	transition: transform .4s cubic-bezier(.215,.61,.355,1);
	position:relative;
}
.header-phone-block a:hover .menu-textduplicating,
.phone-number-block a:hover .menu-textduplicating,
.footer-phone a:hover .menu-textduplicating,
.header-email-block a:hover .menu-textduplicating{
	transform: translateY(-150%);
}
.header-phone-block a .menu-textduplicating span:last-child,
.phone-number-block a .menu-textduplicating span:last-child,
.footer-phone a .menu-textduplicating span:last-child,
.header-email-block a .menu-textduplicating span:last-child{
    position: absolute;
    inset: 0%;
    transform: translateY(150%);
	left:0;
}
.header-phone-block svg,
.header-email-block svg{
	margin:0 7px;
}
.banner-block{
	background:url(../images/banner.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	border-radius:10px;
	padding:135px 70px;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.banner-block .banner-box{
	max-width:600px;
	position:relative;
	z-index:1;
}
.banner-block:after{
	display:block;
	content:"";
	left:0;
	width:100%;
	top:0;
	height:100%;
	position:absolute;
	background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	opacity:0.5;
}
.banner-block :last-child{
	margin-bottom:0;
}
.banner-block h1{
	text-transform:uppercase;
	color:#fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .9);
}
.water-damage-block{
	padding:40px 0 10px;
}
.water-damage-block .row{
	margin-left:-10px;
	margin-right:-10px;
}
.water-damage-block .row .col-md-3{
	padding:0 10px 20px;
	-ms-flex: 0 0 20%;
  	flex: 0 0 20%;
  	max-width: 16.66%;
}
.water-damage-block .water-damage-box{
	background:#fff;
	border-radius:10px;
	text-align:center;
	padding:20px 10px;
	position:relative;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.water-damage-block .water-damage-box h3{
	font-size:15px;
}
.water-damage-block .water-damage-box h3,
.water-damage-block .water-damage-box:hover img{
	transition:all 0.5s ease;
-webkit-transition-delay:all 0.5s ease;
-moz-transition-delay:all 0.5s ease;
-ms-transition-delay:all 0.5s ease;
-o-transition-delay:all 0.5s ease;
color:#000;
}
.water-damage-block .water-damage-box:hover{
	background:#F15A29;
}
.water-damage-block .water-damage-box:hover h3{
	color:#fff;
}
.water-damage-block .water-damage-box:hover img,
.water-damage-block .water-damage-box:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.water-damage-block .water-damage-box .read-more{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.water-damage-block .water-damage-box .water-damage-image{
	margin:0 0 10px;
	min-height:34px;
}
.water-damage-block .water-damage-box .water-damage-image img{
	max-height:34px;
}
.water-damage-block .water-damage-box h3{
	font-weight:700;
	text-transform:uppercase;
}
.water-damage-block .water-damage-box h3 span{
	display:inline-block;
	width:100%;
	font-weight:500;
}
.water-damage-block .water-damage-box :last-child{
	margin-bottom:0;
}
.phone-number-block a{
	color:#F3903F;
}
.phone-number-block{
	color:#F3903F;
	font-size:24px;
	line-height:1;
	font-weight:700;
	margin:0 0 5px;
}
.phone-number-block:last-child{
	margin:0;
}
.margin-bottom-small{
	margin-bottom:5px;
}
.middle-container-block{
	padding:20px;
	border-radius:10px;
	padding:30px;
	background:#fff;
	overflow:hidden;
	margin-bottom:17px;
}
.text-block{
	padding-bottom:15px;
}
.text-block:last-child{
	padding-bottom:0;
}
.image-block.cover{
	position: relative;
	overflow: hidden;
	min-height:100%;
}
.image-block.cover img {
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: 0;
	font-family: "object-fit: cover";
	object-fit: cover;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)!important;
	-moz-transform: translate(-50%, -50%)!important;
	-ms-transform: translate(-50%, -50%)!important;
	-o-transform: translate(-50%, -50%)!important;
	-webkit-transform: translate(-50%, -50%)!important;
}
.restoration-services-block{
	padding-bottom:50px;
}
.restoration-services-block h2{
	margin-bottom:5px;
}
.emergency-dispatch-block{
	padding-bottom:50px;
	text-align:center;
}
.emergency-dispatch-block .max{
	max-width:800px;
	margin:auto;
}
.emergency-dispatch-block h2{
	color:#F15A29;
	margin-bottom:10px;
}
.more-than-block{
	padding-bottom:10px;
}
.more-than-block .more-than-box{
	border:solid 1px #e7e7e7;
	padding:25px;
	border-radius:10px;
	min-height:100%;
}
.more-than-block h2{
	margin-bottom:10px;
}
.more-than-block .row .col-md-6{
	padding-bottom:30px;
}
.have-questions-block{
	text-align:center;
	background: radial-gradient(circle, rgba(243,144,63,1) 0%, rgba(237,104,60,1) 100%);
	color:#fff;
	padding:40px 20px;
	margin:0 -30px -30px;
}
.have-questions-block .phone-number-block,
.have-questions-block .phone-number-block a{
	color:#fff;
}
.residential-services-block{
	padding:30px;
	border-radius:10px;
	margin-bottom:17px;
	background:#fff;
}
.locally-owned-block{
	color:#fff;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:17px;
}
.locally-owned-block h2{
	color:#F15A29;
}
.locally-owned-block h5{
	font-family: 'Source Sans Pro';
	color:#fff;
	font-weight:700;
}
.why-choose-block{
	background:#F15A29;
	padding:50px 30px;
	text-align:center;
}
.why-choose-block .why-choose-image{
	min-height:52px;
	margin-bottom:10px;
}
.why-choose-block .why-choose-image img{
	max-height:52px;
}
.why-choose-block h2{
	margin-bottom:40px;
	color:#fff;
}
.why-choose-list .col-md-4{
	padding-bottom:30px;
}
.why-choose-block .phone-number-block,
.why-choose-block .phone-number-block a{
	color:#000;
}
.why-choose-block .phone-number-block svg{
	margin-right:4px;
}
.footer-block{
	background:#000;
	border-radius:10px;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:300;
}
.footer-logo,
.footer-address,
.footer-phone,
.footer-social-media{
	padding:0 15px;
}
.footer-block a{
	color:#fff;
}
.social-media-block{
	margin-left:-5px;
	margin-right:-5px;
}
.social-media-block a{
	display:inline-block;
	width:30px;
	height:30px;
	border:solid 1px #F15A29;
	position:relative;
	border-radius:100%;
	margin:0 5px;
}
.social-media-block a svg{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.social-media-block a:hover{
	background:#F15A29;
}
.social-media-block a:hover svg,
.social-media-block a:hover svg path{
	fill:#fff!important;
}
.footer-address,
.footer-phone,
.footer-social-media{
	padding-top:15px;
}
.copyright-block{
	text-align:center;
	padding:20px 0;
	font-weight:300;
	color:#fff;
}
.full-service-block.restoration-services-block {
    padding-bottom: 40px;
}
.full-service-block.restoration-services-block h2{
	margin-bottom:10px;
}
.header-email-block{
	margin:0;
	line-height:1;
	margin-top:15px;
}
.header-email-block a{
	color:#000;
}
.header-email-block svg{
	position:relative;
	top:2px;
}
.footer-phone{
	line-height:1;
}