@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:200,400&subset=latin-ext');

/* Main Settings */
body{
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden;

}
::-moz-selection {
	background: #2e976e;
	color: #FFFFFF;
}
::selection {
	background: #2e976e;
	color: #FFF;
}
a::-moz-selection {
	background: #2e976e;
	color: #FFFFFF;
}
a::selection {
	background: #2e976e;
	color: #FFFFFF;
}
::-webkit-scrollbar {
    width:9px;
}
::-webkit-scrollbar-track {
    background-color: #afd4c3;
}
::-webkit-scrollbar-thumb {
    background-color: #329870;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #329870;
}

.headerimage{
	background-image: url(../img/slider.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 400px;
	position: relative;
}
.sayfaBaslik{
    position: absolute;
    bottom: calc(50% - 50px);
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 46px;
}
.home-kutular .row,
.home-links .row,
.home-bolum2 .row,
.home-news .row{
	margin: 0px;
}
.home-kutular .col-md-4,
.home-links .col-md-6,
.home-bolum2 .col-md-6,
.home-news .col-md-7,
.home-news .col-md-5{
	padding: 0px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.gizle{
    opacity:0;
}
.ac{
    opacity:1;
}

/* Header Settings */
.header{
	top: 0;
	background-color: #2e976e;
	border-bottom:4px solid #fff;
	height: 85px;
	position: fixed;
    z-index: 1;
    width: 100%;
}
.logo{
	float: left;
	margin-top: 15px;
}
.menu{
	float: right;
	margin-top: 15px;
}
.menu ul{
	list-style: none;
	padding: 0px;
}
.menu ul li{
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 15px 12px;
}
.menu ul li:last-child{
	border-right: 0px;
}
/*
.menu ul li:nth-child(7){
	display: none;
}
*/
.menu ul li:nth-child(7),
.menu ul li:nth-child(8){
	border-right: 0px;
	margin-right: 15px;
}
.menu ul li a{
	text-decoration: none;
	color: #fff;
}
.menu .submenu{
	visibility: hidden;
	opacity: 0;
	background-color: #186949;
    border-radius: inherit;
    position: absolute;
    margin-top: 15px;
    margin-left: -15px;
    transition: visibility 0s ease-in, visibility .3s ease-out, opacity 0.5s;
}
.menu ul li:hover .submenu{
	visibility: visible;
	opacity: 1;
}
.menu .submenu ul li{
	display: block;
	border-right: 0px;
	border-bottom: 1px solid #fff;
}
.menu .submenu ul li a{
	display: block;
}
.menu .submenu ul li:last-child{
	border-bottom: 0px;
}


.menu .rezervasyon{
	background-color: #d3cbb8;
}
.menu .rezervasyon:hover{
	opacity: 0.9;
}
.menu .rezervasyon a{
	color: #1c664b;
	font-weight: bold;
}
.mobile-menu-bar{
	display: none;
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
}

/* Home Page Settings */
.main-slider{
	margin-top: 85px;
	position: relative;
}
.main-slider img{
	width: 100%;
    height: 500px;
    object-fit: cover;
}
.main-slider .owl-controls{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.main-slider .owl-controls .owl-buttons{
	position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
.main-slider .owl-controls .owl-next{
	opacity: 1 !important;
	background: none !important;
	font-size: 50px !important;
	float: right;
	line-height: 0px !important;
    margin: 0px !important;
    padding: 0px 20px !important;
}
.main-slider .owl-controls .owl-prev{
	opacity: 1 !important;
	background: none !important;
	font-size: 50px !important;
	float: left;
	line-height: 0px !important;
    margin: 0px !important;
    padding: 0px 20px !important;
}
.home-desc{
	background-color: #f8f8f6;
	text-align: center;
	color: #535353;
	padding: 50px 0px;
	line-height: 30px;
}
.home-kutular{
	background-color: #f4f4f2;
}
.home-kutular .kutular-resim img{
	width: 100% !important;
}
.home-kutular .kutular-yazi{
	padding: 20px 40px;
	text-align: center;
	line-height: 30px;
}
.home-kutular .kutular-yazi h4{
	text-transform: uppercase;
	color: #8b636c;
}
.home-kutular .kutular-yazi img{
	display: inline-block;
}
.home-bolum2 img{
	width: 100%;
    height: 500px;
    object-fit: cover;
}
.home-bolum2 .bolum2-yazi{
	overflow-y: auto;
	line-height: 30px;
	height: 500px;
	padding: 50px;
	text-align: justify;
}
.home-links .col-md-6{
	position: relative;
}
.home-links a{
	text-decoration: none;
	color: inherit;
}
.home-links .links-baslik{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 20px #000;
	font-size: 45px;
	font-weight: 200;
}
.home-links img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.home-news{
	margin-top: 20px;
	background-color: #f4f4f2;
}
.home-news .col-md-5{
	position: relative;
}
.home-news a{
	text-decoration: none;
	color: inherit;
}
.home-news .news-baslik{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 20px #000;
	font-size: 45px;
	font-weight: 200;
}
.home-news img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.home-news .news-tum-haberler{
	text-align: right;
	padding: 20px;
	color: #329870;
}
.home-news .news-ana-baslik{
	padding: 30px;
    font-size: 45px;
    color: #2e976e;
    text-align: center;
}

/* Footer Settings */
.footer{
	margin-top: 75px;
	padding: 40px 0px;
	background-color: #2e976e;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.footer .adresler i{
	width: 20px;
    text-align: center;
}
.footer a{
	text-decoration: none;
	color: inherit;
}
.footer h3{
	text-transform: uppercase;
	margin-top: 0px;
}
.footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer .footer-logo{
	text-align: center;
    display: block;
    margin-top: -90px;
}
.footer .footer-logo img{
	width: 244px;
}
.footer .footer-follow{
	margin-top: 20px;
	font-size: 35px;
    margin-bottom: 20px;
}
.footer .footer-follow a{
	margin-right: 15px;
}
.footer .adresler{
	padding: 20px 0px;
}
.copyright{
	text-align: center;
	position: relative;
	background-color: #186949;
	color: #fff;
	padding: 15px 0px;
}
.a360-icon{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/* https://github.com/ahmetsagirli/mobile-menu/ */
#mobile-menu{
    position: fixed;
    transform: translateX(100%);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: #2e976e;
    transition: all .5s;
}
body.mobile-menu-opened{
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
body.mobile-menu-opened #mobile-menu{
    transform: translateX(0%);
}
#mobile-menu .mobile-menu-close{
    position: absolute;
    right: 0px;
    font-size: 73px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 40px 20px;
    line-height: 0px;
}
#mobile-menu .mobile-menu-content{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}
#mobile-menu .mobile-menu-content ul{
    display: block;
    list-style: none;
    padding: 0px;
}
#mobile-menu .mobile-menu-content ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    padding: 5px 0px;
    display: block;
    text-transform: uppercase;
}
#mobile-menu .mobile-menu-content ul li .mobile-menu-subpage{
	background: #2e976e;
	overflow-y: auto;
	position: absolute;
	right: 0;
	left: 0;
	transform: translateX(100%);
	transition: all .7s cubic-bezier(0.42, -0.43, 0.61, 1.4);
	z-index: 999;
	top: 0;
	bottom: 0;
	border-top: 1px solid #fff;
}
#mobile-menu .mobile-menu-content ul li .mobile-menu-subpage ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 0%;
}
#mobile-menu .mobile-menu-content ul li:hover .mobile-menu-subpage{
    transform: translateX(0%);
}
#mobile-menu .mobile-menu-langs{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}
#mobile-menu .mobile-menu-langs a{
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    text-decoration: none;
    padding: 0px 10px;
    font-size: 17px;
}
#mobile-menu .mobile-menu-langs a:last-child{
    border: 0px;
}

