a {
	color: #333;
}
label {
    letter-spacing: unset;
}
.selector-box {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
.searchbox-new .selector-box {
	min-width: 300px;
}
.searchbox-new .selector-box ul {
    padding: 0;
    margin: 0;
}

.searchbox-new .selector-box ul li {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.searchbox-new .selector-box ul li:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.searchbox-new .selector-box ul::-webkit-scrollbar {
	width: 0; 
}
.searchbox-new .selector-box ul::-webkit-scrollbar-thumb {
	background: #ef3f3e; 
}

.searchbox-new .form-control {
	padding-right: 45px;
}
.home-layout .title{
	color: #28374f;
	font-size: 24px;
	padding: 0 18px;
}
.home-banner {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #CAD4DD;
  /*min-height: 255px;*/
}
.home-banner-yatay {
  border-radius: 8px;
  overflow: hidden;
}
.home-layout p {
	color: #666;
}
.hb-title {
	font-size: 16px;
	margin: 10px;
	margin-bottom: 0;
	color: #28374f;
	height: 52px;
	display: flex;
	align-items: center;
}
.hb-link {
	/*margin: 0 10px;*/
	display: flex;
	align-items: center;
}
header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: unset;
    -webkit-box-align: center;
    -ms-flex-align: end;
    align-items: center;
   	justify-content: space-between;
}

header .menu nav {
    margin: unset;
}

header .main-navbar .nav-menu > li > a {
	font-weight: normal;
    text-transform: unset;
    padding: 0 18px;
    letter-spacing: unset;
}
header .main-navbar .nav-menu > li {
    margin: 0;
}
.light_header {
	border-top: 2px solid #ED4144;
	border-bottom: 1px solid #EFEFEF;
}
.tour-header-category {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.tour-header-category ul li a {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	margin: 12px 25px 12px 0;
	color: #333;
}
.tour-header-category ul li a:hover {
	color: #0568D9;
}

.blog-list {
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 10px;
	border-radius: 6px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	min-height: 360px

}
.blog-list img {
	border-radius: 6px;
}
.blog-read-more {
	border-radius: 32px;
	padding: 10px 15px;
	border: 1px solid #EFEFEF;
	width: 150px
}
.blog-read-more:hover {
	border-color: #333;
	color: #333;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #f9f9f9;
}
.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
}
.footer-menu-title {
	margin-bottom: 10px;
}
.footer-menu li {
	display: block;
	margin-bottom: 5px;
}
.footer-menu li a {
	display: block;
}
.trust-marks {
	background: #f9f9f9;
	padding: 10px 0;
}
.trust-marks .trust-icon {
    float: left;
    width: 20%;
    line-height: 50px;
    text-align: center;
    display: table;
    font-size: 32px;
	color: #0568D9;
}
.trust-marks-title {
	color: #0568D9;
    font-weight: bold;
    display: block;
}
@media (max-width: 728px) {
	.trust-marks .col-md-3 {
		margin-bottom: 10px;
	}
}


.copyright {
	text-align: center;
	padding: 15px;
	color: #ccc;
}

.ccart {
	text-align: center;
	padding: 0 15px;
}
.ccart p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.home-map {
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 30px;
}
.home-map iframe {
	width: 100%;
	height: 400px;
}
@media (max-width: 728px) {
	.home-map iframe {
		height: 200px;
	}
}

.form-left {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 10px
}
.fml-item {
	display: flex;
	justify-content: flex-end;
}
.fml-item i {
	color: #0568D9;
	font-size: 32px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	display: inline-block;
	flex-shrink: 0;
}
.fml-item-content {
	margin-left: 15px;
}
.fml-item-content p {
	color: #333;
}
.fml-item-title {
	color: #0568D9;
}
.form-check-input {
	flex-shrink: 0;
	margin-right: 5px;
}
.form-text-link a {
	color: #0568D9;
}
.btn-block {
	display: block;
	width: 100%;
	border-radius: 6px;
}
.success-icon {
	font-size: 64px;
	color: #4caf50;
}

.error-icon {
	font-size: 64px;
	color: #ff0000;
}
header.light_header .menu .brand-logo img {
     -webkit-filter: unset; 
     filter: unset; 
}
.price-list-item {
	border: 1px solid #f0f0f0;
	padding: 15px;
	margin-top: 10px;
}
.price-list-item:hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	cursor: pointer;
}
.price-list-item-title span {
	font-weight: bold;
	color: #0568D9;
}

