@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Dosis:300,500,600,700|Exo+2:300,700,900&subset=latin-ext,latin);

body {
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	color:#373737;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

input, select, textarea {
	outline: none;
	font-family: 'Dosis', sans-serif;
	padding: 8px 12px;
	color: #666;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 10px;
	background: rgba(245, 245, 245, 0.85);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.clear { clear: both; }

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

#wrapper {
	width: 1280px;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.header {
	float: left;
	width: 100%;
}

.head {
	background-color: #373737;
	float: left;
	height: 78px;
	width: 100%;
}

.menu {
	float: left;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 65px;
	position: relative;
	z-index: 45;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.logo {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: relative;
	z-index: 55;
	float: left;
	height: 192px;
	width: 210px;
	margin-top: 0px;
	border-radius: 0 0 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-top: none;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease-in-out;
}

.logo:hover {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14), 0 8px 20px rgba(0, 0, 0, 0.06);
	transform: translateY(2px);
}

.logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin-top: 0;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
	transition: transform 0.3s ease;
}

.logo:hover img {
	transform: scale(1.03);
}

.headsocial {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

.headsocial a {
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	padding: 8px 12px;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.headsocial a:hover {
	background: rgba(255, 255, 255, 0.3);
	margin-top: -3px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.headinfo {
	color: #FFF;
	float: right;
	margin-top: 15px;
	font-size: 18px;
	font-weight: lighter;
}

.headinfo i {
	color: #FFF;
	float: left;
	margin-right: 10px;
	font-size: 40px;
	margin-top: -5px;
}

.headinfo .email span {
	color: #FFF;
	float: left;
}

.email {
	color: #FFF;
	float: left;
	margin-left: 40px;
}

.email .ion-ios-telephone {
	color: #FFF;
	margin-top: 0px;
}

.menu ul {
	text-align: right;
	float: right;
	padding: 0;
	margin: 0;
}

.menu li {
	color: #FFF;
	float: left;
	position: relative;
	list-style-type: none;
}

.menu li a {
	float: right;
	color: #e3722e;
	padding-left: 35px;
	padding-right: 35px;
	text-decoration: none;
	line-height: 65px;
	font-weight: bold;
	font-size: 18px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
	height: 4px;
	background-color: #e3722e;
	border-radius: 4px 4px 0 0;
	opacity: 0;
	transform: translateY(4px) scaleX(0.5);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu li:hover a {
	background-color: rgba(255, 255, 255, 0.95);
	color: #373737;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.menu li:hover a::after {
	opacity: 1;
	transform: translateY(0) scaleX(1);
}

.menu ul li ul li:hover a {
	background-color: rgba(0, 0, 0, 0.04);
}

.menu ul li ul {
	width: 200px;
	float: left;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(15px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}

.menu ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li ul li a {
	background: none;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	float: none;
	text-align: left;
	display: block;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0px;
}

.menu ul li ul li a::after {
	display: none;
}

.menu li:hover > ul {
	display: block;
}

.menu ul li ul li ul {
	width: 200px;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 1;
	display: none;
}

.menu ul li ul li ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}

.slogan {
	float: left;
	height: 90px;
	width: 100%;
	background-color: #373737;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	margin-top: 15px;
}

.slogan h2 {
	line-height: 90px;
	color: #FFF;
	font-size: 22px;
	font-weight: lighter;
	float: left;
	margin-left: 20px;
}

.sloganbtn {
	float: right;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #e3722e;
	padding: 12px 35px;
	font-weight: bolder;
	font-size: 20px;
	margin-top: 18px;
	margin-right: 20px;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sloganbtn:hover {
	background: rgba(0, 0, 0, 0.7);
	transform: translateY(-2px);
}

.hidden { opacity: 0; }
.visible { opacity: 1; }

.haberduyuru {
	float: left;
	width: 48%;
	margin-top: 40px;
	box-sizing: border-box;
}

.blokbaslik {
	float: left;
	width: 100%;
	border-bottom: 2px solid #373737;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.blokbaslik h3 {
	float: left;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #373737;
}

.titleline {
	float: right;
	height: 5px;
	width: 100px;
	background-color: #373737;
	transform: skew(-20deg);
	border-radius: 4px;
}

.blokbaslik h3 i {
	margin-right: 15px;
}

.carouselarrow {
	font-size: 30px;
	font-weight: bold;
	float: right;
	background-color: #fff;
	color: #373737;
	padding: 3px 10px;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.carouselarrow:hover {
	background-color: #E6E6E6;
	transform: scale(1.05);
}

.list_carousel {
	width: 100%;
	height: 270px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel #foo2 li {
	width: 97%;
	height: 120px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 13px;
	margin-left: 0px;
	text-align: left;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.04);
	overflow: hidden;
	box-sizing: border-box;
}

.list_carousel li {
	width: 225px;
	height: 230px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 13px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

#foo2 li a img {
	float: left;
	margin-right: 10px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	margin-left: 5px;
	border-radius: 10px;
	max-width: 120px;
	height: auto;
}

#foo2 li h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #e3722e;
	font-size: 18px;
}

#foo2 li h4 a:hover {
	text-decoration: underline;
}

#foo2 li p {
	margin: 0px;
	padding: 0px;
}

#foo2 li h4 {
	margin-bottom: 10px;
}

.rezervasyon {
	float: right;
	width: 48%;
	margin-top: 40px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.rezersid {
	float: left;
	width: 48%;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 10px;
	box-sizing: border-box;
}

.rezersid h5 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.rezersid input, select {
	width: 90%;
	float: left;
	margin-bottom: 10px;
	background-color: rgba(234, 234, 234, 0.7);
	padding: 8px;
	border-radius: 10px;
}

.rezersid select {
	width: 94%;
}

.rezerbtn {
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #438200;
	padding: 12px 0;
	margin-top: 15px;
	font-size: 18px;
	border-radius: 25px;
	box-shadow: 0 6px 20px rgba(67, 130, 0, 0.3);
	border: none;
	cursor: pointer;
	box-sizing: border-box;
}

.rezerbtn:hover {
	background-color: #396e00;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(67, 130, 0, 0.4);
}

.rezerbtn i {
	margin-right: 10px;
	font-size: 24px;
}

.tanitim {
	float: left;
	height: auto;
	min-height: 406px;
	width: 100%;
	margin-top: 35px;
	background-image: url(../images/tatinimbg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: auto;
	background-size: cover;
	display: block;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	padding-bottom: 30px;
}

.tanblok {
	float: left;
	width: 22%;
	margin: 50px 1.5% 0 1.5%;
	box-sizing: border-box;
	text-align: center;
	color: #373737;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 10px;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tanblok:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, 0.42);
	border-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);
}

.tanblok a h1 {
	font-weight: 600;
	color: #373737;
}

.tanblok i {
	font-size: 90px;
	margin-bottom: 25px;
	font-weight: bold;
	display: inline-block;
	transition: transform 0.35s ease;
}

.tanblok:hover i {
	transform: scale(1.08);
}

.tanblok p {
	font-size: 16px;
}

.onecikanarac .list_carousel {
	height: auto;
}

#foo3 li h4 {
	font-size: 23px;
	font-weight: bold;
}

#foo3 li h5 {
	margin-bottom: 10px;
}

#foo3 li {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	min-height: 280px;
}

