/* WELCOME PAGE STYLES */

body.welcome .verticals-menu { display:none; }
body.welcome .beta-wrapper { display:none; }

.ad-block { position:relative; margin-top:74px; width:100%; max-width:1440px; }
.ad-block .label { position:absolute; top:0; right:0; padding:10px 35px; background-color:#000000; color:#919191; font-size:0.8em; z-index:1111111; }
.ad-block img, .ad-block a { border:none; }

.RC-AD-WELCOME {margin-top:2em; width:640px; height:480px; /*  background:#ccc;*/} 

.text { margin:30px 0; text-align:center; font-size:0.9em; }
.text .timer { color:#919191; font-weight:bold; }
.text .skip { margin-left:15px; }
.text .skip a {}

#ad_container {display: inline-block;}
div.alpha > div.ad-block {text-align:center !important;}

/* RWD STYLES */
@media only screen and ( max-width : 767px ){
    .ad-block .label { padding:5px 10px; font-size:0.7em; }
    .text { padding:0 10%; }
}
	
	
	
	
	