@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	font-family: 'Poppins', sans-serif;
}
html {
	height: 100%;
}
* {
	text-decoration: none !important;
	outline: none !important;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
	width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
	height: unset;
	border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
	line-height: unset;
	padding: 0;
	height: unset;
	color: unset;
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 20px;
	text-align: center;
	height: unset;
}

.select2-dropdown {
	border-radius: 0;
	z-index: 3000;
	border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #eee;
}

.select2-results__group {
	background: #eee;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-search__field {
	border: solid 1px #ddd !important;
	padding: 5px 10px !important;
	font-size: 14px;
	line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
	position: relative;
}

.Zebra_DatePicker {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
	border-radius: 0;
	/*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
	border: none;
	border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #28A0D8 !important;
	color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

/*----- OTALYA MOBILE MENU START -----*/
.mobil-nav ul{
	margin: 0;
}
.mobil-nav ul li{
	width: calc((100% / 4) - -2px);
	display: inline-block;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 7px 0;
	margin-right: -6px;
}
.mobil-nav ul li.harita{
	background: #555;
}
.mobil-nav ul li.harita a{
	color: #fff;
}
.mobil-nav ul li.telefon{
	background: #f78e19;
}
.mobil-nav ul li.telefon a{
	color: #fff;
}
.mobil-nav ul li.whatsapp{
	background: #00e676;
}
.mobil-nav ul li.whatsapp a{
	color: #fff;
}
.mobil-nav ul li.telegram{
	background: #0088CC;
}
.mobil-nav ul li.telegram a{
	color: #fff;
}
.mobil-nav ul li.dil{
	background: #00a5ce;
}
.mobil-nav ul li.dil{
	color: #fff;
}
.mobil-nav ul li small{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.mobil-nav {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	box-shadow: 0px -1px 4px rgba(0,0,0,0.4);
	background: #fff;
	z-index: 999;
}
.mobil-nav svg , .mobil-nav i {
	font-size: 20px;
}
.mobil-nav ul li.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.mobil-nav ul li.instagram a {
	color: #fff;
}

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-telegram {
	background-color: #0088CC;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

/*----- OTALYA MOBILE MENU END -----*/

#main-nav {
	background: #fff;
	padding: 10px 0;
	z-index: 999;
}

#main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	animation-name: navfixanim;
	animation-duration: 0.2s;
}

@keyframes navfixanim {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 0;
	}
}

#main-nav.nav-fixed .navbar-brand img {
	width: 120px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 180px;
}

#main-nav .navbar-nav .nav-item {
	margin-right: 10px;
}

#main-nav .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

#main-nav .navbar-nav .nav-item .nav-link {
	color: #222 !important;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	position: relative;
}

#main-nav .navbar-nav .nav-item .nav-link i {
	color: #ED1C24;
	margin-right: 5px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	min-width: 20px;
	text-align: center;
}

#main-nav .navbar-nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 2px;
	width: 0px;
	border-radius: 4px;
	background: #ED1C24;
	transition: 0.2s ease 0s;
}

#main-nav .navbar-nav .nav-item .nav-link:hover:before,
#main-nav .navbar-nav .nav-item .nav-link.active:before {
	width: 20px;
}

.dropdown-menu {
	padding: 0;
	margin: 0 !important;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	top: 100% !important;
	left: 50% !important;
	min-width: unset;
	transform: translate(-50%, 0) !important;
}

.dropdown-menu > a {
	display: block;
	white-space: nowrap;
}

.dropdown-toggle::after {
	content: none;
}

.dropdown-toggle {
	position: relative;
	padding: 0;
}

.dropdown-toggle:before {
	content: none;
}

.panel-text {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text img {
	max-width: 100%;
}

.panel-text iframe {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.nav-top {
	background: #222;
	padding: 10px 0;
	z-index: 9999;
}

.nav-top > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-top .left,
.nav-top .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-top .left > div,
.nav-top .right > div {
	margin-right: 30px;
}

.nav-top .left > div:last-child,
.nav-top .right > div:last-child {
	margin-right: 0;
}

.nt-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nt-social a {
	border-radius: 4px;
	background: #333;
	border: solid 1px #444;
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	color: #fff !important;
	transition: 0.2s ease 0s;
}

.nt-social a:hover {
	background: #444;
}

.nt-social a:last-child {
	margin-right: 0;
}

.nt-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-contact > i {
	font-size: 18px;
	line-height: 24px;
	color: #fff !important;
	margin-right: 20px;
	position: relative;
}

.nt-contact > i:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	border-right: solid 1px #666;
	height: 100%;
}

.nt-contact a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
}

.nt-contact a:hover {
	text-decoration: underline !important; 
}

.nt-lang {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-lang a {
	font-size: 18px;
	line-height: 24px;
	margin-right: 10px;
}

.nt-lang a:last-child {
	margin-right: 0;
}

.nt-exc .dropdown-toggle {
	padding: 5px 15px;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	border: solid 2px rgba(255,255,255,0.2);
	border-radius: 4px;
}

.nt-exc .dropdown-menu {
	margin-top: 5px !important;
	border-radius: 0 !important;
}

.nt-exc .dropdown-menu a {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	transition: 0.2s ease 0s;
	border-bottom: solid 1px #eee;
}

.nt-exc .dropdown-menu a:last-child {
	border-bottom: none;
}

.nt-exc .dropdown-menu a:hover {
	background: #eee;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(600/1900*100%);
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(0,0,0,0.5);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	z-index: 14;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
	color: #fff;
	border: none;
	pointer-events: all;
	font-size: 20px;
	line-height: 26px;
}

.slider-form-area {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
}

.slider-form-area > .container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.slider-form-area .slider-title {
	display: block;
	font-size: 40px;
	line-height: 46px;
	color: #fff !important;
	margin-bottom: 10px;
	font-weight: 600;
}

.slider-form-area .slider-desc {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff !important;
	margin-bottom: 30px;
}

.main-form {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
	border: solid 2px rgba(255,255,255,0.1);
	margin-bottom: 20px;
}

.inpage-form {
	margin-top: 40px;
}

.inpage-form .main-form {
	margin-bottom: 0;
	/*background: none;*/
	/*border: none;*/
}

.main-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.main-form .row [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.main-form-tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}

.mf-tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #bbb;
	padding: 10px 25px;
	color: #444 !important;
	margin-right: 5px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease 0s;
}

.mf-tab:hover {
	background: #ccc;
	color: #222 !important;
}

.mf-tab.active {
	background: #fff;
	color: #0971B3 !important;
}

.mf-tab:last-child {
	margin-right: 0;
}

.main-form-pane {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
}

.slide-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	border-right: solid 1px #ccc;
}

.slide-group.border-none {
	border: none;
}

.slide-group > input,
.slide-group .dropdown-toggle {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	border-radius: 0;
	border: none;
}

.slide-group .dropdown {
	width: 100%;
	display: block;
}

.slide-group .dropdown-menu {
	transform: none !important;
	left: 0 !important;
	padding: 10px;
	width: 100% !important;
}

.slide-group input::placeholder {
	color: #222;
}

.slide-group > i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
	pointer-events: none;
	color: #0971B3;
}

