body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background-color: #fff;
	color: #333333;
	width: 100%;
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: 300;
	height: auto
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
header {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 9999 !important;
	height: 80px;
	top: 10px;
	background-color:transparent
}
.sticky {
	position: fixed;
	background-color: #84754f;
	top: 0;
	color:#FF3300
}
.video-container {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 900px;
	overflow: hidden;
	z-index: 0;
	background-image: url(../page-img/banner-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.video-container video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;
	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-container h1 {
	text-align: center;
	margin: 20% auto;
	right: 0;
	left: 0;
	z-index: 99;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	line-height: 1.35em;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	font-weight: 400;
	letter-spacing: 15px;
	width:50%
}

.nye-video-container {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 900px;
	overflow: hidden;
	z-index: 0;
	background-image: url(../new-year/new-year-party-banner.webp);
	background-repeat:no-repeat;
	background-size:cover;
}
.video-container video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;
	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nye-video-container h1{
	text-align: center;
	margin: 20% auto;
	right: 0;
	left: 0;
	z-index: 99;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	line-height: 1.35em;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	font-weight: 400;
	letter-spacing: 15px;
	width:50%	
}
h1 font{
	text-align: center;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 99;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.35em;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	width:50%; display:inline-block
	
}
h1 font a{ color:#FFFFFF; font-weight:900; letter-spacing: 10px
	
	
}
#mouse-scroll {
	style: block;
}
#mouse-scroll {
	position: absolute;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	z-index: 9999;
	bottom: 50px
}
#mouse-scroll span {
	display: block;
	width: 6px;
	height: 6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 0 4px 10px;
}
#mouse-scroll .mouse {
	height: 40px;
	width: 24px;
	border-radius: 24px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 2px solid #ffffff;
	top: 170px;
}
#mouse-scroll .down-arrow-1 {
	margin-top: 8px;
}
#mouse-scroll .down-arrow-1 {
	-webkit-animation: mouse-scroll 1s infinite;
 -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
	height: 8px;
	width: 2px;
	display: block;
	margin: 8px auto;
	background: #ffffff;
	position: relative;
	border-radius: 2px;
}
#mouse-scroll .mouse-in {
	-webkit-animation: animated-mouse 1.2s ease infinite;
	moz-animation: mouse-animated 1.2s ease infinite;
}
 @-webkit-keyframes animated-mouse {
 0% {
 opacity: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
}
}
@-webkit-keyframes mouse-scroll {
 0% {
 opacity: 1;
}
 50% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
@keyframes mouse-scroll {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	z-index: 98
}
ul li span {
	color:#fff;
	display:inline-block;
	font-size:12px
}
.main-container {
	width:80%;
	height:auto;
	overflow:hidden;
	margin:80px auto
}
h1 {
	display: block;
	font-size: 3.5em;
	font-weight: normal;
	color: #014780;
	font-family: 'Italianno', cursive;
	padding: 0;
	margin: 0;
	letter-spacing: 3px;
}
h2 {
	margin-top: 0;
	margin-bottom: 21px;
	font-family: "Quicksand";
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	color: #827145;
	letter-spacing: 0;
	line-height: normal;
	text-transform: none;
}
p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #666;
	margin-bottom: 20px;
}
.row {
	width:100%;
	height:auto;
	overflow:hidden
}
.sev-col-md-6 { /* col-md-6 değişecek */
	flex: 0 0 auto;
	width: 50%;
	float:left;
	margin-right:4%
}
.col-md-3 {
	flex: 0 0 auto;
	width: 20%;
	float: right;
	margin-right:4%
}
.col-md-3-last {
	margin-right:0
}
.section-subtitle {
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
.section-title {
	font-size: 46px;
	font-family: 'Gilda Display', serif;
	font-weight: 400;
	color: #222;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.25em;
}
.section-title1 {
	font-size: 28px;
	font-family: 'Gilda Display', serif;
	font-weight: 400;
	color: #222;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.25em;
}
img {
	width: 100%;
	height: auto;
}
.top-img {
	margin-top: 60px !important;
}
.rez-icon {
	background-image:url(../page-img/phone.webp);
	background-position: left;
	background-repeat:no-repeat;
	height:60px;
}
.rez-mail-rest {
	background-image: url(../page-img/mail.png);
	background-position: left;
	background-repeat:no-repeat;
	height:60px;
}
.time-icon {
	background-image: url(../page-img/time-forward.png);
	background-position: left;
	background-repeat:no-repeat;
	height:60px;
}
.rez-icon-num {
	font-size: 22px;
	color: #897853;
	letter-spacing: -1px;
	margin-left:60px;
	display:block
}
.rez-icon-num a {
	color: #897853;
}
.rez-icon-text {
	margin-left: 60px;
	display:block
}
.rooms-main-container {
	width:100%;
	height:auto;
	min-height:600px;
	background-image:url(../page-img/rooms-main.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	position:relative
}
.rooms-main-container h2 {
	font-family: 'Gilda Display', serif;
	font-size: 38px;
	color: #a28c54;
	text-align: center;
	position:relative;
	z-index:99;
	padding-top:50px;
	font-weight:800
}
.rooms-main-container h3 {
	font-family: 'Gilda Display', serif;
	font-size: 38px;
	color: #fff;
	text-align: center;
	position:relative;
	z-index:99;
	font-weight:800;
	margin:0;
	padding:0
}
.rooms-main-container p {
	font-family: 'Gilda Display', serif;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	position:relative;
	z-index:99;
	padding-top:20px
}
.rooms-list-main {
	width:80%;
	height:auto;
	overflow:hidden;
	margin:50px auto;
	position:relative;
	z-index:99;
}
.rooms-list-main ul {
	display: block;
	margin: 30px 0 0;
	text-align: center;
}
.rooms-list-main ul li {
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 40px;
	margin-right: 50px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all .3s ease-in;
	position: relative;
	display: inline-block;
	font-family: 'Gilda Display', serif;
}
.rooms-list-main ul li a {
	color: #fff
}
.cool-link::after {
	content: "";
	height: 3px;
	background: rgba(137,120,83,.8);
	width: 0;
	display: block;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all ease-in .4s;
	-ms-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	transition: all .4s ease-in
}
.cool-link:hover::after {
	width: 100%;
 //transition: width .3s;
}
.facilities-main {
	width:100%;
	height:auto;
	overflow:hidden
}
.facilities-box-left {
	width:50%;
	height:400px;
	float:left;
	overflow:hidden
}
.facilities-box-right {
	width:50%;
	height:400px;
	float:left;
	overflow:hidden
}
.facilities-main img {
	width:100%;
	height:auto;
}
.facilities-main .content {
	width: 90%;
	padding: 30px;
}
.facilities-main h6 {
	font-size: 15px;
	letter-spacing: 3px;
	color: #666;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.facilities-main h4 {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #222;
	font-weight: 400;
	line-height: 1.5em;
	font-family: 'Barlow Condensed', sans-serif;
}
.butn-dark {
	position: relative;
	line-height: 1.2em;
}
.butn-dark a {
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: #897853;
	color: #fff;
	padding: 13px 22px;
	margin: 0;
	position: relative;
	font-size: 15px;
	letter-spacing: 3px;
}
.butn-dark a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #222;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.butn-dark a span {
	position: relative;
	z-index: 2;
}
.butn-dark a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.butn-dark a:hover span {
	color: #fff;
}
.spcl-offer-main {
	width:100%;
	height:auto;
	overflow:hidden;
}
.spcl-offer-main-ic {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin:0 auto
}
.col-md-4 {
	flex: 0 0 auto;
	width: 32%;
	float:left;
	margin-right:2%
}
.col-md-4-last {
	margin-right:0
}
.single-facility {
	background: transparent;
	padding: 30px 20px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	line-height: 1;
	border: 1px solid #f1eeeb;
}
.single-facility span {
	font-size: 45px;
	color: #84754f;
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}
.single-facility h5 {
	font-size: 18px;
	color: #222;
	margin: 0;
	padding:0
}
.loc-container {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:50px 0 50px 0
}
footer {
	background: #061a2b;
	position: relative;
	margin-top: 80px;
	height: auto;
	overflow: hidden;
	z-index: 99
}
footer:before {
	content: '';
	background: #071f33;
	position: absolute;
	top: 0;
	left: -250px;
	height: 100%;
	width: 50%;
	transform: skew(30deg);
}
.footer-bottom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #01101d;
	color: #8e7f58;
	font-size: 14px;
	position: relative;
	z-index: 999;
	margin-top: 30px
}
#footer-ic {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 50px
}
.footer-box {
	width: 23.5%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	position: relative;
	z-index: 9999
}
.footer-box-last {
	margin-right: 0
}
h6 {
	font-size: 20px;
	padding: 0;
	font-style: normal;
	color: #8e7f58;
	font-weight: 700;
	margin: 0 0 20px 0;
	letter-spacing: 2px;
	text-transform: uppercase
}
footer span {
	display: block;
	margin-bottom: 10px;
	color: #8e7f58;
}
.help-main {
	border-left-width: 2px !important;
	padding-left: 20px !important;
	border-left-color: #8e7f58 !important;
	border-left-style: solid !important;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px
}
.help-main h3 {
	font-size: 1em;
	padding: 0;
	font-style: normal;
	color: #00a3ef;
	display: block;
	margin: 0;
	padding: 0
}
.help-main h3 a {
	color: #8e7f58;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal
}
.btn-book {
	background-color: #827145;
	position: fixed;
	bottom: 0;
	border: 0;
	right: 0;
	cursor: pointer;
	width: 100px;
	height: 140px;
	z-index: 999;
}
.btn-book:hover {
	background-color: #014780
}
.rooms-list {
	position: relative;
	margin-bottom: 50px !important;
}
.rooms-list img {
	margin: 0;
	position: relative;
	width: 66.666667%;
	margin-left: auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.rooms-list .caption {
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	width: 50%;
	padding: 2% 2% 2% 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.rooms-list .caption {
	left: auto;
	right: 0;
	background: #fff;
	padding: 2% 0 2% 2%;
}
.rooms-list .caption h4, .rooms-list .caption h4 a {
	font-size: 24px;
	color: #222;
	margin-bottom: 5px;
}
.rooms-list .caption h3, .rooms-list .caption h3 a {
	font-size: 24px;
	color: #ab8a62;
	margin-bottom: 0px;
}
.rooms-list .caption h3 span {
	font-size: 15px;
	color: #666;
	font-family: 'Barlow', sans-serif;
}
.rooms-list .caption h6 {
	display: inline-block;
	color: #666;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.butn-dark-r {
	position: relative;
	line-height: 1.2em;
}
.butn-dark-r a {
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: #897853;
	color: #fff;
	padding: 13px 22px;
	margin: 0;
	position: relative;
	font-size: 15px;
	letter-spacing: 3px;
	float:right
}
.banner-container {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	max-height:800px !important;
}
.right-slide-btn {
	float:right;
	margin-right:20px;
}
.room-details-left {
	width:60%;
	height:auto;
	overflow:hidden;
	float:left
}
.room-details-right {
	width:30%;
	height:auto;
	overflow:hidden;
	float: right
}
.facilities {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px
}
.faclitiest-kutu {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
	padding: 2%;
	margin-bottom: 20px;
	border-radius:5px;
	border:1px solid #E5E5E5;
	box-sizing:border-box
}
.faclitiest-kutu-last {
	margin-right: 0
}
.span-facilities-icon {
	display: block;
	height: 45px;
	width: auto
}
.span-facilities-text {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 10px
}
.room-service {
	background-image: url(../room-icons/room-service.png);
	background-position: center;
	background-repeat: no-repeat;
}
.shower {
	background-image: url(../room-icons/shower.png);
	background-position: center;
	background-repeat: no-repeat
}
.bath {
	background-image: url(../room-icons/bath.png);
	background-position: center;
	background-repeat: no-repeat
}
.clock {
	background-image: url(../room-icons/clock.png);
	background-position: center;
	background-repeat: no-repeat
}
.phone-room {
	background-image: url(../room-icons/phone.png);
	background-position: center;
	background-repeat: no-repeat
}
.Kettle {
	background-image: url(../room-icons/coffee-machine.png);
	background-position: center;
	background-repeat: no-repeat
}
.key-card {
	background-image: url(../room-icons/key-card.png);
	background-position: center;
	background-repeat: no-repeat
}
.free-wifi {
	background-image: url(../room-icons/free-wifi.png);
	background-position: center;
	background-repeat: no-repeat
}
.hair-Dryer {
	background-image: url(../room-icons/hair-dryer.png);
	background-position: center;
	background-repeat: no-repeat
}
.refrigerator {
	background-image: url(../room-icons/minibar.png);
	background-position: center;
	background-repeat: no-repeat
}
.tv {
	background-image: url(../room-icons/television.png);
	background-position: center;
	background-repeat: no-repeat
}
.safe-box {
	background-image: url(../room-icons/safe-box.png);
	background-position: center;
	background-repeat: no-repeat
}
.air-conditioning {
	background-image: url(../room-icons/air-conditioner.png);
	background-position: center;
	background-repeat: no-repeat
}
.room-kutu-img {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
.room-kutu-img-last {
	margin-right: 0
}
.room-kutu-img img {
	width:100%;
	height:auto
}
.rooms-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rooms-list ul li {
	color: #666;
	font-size: 15px;
	padding-bottom: 10px;
}
.rooms-list ul li i {
	margin-right: 10px;
	color: #aa8453;
	font-size: 20px;
}
.row {
	width:100%;
	height:auto;
	overflow:hidden
}
.room-md-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
	float:left;
	margin-bottom:30px
}
.rooms-list .caption h4 {
	font-size: 24px;
	color: #222;
	margin-bottom: 5px;
	font-family: 'Gilda Display', serif;
	font-weight: 400;
	line-height: 1.25em;
	margin: 0 0 20px 0;
}
p a {
	text-decoration: inherit;
	color: #8e7f58;
	display: block;
	font-family: 'Gilda Display', serif;
	font-size: 18px;
}
.res-gallery {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:80px
}
.spa-box {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:50px
}
.spa-box-img {
	width:45%;
	height:auto;
	overflow:hidden;
	float:left
}
.spa-box-text {
	width:50%;
	height:auto;
	overflow:hidden;
	float:right;
}
.spa-main {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:50px 0 50px 0
}
.spa-contact-grid {
	float: left;
	width: 33.33%;
}
.spa-sections {
	width:50%;
	height:200px;
	overflow:hidden;
	float:left;
	margin:20px 0 20px 0;
	padding-bottom:30px
}
.spa-sections img {
	width:100%;
	height:auto
}
.spa-img-main {
	width:30%;
	height:200px;
	float:left;
	margin-right:5%
}
.spa-text-main {
	width:61%;
	float:left;
	height:200px;
	padding:0 0 50px 0;
}
.spa-text-main p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin:0;
	padding:0
}
.photo-gallery {
	width:100%;
	height:auto;
	overflow:hidden
}
.photo-gallery img {
	width:24%;
	height:auto;
	float:left;
	margin-right:1%;
	margin-bottom:1%
}
.img-last {
	margin-right:0
}
.locat-list {
	display: flex;
	justify-content: left;
}
.locat-list ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	width:100%
}
.locat-list li {
	padding: 10px;
	border-bottom:1px solid #DFDFDF;
	font-family: 'Gilda Display', serif;
}
.locat-list-sol {
	width:50%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:30px
}
.locat-list-sag {
	width:45%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:30px;
	padding:15px 0 0 5%
}
.sustainability-butn-dark {
	position: relative;
	line-height: 1.2em;
	margin-bottom:30px
}
.sustainability-butn-dark a {
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: #897853;
	color: #fff;
	padding: 13px 22px;
	margin: 0;
	position: relative;
	font-size: 15px;
	letter-spacing: 3px;
}
.sustainability-butn-dark a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #222;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sustainability-butn-dark a span {
	position: relative;
	z-index: 2;
}
.sustainability-butn-dark a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.sustainability-butn-dark a:hover span {
	color: #fff;
}
.section-title-other {
	font-size: 24px;
	font-family: 'Gilda Display', serif;
	font-weight: 400;
	color: #222;
	position: relative;
	margin: 50px 0 40px 0;
	line-height: 1.25em;
}
.rest-col-md-4 {
	flex: 0 0 auto;
	width: 32%;
	float:left;
	margin-right:2%
}
.section-subtitle-r {
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #84754f;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
.res-main {
	width:100%;
	height:auto;
	overflow:hidden;
	min-height:400px;
	background-color:#f8f5f0
}
.res-main-img {
	width:50%;
	height:400px;
	float:left
}
.res-main-text {
	width:50%;
	height:400px;
	float:left
}
.res-main-img-bg {
	background-image:url(../page-img/seven-hills-restaurant.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover
}
.res-text-ic {
	padding:4%
}
.res-midd {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#e8f3ff;
	padding:4% 0 4% 0
}
.res-midd-ic {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin:0 auto
}
.res-midd-ic-menu {
	width: 23.5%;
	float:left;
	margin-right:2%
}
.res-midd-ic-menu-last {
	margin-right:0;
	ox-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.res-midd-pad {
	padding: 60px 60px 65px 60px;
	text-align:center
}
.res-midd-ic-menu img {
	width:100%;
	height:80%
}
.about-us-img {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
}
.about-us-img-last {
	margin-right: 0;
}
.about-us-img img {
	width: 100%;
	height: auto
}
.blog-main{ width: auto; height:auto;
	overflow:hidden; padding:0 10px 0 10px}
.blog-kutu {
	width:32%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:2%;
	margin-top:30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; margin-bottom:30px; min-height:600px
}
.blog-kutu-last {
	margin-right:0
}
.blog-kutu img {
	width:100%;
	height:auto;
}
.blog-kutu h2 {
	text-align:center;
	padding:10px; font-size:24px; font-weight:400
}
.blog-kutu h2 a{ color:#84754f;
}
.blog-kutu p {
	text-align: left;
	padding:0 20px 0 20px
}
.blog-ic-main{width:100%; height:auto; overflow:hidden; }
.blog-ic-left{ width:35%; height:auto; overflow:hidden; float:left; margin-top:30px}
.blog-ic-right{ width:60%; height:auto; overflow:hidden; float: right; margin-top:30px; padding:0}
.blog-ic-left img{ width:100%; height:auto; }

.blok-gallery img {
	width:32%;
	height:auto;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	
}
.blok-img-last {
	margin-right:0
}
/* rez kod basi */
.rez-logo {
	width:90px;
	height:74px
}
#openReservationModal {
	position: absolute;
	border: 0;
	right: 0;
	left: 0;
}
#reservationModal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	right: 0;
	z-index: 9999
}
.logoModal {
	margin-left:50px;
	margin-top:50px
}
.modal-ic {
	width: 90%;
	height: auto;
	margin:20px auto;
	overflow: hidden;
}
.modal-ic-sol {
	width: 56%;
	height: auto;
	overflow: hidden;
	float:left;
	padding:2%
}
.modal-ic-sag {
	width: 35%;
	height: auto;
	overflow: hidden;
	float: right;
}
.book-but {
	width:100%;
	height: auto;
	margin-bottom:50px
}
#closeReservationModal {
	position: absolute;
	right: 25px;
	top: 40px;
	width: 32px;
	height: 32px;
}
#closeReservationModal:hover {
	opacity: 1
}
#closeReservationModal:after, #closeReservationModal:before {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #827145
}
#closeReservationModal:before {
	transform: rotate(45deg)
}
#closeReservationModal:after {
	transform: rotate(-45deg)
}
.btn-book {
	background-color: #827145;
	position: fixed;
	bottom: 0;
	border: 0;
	right: 0;
	cursor: pointer;
	width: 100px;
	height: 140px;
	z-index: 999;
}

