@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Ubuntu", sans-serif;
	letter-spacing: 0.5px;
}

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

/*----- 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;
	background: #000 !important;
}

.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.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-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 {
	display: block;
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: 0.2s ease 0s;
    background: rgba(0,0,0,0.7);
    border-bottom: solid 2px transparent;
}

#main-nav>.container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-nav.nav-fixed {
	/* position: fixed;
	top: 0;
	left: 0;
	width: 100%; */
	background: #000;
	border-bottom: solid 1px #444;
	animation-name: fixnav;
	animation-duration: 0.2s;
    border-bottom: solid 2px #C4AA3D;
}

.navbar-brand {
	padding: 0;
}

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

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

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

#main-nav .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	margin-right: 20px;
    font-weight: 600;
	transition: 0.2s ease 0s;
    text-transform: uppercase;
}

#main-nav.nav-fixed .navbar-nav .nav-item .nav-link {
	color: #fff !important;
}

#main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #C4AA3D !important;
}

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

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

#main-nav .navbar-nav .nav-item .dropdown-toggle {
	position: relative;
	padding-right: 20px;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle:before {
	content: none;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]:before {
	content: none;
}

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

.panel-text * {
	color: #eee !important;
}

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

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

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

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

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

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

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

.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: #eee !important;
	;
}

.nav-top {
	padding: 5px 0;
	background: #000;
	border-bottom: solid 2px #C4AA3D;
}

.nav-top .container-fluid,
.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;
}

.nt-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.nt-contact > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    color: #fff;
    background: #C4AA3D;
}

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

.nt-contact a {
	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: 16px;
	line-height: 22px;
	margin-right: 5px;
    opacity: 1;
}

.nt-lang a.active {
    opacity: 1;
}

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

.myrez-link {
	margin-right: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #C4AA3D !important;
}

.myrez-link:hover {
	color: #8C7720 !important;
}

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

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

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

.main-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: 50px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(640/1920*100%);
	border-bottom: solid 1px #222;
}

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

.main-banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
    margin-top: 65px;
    text-align: center;
    padding: 40px 0;
    background: rgba(0,0,0,0.3);
    border-top: solid 2px rgba(255,255,255,0.3);
    border-bottom: solid 2px rgba(255,255,255,0.3);
}

.main-banner-text h2 {
	display: block;
	font-size: 35px;
	line-height: 41px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.main-banner-text span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

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

.slider-form {
	width: 100%;
	position: relative;
	width: 100%;
	z-index: 12;
	left: 0;
	padding: 20px 0;
    padding-bottom: 0;
    background: #111;
    border-bottom: solid 2px #C4AA3D;
    border-top: solid 2px #C4AA3D;
}

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

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

.inpage-form {
	margin-top: 0 !important;
	padding-top: 15px;
	background: #181818;
	border-bottom: solid 1px #444;
}

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

.form-group.f-icon>i {
	position: absolute;
	top: 13px;
	left: 10px;
	font-size: 16px;
	color: #fff;
	width: 20px;
	text-align: center;
}

.form-group span.error-label {
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 0;
	color: #ccc;
}

.counter-txt {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

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

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

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	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: 22px;
}

/* SELECT2 RESET * END */

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single,
.form-group .passenger-toggle {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
	border: none;
	background: none;
	color: #fff !important;
	resize: none;
	border: solid 1px rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.8);
    border-radius: 0px;
}

.slider-form .form-group input,
.slider-form .form-group textarea,
.slider-form .form-group .select2-container .select2-selection--single,
.slider-form .form-group .passenger-toggle {
	border-color: rgba(255,255,255,0.2);
	color: #fff !important;
	font-weight: 500;
}

.slider-form .form-group.f-icon>i {
	background: #C4AA3D;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6px;
    left: 6px;
}

.form-group input:disabled, .form-group input:disabled~i {
	opacity: 0.5;
}

.form-group.f-icon input,
.form-group.f-icon .select2-container .select2-selection--single,
.form-group.f-icon .passenger-toggle {
	padding-left: 35px;
}

