@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 710px) {
/*  Classes  that only apply for desktop viewing.*/
.FB_Device {display:none;}
}


/* Fix - Resolve none scroll incase of low browser height */
@media creen and (min-width: 710px) , screen and (max-height: 550px) {

body{overflow:auto;}

.LeftColumn {
	padding-bottom:10px;
    margin-bottom:-10px;
}
	
}

/* Devices Resizing - Fluid */ 
@media screen and (max-width:710px) {
body{font-size:15px; height:480px; overflow:auto; text-align:center;}

.LeftColumn {width:100%; padding-bottom:10px; margin-bottom:40px; float:none; text-align:center;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);

}
.HeaderNav { width:70%; float:none;  padding-top:30px; display:inline-block; position:relative;  margin:0 auto;}
.logo {width:60%; height:auto; resize:both; }
.btn {font-size: 20px; 	padding:12px 0px;}
.coming {font-size:13px; padding:18px 0px;}

#maximage {display:none;}
.footer {display:inline-block; position:relative; height:50px; margin:50px auto;}

}