.button {
	background: #897853;
	color: #fff;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	text-align: center;
	text-rendering: optimizeLegibility;
	font-family: MuseoSansCyrlW03-500, Arial;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all .2s ease-in;
	width: 100%;
	outline: none!important;
	outline-offset: 0!important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	border:none;
	margin-top:50px
}
.button:hover {
	cursor: pointer;
	background: #382b25;
	color:#FFFFFF
}
.button a {
	color:#FFFFFF
}
.button a:hover {
	color:#FFFFFF
}
.check-in {
	width: 90%;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #B0B0B0;
	margin:0
}
.check-in2 {
	width: 96%;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #B0B0B0;
	margin:0
}
.check-in1 {
	width: 95%;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #B0B0B0;
	margin:0
}
.check-in-list {
	width: 90%;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #B0B0B0;
	margin:0;
	padding:8px;
}
.check-in-list1 {
display: grid;
	grid-template-columns: 45% 55%;
	grid-template-rows: auto;
		position: relative;
    border: none;
    border-bottom: 1px solid #B0B0B0; width:92%; margin-bottom:20px
  
}
.check-in-list1:last-child {
 margin-right:0

  
}
.additional-selects-are {
  display: block; width:100%; 

}
.chld-column {
 float: left;
 width:50%;

  
}


