@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/cal1blc.css");
/*font-family: myriad-pro, sans-serif;
font-weight:700;
font-weight:400;*/
body{
	font-family: 'Mulish', sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.header{
	position: absolute;
	width:100%;
	left:0px;
	top:35px;
	background-color:rgba(250,250,250,0.8);
	padding:6px 0px;
	min-height:90px;
	z-index:99;
}
.navbar-brand>img{
	height:78px;
}
.slider{
	padding:0px;
}
.item>img{
	width:100%;
}
.navbar-default{
	background:none;
	border:none;
}
a.navbar-brand{
	padding:0px;
	height:auto;
}
.navbar{
	margin:0px;
}
.navbar-default .navbar-nav>li>a{
	font-weight: 700;
	color:black;
	font-size:13px;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>li>a:focus{
	color:black;
	text-decoration: none;
}
.nav.navbar-nav{
	margin-top:20px;
	margin-left:15px;
}
a.btn.btn-blue{
	border-radius:6px;
	background: rgba(185,229,234,1);
	background: -moz-linear-gradient(top, rgba(185,229,234,1) 0%, rgba(111,199,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,229,234,1)), color-stop(100%, rgba(111,199,209,1)));
	background: -webkit-linear-gradient(top, rgba(185,229,234,1) 0%, rgba(111,199,209,1) 100%);
	background: -o-linear-gradient(top, rgba(185,229,234,1) 0%, rgba(111,199,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(185,229,234,1) 0%, rgba(111,199,209,1) 100%);
	background: linear-gradient(to bottom, rgba(185,229,234,1) 0%, rgba(111,199,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e5ea', endColorstr='#6fc7d1', GradientType=0 );
	border:1px solid #3da8b4;
	color:white;
	padding:10px 15px;
}
.navbar-default .navbar-nav>li>a.btn.btn-blue{
	color:white;
	font-weight: 700;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.4);
}
.header-top{
	text-align: right;
	color:white;
	font-size:14px;
	font-family: myriad-pro, sans-serif;
	font-weight: 700;
	position: absolute;
	width:100%;
	padding:5px 15px;
	top:0px;
	left:0px;
	z-index: 99;
}
.header-top>i{
	font-size:16px;
	color:#bd906f;
	margin-right:5px;
	margin-left:10px;
}
.carousel-caption>h1{
	background: rgba(0,0,0,0.7);
    text-align: right;
    font-weight: 800;
    color: #bf9f62;
    width: auto;
    display: inline-block;
    font-size: 44px;
    padding: 10px;
    letter-spacing: 3px;
}
.carousel-caption {
    right: 0;
    left: auto;
    bottom:auto;
    top:25%;
}
.home-about{
	background-color:#c2a973;
	background-image: url(../../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding:20px 0px 50px;
	position: relative;
}
.home-about h2{
	font-size:32px;
	color:black;
	font-weight: 700;
	text-align: center;
}
.home-about p{
	font-size:14px;
	color:black;
	text-align: center;
	line-height: 22px;
}
.home-middle{
	padding:50px 15px;
}
.home-box{
	margin-bottom:15px;
}
.home-box>a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
.home-box>a>h5{
	font-size:20px;
	color:black;
	text-align: center;
	margin-bottom:10px;
	font-weight: 700;
}
.home-box>a>.home-img{
	padding:0px;
	border:5px solid #e3e3e3;
}
.home-box>a>.home-img>img{
	width:100%;
}
.home-box>a>p{
	font-size:14px;
	text-align: center;
	font-weight: 400;
	margin-top:10px;
	display: inline-block;
	width:100%;
	color:black;
	padding:5px 10px;
}
.home-detail{
	position:relative;
	padding:0px;
}
.home-detail>img{
	width:100%;
}
.detail-title{
	position: absolute;
	top:20px;
	left:0px;
}
.home-detail>.detail-title>span{
	font-size: 31px;
    color: #c2a973;
    background-color: rgba(0,0,0,0.7);
    padding-left: 15px;
    font-weight: 700;
    padding-right: 15px;
    display: inline;
    padding: 3px 15px;
    line-height: 45px;
    letter-spacing: 2px;
}
.detail-text{
	position:absolute;
	width:60%;
	top:60%;
	left:0px;
	padding-right:10px;
}
.detail-text>span{
	width:100%;
	padding:5px 10px;
	font-size:18px;
    color: #c2a973;
    font-weight: 400;
    text-align:right;
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
}
.detail-img{
	position:absolute;
	width:40%;
	top:60%;
	right:0px;
}
.detail-img>div{
	padding:0px 5px;
}
.detail-img>div>img{
	width:100%;
}
.foot-booking{
	border-top:25px solid #1c1c1c;
	padding:0px;
}
.foot-booking>.foot-booking-top{
	background-color: rgba(114,114,114,0.89);
	height:65px;
}
.foot-booking-text{
	padding:15px 10px;
    display: flex;
    align-items: center;
}
.foot-booking-text>p{
	display: inline-block;
	width:80%;
	vertical-align: top;
	margin-left:10px;
	margin-bottom:0px;
}
a.btn.btn-blue {
    color: white;
    font-weight: 700;
    text-shadow: 0px -1px 2px rgba(0,0,0,0.4);
}
.footer{
	background-color: #252525;
	padding:55px 0px;
}
.foot-social{
	text-align: center;
}
.foot-social>ul{
	display:inline-block;
	width:100%;
	text-align: center;
	list-style: none;
	margin:0px;
	padding:0px;
}
.foot-social>ul>li{
	display:inline-block;
	float:none;
}
.foot-social>ul>li>a{
	display:inline-block;
	width:30px;
	height:30px;
	background-color: white;
	border:1px solid #e1e1e1;
	text-align: center;
	padding-top:3px;
	font-size:16px;
	color:#444444;
	transition:all .3s;
}
.foot-social>ul>li>a:hover, .foot-social>ul>li>a:focus{
	background-color: #444444;
	border:1px solid #e1e1e1;
	color:white;
	transition:all .3s;
}
.adres{
	font-size:14px;
	color:white;
}
.foot-copyright{
	color:white;
	font-size:12px;
	text-align: right;
}
.header.inside{
	background-color: #f4efe5;
	position: relative;
	top:0px;
}
.header-top.inside{
	position:relative;
	color:black;
}
.odalar-text{
	background-color:#c2a973;
	text-align: center;
}
.odalar-text h1{
	font-size:24px;
	color:black;
	font-weight: 700;
}
.odalar-text p{
	font-size:14px;
	color:black;
}
.odalar-area{
	background-color: #f8f8f8;
	padding:20px 0px 50px;
}
.oda{
	background-color: white;
	margin-top:15px;
	border-top:1px solid #c2a973;
	border-bottom:1px solid #c2a973;
	padding:0px 0px 10px;
}
.oda>a{
	display:inline-block;
}
.oda>a>h4{
	font-size:24px;
	color:#535353;
	font-weight: 700;
	margin:10px 0px;
	padding:0px 10px;
}
.oda>.oda-img{
	display:inline-block;
	width: 100%;
	padding:0px 10px;
}
.oda>.oda-img>a{
	display:inline-block;
	width: 100%;
}
.oda>.oda-img>a>img{
	width:100%;
}
.oda-text-area{
	display: inline-block;
	width: 100%;
	padding:10px 10px;
	border-bottom:1px solid #c2a973;
}
.oda-text-area>p{
	font-size:13px;
	color:#585858;
}
.oda-ozellik{
	display: inline-block;
	width:100%;
	margin-bottom:5px;
	font-size:13px;
	color:#585858;
}
.oda-ozellik>span{
	display: inline-block;
	width:100px;
}
a.btn.btn-rezervasyon{
	background: rgba(213,173,121,1);
background: -moz-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,173,121,1)), color-stop(100%, rgba(207,142,64,1)));
background: -webkit-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -o-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -ms-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: linear-gradient(to bottom, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ad79', endColorstr='#cf8e40', GradientType=0 );
color:white;
text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
display: inline-block;
width:50%;
text-align: center;
font-weight: 700;
}
button.btn.btn-rezervasyon{
	background: rgba(213,173,121,1);
background: -moz-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,173,121,1)), color-stop(100%, rgba(207,142,64,1)));
background: -webkit-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -o-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: -ms-linear-gradient(top, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
background: linear-gradient(to bottom, rgba(213,173,121,1) 0%, rgba(207,142,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ad79', endColorstr='#cf8e40', GradientType=0 );
color:white;
text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
display: inline-block;
width:50%;
text-align: center;
font-weight: 700;
}
.oda-area{
	background-color: #f8f8f8;
	padding:20px 0px 10px;
}
.selectors{
	text-align: center;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #c2a973;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.imkan-str{
	background-color: #faf7f2;
	border-top:1px solid #e9e8e8;
	padding:5px 0px;
}
.imkan-str.bg-light, .kural-str.bg-light {
	background:none;
}
.imkan-str:last-child, .kural-str:last-child{
	border-bottom:1px solid #e9e8e8;;
}
.imkan{padding: 0px 10px; font-size:13px;}
.imkanlar, .kurallar{
	padding:0px;
}
.kurallar{
	margin-top:20px;
}
.imkanlar>h5, .kurallar>h5{
	padding-left:10px;
	font-size:21px;
}
.imkan>i{
	color:#baa397;
	font-size:16px;
}
.kural-str{
	background-color: #f7f6f6;
	border-top:1px solid #e9e8e8;
	padding:5px 0px;
}
.kural{padding: 0px 10px; font-size:13px;}
.kural-title{
	padding-right:0px;
}
.imkan>span{
	display:inline-block;
	width:85%;
	vertical-align: top;
}
#carousel,
#carousel-thumbs {
  max-width: 800px;
  margin: 15px auto;
}
#carousel-thumbs .item img {
  opacity: 1;
}
#carousel-thumbs .item.active div.active img {
  opacity: 1;
  border: 2px solid #c2a973;
}
#carousel-thumbs .item.active div:not(.active) img {
  cursor:pointer;
}
#carousel-thumbs .carousel-control {
  background-image: none;
}
.carousel-control.right,.carousel-control.left{
	background:none;
}
.padding-left-right-5{padding:0px 5px;}
.width-7{
	width:7%;
	font-size:20px;
}
a.carousel-control.width-7>span{
	font-size:20px;
}
.galeri-img{
	padding:7px;
}
.galeri-img>a{
	height:180px;
	overflow:hidden;
	display:flex;
	align-items: center;
	width:100%;
}
.galeri-img>a>img{
	width: 100%;
}
.trip{
	position: absolute;
    right: 2%;
    top: -69px;
}
.widCOETitle {
    padding-top: 10px;
}
.widCOETitle {
    font: normal 10px Trip Sans VF,Trip Sans,Arial,sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.12px;
    color: #000;
    padding-top: 5px;
    z-index: 3;
    position: relative;
}
.widCOEClickWrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.widCOEReadReviews {
    font: normal 10px Trip Sans VF,Trip Sans,Arial,sans-serif;
    text-align: center;
    letter-spacing: -.12px;
    color: black;
    padding-top: 1px;
    padding-bottom: 5px;
    z-index: 3;
    position: relative;
    text-decoration: underline;
}
.widCOELogo {
    position: relative;
    z-index: 2;
}
#CDSWIDCOE {
    position: relative;
    font: normal 11px Trip Sans VF,Trip Sans,Arial,sans-serif;
    color: #000;
    overflow: hidden;
    width: 148px;
    margin: 0 10px 10px 10px;
    text-align: center;
}
 .google-maps {
    position: relative;
    padding-bottom: 25%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.form-str{
	padding:5px 10px;
}
.form-str input.form-control{
	height:40px;
	border:1px solid #c2a973;
	border-radius: 0px;
}
.form-str label{
	font-weight: 400;
	font-size:13px;
	color:#585858;
}
.form-str textarea.form-control{
	height:120px;
	border:1px solid #c2a973;
	border-radius: 0px;
	resize: none;
}
.iletisim h3{
	border-bottom:1px solid #c2a973;
	padding-bottom:3px;
}
.iletisim-str a{
	color:#333;
	text-decoration: none;
}
.foot-copyright>ul{
	display:inline-block;
	margin:0px 0px 10px;
	text-align: right;
	width: 100%;
}
.foot-copyright>ul>li{
	display:block;
	width:100%;
}
.foot-copyright>ul>li>a{
	display:inline-block;
	width:auto;
	color:white;
	font-size:13px;
	transition: color .3s;
}
.foot-copyright>ul>li>a:hover, .foot-copyright>ul>li>a:focus{
	color:#c2a973;
	transition: color .3s;
}
.sozlesme-indir{
	text-align: center;
	padding:0px 25px;
}
.sozlesme-indir>a{
	display: inline-block;
	color:#333;
	transition: color .3s;
}
.sozlesme-indir>a>img{
	height:70px;
	width:auto;
}
.sozlesme-indir>a>span{
	display: inline-block;
	width: 100%;
	margin-top:10px;
	text-align: center;
}
.sozlesme-indir>a:hover, .sozlesme-indir>a:focus{
	color:#c2a973;
	transition: color .3s;
}
.haber-box{
	padding:15px;
}
.haber-box>a{
	display: inline-block;
	width:100%;
	border:1px solid #c2a973;
	text-decoration: none;
}
.haber-box>a>.haber-img{
	padding:0px;
}
.haber-box>a>.haber-img>img{
	width:100%;
}
.haber-box>a>h5{
	color:#333;
	font-size:16px;
	font-weight: 600;
	padding:0px 15px 15px;
	margin-bottom:0px;
	display: inline-block;
	width:100%;
}
.haber-box>a>p{
	font-size:14px;
	color:#333;
	padding:0px 15px 15px;
}
.haber-img>img{
	width:100%;
}
.height-60vh{
	min-height:60vh;
}
ul.lang{
	margin:0px 0px 0px 5px;
	padding:0px;
	float:left;
	list-style: none;
	text-align: left;
}
ul.lang>li{
	display: inline-block;
}
ul.lang>li>a{
	display: inline-block;
}
ul.lang>li>a>img{
	height:24px;
	width:24px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
.covid-area{
	background-color:black;
	padding:30px 0px;
}
.safe-tourism-logo img{
	width: 100%;
}
.safe-tourism-title>h1{
	font-size: 38px;
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
}
.safe-tourism-title>h3{
	font-size: 27px;
    color: #c2a973;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: .4px;
}
.title-logo{
	padding:0px;
	display: flex;
	align-items: center;
	margin-top:30px;
}
.icon-text{
	padding:0px;
	margin-top:10px;
}
.icon-box{
	text-align: center;
	margin-bottom:20px;
	padding:20px;
}
.icon-box img{
	width:75%;
}
.icon-box>p{
	margin-top:15px;
	color:white;
	font-size:14px;
	font-weight: 300;
}
.covid-text{
	padding:0px;
	margin-top:40px;
	margin-bottom:20px;
	text-align: center;
	color:white;
}
.covid-text>a{
	color:white;
	transition: color .3s;
	text-decoration: none;
}
.covid-text>a:hover, .covid-text>a:focus{
	color:#c2a973;
	transition: color .3s;
}











