@font-face {
    font-family: fontone;
    src: url(fonts/gothamrndbook.otf);
  }

body {
  background: url(images/banner.jpg) #323232 no-repeat center top;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0
}

.zemin {
  max-width: 620px;
  height: 700px;
  position: relative;
  margin: 0 auto;
  top: 150px;
}

.icon {
 border: 2px solid #ffd2ab;
 padding: 10px;
 margin-bottom: 20px;
 display: inline-block;
 border-radius: 6px;
}

.icon:hover{
    transform: translateY(-5px);
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.icon a{
  color: #ffd2ab;
  text-decoration: none;


}

.icon a span{
  transform: translateY(-5px);
  display: inline-block;
  font-family: "fontone"

}

.logo {
  height: 170px;
  background: url(images/beb-logo.png) transparent no-repeat center top;
  background-size: contain;
}

.konumicon {
  height: 50px;
  background: url(images/icon.png) transparent no-repeat center top;
  margin: 30px 0 10px
}

.adres {
  font-family: "fontone";
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.iletisim {
  position: relative;
  height: 24px;
  display: inline-block;
  left: 50%;
    margin-top: -30px;
    transform: translateX(-50%);
    text-align: center
}

span {
  font-weight: bold;
}

.tele {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0px 0px 0px 5px;
}

.icont {
  width: 22px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  background: url(images/tele-icon.png) transparent no-repeat center center;
}

.numara {
  margin-left: -140px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  font-family: arial;
  text-align: left;
  position: relative;
  font-size: 22px;
}

.numara a{
  text-decoration: none;
  color: #ffffff;
}

.iconp {
  width: 22px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 10px;
  margin-right: 10;
  float: left;
  background: url(images/phone-icon.png) transparent no-repeat center center;
}

.icone {
  width: 22px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 10px;
  margin-right: 15px;
  float: left;
  background: url(images/mail-icon.png) transparent no-repeat center center;
}

.tum {
  color: #3eba74;
  text-align: center;
  font-family: arial;
  margin-top: 55px
}

.slogan {
  font-size: 34px;
  font-family: "raleway";
  font-weight: 700;
  color: #fffdfc;
  text-align: center;
  margin: 50px 0 20px;
}


.power{
 font-size: 20px;


}