.slide-group > span {
	position: absolute;
	top: 5px;
	left: 50px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: 600;
	pointer-events: none;
}

.passenger-line {
	margin-bottom: 10px;
}

.passenger-line label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-weight: 600;
	margin-bottom: 2px;
}

.input-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.input-group button {
	border: none;
	background: #ED1C24 !important;
	color: #fff !important;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 0;
	transition: 0.2s ease 0s;
}

.input-group > div {
	margin: 0 !important;
}

.input-group button:hover {
	background: #B31212 !important;
}

.input-group input {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	border: solid 1px #ddd;
	box-shadow: none !important;
	height: 100%;
}

.main-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: normal;
	background: #ED1C24;
	color: #fff !important;
	padding: 11px 15px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	transition: 0.2s ease 0s;
}

.main-btn.small {
	padding: 8px 15px;
}

.main-btn.second {
	background: #0971B3;
}

.main-btn.line {
	background: none;
	border: solid 1px #ED1C24;
	padding: 10px 15px;
	color: #ED1C24 !important;
}

.main-btn.line:before {
	content: none;
}

.main-btn.line:hover {
	background: #0971B3;
	color: #fff !important;
}

.main-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.main-btn.light:before {
	content: none;
}

.main-btn.light {
	background: none;
	color: #fff !important;
	border: solid 1px #fff;
}

.main-btn.light:hover {
	background: #fff;
	color: #222 !important;
}

.main-btn span {
	position: relative;
	z-index: 2;
}

.main-btn:hover:before {
	opacity: 1;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn.fit {
	display: flex;
	width: 100%;
	height: 100%;
}

.main-btn.big {
	font-size: 16px;
	line-height: 22px;
}

.noticon-slider-container {
	padding: 20px 60px;
	border-bottom: solid 1px #ddd;
	position: relative;
	width: 100%;
	background: #fff;
}

.noticon-slider-container > .tns-outer > button {
	display: none;
}

.noticon-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	padding: 0 10px;
}

.noticon-slider-container > .tns-outer > .tns-controls > button {
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	color: #222 !important;
	font-size: 20px;
	line-height: 26px;
	pointer-events: all;
}

.noticon-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
 

.noticon-img {
	min-width: 100px;
	height: 100px;
	position: relative;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.noticon-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.noticon-img > div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 4px rgba(0,0,0,0.2);
	z-index: 4;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.noticon-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.noticon-item > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	/*font-weight: 600;*/
	color: #444 !important;
	transition: 0.2s ease 0s;
}

.noticon-item:after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	height: 100%;
	border-right: solid 1px #ccc;
	pointer-events: none;
}

.noticon-item:hover > span {
	color: #222 !important;
}

.noticon-item:hover {
	    border: 4px solid #ff000094;
 
}

.smt {
	margin-top: 40px;
}

.smb {
	margin-bottom: 40px;
}

.camps-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(820/1280*100%);
}

.camps-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.camps-slider-container {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.camps-slider-container > .tns-outer > button {
	display: none;
}

.camps-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	pointer-events: none;
}

.camps-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	pointer-events: all;
	background: rgba(0,0,0,0.4);
	border: none;
}

.camps-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.camps-slider-container > .tns-outer > .tns-nav > button {
	display: block;
	border: none;
	width: 1px;
	height: 1px;
	position: relative;
	background: none;
	margin: 0 5px;
}

.camps-slider-container > .tns-outer > .tns-nav > button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	border: solid 1px #fff;
	pointer-events: all;
}

.camps-slider-container > .tns-outer > .tns-nav > button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}

.camps-slider-container > .tns-outer > .tns-nav > button.tns-nav-active:after {
	opacity: 1;
}

.main-title {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 28px;
	color: #222;
	position: relative;
	font-weight: 600;
}

.main-title.small {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
}

.main-title.text-center:after {
	left: 50%;
	transform: translate(-50%, 0);
}

.main-title.light {
	color: #fff;
}

.main-title.light:after {
	background: #ddd;
}

.main-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #ED1C24;
}

.main-title2 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 28px;
	color: #222;
	position: relative;
	font-weight: 600;
}

.main-title2.small {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
}

.main-title2.text-center:after {
	left: 50%;
	transform: translate(-50%, 0);
}

.main-title2.light {
	color: #fff;
}

.main-title2.light:after {
	background: #ddd;
}

.main-title2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ED1C24;
}

.quick-rez-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px;
	border: solid 1px #ddd;
	border-bottom: solid 2px #ccc;
	margin-bottom: 20px;
	transition: 0.2s ease 0s;
	background: #fff;
	border-radius: 4px;
}

.quick-rez-item:hover {
	background: #f5f5f5;
	border-bottom-color: #ED1C24;
}

.quick-rez-item > .desc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-right: 5px;
}

.quick-rez-item > .desc > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	margin-bottom: 5px;
}

.quick-rez-item > .desc > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	font-weight: 600;
}

.quick-rez-item > .desc > span i {
	min-width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	color: #fff !important;
	background: #ED1C24;
	border-radius: 4px;
	margin-right: 5px;
}

.quick-rez-item > .price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(#fbfbfb, #eee);
	border: solid 1px #eee;
	padding: 10px;
	border-radius: 4px;
}

.quick-rez-item > .price > span {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	white-space: nowrap;
	color: #222 !important;
}

.backwhite {
	background: #fff;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 50px 0;
}

.backgray {
	background: #efefef;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 40px 0;
}

.tregion-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.region-item > span {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
}

.tregion-item span {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #0971B3;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	z-index: 10;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.tregion-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease 0s;
}

.tregion-item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	color: #222;
	margin: 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 3;
}

.tregion-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 2;
	transition: 0.2s ease 0s;
}

.tregion-item:hover img {
	transform: scale(1.1);
}

.tregion-item:hover:after {
	background: none;
}

.tripadvisor {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.tripadvisor img {
	width: 100%;
}

.rating-stars-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rating-stars-box .score {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #B37100;
	margin-right: 5px;
}

.rating-stars-box .total {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-left: 5px;
}

.rating-stars {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rating-stars i {
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
	margin-right: 2px;
}

.rating-stars i:last-child {
	margin-right: 0;
}

.rating-stars i.active {
	color: #FFAD1F;
}

.comment-item {
	display: block;
	width: 100%;
	background: #fff;
	padding: 15px;
	position: relative;
	border: solid 1px #ddd;
	margin-bottom: 20px;
}

.comment-item .content {
	position: relative;
	z-index: 10;
}

.comment-item .top {
	margin-bottom: 10px;
}

.comment-item:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 30px;
	line-height: 36px;
	z-index: 2;
	color: #eee;
	pointer-events: none;
}

.comment-item:after {
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 30px;
	line-height: 36px;
	z-index: 2;
	color: #eee;
	pointer-events: none;
}

.comment-item h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: 600;
}

.comment-item .desc {
	margin-bottom: 10px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
}

.comment-item .desc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

