﻿/**html {
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)!important;
}**/


.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}


.countdown-section {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 25%;
	border-left: 1px dotted #BBB;
	color: #888;
	text-transform: capitalize;
}

.countdown-section:first-child {
	border-left: 0;
}

.countdown-amount {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.countdown-descr {
	display: block;
	width: 100%;
}

.countdown-medium .countdown-section {
	font-size: .875rem;
}

.countdown-medium .countdown-amount {
	font-size: 30px;
	margin-bottom: 7px;
}

.countdown-large .countdown-section {
	font-size: 18px;
}

.countdown-large .countdown-amount {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 8px;
}



.countdown.countdown-inline .countdown-section {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	border: none;
	color: inherit;
	margin-left: 7px;
	text-transform: lowercase;
}

.countdown.countdown-inline .countdown-section:first-child {
	margin-left: 0;
}

.countdown.countdown-inline .countdown-amount {
	display: inline-block;
	font-size: inherit;
	color: inherit;
	font-weight: bold;
	margin: 0 3px 0 0;
}

.countdown.countdown-inline .countdown-descr {
	display: inline-block;
	width: auto;
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
	border: none;
	padding: 15px;
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 15px !important;
}

.home-calendar .button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 .875rem;
	font-size: .875rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #f30012;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}


.fc-calendar .fc-row>div>div {
	margin-top: 20px;
	font-size: 10px;
	position: absolute;
	width: 88%;
	overflow: hidden;
}



.fc-calendar .fc-row>div>div a:hover {
	height: auto;
	white-space: normal;
	background: #444 !important;
	z-index: 999;
}