.label-check {
	color:#897853;
	font-size:16px;
	margin-bottom:30px;
	display: inline-block;
	padding:0;
	margin-bottom:10px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
.check-person {
	padding-top:0
}
:focus-visible {
 outline:none
}
.promo-code {
	width:100%;
	height:auto;
}
.form-div-main-left {
	width:50%;
	height:auto;
	float:left;
	margin-bottom:30px
}
.form-div-main-right {
	width:50%;
	height:auto;
	float: right;
	margin-bottom:30px
}
#rooms {
	width:52%;
}
.form-div-main-full {
	margin-bottom:30px
}
.book-massage {
	width:173px;
	height:126px
}
/* rez kod basi */

.rez-icon-w {
	background-image: url(../page-img/whatsapp.png);
	background-position: left;
	background-repeat:no-repeat;
	height:60px;
}
.rez-mail-rest {
	background-image: url(../page-img/mail.png);
	background-position: left;
	background-repeat:no-repeat;
	height:60px;
}
 @media only screen and (max-width:768px) {
.video-container {
        height: 600px;
        overflow: hidden;
        z-index: 0;
        background-image: url(../page-img/banner-m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
.main-container {
	width:90%;
	height:auto;
	overflow:hidden;
	margin:80px auto
}
.sev-col-md-6 { /* col-md-6 değişecek */
	flex: 0 0 auto;
	width: 100%;
	float:left;
	margin-right:4%
}
.col-md-3 {
	flex: 0 0 auto;
	width: 48%;
	float: right;
	margin-right:2%
}
.top-img {
	margin-top: 0 !important;
}
.col-md-3-last {
	margin-right:0
}
.facilities-box-left {
	width:100%;
	height: auto;
	float:left;
	overflow:hidden;
}
.facilities-box-right {
	width:100%;
	height: auto;
	float:left;
	overflow:hidden
}
.facilities-main .content {
	width: 100%;
	padding: 20px;
}
.mobile-marj-bottom {
	margin-bottom:50px
}
.col-md-4 {
	flex: 0 0 auto;
	width: 100%;
	float:left;
	margin-right:2%
}
.footer-box {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom:20px
}
.rooms-list-main {
	width:100%;
	margin:20px auto;
}
.rooms-main-container p {
	width: 90%;
}
.rooms-list-main ul li {
	font-size: 18px;
	line-height:30px;
	margin-bottom: 20px;
	display:block;
	height:auto
}
.video-container h1 {
	display:none
}
.locat-list-sol {
	width:100%;
	float:none;
}
.locat-list-sag {
	width:100%;
	float:none;
	padding:15px 0 0 0
}
.locat-list {
	display: block;
}
.room-details-left {
	width:100%;
	float:none
}
.room-details-right {
	width:100%;
	float: none
}
.faclitiest-kutu {
	width: 50%;
	float: left;
	margin-right: 0;
}
.photo-gallery img {
	width:49%;
	margin-right:1%;
}
.img-last {
	margin-right:0
}
.rest-col-md-4 {
	flex:block;
	width: 100%;
	float:none;
	margin-right:0;
	margin-bottom:30px
}
.rooms-list {
	position: relative;
	margin-bottom: 60px !important;
}
.rooms-list img {
	margin: 0;
	position: relative;
	width: 100%;
	margin-left: 0;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.rooms-list .caption {
	position: relative !important;
	width: 100%;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.rooms-list .caption {
	padding: 2% 0 2% 2%;
	position: relative !important;
}
.room-md-4 {
	flex: 0 0 auto;
	width: 100%;
	float:none;
	margin-bottom:0
}
.spa-box-img {
	width:100%;
	float:none
}
.spa-box-text {
	width:100%;
	float:none;
}
.spa-contact-grid {
	float: none;
	width: 100%;
	margin-bottom:20px
}
.res-main-img {
	width:100%;
	height: 400px;
	float:none
}
.res-main-text {
	width:100%;
	height: auto;
	float:none;
	padding-bottom:50px
}
.butn-dark a {
	display:block;
	margin-top:10px
}
.res-midd-ic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto
}
.res-midd-ic-menu {
	width: 100%;
	float:none;
	margin-right:0;
	margin-bottom:30px
}
.res-midd-pad {
	padding: 30px;
	text-align:center
}
.about-us-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none;
	margin-right: 0;
	margin-top: 0;
}
.blog-main{
	padding:0}
.blog-kutu {
	width:100%;
	float:none;
	margin-right:0;
	margin-top:30px;
	 margin-bottom:0; min-height: inherit !important; box-shadow: none
}
/* rez kod basi */
#calendar_second {
	display:none
}
.modal-ic-sol {
	width: 100%;
	height: auto;
	overflow: hidden;
	float:none;
	padding:0;
	margin:0
}
.modal-ic-sag {
	width: auto;
	height: 100%;
	overflow: hidden;
	float: none;
	padding:0;
	margin:0 auto
}
.modal-ic {
	width: 90%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.check-person {
	padding-top:0
}
.label-check {
	color:#666;
	font-size:14px;
	margin-bottom:0;
	display: inline-block;
	padding:0;
}
.check-in-list {
	width: 90%;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	border:none;
	border-bottom:1px solid #B0B0B0;
	margin:0;
	padding:5px;
}
.form-sty {
	padding:0;
	top:0;
	vertical-align: top;
	display:inline-block
}
.book-but-main {
	margin-top:30px;
}
#reservationModal {
	display: none;
	width: 100%;
	height: 100% !important;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	right: 0;
	z-index: 9999;
	overflow:hidden;
	overflow-y:scroll;
	overflow-x:hidden;
}
.logoModal {
	margin-left:10px;
	margin-top:10px
}
.form-div-main-left {
	margin-bottom:10px
}
.form-div-main-right {
	margin-bottom:10px
}
.book-massage {
	display:none
}
/* rez kod basi */

.nye-video-container h1{
	text-align: center;
	margin: 50% auto;
	right: 0;
	left: 0;
	z-index: 99;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.35em;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5px;
	width:100%	
}
h1 font{
	text-align: center;
	margin:50px auto;
	right: 0;
	left: 0;
	z-index: 99;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.35em;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	width:100%; display:inline-block; padding:0 10px 0 10px
	
}
}
