@charset "utf-8";
@font-face {
  font-family: 'Georgia';
   src: url('../libs/fonts/Georgia.woff') format('woff'),
        url('../libs/fonts/Georgia.ttf') format('truetype'),
        url('../libs/fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Georgia-Italic';
  src: url('../libs/fonts/Georgia-Italic.woff') format('woff'),
       url('../libs/fonts/Georgia-Italic.ttf') format('truetype'),
       url('../libs/fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Atatrk';
  src: url('../libs/fonts/attrk/Atatrk.eot');
  src: url('../libs/fonts/attrk/Atatrk.eot?#iefix') format('embedded-opentype'),
       url('../libs/fonts/attrk/Atatrk.woff2') format('woff2'),
       url('../libs/fonts/attrk/Atatrk.woff') format('woff'),
       url('../libs/fonts/attrk/Atatrk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
	overflow-x:hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Georgia-Italic";
	font-size:14px;
}
.ccm-page{
	overflow-x:hidden;
}
@media (max-width: 937px){
	.wide{
		width: 100% !important;
		padding: 0px;
	}
	.widget{
		display: none;
	}
	#dl-menu{
		background-color: #FFF;
	}
	.dl-menuwrapper .dl-menu.dl-menuopen{
		width: 100%;
    	border: none;
    	border-radius: 0px;
    	-webkit-box-shadow: -1px 100000px 0px 100000px rgba(0, 0, 0, 0.8);
    	-moz-box-shadow: --1px 100000px 0px 100000px rgba(0, 0, 0, 0.8);
    	box-shadow: -1px 100000px 0px 100000px rgba(0, 0, 0, 0.9);
    	margin-top: 0px;
	}
	.logo{
		width: 65px;
    	margin: 0px auto;
    	margin-bottom: -23px;
    	position: relative;
    	/*z-index: 15;*/
    	float: none !important;
	}
	.logo img{
		width: 100%;
	}
	.dl-menuwrapper button{
		position: absolute !important;
		top: 0;
	}
	.dilCubugu{
		display: none;
	}
	.mobileLang{
    	position: absolute;
    	right: 10px;
    	top: 11px;
	}
	.mobileLang a{
		color: #4E4E4E;
		text-decoration: none;
		font-size:16px;
		margin-left: 10px;
	}
	.mobileLang a:nth-child(1):after{
		content: '|';
		color: #333;
		font-size: 16px;
		position: absolute;
    	right: 26px;
    	top: -1px;
	}
	.dl-submenu>li:nth-child(2), .dl-submenu>li:nth-child(6), .dl-submenu>li:nth-child(9){
		background-color: #5E6F7B;
	}
	.dl-submenu>li:nth-child(2) a, .dl-submenu>li:nth-child(6) a, .dl-submenu>li:nth-child(9) a{
		color:#FFF;
	}
}
@media (min-width:937px){
	.mobileLang, .dl-trigger, .dl-menu .fa{
		display: none;
	}
	.logo{
		float: left;
		width: 10%;
	}
	.logo img{
		height: 102px;
	}
	.sideCollapse{
		position: relative;
		float: none;
		display: inline-block;
		padding-left: 0px;
		margin-bottom: 0px;
		padding-top: 11px;
	}
	.dl-menu{
		padding-bottom: 0px;
    	float: left;
    	width: 87%;
    	text-align: center;
	    background-color: #c8dceb;
	    margin-left: 3%;
	    margin-top: 18px;
        list-style-type: none;
    	position: relative;
	    float: none;
	    display: inline-block;
 		padding-left: 0px;
  		margin-bottom: 0px;
	}
	.dl-menu li{
		float: left;
	}
	.dl-menuwrapper{
		min-height: 113px;
    	width: 100%;
    	display: block;
    	height: auto;
    	padding-top: 10px;
    	margin-bottom: 10px;
	}
	.dilCubugu.padding{
		padding-left: 6px;
	}
	.dl-menu li a{
  		text-decoration: none;
		color: rgb(78, 78, 78);
		line-height: 2;
		text-align: left;
		font-family: "Georgia";
		transition:all 0.3s;
	}
	.dl-menu li a:hover{
		color:rgb(255,255,255);
	}
	.dl-menu li:after{
		content: "/";
	    display: block;
	    position: absolute;
	    color: #FFF;
	    margin-left: -4px;
	    font-size: 20px;
	}
	.dl-menu li:nth-child(13):after{
		content: '|';
		color: #333;
		font-size: 16px;
	}
}
.dl-menu li:nth-child(1):after, .dl-menu li:nth-child(12):after{
	content: ' ';
}
.dl-menu li a{
	font-size:14px;
 	padding: 10px;
}
/*.widget img{
	height: 53px;
}*/
@media (max-width: 1220px){
	.dl-menu li a{
  		font-size: 14px;
	}
}
@media (min-width: 1030px){
	.dl-menu{
		margin-top: 8px;
	}
	.dl-menu li:after{
	    top: 11px;
	}
	.dl-menu li:nth-child(12):after{
		top: 14px;
	}
}
@media (min-width: 937px) and (max-width: 1165px){
	.dl-menu{
		margin-top: 9px;
	}
	.dl-menu li a{
  		font-size: 13px;
    	padding: 10px;
	}
	.dl-menu li:after{
	    top: 8px;
	}
	.dl-menu li:nth-child(12):after{
		top: 11px;
	}
}
@media (min-width: 937px) and (max-width: 1037px){
	.dl-menu li a{
  		font-size: 12px;
  		padding: 7px;
  	}

}
@media (max-width: 937px){
	.dl-menu{
		margin-top: 24px;
	}
	.dl-menu li a{
  		font-size: 12px;
    	padding: 10px;
	}
	.dl-menu li:after{
	    top: 8px;
	}
	.dl-menu li:nth-child(12):after{
		top: 11px;
	}
}
.dl-menu li:nth-child(13):after{
	top:14px;
}
/* #################################################################
							SLİDER
#################################################################### */
.anaSlider .container{
	padding: 0px;
	width: 100%;
}
.anaSlider img{
	width: 100%;
	height: 500px;
	object-fit:cover;
	object-position:center;
}
.anaSlider .owl-theme .owl-controls .owl-page span{
	background:rgb(200, 220, 235);
}
@media (max-width: 767px){
	.anaSlider img{
		height: 250px;
	}
}

/* #################################################################
						ANA SAYFA İÇERİK
#################################################################### */
.anaSayfaIcerik{
	margin-top: 30px;
}
.anaSayfaIcerik .icerikLeft .container, .anaSayfaIcerik .icerikRight .container{
	width: 100%;
}
.anaSayfaIcerik .icerikLeft img{
	width: 100%;
	height: 431px;
	object-fit:cover;
	object-position:center;
	padding: 5px;
  	border-width: 2.47px;
  	border-color: rgb(200, 220, 235);
  	border-style: solid;
}
@media (min-width: 1122px){
	.icerikLeft .tblt{
		display: none;
	}
}
@media (max-width: 1122px){
	.icerikLeft .msUstu{
		display: none;
	}
	.icerikLeft .tblt img{
		height: 710px;
		width: 100%;
		object-fit:cover;
		object-position:center;
	}
}
@media (max-width: 767px){
	.anaSayfaIcerik .icerikLeft{
		display: none;
	}
}
.anaSayfaIcerik .icerikRight h1, .anaSayfaIcerik .icerikRight h2, .anaSayfaIcerik .icerikRight h3, .anaSayfaIcerik .icerikRight h4, .anaSayfaIcerik .icerikRight h5, .anaSayfaIcerik .icerikRight h6{
  	color: rgb(78, 78, 78);
  	line-height: 1.2;
  	margin-top: 0px;
}
.anaSayfaIcerik .icerikRight{
  	font-size: 14px;
  	color: rgb(78, 78, 78);
  	line-height: 1.2;
  	text-align: justify;
}
.anaSayfaIcerik .icerikRight p{
  	text-indent: 30px;
}
.welcome{
  font-size: 26px;
  color: rgb(78, 78, 78);
  line-height: 1.2;
  font-family: 'Atatrk';
  /*margin-top: 15px;*/
}
@media (max-width: 360px){
	.welcome{
		font-size: 21px;
	}
}

/* #################################################################
							GAZETE SLİDER
#################################################################### */
.brand{
	margin-top: 25px;
}
@media (min-width: 767px){
	.brand .owl-carousel{
		width: 95%;
		margin: 0px auto;
	}
}
.brand .owl-theme .owl-controls .owl-buttons div{
  position: absolute;
  top:-4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  padding: 10px;
  color:#000;
  background-color: transparent;
  font-size:20px;
}
@media (max-width: 767px){
	.brand .owl-theme .owl-controls .owl-buttons div{
		position: inherit;
		top: 0px;
	}
}
.brand .owl-carousel .owl-buttons .owl-next{
  right: -42px;
  padding-left: 13px;
}
.brand .owl-carousel .owl-buttons .owl-prev{
  left: -42px;
  padding-right: 13px;
}
@media (min-width: 768px) and (max-width: 992px){
	.brand .owl-carousel .owl-buttons .owl-next{
	  right: -30px;
	}
	.brand .owl-carousel .owl-buttons .owl-prev{
	  left: -30px;
	}
}
.brand .owl-buttons div:before{
  color:#8c8c8c;
}
.brand .owl-theme .owl-controls .owl-buttons div:hover{
  filter: Alpha(Opacity=60);
  opacity: 0.6;
}
.brand .whcr-item{
	text-align: center;
}
@media (min-width: 768px){
	.brand:after, .brand:before{
		background: url("../img/border.png") no-repeat center;
	    content: ' ';
	    display: block;
	}
	.brand:after{
	    height: 18px;
	}
	.brand:before{
		height: 48px;
	}
}
.brand .owl-item{
	text-align: center;
}

/* #################################################################
							SAYFA ÜSTÜ BANNER
#################################################################### */
.sayfaBanner{
	height: 220px;
	overflow: hidden;
	width: 100%;
}
.sayfaBanner img{
	width: 100%;
	height: 220px;
	object-fit:cover;
	object-position:center;
}
.sayfaAdi{
  color: rgb(78, 78, 78);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

/* #################################################################
							GENEL TANIMLAR
#################################################################### */
.icerikAlani{
  	color: rgb(78, 78, 78);
  	font-style: italic;
  	line-height: 1.2;
  	text-align: justify;
  	font-size: 15px;
}
.icerikAlani .container{
	width: 100%;
}
.renk{
	background-color: #d9eaf6;
  	/*min-height: 150px;*/
  	padding: 15px;
  	height: auto;
  	display: block;


}
/* #################################################################
							ODALARIMIZ SAYFASI
#################################################################### */
.oda{
	margin-top: 25px;
	padding: 10px;
}
.odaKutu{
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    min-height: 131px;
    height: auto;
    display: block;
    text-align: center;
}
.odaGenelAdi{
  font-size: 14px;
  font-weight: bold;
  color: rgb(78, 78, 78);
  font-style: italic;
}
.odaKutu .nav>li>a{
	padding: 0px;
	line-height: 2.3;
    font-size: 12px;
    color: rgb(110, 108, 108);
    transition: all 0.4s;
}
/*.odaKutu .nav>li:after{
	content: ' ';
}
.odaKutu .nav>li:before{
	content: '-';
	display: block;
	position: absolute;
	left: 9px;
	top: 3px;
    color: rgb(110, 108, 108);
    font-style: italic;
}*/
@media (min-width: 768px) and (max-width: 992px){
	.odaKutu .nav>li:before{
		left: 60px;
	}
}
@media (max-width: 767px){
	.odaKutu .nav>li:after, .odaKutu .nav>li:before{
		content: ' ';
	}
}
.odaKutu .nav>li>a:hover{
	color:#000;
	font-size: 13px;
	margin-top: -1px;
	background-color: transparent;
}
@media (max-width: 1200px){
	.oda, .oda.renk{
		padding: 0px;
		padding-top: 15px;
	}
	.oda.renk{
		min-height: 157px;
	}
	.odaKutu{
		border:none;
	}
}
/* #################################################################
							ODA DETAY SAYFASI
#################################################################### */
.odalar{
	text-align: center;
}
.HTMLBlock{
	margin-top: 20px;
}
.carouselSlider .carousel{
	width: 70%;
	margin: 0px auto;
}
.carouselSlider .carousel-inner .item img{
	width: 100%;
	height: 450px;
    margin: 0px auto;
    object-fit:cover;
    object-position:center;
}
@media (max-width: 480px){
	.carouselSlider .carousel-inner .item img{
		height: 220px;
	}
}
#carousel{
	padding: 15px;
  	border-width: 2px;
  	border-color: rgb(200, 220, 235);
  	border-style: solid;
}
.carouselSlider .carousel-control.left, .carouselSlider .carousel-control.right{
	background-image: none;
}
#thumbcarousel .carousel-inner {
	/*display: inline-block;
    float: none;
    text-align: center;*/
    width: 60%;
    margin: 5px auto;
}
#thumbcarousel .carousel-inner .item img {
 	width: 24%;
    height: 95px;
    margin: 0px auto;
    object-fit: cover;
    object-position: center;
    float: left;
    margin: 3.5px;
}
#thumbcarousel .carousel-inner .item:nth-child(1) img{
	margin-left: 0px;
}
@media (min-width: 767px) and (max-width: 1083px){
	#thumbcarousel .carousel-inner .item img {
		height:70px;
	}
}
@media (min-width: 1086px) and (max-width: 1300px){
	#thumbcarousel .carousel-inner .item img {
	    width: 24%;
	}
}
@media (min-width: 767px) and (max-width: 1083px){
	#thumbcarousel .carousel-inner .item img {
		margin: 2px;
	}
}
@media (max-width: 767px){
	.carouselSlider .carousel{
		width: 100%;
	}
	#thumbcarousel{
		display: none;
	}
}
.left.carousel-control{
	height: 28px;
    top: 46%;
    width: 36px;
    left: -21px;
    border-width: 0.18px;
    border-color: #cccccc;
    border-style: solid;
    opacity: 1;
    background-color: rgb(255, 255, 255);
  	color: rgb(162, 162, 162);
  	font-size:18px;
  	padding-top:3px;
  	padding-right: 2px;
}
.right.carousel-control{
	height: 28px;
    top: 46%;
    width: 36px;
    right: -21px;
    border-width: 0.18px;
    border-color: #cccccc;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(162, 162, 162);
    opacity: 1;
    padding-top: 3px;
    padding-left: 2px;
}
@media (max-width: 767px){
	.left.carousel-control{
		left: -1%;
	}
	.right.carousel-control{
		right: -1%;
	}
}
.right.carousel-control:hover, .left.carousel-control:hover{
	opacity: 0.8;
}
.odaIcerik{
	margin-top: 15px;
	text-align: justify !important;
}
.odaDetay .border{
	width: 100px;
	margin: 0px auto;
	height: 2px;
	background-color: #cfe0ed;
}
.odaListe{
	min-height: 50px;
	height: auto;
	display: block;
	margin-top: 35px;
	text-align: center;
}
@media (max-width: 767px){
	.odaListe{
		display: none;
	}
	.odaDetay{
		margin-top: 85px;
	}
}
@media (min-width:768px){
	.odaListe.mobile{
		display: none;
	}
}
.liste{
	list-style-type: none;
	padding: 0px;
	display: inline-block;
}
.liste li{
	display: inline-block;
	float: left;
}
.liste li:after{
	content: '/';
	display: block;
	position: absolute;
	top: 1px;
}
.liste li:nth-child(1):after{
	content: " ";
}
.liste li a{
  color: rgb(0, 0, 0);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  padding: 15px;
  padding-left: 8px;
  text-decoration: none;
  font-size:17px;
}
.liste .dropdown-content li a{
  padding-right: 0px;
  padding-left: 8px;
}
.liste li a.active{
  color: rgb(152, 185, 210);
  font-weight: bold;
}
.liste .dropdown-content.dropdownActive{
	display: block;
}
.liste .dropdown-content{
	display: none;
	margin-top: 15px;
	position: absolute;
	width: 450px;
	z-index: 10;
}
.liste .dropdown-content li a{
  color: rgb(152, 185, 210);
  font-style: italic;
  text-align: center;
  font-size: 14px;
}
.liste .dropdown-content li:after{
  color: rgb(152, 185, 210);
}
.liste .dropdown:hover .dropdown-content{
	display: block;
}
.liste .menuActive{
  border-bottom-width: 1px;
  border-bottom-color: rgb(236, 234, 227);
  border-bottom-style: solid;
  padding-bottom: 5px;
}
@media (max-width: 767px){
	.odaListe.mobile{
		display: block;
	}
	li.dropdown{
		width: 100%;
		display: block;
		text-align: left;
	}
	.liste li{
		display: inline-block;
	    float: left;
	    min-height: 78px;
	}
	.liste .dropdown-content{
		display: block;
	    margin-top: 15px;
	    position: absolute;
	    width: 450px;
	    z-index: 10;
	    padding-left: 0;
	}
	.liste li:after{
		content: " ";
	}
	.liste .menuActive{
		border:none;
	}
}
/* #################################################################
							SİZE ÖZEL SAYFASI
#################################################################### */
.galeriAlani{
	margin-top: 20px;
	margin-bottom: 20px;
}
.galeriAlani .wh-ps.ihe-hei-ming .wh-item, .galeriAlani .wh-ps[class*=ihe-hei-]>.wh-item{
	background:transparent;
}
@media only screen and (max-width: 480px){
 .galeriAlani .wh-ps.fluid-grid .wh-item, .galeriAlani .wh-ps.fluid-grid[class*=col-] .wh-item{
 	width: 50%;
    padding-bottom: 50%;
 }
}
/* #################################################################
							BASINDAN SAYFASI
#################################################################### */
.basindan .whale-photoswipe{
	margin: 0px;
}
.basindan .wh-ps.ihe-hei-ming .wh-item .wh-ic::before{
	background-color: #c8dceb;
	border: 8px solid #fff;
}
.basindan .wh-ps.ihe-hei-ming .wh-item:hover .wh-ic{
	background-color: #c8dceb;
}
.basindan .wh-ps.ihe-hei-ming .wh-item, .basindan .wh-ps[class*=ihe-hei-]>.wh-item{
	background:transparent;
}
.basindan .wh-ps.ihe-hei-ming .wh-item .wh-ic::before{
	top:10px;
	bottom:10px;
	right: 10px;
	left: 10px;
}
.basindan .wh-ps.ihe-hei-ming .wh-item:hover .wh-ic{
  font-size: 24px;
  color: rgb(78, 78, 78);
  font-weight: bold;
}
.brand img{
	/*-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
  	cursor: pointer;
  	height: 40px;
}
.brand img:hover{
	filter: none;
  	-webkit-filter: grayscale(0);
}
@media (min-width: 480px){
	.brand .owl-item{
		width: 140px;
	}
	.brand .whcr-item img{
		height: 40px;
	}
}
@media (max-width: 480px){
	.basindan .wh-ps.ihe-hei-ming .wh-item:hover .wh-ic{
	  font-size: 15px;
	}
}
.basindan .wh-ps.ihe-hei-ming .wh-item:hover .wh-ic{
	cursor: pointer;
}


@media (max-width: 767px){
	.gazeteler{
		padding: 15px;
	}
}
.gazeteler .gazeteLogo{
	margin-bottom: 15px;
}
.gazeteler .nav-thumbnail img{
	height: 40px;
	width: 130px;
}
.gazeteler .haber{
	cursor: pointer;
	/*margin-top: 25px;*/
	margin-bottom: 15px;
}
.gazeteler .haberAdi{
  	font-size: 18px;
  	color: rgb(78, 78, 78);
  	font-weight: bold;
  	line-height: 0.679;
 	text-align: left;
 	line-height: 1.2;
 	font-family: "Georgia";
}
@media (min-width: 768px){
	.hKutu{
		border:1px solid #c8dceb;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 245px;
		display: table;
		width: 100%;
	}
}
@media (max-width: 767px){
	.hKutu{
		border-bottom: 1px solid #c8dceb;
	}
}
.hIcerik{
	display: table-cell;
	vertical-align: middle;
}
.gazeteler .modal-body{
	text-align: center;
	margin-bottom: 10px;
}
.gazeteler .modal-body img{
	/*width: 100%;*/
	margin: 0px auto;
}
@media (max-width: 992px){
	.gazeteler .modal-body img{
		width: 100%;
		margin: 0px auto;
	}
}
.haberAciklama{
  	font-size: 15px;
  	color: rgb(78, 78, 78);
  	line-height: 0.679;
  	text-align: left;
  	line-height: 1.5;
  	margin-top: 10px;
}
/* #################################################################
							ULAŞIM / İLETİŞİM SAYFASI
#################################################################### */
.iletisim{
	font-size: 16px;
  	color: rgb(20, 20, 20);
  	line-height: 1.9;
  	font-style: normal;
  	padding-left: 0px;
  	font-family: "Georgia";
  	padding-left: 20px;
}
.iletisimFormu{
  	text-align: left;
  	padding-left: 0px;
  	margin-top: -10px;
}
@media (max-width: 767px){
	.iletisimFormu{
		padding-left: 5px;
    	padding-right: 5px;
    	margin-bottom: 20px;
    	margin-top: 15px;
	}
}
.iletisimFormu .formify-form {
    width: 100%;
    margin-top: -10px;
}
.iletisimFormu .formify-form .formify-field-container{
	margin: 0px;
}
.iletisimFormu .formify-form label{
    float: left;
    width: 100%;
    font-size:15px;
}
.iletisimFormu .formify-form input[type="text"], .iletisimFormu .formify-form input[type="tel"], .iletisimFormu .formify-form input[type="email"], .iletisimFormu .formify-form select, .iletisimFormu .formify-form textarea{
    -webkit-appearance: none;
    outline: none;
    font-size: 1em;
    padding: 0.5em;
    border: solid 1px #000;
    border-radius: 0px;
    display: block;
    margin-bottom: 15px;
    width: 100%;
 	background-color: transparent;
 	transition:all 0.5s;
}
.iletisimFormu .formify-form input[type="text"]:focus, .iletisimFormu .formify-form input[type="tel"]:focus, .iletisimFormu .formify-form input[type="email"]:focus, .iletisimFormu .formify-form select:focus, .iletisimFormu .formify-form textarea:focus{
	background-color: #FFF;
}
.iletisimFormu .formify-form input[type="submit"]{
    background-color: #FFF;
    border:none;
    color:#000;
    font-size:14px;
	height: 36px;
	padding: 0.4em 1em;
    transition:all 0.5s;
}
.iletisimFormu .formify-form input[type="submit"]:hover{
    background-color: #C8DCEB;
    color: #000;
}
.iletisimFormu textarea {
    height: 80px;
}
.sagBlok{
	padding-right: 	5px;
}
@media (max-width: 767px){
	.sagBlok{
		padding-right: 15px;
	}
}
.ulasimButon{
	width: 100%;
    height: 50px;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    margin: 0px auto;
    background-color: #c9e2f3;
    padding-top: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}