.comment-item .bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.comment-slider-container {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.comment-slider-container > .tns-outer > button {
	display: none;
}

.comment-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.comment-slider-container > .tns-outer > .tns-nav > button {
	display: block;
	margin: 0 4px;
	background: #bbb;
	width: 20px;
	height: 8px;
	border-radius: 4px;
	border: none;
}

.comment-slider-container > .tns-outer > .tns-nav > button.tns-nav-active {
	background: #ED1C24;
}

.blog-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.blog-img {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.blog-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.blog-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease 0s;
}

.blog-desc span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.blog-desc h3 {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #222;
	font-weight: 600;
/*	white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: solid 1px #ddd;
}

.blog-desc p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 10px;
}

.blog-item:hover .main-btn {
	background: #ED1C24;
	color: #fff !important;
}

.blog-item:hover .blog-img > div img {
	transform: scale(1.1);
}

.backbanner {
	padding: 40px 0;
	position: relative;
}

.backbanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

.backbanner > .container {
	position: relative;
	z-index: 10;
}

.main-desc {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin-bottom: 20px;
}

.main-desc.light {
	color: #fff;
}

.banner-social {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.banner-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	height: 50px;
	border: solid 1px #fff;
	color: #fff !important;
	margin: 10px;
	border-radius: 50%;
	transition: 0.2s ease 0s;
}

.banner-social a i {
	transition: 0.2s ease 0s;
}

.banner-social a:hover i {
	transform: rotate(360deg);
}

.banner-social a:hover {
	background: #fff;
	color: #222 !important;
}

.footer-bottom {
	padding-top: 40px;
	padding-bottom: 20px;
	background: #222;
}

.ftr-info {
	font-size: 14px;
	line-height: 16px;
	color: #ddd;
	display: block;
	margin-bottom: 20px;
}

.ftr-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	min-width: 200px;
	display: block;
	margin-bottom: 10px;
	/*border-bottom: solid 1px rgba(255,255,255,0.1);*/
}

.no-border {
	border: none !important;
}

.ftr-col > small {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.ftr-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ftr-social a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
}

.ftr-social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff !important;
	font-size: 14px;
}

.contact-line {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.contact-line i {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.contact-line span, .contact-line span a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.contact-line span a {
	display: block;
	color: #ddd !important;
	text-decoration: underline !important;
}

.contact-line span a:hover {
	text-decoration: none !important;
	color: #fff !important;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	/*width: 100%;*/
	color: #ddd !important;
	position: relative;
	/*border-bottom: dashed 1px rgba(255,255,255,0.1);*/
	padding-right: 10px;
}

.ftr-links a:hover {
	color: #fff !important;
}

.ftr-links a:after {
	/*content: "\f105";*/
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
}

.ftr-links a span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.footer-copy {
	padding: 20px 0;
	background: #121212;
}

.ftr-copy-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftr-copy-in span {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.ftr-copy-in a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-copy-in a:hover img {
	filter: none;
}

.badge-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.badge-item i {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 10px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #19A6FF;
	position: relative;
}

.badge-item i:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 2px #fff;
	border-radius: 50%;
}

.badge-item h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.badge-item p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

.badge-item.color-2 i {
	background: #0971B3;
}

.navbar-toggler {
	background: #ED1C24;
	border: none;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	padding: 10px 15px;
	color: #fff !important;
}

.ftr-col {
	margin-bottom: 20px;
}

.main-tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.main-tabs a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	white-space: nowrap;
	background: #fff;
	border: solid 1px #e8e8e8;
	background: #f5f5f5;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666 !important;
	border-radius: 4px 4px 0 0;
	border-bottom: none;
}

.main-tabs a:hover {
	background: #fff;
}

.main-tabs a:last-child {
	margin-right: 0;
}

.main-tabs a.active {
	background: #fff;
	color: #222 !important;
}

.main-panes {
	padding: 10px 15px;
	background: #fff;
	border: solid 1px #e8e8e8;
	border-top: none;
	margin-bottom: 20px;
}

.site-nav {
	background: #fff;
	width: 100%;
	display: block;
	padding-top: 10px;
	border-bottom: solid 1px #eee;
}

.site-nav .line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-nav .left,
.site-nav .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.site-logo img {
	display: block;
	width: 180px;
}

.site-nav-link {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #0971B3 !important;
}

.site-nav-link:hover {
	text-decoration: underline !important;
}

.site-nav-lang .dropdown-toggle {
	padding: 5px 10px;
	border: solid 2px #ddd;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
}

.site-nav-lang.left .dropdown-toggle {
	border-radius: 4px 0 0 4px;
	border-right: solid 1px #ddd;
}

.site-nav-lang.right .dropdown-toggle {
	border-radius: 0 4px 4px 0;
	border-left: solid 1px #ddd;
}

.site-nav-lang .dropdown-toggle:hover {
	background: #f5f5f5;
}

.site-nav-lang .dropdown-menu {
	padding: 5px 0;
}

.site-nav-lang .dropdown-menu a {
	display: block;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
}

.site-nav-lang .dropdown-menu a:hover {
	background: #f5f5f5;
	color: #222 !important;
}

.site-log-btn {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #0971B3 !important;
	border: solid 2px #ddd;
	border-radius: 4px;
	font-weight: 600;
}

.site-log-btn:hover {
	border-color: #0971B3;
}

.site-form-tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.site-form-tabs a {
	padding: 5px 10px;
	background: #ED1C24;
	color: #fff !important;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

.site-form-tabs a:last-child {
	margin-right: 0;
}

.site-form-tabs a.active {
	background: #A10A0F;
}

.site-form-tabs a:hover {
	background: #A10A0F;
}

.slider-icons {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slider-icons > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 40px;
}

.slider-icons > div i {
	font-size: 30px;
	line-height: 36px;
	margin-right: 10px;
	color: #fff !important;
}

.slider-icons > div span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.slider-bottom-content {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.slider-bottom-content .left,
.slider-bottom-content .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slider-bottom-content .left img {
	margin-right: 10px;
}

.slider-bottom-content .left span {
	margin-right: 10px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.sbc-score {
	margin-right: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
}

.sbc-score span {
	font-weight: 600;
	color: rgba(255,255,255,0.7);
	margin-right: 5px;
}

.sbc-score .stars {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sbc-score .stars i {
	font-size: 12px;
	line-height: 18px;
	color: rgba(255,255,255,0.7);
}

.sbc-score:last-child {
	margin-right: 0;
}

.hotel-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 20px;
}

.hotel-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.hotel-item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	z-index: 4;
	background: rgba(0,0,0,0.7);
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hotel-item h3 span {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hotel-item h3:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	text-align: center;
	transform: translate(0, -50%);
}

.hotel-item > span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background: #00A12A;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hotel-item > span > span {
	margin-left: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}

.hotel-item:hover img {
	transform: scale(1.1);
}

.region-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border-radius: 4px;
	margin-bottom: 20px;
}

.region-item:hover img {
	transform: scale(1.1);
}

.region-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.region-item .region-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ED1C24;
	padding: 10px 15px;
}

.region-item .region-desc span {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
	font-weight: 600;
	margin-bottom: 2px;
	position: relative;
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 34px;
}

.region-item .region-desc small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-left: 34px;
}

.region-item .region-desc span:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	line-height: 20px;
	color: #ED1C24;
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
	min-width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.region-item.fortour .region-desc span:before {
	content: "\f277";
}

