/* FLIGHT SCROLL */
/* ========================================= */
.vertiScroll__viewport {
	height: 105px;
	position: relative;
	overflow: hidden;
}

.vertiScroll__itemContainer {
	position: absolute;
	top: 0;
}
.vertiScroll__window {
	position: relative;
}
.tip {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -2px;
	background: rgb(12,30,64);
	width: 100%;
	max-width: 130px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	opacity: 0.85;
	display: none;
	z-index: 99999;
}
.tip:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: rgb(12,30,64) transparent transparent transparent;
}
.vertiScroll .pagination li a {
	font-family: 'Roboto', sans-serif;
}
#inlineflights .vertiScroll__item {
	height: 20px;
}
#inlineflights .flights .pagination {
	padding-left: 0;
}

.popup {
  width: 176px;
  height: 100px;
  left: auto;
  top: 27px;
  right: 69px;
  border-radius: 0;
  color: #133a82;
  font-family: "Roboto";
  padding: 10px 10px;
  font-size: 13px;
}
.popup input {
  font-size: 14px;
  padding: 5px;
  width: 80%;
  float: left;
  margin-top: 10px;
  height: 30px;
  margin-right: 0%;
  border: 1px solid #337ab7;
  color: #333;
}
.popup .submit {
  width: 20%;
  text-align: center;
  font-size: 14px;
  padding: 7px 0px 5px;
  background: #133a82;
  border: 1px solid #133a82;
  color: #fff;
  font-weight: 400;
  height: 30px;
  border-left: 0;
}
.popup .socials {
  display: block;
  padding-top: 15px;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.popup .socials li {
  padding-left: 0;
  display: inline-block;
}
.popup .socials li.facebook {
    margin-right: 15px;
}
.popup .socials li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  background-color: #fff;
  background-position: center center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background-size: 92%;
  cursor: pointer;
}

.subpage .dropup .dropdown-menu {
    top: 0;
    bottom: auto;
    left: auto;
    right: 39px;
    transform: translateY(-50%);
}
.subpage .flights .copy .socials {
    margin-top: 0 !important;
    float: none;
}


/* MOBILE MD */
/* ========================================= */
@media (max-width: 1199px) {
    .flights {
        padding: 15px 10px 10px 15px;
    }
	.flights div > span, .flights > span, .flights header span {
		margin-right: 5px;
		padding-right: 5px !important;
	}
	.flights header span.title {
	    text-indent: 6px;
	}
	.flights .col-5 {
	    width: 45px;
	}
	.flights .col-5 .share {
	    width: 15px;
	    margin-left: 0;
	}
	.flights .pagination {
	    padding-left: 54px;
	}
	.flights .open-today-flights-popup {
	    display: none !important;
	}
	
	.popup {
	    right: 56px;
	}
	.popup .socials {
	    float: none;
	}
	#inlineflights .flights .col-2 {
        width: 146px;
    }
	
}
/* MOBILE XS*/
/* ========================================= */
@media (max-width: 991px) {
	#inlineflights .flights {
		padding-left: 25px;
	}
	.flights {
        padding: 15px 10px 10px 171px;
    }
    .flights .pagination {
	    padding-left: 106px;
	}
	.popup {
        right: 107px;
    }
    .popup .socials {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .flights {
        padding: 15px 5px 10px 5px;
    }
    .flights h2 {
        text-align: center;
    }
    .flights .shadow-frame {
        max-width: 454px;
        margin: auto;
    }
	.flights header {
		min-width: 430px;
	}
	.vertiScroll__viewport {
		min-width: 470px;
	}
	.vertiScroll .pagination {
		padding-left: 0px;
		max-width: 454px;
		height: 30px;
		margin: 10px auto;
		display: block;
	}
	.vertiScroll .pagination li a {
		font-size: 14px;
		font-weight: 400;
		margin-right: 5px;
		margin-left: 0px;
		padding: 5px 12px;
		margin-bottom: 5px;
	}
	
	.flights .col-5 {
		width: auto;
	}
	.flights .col-5 .share {
		display: inline-block;
	}
	.popup {
        right: 50px;
    }
}
/* MOBILE XXS*/
/* ========================================= */
@media (max-width: 480px) {
    .flights {
        padding: 15px 20px;
    }
	.flights:before, .flights:after {
		content: " ";
		position: absolute;
		top: 52%;
		transform: translateY(-50%) rotateZ(-45deg) skew(-5deg,-5deg);
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
		opacity: 0.3;
	}
	.flights:before {
		left: 7px;
		border-right: none;
		border-bottom: none;
	}
	.flights:after {
		right: 7px;
		border-left: none;
		border-top: none;
	}
	.vertiScroll__window {
		overflow-x: scroll;
	}
	.shadow-frame {
		position: relative;
	}
	.shadow-frame:before, .shadow-frame:after {
		content: " ";
		position: absolute;
		display: block;
		width: 10px;
		height: 100%;
		z-index: 99;
		top: 0;
	}
	.shadow-frame:before {
		box-shadow: 10px 0 10px -7px rgba(0,0,0,0.3) inset;
		left: 0;
	}
	.shadow-frame:after {
		box-shadow: -10px 0 10px -7px rgba(0,0,0,0.3) inset;
		right: 0;
	}
	.popup {
        right: -124px;
    }
}

