html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	text-align: center;
	background:#ffffff;
	/*background:url(/images/texture_fon.jpg);*/
	margin:auto;width:100%;
}

.logo{width:80%;max-width:860px;max-height:200px;margin:auto;}
.logo img{max-width:1200px;
	max-height: 200px;}

.soc_seti{width:100%;max-width:1200px;text-align:center;margin:auto;}
.soc_seti p{text-align:center;}
.soc_seti a{color:#303030;text-decoration:none;font-weight:600;}
.soc_seti a:hover{color:#303030;text-decoration:underline;}

.soc_p{display:flex;justify-content: center;}
.socseti{display:block;width:50px;height:50px;margin:10px 20px;}
.socseti:hover{display:block;width:50px;height:50px;cursor:pointer;}
.vk{background:url(/cork/images/socseti.png)0 0 no-repeat;}
.insta{background:url(/cork/images/socseti.png)-70px 0 no-repeat;}
.fb{background:url(/cork/images/socseti.png)-140px 0 no-repeat;}

.vk:hover{background:url(/cork/images/socseti.png)0 -52px no-repeat;}
.insta:hover{background:url(/cork/images/socseti.png)-70px -52px no-repeat;}
.fb:hover{background:url(/cork/images/socseti.png)-140px -52px no-repeat;}

h1 {
	color:#303030;
	font-size: 38pt;
	border-bottom: 1px solid #ddd;
	margin:0;
	padding:20px 0px;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	    margin:0px auto;
    width: 100%;
    color: #eee;
    max-width: 1200px;
}

#countdown_dashboard {
	height: 96px;
    margin-left: 0;
    display: flex;justify-content: center;
    text-align: center;padding:35px 0px;
}

.dash {
	width: 150px;
	height: 96px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('../images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('../images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('../images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('../images/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
	font: bold 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 59px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}