.region-item .region-desc span:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 20px;
	text-align: center;
}

.tour-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border-radius: 4px;
	margin-bottom: 20px;
}

.tour-item.noprice {
	padding-top: calc(4/4*100%);
}

.tour-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.tour-item:hover img {
	transform: scale(1.1);
}

.tour-item .tour-desc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	padding: 10px 15px;
	background: #ffffffc2;
	z-index: 4;
	border-radius: 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: 0.2s ease 0s;
}

.tour-item .tour-desc:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: solid 5px rgba(0,0,0,0.5);
}

.tour-item .tour-desc .left {
	display: block;
/*	width: calc(100% - 70px);*/
width: calc(100% - 20px);
}

.tour-item.noprice .tour-desc .left {
	width: 100%;
}

.tour-item.noprice .tour-desc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.tour-item.noprice .tour-desc .bottom > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.tour-item.noprice .tour-desc .bottom > span:last-child {
	align-items: flex-end;
}

.tour-item.noprice .tour-desc .bottom > span b {
	font-weight: 600;
	color: #00A12A;
	font-size: 18px;
	line-height: 20px;
	display: block;
	margin-left: 4px;
}

.tour-item.noprice .tour-desc .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #ddd;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}

.tour-item .tour-desc .right {
	width: 20%;
	text-align: right;
}

.tour-item .tour-desc .left span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	font-weight: 600;
	position: relative;
	padding-left: 34px;
	margin-bottom: 0;