.ulasimButon a{
	color: #000;
    width: 100%;
    display: block;
    text-decoration: none;
}
.gprs{
	margin-top: -10px;
}
.ulasimButon:hover{
	border-color:#000;
}
.googleMap img{
	height: 35px;
    position: relative;
    left: -10px;
    top: -4px;
}
.haritaResim{
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.haritaResim img{
  	border-width: 2px;
  	border-color: rgb(255, 255, 255);
  	border-style: solid;
  	padding: 10px;
  	height: 355px;
  	object-fit: cover;
  	object-position: center;
}	
/* #################################################################
							FOOTER
#################################################################### */
.footer{
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: "Georgia";
}
.footerTop{
	margin-bottom: 15px;
	min-height: 107px;
	height: auto;
	display: block;
}
.footerLogo{
	width: 10%;
	height: auto;
	display: block;
	float: left;
}
.footerLogo img{
	height: 107px; 
}
.adres{
	background-color: #C8DCEB;
	min-height: 25px;
	width: 87%;
	margin-left: 3%;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
	color: rgb(78, 78, 78);
	line-height: 2;
	padding-top: 8px;
	margin-top: 68px;
}
@media (max-width: 767px){
	.adres{
		padding: 10px;
	}
}
@media (min-width:992px) and (max-width: 1200px){
	.adres{
		font-size:13px;
	}
}
@media (max-width: 1032px){
	.adres{
		margin-top: 73px;
	}
}
@media (max-width: 992px){
	.footerLogo{
		display: none;
	}
	.adres{
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.footerTop{
		min-height: 70px;
	}
}
.adres .container{
	width: 100%;
}
.footerBottom{
	text-align: center;
	height: auto;
	display: block;
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.footerBottom{
		padding-top: 5px;
	}
	.copyright{
		padding-top: 6px;
	}
}
.copyright, .copyright a{
  	color: rgb(78, 78, 78);
  	font-weight: bold;
  	line-height: 1.2;
  	padding-top: 10px;
}
.tasarim{
	padding-top: 10px;
}
.tasarim .a360-icon.a360-tooltip-dark .a360-icon-card-container .a360-icon-back > div{
	-webkit-filter:brightness(0.2);
	-moz-filter:brightness(0.2);
	-o-filter:brightness(0.2);
	-ms-filter:brightness(0.2);
	filter:brightness(0.2);
}
.tasarim .a360-icon{
	margin: -5px auto;
}
@media (max-width: 480px){
	.tasarim .a360-icon{
		margin-right: -15px;
	}
}
.tasarim .a360-icon .a360-icon-card-container figure{
	-webkit-filter:brightness(0.2);
	-moz-filter:brightness(0.2);
	-o-filter:brightness(0.2);
	-ms-filter:brightness(0.2);
	filter:brightness(0.2);
}
@media (max-width: 767px){
	.tasarim .a360-icon{
		height: 16px;
		margin-top: 3px;
	}
}

@media (max-width: 767px){
	.adres{
		background-color: transparent;
	}
	.footerTop{
		background-color: transparent;
	}
	.footer{
  		/*background-image: -moz-linear-gradient( 180deg, rgb(195,221,240) 46%, rgb(255,255,255) 100%);
  		background-image: -webkit-linear-gradient( 180deg, rgb(195,221,240) 46%, rgb(255,255,255) 100%);
  		background-image: -ms-linear-gradient( 180deg, rgb(195,221,240) 46%, rgb(255,255,255) 100%);*/
  		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1dcef+0,c6dff3+19,cadff0+19,d7e9f7+64,d9ebf5+64,d9ebf5+67,dceaf5+67,e4f1f9+96,e8f1fa+96,e8f1fa+100 */
background: #c1dcef; /* Old browsers */
background: -moz-linear-gradient(top,  #c1dcef 0%, #c6dff3 19%, #cadff0 19%, #d7e9f7 64%, #d9ebf5 64%, #d9ebf5 67%, #dceaf5 67%, #e4f1f9 96%, #e8f1fa 96%, #e8f1fa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c1dcef 0%,#c6dff3 19%,#cadff0 19%,#d7e9f7 64%,#d9ebf5 64%,#d9ebf5 67%,#dceaf5 67%,#e4f1f9 96%,#e8f1fa 96%,#e8f1fa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c1dcef 0%,#c6dff3 19%,#cadff0 19%,#d7e9f7 64%,#d9ebf5 64%,#d9ebf5 67%,#dceaf5 67%,#e4f1f9 96%,#e8f1fa 96%,#e8f1fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dcef', endColorstr='#e8f1fa',GradientType=0 ); /* IE6-9 */

  		margin-bottom: 0px;
  		padding-bottom: 15px;
	}
}

@media (max-width: 1366px){
	.wide{
		width: 95%;
	}
}

.rezervasyonForm{
	background-color: #D9EAF6;
	margin-top: 25px;
	padding: 25px;
    font-style: normal;
}
.rezervasyonForm table{
	width: 90%;
    text-align: center;
    margin: 0px auto;
}
.wh-ps.fluid-grid.margin5 .wh-item a{
	left: 0px;
	right: 0px;
}
@media (min-width: 937px){
	.wh-ps.fluid-grid.cmargin10, .wh-ps.fluid-grid{
		margin: 0px;
	    margin-left: -8px;
	    margin-right: -8px;
	}
}
.wh-ps img{
	padding: 8px;
}

.scroll {
	height: 300px;
	overflow-y:scroll;
}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 8px rgba(90,162,173,0.3);-webkit-border-radius:0px;border-radius:0px;}
::-webkit-scrollbar-thumb{-webkit-border-radius:0px;border-radius:0px;background:rgba(90,162,173, 0.8);-webkit-box-shadow:inset 0 0 6px rgba(128,174,227,0.5);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(90,162,173,1);}



.rezervasyon label{
	text-align: left;
    float: left;
    width: 100%;	
}
.rezervasyon .formify-form .formify-select select{
	display: block;
	width: 100%;
}
.rezervasyon .formify-form input[type="submit"]{
	display: block;
}
.rezervasyon .formify-form input[type="text"], .rezervasyon .formify-form input[type="email"], .rezervasyon .formify-form input[type="tel"], .rezervasyon .formify-form input[type="number"], .rezervasyon .formify-form input[type="search"], .rezervasyon .formify-form input[type="url"], .rezervasyon .formify-form input[type="password"]{
	width: 100%;
}

.page-template-full .modal-body img{
	width: 100%;
}

@media (max-width: 937px){
	.galeri .sayfaAdi{
		margin-top: 80px;
	}	
}


.rezervasyon table{
	/*margin: 0px auto;*/
	margin-left: 8px;
}


@media only screen and (max-width: 1290px) and (min-width: 1051px){
	body .wh-ps.fluid-grid .wh-item, body .wh-ps.fluid-grid[class*=col-] .wh-item{
		width: 20%;
    	padding-bottom: 25%;
	}
}
@media only screen and (max-width: 1050px) and (min-width: 651px){
	body .wh-ps.fluid-grid .wh-item, body .wh-ps.fluid-grid[class*=col-] .wh-item{
		width: 16.56%;
    	padding-bottom: 16.56%;
	}
}

.alacati{
	text-align: left;
}
.reservationForm{
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 500px){
	.reservationForm table{
		width: 90% !important;
		text-align: center;
		margin: 0px auto;
	}
}
.three .carousel-inner{
	width: 47% !important;
}
.three .carousel-inner .item img{
	width: 32.3% !important;
}
@media (max-width: 1120px){
	.three .carousel-inner .item img{
		width: 31.3% !important;
	}
}
@media (max-width:480px){
	.reservationForm  table{
  		width: 100%;
  		overflow: hidden;
  		color: #000;
	}
	 #res_r_box td{
		width: 100%;
	    display: block;
	    margin-bottom: 5px;
	}
}

@media (max-width: 767px){
	.dAdres{
		display: none;
	}
	.footerTop{
		margin-bottom: 0px;
	}
}
@media (min-width: 768px){
	.mobileAdres{
		display: none;
	}
}
li.active a{
	color:#FFF;
}
@media only screen and (max-width: 1290px) and (min-width: 1051px){
	.sizeOzel figure.wh-item:nth-child(6){
		display: none;
	}
}

.social{
	position: absolute;
    margin-left: 82px;
    color: #4E4E4E;
}
.social a{
	background-color: #C8DCEB;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-top: 9px;
	border-radius: 3px;
	text-align: center

}
.social .fa{
	font-size:20px;
	color: #4E4E4E;;
}
.social .fa:hover{
	color: #000;
}
@media (max-width: 992px){
	.social{
		margin-left:15px;
		text-align: center;
		float: none;
		position: relative;
		width: 100%;
	}

}



/* Tablo Ayarlamaları */
.aciklama table{
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #000;
  border-radius: 0px;
  border: 1px solid #167F92;
  margin-bottom: 3em;
}
.aciklama table tr {
  border: 1px solid #D9E4E6;
}
.aciklama tr {
  border: 1px solid #D9E4E6;
}
.aciklama tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.aciklama th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
}
.aciklama th:first-child {
  display: table-cell;
}
.aciklama th:nth-child(2) {
  display: table-cell;
}
.aciklama th:nth-child(2) span {
  display: none;
}
.aciklama th:nth-child(2):after {
  content: attr(data-th);
}
  .aciklama th:nth-child(2) span {
    display: block;
  }
