@charset "utf-8";
.bgheader {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FAFAFA;
}
.optinform {
	background:#FFF;
	padding-top:5px; padding-bottom:5px;
	text-align:center;
	border-radius: 10px;
	border:1px solid #666;
	height:30px;
	width:99%;}





.os {
	font-family:'Oswald', sans-serif;
}

.ar {
	font-family: Arial, Helvetica, 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;}
	
.h55 {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 70px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 23px;
	line-height:30px;
}
	
.h20 {
	font-size: 20px;
	line-height:27px;
}

	
.wh {
	color: #fff;}
.red {
	color: #F00;
}
	
.bl {color: #000;}

.btn {
	background:#f00;
	border: none;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	cursor: pointer;
	}

.btn span:hover {
	transition: 1s}
	
.btn span:hover {
	color: #f00;}
	
@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%;
	}
		
.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;}
	
.orderbtn {
	width:100%;}
	
.marginbtm {
	margin-bottom:20px;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