.rezbtn {
	font-weight: bold;
	color: #FFF;
	background-color: #f0a900;
	padding: 8px 30px;
	border-radius: 25px;
	box-shadow: 0 4px 15px rgba(240, 169, 0, 0.3);
	display: inline-block;
}

.rezbtn i {
	margin-right: 7px;
}

.rezbtn:hover {
	background-color: #c58b00;
	box-shadow: 0 6px 20px rgba(240, 169, 0, 0.4);
	transform: translateY(-2px);
}

#foo3 li:hover { margin-top: 2px; }

#foo3 li img {
	width: 200px;
	height: 120px;
}

.onecikanarac {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.blog {
	float: left;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 30px;
}

#foo4 li {
	float: left;
	width: 480px;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.06);
	height: 141px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(6px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	overflow: hidden;
}

#foo4 li a img {
	float: left;
	margin-right: 10px;
	border-radius: 12px 0 0 12px;
}

#foo4 li h4 a {
	color: #e3722e;
	font-size: 16px;
	font-weight: bold;
}

#foo4 li h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#foo4 li p {
	margin: 0px;
	padding: 0px;
}

#foo4 li a span {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	padding: 5px 10px;
	border-radius: 8px;
	margin-top: 100px;
	float: left;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#foo4 li h4 a:hover {
	text-decoration: underline;
}

