/*NavBar*/
/* .body-header-scroll {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
} */

header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
}


header#main-header {
	border: none;

	@media only screen and (max-width: 650px) {
		.departure-cover {
			padding-right: 5px;
		}

		.arrival-cover {
			padding-left: 5px;
		}

		.changeIcon {
			display: none;
		}

		.main-properties h3.title {
			font-size: 16px;
		}

		.main-properties p {
			font-size: 10px;
		}

		.main-city-tour-header {
			display: block;
			text-align: center;
			max-width: 100%;
			margin: 20px 0px;
			padding: 0px;
		}

		.main-city-tour-header p {
			text-align: center;
		}

		.popular-travels-cover {
			margin: 0px;
			width: 100%;
		}

		#divPopular .owl-carousel .owl-controls .owl-buttons div {
			opacity: 0.7;
		}

		#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev {
			left: 10px;
		}

		#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next {
			right: 10px;
		}

		.popular-travel-info {
			top: -20px;
			margin-bottom: 20px;
		}

		h2.popular-travel-location {
			font-size: 16px;
			margin-right: 0px;
		}

		.popular-travel-station {
			margin-right: 2px;
			padding: 6px 12px;
		}

		.popular-travel-location-info {
			padding: 2px;
		}
	}
}

.nav-bar {
	position: relative;
	width: 100%;
	max-height: 60px;
	border-radius: 0px;
	background-color: #fff;
	margin: 0px;
}

.theme-container {
	width: 1170px;
}

.header-container {
	position: relative;
	background-color: #fff;
	z-index: 1;
	margin: 0px auto;
}

.navbar-design {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 50%;
	bottom: 0px;
	background-color: var(--themeColor1);
}

.nav {
	position: relative;
}

.logo {
	position: relative;
	float: left;
	display: flex;
	margin: 0px;
	align-items: center;
	height: 60px;
}

.logo img {
	height: 50px;
	max-width: 172px;
}

.top-menus {
	position: relative;
	margin-left: 20px;
	transition: all 0.3s;
}

ul.menus {
	position: relative;
}

ul.menus li {
	position: relative;
	float: left;
	margin: 0px 1px;
}

ul.menus li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--themeColor1);
	height: 60px;
	padding: 0px 10px;
	margin: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

ul.menus li.submenu ul li {
	position: relative;
	float: left;
	margin: 0px;
}

ul.menus li:hover,
ul.menus li:hover a {
	background-color: var(--themeColor1);
	color: #fff;
}

ul.menus li.active,
ul.menus li.active a {
	color: #fff;
}

ul.menus li.submenu a::before {
	content: url('https://api.iconify.design/material-symbols/keyboard-arrow-down-rounded.svg?color=%23216f45');
	font-family: 'Pro';
	font-weight: 900;
	position: absolute;
	right: -3px;
	top: 22px;
}

ul.menus li.submenu:hover a::after {
	content: "";
	font-family: 'Pro';
	font-weight: 900;
	position: absolute;
	right: 5px;
}


ul.menus li.submenu ul li a::before {
	content: "";
}

ul.menus li.submenu ul li a::after {
	content: "";
}

ul.menus li.submenu:hover ul li a::after {
	content: "";
}

ul.menus li ul {
	display: none;
	position: absolute;
	max-width: 320px;
	left: 0px;
	top: 60px;
	background-color: #fff;
}

ul.menus li:hover>ul {
	display: table;
}

ul.menus li ul li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #fff;
}

ul.menus li.submenu ul li a {
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: left;
	white-space: nowrap;
	color: var(--themeColor1);
	background-color: #fff;
}

ul.menus li.submenu ul li:hover,
ul.menus li.submenu ul li:hover a {
	background-color: var(--themeColor1);
	color: #fff;
}

ul.menus li.active ul li a {
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: left;
	white-space: nowrap;
	color: var(--themeColor1);
	background-color: #fff;
}

ul.menus li.submenu ul li:hover,
ul.menus li.submenu ul li:hover a {
	background-color: var(--themeColor1);
	color: #fff;
}


.top-infos {
	position: relative;
	float: right;
	background-color: var(--themeColor1);
	height: 60px;
}