.price-list-item-detail {
	background: #f0f0f0;
	display: block;
}
.flex-table {
  display: flex;
  flex-flow: row wrap;
}
.pl-row {
  width: calc(100% / 7);
  text-align: center;
  background: #fff;
 border-left: solid 1px #EFEFEF;
}
.pl-header {
	background-color: #EFEFEF;
	color: #888;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pl-price {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 20px 10px;
	color: #0568D9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pl-row-button {
	color: #28a745 !important;
	border-radius: 2px;
	border: 1px solid #28a745 !important;
	font-weight: normal;
	padding: 3px;

}

@media (max-width: 998px) {
	.pl-row {
		width: 100%;
		border: 0;
	}
	.pl-header {
		padding: 6px;
	}
	.pl-price {
		padding: 10px;
	}
}

.single-section .description-section .description-details .menu-part-new {
    margin-top: 20px;
    margin-bottom: 30px;
}

.reservation-info {
	background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
    padding-bottom: 0.1px;
}

.reservation-info h4 {
	padding: 15px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 0;
}
.reservation-info-item p {
	padding: 0;
	margin: 0;
	color: #666;
	margin-bottom: 4px;
}
.reservation-info-item h6 {
	margin-bottom: 0;
}
.reservation-info-holder {
	margin: 0 15px;
	display: block;
	border-bottom: 1px dashed #EFEFEF;
}
.reservation-info-holder h1,
.reservation-info-holder h2,
.reservation-info-holder h3,
.reservation-info-holder h4,
.reservation-info-holder h5,
.reservation-info-holder h6 {
	margin: 0;
	padding: 0;
}

.reservation-step-holder h1,
.reservation-step-holder h2,
.reservation-step-holder h3,
.reservation-step-holder h4,
.reservation-step-holder h5,
.reservation-step-holder h6 {
	margin: 0;
	padding: 0;
}

.reservation-button {
	background: #2fa252;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 13px;
}
.reservation-button:hover {
	color: #fff;
	opacity: 0.9;
}

.reservation-info-date-item {
	background: #F5F8FB;
	border: 1px solid #EAEAEA;
	display: flex;
	border-radius: 6px;
	padding: 10px;
	align-items: center;
}
.reservation-info-date-item p {
	padding: 0;
	margin: 0;
}
.reservation-info-date-item i {
	color: #333;
	opacity: 0.4;
}

.reservation-info-date-item .rd-item-1 {
	flex-basis: 32px;
	flex-grow: 0;
	flex-shrink: 0;
}
.reservation-info-date-item .rd-item-2 {
	flex-grow: 1;
	flex-shrink: 1;
}
.reservation-info-date-item .rd-item-3 {
	flex-basis: 32px;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: right;
}
.reservation-info-date-item-title {
	color: #0568D9;
}