/* Responsive Settings */
@media(max-width: 1200px){
	.menu{
		display: none;
	}
	.mobile-menu-bar{
		display: block;
	}
	.logo img{
		width: 210px;
	}
	.menu ul li:nth-child(6){
		display: block;
	}
}
@media(max-width: 990px){
	.footer .footer-logo{
		display: none;
	}
	.footer h3{
		text-align: left;
	}
	.footer ul{
		text-align: left;
	}
	.footer .adresler {
    	padding: 14px;
	}
	.footer .row .col-md-4:nth-child(2) h3{
		margin: 0px !important;
	}
	.footer .row .col-md-4:nth-child(2){
		margin: 10px 0px;
	}
	.home-bolum2 .bolum2-yazi{
		height: 325px;
	}
	.home-links{
		display: none;
	}
	.home-bolum2{
		display: none;
	}
	.main-slider img{
	    height: 250px;
	}
}
@media(max-width: 500px){
	.copyright{
		padding-left: 15px;
		text-align: left;
	}
}
	/*###################################
					ODALAR
	#####################################*/

.room-box {
    margin: 8px 0px;
}
.room-box > div{
	border: 1px solid #2e976e;
}
.room-box a{
	text-decoration: none;
	color: #fff;
}
.room-box img{
	width: 100%;
	height: 275px;
	object-fit: cover;
}

