* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #343434;
  font-family: 'Open Sans';
  background: #fff url(images/body_bg.jpg) repeat-x left top;
}

.page-wrap {
  width: 960px;
  margin: 0 auto;
}

header {
  background: rgba(0, 0, 0, 0) url("images/header_img.png") no-repeat scroll left top;
  height: 327px;
  padding-left: 325px;
}

.header-top {
  position: relative;
  line-height: 47px;
  color: #fff;
  font-size: 130%;
}
.header-top > div {
  display: inline-block;
  vertical-align: middle;
}

.header-top .button a {
  background: #f5ee9b none repeat scroll 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 70px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  font-style: italic;
  font-weight: bold;
  color: #094268;
}
.header-top .button a:hover {
  background: #C4B80C;
  color: #fff;
}

.header-bottom {
  padding-top: 50px;
}

.menu {
  list-style: outside none none;
  padding: 13% 0;
  text-align: center;
}
.menu li {
  display: inline-block;
  padding: 0 2%;
}
.menu li a {
  background: #0a4168 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 130%;
  line-height: 70px;
  padding: 0 50px;
  text-decoration: none;
}
.menu li a:hover {
  background: #343433;
}
.menu li a i {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 37px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 37px;
}
.menu li a i.icon-hibajelentes {
  background-image: url(images/icon_1.png);
}
.menu li a i.icon-arajanlat {
  background-image: url(images/icon_2.png);
}
.menu li a i.icon-rendeles {
  background-image: url(images/icon_3.png);
}

footer {
  border-top: 1px solid #c9c3c3;
  padding-top: 20px;
  text-align: center;
}
footer p img {
  margin: 40px 20px 0;
  vertical-align: middle;
}

.iframe-content {
  display: none;
  margin-bottom: 20px;
  margin-top: -85px;
}
.iframe-content iframe {
  width: 100%;
}
.hibabejelentes-wrap iframe {
  height: 530px !important;
}
.arajanlat-wrap iframe {
  height: 640px !important;
}
.rendeles-wrap iframe {
  height: 670px !important;
}



.landing-page section {
  padding: 80px;
  text-align: center;
  font-size: 150%;
}