.slider-form .form-group.f-icon > input,
.slider-form .form-group.f-icon > .select2-container .select2-selection--single,
.slider-form .form-group.f-icon .passenger-toggle {
    padding-left: 40px;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group .select2-container .select2-selection__placeholder {
	color: rgba(255,255,255,0.3);
	opacity: 1;
}

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

.cbox-group {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.cbox-group.boxed label {
	padding: 20px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	/*background: rgba(255,255,255,0.1);*/
	width: 100%;
}

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

.cbox-group>label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	margin: 0;
	user-select: none !important;
}

.cbox-group>label span:first-child {
	display: block;
	min-width: 18px;
	height: 18px;
	border: solid 1px #888;
	background: none;
	margin-right: 5px;
	position: relative;
}

.cbox-group>label span:first-child:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #C4AA3D;
	width: 10px;
	height: 10px;
	opacity: 0;
}

.cbox-group>label span:last-child {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
}

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

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

.inputspin>label {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	display: block;
	color: #fff;
	margin-bottom: 0;
}

.inputspin .input-group .input-group-prepend, .input-group .input-group-append {
	margin: 0;
}

.inputspin .input-group {
	align-items: stretch;
	width: 100px;
	min-width: 100px;
}

.inputspin .input-group input {
	height: unset;
	border: solid 1px #202020;
	box-shadow: none !important;
	outline: none !important;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	pointer-events: none;
	border: none !important;
}

.inputspin .input-group button {
	width: unset;
	height: unset;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	transition: 0.2s ease 0s !important;
	background: none !important;
	border: none !important;
	position: relative;
	border-radius: 0 !important;
	min-width: 30px !important;
}

.inputspin .input-group button:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #C4AA3D !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	transition: 0.2s ease 0s;
}

.inputspin .input-group button:hover:before {
	color: #fff !important;
}

.inputspin .input-group button strong {
	display: none;
}

.inputspin .input-group .input-group-prepend button:before {
	content: "\f068";
}

.inputspin .input-group .input-group-append button:before {
	content: "\f067";
}

.passenger-menu {
	padding: 15px !important;
}

.dropdown>.dropdown-menu {
	min-width: 100%;
	width: unset;
	padding: 0;
	border-radius: 0;
	border: none;
	left: 0;
	background: #000;
	border: solid 1px #C4AA3D;
	margin: 5px 0;
	border-radius: 0px;
}

.dropdown>.dropdown-menu a {
	display: block;
	width: 100%;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	color: #ccc !important;
	font-weight: 500;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	transition: 0.2s ease 0s;
}

.dropdown>.dropdown-menu a:hover {
	color: #C4AA3D !important;
}

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

.dropdown>.dropdown-menu a i {
	margin-right: 5px;
}

.main-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 15px;
	border: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	background: #C4AA3D;
	color: #fff !important;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	position: relative;
	border-radius: 0px;
	transition: 0.2s ease 0s;
    text-transform: uppercase;
}

/*.main-btn:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: solid 2px #333;
	pointer-events: none;
}*/

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

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

.main-btn.small {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
}

.main-btn:hover {
	background: #786519;
	border-color: #786519;
}

.slider-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 8;
	text-align: center;
}

.slider-text h2 {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 15px;
	margin-bottom: 20px;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.slider-text span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.smt {
	margin-top: 40px;
}

.divider-line {
	margin-top: 40px;
	border-bottom: solid 1px #eee;
}

.smb {
	margin-bottom: 40px;
}

.main-title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
    padding-bottom: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #C4AA3D;
}

.not-item {
	background: #C4AA3D;
	padding: 10px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.not-item i {
	margin-right: 10px;
	width: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 1px #444;
}

.not-item .panel-text {
	color: #222;
}

.ftr-all {
	background-color: #111;
    border-top: solid 2px #C4AA3D;
}

.ftr-in {
	box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
	padding-top: 40px;
	padding-bottom: 10px;
}

.ftr-brands {
	display: block;
	margin-bottom: 30px;
}

.ftr-brands img {
	max-width: 200px;
	max-height: 75px;
}

.ftr-logo {
	display: block;
	margin-bottom: 30px;
}

.ftr-logo img {
	width: 180px;
}

.ftr-txt {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
	margin-bottom: 30px;
}

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

.ftr-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	font-weight: 600;
	color: #fff;
	display: block;
}

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

.ftr-contact:last-child {
	margin-bottom: 0;
}

.ftr-contact i {
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
	line-height: 20px;
    min-width: 30px;
    width: 30px;
    height: 30px;
	background: rgba(255,255,255,0.1);
    color: #fff;
	margin-right: 15px;
}

