.koltuk {
	display: inline-block;
	cursor: pointer;
	float: left;
	border: 1px solid #bcd3ec;
	width: 46px;
	height: 38px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	line-height: 34px;
	margin: 2px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	transition: all .5s ease;

}


.koltuk.bos {
	border: 0;
	cursor: auto;
}

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

#divTravel li .row {
	margin-left: 0;
	margin-right: 0;
}

.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 {
	border-radius: 3px 0 0 3px;
	background-image: url(../img/mann.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 12px;

}

.kadin {
	border-radius: 3px 0 0 3px;
	background-image: url(../img/womann.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.secili {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/secili1.png);
	border: none;
	background-position: right;
}

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

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

.satamaz {
	background-image: url("../img/satamaz.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	border: none;
}

.altdurak {
	background-image: url("../img/altdurak.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	border: none;
}

.altdurak-kadin {
	background-image: url(../img/altdurak-kadin.png);
}

.altdurak-erkek {
	background-image: url(../img/altdurak-erkek.png);
}

.empty {
	background-image: url(../img/seat.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-position: right;
}

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

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

.sec-boy1 {
	background-image: url(../img/mann.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.sec-girl1 {
	background-image: url(../img/womann.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.koltukbayan {
	background-color: pink;

}

.koltukbay {

	background-color: blue;
}

.koltukno {
	float: left;
	width: 20%;
	text-align: center;
	background-color: white;

}

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

}

@media (max-width:992px) {
	.baslikno {
		position: absolute;
		margin: -13px -4px;
		font-size: 19px;
		font-weight: bold;
		background: #dedede;
		color: black;
		border-radius: 15px;
		width: 43px;
		padding: 2px 9px;
	}

}


@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;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	float: left;
}

.mdlWc {

	background: url(../img/modelOption/wc.png) no-repeat;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	float: left;

}

.mdlPower {
	background: url(../img/modelOption/power.png) no-repeat;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	float: left;
}

.mdl21 {
	background: url(../img/modelOption/mdl21.png) no-repeat;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	float: left;
}

.mdl22 {
	background: url(../img/modelOption/mdl22.png) no-repeat;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	float: left;
}

.mdlWifi {
	background: url(../img/modelOption/wifi.png) no-repeat;
	width: 28px;
	height: 28px;
	padding-left: 2px;
	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: #2c2c2c;
}

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

.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: #2c2c2c;
	color: #000000;
}

.active {
	color: #000000;
	border-bottom-color: #d30000;
}

.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 {
	margin-top: 29px;
	-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: #fff;
	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: 24px;
	padding-right: 20px;
	width: max-content;
}

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

.busFront i {
	position: absolute;
	bottom: 20px;
	left: 10px;
	transform: rotate(-90deg);
}

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

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

.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;
}

/**/
.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;
}

.nodesktop2 {
	display: none;
}

@media only screen and (max-width: 768px) {
	.nodesktop2 {
		display: block;
	}
}

/*@media only screen and (max-width: 700px) {
	.bus{
		-webkit-border-radius: 40px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius: 40px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-radius: 40px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.busFront{
		width:100%;
		height:50px;
		float:none;
	}
	.busFront i{
		transform:rotate(0deg);
	}
	.busSeats{
		width:100%;
		display:block;
		float:none;
	}
	.busBack{
		float:none;
		width:100%;
		height:10px;
	}
}*/