@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700&subset=latin-ext);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=latin-ext');
@font-face {
  font-family: 'Blacksword';
  src: url('../libs/fonts/Blacksword.eot');
  src: url('../libs/fonts/Blacksword.woff2') format('woff2'),
       url('../libs/fonts/Blacksword.woff') format('woff'),
       url('../libs/fonts/Blacksword.ttf') format('truetype'),
       url('../libs/fonts/Blacksword.svg#Blacksword') format('svg'),
       url('../libs/fonts/Blacksword.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChaparralPro';
  src: url('../libs/fonts/ChaparralPro-Regular.eot');
  src: url('../libs/fonts/ChaparralPro-Regular.woff2') format('woff2'),
       url('../libs/fonts/ChaparralPro-Regular.woff') format('woff'),
       url('../libs/fonts/ChaparralPro-Regular.ttf') format('truetype'),
       url('../libs/fonts/ChaparralPro-Regular.svg#ChaparralPro-Regular') format('svg'),
       url('../libs/fonts/ChaparralPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body,
.ccm-page{
	overflow-x: hidden;
}


body{
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
}

/* ####################################################
					HEADER
####################################################### */
.header{
	background: rgba(255,255,255,0.8);
	position: relative;
    width: 100%;
    top: 0;
    z-index: 10;
}
@media (min-width: 768px){
	.header{
		height: 125px;
	}
	.header .navbar{
		margin-bottom: 0px;
	}
}
.header-top{
	height: 32px;
	background: #74c044;
	width: 90%;
	margin:0px auto;
	position: relative;
}
.header-top:after,
.header-top:before{
	content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}
.header-top:before{
    left: -53px;
    border-top: 67px solid white;
    border-left: 70px solid transparent;
    transform: rotate(60deg);
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    -o-transform:rotate(60deg);
}
.header-top:after{
    right:-53px;
    border-bottom: 67px solid white;
    border-right: 70px solid transparent;
    transform: rotate(30deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
}
@media (max-width: 767px){
	.header-top{
		display: none;
	}
}
.logo{
	position: absolute;
	left: 50%;
	transform:translateX(-70px);
	top: -30px;
}
.logo img{
	height: 190px;
}
@media (max-width: 767px){
	.logo{
		top: 0px;
	    width: 100%;
	    left: initial;
	    text-align: center;
	    transform: initial;
	}
	.logo img{
		height: 85px;
	}
}
nav.the-nav{
	text-align: center;
}
ul.nav-pill{
	float: none;
	list-style-type: none;
	display: flex;
	text-align: center;
	margin-top: 30px;
}
ul.nav-pill li{
	float: left;
	flex: 1;
}
ul.nav-pill li a{
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
    font-weight: 600;
   	padding: 10px 9px;
   	white-space: nowrap;

   	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px){
	ul.nav-pill li a{
		font-size: 10px;
		white-space: normal;
	}
}
ul.nav-pill li a:before{
  	content: "";
  	position: absolute;
  	z-index: -1;
  	left: 50%;
  	right: 50%;
  	bottom: 0;
  	background: #8fa19c;
  	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul.nav-pill li a:hover:before, ul.nav-pill li a:focus:before, ul.nav-pill li a:active:before {
  	left: 0;
  	right: 0;
}
ul.nav-pill li a:hover,
ul.nav-pill li a:focus{
	background: transparent;
}
ul.nav-pill li:nth-child(4){
	margin-right: 5%
}
ul.nav-pill li:nth-child(5){
	margin-left: 5%
}
@media (min-width: 768px) and (max-width: 1200px){
	.navbar.container{
		width: 100%;
	}
}


/* ####################################################
					SLIDER
####################################################### */
.slider .owl-carousel img{
	height: 525px;
	width: 100%;
	object-fit:cover;
	object-position: center;
}
@media (max-width: 991px){
	.slider .owl-carousel img{
		height: 500px !important;
	}
}

@media (max-width: 480px){
	.slider .owl-carousel img{
		height: 420px !important;
	}
}
.slider .owl-controls {
	padding-bottom: 0px;
	margin: 0px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.slider .owl-controls .owl-page span {
	display: block;
	width: 10px !important;
	height: 10px !important;
	margin: 0px 4px;
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
	border:1px solid #FFF;
	background:#FFF;
	background-color:#FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFF !important;
}
.slider .owl-controls .owl-page.active span {
	background:none !important;
}
.slider .whcr-item-header,
.slider .whcr-item-description{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 3px 13px rgba(34, 35, 35, 0.9);
}
.slider .whcr-item-header{
	top: 30%;
    font-family: 'Roboto', sans-serif;
    font-size: 75px;
    word-spacing: 3px;
}
.slider .whcr-item-description{
	top: 50%;
	font-size: 28px;
    font-weight: 100;
}
.slider .owl-buttons{
	display: none;
}
@media (max-width: 480px){
	.slider .whcr-item-header{
		font-size: 45px;
	}
	.slider .whcr-item-description{
		display: none;
	}
}

/* ####################################################
					RİGHT SIDEBAR
####################################################### */
.right-sidebar{
	position: absolute;
	right: 40px;
	top: 250px;
}

.HavaDurumu{
	text-align: center;
	background: #3e7638;
    width: 142px;
    padding: 10px;
    transform: rotate(-90deg);
    position: absolute;
    left: -51px;
    top: 0px;
    transition: all 1s;
}
.HavaDurumu a{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.HavaDurumu:hover{ background: #fff; }
.HavaDurumu:hover a{ color: #3e7638; }

.DovizKurlari{	
	text-align: center;
	background: #ffffff;
    width: 142px;
    padding: 10px;
    transform: rotate(-90deg);
    position: absolute;
    left: -51px;
    top: 150px;
    transition: all 1s;
}
.DovizKurlari a{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #3e7638;
}

.DovizKurlari:hover{ background: #3e7638; }
.DovizKurlari:hover a{ color: #fff; }
/* ####################################################
					LEFT SIDEBAR
####################################################### */
.left-sidebar{
	position: absolute;
	left: 0px;
	top: 495px;
}
@media (max-width: 991px){
	.left-sidebar{
		top: 300px;
	}
}
@media (max-width: 767px){
	.left-sidebar{
		display: none;
	}
}
.make-reservation{
	    text-align: center;
	background: #ffffff;
    width: 142px;
    padding: 10px;
    transform: rotate(-90deg);
    position: absolute;
    left: -51px;
}
.follow-social{
    background: #3e7638;
    transform: rotate(-90deg);
    padding: 10px 40px;
    width: 246px;
    position: absolute;
    left: -103px;
    bottom: 165px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}
@media (max-width: 991px){
	.follow-social{
		display: none;
	}
}
.follow-social span{
	color: #FFF;
}
.follow-social span,
.make-reservation a{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.make-reservation a{
    color: #224721;
}

.follow-social a.show{
    opacity: 0;
    visibility: hidden;
    position: relative;
    float: none;
    top: -15px;
    z-index: 0;
    top: 10px;
    display: inline-block !important;
}
.follow-social a:nth-child(2).show{
	transition: all 0.2s ease-in;
}
.follow-social a:nth-child(3).show{
	transition: all 0.4s ease-in;
}
.follow-social a:nth-child(4).show{
	transition: all 0.6s ease-in;
}
.follow-social a.show .fa{
	background: #FFF;
	color: #8fa19c;
	background: #FFF;
    color: #8fa19c;
    padding: 10px;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
    transform: rotate(90deg);
    width: 38px;
    transition: all 0.3s;
}
.follow-social:hover a.show{
	opacity: 1;
	visibility: visible;
}
.follow-social a.show:hover .fa{
	background: #3e7638;
	color: #FFF;
}

/* ####################################################
				HOME ABOUT IMAGE AND TEXT
####################################################### */
.about-us{
	margin-top: 50px;
}

.about-us .container{
	width: 95%;
}
@media (max-width: 767px){
	.about-us .container{
		width: 100%;
		padding: 0px;
	}
}
.about-title-one{
	color: #20592c;
	font-size:22px;
}
.about-title-two{
	color: #20592c;
	font-size: 27px;
	margin-bottom: 10px;
}
.about-title-one,
.about-title-two{
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) and (max-width: 992px){
	.about-title-one,
	.about-title-two{
		font-size: 21px;
	}
}
.about-top{
	background: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 992px){
	.about-top,
	.about-bottom{
		padding-left: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 500px){
	.about-us{
		margin-top: 0px;
	}
}
.about-top .about-image{
	margin-top: -80px;
}
.about-top .about-image img{
	height: 350px;
}
.about-bottom .about-image img{
	height: 330px;
}
.about-top .about-image img,
.about-bottom .about-image img{
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.effect-one{
	background:rgba(0,0,0,0.5);
	position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
}
.effect-one,
.effect-one span,
.effect-one .rotate-square{
	opacity: 0;
	visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.effect-one span{
	position: absolute;
    top: -150px;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 142px;
    z-index: 150;
    font-size: 25px;
    color: #656666;
}
.effect-one .rotate-square{
	height: 125px;
    width: 125px;
    position: absolute;
    left: 0px;
    top: -150px;
    right: 0px;
 	background-color: rgba(255,255,255,0.7);
    transform: rotate(-45deg);
    margin: 100px auto;
}
.about-image a:hover .effect-one,
.about-image a:hover .effect-one .rotate-square,
.about-image a:hover .effect-one span{
	opacity: 1;
	visibility: visible;
}
.about-image a:hover .effect-one .rotate-square{
	-webkit-transform: rotate(-45deg) translate(0,0);
    -moz-transform: rotate(-45deg) translate(0,0);
    -o-transform: rotate(-45deg) translate(0,0);
    -ms-transform: rotate(-45deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
    top: 0px;
    z-index: 10;
}
.about-image a:hover .effect-one span{
	-webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: 0px;
}
.about-bottom .effect-one .rotate-square:after{
	content: '';
    display: block;
    height: 150px;
    width: 150px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
    position: relative;
    left: -12px;
    top: -12px
}
.about-text{
	color: #656666;
	font-size: 14px;
	line-height: 1.5;
}
.about-bottom .about-text{
	padding-top: 15px;
}
.about-bottom .about-image{
    margin-top: -50px;
}
.about-us .seperator{
	margin-bottom: 120px;
	position: relative;
}

@media (max-width: 767px){
	.about-top{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.about-text{
		padding-right: 30px;
		padding-left: 30px;
	}
	.about-top .about-image{
		display: none;
	}
	.about-bottom .about-image{
		margin-top: 0px;
	}
	.about-us .seperator{
		margin-bottom: 25px;
	}
}
.link-one{
	background: #47a5ae;
	padding: 10px;
	color:#FFF;
	text-decoration: none;
	margin-top: 15px;
	display: block;
	width: 125px;
	text-align: center;
	transition: all 0.3s;
}
.link-one:hover{
	background: #3e7638;
	color: #FFF;
	text-decoration: none;
}

/* ####################################################
				HOME ROOMS
####################################################### */
.home-title{
	text-align: center;
	width: 100%;
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 20px;
}
@media (max-width: 767px){
	.home-title{
		font-size: 19px;
		background: #FFF;
		padding-bottom: 58px;
	}
	.hidden-room-title{
		top: -21px;
    	z-index: 10;
    	position: relative;
    	text-align: center;
    	font-size: 25px;
	}
}
.home-rooms .room-item img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 767px){
	.home-rooms .room-item img{
		height: 250px;
	}
}
.home-rooms .owl-carousel{
	height: 330px;
}
@media (max-width: 767px){
	.home-rooms .owl-carousel{
		height: 270px;
	}
}
.home-rooms .owl-theme .owl-controls .owl-buttons div{
	background: #4e8e40;
	border-radius: 0px;
	padding: 10px;
	width: 80px; 
	height: 80px;   
	filter: Alpha(Opacity=100);
    opacity: 1;
    transition: all 0.3s;
    margin:0px;
}
.home-rooms .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 0.5;
	filter: Alpha(Opacity=0.50);
}
.home-rooms .owl-buttons{
	position: relative;
	top: -310px;
}
@media (max-width: 767px){
	.home-rooms .owl-buttons{
		/*top: 70px;*/
		top: -260px;
	}
	.home-rooms .owl-theme .owl-controls .owl-buttons div{
		z-index: 50;
	}
}
.home-rooms .owl-next:before,
.home-rooms .owl-prev:before{
	content: url('../img/icon/right.svg');
	display: block;
}
.home-rooms .owl-next:before{
	margin-top: 9px;
}
.home-rooms .owl-prev:before{
	transform: rotate(-180deg);
	margin-top: 5px;
}
.home-rooms .owl-prev{
	float: left;
	position: absolute;
    bottom: 0px;
    left: 0px;
}
.home-rooms .owl-next{
	float: right;
	position: absolute;
    bottom: 0px;
    right: 0px;
}
.home-rooms .overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
	background: rgba(0,0,0,0.5);
    visibility: hidden;
    transition: all 0.3s;
    padding-top: 25%;
}
.home-rooms .overlay h3{
    text-transform: uppercase;
    font-size:40px;
    color: #FFF;
    font-weight: 300;
}
.home-rooms a:hover .overlay{
	opacity: 1;
	visibility: visible;
}


/* ####################################################
			HOME TABS RESTAURANT/DINNER/NATUREL
####################################################### */
.home-tabs-menu{
	background-image: url('../img/home-tabsBG.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 725px;
	padding-top: 150px;
	background-attachment: fixed;
}
@media (max-width: 767px){
	.home-tabs-menu{
		padding-top:50px;
		height: initial; 
	}
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	z-index: 9;
}
.home-tabs-menu .tabs nav ul{
	max-width: 575px;
}
@media (max-width: 767px){
	.home-tabs-menu .tabs nav ul{
		max-width: initial;
	}
}	
.tabs nav ul li{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.home-tabs-menu .tabs nav ul li{
	background: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
.home-tabs-menu .tabs nav ul li:hover{
	background: #FFF;
}
.home-tabs-menu .tabs nav ul li a img{
	height: 35px;
	display: block;
	margin:5px auto;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
/* Nav */
.tabs nav {
	text-align: center;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
/* Content */
.content-wrap {
	position: relative;
}
.home-tabs-menu .content-wrap{
	width: 85%;
	margin:0px auto;
	background: #FFF;
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px;
}
@media (max-width: 767px){
	.home-tabs-menu .content-wrap{
		width: initial;
		height: initial;
		max-height: initial;
		min-height: initial;
		padding: 0px;
	}
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
}
#section1 img{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 640px){
	#section11 img{
	height: 200px;
	width: 100%;
}
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap-image img{
	width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.content-wrap-image:after{
	content: '';
    display: block;
    border: 1px solid #FFF;
    position: absolute;
    top: 30px;
    left: 45px;
    right: 45px;
    bottom: 30px;
}
@media (max-width: 480px){
	.content-wrap-image img{
		height: 250px;
	}
	.content-wrap-image:after{
		left: 25px;
    	right: 25px;
    	top: 10px;
    	bottom: 10px;
	}
}
.content-wrap-title{
	color: #47a5ae;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    margin-top: 40px;
}
.content-wrap-text{
	color: #1c1d1d;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    text-align: left;
}
/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
	background: transparent;
}
.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 1em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.tabs-style-iconbox nav ul li a:hover{
	text-decoration: none;
}
.tabs-style-iconbox nav ul li a span {
	font-weight: 500;
	font-size: 0.7em;	
}
.home-tabs-menu .tabs-style-iconbox nav ul li a span{
	color: #000;
	text-decoration: none;
	font-size: 15px;
}
@media (max-width: 480px){
	.home-tabs-menu .tabs-style-iconbox nav ul li a span{
		display: none;
	}
}
.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}
.tabs-style-iconbox nav ul li.tab-current a {
	background: #fff;
	box-shadow: -1px 0 0 #fff;
	text-decoration: none;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #fff;
	content: '';
	pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}
.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}

/* ####################################################
					FOOTER
####################################################### */
.footer{
	padding-top: 60px;
}
.footerTop{
	min-height: 500px;
	background-image: url('../img/footerTop.png');
	background-size: cover;
}
.pre-reservation{
	background: #FFF;
	padding: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	border:1px solid #c3c2c2;
	margin-top: 70px;
}
#orjForm{
	display: none;
}
@media (max-width: 767px){
	.footer{
		padding-top: 0px;
	}
	.footerTop{
		min-height: initial;
		background-image: none;
	}
	.pre-reservation{
		margin-top: 0px;
		border:none;
		border-top: 1px solid rgba(195, 194, 194, 0.3);
		padding-left: 0px;
		padding-right: 0px;
	}
}
.pre-reservation legend{
	border:none;
	color: #000;
	font-weight: 600;
	font-size: 27px;
}
.pre-reservation input[type="text"], 
.pre-reservation input[type="email"], 
.pre-reservation input[type="tel"], 
.pre-reservation input[type="search"], 
.pre-reservation input[type="url"], 
.pre-reservation input[type="password"], 
.pre-reservation .ui-autocomplete-input, 
.pre-reservation textarea, 
.pre-reservation .uneditable-input,
.pre-reservation select{
	border-radius: 0px;
    height: 45px;
    padding-left: 15px;
    transition: all 0.3s;
}
.pre-reservation input[type="text"]:focus, 
.pre-reservation input[type="email"]:focus, 
.pre-reservation input[type="tel"]:focus, 
.pre-reservation input[type="search"]:focus, 
.pre-reservation input[type="url"]:focus, 
.pre-reservation input[type="password"]:focus, 
.pre-reservation .ui-autocomplete-input:focus, 
.pre-reservation textarea:focus, 
.pre-reservation .uneditable-input:focus,
.pre-reservation select:focus{
	background: #272734;
	color: #FFF;
}
.pre-reservation .input-group-addon:last-child{
	border-radius: 0px;
	background: transparent;
}
.pre-reservation .datepicker.form-control{
	box-shadow: none;
	border-right: none;
}
.pre-reservation .input-group-addon:last-child .fa{
	font-size: 20px;
}
.pre-reservation button, 
.pre-reservation input[type=button], 
.pre-reservation input[type=reset], 
.pre-reservation input[type=submit]{
	background: #272734;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border:none;
	box-shadow:none;
	color: #FFF;
	transition: all 0.3s;
}
.pre-reservation button:hover, 
.pre-reservation input[type=button]:hover, 
.pre-reservation input[type=reset]:hover, 
.pre-reservation input[type=submit]:hover{
	background: #3e7638;
}
.footerCenter{
	background: #15151f;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
.footerLogo img{
	height: 110px;
}
@media (max-width: 767px){
	.footerLogo{
		display: none;
	}
}
.adres{
    text-align: center;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 25px;
}
.adres div{
    color: #FFF;
    font-weight: 300;
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
@media (max-width: 480px){
	.adres{
		display: initial;
		text-align: left;
	}
	.adres div{
		flex: initial;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}
.adres a{
	color: #FFF;,
	text-decoration: none;
}
.adres .fa{
	color: #74c044;
    font-size: 14px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #74c044;
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
}
.footerBottom{
	background: #111219;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
}
.footerBottom .fa{
	color: #111219;
	background: #74c044;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin:5px;
}
.sosyal a{
	display: initial!important;
}
.footerBottom .fa:hover{
	background: #3e7638;
}
.cpy,
.cpy a{
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
}
.tasarim .a360-icon{
	height: 20px;
	margin:12px auto;
}
@media (max-width: 767px){
	.sosyal{
		text-align: center;
	}
}

/* ####################################################
				SUB CONTENT PAGE HEAD
####################################################### */
.pageHead{
	height: 275px;
    background-size: cover;
    background-position: 50% center;
    position: relative;
}
.pageHead:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
}
.pageBg{
	background: rgba(0,0,0,0.7);
    width: 45%;
    height: 100%;
    text-align: center;
    transform: skewX(-45deg);
    position: absolute;
    left: -137px;
}
.pageHeadText{
	color: #FFF;
    font-size: 50px;
    text-transform: capitalize;
    z-index: 25;
    position: relative;
    width: 32%;
    top: 100px;
    text-align: center;
    font-weight: 200;
}
@media (min-width: 768px) and (max-width: 992px){
	.pageBg{
		width: 70%;
	}
	.pageHeadText{
		width: 57%;
	}
}
@media (max-width: 767px){
	.pageBg{
		display: none;
	}
	.pageHeadText{
		width: 100%;
	}
}

/* ####################################################
				SUB CONTENT ROOMS
####################################################### */
.rooms-list h1{
	font-family: 'Blacksword';
	text-align: center;
	font-size: 40px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.rooms-list h1 span{
	background-color: #FFF;
	padding: 15px;
}
.border{
	width: 380px;
    height: 1px;
    background: #000;
    margin: 0px auto;
    margin-top: -33px;
}
.room-detail{
	margin-top: 50px;
}
@media (max-width: 480px){
	.room-detail{
		padding: 0px;
	}
}
@media (max-width: 480px){
	.room-detail{
		width: 100%;
	}
}

.room-list-box{
	border:1px solid #CCC;
	padding: 8px;
	padding-top: 15px;
	float: left;
	width: 100%;
	color: #1c1d1d;
}
.room-list-box a{
	color: #1c1d1d;
	text-decoration: none;
}
.room-name{
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}
.room-desc{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	min-height: 20px;
	display: block;
}
.feature-container{
	width:100%;
	position: relative;
	overflow:hidden;
	margin-top: 30px;
}
.feature-container,
.room-img{
	height: 240px;
}
@media (max-width: 480px){
	.feature-container,
	.room-img{
		height: 200px;
	}
}
.room-feature{
	position: absolute;
	left:0px;
	padding-top: 25px;
	width:50%;
	transition: transform 0.8s cubic-bezier(0.41,-0.33, 0.49, 1.4);
	transform:translateX(-100%);
}
.room-book{
	padding: 5px;
	margin-left: 25px;
    padding-right: 10px;
    padding-left: 10px;
	border:2px solid #1c1d1d;
	color: #1c1d1d;
	position: relative;
	z-index: 20;
	transition: all 0.3s;
	text-transform: uppercase;
}
.room-book:hover,
.room-book:focus{
	background: #1c1d1d;
	color: #FFF;
}
.room-img{
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	transition: left 0.8s cubic-bezier(0.41,-0.33, 0.49, 1.4);
}
.room-img img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
@media (min-width: 768px){
	.feature-container:hover .room-feature{
		transform:translateX(0%);
	}
	.feature-container:hover .room-img{
		left:50%;
	}
}


/* ####################################################
				SUB CONTENT ROOM-DETAIL
####################################################### */
.room-short-desc{
	background: #f6f6f6;
	padding: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.room-short-desc .title{
	color: #1c1d1d;
	font-weight: 600;
	font-size: 25px;
}
.room-short-desc .description{
	width: 70%;
	margin:0px auto;
	line-height: 2;
}
@media (max-width: 767px){
	.room-short-desc{
		padding: 15px;
	}
	.room-short-desc .description{
		width: 100%;
	}
}
.room-detail .tabs{
	margin-top: -90px;
}
.room-detail .tabs nav ul{
	background: #8da19b;
    max-width: 700px;
    overflow: hidden;
}
.room-detail .tabs-style-iconbox nav ul li a{
	color: #FFF;
	box-shadow: none;
	padding: 1.5em;
}
.room-detail .tabs-style-iconbox nav ul li.tab-current a{
	background: #505d63;
}
.room-detail .tabs-style-iconbox nav ul li a span{
	font-size: 0.9em;
}
@media (max-width: 767px){
	.room-detail .tabs{
		margin-top: -50px;
	}
	.room-detail .tabs-style-iconbox nav ul li a{
		padding: 0.8em;
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
	.room-detail .content-wrap section{
		padding: 0px;
	}
}
.room-detail .content-wrap{
	margin-top: 30px;
}
.room-detail .tabs-style-iconbox nav ul li::after, 
.room-detail .tabs-style-iconbox nav ul li:first-child::before{
	background: transparent;
}
@media (min-width: 768px){
	.room-detail .tabs nav ul li.tab-current:first-child::after{
		content: "";
	    position: absolute;
	    top: 0;
	    width: 0;
	    height: 0;
	    border-color: transparent;
	    border-top: 72px solid #8da19b;
	    border-left: 70px solid #505d63;
	    right: 0px;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    z-index: 10;
	}
	.room-detail .tabs nav ul li.tab-current:nth-child(3):before{
		content: "";
	    position: absolute;
	    top: 0;
	    width: 0;
	    height: 0;
	    border-color: transparent;
	    border-top: 72px solid #8da19b;
	    border-right: 60px solid #505d63;
	    left: 0px;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    z-index: 10;
	}
}
.room-long-desc{
	background: #ededed;
	padding: 25px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
}
.option-extra-area .container,
.room-long-desc .container,
.room-gallery .container{
	width: 100%;
}

/* ####################################################
				SUB CONTENT
####################################################### */
.altSayfa{
	min-height: 150px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.altSayfa .container{
	width: 100%;
}
.altSayfa .formify-form label, 
.altSayfa .formify-form div.formify-legend{
	font-weight: bold;
}
.altSayfa .formify-form .formify-field-container{
	margin:0px;
}
.altSayfa .formify-form input[type="text"], 
.altSayfa .formify-form input[type="email"], 
.altSayfa .formify-form input[type="tel"], 
.altSayfa .formify-form input[type="number"], 
.altSayfa .formify-form input[type="search"], 
.altSayfa .formify-form input[type="url"], 
.altSayfa .formify-form input[type="password"],
.altSayfa select,
.altSayfa textarea{
	border-radius: 0px;
    height: 40px;
    padding-left: 15px;
    transition: all 0.3s;
}
.altSayfa .formify-form input[type="text"]:focus, 
.altSayfa .formify-form input[type="email"]:focus, 
.altSayfa .formify-form input[type="tel"]:focus, 
.altSayfa .formify-form input[type="number"]:focus, 
.altSayfa .formify-form input[type="search"]:focus, 
.altSayfa .formify-form input[type="url"]:focus, 
.altSayfa .formify-form input[type="password"]:focus,
.altSayfa select:focus,
.altSayfa textarea:focus{
	background: #272734;
	color: #FFF;
}
.altSayfa button, 
.altSayfa input[type=button], 
.altSayfa input[type=reset], 
.altSayfa input[type=submit]{
	background: #272734;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border:none;
	box-shadow:none;
	color: #FFF;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all 0.3s;
	margin-top: 10px
}
.altSayfa .formify-form input[type="submit"]:hover{
	background: #8fa19c;
}

/* ####################################################
				HOME PAGE MODAL
####################################################### */
.modal-action{
	position: absolute;
	top: 10px;
	right: 15px;
}
.modal-action img{
	height: 25px !important;
	object-fit: initial !important;
	object-position:initial !important;
	width:initial !important;
}
.modal-action a{
	background: rgba(255,255,255,0.5);
	padding: 15px;
	margin-left: 10px;
	transition: all 0.3s;
	text-decoration: none;
}

.modal-action a:hover,
.modal-action a:focus{
	background: rgba(255,255,255,1);
	text-decoration: none;
	outline: none;
}
.modal-video-open .modal-content,
.modal-gallery-open .modal-content{
	border-radius: 0px;
	padding-right: 0px !important;
}

.modal-gallery-open .modal-dialog{
	width: 100%;
	margin: 0px auto;
}
.modal-gallery-open .modal-content,
.modal-gallery-open .modal-dialog,
.modal-gallery-open{
	height: 100%;
}

.modal-gallery-open .close,
.modal-video-open .close{
	font-size: 70px;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	top: -15px;
	right: 10px;
	text-shadow:0 1px 0 #000;
	position: relative;
	z-index: 25;
	outline:none;
}
.modal-video-open iframe{
	width: 100%;
}

.modal-gallery-open,
.modal-video-open{
	padding-right: 0px !important;
	background: rgba(255,255,255,0.6);
}

/*##################################
	HOME SLİDER CONTROL BUTTONS
####################################*/

.homeContent .slider .owl-controls {
    position: absolute;
    top: auto;
    bottom: 40px;
    height: 0px;
    width: 100%;
}
.homeContent .slider .owl-controls .owl-buttons > div {
    display: inline-block;
    transform: translateY(-50%);
    margin: 0px 45px !important;
    border: 2px solid #74c044;
    font-size: 40px !important;
    border-radius: 100% !important;
    padding: 15px 25px !important;
    background: transparent !important;
}
.homeContent .slider .owl-controls .owl-buttons > div:first-child {
    float: left;
}
.homeContent .slider .owl-controls .owl-buttons > div:last-child {
    float: right;
}
.homeContent .slider .owl-controls .owl-pagination{
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media(max-width: 820px){
	.homeContent .slider .owl-controls .owl-buttons > div {
	    display: inline-block;
	    transform: translateY(-50%);
	    margin: 0px 45px !important;
	    border: 2px solid #74c044;
	    font-size: 20px !important;
	    border-radius: 100% !important;
	    padding: 15px 20px !important;
	    background: transparent !important;
	}
}
@media(max-width: 550px){
	.homeContent .slider .owl-controls { display: none !important; }
}

#contact {
    margin: 0px auto;
    width: 390px;
    max-width: 100%;
}
#contact i{
	font-size: 15px; 
	background: #333;
	color: #fff;
	border-radius: 100%;
	padding: 10px;
}
#social{
    margin: 0px auto;
    width: 390px;
    max-width: 100%;
    padding: 15px 0px;
}
#social a{
	text-decoration: none;
}
#social a i {
    color: #fff;
    background: #8fa19c;
    font-size: 25px;
    margin: 0px 10px;
    border-radius: 100%;
    padding: 13px 0px;
    text-align: center;
    height: 50px;
    width: 50px;
    transition: all 0.5s;
} 
#social a:nth-child(1) i {
    margin-left: 0px !important;
} 
#social a:hover i { background: #74c044; }


/*#########################
		İLETİŞİM FORM
###########################*/

#formify-form-2-180{ max-width: 100% !important; }
.altSayfa #formify-form-2-180 input[type="text"], 
.altSayfa #formify-form-2-180 input[type="email"], 
.altSayfa #formify-form-2-180 input[type="tel"], 
.altSayfa #formify-form-2-180 input[type="number"], 
.altSayfa #formify-form-2-180 input[type="search"], 
.altSayfa #formify-form-2-180 input[type="url"], 
.altSayfa #formify-form-2-180 input[type="password"], 
.altSayfa select, .altSayfa textarea {
    border-radius: 0px;
    height: 40px;
    padding-left: 15px;
    transition: all 0.3s;
    width: 100%;
}
.altSayfa #formify-form-2-180 textarea{ min-height: 80px; }



#formify-form-3-183{
	margin: 0 auto;
}
.altSayfa #formify-form-3-183 input[type="text"], 
.altSayfa #formify-form-3-183 input[type="email"], 
.altSayfa #formify-form-3-183 input[type="tel"], 
.altSayfa #formify-form-3-183 input[type="number"], 
.altSayfa #formify-form-3-183 input[type="search"], 
.altSayfa #formify-form-3-183 input[type="url"], 
.altSayfa #formify-form-3-183 input[type="password"],
.altSayfa #formify-form-3-183 .formify-select select, 
.altSayfa select, .altSayfa textarea {
    border-radius: 0px;
    height: 40px;
    padding-left: 15px;
    transition: all 0.3s;
    width: 100%;
}
.altSayfa #formify-form-3-183 .formify-date select {
    width: 33.333333% !important;
    float: left;
}


/* #########################################
			SICAKLIK TAHMİN WİDGET
############################################ */
.havadurumu {
    width: 100%;
    margin: 0 auto;
    max-width: 990px;
}

div.aw-widget-36hour-inner div.aw-more-block .aw-more-content,
div.aw-widget-36hour-inner div.aw-six-hours{
	display: none !important;
}
div.aw-widget-36hour-inner{
	max-width: 100%;
}
.gte-950 div.aw-widget-36hour-inner div.aw-widget-content div.aw-header a.aw-get-this-widget,
.lt-950 div.aw-widget-36hour-inner div.aw-widget-content div.aw-header a.aw-get-this-widget,
div.aw-widget-36hour-inner div.aw-widget-content span.aw-now,
div.aw-widget-36hour-inner a.aw-arrow.aw-arrow-right{
	display: none !important;
}
div.aw-widget-36hour-inner div.aw-top-content{
	border:none;
}

.ekstraIcerik .container{
	width: 100%;
}

/* OWL-CAROUSEL LIGHTBOX AYARLARI */
.nivo-lightbox-theme-default.nivo-lightbox-overlay{
	background: #000 !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-close{
	height: 21px !important;
	width: 21px !important;
}

@media(max-width: 550px){
	#BLOCK_49 .whcr-item{
		height: 250px;
	}
	#BLOCK_49 .whcr-item img {
	    height: 100%;
	    object-fit: cover;
	    object-position: center;
	}
}

#formify-message-3{
	display: block;
    border: solid 1px;
    border-radius: 3px;
    padding: 1em;
    transition: opacity 300ms;
    margin: 1em 0;
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    width: 50% !important;
    margin: 0 auto !important;
}

@media(max-width: 850px){
	#formify-message-3{
	    width: 85% !important;
	    margin: 0 auto !important;
	}
}

@media(max-width: 850px){
	#formify-message-3{
	    width: 100% !important;
	    margin: 0 auto !important;
	}
}