#block-homepage-tabs-homepage-tabs {
	z-index: 3;
}

.homepage-tabs {
	padding: 0;
	background: #3378c4;
	margin:0;
	display: table;
	width: 100%;
}

.homepage-tabs li {
	list-style: none;
	display: table-cell;
	width: 20%;
	text-align: center;
	border-left: 1px solid #5c93d0;
	vertical-align: middle;
}
.homepage-tabs li:first-child {
	border-left: 0 none;
}
.homepage-tabs li a span.tab-icon{
	display: inline-block;
	margin-right: 4px;
	font-size: 23px;
	vertical-align: bottom;
	background: none transparent;
}
.homepage-tabs li a > span.i-city-break {
	font-size: 21px;
	position: relative;
	top: 2px;
}
.homepage-tabs li a > span.i-flight {
	font-size: 24px;
}
.homepage-tabs li a > span.icons-font:before {
	vertical-align: baseline;
}
.homepage-tabs li .icons-font .with-icon {
	display: none;
}

.homepage-tabs li a {
	list-style: none;
	float: left;
	font-size: 15px;
	line-height: 24px;
	min-height: 45px;
	color: #fff;
	padding: 9px 10px;
	-webkit-transition: background 150ms linear;
	-moz-transition: background 150ms linear;
	-o-transition: background 150ms linear;
	transition: background 150ms linear;
	white-space: nowrap;
	width: 100%;
	font-weight: 300;
}
.homepage-tabs li a:focus {
	outline: none;
}

.homepage-tabs li a.active {
	background: #ce4277;
	position: relative;
	font-weight: 700;
}
.homepage-tabs li a.active:after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ce4277;
	position: absolute;
	left: 50%;
	top: 100%;
	content: "";
	margin-left: -5px;
}


.homepage-tabs li a:hover {
	text-decoration: none;
	background: #ce4277;
	-webkit-transition: background 150ms linear;
	-moz-transition: background 150ms linear;
	-o-transition: background 150ms linear;
	transition: background 150ms linear;
}

@media (max-width: 767px) {
	.homepage-tabs li .tab-name, .homepage-tabs .tab-3 {
		display: none;
	}
}
