body,html
{
	font-family: 'Orbitron', sans-serif;
	background-color: #EEF5FA;
	/*background-color:#b30565;*/
	margin: 0;
    height: 100%;
}
.close_img
{
	z-index:99999;
	visibility:hidden;
	position:absolute;
	right:12%;
	/*top: -15px;*/
	top: -23px;
	top: -4px;
}
.total_click_container
{
    position: absolute;
    top: -22px;
    top: -4px;
	z-index:9999;
    left: 12% ;
    margin: 0;
	width: 42px;
	text-align:center;
    color: white;
    background-color: rgba(28, 29, 33, 0.54);
    padding: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.total_click_container span
{
	font-size:21px;
	padding:2px;
}
.header
{
	background-color:#CFE1F2;
/*	background-color:#b30565;*/
	height:100px;
	/*border-bottom:5px solid #FFF ;*/
}
.logo
{
	padding:13px;
}

.orange
{
	color:#F36623;
	font-family: sans-serif;
}
.dark_blue
{
	color: #2B599D;
}
@media screen and (max-width: 767px) {

	h1
	{
		font-size: 70px;
	}
	.dark_blue
	{
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	
.ads_wrapper{
	top:8vh !important;
	
}
h1
	{
		font-size: 60px;
	}
	.dark_blue
	{
		font-size: 40px;
	}
}
@media (min-width: 992px){

.ads_wrapper{
	top:-77px !important;
	
}
	h1
	{
		font-size: 50px;
	}
	.dark_blue
	{
		font-size: 35px;
	}
}
@media (min-width: 1200px) {
	h1
	{
		font-size: 40px;
	}
	.dark_blue
	{
		font-size: 25px;
	}
}


.center_text
{
	text-align:center;
}
.connected
{
	position:relative;
	padding-top:200px;
}
.connected_campaign
{
	display:none;
}
.shadow
{
	width:100%;
	height:120%;
	position:absolute;
	background-color: rgba(0,0,0,0.4);
}
.ads_wrapper
{
	position:relative;
	z-index:9999;
	top:-77px;
/*	top: -100px;*/
}

.video_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-ad{
	  position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: auto;
}
