/* --------RESET CSS----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  font-family: 'Playfair Display', serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.royalSlider {
  width: 100%;
  height: 581px;
}
/* -------------CUSTOM CSS----------------*/


.logo img{
	width: 100%;
}
.info{
  left: 10%;
  top: 45%;
}
.info h2{
  font-size: 20px;
  margin-bottom: 10px;
}
.info p{
  font-size: 65px;
  line-height: 85px;
  font-weight: 900;
  display: block;
  width: 70%;
}
.info a span{
  cursor: pointer;
}
.info span{
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 5px;
  cursor: pointer;
}
.info span::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;
}

/* -------------TOP HEADER----------------*/

#top-header{
  padding: 15px 0;
}
#top-header .col-md-6 p{
  font-size: 15px;
	color: #fff;
	font-weight: bold;
}
#top-header .social-header {
  text-align: right;
}
#top-header .social-header p {
  display: inline-block;
  margin-right: 10px;
	color: #fff;
}
#top-header .social-header svg {
  margin-left: 10px;
  color: #D8BA61;
  cursor: pointer;
  transition: all .3s;
}
#top-header .social-header svg:hover {
  color: #fff;
}

/* -------------HEADER----------------*/

#header{
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(47, 48, 49, 0.7);
  height: 170px;
	position: absolute;
	width: 100%;
}
#header .container{
  padding: 0;
}
.nav-bar{
  text-align: right;
	margin-top: 10px;
}
#header .col-md-9 ul{

}
#header .col-md-9 ul li{
  text-decoration: none;
  display: inline-block;
}
#header .col-md-9 ul li a{
  color: #fff;
  text-align: right;
  display: inline-block;
  padding: 5px;
  transition: all .3s;
  font-size: 17px;
	font-weight: 500;
}
#header .col-md-9 ul li a:hover{
  text-decoration: none;
  color: #D8BA61;
}
.slayt{
  position: relative;
  z-index: -1;
}
img.rsImg{
	width: 100%;
}
#about{
  padding: 50px 0;
}
#about h2{
  color: #2F3031;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}
#about h1{
  color: #d8af33;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  font-weight: 900;
}
#about h1::after{
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background:#d8af33;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
#about p span{
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
#about p{
  text-align: center;
  font-size: 18px;
  line-height: 30px;
	margin-bottom: 10px;
}
#about .engelli li{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
#konaklama{
  background-color: #FCFCFC;
  padding: 60px 0 100px 0;
}
#konaklama .col-md-12 h1{
  color: #d8af33;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  font-weight: 900;
}
#konaklama .col-md-12 h1::after{
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background:#d8af33;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
#konaklama .col-md-3{
  margin-top: 30px;
}
#konaklama .col-md-3 .image {
	overflow: hidden;
	transition: all .5s ease;
}
#konaklama .col-md-3 .image img{
  width: 100%;
	transition: all .5s ease;
}
#konaklama .col-md-3 .image img:hover{
  transform: scale(1.1);
}
#konaklama .col-md-3 .text{

  padding: 10px 0 30px 0;
}
#konaklama .col-md-3 .text h1{
  font-size: 25px;
  margin-bottom: 10px;
}
#konaklama .col-md-3 .text p{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 25px;
}
#konaklama .col-md-3 .text a{
  font-size: 13px;
  border: 1px dashed #D8BB61;
  padding: 10px 30px;
  color: #2d2d2d;
	transition: all 0.5s ease;
}
#konaklama .col-md-3 .text:hover a{
	background: #D8BB61;
	text-decoration: none;
	color: #fff;
}
#konaklama .col-md-12 {
	display: block;
	text-align: center;
	margin-top: 50px;
}
#galeri-home .col-md-12 {
	display: block;
	text-align: center;
	margin-top: 50px;
}
#galeri-home .col-md-12 a{
	font-size: 16px;
	border: 1px dashed #D8BB61;
	padding: 15px 40px;
	color: #2d2d2d;
	transition: all 0.5s ease;
}
#galeri-home .col-md-12:hover a{
	background: #D8BB61;
	text-decoration: none;
	color: #fff;
}
#konaklama .col-md-12 a{
	font-size: 16px;
	border: 1px dashed #D8BB61;
	padding: 15px 40px;
	color: #2d2d2d;
	transition: all 0.5s ease;
}
#konaklama .col-md-12:hover a{
	background: #D8BB61;
	text-decoration: none;
	color: #fff;
}
#for-about{
	overflow: hidden;
}
#for-about .container-fluid{
	padding: 0;
}
#for-about .container-fluid .col-md-3{
	padding: 0;
}
#for-about .container-fluid .image-about {
	position: relative;
}
#for-about .container-fluid .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	cursor: pointer;
}
#for-about .container-fluid .hover:hover {
	opacity: 100;
}
#for-about .overlay {
	background-color:rgba(0, 0, 0, 0.4);
	position: relative;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#for-about .hover h1{
	font-size: 23px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