#foo4 li:hover {
	background-color: #FFFFFF;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.markalar {
	background-image: url(../images/markabg.webp);
	background-repeat: repeat;
	float: left;
	height: 150px;
	width: 100%;
	margin-top: 25px;
	text-align: center;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.05);
}

.blog .list_carousel {
	height: 170px;
}

.markalar img {
	margin: 30px;
	filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat;
	float: left;
	height: 357px;
	width: 100%;
	color: #bcbcbc;
	box-shadow: 0 -10px 25px rgba(0,0,0,0.1);
}

.footblok {
	float: left;
	width: 29%;
	color: #bcbcbc;
	margin-top: 35px;
	font-size: 16px;
	margin-right: 2%;
	margin-left: 2%;
}

.footblok h4 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #353535;
	color: #bcbcbc;
}

.footblok span strong {
	font-size: 22px;
	font-weight: bold;
}

.footblok span i {
	font-size: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.footblok span {
	width: 100%;
	float: left;
}

.footblok h5 a {
	color: #BCBCBC;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #353535;
}

.footblok h5 a:hover {
	padding-left: 8px;
	color: #FFF;
}

.footgaleri a {
	float: left;
	margin: 7px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	overflow: hidden;
}

.copyright {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #353535;
	width: 100%;
}

.menuAc {
	padding: 10px;
	color: #e3722e;
	font-weight: bold;
	cursor: pointer;
	display: none;
	font-size: 18px;
}

.clearmob { clear: both; display: none; }
#inputdk { width: 45%; float: right; margin-right: 15px; }
#inputsaat { width: 46%; }

/* BIGPAGE (İÇ SAYFA KAPSAYICISI) VE İÇ ELEMANLARI */
.bigpage {
	float: left;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	margin-top: -40px;
	position: relative;
	z-index: 999;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	padding: 25px;
	box-sizing: border-box;
	overflow: hidden;
}

.arac {
	float: left;
	width: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 16px;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.arac:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.9);
}

.aracfoto h1 strong {
	color: #e3722e;
}

.aracfoto h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 26px;
	margin-bottom: 10px;
}

.aracfoto {
	float: left;
	width: 35%;
}

.aracfoto img {
	width: 350px;
	height: 200px;
	max-width: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: none;
	box-shadow: none;
}

.ozellikler {
	float: left;
	width: 35%;
	margin-top: 30px;
}

.ozellikler span {
	float: left;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,0.04);
}

.ozellikler span i {
	font-size: 34px;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	color: #373737;
}

.ozellikler span strong {
	margin-left: -29px;
	margin-top: 10px;
	float: left;
	position: absolute;
	font-size: 22px;
}

.rezerinfo {
	float: right;
	width: 26%;
	text-align: right;
}

.rezerinfo span {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-weight: bold;
}

.rezerinfo span i {
	font-style: normal;
	width: 60%;
	float: left;
	text-align: left;
	color: #666;
}

.rezerinfo span strong {
	color: #f0a900;
	font-size: 18px;
}

.rezerinfo .rezbtn {
	margin-top: 12px;
	float: right;
}

.sayfalama {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}

.sayfalama span a {
	text-decoration: none;
	color: #555;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	margin: 0 3px;
	display: inline-block;
}