.aciklama td {
  display: block;
  word-wrap: break-word;
}
.aciklama td:first-child {
  display: table-cell;
  border-right: 1px solid #D9E4E6;
}
.aciklama td {
  border: 1px solid #D9E4E6;
}
.aciklama th, .aciklama td {
  text-align: left;
  margin: .5em 1em;
}
.aciklama th, .aciklama td {
  display: table-cell;
  padding: 1em;
}
@media (max-width: 320px){
	.aciklama th, .aciklama td{
		padding: 4px;
	}
}

.pswp__bg{
	background: #FFF !important;
}

.corvid-19 {
	 position: relative;
	 width: 100%;
	 background-color: #a6bed0;
	 /*z-index: 99999;*/
	 text-align: center;
	 padding: 15px 0;
	 margin-bottom: 15px;
}
 .corvid-19.corvid-19-passive {
	 display: none;
}
 .corvid-19 span {
	 position: absolute;
	 left: 18px;
	 top: 14px;
}
 .corvid-19 a {
	 text-decoration: none;
	 color: #fff;
	 font-size: 16px;
}
 @media (max-width: 500px) {
	 .corvid-19 a {
		 font-size: 13px;
	}
}
 .corvid-19 .close-covid {
	 position: absolute;
	 right: 18px;
	 top: 11px;
	 cursor: pointer;
}
 .corvid-19 .close-covid svg {
	 width: 30px;
	 color: #ddd;
}
 .corvid-19 .close-covid:hover svg {
	 color: #fff;
}
