body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
}


.mask {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
}
#loader {
  background: url(../images/preloader.gif) center center no-repeat;
  height: 128px;
  width: 120px;
  left: 50%;
  top: 40%;
  position: absolute;
  margin: -25px 0 0 -25px;
}



#sidebar-wrapper {
  background: #ffffff;
}
.sidebar-nav {
  margin-top: 70px;
  overflow-x:hidden !important;
}
.sidebar-nav li.sidebar-brand {
  padding-bottom: 100px;
  margin-left: -10px;
}
.sidebar-nav li a {
  font-size: 22px;
}
.sidebar-nav li a:hover {
  color: #252525;
}
.sidebar-nav li a.active {
  color: #e31119;
  border-color: #e31119;
}
#page-content-wrapper {
  padding-top: 60px;
}
#page-content-wrapper h1 {
  font-size: 27px;
  padding-bottom: 60px;
}
.contact-form label {
  color: grey;
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-form input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
}
.contact-form .contact-button {
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #252525;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.contact-form .contact-button:hover {
  background: #e31119;
}
.contact-form textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.address-area h4 {
  font-size: 27px;
  color: #393939;
}
.address-area p {
  color: #393939;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
.footer p {
  float: right;
  margin-right: 40px;
  padding-top: 20px;
}
.footer p a {
  color: #e31119;
}
#menu-toggle {
  display: none;
  width:200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;

}
#menu-toggle:hover{
  background:#e31119;
  border-color:#e31119;
  color:#fff;
}

#menu-toggle:focus{
  background:#e31119;
  border-color:#e31119;
  color:#fff;
}

.icerik{}

.icerik .portfolio{
   position: relative;
      border: 1px solid #ddd;
      height: 180px;
      width: 100%;
      margin-bottom: 15px;

}

.icerik .portfolio img{
  
  position: absolute;
      top:0;
      left: 0;
      right:0;
      bottom:0;
      margin: auto;
}

/* Sipariş Formu */
.siparis-form .siparis{
font-weight:bold;
text-align:center;
}

@media (max-width: 767px) {
  #menu-toggle {
    display: block;
  }
}
