/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.itele {
  margin-left: 0px;
}
.alt_resim_alan {
  margin-top: 315px !important;
}
.alt_resim_alan:before,
.alt_resim_alan:after {
  content: " ";
  display: table;
}
.alt_resim_alan:after {
  clear: both;
}
.zuhal_logo {
  width: 500px;
  display: block;
  margin: auto;
}
.zuhal_logo img {
  margin-top: 30px !important;
}
.resim_alan {
  width:1200px !important;
  margin:40px auto !important;
}
.menu ul {
  width: 650px;
  margin: auto;
  margin-top: -25px;
 
}
.menu ul li {
  float: left;
  list-style-type: none;
  margin-right: 25px;
}
.menu ul li a {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #252525;
}
.menu ul li a:hover {
  color: #D2181F;
  border-color: #D2181F;
}

.col-lg-10{
 margin-top:10px;
 margin-bottom:30px;
}

.tel{
 margin-top:20px;
}


