@charset "utf-8";
.sumhead {
	background-color:#dddddd;
padding-top: 10px; padding-bottom: 10px; padding-left: 20px;
box-sizing: border-box}

.hover {
	 transition: 0.5s;
}
.hover:hover {
	 transform: scale(1.05);
	box-shadow: 0px 0px 20px #a1a1a1
}

.bg{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
}

.bgs{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
}

	
.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #000;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg4 {
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg5 {
	background-image: url(../images/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg6 {
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.os {
	font-family: "Inter", sans-serif;
}


.mont {
	font-family: "Inter", sans-serif;
}

.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:40%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}
.h70 {
	font-size: 75px;
	line-height: 80px;
}
	
.h55 {
	font-size: 53px;
	line-height: 60px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 25px;
	line-height:32px;
}
	
.h20 {
	font-size: 20px;
	line-height:27px;
}

	
.wh {
	color: #fff;}
	
.red {
	color: #f2653b;
}
	
.bl {color: #000;}

.btn {
	background-color:#f2653b;
	border: none;
	box-shadow: 0px 5px #5f0808;
	width: 100%;
	color: #FFF;
	font-size:35px;
	font-weight:bold;
	height:60px;
	border-radius: 10px;
	transition: 1s;
	cursor: pointer;
}
	
.btn:hover {
	color: #000;}

.optin {
	border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 3px solid #f2653b;
margin-bottom:10px;
height: 40px;
width: 98%;
text-align: center;
font-size: 20px;
color:#666;
background: white}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h70 {
	font-size: 50px;
	line-height: 55px;
}
	
	.h55 {
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