.room-text{
    text-align: center;
    background: #2e976e;
    padding: 12px 0px;
    color: #fff;
	height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.room-text .room-name{
	font-size: 16px;
}
.room-text .room-price {
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px 0px;
	float: right;
	background: #03794b;
}
.room-text a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.room-text span{
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.room-text::before{
	content: '';
	position: absolute;
	top: 50px;
	left: -25px;
	width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 290px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.room-text::after{
	content: '';
	position: absolute;
	top: 50px;
	left: -25px;
	width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 290px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.room-text::after{
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.room-box:hover .room-text::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);
}
.room-box:hover .room-text::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);
}


	/*###################################
					HABERLER
	#####################################*/

.new-box {
    margin: 8px 0px;
}
.new-box > div{
	border: 1px solid #2e976e;
}
.new-box a{
	text-decoration: none;
	color: #fff;
}
.new-box img{
	width: 100%;
	height: 275px;
	object-fit: cover;
}

.new-text{
    text-align: center;
    background: #2e976e;
    padding: 1px 10px;
    color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

	.content_table{
		width: 55%;
		margin: 0 auto;
	}
	.content_table a,
	.content_table a {
	    color: #2e386a;
	    text-decoration: none;
	}
		.content_table a:hover,
		.content_table a:hover{ color: #630d1c; }

		.content_table th,
		.content_table th { background-color: #2e976e; color: #fff; }

		.content_table th, td,
		.content_table th, td { text-align: left; padding: 8px; }

		.content_table tr:nth-child(even),
		.content_table tr:nth-child(even){ background-color: #ededed; }

@media(max-width: 768px){
	.content_table{
		width: 100%;
	}
}

.PageForm {
    background: #f4f4f4;
    padding: 50px 0px;
}

.PageForm .Frm-Text input,
.PageForm .Frm-Text select {
    border: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px;
    height: 45px;
    width: 100%;
    background: #e5e5e5;
}
.PageForm .Frm-Tarea textarea {
    border: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px;
    height: 100px;
    width: 100%;
    background: #e5e5e5;
    padding: 15px;
}
.PageForm .Frm-Radio input {
    border: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px;
    height: 45px;
    width: 100%;
    background: #e5e5e5;
}

.PageForm .Frm-Radio input[type="radio"]{
    max-width: 20px;
    float: left;
    margin: -13px 18px;
}
.PageForm .input-group.date input {
    background: #e5e5e5;
    border-radius: 0;
    height: 45px;
    width: 100%;
}
.PageForm #Frm-Submit input{
    background: #2e976e;
    color: #fff;
    font-weight: 500;
    transition: all .5s;
}
.PageForm #Frm-Submit input:hover {
    background: #073d28;
}
.PageForm .input-group.date {
    margin: 10px 0px;
}
