/**** Header Botttom Left ****/
.header_bottom_left{
	float:left;
	width:50%;
	padding-top:15px;
}
.header_bottom_img{
	float:left;
	width: 46.2%;
}
.header_bottom_img2{
	float:left;
	width: 46.2%;
	margin-left:1.6%;
}

.listview_1_of_2{
	display: block;
	float:left;
	margin: 1.4% 0 0% 1.6%;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.listimg{
	text-align:center;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 2% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 
.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width: 48.2%;
}
.list_2_of_1 {
	width: 42%;
}
.images_1_of_2  img {
	max-width:100%;
}
.list_2_of_1  h2 {
	color:#CC3636;
	font-size:1.2em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	text-transform:uppercase;
}
.list_2_of_1  p{
	font-size:0.8125em;	
	color: #333;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
	padding:0; 	
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	padding:7px 15px;
		font-size:0.8em;
		font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
		border: 1px solid rgba(0,0,0,0.1);
        background:#602D8D url(../images/large-button-overlay.png);       
        color             : #fff;
        text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
}
.list_2_of_1 .button a:hover{
	    border: 1px solid #4D00A0;
        background:#70389C;
        text-decoration:none; 
}
.header_bottom_right_images{
	float:left;
	width:49%;
	margin-left:1%;
}

/**** Responsive Layout ****/
@media only screen and (max-width:1366px) {
.header_bottom_right_images{
display:none;
}

.header_bottom_left{
	float:left;
	width:100%;
	padding-top:6px;
}

	.wrap{
		width:90%;
		padding:0 2%;
	}

    .listview_1_of_2{
    	margin: 2.4% 0 0% 1.6%;
    }
}
@media only screen and (max-width:800px) {
	.wrap{
		width:90%;
		padding:0 2%;
	}

    .header_bottom_left,.header_bottom_right_images{
    	float:inherit;
    	width:100%;
    }
    .header_bottom_right_images {
    	margin-left:0;
    }
    .listview_1_of_2{
    	margin: 1.4% 0 0% 1.6%;
    }
}
	