#for-about .container-fluid .image-about img{
	width: 100%;
}
#galeri-home{
	padding: 60px 0;
}
.galeri-box{
	padding: 30px 10px;
}
.galeri-item a {
    overflow: hidden;
    line-height: 0;
    margin: 0;
    display: block;
}
.galeri-box img{
	width: 100%;
	transition: all .5s ease;
}
.galeri-box img:hover{
	transform: scale(1.1);
}
#galeri-home .col-md-12 h1{
	color: #d8af33;
	font-size: 58px;
	line-height: 70px;
	text-align: center;
	font-weight: 900;
}
#galeri-home .col-md-12 .baslik{
	color: #d8af33;
	font-size: 58px;
	line-height: 70px;
	text-align: center;
	font-weight: 900;
	margin-top: 50px;
}
#galeri-home .col-md-12 h1::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background:#d8af33;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
#galeri-home .col-md-4{
	padding: 8px;
}
.image-home-galeri {
	margin: 5px 0;
}
.image-home-galeri .img{
	width: 100%;
}
#footer{
	background-image: url(../image/footer_back_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
#footer .col-md-3 h1{
	font-size: 24px;
	font-weight: 600;
	color: #D8BA61;
}
#footer .col-md-3 p, a{
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-top: 40px;
}
#footer .col-md-4 h1{
	font-size: 24px;
	font-weight: 600;
	color: #D8BA61;
}
#footer .col-md-2 h1{
	font-size: 24px;
	font-weight: 600;
	color: #D8BA61;
}
#footer .col-md-4 p{
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	margin-top: 40px;
	width: 82%;
}
#footer .col-md-2 ul {
	margin-top: 40px
}
#footer .col-md-2 ul li {
	margin-top: 10px
}
#footer .col-md-2 ul li a{
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	transition: all 0.5s ease;
}
#footer .col-md-2 ul li:hover a{
	text-decoration: none;
	color: #D8BA61;
}
#footer .contact ul li{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
#footer .contact ul li svg{
	color: #fff;
	font-size: 24px;
	margin-right: 30px;
}
#footer .contact ul li p{
	margin-top: 0;
}
.social-footer{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.social-footer svg{
	color: #D8BA61;
	font-size: 24px;
	margin-right: 30px;
	margin-top: 90px;
}
#footer-bottom {
	padding: 40px 0;
	background: #2F3031;
}
#footer-bottom .col-md-12 {
	padding: 0;
}
#footer-bottom .col-md-12 p{
	color: #fff;
	font-size: 13px;
}
#about .about-photo{
	margin-top: 40px;
}
#about .about-photo img{
	width: 100%;
}

#page_header{
	position: relative;
	z-index: -1;
	width: 100%;
	overflow: hidden;
}
#page_header img{
	width: 100%;
}
#page_header .header-image h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 72px;
	font-weight: 700;
	color: #fff;
}

#rooms {
	padding: 0 0 80px 0;
}
#rooms .col-md-6{
	margin-bottom: 20px;
}
#rooms .col-md-6 .rooms-image{
	overflow: hidden;
}
#rooms .col-md-6 .rooms-image img{
	width: 100%;

	transition: all .5s ease;
}
#rooms .col-md-6 .rooms-image img:hover{
	transform: scale(1.1);
}
#rooms .col-md-6 .rooms-info{
	padding: 10px 5px 10px 0;
}
#rooms .col-md-6 .rooms-info p{
	font-size: 15px;
	line-height: 21px;
}
#rooms .col-md-6 .rooms-info a{
	font-size: 13px;
	border: 1px dashed #D8BB61;
	padding: 10px 30px;
	color:	#2d2d2d;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.5s ease;
}