/*	white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
}

.tour-item .tour-desc .left small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	padding-left: 34px;
	margin-top: 4px;
}

.tour-item .tour-desc .left span:before {
	content: "\f277";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #A10A0F;
	border-radius: 4px;
	margin-right: 10px;
	min-width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}.tour-item .tour-desc .left .lspan:before {
	content: "\f3c5" !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #A10A0F;
	border-radius: 4px;
	margin-right: 10px;
	min-width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tour-item.otel-item .tour-desc .left span:before {
	content: "\f594";
}

.tour-item.otel-item .tour-desc .left span {
	font-size: 14px;
}

.tour-item .tour-desc .right span {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #00A12A;
}

.ref-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(200/300*100%);
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

.ref-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}

.ref-slider-container {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}

.ref-slider-container > .tns-outer > button {
	display: none;
}

.ref-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ref-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.ref-slider-container > .tns-outer > .tns-nav > button {
	display: block;
	margin: 0 4px;
	background: #bbb;
	width: 20px;
	height: 8px;
	border-radius: 4px;
	border: none;
}

.ref-slider-container > .tns-outer > .tns-nav > button.tns-nav-active {
	background: #ED1C24;
}

.rez-tab-area {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column-reverse;
}

.rez-tab-area .main-panes {
	padding-bottom: 0;
	padding-top: 20px;
	border: solid 1px #ddd;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
}

.rez-tab-area .main-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.rez-tab-area .main-tabs a {
	width: unset;
	min-width: 20px;
	height: 30px;
	white-space: nowrap;
	margin: 0 4px;
	border-radius: 0;
	background: #fff;
	border: solid 1px #ddd;
	color: #444 !important;
	transition: 0.2s ease 0s;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
}

.rez-tab-area .main-tabs a:hover {
	background: #eee;
	color: #222 !important;
}

.rez-tab-area .main-tabs a.active {
	background: #ED1C24;
	border-color: #ED1C24;
	color: #fff !important;
}

.howto-item {
	display: block;
	width: 100%;
	position: relative;
}

.howto-item:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	border-bottom: solid 2px #ddd;
	width: calc(100% - 55px);
}

.howto-item span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #222;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ED1C24;
	margin-bottom: 20px;
	font-weight: 600;
}

.howto-item h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
}

.howto-item p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
}

.howto-item.last:after {
	width: calc(100% - 110px);
	right: 55px;
}

.howto-item.last:before {
	content: "\f058";
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 34px;
	line-height: 40px;
	color: #00A12A;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.6;
}

.link-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(100/300*100%);
	border-radius: 4px;
}

.link-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.2);
	opacity: 0.8;
	background: #fff;
	transition: 0.4s ease 0s;
}

.link-banner span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 20px 15px;
	text-transform: uppercase;
	padding-right: 30px;
	transition: 0.2s ease 0s;
}

.link-banner span:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 15px;
}

.link-banner:hover span {
	background: rgba(0,0,0,0.6);
}

.link-banner:hover img {
	transform: scale(1.1);
	opacity: 1;
	filter: none;
}

.col-border-right {
	border-right: solid 2px #ddd;
}

.footer-top {
	padding: 50px 0;
	background: #eee;
}

.ftrtop-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #444;
	margin-bottom: 10px;
}

.footer-top a {
	font-size: 14px;
	line-height: 20px;
	color: #0971B3 !important;
	display: inline-block;
	margin-bottom: 15px;
}

.footer-top a:hover {
	text-decoration: underline !important;
}

.otel-tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.otel-tabs a {
	width: unset;
	padding: 10px 15px;
	border-radius: 4px;
	border: solid 1px #aaa;
	margin-right: 10px;
	background: none;
	color: #222 !important;
}

.otel-tabs a:hover {
	background: #f5f5f5;
}

.otel-tabs a.active {
	background: #ED1C24;
	color: #fff !important;
	border-color: #ED1C24;
}

.otel-panes {
	padding: 0;
	background: none;
	margin: 0;
	border: none;
}

.tab-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-video {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(9/16*100%);
}

.main-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ftr-in-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 1px rgba(255,255,255,0.1);
}

.ftr-in-bottom .left,
.ftr-in-bottom .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ftr-in-bottom .left {
	margin-right: 40px;
}

.app-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.app-icons a {
	display: block;
	margin-right: 20px;
}

.app-icons a:last-child {
	margin-right: 0;
}

.app-icons a img {
	max-width: 160px;
	max-height: 40px;
}

.review-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.review-item {
	width: 100%;
	display: block;
	padding: 0;
	margin-right: 40px;
	text-align: center;
}

.review-item:last-child {
	margin-right: 0;
}

.review-item > .revitem-img {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.review-item > .revitem-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(50/400*100%);
}

.review-item > .revitem-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.review-item > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.tursab-link img {
	width: 150px;
}

.bcrumb {
	display: block;
	width: 100%;
	padding-top: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.bcrumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}

.bcrumb > .container {
	position: relative;
	z-index: 10;
}

.bcrumb h1 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.bcrumb h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 50px;
	background: #fff;
	border-radius: 4px;
}

.bcrumb .links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bcrumb .links a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff !important;
	margin-right: 30px;
	position: relative;
}

.bcrumb .links a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	text-align: center;
	pointer-events: none;
}

.bcrumb .links a:hover {
	text-decoration: underline !important;
}

.bcrumb .links a:last-child {
	margin-right: 0;
}

.bcrumb .links a:last-child:after {
	content: none;
}

.corpnav {
	background: #fff;
	display: block;
	border: solid 1px #eee;
	padding: 10px;
	border-radius: 4px;
}

.corpnav > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	padding: 10px 15px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	transition: 0.2s ease 0s;
	padding-right: 30px;
}

.corpnav > a:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(100% - 30px);
	border-bottom: solid 1px #eee;
}

.corpnav > a:last-child:before {
	content: none;
}

.corpnav > a:last-child {
	margin: 0;
}

.corpnav > a:hover {
	background: #f5f5f5;
}

.corpnav > a i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

.corpnav > a.active {
	background: #ED1C24;
	color: #fff !important;
}

.page-box {
	padding: 20px 25px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
}

.page-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(500/1200*100%);
	border-radius: 4px;
}

.page-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inpage-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.inpage-title.small {
	font-size: 14px;
	line-height: 20px;
}

.partner-item {
	display: block;
	margin-bottom: 20px;
}

.partner-item span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #222;
}

.partner-item > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/5*100%);
	background: #fff;
	border: solid 1px #eee;
	margin-bottom: 5px;
}

.partner-item > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
	filter: grayscale(1);
	opacity: 0.6;
	transition: 0.2s ease 0s;
}

.partner-item:hover > div img {
	filter: none;
	opacity: 1;
}

.faq-item > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/5*100%);
	margin-bottom: 10px;
}

.faq-item > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	transition: 0.2s ease 0s;
}

.faq-item {
	display: block;
	width: 100%;
	position: relative;
	border: solid 1px #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

.faq-item h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
	background: #eee;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #222 !important;
	transition: 0.2s ease 0s;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faq-item:hover h3 {
	background: #ED1C24;
	color: #fff !important;
}

.faq-item:hover > div img {
	padding: 20px;
}

.soru-item {
	margin-bottom: 10px;
	border-radius: 0;
}

.soru-item:last-child {
	border: none;
	margin: 0;
}

.soru-header {
	display: block;
	color: #888 !important;
	font-weight: 600;
	background: #fff;
	border-bottom: solid 1px #ddd;
	padding: 14px 0;
	position: relative;
	padding-right: 30px;
	border-radius: 0;
}

.soru-header:hover h3 {
	color: #222 !important;
}

.soru-header h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	font-weight: 600;
	transition: 0.2s ease 0s;
}

.soru-header:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 14px;
}

.soru-header[aria-expanded="true"]:after {
	content: "\f107";
}

.soru-header[aria-expanded="true"] h3 {
	color: #00A12A !important;
}

.soru-body {
	display: block;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.soru-body p {
	margin: 0;
	padding: 14px 12px;
	display: block;
	text-align: justify;
}

.gal-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 20px;
	border-radius: 4px;
	border: solid 4px #eee;
}

.gal-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
	transition: 0.4s ease 0s;
}

.gal-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 2;
	opacity: 0;
	transition: 0.4s ease 0s;
}

.gal-item:after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #fff !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	font-size: 18px;
	line-height: 24px;
	opacity: 0;
	transition: 0.4s ease 0s;
}

.gal-item:hover:before,
.gal-item:hover:after {
	opacity: 1;
}

.gal-item:hover img {
	transform: scale(1.1);
}

.mapframe {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(9/21*100%);
	margin-bottom: 20px;
	border: solid 1px #eee;
	border-radius: 4px;
}

.otelmap {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: solid 1px #eee;
	border-radius: 4px;
}

.mapframe > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.otelmap > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.form-group > input,
.form-group > textarea,
.form-group > .select2-container .select2-selection--single,
.form-group .telefon-input {
	display: block !important;
	width: 100% !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #222 !important;
	resize: none !important;
	border: solid 1px #ddd !important;
	border-radius: 4px !important;
	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.1) !important;
}

.form-group > input::placeholder,
.form-group > textarea::placeholder,
.form-group .telefon-input {
	color: #aaa;
}

.form-group > input:focus,
.form-group > textarea:focus,
.form-group .telefon-input:focus {
	border-color: #0971B3;	
}

.form-group .telefon-input {
	padding-left: 45px !important;
}

.iti__selected-flag {
	height: 42px !important;
}

.iti {
	display: block;
	width: 100%;
}

.iti-mobile .iti__country-list {
	max-width: 300px;
}

.iti__country-name,
.iti__dial-code {
	white-space: normal;
	font-size: 12px;
}

.iti__country-list {
	width: 300px;
}

.form-group.fg-icon > input,
.form-group.fg-icon > textarea,
.form-group.fg-icon > .select2-container .select2-selection--single {
	padding-left: 35px !important;
}

.form-group.fg-icon > i {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #bbb;
}

.ctxt {
	display: block;
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	color: #888;
	margin-top: 2px;
}

.captcha-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.captcha-box .g-recaptcha {
	margin-bottom: 20px;
	margin-right: 10px;
}

.contact-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.contact-item > i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 34px;
	height: 34px;
	background: linear-gradient(#fbfbfb, #eee);
	color: #ED1C24 !important;
	border-radius: 4px;
	margin-right: 10px;
	border: solid 1px #eee;
}

.contact-item > span,
.contact-item > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
}

.contact-item > a:hover {
	text-decoration: underline !important;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
}

.msg-box i {
	min-width: 30px;
	height: 30px;
	color: #6495ed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #6495ed;
	border-radius: 50%;
}

.msg-box span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.msg-box.success i {
	color: #32cd32;
	border-color: #32cd32;
}

.msg-box.danger i {
	color: #b22222;
	border-color: #b22222;
}

.live-result {
	position: absolute;
	min-width: 400px;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: solid 1px #ddd;
	max-height: 300px;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: hidden;
}

.live-result .title {
	width: 100%;
	background: #28A0D8;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}

.live-result .item {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.live-result .item i {
	color: #bbb;
}

.live-result .item:hover {
	background: #f5f5f5;
}

.tour-slide-area {
	background: #fff;
	margin-bottom: 5px;
	border: solid 1px #eee;
	border-radius: 5px;
	overflow: hidden;
}

.tour-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.tour-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tour-slider-container {
	display: block;
	position: relative;
}

.tour-slider-container > .tns-outer > button {
	display: none;
}

.tour-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	pointer-events: none;
}

.tour-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	pointer-events: all;
	background: rgba(0,0,0,0.4);
	border: none;
}

.tour-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tour-slider-container > .tns-outer > .tns-nav > button {
	display: block;
	border: none;
	width: 1px;
	height: 1px;
	position: relative;
	background: none;
	margin: 0 5px;
}

.tour-slider-container > .tns-outer > .tns-nav > button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	border: solid 1px #fff;
	pointer-events: all;
}

.tour-slider-container > .tns-outer > .tns-nav > button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}

.tour-slider-container > .tns-outer > .tns-nav > button.tns-nav-active:after {
	opacity: 1;
}

.bcrumb-lite {
	margin-bottom: 20px;
}

.bcrumb-lite .links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bcrumb-lite .links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666 !important;
	margin-right: 30px;
	position: relative;
}

.bcrumb-lite .links a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	text-align: center;
	pointer-events: none;
}

.bcrumb-lite .links a:hover {
	text-decoration: underline !important;
}

.bcrumb-lite .links a:last-child {
	margin-right: 0;
}

.bcrumb-lite .links a:last-child:after {
	content: none;
}

.tour-slide-desc {
	padding-top: 20px;
}

.tour-specs {
	/*margin-bottom: 20px;*/
}

