
/* SIDE NAV */
#side_nav{
	float:left;
	width:25%;	
}

#page_banner{
	width:100%;
	height:100px;
	background-color:#f9f9f9;
	margin-bottom:20px;	
}

#p_sale{
	float:right;
	width:73%;	
	background-color:#ffffff;
	padding-left:2%;
	padding-bottom:50px;
}

#b_live_chat{
	margin-top:20px;	
}

#c_help_title{
	margin-bottom:20px;	
}

#c_help_enquiry{
	margin-bottom:20px;	
	padding-bottom:20px;
}


#c_help_enquiry_form{
	max-width:600px;
}

#c_help_social{
	padding-left:10px;
	padding-right:10px;	
}

#c_help_social div.gen_hotspot_link{
	margin-top:20px;
	margin-bottom:20px;
	width:33.33333333333333%;
	float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;	
}

#c_contact_details{
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.c_contact_col{
	width:50%;
	float:left;	
}

#c_contact_left{
	width:48%;
	float:left;	
}

#c_contact_right{
	width:48%;
	float:right;	
}

.c_contact_section{
	margin-top:20px;
	margin-bottom:20px;	
}

.c_contact_section h6 i{
	margin-right:5px;	
}

#c_locations{
	margin-top:20px;
}

.c_location{
	width:50%;
	float:left;
	margin-bottom:40px;	
	padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.c_location:last-child{
	margin-bottom:0px;
}

.c_location h6{
	margin-bottom:10px;	
}

.c_location_map{
	width:100%;
	max-width:400px;
	margin-bottom:20px;
}

.c_location_map img{
	width:100%;
	display:block;	
}

.c_location_map a{
	outline:none;	
}

.c_location_address{
	width:100%;
}


.gen_spot_box{
	margin-top:20px;
	margin-bottom:20px;	
}


.tags{
	margin-top:10px;	
}

.tags span{
	padding:0px 10px;
	display:inline-block;
	margin:0px auto;
	font-size:0.875em;
}

.tags .red{
	background-color:rgb(209,34,41);
	color:#fff;
}

.tags .orange{
	background-color:#ff8200;
	color:#fff;
}

.tags .green{
	background-color:#1EA235;
	color:#fff;
}

.gen_banner a {
	background:url(../../img/layout/transparent-fix.png) repeat; /* ie fix */
}

.gen_spot_boxes .gen_spot_box div a {
	background:url(../../img/layout/transparent-fix.png) repeat; /* ie fix */
}
.gen_spot_boxes .gen_spot_box div img {
    width: 100% !important;
    margin: 0px auto;
}

@media screen and (max-width:999px){
	
	
#side_nav{
	display:none;
}

#p_sale{
	width:96%;	
	padding-left:2%;
	padding-right:2%;
}

#rvwr_mobile_filter{
	display:block;
}


}


@media screen and (max-width:599px){
	
	#c_help_enquiry_form .txt{
		display:block;
		float:none;
		max-width:100%;
	}
	
	#c_contact_left{
		width:100%;
		float:left;	
	}
	
	#c_contact_right{
		width:100%;
		float:right;	
	}

	.c_location{
		width:100%;
		padding:0px;
	}
	
	.c_location_map{
		max-width:100%;
	}
	
	#c_help_social div.gen_hotspot_link{
		width:100%;
		float:left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;	
	}

}


@media screen and (max-width:399px){
	
	#c_help_enquiry_form .fbtn{
		margin:0px auto;
	}
	
}