.customcherepycya {
	padding-top: 10px;
	padding-bottom: 20px;
	background-size: cover;
}

.customcherepycya .white-header {
	font-size: 40px;
	text-transform: uppercase;
	padding: 6px 20px;
	font-weight: bolder;
	line-height: 40px;
	font-family: 'Calibri Bold';
	background: -moz-linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 0deg, color-stop(30%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);/* IE10+ */
	background: linear-gradient(90deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);/* W3C */
}

.customcherepycya .black-header {
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	background: -moz-linear-gradient(0deg, #000 30%, rgba(255, 255, 255, 0) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 0deg, color-stop(30%, #000), color-stop(100%, rgba(255, 255, 255, 0)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, #000 30%, rgba(255, 255, 255, 0) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, #000 30%, rgba(255, 255, 255, 0) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, #000 30%, rgba(255, 255, 255, 0) 100%);/* IE10+ */
	background: linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 100%);/* W3C */
	border-bottom: 1px solid #fbf93b;
}

.customcherepycya .yellow-header {
	font-size: 20px;
	padding: 6px 20px;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	background: #fbf93b;
	border-bottom: 1px solid #fbf93b;
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.customcherepycya .banner-block {
	margin-top: 60px;
}

.customcherepycya .btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 10px;
	border-radius: 5px;
	font-weight: bold;
}

.customcherepycya .btn-yellow {
	background-color: #fbf93b;
	color: #000;
	border: 1px solid #000;
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.lg-width50 {
	float: left;
	width: 50%;
}

.customcherepycya  .countdown-header {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	padding-right: 50px;
}

#userForm.alpina input[type="submit"] {
	float: none;
}


#userForm.alpina input[type="text"] {
	margin-right: 0 !important;
	height: 32px;
}

#userForm.alpina .formTableLayout {
	text-align: center;
	width: 250px;
}

.controller-category #mod7 {
	display: block !important;
}

@media (max-width: 1199px) and (min-width: 960px) {
	.sm-width100 {
		width: 100%;
		text-align: center;
	}

	.customcherepycya .btn-yellow {
		margin-left: 0;
		margin-top: 0;
	}

	.customcherepycya .countdown-header {
		text-align: center;
		padding-right: 0;
	}

	#countdown {
		width: 390px;
		margin: 0 auto;
	}
}

@media (max-width: 959px) {
	.flip-clock-wrapper ul {
		width: 40px;
	}
}

@media (max-width: 800px) {
	.sm-width100 {
		width: 100%;
		text-align: center;
	}

	.customcherepycya .btn-yellow {
		margin-left: 0;
		margin-top: 0;
	}

	.customcherepycya .countdown-header {
		text-align: center;
		padding-right: 0;
	}

	#countdown {
		width: 390px;
		margin: 0 auto;
	}
}

@media (max-width: 450px) {
	.flip-clock-wrapper ul {
		width: 28px;
		height: 50px;
	}

	.flip-clock-wrapper ul li {
		line-height: 46px;
	}

	#countdown {
		width: 280px;
	}

	.flip-clock-wrapper ul li a div div.inn {
		font-size: 40px;
	}

	.flip-clock-divider {
		height: 64px;
	}

	.flip-clock-divider .flip-clock-label {
		font-size: 14px;
		right: -46px;
	}

	.flip-clock-divider.minutes .flip-clock-label {
		right: -58px;
	}

	.flip-clock-divider.seconds .flip-clock-label {
	    right: -56px;
	}
}