.tour-specs > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.tour-specs > div:first-child {
	/*margin-top: 10px;
	padding-top: 10px;*/
}

.tour-specs > div:first-child:before {
	content: none;
	position: absolute;
	top: 0;
	left: -20px;
	border-top: solid 1px #eee;
	width: calc(100% + 20px);
}

.tour-specs > div:last-child:after {
	content: none;
}

.tour-specs > div:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -20px;
	border-bottom: solid 1px #eee;
	width: calc(100% + 20px);
}

.tour-specs > div > .left,
.tour-specs > div > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
}

.tour-specs > div i {
	font-size: 30px;
	line-height: 36px;
	color: #ED1C24;
	min-width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	background: none;
	border-radius: 50%;
	position: relative;
}

.tour-specs > div i:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-right: solid 2px #ddd;
}

.tour-specs > div span {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.tour-specs > div span > b {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #00A12A;
}

.tour-specs > div .left > span {
	font-weight: 600;
	color: #222;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.tour-specs > div .left > span:after {
	content: ":";
	position: absolute;
	top: -1px;
	right: 10px;
}

.tour-detail-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.tour-detail-info > .date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #444;
	font-size: 14px;
	line-height: 20px,
}

.tour-detail-info > .date > i {
	display: block;
	margin-right: 5px;
	color: #aaa;
	font-size: 12px;
	line-height: 18px;
}

.form-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
	font-weight: 600;
	color: #222;
}

.tour-result {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #f0f0f0;
	border-radius: 4px;
	margin-bottom: 20px;
}

.tour-result > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.tour-result > span:last-child {
	font-weight: 600;
	color: #00A12A;
	font-size: 18px;
	line-height: 24px;
}

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.form-group span.error-label,
.cbox-error {
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin-top: 2px;
}

.ctxt {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #888;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.rez-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.rez-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ED1C24;
	min-width: 30px;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	color: #fff;
	font-weight: 600;
}

.rez-content {
	margin-bottom: 20px;
}

.rez-title h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
}

.rez-title h2 > i {
	color: #aaa;
}

.rez-content {
	padding-left: 40px;
}

.cbox-group {
	display: block;
	position: relative;
	margin-bottom: 15px;


	background: #f0f0f0;
	border-radius: 4px;
	padding: 10px;
}

}

.cbox-group.full {
	background: #f0f0f0;
	border-radius: 4px;
}

.cbox-group.full > label {
	padding: 20px;
	width: 100%;
}

.cbox-group input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cbox-group label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	color: #222;
	margin: 0;
	user-select: none;
}

.cbox-group label > span:first-child {
	min-width: 20px;
	height: 20px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
	position: relative;
}

.cbox-group.slide label > span:first-child {
	min-width: 44px;
	height: 24px;
	background: #ddd;
	margin-right: 10px;
	position: relative;
	box-shadow: inset 0px 2px 4px rgb(0 0 0 / 10%);
	border-radius: 20px;
}

.cbox-group.slide label > span:first-child:after {
	content: "";
	transform: translate(0, -50%);
	top: 50%;
	left: 2px;
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.cbox-group.slide input:checked ~ label > span:first-child:after {
	left: unset;
	right: 2px;
}

.cbox-group.slide input:checked ~ label > span:first-child {
	background: #27A02B;
}

.cbox-group label:hover span:first-child {
	border-color: #aaa;
}

.cbox-group label > span:first-child:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #00A12A;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

.cbox-group input:checked ~ label > span:first-child:after {
	opacity: 1;
}

.cbox-group input:checked ~ label > span:first-child {
	border-color: #00A12A;
}

.tourrez-spec {
	display: block;
	margin-bottom: 10px;
}

.tourrez-spec > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border: solid 1px #eee;
	border-bottom: solid 2px #ddd;
	margin-bottom: 10px;
	border-radius: 4px;
}

.tourrez-spec > div:last-child {
	margin-bottom: 0;
}

.tourrez-spec > div > i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 22px;
	min-width: 40px;
	height: 40px;
	color: #ED1C24;
	border: solid 1px #eee;
	background: linear-gradient(#fbfbfb, #eee);
	margin-right: 10px;
	border-radius: 4px;
}

.tourrez-spec > div > div > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.tourrez-spec > div > div > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
}

.tourrez-spec > div > div > span.price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tourrez-spec > div > div > span.price small {
	margin-right: 4px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through !important;
}

.rez-success {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	border: solid 2px #eee;
	border-radius: 4px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
}

.rez-success i {
	font-size: 40px;
	line-height: 46px;
	display: block;
	margin-bottom: 10px;
	color: #32cd32;
}

.rez-success > span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #444;
	margin-bottom: 20px;
}

.rez-success > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.rez-success > .rez-no {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
	border-bottom: solid 2px #ddd;
	text-align: center;
}

.rez-success > .rez-no > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	margin-bottom: 5px;
}

.rez-success > .rez-no > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
}

.rezsum-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.rezsum-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px;
	margin-bottom: 10px;
}

.rezsum-contact > div i {
	font-size: 14px;
	line-height: 20px;
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: solid 1px #ddd;
	margin-right: 5px;
	background: linear-gradient(#fbfbfb, #eee);
	color: #444;
}

.rezsum-contact > div a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
}

.rezsum-contact > div a:hover {
	text-decoration: underline !important;
}

.pb-default {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.pb-default span {
	font-size: 12px;
	line-height: 16px;
	color: #888;
	display: block;
	position: relative;
}

.pb-values {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#pricerange {
	margin-bottom: 10px;
}

.pb-values span {
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
	color: #222;
	font-weight: 600;
	position: relative;
}

.pb-values span:after {
	content: "-";
	position: absolute;
	top: 0px;
	right: -12px;
}

.pb-values span:last-child {
	margin-right: 0;
}

.pb-values span:last-child:after {
	content: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border-radius: 50%;
	cursor: pointer;
	background: #ED1C24 !important;
	border: none;
}

.pricerange-box {
	width: 100%;
}

.side-divider {
	margin: 0;
	margin-bottom: 20px;
	border-bottom: solid 2px #eee;
}

.hotel-slider-container {
	display: block;
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.hotel-slider-container > .tns-outer > button {
	display: none;
}

.hotel-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	pointer-events: none;
}

.hotel-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	pointer-events: all;
	background: rgba(0,0,0,0.4);
	border: none;
}

.hotel-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.hotel-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel-thumb {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 20px;
	border-radius: 4px;
}

.hotel-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel-thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 2px #ED1C24;
	z-index: 10;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.hotel-thumb:hover:after {
	opacity: 1;
}

.tns-nav-active .hotel-thumb:after {
	opacity: 1;
}

.tns-nav-active .hotel-thumb img {
	filter: brightness(1.2);
	opacity: 0.6;
}

.hotel-facility-box {
	display: block;
	margin-bottom: 20px;
}