.sayfalama span a:hover,
.sayfalama .sayfalama-active a {
	background-color: #373737;
	color: #fff;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
	border-color: #373737;
}

.rezervasyonpage .rezervasyon {
	float: left;
	margin-top: 20px;
}

.rezervasyonpage {
	padding: 20px;
}

.ekstralar {
	float: right;
	width: 48%;
	margin-top: 20px;
}

.ekstralar table tr td {
	border-bottom: 1px dotted #CCC;
	line-height: 34px;
}

.kisiselbilgiler {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.rezrighttable {
	float: right;
}

.kisiselbilgiler table input, textarea {
	float: left;
	width: 97%;
	border: 1px solid #CCC;
	border-radius: 10px;
}

.kisiselbilgiler label {
	float: left;
	margin-right: 15px;
}

.kisiselbilgiler .rezerbtn {
	width: 50%;
	float: right;
}

.sidebar {
	float: left;
	width: 25%;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	min-height: 350px;
	padding: 20px;
	box-sizing: border-box;
}

.sidebar h4 {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e3722e;
	color: #e3722e;
	font-weight: bold;
}

.sidelink {
	float: left;
	width: 100%;
	padding: 10px 12px;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

.sidelink:hover {
	padding-left: 18px;
	background: rgba(255, 255, 255, 0.8);
	color: #e3722e;
}

.pagecontent {
	float: none;
	width: 100%;
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}

.pagecontent p {
	font-size: 16px;
	line-height: 26px;
}

.pagecontent p a {
	font-weight: bold;
	text-decoration: underline;
}

.blokbaslik .sosyal {
	float: right;
}

.iletisiminfo {
	float: left;
	width: 96%;
	padding: 20px;
	text-align: center;
}

.iletisim tr td h4 {
	color: #a93030;
}

.iletisim tr td {
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	height: 35px;
}

.gonderbtn {
	padding: 8px 25px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.gonderbtn:hover {
	background-color: #373737;
	color: #FFF;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hata {
	font-weight: bold;
	color: #F00;
}

.okey {
	font-weight: bold;
	color: #090;
}

#galeri {
	width: 96%;
	float: left;
}

.sayfa-galerisi {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.sayfa-galerisi a img {
	float: left;
	margin-right: 16px;
	margin-bottom: 30px;
	margin-left: 15px;
	width: 165px;
	height: 130px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	border-radius: 12px;
	transition: all 0.3s ease-out;
}

.sayfa-galerisi a img:hover {
	box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
	transform: scale(1.03);
}

.list {
	float: left;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 5px;
	transition: all 0.3s ease-out;
	border-radius: 10px;
}

.list a img {
	float: left;
	width: 175px;
	height: 100px;
	margin-right: 10px;
	border-radius: 8px;
}

.list h4 a {
	color: #a93030;
}

.list p {
	margin: 0px;
	padding: 0px;
}

.list h4 a:hover {
	text-decoration: underline;
}

.list:hover {
	background-color: #F8F8F8;
	box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.list_carousel #foo5 li {
	width: 110px;
	height: 125px;
}

.list_carousel #foo5 li img {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.contentbaslik {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}

/* Mobil ve Tablet (Responsive) Düzenlemeleri (Max 1024px) */
@media only screen and (max-width: 1024px) {
	.clearmob { clear: both; display: block; }
	#wrapper {
		width: 90%;
		max-width: 95%;
		margin: 0 auto;
	}

	.menu ul { display: none; }
	.menu { height: auto; }
	.menuAc { display: block; }
	.logo { float: none; margin: auto; border-radius: 0 0 25px 25px; height: 150px; }
	.head { height: auto; }
	.headsocial {
		float: none;
		margin: auto;
		margin-top: 20px;
		width: 210px;
		text-align: center;
	}
	.headsocial a { float: none; }
	.email { margin-bottom: 20px; }

	.menu li {
		width: 100%;
		text-align: left;
	}
	.menu li a {
		width: 100%;
		float: left;
		line-height: 45px;
		padding-left: 10px;
		padding-right: 0;
	}
	.menu ul li ul {
		width: 100%;
		float: left;
		top: 0;
		position: relative;
		background-color: #EFEFEF;
		border-radius: 0;
	}
	.slogan {
		height: auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.slogan h2 {
		line-height: normal;
		margin-bottom: 35px;
		margin-left: 0;
		float: none;
	}
	.sloganbtn { float: none; margin-right: 0; }
	
	.rezervasyon { 
		width: 100%; 
		float: left;
		clear: both;
		margin-top: 30px;
	}
	.haberduyuru { 
		width: 100%; 
		float: left;
		clear: both;
		margin-top: 30px;
	}
	
	#inputdk { margin-right: 5px; }
	.haberduyuru .list_carousel { height: auto; min-height: 210px; }
	.list_carousel #foo2 li { height: auto; min-height: 90px; margin-top: 15px; overflow: hidden; }
	#foo2 li img { width: 105px; height: 80px; }
	
	/* MOBİLDE DE BİREBİR AYNI WEBP ARKA PLANIN AÇILMASI SAĞLANDI */
	.tanitim {
		height: auto;
		background-image: url(../images/tatinimbg.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.tanblok { float: none; width: 100%; margin: 0 0 20px 0; }
	#foo4 li { width: 300px; }
	#foo4 li a img { width: 140px; }
	.list_carousel #foo5 li { width: 100px; }
	.markalar img { margin: 15px; }
	.footer { height: auto; }
	.footblok { float: none; width: 100%; }
	.bigpage { margin-top: 0px; box-shadow: none; padding: 15px; border-radius: 16px; }
	.contentbaslik { font-size: 22px; font-weight: bold; }
	.arac { width: 100%; padding: 15px; }
	.aracfoto { float: none; width: 100%; text-align: center; }
	.aracfoto img { width: 100%; max-width: 350px; height: auto; }
	.ozellikler {
		float: none;
		width: 100%;
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.rezerinfo {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.rezerinfo .rezbtn { float: none; display: inline-block; }
	.ozellikler span i { margin-bottom: 2px; }
	.ozellikler span { margin-bottom: 10px; margin-left: 5px; margin-right: 5px; }
	.pagecontent { float: left; width: 100%; margin-left: 0; margin-top: 20px; }
	.sidebar { width: 100%; }
	.sayfa-galerisi a img { width: 130px; height: 100px; }
	.iletisiminfo { width: 90%; }
	.iletisim { width: 100%; }
	.list a img { width: 100px; height: 70px; }
	.list h4 a { font-size: 18px; }
	.list p { font-size: 15px; line-height: normal; }
	.list { height: 75px; overflow: hidden; }
	.sayfalama span a { font-size: 14px; padding: 6px 12px; }
	.blokbaslik h3 { font-size: 18px; }
	.ekstralar { width: 100%; }
	.rezrighttable { float: right; width: 100%; }
	.kisiselbilgiler table input, textarea { width: 100%; }
	.kisiselbilgiler .rezerbtn { width: 100%; }
}

.rezlefttable { float: left; }

.rezerinfo table tr td span { font-size: 14px; }
.rezerinfo table span {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rezerinfo table tr td {
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/* Dil Seçici Genel Alanı */
.site-dil-secici {
	display: inline-flex;
	align-items: center;
	margin-left: 15px;
	vertical-align: middle;
	font-family: sans-serif;
}

/* Dil Butonlarının Genel Tasarımı */
.dil-btn {
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 20px;
	transition: all 0.3s ease;
	background: rgba(255,255,255,0.1);
}

/* Aktif (Seçili) Dilin Görünümü */
.dil-btn.tr-active, .dil-btn:hover {
	background-color: #ff6600;
	color: #ffffff !important;
	box-shadow: 0 3px 10px rgba(255, 102, 0, 0.4);
}

/* İki dil arasındaki dik çizgi */
.dil-ayrac {
	color: rgba(255, 255, 255, 0.4);
	margin: 0 6px;
	font-size: 12px;
}