.ftr-contact span, .ftr-contact span a {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	display: block;
}

.ftr-contact span a {
	color: #ccc !important;
}

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

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

.ftr-links a {
	font-size: 14px;
	line-height: 22px;
	color: #ccc !important;
	margin-bottom: 5px;
	position: relative;
}

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

.ftr-bottom>.container {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.ftr-bottom span {
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}

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

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

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

.ftr-social > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: rgba(255,255,255,0.1);
    color: #fff !important;
    transition: 0.2s ease 0s;
    font-size: 14px;
    line-height: 20px;
}

.ftr-social > a:hover {
    background: rgba(255,255,255,0.2);
}

.navbar-toggler {
	display: block;
	font-size: 20px;
	border-radius: 0;
	border: none;
	background: #111;
	color: #fff;
	padding: 10px 15px;
	border: solid 1px #C4AA3D;
}

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

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

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

.page-banner>div {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	text-align: center;
}

.page-banner>div>h1 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-banner>div>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-banner>div>div>a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	position: relative;
	margin-right: 20px;
}

.page-banner>div>div>a:hover {
	text-decoration: underline !important;
}

.page-banner>div>div>a:last-child {
	margin-right: 0;
}

.page-banner>div>div>a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	width: 20px;
	text-align: center;
	top: 1px;
	right: -20px;
}

.page-banner>div>div>a:last-child:after {
	content: none;
}

.about-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(600/1920*100%);
	margin-bottom: 30px;
}

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

.pagination {
	display: block;
	margin: 0;
	padding: 0;
}

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

.pagination ul li {
	display: block;
	margin-right: 5px;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li a {
	padding: 5px 10px;
	min-width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #555;
	font-size: 14px;
	line-height: 20px;
}

.pagination ul li a:hover {
	background: #444;
}

.pagination ul li.active a {
	background: #C4AA3D;
}

.article-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	margin-bottom: 10px;
	border: solid 1px #222;
}

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

.article-img>div {
	position: absolute;
	top: 20px;
	right: 0;
	transform: skewX(-20deg) translate(100%, 0);
	background: #C4AA3D;
	padding: 5px 15px;
	padding-left: 5px;
	transition: 0.4s ease 0s;
}

.article-img>div:before {
	content: "";
	position: absolute;
	top: 0;
	left: -48px;
	width: 50px;
	height: 100%;
	background: #C4AA3D;
	z-index: 2;
}

.article-img>div:after {
	content: "\f00e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: -48px;
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 4;
	transform: skewX(20deg);
	font-size: 16px;
}

.article-img>div span {
	display: block;
	transform: skewX(20deg);
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}

.article-img:hover>div {
	transform: skewX(-20deg) translate(5px, 0);
}

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

.article-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.article-title>div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.article-title h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 0;
	margin-right: 10px;
    font-weight: 800;
}

.article-title span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #bbb;
}

.main-link {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #C4AA3D;
	font-weight: 600;
}

.main-link:hover {
	color: #8C7720 !important;
}

.inpage-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.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: #fff !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #444;
	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: #444;
	border: solid 1px #111;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
	transition: 0.2s ease 0s;
}

#copy_box:hover {
	background: #333;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #bbb;
	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: #fff;
	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: #222;
	border: none;
	z-index: 99999;
}

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

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

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

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

.modal-bottom {
	padding: 15px;
}

.tour-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	background: #444;
	padding: 10px;
	margin-bottom: 20px;
}

.tour-item .ti-img {
	display: block;
	min-width: 400px;
	width: 400px;
	position: relative;
	overflow: hidden;
	padding-top: 200px;
}

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

.tour-item .ti-desc {
	padding: 0 15px;
	overflow: hidden;
}

.tour-item .ti-desc h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.tour-item .ti-desc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #eee;
}

.side-captcha {
	display: block;
	margin-bottom: 20px;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #222;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 20px;
}

.msg-box i {
	font-size: 16px;
	line-height: 18px;
	color: #bbb;
}

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

.msg-box.success i {
	color: #fff;
}

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

.tag-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.tag-box a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #555;
	transition: 0.2s ease 0s;
}

.tag-box a:hover {
	background: #444;
}

.tag-box a:before {
	content: "#";
}

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

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