.hotel-facility-box > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.hotel-facility-box > div i {
	font-size: 14px;
	line-height: 20px;
	color: #ED1C24;
	min-width: 34px;
	height: 34px;
	background: linear-gradient(#fbfbfb, #eee);
	border: solid 1px #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	border-radius: 4px;
}

.hotel-facility-box > div span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.hotel-service-box {
	display: block;
	margin-bottom: 10px;
}

.hotel-service-box > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.hotel-service-box > div i {
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	color: #00A12A;
}

.hotel-service-box > div span {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.rez-steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	background: #fbfbfb;
	padding-bottom: 40px;
	margin-bottom: 20px;
	border: solid 1px #eee;
	border-radius: 4px;
}

.rez-step {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.rez-step.active span {
	background: #ED1C24;
	color: #fff !important;
}

.rez-step span {
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #bbb;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 4px;
}

.rez-step small {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.rez-step:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-bottom: 18px;
	left: calc(50% + 40px);
	width: calc(100% - 80px);
	border-bottom: solid 2px #eee;
}

.rez-step:last-child:after {
	content: none;
}

.rezcar-item {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 30px;
	border-radius: 5px;
}

.rezcar-img {
	min-width: 250px;
	display: block;
	position: relative;
	padding-right: 20px;
	background: #fff;
	border-right: solid 1px #ddd;
	margin-right: 20px;
	border-radius: 0;
	overflow: hidden;
}

.rezcar-img > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(4/6*100%);
	border: solid 1px #ddd;
	border-radius: 5px;
}

.rezcar-img > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #eee;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 6px;
	border-radius: 2px;
	z-index: 12;
	color: #222;
	margin-top: 5px;
}

.rezcar-img > .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}

.rezcar-desc {
	width: 100%;
}

.rezcar-desc h2 {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #222;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.rezcar-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.rezcar-flex .left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.rezcar-inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.rezcar-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.rezcar-icons > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
}

.rezcar-icons > div > i {
	font-size: 20px;
	line-height: 26px;
	color: #888;
	margin-right: 5px;
	min-width: 24px;
	text-align: center;
}

.rezcar-icons > div > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	font-weight: 600;
}

.rezcar-icons > div:last-child {
	margin-right: 0;
}

.rezcar-price {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 10px;
	background: #f0f0f0;
	border-radius: 4px;
}

.rezcar-price .main-btn {
	min-width: 200px;
}

.rezcar-price .price {
	min-width: 200px;
	text-align: center;
	padding: 20px 15px;
	background: #fff;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 30px;
	color: #00A12A;
	font-weight: 600;
	border-radius: 4px;
	border-radius: 4px;
}

.rez-content {
	margin-bottom: 20px;
}

.rez-content {
	padding-left: 40px;
}

.rez-area {
	padding: 0;
}

.extra-item {
	background: #fbfbfb;
	padding: 10px 15px;
	border: solid 1px #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 5px;
}

.extra-item .left {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.extra-item .left > .extra-img {
	display: block;
	min-width: 70px;
	position: relative;
	margin-right: 15px;
}

.extra-item .left > .extra-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	height: 100%;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
}

.extra-item .left > .extra-img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.extra-item .left > .extra-desc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.extra-item .extra-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #444;
	margin-bottom: 5px;
}

.extra-item .extra-title > b {
	font-weight: 600;
	margin-left: 10px;
	background: #00A12A;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	white-space: nowrap;
}

.extra-item .price {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin-bottom: 5px;
}

.extra-item .desc {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.extra-item .right {
	min-width: 100px;
}

.extra-item .form-group {
	margin: 0;
}

.rinfo-car {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 0;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.rinfo-car .rinfo-car-img {
	display: block;
	min-width: 80px;
	position: relative;
	background: #fff;
	padding: 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
	margin-right: 10px;
}

.rinfo-car .rinfo-car-img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.rinfo-car .rinfo-car-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rinfo-car .rinfo-car-desc span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.rinfo-car .rinfo-car-desc small {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.rinfo-dest > div {
	margin-bottom: 20px;
}

.rinfo-dest > div > span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	padding: 5px 10px;
	background: #eee;
	border-radius: 4px 4px 0 0;
	border-bottom: solid 1px #ddd;
}

.rinfo-dest > div > span > i {
	color: #ED1C24;
}

.rinfo-dest > div > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 0 0 4px 4px;
}

.rinfo-dest > div > div > .dests span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 600;
	position: relative;
	padding-left: 25px;
}

.rinfo-dest > div > div > .dests span:first-child:before {
	content: "\f309";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: calc(50% + 12px);
	left: 0;
	transform: translate(0, -50%);
	font-size: 28px;
	line-height: 34px;
	color: #aaa;
}

.rinfo-dest > div > div > .dests span:first-child {
	margin-bottom: 5px;
}

.rinfo-dest > div .price {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.rinfo-passenger {
	background: #fbfbfb;
	border: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
}

.rinfo-passenger .left {
	border-right: solid 1px #eee;
}

.rinfo-passenger .left,
.rinfo-passenger .right {
	padding: 10px 15px;
	min-width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rinfo-passenger span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	font-weight: 600;
}

.rinfo-passenger i {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ED1C24;
}

.rinfo-price {
	padding: 10px 15px;
	background: linear-gradient(#fbfbfb, #eee);
	border: solid 1px #eee;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rinfo-price span:first-child {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.rinfo-price span:last-child {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #00A12A;	
}

.rinfo-extras > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 4px;
	background: #fbfbfb;
	border: solid 1px #eee;
}

.rinfo-extras > div > span {
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.rinfo-extras > div > span:last-child {
	font-weight: 600;
}

.pagination {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pagination > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination > ul li {
	display: block;
	margin: 0 4px;
}

.pagination > ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	min-width: 34px;
	height: 34px;
	color: #444 !important;
	border: solid 1px #ddd;
	background: #fbfbfb;
	border-radius: 4px;
}

.pagination > ul li a:hover {
	background: #eee;
	color: #222 !important;
}

.pagination > ul li a.active {
	background: #ED1C24;
	color: #fff !important;
	border-color: #ED1C24;
}

.blog-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	border-radius: 4px;
	margin-bottom: 20px;
}

.blog-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rel-blog {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

.rel-blog:after {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	border-bottom: solid 1px #ddd;
}

.rel-blog:last-child {
	margin-bottom: 0;
}

.rel-blog:last-child:after {
	border: none;
}

.rel-blog > .img {
	min-width: 100px;
	width: 100px;
	display: block;
	margin-right: 10px;
}

.rel-blog > .img > div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border-radius: 4px;
}

.rel-blog > .img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.4s ease 0s;
}

.rel-blog > .desc {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
}

.rel-blog > .desc > h3 {
	display: block;
	width: 100%;
/*	white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
/*	white-space: nowrap;*/
font-size: 15px;
line-height: 22px;
color: #222;
font-weight: 600;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: dashed 1px #ddd;
}

.rel-blog > .desc > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.rel-blog:hover > .img > div > img {
	transform: scale(1.1);
	filter: brightness(1.2);
	opacity: 0.8;
}

.rezcar-price > .rezcar-spec {
	margin-top: 10px;
}

.rezcar-spec {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.rezcar-spec > div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
}

.rezcar-spec > div > i {
	color: #32cd32;
	min-width: 20px;
	font-size: 12px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
}

.rezcar-spec > div > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #888;
}