.top-infos:before {
	content: '';
	position: absolute;
	left: -48px;
    top: 0px;
    bottom: 0px;
    width: 49px;
	background-image: url(../img/header-corner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.social-media {
	position: relative;
	float: left;
	height: 60px;
	display: flex;
	align-items: center;
}

.social-media a {
	position: relative;
	float: left;
	margin-right: 10px;
	font-size: 20px;
	display: flex;
	width: 28px;
	height: 28px;
	background-color: #fff;
	color: var(--themeColor1);
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.social-media a:hover {
	background-color: var(--themeColor2);
}

.call-center {
	position: relative;
	float: left;
	margin: 0px 10px;
	display: flex;
	align-items: center;
	height: 60px;
}

.call-center a img {
	height: 46px;
	width: auto;
}

.user-area {
	position: relative;
	float: left;
	margin-left: 20px;
	display: flex;
	align-items: center;
	height: 60px;
}

.user-login {
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: center;
	border-right: 2px solid #fff;
	padding-right: 10px;
}

.user-save {
	position: relative;
	float: left;
}

.user-area a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}


.user-area a:hover {
	color: var(--themeColor2);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: var(--themeColor2);
}

ul.user-profile {
	list-style: none;
	padding: 0px;
}

ul.user-profile li.dropdown a {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
}

ul.user-profile li.dropdown a:hover {
	border-color: var(--themeColor2);
}

ul.user-profile li ul.dropdown-menu {
	border-radius: 0px;
	padding: 0px;
	min-width: 160px;
}

ul.user-profile li ul.dropdown-menu li a {
	padding: 5px 2;
	font-size: 14px;
	color: var(--themeColor1);
	border: none;
	border-radius: 0px;
}

ul.user-profile li ul.dropdown-menu li:hover a {
	background-color: var(--themeColor1);
	color: #fff;
}

ul.user-profile li ul.dropdown-menu li:hover a i:before {
	color: #fff;
	opacity: 1;
}

ul.user-profile li ul.dropdown-menu li:hover a i:after {
	color: #fff;
	opacity: .8;
}

.mobile-menu-button {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	float: right;
	margin-left: 10px;
}

.mobile-menu-button-inline {
	position: relative;
	display: none;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 9px;
	color: #fff;
}


.mobile-menu-button-inline span#menuText {
	font-weight: 600;
}

.mobile-menu-button-inline span#menuLine1 {
	position: relative;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.3s;
	margin-top: 6px;
}

.mobile-menu-button-inline span#menuLine2 {
	position: relative;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	margin: 3px 0px;
	display: block;
	transition: all 0.3s;
}

.mobile-menu-button-inline span#menuLine3 {
	position: relative;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffff;
	margin: 3px 0px;
	margin-bottom: 6px;
	display: block;
	transition: all 0.3s;
}

@media only screen and (min-width:768px)and (max-width:1024px) {
	.mobile-menu-button-inline span#menuLine3 {
		background-color: #fff;
	}
}

.mobile-menu-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}


@media only screen and (max-width: 1350px) {
	.theme-container {
		width: 96%;
		margin: 0px 2%;
	}

	.call-center a img {
		height: 30px;
	}
}

@media only screen and (max-width: 1250px) {
	ul.menus li a {
		padding: 0px 8px;
	}

	ul.menus li.submenu a:before {
		right: 2px;
	}
}