/* PARKING CALC */
/* ========================================= */
.parking-img-wrap {
	position: relative;
	overflow-x: scroll;
}
.naplatna-1, .naplatna-2 {
	background: url('images/airport-map/sprite_airport_map.png');
	font-size: 15px;
	color: #fff;
	display: block;
	text-shadow: 1px 1px 0 #6F090D;
	line-height: 60px;
	text-align: center;
	position: absolute;
}
.naplatna-1 {
	background-position: 0 -400px;
	width: 134px;
	height: 49px;
	top: calc(14% - 0px);
	left: calc(50.4% - 119px);
}
.naplatna-2 {
	background-position: 0 -460px;
	width: 148px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	top: calc(41% - 17.5px);
	left: calc(60.9% - 0px);
}
.parking-calculator__frame {
	background: #133a82;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
	position: relative;
	margin: -40px 0 15px;
}

.parking-calculator__frame h4 {
	background: #0f2e68;
	color: #fff;
	padding: 15px;
	margin: 0;
	font-size: 18px;
}
.parking-calculator__frame .row {
	margin: 0;
}
.parking-calculator__frame .input-icon {
	margin: 15px 0;
}
.parking-calculator__frame .input-icon:after {
	content: " ";
	display: table;
	clear: both;
}
.parking-calculator__frame input {
	display: block;
	float: left;
	background: #0f2e68;
	background: rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.2);
	padding: 15px;
	width: calc(100% - 48px);
	border-radius: 4px 0 0 4px;
}
.parking-calculator__frame img {
	display: block;
	float: left;
	height: 48px;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(255,255,255,0.2);
	border-left: none;
	border-radius: 0 4px 4px 0;
}

.parking-calculator__result {
	background: #0f2e68;
	color: #fff;
}
.parking-calculator__result:after {
	content: " ";
	display: table;
	clear: both;
}

.parking-calculator__result .text {
	padding: 15px;
	float: left;
}
.parking-calculator__result #parking-result {
	background: #0B224E;
	padding: 15px 20px;
	float: right;
	font-family: 'RopaSansRegular', sans-serif;
	font-size: 24px;
}

/* MOBILE MD */
/* ========================================= */
@media (max-width: 1199px) {
	
}
/* MOBILE XS*/
/* ========================================= */
@media (max-width: 767px) {
	.parking-calculator__frame h4 {
		text-align: center;
	}
	.parking-calculator__result .text {
		float: none;
		text-align: center;
	}
	.parking-calculator__result #parking-result {
		float: none;
		text-align: center;
	}
}

/* ARRIVAL/DEPARTURE PAGE FLIGHTS */
/* ========================================= */

/* MOBILE MD */
/* ========================================= */
@media (max-width: 1199px) {
	.subpage .flights .col-3b {
		width: 147px;
	}
	.subpage .flights .col-4 {
		width: 116px;
	}
}
/* MOBILE SM */
/* ========================================= */
@media (max-width: 991px) {
	.subpage .flights {
		padding-left: 25px;
		padding-right: 25px;
	}
	.subpage .flights .col-3b {
		display: block;
		width: 174px;
	}
	.subpage .flights:before, .subpage .flights:after {
		content: " ";
		position: absolute;
		top: 52%;
		transform: translateY(-50%) rotateZ(-45deg) skew(-5deg,-5deg);
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
		opacity: 0.3;
	}
	.subpage .flights:before {
		left: 9px;
		border-right: none;
		border-bottom: none;
	}
	.subpage .flights:after {
		right: 9px;
		border-left: none;
		border-top: none;
	}
	.subpage .window {
		overflow-x: scroll;
	}
	.subpage .viewport {
		min-width: 700px;
	}
	.subpage .shadow-frame {
		position: relative;
	}
	.subpage .shadow-frame:before, .subpage .shadow-frame:after {
		content: " ";
		position: absolute;
		display: block;
		width: 10px;
		height: 100%;
		z-index: 99;
		top: 0;
	}
	.subpage .shadow-frame:before {
		box-shadow: 10px 0 10px -7px rgba(0,0,0,0.3) inset;
		left: 0;
	}
	.subpage .shadow-frame:after {
		box-shadow: -10px 0 10px -7px rgba(0,0,0,0.3) inset;
		right: 0;
	}
}
/* MOBILE XS*/
/* ========================================= */
@media (max-width: 767px) {
	.subpage .flights {
		margin-left: -20px;
		width: calc(100vw - 17px);
	}
	.subpage .subcontent.allflights .flights {
		margin-left: 0px;
		width: auto;
	}
	.subpage .flights .shadow-frame {
	    max-width: 100%;
	}
	.flights header span.title.col-1 {
		text-indent: 2px;
	}
	.subpage .viewport {
		min-width: 660px;
	}
}