.soru-header {
	display: block;
	color: #bbb !important;
	font-weight: 600;
	background: #404040;
	padding: 14px 12px;
	position: relative;
	padding-right: 30px;
	transition: 0.2s ease 0s;
}

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

.soru-header h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: 600;
}

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

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

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

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

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

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

.cpage-item i {
	width: 40px;
	height: 40px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	color: #C4AA3D;
	margin-bottom: 10px;
}

.cpage-item span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.cpage-item a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #eee !important;
}

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

.center-title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

.center-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
	height: 2px;
	background: #C4AA3D;
}

.form-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

#map {
	width: 100%;
	height: 340px;
	border: solid 1px #222;
	border-radius: 0;
	overflow: hidden;
	background: #333;
}

hr {
	margin: 0;
	margin-bottom: 20px;
	border-color: #444;
}

.divider {
	margin: 0;
	margin-top: 40px;
	border: none;
	border-bottom: double 4px #222;
}

.stretch-row {
	align-items: stretch;
}

.steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	counter-reset: step;
	overflow: hidden;
	margin-bottom: 20px;
}

.step-item {
	width: 100%;
	position: relative;
}

.step-item span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #bbb;
	position: relative;
}

.step-item.active span {
    color: #fff;
}

.step-item:before {
	content: counter(step);
	counter-increment: step;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	color: #fff;
	border: solid 1px rgba(0, 0, 0, 0.2);
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	z-index: 10;
	margin-bottom: 5px;
	background: #111;
	border-radius: 0px;
}

.step-item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -35%;
	width: 70%;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	transform: translate(0, -50%);
	margin-top: -12px;
	z-index: 2;
}

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

.step-item.active:before {
	color: #fff;
}

.step-item.active:before {
	background: #C4AA3D;
	border-color: #C4AA3D;
}

.rez-side {
	padding: 20px 22px;
	background: #fff;
	border: solid 1px #dedede;
	margin-bottom: 20px;
}

.rez-side .line {
	margin-bottom: 20px;
}

.rez-side .line .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rez-side .line:last-child {
	margin-bottom: 0;
}

#donusline .line {
	margin-bottom: 20px;
}

#donusline>small {
	font-size: 12px;
	line-height: 16px;
	color: #222;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.rez-side .line i {
	font-size: 20px;
	line-height: 24px;
	color: #444;
	margin-right: 5px;
	min-width: 30px;
}

.rez-side .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 35px;
	margin-top: 2px;
}

.rez-side .info small {
	font-size: 12px;
	line-height: 16px;
	color: #444;
	font-weight: 600;
}

.rez-side .line span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	display: block;
}

.rez-side .line small {
	display: block;
}

.rez-side>small {
	font-size: 12px;
	line-height: 16px;
	color: #222;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.rez-notify {
	padding: 5px 10px;
	background: #222;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.rez-notify i {
	font-size: 16px;
	line-height: 20px;
	color: #C4AA3D;
	margin-right: 10px;
	position: relative;
}

.rez-notify span {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	display: block;
}

.rc-item {
	padding: 0;
	background: #111;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	border-radius: 0px;
	border: solid 2px #C4AA3D;
}

.rc-text {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #bbb;
    padding: 5px 10px;
    background: rgba(255,255,255,0.05);
    margin-top: 2px;
    width: 100%;
    text-align: left;
}

.rc-img {
	min-width: 250px;
	width: 250px;
	padding: 2px;
}

.rc-img-in {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
    height: 100%;
	border: solid 1px #222;
	padding-top: calc(3/5*100%);
}

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

.rc-img span {
	font-size: 11px;
	display: block;
	text-align: center;
	color: #222;
	line-height: 16px;
	font-weight: 600;
}

.rc-info h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 2px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.05);
	display: block;
    text-align: left;
}

.rc-info .line {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.rc-info .line:last-child {
	margin-bottom: 0;
}

.rc-info .line > i {
	color: #C4AA3D;
}

.rc-info .line:last-child {
	margin-right: 0;
}

.rc-info-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 0;
	border-radius: 0px;
    width: 100%;
    background: rgba(255,255,255,0.05);
}

.rc-info {
	width: 100%;
	padding: 2px;
}

.rc-select {
	text-align: center;
	min-width: 200px;
	text-align: center;
	min-width: 200px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(255,255,255,0.05);
}

