
#hrline {
	width: 30%;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.t2 {
    line-height: 1.1rem;
}

.list_bg {
	background-color: #ab6e3c;
	color:#fff;
}

h2 {
	font-size: 1.7rem;
}

h3 {line-height: 1.6rem;}

 h4 {color: #fff;
padding-left: 4%;
}

sup {font-size: .8rem;}

.col_wt {color: #fff;
margin-left: 4%;}

.img_right {
	float: right;
	width: 40%;
	margin-left: 2%;
}
.img_left {
	float: left;
	width: 40%;
	margin: 1% 2% 0 0;
}


.float_l {
	float: left;
	width: 20%;
	margin-right: 2%;
	min-width: 100px;
	padding-top: 1%;
}
.float_l img {
	display: block;
	float: right;
}
.text_l {
	margin-left: 22%;
	margin-top: 10px;
}  


/* MODULES/BONUSES */

.top {border-top: 6px solid #9d515f;
background-color: #fff9de;
	}
	
.divline {
	border-bottom: 6px solid #fff;
	
}

.divline_b {
	border-bottom: 6px solid #673ab7;
	
}

.mline {border-bottom: 6px solid #673ab7;}


.mod_h {
    height: 130px;
    margin: 0;
    background-color: #673ab7;
    color: #fff;
    display: table;
    width: 100%;
}

.mod_h h3 span {
    font-size: 1.6rem;
    font-family: MontserratLight;
}



.sp_bonus{
	border-radius: 20px;
	overflow: visible;
	margin: 0 auto 40px;
	padding: 30px 8%;
	background-color: #ab6e3c;
	color:#fff;}

.sp_bonus h3 {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
}

.sp_bonus h3 em {
    font-family: MontserratLight;
}


.bg1 {background-color:#ab6e3c; /*override: module_body for bonus (same as bg for sp_bonus*/
}

#odd {font-family: Montserrat;
font-style: italic;}

.video-wrapper {
    text-align: center;
}

.vid {

    display: inline-table;
    width: 29%;
    margin: 0 1%;

}


@media only screen and (max-width: 775px) {
    .vid {
        display:block;
		width: 90%;
		margin: 0 auto;
    }
}

@media (max-width: 580px) {
	
.img_r_mod {margin: 0 auto;
	text-align: center; }
	
.img_right {
	 margin: 0 auto;
    text-align: center;
    width: 100%;
}
.img_left {
	 margin: 0 auto;
    text-align: center;
    width: 100%;
}	

.module_body img {float: none;
	margin: 0;}
}
