@import url('content.css');
@import url('form.css');

*{
  padding: 0;
  margin: 0;
}

:focus
{
  outline: none;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Light';
  src: url('../fonts/MyriadPro-Light.eot');
  src: local('☺'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

img
{
  border: none;
}

strong
{
    font-family: Myriad Pro;
    font-weight: bold;
}

#sayfa
{
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #FFF;
    color: #fff;
    font-family: "Myriad Pro";
}

img.background
{
  width: 100%;
  position: fixed;
  z-index: -1;
}

img.blur
{
  -webkit-filter: blur(5px); 
  -moz-filter: blur(5px); 
  -o-filter: blur(5px); 
  -ms-filter: blur(5px); 
  filter: blur(5px);
}

.slider
{
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #fff;
  margin-top: 50px;
  z-index: -1;
}

.slide
{
  position: absolute;
  font-weight: normal;
  line-height: 25px;
  text-shadow: 2px 1px 10px #000;
  z-index: 4;
  margin-left: 10px;
  top: 0;
  margin-top: - 310px;
}

.slide_aciklama
{
  margin-top: -310px;
  z-index: -1;
}

.slide p.title
{
  font-family: Myriad Pro Light;
  color: #f6f6f6;
  font-size: 20pt;
}

.slide p.sub-title
{
  color: #fdfdfd;
  font-size: 20pt;
  font-weight: bold;
}

.slide p.text
{
  font-family: Myriad Pro Light;
  color: #fff;
  font-size: 10pt;
  letter-spacing: 3px;
  margin-top: 10px;
}

header
{
  width: 100%;
  height: 30px;
  background: #0074be;
}

footer
{
  position: fixed;
  width: 100%;
  height: 50px;
  background: #fff;
  bottom: 0;
  border-top: solid 1px #ccc;
}


.icerik
{
  width: 960px;
  height: auto;
  margin: 0 auto;
}

.ic-icerik
{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.alt-icerik
{
  width: 90%;
  height: auto;
  margin: 0 auto;
  color: #545454;
}

.logo
{
  position: absolute;
  width: 100px;
  height: 100px;
  float: left;
  background: url('../../images/ida-tas-konak-mobil-logo.png') no-repeat center bottom;
  margin-left: 10px;
  z-index: 99999;
}

.header-menu
{
  width: 270px;
  height: 16px;
  color: #fff;
  padding: 7px 0;
  font-size: 10pt;
}

ul.header-menu li
{
}

.diller
{
  width: auto;
  height: 20px;
  color: #fff;
  font-size: 8pt;
  padding: 17px;
  margin-right: 60px;
}

ul.diller li
{
  display: inline;
  padding: 9px 8px;
  margin: 0;
}

ul.diller li.active
{
  background: #ddd4be;
}

ul.diller li a, ul.header-menu li a
{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

ul.diller li:hover
{
  background: #ddd4be;
}

.menu-buton
{
  width: 50px;
  height: 50px;
  background: #ddd4be url('../images/menu-icon.png') no-repeat center;
  cursor: pointer;
}

.menu
{
  display: none;
  width: auto;
  height: auto;
  color: #000;
  font-size: 10pt;
  background: #0074be;
  margin: 50px -50px 0 -120px;
}

ul.menu li
{
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
  border-bottom: solid 1px #fff;
}

ul.menu a
{
  color: #fff;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;
}

ul.menu li.active
{
  background: url('../images/menu-bg.png');
}

ul.menu li.active
{
  color: #000;
}

ul.menu li:hover
{
  background: url('../images/menu-bg.png');
}

ul.menu li:hover
{
  color: #000;
}

ul.footer-menu
{
  width: 300px;
  font-family: Myriad Pro Light;
  margin: 0 auto;
  margin-top: 16px;
}

ul.footer-menu li
{
  display: block;
  border-bottom: solid 1px #b9b9b9;
  padding: 5px 5px 0 3px;
}

ul.footer-menu li:last-child
{
  border-right: none;
}

ul.footer-menu li a
{
  text-decoration: none;
  color: #565656;
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
}

ul.sosyal
{
  width: 300px;
  text-align: center;
  list-style: none;
  background: #fff;
  margin: 0 auto;
}

ul.sosyal li
{
  display: table-cell;
  width: 1%;
}

ul.sosyal img
{
  width: 90%;
}

p.copyright
{
  width: 300px;
  font-family: 'Myriad Pro Light';
  font-size: 7pt;
  color: #25386a;
  padding: 10px;
  font-weight: bold;
  margin: 0 auto;
}

img.iampr
{
  margin-top: 15px;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.center
{
  margin: 0 auto;
}

.clear
{
  clear: both;
}

.clear10
{
  clear: both;
  height: 10px;
}

.clear15
{
  clear: both;
  height: 15px;
}

.clear20
{
  clear: both;
  height: 20px;
}

.clear30
{
  clear: both;
  height: 30px;
}

.clear40
{
  clear: both;
  height: 40px;
}

.clear50
{
  clear: both;
  height: 50px;
}



 .holder
{
  z-index: 4;
  position: absolute;
  display: none;
}

.holder ul
{
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 20px;
}

.holder ul li
{
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 0 5px;
}

.holder ul li a
{
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  border-radius: 6px;
  margin: 4px;
}

.holder ul li.selected a
{
  background: #ddd4be;
}

.ana-sol
{
  width: 520px;
  height: auto;
}

.bilgi .saat
{
  width: 100px;
  line-height: 30px;
}

.bilgi .saat p.saat-text
{
  font-size: 22pt;
  font-family: Myriad Pro Light;
}

.bilgi .hava-durumu
{
  width: 200px;
  line-height: 30px;
}

.bilgi .hava-durumu p.hava-durumu
{
  width: 140px;
  font-size: 22pt;
  font-family: Myriad Pro Light;
}

.bilgi p.title
{
  font-size: 14pt;
  text-transform: uppercase;
}

.bilgi .input-text
{
  width: 100%;
  border: solid 2px #fff;
  background: url('../images/datetime-ikon.png')no-repeat center right 5px;
  padding: 7px 5px;
  color: #fff;
  outline: none;
  border-radius: 3px;
  font-size: 10pt;
  cursor: pointer;
}

.bilgi .kisi-sayisi
{
  width: 100%;
  height: 34px;
  border: solid 2px #fff;
  background: url('../images/kapat-ikon.png')no-repeat center right 5px;
  padding-left: 10px;
  color: #fff;
  outline: none;
  border-radius: 3px;
  font-size: 10pt;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor: pointer;
}

.bilgi .kaydet
{
  width: 100%;
  border: solid 2px #fff;
  background: #ddd4be;
  padding: 7px 10px;
  color: #fff;
  outline: none;
  border-radius: 3px;
  font-size: 10pt;
  cursor: pointer;
  text-transform: uppercase;
}

.bilgi .markalar
{
  text-align: center;
}

.bilgi .markalar ul li
{
  display: inline;
  margin: 0 7px 0 0;
}

.bilgi .markalar ul li:last-child
{
  margin-right: 0px;
}

.bilgi .markalar ul li img
{
  margin: 5px 0;
}

.ana-sag
{
  width: auto;
  height: 240px;
  /*background: url('../images/yorum-bg.png') repeat-y center;*/
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

#yorum-ac
{
  position: absolute;
  width: 400px;
  height: 60px;
  background: url('../images/ac-ikon.png') no-repeat center top;
  padding-top: 5px;
  cursor: pointer;
  margin-top: -10px;
}

#yorum-kapat
{
  width: 18px;
  height: 9px;
  background: url('../images/kapat-ikon.png') no-repeat center bottom;
  padding-top: 5px;
  cursor: pointer;
  display: none;
}

.yorum-icerik
{
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: Myriad Pro Light;
}

.yorum-icerik p.title
{
  width: auto;
  font-size: 14pt;
  padding-top: 5px;
  text-transform: uppercase;
}

.yorum-icerik .yorum-yaz, .yorum-icerik .devami
{
  width: auto;
  font-size: 12pt;
  background: #ddd4be;
  padding: 7px 10px 3px 10px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.yorumlar
{
  width: 100%;
  overflow: hidden;
}

.yorum-icerik .yorumlar ul
{
  position: relative;
  padding: 0;
  font-size: 10pt;
}

.yorum-icerik .yorumlar li
{
  width: 100%;
  height: 180px;
  float: left;
  list-style: none;
}

.yorum-icerik p.isim, .yorum-icerik p.tarih
{
  height: 20px;
}

.yorum-icerik p.text
{
  width: 100%;
  height: 70px;
  white-space: normal;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.ileri
{
  width: 13px;
  height: 30px;
  cursor: pointer;
  border: solid 2px #fff;
  padding: 6px 25px 6px 15px;
  border-radius: 2px;
}

.geri
{
  width: 13px;
  height: 30px;
  cursor: pointer;
  border: solid 2px #fff;
  padding: 6px 28px 6px 12px;
  border-radius: 2px;
  margin-right: 5px;
}