.rcs-price {
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	font-weight: 800;
	color: #C4AA3D;
	display: block;
	border-radius: 0;
    margin-bottom: 2px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.2);
}

.rc-select small {
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.rc-select small.noicon {
    margin: 0;
}

.rc-select small.light {
	color: #C4AA3D;
}

.rc-select .main-btn {
	display: block;
	width: 100%;
	margin-top: 2px;
}

.rc-select small:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	margin-right: 4px;
}

.rc-select small.noicon:before {
	content: none;
}

.rc-item .notify {
	position: absolute;
	top: 20px;
	left: -10px;
	background: #CAB03F;
	padding: 4px 8px;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
}

.rez-side-title h2 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin: 0;
}

.rez-side-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 14px 12px;
	background: rgba(0, 0, 0, 0.5);
	border: solid 1px #222;
	margin-bottom: 10px;
	border-radius: 0;
}

.rez-side-title i {
	margin-right: 5px;
	color: #fff;
}

.rez-side-box {
	border: solid 2px #C4AA3D;
	border-radius: 0;
	background: #111;
	border-radius: 0px;
	overflow: hidden;
    padding: 20px;
}

.rez-side-line {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 5px;
}

.rez-car-line {
	padding: 10px 15px;
    background: rgba(255,255,255,0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.rez-side-line span {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rez-car-line span {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
}

.rez-car-line span:last-child {
	color: #fff;
}

.rez-side-line span:first-child i {
	margin-right: 4px;
	font-size: 12px;
	color: #C4AA3D;
	position: relative;
	top: 1px;
}

.rez-side-line span:first-child {
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	margin-right: 10px;
}

.rez-side-line span:last-child {
	text-align: right;
}

.rez-side-part>span {
	padding: 0;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
    font-weight: 600;
	position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.rez-img-line {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #222;
}

.rez-img-line img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px;
}

.price-side {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	background: #111;
    border: solid 2px #C4AA3D;
	color: #fff;
	margin-top: 20px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.price-side small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	opacity: 1;
	font-weight: 600;
}

.price-side span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #C4AA3D;
}

.rez-form {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 0px;
	background: #111;
    border: solid 2px #C4AA3D;
}

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

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

.rf-title {
	display: block;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

.rf-title span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}

.rf-body {
	padding: 0;
}

.form-label {
	display: block;
	font-size: 10px;
	line-height: 16px;
	color: #bbb;
	margin: 0;
	margin-bottom: 0px;
	font-weight: 400;
}

.form-label-margin {
	margin-top: 20px;
}

.rez-side-line.fiyat-item span:last-child {
	color: #fff;
}

.rf-notify {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #C4AA3D;
}

.rf-bottom {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.extras {
	background: none;
}

.extras .line {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.extras .line:last-child {
	padding: 0;
	border: none;
}

.extra-img {
	min-width: 50px;
	width: 50px;
	position: relative;
	margin-right: 10px;
}

.extra-img-in {
	width: 100%;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 0;
	border: solid 1px #222;
	background: #C4AA3D;
}

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

.extra-desc h2 {
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #fff;
	margin: 0;
}

.extra-desc span {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	display: block;
}

.extra-desc .title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
}

.extra-desc .title span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-left: 10px;
}

.extra-desc {
	width: 100%;
}

.extra-select {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 150px;
}

.extra-select .form-group {
	margin-bottom: 0;
	width: 100%;
}

.extra-part {
	display: none;
}

.payment {
	background: #464646;
}

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

.payment-tabs a {
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #ccc !important;
	width: 100%;
	text-align: center;
	background: #555;
}

.payment-tabs a:hover {
	background: #505050;
}

.payment-tabs a.active {
	background: #464646;
	color: #C4AA3D !important;
}

.payment-body {
	padding: 15px;
	background: #464646;
}

.rez-result {
	text-align: center;
}

.rez-result>i {
	color: #C4AA3D;
	font-size: 50px;
	line-height: 56px;
	display: block;
	margin-bottom: 10px;
}

.rez-result p {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	display: block;
	margin-bottom: 10px;
}

.rez-result p b {
	font-weight: 600;
	color: #C4AA3D;
}

.rez-result span {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.rez-result span b {
	font-weight: 600;
	color: #C4AA3D;
}

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

.rr-contact {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 10px;
}

.rr-contact a {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #464646;
	padding: 10px;
	color: #C4AA3D !important;
}

.rr-contact a:hover {
	background: #555;
}

.rr-contact i {
	font-size: 14px;
	color: #C4AA3D;
	min-width: 30px;
	background: #555;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rezdet-item {
	margin-bottom: 10px;
}

.rez-form .part .inner {
	padding: 0 15px;
	padding-top: 10px;
}

.rezdet-item span {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
}

.rezdet-item p {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	margin: 0;
}

.rezdet-item span:first-child:after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.rezdet-item span:first-child {
	font-weight: 600;
	color: #fff;
	margin-right: 20px;
	min-width: 150px;
	max-width: 150px;
	position: relative;
}

.rezdet-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.rezdet-item .inner {
	padding: 15px;
}

.rez-form .part {
	background: #464646;
	display: block;
}

.rez-form .part>span {
	background: #404040;
	padding: 5px 15px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #C4AA3D;
	position: relative;
}

.rezdet-item .highlight {
	color: #C4AA3D;
}

.rez-sum-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #111;
	padding: 20px 15px;
	border: solid 1px rgba(255,255,255,0.2);
	border-radius: 0;
}

.rez-sum-box i {
	color: #90ee90;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 10px;
}

.rez-sum-box span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.rez-sum-box span b {
	color: #C4AA3D;
	font-weight: 600;
}

.rez-sum-box small {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: block;
	margin-bottom: 40px;
}

.rez-sum-box small b {
	color: #C4AA3D;
	font-weight: 600;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0;
	display: block;
	margin-top: 5px;
}

.rez-sum-box p {
	font-size: 12px;
	line-height: 18px;
	color: #eee;
	margin: 0;
}

.rez-sum-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.rez-sum-info a {
	display: block;
	margin: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #C4AA3D !important;
}

.rez-sum-info a:hover {
	color: #8C7720 !important;
}

.rezsorgu-txt {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.reg-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
    border: solid 1px rgba(255,255,255,0.2);
}

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

.reg-item>.img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
	transform: scale(1.1);
}

.reg-item:hover>.img>img {
	transform: scale(1);
}

.reg-item>.img>.region {
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	z-index: 10;
}

.reg-item>.img>.price {
	position: absolute;
	top: 10px;
	right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #fff;
    background: #C4AA3D;
	z-index: 10;
    padding: 5px 15px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.reg-item>.desc {
	width: 100%;
	overflow: hidden;
	background: #111;
	padding: 10px 15px;
    border-top: solid 2px #C4AA3D;
}

.reg-item>.desc>h3 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}

.blog-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.blog-item>.img {
	min-width: 200px;
	position: relative;
	margin-right: 15px;
}

.blog-item>.img>div {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(150/200*100%);
}

.blog-item>.img>div>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: 0.4s ease 0s;
}

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