.rezcar-cc {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.rezcar-cc > i {
	font-size: 14px;
	line-height: 20px;
	margin-right: 15px;
	color: #bbb;
}

.rezcar-cc > i:last-child {
	margin-right: 0;
}

.default-hide {
	display: none;
}

.odeme_tab{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.odeme_tab > div {
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

.odeme_tab > div > input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.odeme_tab > div > label {
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 15px;
	border: solid 1px #ddd;
	color: #444;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
}

.odeme_tab > div.active > label {
	background-color: #FF0000;
	color: #fff;
	border-color: #FF0000;

}
.odeme_pane:not(.active){
	display: none;
}

.page-gal-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.page-gal-item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.step-message {
	background: #ff5057;
	/* background: #ed1c24; */
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.step-message > i {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin-right: 6px;
	color: #fff;
}

.step-message > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
/*    color: #ecee82;*/
}

.TA_excellent > div {
	width: 100% !important;
}
.cbh-phone {
	position: fixed;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
}

.cbh-phone {
	position: fixed;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
}

#kmacb {
	position: fixed;
	display: none;
	background-color: transparent;
	width: 160px;
	height: 160px;
	z-index: 200000!important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: 15px;
	bottom: 15px;
}

.cbh-phone {
	position: fixed;
	right: -50px;
	bottom: -55px;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s
}

.cbh-phone.cbh-show {
	visibility: visible
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
	opacity: .6
}

.cbh-phone.cbh-hover1 {
	opacity: 1
}

.cbh-ph-circle {
	width: 110px;
	height: 110px;
	top: 40px;
	left: 40px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30,30,30,.4);
	opacity: .1;
	-webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
	-webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
	-moz-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
	-ms-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
	-o-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
	animation: cbh-circle-anim 1.1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle {
	-webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
	-moz-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
	-ms-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
	-o-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
	animation: cbh-circle-anim 2.2s infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
	border-color: rgba(0,175,242,1);
	opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
	border-color: rgba(117,235,80,1);
	opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgba(0,175,242,1);
	opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
	border-color: rgba(204,204,204,1);
	opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
	border-color: rgba(117,235,80,1);
	opacity: .5
}

.cbh-ph-circle-fill {
	width: 74px;
	height: 74px;
	top: 58px;
	left: 58px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
	-moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
	-ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
	-o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
	animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
	opacity: 0!important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(0,175,242,.5);
	opacity: .75!important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(117,235,80,.5);
	opacity: .75!important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgba(0,175,242,.5);
	opacity: .75!important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(204,204,204,.5);
	opacity: .75!important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
	background-color: rgba(117,235,80,.5);
	opacity: 1!important
}

.cbh-ph-img-circle1 {
	width: 50px;
	height: 50px;
	top: 70px;
	left: 70px;
	position: absolute;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
	background-size: 40px 40px;
	background-color: rgba(30,30,30,.1);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
	animation: cbh-circle-img-anim 1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
	-moz-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
	-ms-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
	-o-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
	animation: cbh-circle-img-anim 0s infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(0,175,242,1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
	background-color: rgba(117,235,80,1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0,175,242,1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0,175,242,1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(204,204,204,1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
	background-color: rgba(117,235,80,1)
}

@-moz-keyframes cbh-circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}

	30% {
		-moz-transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}

@-webkit-keyframes cbh-circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0deg) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-o-keyframes cbh-circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: .1
	}

	30% {
		-o-transform: rotate(0deg) scale(.7) skew(1deg);
		-o-opacity: .5
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: .1
	}
}

@keyframes cbh-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes cbh-circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes cbh-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@-o-keyframes cbh-circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@keyframes cbh-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2
	}
}

@keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-moz-keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes cbh-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes cbh-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

.cbh-ph-img-circle1 {
}

.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgb(40, 210, 48)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgb(40, 210, 48);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgb(40, 210, 48);
}

.kmacb__manager-border {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -39.5px;
	margin-left: -39.5px;
	border-radius: 100%;
	border: 2px solid #ffe787;
	-webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	opacity: .8;
	transform-origin: center;
}

.kmacb__manager-fill {
	background: #52aff7 center bottom no-repeat;
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -37.5px;
	margin-left: -37.5px;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	transform-origin: center;
}

.kmacb__manager-circle {
	background: #52aff7;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	border-radius: 100%;
}
@media (max-width: 769px) {
	.cbh-phone{		
		position: fixed !important;
		bottom: 150px !important;
		left: 0 !important;
		z-index: 80 !important;
		width: 70px !important;
		height: 70px !important;
	}
}	








.car-slider-container {
	position: relative;
	display: block;
	width: 100%;
}

.car-slider-container > .tns-outer > button {
	display: none;
}

.car-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex !important;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	transform: translate(0, -50%);
}

.car-slider-container > .tns-outer > .tns-controls > button {
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	pointer-events: all;
	font-size: 20px;
}
.car-slider-container > .tns-outer > .tns-controls > button >i {
	color: #fff !important;
}



.car-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top:  calc(2120/2670*100%);
/*    padding-top: calc(1920/2770*100%);*/

/*    padding-top: calc(600/700*100%);*/
}

.car-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.car-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 4;/*
    background: rgba(0,0,0,0.4);*/
}

.scrollable-content {
	height: 450px; /* Yüksekliği tam ekran yap */
	overflow-y: scroll; /* Dikey kaydırma özelliği ekle */
}

.fixed-content {
	height: 100vh; /* Yüksekliği tam ekran yap */
	position: fixed; /* Sabit pozisyon */
	right: 0; /* Sağ tarafa yerleştir */
	width: 41.666667%; /* col-md-5 genişliği %5*8.333333=41.666667% */
}

.cdsROW.narrow.border {
	width: 170% !important;
	padding: 10px !important;
}

.tp-widget-wrapper {
	border: none !important;
	width: 87%;
}

.flashing-text {
  animation: flash 2s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}







 @keyframes blink {
    0% { background-color: red; }
    50% { background-color: darkred; }
    100% { background-color: red; }
}

.flash {
    animation: blink 1s infinite;
    color: white;
     
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}




.star-rating {
	white-space: nowrap;
}
.star-rating [type="radio"] {
	appearance: none;
}
.star-rating i {
	font-size: 1.2em;
	transition: 0.3s;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
	transform: scale(1.35);
	color: #fffdba;
	animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}
.star-rating label:has(~ :checked) i {
	color: #faec1b;
	text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

@keyframes jump {
	0%,
	50% {
		transform: translatey(0) scale(1.35);
	}
	100% {
		transform: translatey(-15%) scale(1.35);
	}
}




.side-rezsum {
    display: block;
}

.side-rezsum > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.side-rezsum > .item > i {
    font-size: 16px;
    line-height: 22px;
    color: #0D0D3B;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    background: none;
    border: solid 1px #0D0D3B;
    border-radius: 3px;
    margin-right: 5px;
}

.side-rezsum > .item > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.side-rezsum > .item > div > small {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #444;
    white-space: nowrap;
    margin-right: 5px;
}

.side-rezsum > .item > div > span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}

.side-rezsum > .item:not(:last-child) {
    margin-bottom: 5px;
}

