@font-face {
	font-family: 'TrajanProRegular';
	src: url('fonts/TrajanProRegular.eot');
	src: local('TrajanProRegular'), url('fonts/TrajanProRegular.woff') format('woff'), url('fonts/TrajanProRegular.ttf') format('truetype');
	font-display: swap;
}
.counter-wrapper{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
		width: 1120px;
	height: 200px;
}
a.item.counter-wrapper {
    height: 200px;
}
#clock, .clock_all{
    font-weight: bold;
    position: absolute;
    text-align: center;
}
.counter-wrapper.disabled{
	display: none !important;
}
.counter-wrapper{
	/*display: none !important;*/
    /*background-color: green;*/
}
.closeCounter{
	position: absolute;
	background: url('../images/close.png') center no-repeat;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	z-index: 100;
	cursor: pointer;
}
.wrapper_counter{
		position: fixed;
	bottom: 0;
	width: 1120px;
	height: 200px;
	z-index: 1000;
	left: 50%;
	margin-left: -560px;
}
@media (max-width: 1100px) {
	a.counter-wrapper{
		display: none !important;
	}
}
