/* ! RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dfn,font,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, pre{border:0;outline:0;font-style:inherit;font-size:100%;font-family:inherit;font-weight:inherit;vertical-align:baseline;margin:0;padding:0}:focus{outline:0}body{line-height:1;color:#000;background:#FFF}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote,q{quotes:none}

/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
	font-size:0;
}
/* Does not validate – use conditional comments for this bit if you want valid CSS */
.cf {*zoom:1;}

body {
 background-image: url(/images/bg.jpg);
 background-size: 100% 100%;
 background-attachment: fixed;
}	

#coming-soon-panel{
 position: relative;
 margin-top:200px;
 padding-top:40px;
 padding-bottom:40px; 
}

#coming-soon-panel:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border:4px solid #204d8a;
    background-image: url(/images/bg-white.png); 
	margin-left:30%;
    width: 40%;
    height: 100%;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
    z-index: -1;
}



#coming-soon-title{
 font-family: BebasNeueRegular, Arial, Helvetica, sans-serif;
 font-size:80px;
 width:100%;
 margin:auto;
 text-align:center;
 color:#204d8a;
 text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.35);
 
 opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */ 
}

#coming-soon{
 font-family: Verdana, sans-serif;
 font-size:20px;
 width:100%;
 margin:auto;
 text-align:center; 
 margin-top:30px;
 color:#3879d1;
 opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */ 
 
}

#coming-soon-contact{
 border-left:5px solid #204d8a;
 padding-left:20px;
 width:250px;
 margin:30px auto; 
 margin-top:50px;
 font-family: Verdana, sans-serif;
 font-size:16px; 
 line-height:150%;
 color:#3879d1;
 opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */ 
 
}

#coming-soon-contact a{
 color:#fa8700;
 text-decoration:none;
}

#coming-soon-contact a:hover{
 color:#ffc000;
}

/********************** *** *** *** ***********************/
/* iPhone */
@media all 
and (max-device-width : 667px) 
{



}