#deals {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 0;
	width: 792px;
	margin-top: 35px;
}
#deals *:before, #deals *:after {
    box-sizing: border-box;
}
#deals #tw-loader { margin-top: 20px; margin-bottom: 40px;}
#deals table { border: 0; border-collapse: collapse; width: 100%; table-layout: fixed; }
#deals table td { padding: 0 10px 0 0; }
#deals table td:last-child { padding: 0;}

#d_filter { position: relative; z-index: 3; padding-bottom: 15px; }
#d_result { display: flex; flex-wrap: wrap; }

#d_filter .abs, #d_filter .abs.bg.focus {
	visibility: hidden;
}
#d_filter .deal-suggest input {
	background: white;
	height: 40px;
	width: 100%;
	padding: 7px 17px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: black;
}
.suggest.deal-city-suggest {
	min-width: 250px;
	max-width: 365px;
	border: none;
	margin-top: 10px;
	z-index: 999;
	font-size: 15px;
}

.deal-title { font-size: 26px; color: white; text-transform: uppercase; padding-bottom: 10px; text-align: center; -webkit-transform: translateZ(0);}
.button-group { position: relative; -webkit-transform: translateZ(0);}
.button-group .selection { display: inline-block; vertical-align: bottom; max-width: 135px; overflow: hidden; text-overflow: ellipsis;  }
.button-group .selection-carret { position: absolute; right: 9px; }
.button-group .selection-carret:before,
.button-group .selection-carret:after {
	position: relative;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 2px solid white;
}
.button-group .selection-carret:before {
	top: -3px;
	border-bottom: 0;
	border-left: 0;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.button-group .selection-carret:after {
	top: 3px;
	left: -7px;
	border-top: 0;
	border-left: 0;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#deals table td.disabled * { color: gray; }
#deals table td.disabled .selection-carret:before, #deals table td.disabled .selection-carret:after { border-color: gray; }
#deals table td.disabled button { cursor: default; }

.button-group.disable button { cursor: default; }
.button-group.disable .selection-carret { display: none; }
.button-group ul { width: 100%; position: absolute; display: none; }
.button-group.open ul { display: block; max-height: 240px; overflow: auto; }

.button-group button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
	color: white;
	font-size: 12px;
	height: 40px;
	padding: 6px 8px 4px 16px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.button-group button:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-color: black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.3;
}

.button-group ul { margin: 0; padding: 0; border-radius: 0; border: 0; width: 100%; list-style: none; vertical-align: baseline; }
.button-group ul li { position: relative; z-index: 1; padding: 13px 16px; color: white; cursor: pointer; text-transform: uppercase; font-size: 11px; font-weight: bold; white-space: nowrap; vertical-align: baseline; }
.button-group ul li:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-color: black;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
}
.button-group ul li:last-child { border-bottom: none;}
.button-group li:hover, .button-group li:focus { color: #198DE5; }

.deal-item, .deal-promo {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 	outline: none;
	cursor: pointer;
	width: 240px;
	height: 224px;
	position: relative;
	margin: 0 16px 16px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.deal-item:hover {
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.3);
	transition: .2s box-shadow;
}

.deal-item:nth-child(3n) { margin-right: 0;}
.deal-item:after {
	position: absolute;
	content: "";
	display: inline-block;
	height: 88px;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 0;
}
.deal-item .img { position: absolute; z-index: 0; top: 0; left: 0; right: 0; height: 136px; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black);}
.deal-item .img:after {
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	height: 136px;
	right: 0;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0.5;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.deal-item:hover .img:after {
	opacity: 0.15;
}
.deal-item .img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 136px;
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-size: 240px 136px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.deal-item:hover .img div {
	-webkit-transform: translateZ(0) scale(1.3, 1.3);
	-moz-transform: translateZ(0) scale(1.3);
	-o-transform: translateZ(0) scale(1.3);
	transform: translateZ(0) scale(1.3);
}

/*.deals-more { position: absolute; right: 15px; top: 110px; z-index: 1; font-size: 90%; color: white; opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.deal-item:hover .deals-more {
	opacity: 1;
}*/

.deal-item .img div:first-child { z-index: 0;}
.deal-item .img div:last-child { z-index: 1;}

.deal-item .d-point { position: relative; z-index: 2; padding: 15px 0 0 15px; }
.deal-item .d-info { position: absolute; z-index: 2; width: 100%; bottom: 0; left: 0; padding-bottom: 12px; padding-left: 15px; }
.deal-item.empty { display: block; text-decoration: none; display: inline-block;}
.deal-item.empty .d-info { bottom: 15px; }
.deal-item .country {font-size: 12px; color: white;}

.deal-item .deal-time { display: inline-block; font-size: 12px; }
.deal-item .deal-time.weekend { background-color: #cecece; color: gray; }
.deal-item .deal-time.week { background-color: #25B0F3; color: white; }
.deal-item .deal-time.ten { background-color: #24F1D2; color: black; }
.deal-item .deal-time.fewweek { background-color: #FF6559; color: white; }
.deal-item .deal-time.weekend,
.deal-item .deal-time.week,
.deal-item .deal-time.ten,
.deal-item .deal-time.fewweek { padding: 2px 5px; border-radius: 5px; }

.deal-item .city {font-size: 24px; color: white; }
.deal-item .city.small { font-size: 22px; }
.deal-item .city.vsmall { font-size: 18px; }
.deal-item .date { font-size: 11px; color: gray; }
.deal-item .changeboard { font-size: 12px; color: gray; }
.deal-item .price { font-size: 30px; position: relative; font-weight: 300;}
.deal-item .price:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #BDBDBD;
	right: 35px;
	top: 7px;
	border-top: 0;
	border-left: 0;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nodeals {
	color: white;
	padding: 10px 20px;
	line-height: 24px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.nodeals:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	background-color: white;
	opacity: 0.2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nodeals .link { color: white; }
.aluminium .nodeals:before { background-color: black; opacity: 0.2; }
.option-name { color: white; font-size: 12px; padding: 5px 15px;}
.deal-found { font-size: 12px; position: absolute; top: 15px; right: 5px; }
