.logo-wrap img {
	height: 80px;
    margin-top: -29px;
    margin-left: 0;
    width: 80px;
}
@media only screen and (max-width: 991px){
	header .navbar-header .navbar-brand.logo-wrap img {
	    max-height: 60px;
	    margin-top: -20px;
	}
  
}

/*Date Picker*/
.ui-datepicker {
	position: absolute;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 8px #00000040;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #969696;
  background: #e9e5e3;
  margin-bottom: 10px;
  font-weight: bold;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -94px 0px 0px 6px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -94px 0px 0px 5px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #5ed1cc;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {text-align: center !important;}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #00a8b2;
  margin-bottom: 5px;
  font-size: 13px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
}
.ui-state-default:hover {
  background: #ececec;
}
.ui-state-highlight {
  color: #8dd391;
}
.ui-state-active {
  color: #ffffff;
  background: #5ed1cc;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
/* Date Picker End */

.otelfiyatuyari {
	border: 1px solid red;
    padding: 10px;
    margin-top: 10px;
    color: red;
    font-size: 18px;
}
.otelfiyatuyari a {color: red;font-weight: bold;}
.otelfiyatsablon {
	background: #efefef;
    position: relative;
    margin: 0px;
    padding: 10px;
}
.otelfiyatsablon:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.otelfiyatsablon:first-child {margin-top: 10px;}
.otelfiyatsablon .info .oda {
	color: #63285a;
    font-weight: bold;
    font-size: 17px;
}
.otelfiyatsablon .info .pansiyon {
	color: #2196F3;
    font-weight: bold;
}
.otelfiyatsablon .buy .fiyat {
    color: #4CAF50;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
}
.otelfiyatsablon .buy .fiyat {
    color: #4CAF50;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
}
.otelfiyatsablon .satinal a {
	display: block;
    width: 100%;
    padding: 10px;
    background: #1dc1f8;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
}


.fiyatkutubaslik1,
.fiyatkutubaslik2,
.fiyatkutubaslik3,
.fiyatkutubaslik4,
.fiyatkutubaslik5{color: #009fe3;font-size: 18px;font-weight: bold;text-transform: uppercase;margin: 10px 0px;background: #e6e6e6;padding: 10px;}
.odafiyat .row {margin-bottom: 0px !important;}
.odafiyat .baslik{list-style: none;padding: 0;margin: 0;width: 100%;background: #ffb606;color: #333;}
.odafiyat .baslik .yftbaslik{display: inline-block;width: 10.6%;text-align: center;padding: 5px 0px;}

.odafiyat .even{list-style: none;padding: 0;margin: 0;width: 100%;background: #e6e6e6;color: #009fe3;}
.odafiyat .even .yticerikli{display: inline-block;width: 10.6%;text-align: center;padding: 10px 0px;}


.odafiyat .odd{list-style: none;padding: 0;margin: 0;width: 100%;background: #f5f5f5;color: #009fe3;}
.odafiyat .odd .yticerikli{display: inline-block;width: 10.6%;text-align: center;padding: 10px 0px;}

@media (max-width: 768px){
  .odafiyat {overflow-x: scroll;}
  .odafiyat .baslik,
  .odafiyat .even,
  .odafiyat .odd {width: 1000px;}
  .foto-galeri-box {
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
}
}


ul.slides {margin: 0;padding: 0;}
ul.slides li {display: inline-block;width: calc(93% / 4);height: 205px;background-size: cover; background-position: center;margin: 10px;}
ul.slides li img {width: 100%;max-width: 100%;display: none;}

@media (max-width: 768px){
  ul.slides li {width: calc(100% / 2);margin: 0;}
}
@media (max-width: 480px){
  ul.slides li {width: calc(93% / 1);}
  .foto-galeri-box {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
}
main {
  padding: 20px 0 !important;
}
}
@media (max-width: 375px){
  .oteldetaygaleri .item {
    height: 100% !important;
    overflow: hidden;
    padding-right: 0 !important;
}
.foto-galeri-box {
  grid-template-columns: repeat(1,1fr) !important;
}
.oteldetaygaleri .item img {
  height: auto !important;
  width: 100%;
  object-fit: cover;
}
}
.odabilgi-kutu .odabilgi-foto img {max-width: 100%;}
.odabilgi-kutu .odabilgi-baslik {
	padding: 0px 10px;
    border: 1px solid #f0f2f6;
    border-top: none;
    border-bottom: none;
    background: #fafafa;
    font-size: 20px;
    color: #333;
}
.odabilgi-kutu .odabilgi {
	padding: 0px 10px 15px 10px;
	border: 1px solid #f0f2f6;
	background: #fafafa;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/*Rezervasyon*/
.pagecontainer2 {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    position: relative;
}
.padding15 {padding: 15px;}
.bold {
    font-weight: 700;
}
.step-line {margin-top: 20px;margin-bottom: 20px;}
.roundstep.active {
    width: 23px;
    height: 23px;
    background: #4caf50;
    color: #fff;
    border-radius: 23px;
    padding: 0;
    border: 1px solid #4caf50;
    text-align: center;
    line-height: 22px;
    float: right;
}
.roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #ccc;
}
.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}
.size16px {font-size: 16px;color: #000;}
#kisi11,
#kisi12,
#kisi13,
#kisi14 {width: 70% !important;float: left;}
#cins11,#cins12,#cins13,#cins14 {float: left;width: 30%;}

#cocuk11,
#cocuk12,
#cocuk13,
#cocuk14 {width: 70% !important;float: left;}
#ccins11,#ccins12,#ccins13,#ccins14 {float: left;width: 30%;}

.middle-item {width: 100%;max-width: 100%;}

.booking-form input[type="text"],
.booking-form input[type="tel"],
.booking-form input[type="email"], 
.booking-form select {
  width: 100%;
  height: 44px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 0px 25px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: inherit;
}
@media(max-width: 768px) {
    .mobil-side {padding: 0;}
    .booking-form input[type="text"], .booking-form input[type="tel"], .booking-form input[type="email"], .booking-form select {padding: 0px 5px !important;}
}
@media(max-width: 768px){
    
  .misafirler table thead, 
  .misafirler table tbody, 
  .misafirler table th, 
  .misafirler table td, 
  .misafirler table tr {display: block;}
  .misafirler #kisi11,
  .misafirler #kisi12,
  .misafirler #kisi13,
  .misafirler #kisi14,
  .misafirler #cocuk11,
  .misafirler #cocuk12,
  .misafirler #cocuk13,
  .misafirler #cocuk14 {margin-bottom: 10px;}
  .misafirler #dogum11,
  .misafirler #dogum12,
  .misafirler #dogum13,
  .misafirler #dogum14,
  .misafirler #kimlikno11,
  .misafirler #kimlikno12,
  .misafirler #kimlikno13,
  .misafirler #kimlikno14,
  .misafirler #telefon11,
  .misafirler #telefon12,
  .misafirler #telefon13,
  .misafirler #telefon14,
  .misafirler #cdogum11,
  .misafirler #cdogum12,
  .misafirler #cdogum13,
  .misafirler #cdogum14,
  .misafirler #c11kimlikno,
  .misafirler #c12kimlikno,
  .misafirler #c13kimlikno,
  .misafirler #kimlikno,
  .misafirler #c1telefon,
  .misafirler #c2telefon,
  .misafirler #c3telefon,
  .misafirler #c4telefon {width: 100%;margin-bottom: 10px;}

}


#taksitdiv .genel_taksit_tablosu {
  padding: 20px;
  background: #ecf6f8;
}
#taksitalan {
  width: 100% !important;
}
#taksitdiv.fancybox-content {
  max-width: 90%;
  width: 500px;
  padding: 0px;
  max-height: 90%;
  height: 700px;
  overflow-y: auto;
  /* background-color: #ecf6f8; */
}
#taksitdiv ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#taksitdiv .taksitsecenekleri {
  padding: 12px 20px;
  border-bottom: 1px solid #251363;
  background: #251363;
  font-weight: bold;
  color: #fff;
}
.taksittablobaslik {
  line-height: 35px;
  margin-bottom: 10px;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: bold;
}
#taksitdiv .taksit_tablosu {
  background: #fff;
  margin-bottom: 20px;
}
#taksitdiv .taksit_tablosu .taksit_baslik {
  background: #fff;
  border-bottom: 1px solid #b4d9e9;
}
#taksitalan .taksit_tablosu .taksit_baslik .sol img {
  /* max-height: 18px; */
  height: auto;
  width: 40%;
  /* display: inline-block; */
}
#taksitdiv .taksit_tablosu .taksit_baslik .sag {
  display: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
}
#taksitdiv .taksit_tablosu .taksit_baslik .sol {
  display: inline-block;
  width: 100%;  
  text-align: center;
  /* height: 50px; */
  line-height: 50px;
  padding-left: 20px;
}
#taksitdiv .taksitler .altbaslik li {
  border-right: 1px solid #e7f7fe;
  border-bottom: 1px solid #e7f7fe;
}
#taksitdiv .taksitler .sutun2 {
  width: 40%;
}
#taksitdiv .taksitler .sutun1 {
  width: 20%;
}
#taksitdiv .taksitler .sutun3 {
  width: 40%;
}
#taksitdiv .taksitler li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  height: 25px;
}  
.footer-wrapper ul.footer-contact-list li {
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
}
.footer-wrapper .footer-top {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-wrapper .footer-logo img {
	width: 150px;
	height: auto;
}
.footer-wrapper .footer-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}
.footer-wrapper ul.footer-menu-list li {
	line-height: 1.25;
	padding-left: 15px;
	position: relative;
}
.footer-wrapper ul.footer-menu-list li + li {
	margin-top: 10px;
}
.footer-wrapper a {
	color: #808080;
}
.footer-wrapper ul.footer-menu-list li::before {
	font-family: "fontawesome";
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 8px;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group-append {
	margin-left: -1px;
}
.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}
.footer-wrapper .footer-socials a {
	font-size: 26px;
	margin-top: 5px;
	margin-right: 5px;
	opacity: 0.5;
}
.footer-wrapper.light .bottom-footer {
	background-color: #E3E3E3;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 40px;
}
.odabilgi-kutu {
	padding: 10px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	margin-bottom:30px;
}
.odabilgi-foto {
	height: 200px;
	overflow: hidden;
}
.oteldetaygaleri .item {
	height: 150px;
	overflow:hidden;
	/* float:left; */
	margin-bottom: 10px;
	padding-right: 10px;
	
}
.oteldetaygaleri .item img {height:150px; width:auto;object-fit: cover;}
.foto-galeri-box {
  display: grid !important;
  grid-template-columns: repeat(5,1fr);
}
.old {
  text-decoration: line-through;
  text-decoration-color: #eb7a2a;
}
span.t-fiyat {
  font-weight: bold;
}
.indirimoran {
  background: #eb7a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 40%;
  border-radius: 5px;
  margin: 0 auto;
}
.new {
  color: green;
  font-size: 18px;
  font-weight: bold;
}
.fiyat small {
  font-size: 90%;
}
.recaptcha {
  margin-top: 20px;
}
.item.yaprak-site-ul ul{
  display: flex;
}