﻿.emr-top {
  width: 100%;
  display: block;
  min-height: 50px;
  color: #1A303C;
  text-align: right;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
}

.emr-top span {
  float: left;
  font-size: 0.8em;
}

.navbar-collapse {
  min-height: 100px;
}

.nav-item {
  text-transform: uppercase;
  font-size: 0.9em;
  background-color: #efefef;
}

.nav-item a {
  color: #1A303C !important;
}

.nav-item a :hover {
  color: #c92d33 !important;
}

.emr-logo {
  height: 120px;
  width: auto;
  margin-top: -15px;
}

footer {
  width: 100%;
  float: left;
  /*background-color: rgba(26, 48, 60, 0.74);*/
  color: #fff;
  background: url("/images/footer-bg.jpg") center center;
  background-size: cover;
}

.footer-bg {
  width: 100%;
  float: left;
  /*background-color: rgba(26, 48, 60, 0.77);*/
  background-color: rgba(83, 11, 12, 0.77);
}

.footer-box {
  width: 23%;
  float: left;
  margin: 1%;
  font-size: 0.9em;
}

.footer-box .logo {
  width: 50%;
  display: block;
  margin: 20px auto;
  /*float: left;*/
}

.footer-box h3, h4, h5, h6 {
  width: 100%;
  font-size: 1em !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff !important;
  text-transform: uppercase;
}

.footer-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-box a {
  text-decoration: none;
  color: #fff;
}

.emr-key {
  width: 100%;
  float: left;
  border-top: 1px dotted #fff;
  padding: 1%;
  /*background-color: #1A303C;*/
}

.emr-keyalt {
  width: 70%;
  float: left;
  font-size: 0.8em;
  color: rgba(83, 11, 12, 0.77);
}

.emr-link {
  width: 30%;
  float: right;
  text-align: right;
  padding-right: 11%;
}

.emr-link a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
}

.emr-icerik {
  width: 100%;
  float: left;
  font-size: 0.9em;
  color: #1A303C;
}

.emr-icerik .bgh1 {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 155px;
  left: 0;
  background: url("/images/icerik-zemin.png");
  z-index: -1;
}

.emr-icerik h1 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 80px;
  color: #c92d33;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.emr-icerik .icerik {
  width: 100%;
  float: left;
  margin: 20px 0;
}

/* ------------------ index -------------------------*/
.talepform {
  width: 50%;
  margin: 25px auto;
  padding: 10px 20%;
  border: 1px solid #efefef;
  text-transform: uppercase;
  background-color: #3D536A;
  text-decoration: none !important;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
}

.talepform:hover {
  color: #fff;
}

.talepform i {
  font-weight: 700;
  font-size: 1.5em;
  margin-right: 10px;
}

.ind-slogan .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.ind-slogan .overlay:target {
  visibility: visible;
  opacity: 1;
}

.ind-slogan .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.ind-slogan .popup span {
  margin-top: 0;
  color: #D12023;
  font-family: Tahoma, Arial, sans-serif;
}

.ind-slogan .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.ind-slogan .popup .close:hover {
  color: #D12023;
}

.ind-slogan .popup .content {
  width: 100%;
  height: 70%;
  min-height: 250px;
  overflow: auto;
  color: #333;
  line-height: 23px;
  font-size: 0.7em !important;
  font-weight: 500;
}

.ind-slogan .popup .content input, textarea {
  width: 100%;
  color: #808080;
  margin: 3% 0;
}

.index-hizmet {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}

.index-hizmet h4, h2, h3 {
  width: 100%;
  font-size: 1em !important;
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0;
}

.index-hizmet p {
  width: 100%;
  height: 130px;
  overflow: hidden;
  font-size: 0.9em;
  display: block;
}

.index-hizmet .ind-box1, .ind-box2, .ind-box3 {
  width: 33.333%;
  height: 250px;
  float: left;
  padding: 3%;
  overflow: hidden;
}

.index-hizmet .ind-box1 {
  background: url("/images/ind-asansor-ariza.jpg") center center;
}

.index-hizmet .ind-box2 {
  background: url("/images/ind-asansor-montaj.jpg") center center;
}

.index-hizmet .ind-box3 {
  background: url("/images/ind-asansor-bakim.jpg") center center;
}

.ind-box1 a, .ind-box2 a, .ind-box3 a {
  position: relative;
  padding: 3px 30%;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.ind-box1 a:hover, .ind-box2 a:hover, .ind-box3 a:hover {
  background-color: rgba(83, 11, 12, 0.77);
}

.ind-slogan {
  width: 100%;
  float: left;
  margin: 3% 0;
  text-align: center;
}

.ind-slogan .sp1 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
}

.ind-slogan .sp2 {
  text-align: center;
  font-size: 1em;
  color: #a9a7a7;
}

.small-border {
  clear: both;
  width: 80px;
  height: 3px;
  background: #c92d33;
  margin: 20px auto 20px auto;
}

.ind-hizmet-detay {
  width: 50%;
  float: left;
  padding: 3%;
}

.ind-hizmet-detay img {
  float: left;
  margin: 0 3%;
}

.ind-hizmet-detay span {
  width: 100%;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin: 6px 0;
  color: #c92d33;
  text-transform: uppercase;
}

/* --------------------------- mobil ayarlamalar -------------------------*/
/* Mobile Resolution 768 */
@media (max-width: 768px) {
  .footer-box {
    width: 48%;
  }
  .index-hizmet .ind-box1, .ind-box2, .ind-box3 {
    width: 100%;
    height: 20%;
  }
  .ind-hizmet-detay {
    width: 100%;
    float: left;
    padding: 3% 0;
  }
}
/* TABS */
/* Mobile Resolution 715 */
/* Mobile Resolution 590 */
/* Mobile Resolution 420 */
@media (max-width: 420px) {
  .footer-box {
    width: 100%;
  }
  .emr-keyalt {
    width: 100%;
    float: right;
    font-size: 0.8em;
    color: #1A303C;
  }
  .emr-link {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 11%;
  }
}