.blog-item>.img>span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	background: #C4AA3D;
	text-align: center;
	color: #fff;
}

.blog-item>.img>span>b {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	display: block;
}

.blog-item>.img>span>small {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.blog-item>.desc {
	padding: 10px;
	width: 100%;
	overflow: hidden;
}

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

.blog-item>.desc>h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #C4AA3D;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}

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

.badge-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background: #202020;
	cursor: pointer;
	transition: 0.2s ease 0s;
}

.badge-item:hover {
	background: #303030;
}

.badge-item i {
	font-size: 34px;
	line-height: 40px;
	width: 90px;
	height: 70px;
	background: #333;
	border: solid 2px #444;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C4AA3D;
	margin-bottom: 20px;
}

.badge-item h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #666;
}

.badge-item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 20px;
	color: #eee;
	margin: 0;
	overflow: hidden;
}

.bcrumb {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: solid 2px #C4AA3D;
}

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

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

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

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

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

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

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

.bcrumb h1 {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: #fff !important;
	text-align: left;
	text-transform: uppercase;
}

.bcrumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.side-blog-item {
	display: block;
	padding: 10px 15px;
	background: #222;
	border-radius: 0px;
	margin-bottom: 10px;
	position: relative;
	transition: 0.2s ease 0s;
}

.side-blog-item:hover:after {
	background: #333;
}

