@charset "utf-8";
.linkbox {
	background: #fff;
	padding: 15px;
	border: 2px solid #f00
}

.linkbox:hover {
	background: #d49888;
}

.linkbox:hover span {
	color: #fff;
}

.bgheader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #000;
}

	
.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.bg2fix {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}

.bg2a {
	background-image: url(../images/bg2a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg4 {
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg5 {
	background-image: url(../images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg6 {
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.caps {
	text-transform: uppercase; 
}
.os {
	font-family: "Lora", serif;
}


.lt {
	font-family: "Lora", 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: 65px;
	letter-spacing: -1px;
	line-height: 73px;
}
	
.h55 {
	font-size: 53px;
	letter-spacing: -1px;
	line-height: 60px;
}


.h40 {
	font-size: 42px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 35px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 26px;
	line-height:40px;
}
	
.h20 {
	font-size: 22px;
	line-height:35px;
}

.h15 {
	font-size: 15px;
	line-height:20px;
}

.h11 {
	font-size: 13px;
	line-height:20px;
}

	
.wh {
	color: #fff;}
	
.pk {
	color: #ff9a00;
}

.hl {
	background: #ff9a00;
	border-radius: 100px;
	padding: 0.155rem 1rem;
}
	
.bl {color: #000;}

.btn {
	background-image: linear-gradient(180deg, #eec700, #e29600);
	border: none;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	cursor: pointer;
	}

.btn span {
	color: #A70000;
}


.btn:hover {
	transition: 1s}
	
.btn:hover span {
	color: #FFF;
text-shadow: 0px 0px 10px #ccc}

.optin {
	border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
margin-bottom:10px;
height: 50px;
width: 99%;
text-align: center;
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%;
	}
		
.h55, .h70 {
	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;}
	
	.mg {margin-bottom: 15px}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
	
	
	
}
	
