body{
	background: #f5f5f5;
}
.hdr{
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
position: relative;
padding-top: 15px;
padding-bottom: 15px;
}
.hdr .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;

}
.logo{
    margin: 0 auto;
    display: block;
}
.language-select {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
 }

.galata{
	height: 390px;
	background: url(../images/galata.jpg) center no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	color:#fff;
	background-size: cover;
}
.alanya,
.efes,
.istanbul,
.tiyatro,
.kizkulesi,
.peribacasi,
.topkapi{
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	color:#fff;
}
.alanya{
	background: url(../images/alanya.jpg) center no-repeat;
	background-size: cover;
}
.efes{
	background: url(../images/efes.jpg) center no-repeat;
	background-size: cover;
}
.istanbul{
	background: url(../images/istanbul.jpg) center no-repeat;
	background-size: cover;
}
.tiyatro{
	background: url(../images/tiyatro.jpg) center no-repeat;
	background-size: cover;
}
.kizkulesi{
	background: url(../images/kizkulesi.jpg) center no-repeat;
	background-size: cover;
}
.peribacasi{
	background: url(../images/peribacasi.jpg) center no-repeat;
	background-size: cover;
}
.topkapi{
	background: url(../images/topkapi.jpg) center no-repeat;
	background-size: cover;
}
.hizli-menu{
	background: #30596d;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}
.hizli-menu-2{
	background:  #00ADFF;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}
.icerik-spot{
	background: #fff;

	text-align: left;
	margin-bottom:10px;
	padding-bottom: 30px;
}
.yan-menu-baslik{
	background: #00ADFF;
	height: 65px;
	display: block;
	margin-top: -65px;
	padding:20px 20px;
}
.yan-menu{
	background: #30596d url(../images/menu-bg.png) bottom center no-repeat;
	height: auto;
	padding: 10px 20px;
	border-bottom: 5px solid #00ADFF;
}
.sayac{
	background: #fff;
	border-bottom:1px solid #e4e4e4;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.shadow2{
	background-color: rgb( 255, 255, 255 );
	-webkit-box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	margin-top: 40px;
	margin-bottom:40px;
	padding: 20px 30px;
	text-align: center;
	min-height: 400px;
	height: auto;
}
.shadow{
	background-color: rgb( 255, 255, 255 );
	-webkit-box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	margin-top: 40px;
	margin-bottom:40px;
	padding: 20px 30px;
	text-align: center;
	height: 630px;
}
.twitter{
	background-color: rgb( 255, 255, 255 );
	-webkit-box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	margin-top: 40px;
	margin-bottom:40px;
	padding: 20px 30px;
	text-align: center;
	height: 630px;

	white-space: nowrap;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-moz-overflow-style: -ms-autohiding-scrollbar;
}
.twitter::-webkit-scrollbar-track {

}
.twitter::-webkit-scrollbar {
    width: 4px;
}
.twitter::-webkit-scrollbar-thumb
{
	background-color: #30596d;
}
.fb-page{
	width: 100% !important;
	background-color: rgb( 255, 255, 255 );
	-webkit-box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	margin-top: 40px;
	margin-bottom:40px;
	padding: 20px 30px;
	text-align: center;
	height: 630px;

	white-space: nowrap;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-moz-overflow-style: -ms-autohiding-scrollbar;


} 
footer{
	border-top:1px solid #e4e4e4;
	padding-top: 40px;
	margin-top: 80px;
	margin-bottom: 40px;
}
.f-logo{
	float: left;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.cid-logo{
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.iletisim{
	background: #30596d;
	padding-bottom: 40px;
}
.iletisim h4,
p.spot{
	color: #fff;
}
.iletisim-form{
	background-color: rgb( 255, 255, 255 );
	-webkit-box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	box-shadow: 0px 12px 29px -2px rgba(0,0,0,0.22);
	margin-top: -60px;
	margin-bottom:-80px;
	padding: 20px 30px;
	text-align: center;
	z-index: 9999;
	position: relative;
}

/*FORM*/


input[type=text].iletisim-txt{
	display: block;
	border-radius: 0px!important;
	border:1px solid #30596d!important;
	height: 50px!important;
	width: 100%;
	outline-style:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Roboto', sans-serif!important;;
	font-size: 12pt;
	font-weight: 400;
	margin-bottom:15px;
}
textarea{
	display: block;
	border-radius: 0px!important;
	border:1px solid #30596d!important;
	height: 100px!important;
	width: 100%;
	outline-style:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Roboto', sans-serif!important;;
	font-size: 12pt;
	font-weight: 400;
	margin-bottom:15px;
}
select{
	display: block;
	border-radius: 0px!important;
	border:1px solid #30596d!important;
	height: 50px!important;
	width: 100%;
	outline-style:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Roboto', sans-serif!important;;
	font-size: 12pt;
	font-weight: 400;
	margin-bottom:15px;	
}

input[type=submit] {
	display: block;
	border-radius: 0px!important;
	border:1px solid #30596d!important;
	height: 50px!important;
	width: 100%;
	outline-style:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Ubuntu', sans-serif;
	font-size:14pt;
	font-weight: 700;
	margin-bottom:15px;
	color:#fff;
	background: #30596d;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.fileContainer {
	display: block;
	border-radius: 0px!important;
	border:1px solid #30596d!important;
	height: 50px!important;
	width: 100%;
	font-family: 'Roboto', sans-serif!important;;
	font-size: 10pt;
	font-weight: 400;
	margin-bottom:15px;
	padding-top: 10px;
	background: none;
	outline-style:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.fileContainer [type=file] {
    cursor: pointer;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.haberler{
	background: #fff;
	margin-top:30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bilgi{
	margin-top: 30px;
	background: #30596d;
	height: 50px;
}
.tarih{
	font-family: 'Roboto', sans-serif!important;;
	font-size: 10pt;
	font-weight: 400;
	background: #F5F5F5;
	color: #30596d;
	padding: 4px 8px;
	text-align: center;
	border-radius: 8px;
}
a.h-dvm{
	font-family: 'Roboto', sans-serif!important;;
	font-size: 10pt;
	font-weight: 400;
	color: #fff;
	background: #00ADFF;
	padding: 4px 8px;
	text-align: center;
	border-radius: 8px;
}
.p0{
	padding-left: 0px;
	padding-right: 0px;
}
.map{
	margin-bottom: -85px;
}


.cookie-wrap {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  color: #222;
  box-sizing: border-box;
  transition: opacity .3s ease-out, z-index 0s .3s, visibility 0s .3s;
  z-index: 999;
}
.cookie-wrap.accepted {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.cookie-wrap .cookie-accept {
  appearance: none;
  line-height: 1.6;
  padding: .35rem 1.35rem;
  background: #222;
  border: 1px solid #222;
  color: white;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform-origin: center;
  transform-style: flat;
  transform: translateY(-50%);
}
.cookie-wrap .cookie-text {
  display: block;
  padding-right: 9rem;
  position: relative;
}
.cookie-wrap p {
  margin-top: 0;
  margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #22302e;
	text-align: center;
	line-height: 16px;
}
.cookie-wrap p a {
  color: #090909;
  text-decoration: underline;
}
.cookie-wrap.static {
  position: relative;
}
.cookie-wrap.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
}
.cookie-wrap.fixed.bottom {
  box-shadow: 0 20px 25px 25px rgba(34, 34, 34, 0.25);
  bottom: 0;
}
.cookie-wrap.fixed.top {
  box-shadow: 0 -20px 25px 25px rgba(34, 34, 34, 0.25);
  top: 0;
}
.cizgi{
    border-top: 1px solid #e4e4e4;
    margin-top:30px;
}
.res-sol{
	float: left;
	margin:10px 25px 15px 0px;
}
.gorusler{
	text-align: center;
	margin-top: 30px;
}
.m30{
	margin-top:30px;
}