@font-face {
	font-family:"DosisRegular";
	src:url("../fonts/DosisRegular/DosisRegular.eot");
	src:url("../fonts/DosisRegular/DosisRegular.eot?#iefix")format("embedded-opentype"),url("../fonts/DosisRegular/DosisRegular.woff") format("woff"),url("../fonts/DosisRegular/DosisRegular.ttf") format("truetype");
	font-style:normal;
	font-weight:normal
}

@font-face {
	font-family:"AntonRegular";
	src:url("../fonts/AntonRegular/AntonRegular.eot");
	src:url("../fonts/AntonRegular/AntonRegular.eot?#iefix")format("embedded-opentype"),url("../fonts/AntonRegular/AntonRegular.woff") format("woff"),url("../fonts/AntonRegular/AntonRegular.ttf") format("truetype");
	font-style:normal;
	font-weight:normal
}

#sunav_wr {
	display:none
}

.cscen_bl {
    display: inline-table;
    width: 100%;
    max-width: 570px;
    max-height: auto;
    margin: auto;
	padding:30px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.21);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 24px 0.00px rgba(0,0,0,0.21);
	font-family: 'DosisRegular', sans-serif;
	color:#383838;
}

.cscen_bl .title2 {
	font-family:AntonRegular, Arial, sans-serif;
	color:#77c3e3;
	font-size: 60px;
	margin:0 15px;
	text-transform:uppercase;
}

.cscen_bl .txtundcon {
	font-size: 27px;
	text-transform:uppercase;
}
.cscen_bl .cs_time_bl {
	font-size: 30px;
}
.cscen_bl .cs_time_bl span.pr_numeric {
	display:inline-block;
	width:35px;
}

.cscen_bl #logo {
	position:absolute;
	margin:0;
	top:10px;
	left:10px;
	-webkit-transform-origin:left top;
	-moz-transform-origin:left top;
	-ms-transform-origin:left top;
	-o-transform-origin:left top;
	transform-origin:left top;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7)
}

@media screen and (max-width:768px) {
	.cscen_bl {
		padding:5px;
	}
	.cscen_bl .title2 {
		font-size:35px;
	}
	.cscen_bl .txtundcon {
		font-size:20px;
	}
	.cscen_bl .cs_time_bl {
		font-size: 18px;
	}
	.cscen_bl .cs_time_bl span.pr_numeric {
		width: 25px;
	}
}

@media screen and (max-height:450px) {
	#prbartimer {
		max-width:180px !important;
		max-height:180px !important
	}
}