@media only screen and (max-width: 1150px) {
	.body-header-scroll {
		display: none;
	}

	header {
		position: relative;
		top: 0px;
	}

	.mobile-menu-button-inline {
		display: table;
	}

	.top-menus {
		position: fixed;
		width: 100%;
		top: 60px;
		left: -100%;
		height: calc(100vh - 60px);
		margin-left: 0px;
		display: none;
	}

	.mobile-menu-bg {
		display: block;
	}

	.menus-cover {
		position: absolute;
		display: block;
		left: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		background-color: #fff;
		height: 100%;
		overflow-y: auto;
	}

	ul.menus {}

	ul.menus li:hover>ul {
		display: none;
	}

	ul.menus li {
		display: block;
		width: 100%;
		background-color: #fff;
		color: var(--themeColor1);
		margin: 0px;
	}

	ul.menus li a {
		width: 100%;
		display: block;
		align-items: flex-start;
		font-size: 16px;
		height: auto;
		padding: 12px 20px;
		border-bottom: 1px solid var(--themeColor1);
		margin: 0px;
	}

	ul.menus li.submenu a:before {
		right: 5%;
	}

	ul.menus li.submenu ul {
		position: relative;
		max-width: 100%;
	}

	ul.menus li.submenu.open,
	ul.menus li.submenu.open a {
		background-color: var(--themeColor1);
		color: #fff;
	}

	ul.menus li.submenu.open:first-child() a:before {
		content: "";
	}

	ul.menus li.submenu ul {
		top: 0px;
	}

	ul.menus li.submenu.open ul {
		display: block;
	}

	ul.menus li.submenu.open ul li a {
		white-space: nowrap;
		color: var(--themeColor1);
		background-color: #fff;
		padding-left: 40px;
	}

	ul.menus li.submenu.open ul li a {
		background-color: var(--themeColor1);
		color: #fff;
	}

	ul.menus li.submenu.open ul li.active a {
		background-color: var(--themeColor1);
		color: #fff;
	}

	.user-area {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 650px) {
	.navbar-design {
		background-color: #fff;
	}

	.logo img {
		height: 40px;
		max-width: 162px;
	}


	@media only screen and (min-width:280px) and (max-width:653px) {
		.logo img {
			height: 30px;
			max-width: 120px;
		}
	}

	.mobile-menu-button {
		position: relative;
		display: flex;
		align-items: center;
		height: 60px;
		float: right;
		margin-left: 5px;
	}

	.mobile-menu-button-inline {
		padding: 5px;
	}

	.mobile-menu-button-inline {
		border: 1px solid var(--themeColor1);
		color: var(--themeColor1);
	}

	.mobile-menu-button-inline span#menuLine1 {
		background-color: var(--themeColor1);
	}

	.mobile-menu-button-inline span#menuLine2 {
		background-color: var(--themeColor1);
	}

	.mobile-menu-button-inline span#menuLine3 {
		background-color: var(--themeColor1);
	}

	.menus-cover {
		width: 100%;
	}

	.top-infos {
		background-color: #fff;
	}

	.top-infos:before {
		background-image: none;
		width: 0px;
		height: 0px;
	}

	.call-center {
		display: none;
	}

	.user-area.mobile-noflex {
		/*display: table;*/
		margin-right: 10px;
	}

	.user-login {
		border: 1px solid var(--themeColor1);
		border-radius: 4px;
		float: none;
		margin-right: 0px;
		padding: 8px 4px;
		margin-bottom: 0px;
	}

	.user-save {
		border: 1px solid var(--themeColor1);
		border-radius: 4px;
		float: none;
		margin-right: 0px;
		padding: 4px;
		margin-top: 4px;
		display: none;
	}

	.user-area a {
		color: var(--themeColor1);
		font-size: 12px;
	}

	ul.user-profile li.dropdown {
		max-width: 86px;
		border: 1px solid var(--themeColor1);
		border-radius: 4px;
	}

	ul.user-profile li.dropdown a {
		border: 1px solid var(--themeColor1);
		padding: 10px 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		border-color: transparent;
		display: table;
	}

	ul.user-profile li.dropdown ul li a {
		display: block;
	}

	ul.user-profile li.dropdown a:hover {
		border-color: transparent;
	}

	ul.user-profile li ul.dropdown-menu {
		left: 0px;
	}

}

/*NavBar*/
/*Owl Carousel*/

.top-area .owl-carousel-area .owl-item {
	/*height: 100vh;*/
}


.owl-pagination {
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding-right: 2%;
	padding-left: 2%;
	border-top-left-radius: 50px;
}

.owl-controls .owl-page span {
	background-color: var(--themeColor2);
}

/*Owl Carousel*/
.koltuk {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	float: left;
	/*border: 1px solid #bcd3ec;*/
	width: 46px;
	/*50px;*/
	height: 46px;
	/*50px;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: left;
	line-height: 50px;
	margin: 2px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	transition: all .5s ease;
	background-image: url(../img/seat.png);
	background-repeat: no-repeat;
	background-size: 100% 113%;
	background-position: center center;
}

.koltuk:hover:not(.bos):not(.secili):not(.kadin):not(.erkek):not(.satamaz):not(.member-info-koltuk) {
	/*background-image:url(../img/seat-select.png);
	color:white;*/
}

.koltuk.bos {
	background-image: none;
	cursor: default;
	height: 30px;
}

.koltuk.bos-21 {
	background-image: none;
	height: 1px;
}

#divTravel li {
	margin-bottom: 3px;
}

#divTravel li .row {
	margin-left: 3px;
	margin-right: -32px;
	line-height: 0.4px;
}

@media only screen and (max-width:1023px) {
	#divTravel li .row {
		margin-left: 3px;
		margin-right: -15px;

	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
	.col-xs-3 {
		width: 0%;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}
}



.popover {
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
	background-color: #ffffff;
	border: none;
}

.arrow {
	border-top-color: #fff;
}

.popover-content {
	padding: 5px;
}

.cinsiyet-secim {
	display: inline-block;
	width: 65px;
	height: 60px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
}

.erkek {
	background-image: url(../img/seat-man.png);
	color: black;
	cursor: no-drop;
}

.kadin {
	background-image: url(../img/seat-woman.png);
	color: black;
	cursor: no-drop;
}

.secili {
	background-image: url(../img/seat-select.png);
	color: black;
}

.dolu-erkek {
	background-image: url(../img/seat-man.png);
}

.dolu-kadin {
	background-image: url(../img/seat-woman.png);
}

.satamaz {
	background-image: url(../img/seat-nosell.png);
}