#rooms .col-md-6 .rooms-info:hover a{
	text-decoration: none;
	background: #D8BB61;
	color: #fff;
}
#rooms .col-md-6 h1{
	font-size: 35px;
	margin-bottom: 20px;
}
#paralax{
	background-image: url(../image/rooms_slider.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
	padding: 150px 0;
}
#paralax .container{
	padding: 0;
}
#paralax .container .col-md-2{
	padding: 0;
	text-align: center;
}
#paralax .container .col-md-2 h1{
	font-size: 54px;
	color: #fff;
	display: block;
	margin: auto;
	width: 80%;
	font-weight: 600;
}
#paralax .container .col-md-2 h1 span{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 27px;
	display: block;
	margin-top: 20px;
}
#hizmetler{
	padding: 60px 0;
}
#hizmetler .hizmet-box{
	margin-top: 30px;
}
#hizmetler .col-md-12 h1{
	color: #d8af33;
	font-size: 58px;
	line-height: 70px;
	text-align: center;
	font-weight: 900;
}
#hizmetler .col-md-12 p{
	font-size: 18px;
	text-align: center;
}
#hizmetler .col-md-12 h1::after{
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background:#d8af33;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#hizmetler .col-md-4{
	text-align: center;
	padding: 50px;
	border: 1px dashed #d8af33;
	max-width: 30%;
	margin: 10px;
}
#hizmetler .col-md-4 svg{
	font-size: 42px;
	margin-bottom: 15px;
	color: #d8af33;
}
#hizmetler .col-md-4 h1{
	font-size: 24px;
	margin-bottom: 15px;
}
#hizmetler .col-md-4 p{
	font-size: 15px;
	display: block;
	width: 90%;
	margin: auto;
	line-height: 22px;
}
.restorant-body .col-md-6{
	margin-top: 25px;
}
.restorant-body .col-md-6 img{
	width: 100%;
}
.galeri-page{
	padding-top: 0 !important;
}
.form-row{
	width: 100%;
}
.form-row .col-md-4, .col-md-6, .col-md-12{

}
.form-row .col-md-12:last-child{
	text-align: center;
	margin-top: 60px;
}
.form-row a{
	font-size: 18px;
	border: 1px dashed	#D8BB61;
	padding: 15px 120px;
	color: #2d2d2d;
	transition: all 0.5s ease;
}
.align{
	text-align: center;
}
.align:hover a{
	background: #D8BB61;
	color: #fff;
	text-decoration: none;
}
#maps{
	padding: 70px 0 90px 0;
}
#maps .col-md-12{
	padding: 0;
}
#adress{
	background: #FBFBFB;
	width: 100%;
	padding: 50px 0;
}
#adress .col-md-12 p{
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin-top: 10px;
}
#adress .col-md-4{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 180px;
	margin-top: 50px;
}
#adress .col-md-4 svg{
	font-size: 30px;
	color: #D8BA61;
	border: 1px dashed #D8BA61;
	border-radius: 50%;
	padding: 20px;
	width: 70px;
	height: 70px;
	background: #fff;
}
#adress .col-md-4 h2{
	font-size: 24px;
	font-weight: 600;
}
#adress .col-md-4 p{
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
#contact{
	padding: 90px 0;
}
#contact .col-md-12 h1 {
    color: #d8af33;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    font-weight: 900;
}

#contact .col-md-12 h1::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background: #d8af33;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;

}

.toggle{
	width: 100%;
	padding: 10px 20px;
	background: #d8af33;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	display: none;
}
.mobile{
	display: none;
}




@media only screen and (max-width: 1200px) {

	.toggle{
		display: block;
	}
	.nav-bar{
		margin: 0;
	}
	.mobile{
		display: block;
	}
	.logo{
		display: none;
	}
	#header{
		align-items: flex-start;
		position: relative;
		height: auto;
		overflow: hidden;
    padding: 0px 5px;
		background: #d7af33;
	}
	#top-header{
		display: none;
	}
	#header .col-md-9{
		display: none;
	}
	#header .col-md-12 {
		padding: 0;
	}
	.gizleme{
		width: 100%;
		text-align: center;
		background: #d7af33;
		display: none;
	}
	.gizleme li{
		padding: 10px 0;
	}

	#header .col-md-12 ul li{
		display: block;

	}
	.active{
		display: block;
	}
  .logo{
		width: 50%;
	}
	#top-header{
		display: none;
	}
	.logo img {
		width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
}
#page_header .header-image h1{
	font-size: 32px;
}
#about {
    padding: 80px 0;
}
#hizmetler .col-md-4{
	max-width: 100%;
	margin: 0;
}
#about h1 {
    font-size: 38px;
    line-height: 50px;
}
#galeri-home .col-md-12 .baslik {
    font-size: 38px;
    line-height: 40px;
    margin-top: 80px;
}
#galeri-home .col-md-4{
	max-width: 100%;
}
#adress .col-md-4 {
    margin-top: 10px;
}

#footer-bottom .col-md-12 p {
    margin-left: 10px;
}
#footer .col-md-4 p {
    margin-top: 10px;
    margin-bottom: 20px;
}
#footer .col-md-2 ul {
    margin-top: 10px;
		margin-bottom: 30px;
}

.info span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 5px;
    cursor: pointer;
}
.info span::after {
    margin-top: 7px;
}
.info {
		left: 6%;
		top: 15%;
}
}

@media only screen and (max-width: 800px) {
	.info p {
	    font-size: 27px;
	    line-height: 33px;
	    font-weight: 900;
	    display: block;
	    width: 100%;
	}
	.info {
	    left: 6%;
	    top: 25%;
	}
	#adress .col-md-12 p {
    font-size: 15px;
    margin-bottom: 15px;
}

}
