/*.fonts{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;
    font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;  font-weight: 700;
    font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif; font-weight: 500; 
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; font-weight: 400; 
}
*/
.custom_imagebox_vg{
	position: relative;
	margin: 10px auto 30px;
	overflow: hidden;
	width: 100%;
}
.custom_imagebox_vg .slide .imageCol{
	float: left;
    margin-right: 5.5%;
    width: 51%;
}
.custom_imagebox_vg .slide .contentCol{
	float: left;
	width: 35%;
}
.custom_imagebox_vg .slide .contentCol .title{
	color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    letter-spacing: -1px;
}
.custom_imagebox_vg .slide .contentCol .title a{
	color: #f54240;
    font-weight: 700;
    text-decoration: none;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.custom_imagebox_vg{
		width: 100%;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 


}