.sec {
	display: inline-block;
	width: 40px;
	height: 45px;
	color: #00010e;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	margin: 0 5px;
}

.sec>div {
	margin-top: 30px;
	font-size: 14px;
}

.sec-boy1 {
	background-image: url(../img/seat-man.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.sec-girl1 {
	background-image: url(../img/seat-woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.koltukbayan {
	background-color: pink;

}

.koltukbay {

	background-color: blue;
}

.koltukNo {
	text-align: center;
	display: table;
	font-weight: 900;
}

.baslikno {
	position: absolute;
	margin: 0px 0px;
	font-size: 26px;
	font-weight: bold;
	width: 60px;
	padding: 10px 15px;

}

.member-info {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.member-info * {
	color: #333;

}

.member-info-col {
	display: flex;
	padding: 5px;
	border: 1px solid #ccc;
}

.member-info-koltuk {
	cursor: help;
}

.member-info-koltuk-text {
	line-height: 20px;
	font-size: 12px;
	font-weight: 900;
	display: flex;
	text-align: left;
	justify-content: center;
}

.total-price h4 {
	font-weight: 900;
}

@media only screen and (max-width: 800px) {
	.member-info {
		display: block;
	}

	.member-info * {}

	.member-info-col {
		width: calc(50% - 2px);
		float: left;
	}

	.member-info-koltuk-text {
		line-height: 40px;
	}

	.member-info-koltuk-text span {
		display: none;
	}
}

@media (max-width:992px) {
	.baslikno {
		position: absolute;
		margin: 0px 5px;
		font-size: 22px;
		font-weight: bold;
		background: #dedede;
		color: black;
		border-radius: 15px;
		width: 45px;
		padding: 0px 9px;

	}

}

.tablet-seen {
	display: none;
}

.mobile-seen {
	display: none;
}

@media only screen and (max-width: 1150px) {
	.tablet-seen {
		display: contents;

	}
}

@media only screen and (max-width: 650px) {
	.desktop-seen {
		display: none;
	}

	.mobile-seen {
		display: contents;
	}
}

@media screen and (max-width: 600px) {
	.nomobile {
		visibility: hidden;
		clear: both;
		float: right;
		margin: 5px auto;
		width: 22%;
		height: auto;
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.notablet {
		visibility: hidden;
		clear: both;
		float: right;
		margin: 5px auto;
		width: 22%;
		height: auto;
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.mobilefont {
		font-size: 10px;
	}

}


.mdlTv {
	background: url(../img/modelOption/tv.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.mdlWc {

	background: url(../img/modelOption/wc.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;

}

.mdlPower {
	background: url(../img/modelOption/220priz.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.mdl11 {
	background: url(../img/modelOption/mdl11.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.mdl21 {
	background: url(../img/modelOption/mdl21.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.mdl22 {
	background: url(../img/modelOption/mdl22.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.mdlWifi {
	background: url(../img/modelOption/wifi.png) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: table;
	margin-left: 5px;
	float: left;
}

.artvinBlock {
	padding: 1px;
	margin: 10px 0 0 0;
	border: 1px solid #eee;
	border-top-width: 3px;
	border-radius: 3px;
}

.artvinBlock-blue {
	border-top-color: #1b809e;
}

.artvinBlock-red {
	border-top-color: #ce4844;
}

.artvinBlock h3 {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.artvinBlock-body {
	padding: 5px 15px;
	font-size: 1.1em;
}

.artvinBlock p {
	padding: 5px 15px;
	font-size: 1.5em;
}

.date-box {
	width: 13.2%;
	float: left;
	margin: 0.5em 0.5%;
	padding: 5px;
	box-shadow: 0px 0px 2px silver;
	cursor: pointer;
	border-bottom: 2px solid silver;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.today {
	background-color: #ffffff;
	border-bottom-color: #8282ea;
	color: #000000;
}

.date-box.active {
	color: #ffffff;
	background-color: #009de2;
	border-bottom-color: #333;
}

.date-month {
	color: #000000;
}

.date-mobile {
	width: 8%;
	float: left;
	margin: 1em 2%;
	padding: 8px 1%;
	cursor: pointer;
}

.date-middle {
	width: 72%;
	font-size: 1.5em;
	float: left;
	margin: 0 2%;
	padding: 5px 1%;
	box-shadow: none;

}

#divChk {
	display: none;
	position: fixed;
	margin: 0 3%;
	overflow: auto;
	padding: 4%;
	width: 94%;
	height: 83%;
	top: 9%;
	z-index: 99999;
	background-color: #ffffff;
	box-shadow: 7px 4px 5em 20px #333;
}

.borderbg {
	-webkit-box-shadow: -3px 0px 42px 5px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: -3px 0px 42px 5px rgba(0, 0, 0, 0.29);
	box-shadow: -3px 0px 42px 5px rgba(0, 0, 0, 0.29);

}

.selSeats {
	position: relative;
	background: #efefef;
	overflow-x: scroll;
	width: 100%;
}

.bus {
	position: relative;
	display: inline-table;
	border: 1px solid #333;
	-webkit-border-radius: 40px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 40px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 10px auto;
	background-color: #fff;
	padding: 5px 10px;
	padding-left: 50px;
	padding-right: 20px;
	width: max-content;
}

.busFront {
	position: relative;
	width: 50px;
	height: 240px;
	color: #000;
	float: left;
	font-size: 30px;
	color: #000;
}

.bus i {
	position: absolute;
	bottom: 20px;
	left: 10px;
	transform: rotate(-90deg);
	font-size: 40px;
	color: #000;
}

.busSeats {
	position: relative;
	display: inline-grid;
	float: left;
}

.busBack {
	position: relative;
	width: 20px;
	float: left;
	height: 200px;
	display: none;
}

.payPass {
	display: none;
	position: fixed;
	margin: 0px;
	bottom: 2%;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	background-color: lightseagreen;
	color: #fff;
	padding: 0px 20px;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
}

.seat-infos {
	position: relative;
	display: flex;
	margin: 8px auto;

}

.seat-info-area {
	position: relative;
	display: table;
	float: left;
	margin-right: 10px;
}

.tBb-cell.seat {
	background-image: url(../img/seat.png);
	cursor: pointer;
}

.tBb-cell.seat-select {
	background-image: url(../img/seat-select.png);
	color: #fff;
}

.tBb-cell.full-man {
	background-image: url(../img/seat-man.png);
	cursor: no-drop;
}

.tBb-cell.full-woman {
	background-image: url(../img/seat-woman.png);
	cursor: no-drop;
}

.seat-info-icon {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 30px !important;
	height: 30px !important;
	cursor: default !important;
	transform: rotate(0deg) !important;
}

.tBb-cell {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 1px 0px;
	font-size: 10pt;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.seat-info-text {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #333;
}

.changeIcon {
	color: var(--themeColor1);
	font-size: 16px;
	position: absolute;
	right: -11px;
	top: 65%;
	margin-top: -16px;
	cursor: pointer;
	background: #fff;
	padding: 2px;
	transition: ease all 0.2s;
	border-radius: 20px;
	border: 1px solid var(--themeColor1);
}

@media only screen and (min-width:600px) and (max-width:1023px) {
	.changeIcon {
		display: none;
		visibility: hidden;

	}
}

@media only screen and (min-width:600px) and (max-width:1024px) {
	.changeIcon {

		margin-top: -9px;
	}

}


.changeIcon:hover {
	transform: rotate(-180deg);
	background-color: #000;
	color: #fff;
}

.changeIconTravel {
	top: auto;
	bottom: -42px;
	right: 10px;
	transform: rotate(90deg);
}

.changeIconTravel:hover {
	transform: rotate(-270deg);
}

@media only screen and (max-width: 600px) {
	.changeIcon {
		display: none;
		visibility: hidden;
	}
}

h1.home-title {
	font-size: 26px;
	font-weight: 900;
	margin: 10px 0px;
}

h2.thumb-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

img[data-image] {
	position: relative;
}

.img-loader {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
	height: 8px;
	width: 40px;
	transform: translateY(-50%);
}

.img-load-pin {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #009de2;
	left: 0px;
	top: 0px;
	right: 100%;
	border-radius: 4px;
	-webkit-animation: img-load 1s infinite linear;
	animation: img-load 1s infinite linear;
}

@-webkit-keyframes img-load {
	0% {
		width: 8px;
	}

	100% {
		width: 100%;
	}
}

h3.bulletin {
	font-size: 18px;
	font-weight: 600;
	color: #056f9e;
	margin-top: 10px;
}

p.bulletin {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

@media only screen and (max-width: 500px) {
	.koltuk {
		width: 46px;
		height: 46px;
	}
}

.banner-area {
	position: relative;
}

.bg-holder {
	border-top: 0px solid transparent;

}

.main-travel-search {
	width: 1270px;
}

.main-travel-search-cover {
	position: relative;
	width: 100%;
	margin: 0px;
	background: var(--themeColor1);
}

.main-travel-search-header {
	position: relative;
	width: 100%;
	height: 20px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	background-color: var(--themeColor1);
}

.main-travel-search-header-head {
	position: absolute;
	background-color: var(--themeColor1);
	color: #fff;
	font-size: 20px;
	text-align: center;
	top: -51px;
	border-radius: 20px;
	left: 0;
	padding: 14px 20px 23px 20px;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}

.main-travel-search-header-head iconify-icon {
	display: none;
}

.main-travel-search-area {
	position: relative;
	width: 100%;
	padding: 22px 0px 28px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.page-load {
		position: relative;
	}

	.main-travel-search {
		position: relative;
		width: 1270px;
		left: 50%;
		transform: translate(-50%);
		bottom: -1px;
		display: flex;
		align-items: center;
	}

	.main-travel-search-header {
		top: 26px;
		position: relative;
		width: 100%;
		height: 55px;
		border-radius: 30px;
		background-color: var(--themeColor1);
	}

	.main-travel-search-header-head {
		color: #fff;
		font-size: 20px;
		top: 0px;
	}

	.main-travel-search-header-head i {
		margin-right: 5px;
	}

}




.margin-bottom-0 {
	margin-bottom: 0px;
}


.form-control.travel-date,
.form-control#seferTarih {
	position: relative;
	border-radius: 8px;
	height: 45px;
	padding: 10px 34px;
	font-size: 13px;
	background: #fdfcfc;
	font-size: 16px;
	font-weight: 400;
}

.form-group i.fas {
	position: absolute;
	top: 0px;
	left: 6px;
	line-height: 45px;
	font-size: 20px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 8px;
	height: 45px;
	padding: 10px 24px;
	font-size: 13px;
	background: #fdfcfc;
	box-shadow: -1px 1px 2px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
	border-left: 1px solid #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #666 transparent transparent;
	margin-top: 0px;
}

.btn-primary {
	background-color: var(--themeColor1);
	float: left;
}

.btn-travel-search {
	border-radius: 8px;
	background: var(--themeColor1);
	font-size: 18px !important;
	font-weight: 400;
	color: #fff;
	margin-bottom: 3%;
	margin-top: -6%;
}

.btn-travel-search-anasayfa {
	border-radius: 8px;
	background: var(--themeColor1);
	font-size: 18px !important;
	font-weight: 400;
	color: #fff;
}

label.travel-search-label {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.main-properties {
	margin: 40px auto;
}

.main-properties .iconifystyle {
	font-size: 50px;
	margin-bottom: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background-color: 1s ease-out;
	color: var(--themeColor1);
}

.main-properties .col-md-3:hover .iconifystyle {
	transform: rotateY(360deg);
	-moz-transform: scale(1.2) rotate(360deg);
	-webkit-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(360deg);
	-ms-transform: scale(1.2) rotate(360deg);
	transform: scale(1.2) rotate(360deg);
	color: var(--themeColor1);

}


.main-properties i.fad:after {
	opacity: 1;
}

.main-properties h3.title {
	font-size: 20px;
	font-weight: 400;
	color: var(--themeColor1);
}

.main-properties p {
	color: #999;
	font-size: 15px;
}

.main-campaign {
	margin: 40px auto;
}

.main-numbers {
	margin: 40px auto;
}

.main-city-tour {
	margin: 40px auto;
}

.main-city-tour-header {
	position: relative;
	max-width: 300px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	display: inline-table;
	margin-bottom: 20px;
}

h1.city-tour-title,
h2.city-tour-title {
	font-size: 25px;
	font-weight: 400;
	display: inline-table;
	margin-bottom: 0px;
}

.text-primary-color {
	color: var(--themeColor1);
}

.text-secondary-color {
	color: var(--themeColor2);
}

.main-city-tour-header p {
	font-size: 13px;
	font-weight: 600;
}

.city-tour-img {
	position: relative;
	display: table;
	margin: 5px 0px;
	border: 8px solid transparent;
	border-radius: 15px;
	transition: all 0.3s;
	overflow: hidden;
	cursor: pointer;
}

.city-tour-img:hover {
	border-top-color: var(--themeColor1);
	border-left-color: var(--themeColor1);
	border-right-color: var(--themeColor2);
	border-bottom-color: var(--themeColor2);
}

a.city-tour-view {
	position: absolute;
	bottom: -50px;
	display: inline-table;
	padding: 4px 10px;
	border-radius: 20px;
	background-color: #fff;
	color: var(--themeColor1);
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	transform: translate(-50%);
	transition: all 0.3s;
	opacity: 0;
}

a.city-tour-view:hover {
	background-color: var(--themeColor1);
	color: var(--themeColor2);
}

.city-tour-img:hover a.city-tour-view {
	bottom: 20px;
	opacity: 1;
}

.city-tour-name {
	position: absolute;
	display: flex;
	align-items: center;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
}

@media only screen and (min-width:280px) and (max-width:653px) {
	.city-tour-name {
		left: 0px;
	}
}

.city-sign-board {
	padding: 7px 14px;
}

.city-sign-board-secondary {
	background-color: var(--themeColor2);
}

span.city-sign-line {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 2px solid #fff;
	border-radius: 4px;
}

.main-popular-travel {
	margin: 40px auto;
}
.popular-travel-cover {
	cursor:pointer;
}
.popular-img:hover {
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.42);
}
h2.popular-travel-title {
	position: relative;
	margin: 0px auto;
	display: table;
	font-size: 26px;
	font-weight: 400;
	color: #666;
	white-space: nowrap;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

@media only screen and (min-width:280px) and (max-width:653px) {
	h2.popular-travel-title {
		font-size: 20px;
		font-weight: 600;

	}
}


span.popular-travel-title-line1 {
	position: absolute;
	bottom: 0px;
	height: 7px;
	width: 100px;
	background-color: var(--themeColor1);
	left: 50%;
	transform: translate(-50%);
}

span.popular-travel-title-line2 {
	position: absolute;
	bottom: 3px;
	height: 1px;
	width: 220px;
	background-color: #ccc;
	left: 50%;
	transform: translate(-50%);
}

#owl-carousel-popular .owl-item {
	height: auto;
}

.popular-travels-cover {
	position: relative;
	margin: 0px 5%;
	width: 90%;
}

#divPopular .owl-carousel .owl-controls .owl-buttons div {
	background-color: transparent;
	border: none;
	color: var(--themeColor2);
	opacity: 0.4;
	font-size: 30px;
	transition: all 0.2s;
}


#divPopular .owl-carousel .owl-controls .owl-buttons div:hover {
	opacity: 1;
}

#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev,
#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next {
	box-shadow: none;
	background-color: transparent;
	background: none;
}

#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev {}

#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next {}

#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
	content: '\003C';
	font-family: 'Pro';
	font-weight: 400;
}

#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next:before {
	content: '\003E';
	font-family: 'Pro';
	font-weight: 400;
}


.popular-travel-info {
	position: relative;
	top: -30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.popular-travel-info-area {
	position: relative;
	display: inline-table;
	margin: 0px auto;
}

h2.popular-travel-location {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-right: 40px;
}

.popular-travel-station {
	position: relative;
	float: left;
	margin-right: 10px;
	background-color: var(--themeColor1);
	border-radius: 8px;
	padding: 6px 20px;
}

span.city-sign-line2 {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 2px solid #fff;
	border-radius: 6px;
}

.popular-travel-location-info {
	position: relative;
	float: right;
	padding: 10px 15px;
	background-color: orange;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 8px;
	top: -20px;
}

.popular-travel-location-info strong {
	font-size: 21px;

}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.main-travel-search-cover {
		position: relative;
		width: 100%;
		display: table;
		margin: 0px;
	}
}


@media only screen and (max-width: 1024px) {
	.main-travel-search {
		width: 96%;
		margin: 0px 2%;
		left: auto;
		transform: translate(0px);
	}
}


@media only screen and (max-width: 1023px) {
	.main-travel-search {
		position: relative;
	}

	.main-travel-search-area {
		position: relative;
		width: 100%;
		height: 597px;
		background-image: url(../images/min-bg.jpg);
		background-repeat: no-repeat;
		padding: 22px 0px 28px;
		background-size: cover;
		background-position: center;
		background-color: hsl(134deg 2.83% 51.06% / 70%);
		background-blend-mode: overlay;
		display: flex;
		justify-content: center;

	}

	.main-travel-search-header {
		border-radius: 0px;
		background-color: transparent;
		height: auto;
		width: 100%;
	}

	.main-travel-search-header-head {
		position: relative;
		width: 100%;
		height: 100px;
		background-color: var(--themeColor1);
		color: #fff;
		font-size: 20px;
		text-align: center;
		top: 6px;
		border-radius: 30px;
		left: 50%;
		transform: translate(-50%);
	}


	.main-travel-search-header-head i {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.main-travel-search-header-head {
		position: absolute;
	}
}

@media only screen and (min-device-width: 370px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
	.main-travel-search-header-head {
		height: 49px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.main-travel-search-header-head {
		height: 73px;
		line-height: 0.8;
	}
}


@media only screen and (max-width: 650px) {

	.departure-cover {
		padding-right: 5px;
	}

	.arrival-cover {
		padding-left: 5px;
	}

	.changeIcon {
		display: none;
	}

	.main-properties h3.title {
		font-size: 16px;
	}

	.main-properties p {
		font-size: 10px;
	}

	.main-city-tour-header {
		display: block;
		text-align: center;
		max-width: 100%;
		margin: 20px 0px;
		padding: 0px;
	}

	.main-city-tour-header p {
		text-align: center;
	}

	.popular-travels-cover {
		margin: 0px;
		width: 100%;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons div {
		opacity: 0.7;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: 10px;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 10px;
	}

	.popular-travel-info {
		top: -20px;
		margin-bottom: 20px;
	}

	h2.popular-travel-location {
		font-size: 16px;
		margin-right: 0px;
	}

	.popular-travel-station {
		margin-right: 2px;
		padding: 6px 12px;
	}

	.popular-travel-location-info {
		padding: 2px;
	}
}


@media only screen and (min-width: 651px) {


	.main-properties h3.title {
		font-size: 16px;
	}

	.main-city-tour-header {
		text-align: center;
		max-width: 100%;
		margin: 20px 5px;
		padding: 0px;
	}

	.main-city-tour-header p {}

	.popular-travels-cover {
		margin: 0px;
		width: 100%;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons div {
		opacity: 0.9;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: 13px;
	}

	#divPopular .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 13px;
	}

	.popular-travel-info {
		top: -20px;
		margin-bottom: 20px;
	}

	.popular-travel-station {
		margin-right: 15px;
		padding: 12px 24px;
	}


}

footer {
	position: relative;
	background-color: var(--themeColor1);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	min-width: 100%;
}

.theme-container-footer {
	position: relative;
	z-index: 1;
}

.footer-top-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-image: url(../img/footer-top-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}

.footer-left {
	margin-top: 58px;
}

.footer-center {
	margin-top: 73px !important;
}

.footer-logo {
	position: relative;
	display: block;
	margin: 10px 0px;
}

.footer-logo a img {
	width: 200px;
}

.footer-callcenter {
	position: relative;
	display: block;
	margin:  0px;
}
.footer-callcenter svg {
	position: relative;
	top:4px;
}
.footer-callcenter a  {
	color:#fff !important;
	font-size:18px;
}

.footer-callcenter a img {
	width: 194px;
}

.footer-social {
	position: relative;
	display: block;
	margin: 20px 0px;
}

.footer-social-link {
	position: relative;
	margin-right: 20px;
	float: left;
	font-size: 30px;
}

.footer-social-link a {
	height: 30px;
	line-height: 30px;
	float: left;
	font-weight: 900;
}

.fb-icon {
	border-radius: 22%;
	color: #fff;
}

.twitter-icon {
	color: #fff;
	border-radius: 22%;
}

.instagram-icon {
	color: #fff;
	border-radius: 22%;
}

.fb-icon:hover {
	color: #3b5998;
}

.twitter-icon:hover {
	color: #00acee;
}

.instagram-icon:hover {
	color: rgb(225 48 108);
}

p.footer-app-text {
	margin: 20px 0px;
	color: #fff;
}

.footer-md2 {
	width: 15%;
}

@media only screen and (max-width: 1150px) {
	footer {
		background-image: none;
	}
}

@media only screen and (max-width: 1023px) {
	footer {
		background-image: none;
	}

	.footer-left {
		margin-top: 58px;
	}

	.footer-center {
		margin-top: 15px !important;
	}
}





@media only screen and (max-width: 650px) {
	.footer-left {
		margin-top: -16px;
	}

	.footer-logo {
		float: left;
		display: table;
		margin: 20px 0px;
	}

	.footer-logo a img {
		width: 150px;
	}

	.footer-callcenter {
		float: right;
		display: table;
	}

	.footer-callcenter a img {
		width: 150px;
	}

	.footer-social {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.footer-center {
		margin-top: 20px;
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.theme-container-footer {
		width: 96%;
	}

	.footer-left {
		margin-top: 30px;
	}
}

.text-primary-mobil {
	color: #fff;
}

.cta {
	background-size: cover;
	background-position: center;
	background-color: var(--themeColor1);
	background-blend-mode: overlay;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding-top: 20px !important;
	height: 200px;
}


.popular-img {
	border-radius: 33px;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {

	.popular-travel-location-info {
		padding: 5px 10px;
		font-size: 11px;
		top: -80px;
	}

	.popular-travel-location-info strong {
		font-size: 16px;
	}

	.popular-travel-station {
		margin-right: 15px;
		padding: 10px 15px;
	}

	.popular-travel-info {
		top: -20px;
		margin-bottom: 0;
		left: 10px;
	}

	h2.popular-travel-location {
		margin: 0px;
		padding: 0px;
		margin-right: 0;
	}

	.footer-left {
		margin-top: 29px;
		margin-bottom: 20px;
		margin-left: 148px;
	}

	.footer-center {
		margin-top: 47px !important;
	}

	.col-sm-6 {
		width: 37%;
	}

}

.btn-anasayfa {
	color: var(--themeColor1);
	background-color: #fff;
	margin: 0;
}

.sifre-btn-style {
	margin-top: 18px;
}