.reservation-select {
	width: 100%;
	border: 0 !important;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.reservation-select:focus {
	outline: none;
	box-shadow: none;
}
.reservation-select::-ms-expand {
    display: none;
}
.reservation-info-date-item .tourdate-holder {
	position: relative;
  	display: inline-block;
}
.reservation-info-date-item .tourdate-list {
	position: absolute;
	width: 100%;
	background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
    left: 0;
    top: 50px;
    display: none;
    z-index: 9999997;
}

.rd-show-list:hover,
.rd-show-room:hover {
	cursor: pointer;
}


/*.rd-show-room:hover .tourdate-room {
	display: block;
}

.rd-show-list:hover .tourdate-list {
	display: block;
}*/

.reservation-info-date-item .tourdate-list {
	max-height: 200px;
	overflow-y: scroll;
}
.reservation-info-date-item .tourdate-list::-webkit-scrollbar {
  width: 8px;
}
.reservation-info-date-item .tourdate-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.reservation-info-date-item .tourdate-list::-webkit-scrollbar-thumb {
  background: #0568D9;
}

.reservation-info-date-item .tourdate-list li {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px;
}
.reservation-info-date-item .tourdate-list li:last-child {
	border-bottom: 0;
}

.reservation-info-date-item .tourdate-room {
	position: absolute;
	width: 100%;
	background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
    left: 0;
    top: 50px;
    display: none;
    z-index: 9999998;
}
.reservation-info-date-item .step-btn {
	border: 1px solid #0568D9;
	border-radius: 4px;
	color: #0568D9;
	width: 36px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	opacity: 1;
}
.reservation-info-date-item .stem-num {
	width: 50px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


.custom-select {
	width: 100%;
	font-weight: normal;
	padding: 8px 24px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #f0f0f0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: .6em;
	background-position: right 10px center;
	background-repeat: no-repeat;

}
.custom-select:focus {
	box-shadow: none;
	outline: none;
}

.reservation-update-button {
	background: #2fa252;
	color: #fff;
	display: block;
	width: 100%;
	height: 61px;
	line-height: 61px;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 13px;
}
.reservation-update-button:hover {
	color: #fff;
	opacity: 0.9;
}
.reservation-total {
	display: flex;
	justify-content: space-between;
	letter-spacing: 0;
	align-items: center;
}
.reservation-total-text {
	font-size: 18px;
}
.reservation-room-list {
	border-bottom: 1px solid #f0f0f0;
}
.odasil-btn {
	border: 0;
	font-size: 12px;
	color: #ff0000;
	opacity: 0.7;
}
.odasil-btn:hover {
	cursor: pointer;
}
.odaekle {
	color: #0568D9;
	font-size: 13px
	font-weight: bold;
	padding: 10px;
}
.odaekle .fa-plus {
	color: #0568D9 !important;
	font-size: 13px !important;
}
.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 9999995;
	display: none;
}

.d-inline {
	display: inline-block !important
}
.d-block {
	display: block;
}
.reservation-stick {
	position: sticky !important;
	top: 10px;
}

.td-grid .row {
	padding: 0;
	margin: 0;
}


.td-grid .row> * {
	padding: 0 !important;
	margin: 0 !important;
}

.hd-img-large {
    height: 500px;
    overflow: hidden;
	background: #f0f0f0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 15px;
    overflow: hidden;
    margin: 5px;
}

.hd-img-mid {
	overflow: hidden;
	background: #f0f0f0;
	height: 245px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 15px;
    overflow: hidden;
    margin: 5px;

}


@media (max-width: 780px) {
  .hd-img-large {
	    height: 200px;
	    overflow: hidden;
		background: #f0f0f0;
	    background-size: cover !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	}

	.hd-img-mid {
		overflow: hidden;
		background: #f0f0f0;
		height: 146px;
	    background-size: cover !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	}
}
.main-tab {
	background: #D7E6DC;
	padding: 50px 0;
}
.main-tab h1,
.main-tab h2 {
	color: #0A672B;
}
.main-tab h1 {
	font-size: 22px;
}
.main-tab-content {
	background: #388453;
	padding: 10px;
	border-radius: 6px;
}
.main-tab-item {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	min-height: 64px;
}

.tur-ara-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tur-ara-flex i {
	color: #0A672B;
	font-size: 20px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
.tur-ara-flex .tur-ara {
	flex: 1;
}
.tur-ara-text {
	color: #0A672B;
	padding: 0 2px;
}
.tur-ara-input input {
	width: 100%;
	border: 0;
}
.tur-ara-input input:focus {
	border: 0;
	box-shadow: none;
	outline: none;
}

.tur-date-selector {
	width: 100%;
	border: 0;
}
.tur-date-selector:focus {
	border: 0;
	box-shadow: none;
	outline: none;
}
.tur-ara-btn {
	border: 0;
	background: #0A672B;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

@media (max-width: 992px) {
	.tur-ara-btn span {
		display: none;
	}
	.tur-ara-dt {
		display: none;
	}
}

.main-tab .nav-item {
	margin-right: 10px;
}
.main-tab .nav-item .nav-link {
	border: 0;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
/*.nav-pills button {
}*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0A672B;
    background-color: #fff;
}


.list-item {
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
}

.list-item img {
	border-radius: 8px;
}
.list-item-title {
	font-size: 18px;
	padding: 0;
	margin: 5px 0 5px 0;
}
.list-item-title:hover {
	text-decoration: underline;
}
.list-item-gecegun {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.list-item-taksit {
	color: #36A156;
	font-size: 12px;
	font-weight: normal;
}

.list-item-price {
	color: #36A156;
	font-size: 18px;
	font-weight: bold;
}

.list-item-oldprice {
	color: #999;
	margin-right: 10px;
}

.list-item-newprice {
	color: #36A156;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.list-item-turuincele {
	border: 1px solid #36A156;
	border-radius: 5px;
	padding: 5px 10px;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #36A156;
	text-decoration: none;
}
.list-item-turuincele:hover {
	background: #36A156;
	color: #fff;
}

.list-item-service li {
	margin: 10px 10px 0 0;
	border-radius: 4px;
	border: 1px solid #3996DC;
	padding: 2px 15px;
	display: inline-block;
	color: #3996DC;
	font-size: 11px;
	opacity: 0.8;
}

.list-item-bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 10px;
}

@media (max-width: 992px) {
	.list-item-bottom {
		justify-content: center;
		flex-direction: column;
		margin-top: 10px;
	}
	.list-item-turuincele {
		margin-top: 5px;
		display: block;
		text-align: center;
	}
}

.odenecek-tutar {
	background: #36A156;
	color: #fff;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	font-size: 18px;
}
.odenecek-tutar .tutar {
	font-size: 20px;
	font-weight: bold;

}

.odeme-formu {
	padding: 8px;
	background: #fff;
	border-radius: 5px;
	margin: 10px 0;
}
.odeme-formu p {
	color: unset;
}
.odeme-formu .nav-tabs {
	border-bottom: 0;
}


.odeme-formu .nav-item {
	width:50%;
    flex-shrink:0;
}
.odeme-formu .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
     background-color: #fff;
     font-weight: bold;
     padding: 10px 15px; 
     border: 0;
     border-color: transparent;
     border-bottom: 2px solid #36A156;
}

.odeme-formu .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
     background-color: #f0f0f0;
     font-weight: normal;
     padding: 10px 15px; 
     border: 0;
     border-color: transparent;
     border-bottom: 2px solid #dedede;
}

.label-default {
	background: #555;
	color: #fff;
	border-radius: 2px;
	font-size: 9px;
	display: block;
	white-space: nowrap;
}


/*Header Category Desktop*/
.header-category {
	text-transform: uppercase;
	padding: 0;
	font-weight: bold;
}
@media (max-width: 1197px) {
	.header-category {
		display: none;
	}
}
.header-category .navbar {
	padding: 0;
}

.header-category .navbar-light .navbar-nav .nav-link {
	padding: 15px;
}
.header-category .navbar-light .navbar-nav .nav-link:hover {
	color: #3E8257;
}

.header-category .navbar-light .navbar-nav .nav-link:focus {
	background: #3E8257;
	color: #fff;
}

.header-category .dropdown-menu {
    padding: 0;
    margin: 0 0 0;
    color: #fff;
    background-color: #3E8257;
    border: 0;
    border-radius: 0.25rem;
    border-top-left-radius: 0
}
.header-category .dropdown-menu li,
.header-category .dropdown-menu a {
	display: block;
	color: #fff;
}

.header-category .dropdown-menu a:hover {
	color: #3E8257;
	background: #fff;
	border-radius: 0.25rem;
}

.header-category .dropdown-menu li {
    padding: 0;
    margin: 10px;
}

.header-category-mob {
	display: block;
}
@media (min-width: 1197px) {
	.header-category-mob {
		display: none;
	}
}
.header-category-mob li {
	display: block;
}
.header-category-mob button {
	display: block;
	text-align: unset;
	border: 0;
	border-bottom: 1px solid #EBF1FA;
	background: transparent;
	min-width: 100% !important;
	font-weight: 500;
	font-size: 17px;
	padding: 15px;
	color: #1F2126;
}
.header-category-mob button i {
	font-size: 13px;
	opacity: 0.7;
	margin: 4px;
}
.header-category-mob-list {
	/*margin: 10px;*/
	border-bottom: 1px solid #EBF1FA;
	padding: 6px 0;
}
.header-category-mob-list li a {
	display: block;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 10px 6px 30px;
}

.tursab {
    text-align: center;

}
.etkinlik-grid .etkinlik-resim {
	height: 240px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
}
.etkinlik-grid-item .card-title {
	min-height: 46.19px;
}
.etkinlik-eski-fiyat {
	color: #f00;
}
.etkinlik-yeni-fiyat {
	font-size: 22px;
	text-decoration: none;
}
.etkinlik-grid-incele {
	display: block;
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
	padding-top: 10px;
}
@media (max-width: 768px) {
	.etkinlik-grid img {
		width: 100%;
		height: 180px;
	}
	.etkinlik-grid-item .card-title {
		min-height: unset;
	}
}

.etkinlik-detay-aciklama p {
	color: unset;
}
.etkinlik-hemen-al {
	margin-top: 10px;
	margin-bottom: 10px;
}
.etkinlik-hemen-al a {
	text-align: center;
	font-size: 15px;
	padding: 8px;
	border-radius: 4px;
	display: block;
	color: #fff;
}
.etkinlik-thead {
	color: #fff;
}

.etkinlik-detay-pg del {
	color: #999;
	font-size: 14px;
}
.etkinlik-detay-pg ins {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
.list-amount {
	vertical-align: middle;
	font-size: 18px;
}

.etkinlik-sparis {
	text-align: center;
	font-size: 15px;
	padding: 8px;
	border-radius: 4px;
	display: block;
	color: #fff;
}
.etkinlik-sparis:hover {
	color: #fff;
	opacity: 0.9;
}
.whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 48px;
	height: 48px;
	padding: 2px;
}
.whatsapp img {
	width: 100%;
	height: 100%;
}
.son-kalan {
	color: #fff !important;
	background: #f00 !important;
	border-radius: 6px !important;
	padding: 1px 6px !important;
	font-size: 11px;
	opacity: 0.7;
}
.tur-ara-hotel-input input {
	width: 100%;
}


.tur-ara {
	position: relative;
}
.hotel-search-list {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	background: #fff;
	border: 1px solid #ced4da;
	z-index: 1000;
	border-radius: 4px;
	overflow-y: scroll;
	max-height: 200px;
	display: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.hotel-search-list ul li {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.hotel-search-list ul li:hover {
	cursor: pointer;
}
.hotel-search-list-top {
	font-weight: bold;
	background: #f0f0f0;
	padding: 5px 10px !important;
	font-size: 15px;
	cursor: none;
}

.hotel-layout-title {
	text-align: center;
	padding: 30px;
	font-size: 24px;
}
.hotel-layout-title span {
	border-bottom: 2px solid #0568D9;
	padding: 5px 30px;
}
.hotel-home-firsat {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	transition: transform .2s;
}
.hotel-home-firsat-img {
	width: 100%
}
.hotel-home-firsat-img img {
	width: 100%;
}
.hotel-home-firsat-grad {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 19%, rgba(42,42,42,1) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.hotel-home-firsat-text {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
	z-index: 11;
	color: #fff;
}
.hotel-home-firsat-title {
	color: #fff;
}

.hotel-home-today {
	border: 1px solid #dedede;
	padding: 10px;
	border-radius: 8px;
	transition: transform .2s;
}

.hotel-home-today:hover,
.hotel-home-firsat:hover {
	transform: scale(1.07);
}

.hotel-home-today-img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.hotel-home-today-img img {
	width: 100%
}

.hotel-home-today-info {
	padding: 0 10px;
}
.hotel-home-today-info-title {
	font-size: 18px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.hotel-home-today-info-text {
	color: #999;
}
.hotel-home-today-info-star {
	font-size: 11px;
}

.hotel-list-desc {
	color: #999;
	margin-top: 10px;
}
.list-content .book-now {
	position: unset !important;
}

.lang-selector li,
.lang-selector li a {
	display: block;
}

.hidearrow .dropdown-toggle::after {
    display:none;
}

.room-list {
	border: 1px solid #f0f0f0;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.room-list.row {
	display: flex;
	justify-content: space-between;
}

.rdo {
  visibility: hidden;
  position: relative;
  width: 32px;
  height: 32px;
}

.rdo:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 2px solid #36A156;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rdo:checked:before {
  background: #36A156 url(../images/tick.png) center center no-repeat;
  background-size: 80%;
}
.rdo:hover {
	cursor: pointer;
}

.res_kod {
	background: #FFDE00;
	color: #333;
	font-size: 22px;
	padding: 10px;
	display: inline-block;
	margin-top: 20px;
}
.guest-selector-holder {
	position: relative;
}
.guest-selector {
	position: absolute;
	width: calc(100% - 25px);
	min-height: 150px;
	background: #fff;
	top: 60px;
    border: 1px solid #ced4da;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: none;
}
.guest-selector-flex {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 10px;
	align-items: center;
}

.gs-count-steps {
	border-radius: 6px;
	border: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	min-width: 118px;
}
.gs-count-steps i {
	width: 40px;
	height: 40px;
	color: #999;
	text-align: center;
	line-height: 40px;
}
.gs-count-steps i:hover {
	cursor: pointer;
	background: #D5E9FE;
	color: #555;
}
.gs-count-steps span {
	width: 36px;
	text-align: center;
}
.gs-confirm-btn {
	height: 37px !important;
	border-radius: 6px !important;
}
.age-box {
	min-width: 118px;
	border: 1px solid #f0f0f0;
}