.side-blog-item h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin: 0;
	transition: 0.2s ease 0s;
	position: relative;
	z-index: 4;
	width: 100%;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

.side-blog-item h3:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	text-align: center;
}

.side-blog-item:hover h3 {
	color: #C4AA3D !important;
}

.article-img>span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	background: #C4AA3D;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

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

.contact-item>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	width: 100%;
}

.contact-item>div i {
	min-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	background: rgba(0,0,0,0.2);
    border: solid 1px rgba(255,255,255,0.2);
	color: #C4AA3D !important;
	margin-right: 10px;
}

.contact-item>div span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 800;
}

.contact-item>span,
.contact-item>a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff !important;
	margin-bottom: 5px;
}

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

.ctxt {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	color: #bbb;
    font-weight: 500;
	text-align: right;
	width: 100%;
}

.fixed-wa {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	font-size: 32px;
	line-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 999999;
}

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

.nt-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	min-width: 34px;
	height: 34px;
	font-size: 14px;
	color: #fff !important;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}

.nt-social a:last-child:after {
	content: none;
}

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

.lightback {
	background: #202020;
	padding: 40px 0;
}

.notify-box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	background: #111;
	border-radius: 0px;
	overflow: hidden;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.notify-box span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.rez-cars {
	margin-bottom: 30px;
}

.rc-spec {
	display: block;
	padding: 10px;
	background: #222;
	border-top: solid 1px #444;
}

.rc-spec span {
	display: block;
	font-size: 14px;
	line-clamp: 20px;
	color: #fff;
}

.rc-spec>div {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-right: 5px;
}

.gal-item {
	display: block;
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 1px;
}

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

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

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

.gal-item>div:after {
	content: "\f055";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #fff !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 20px;
	line-height: 26px;
	opacity: 0;
	transition: 0.4s ease 0s;
}

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

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

.comment-slider-container {
	width: 100%;
	position: relative;
}

.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;
	width: 20px;
	height: 10px;
	border-radius: 0;
	background: none;
	border: solid 1px #C4AA3D;
	margin: 0 5px;
	position: relative;
}

.comment-slider-container>.tns-outer>.tns-nav>button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 5px;
	border-radius: 0;
	background: #C4AA3D;
	transform: translate(-50%, -50%);
	opacity: 0;
}

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

.comment-item {
    display: block;
	text-align: left;
	width: 100%;
	padding: 20px;
	background: #111;
    border: solid 1px rgba(255,255,255,0.2);
	margin-bottom: 20px;
	border-radius: 0px;
    position: relative;
}

.comment-item:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 20px;
}

.comment-item>.title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    text-align: left;
}

.comment-item>p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #bbb;
    margin: 0;
}

.comment-item>.date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
	color: #fff;
}

.comment-item>.main-btn {
	margin-top: 15px;
}

.comment-item.limited>p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#returnbox,
#returnline{
	display: none;
}

#returnline.active {
	display: flex;
}

.support-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
	background: #fff;
	border-radius: 0px;
}

.support-box > i {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 5px;
}

.support-box > a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #444 !important;
	text-decoration: underline !important;
}

.support-box > a:hover {
	text-decoration: none !important;
}

.rcs-baby-line {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    background: rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 0px;
}

.rcs-baby-line > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.pline-item {
    padding: 10px;
    padding-bottom: 0;
    background: #333;
    border: solid 1px #111;
    border-radius: 0px;
    margin-bottom: 15px;
}

.pline-item .form-group {
    margin-bottom: 10px;
}

.iti__selected-dial-code {
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: rgba(255,255,255,0.1);
    border-right: solid 1px rgba(255,255,255,0.1);
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: rgba(255,255,255,0.05);
}

.feedback-alert {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: rgba(255,255,255,0.2);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.feedback-small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-top: 20px;
}

.section-bright {
    padding: 40px 0;
    background: rgba(255,255,255,0.04);
}

.new-blog-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    background: #111;
    border: solid 1px rgba(255,255,255,0.2);
}

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

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

.new-blog-item > .content {
    display: block;
}

.new-blog-item > .content > .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
    margin-bottom: 5px;
}

.new-blog-item > .content > .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #333;
}

.new-blog-item > .content > .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #ddd;
}

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

.side-box {
    padding: 20px;
    background: #111;
    border: solid 2px #C4AA3D;
}