.page .content,
.page .sidebar {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.page .content {
  padding-bottom: 30px;
}
.page .border-right {
  background-color: #eaeaea;
  display: none;
  position: absolute;
    bottom: 0;
    right: 0;
    top: -25px;
  width: 1px;
}

.page .sidebar {
  position: relative;
}
.sidebar .widget {
  position: relative;
}
.sidebar .widget-links {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar .widget-links > li {
  display: block;
}
.sidebar .widget-links > li > a {
  border-bottom: 1px solid #909090;
  color: #969696;
  display: block;
  padding: 6px 12px;
  text-transform: uppercase;
}
.sidebar .widget-links > li > a:hover,
.sidebar .widget-links > li > a:focus {
  color: #363636;
}
.sidebar .widget-links > .active > a,
.sidebar .widget-links > .active > a:hover,
.sidebar .widget-links > .active > a:focus {
  color: #363636;
}

#vmap_wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
#vmap {
  -webkit-transform: translateY(-26%);
  -ms-transform: translateY(-26%);
  transform: translateY(-26%);
}

.iller-select-mobile {
  display: block;
  padding-bottom: 30px;
  padding-top: 15px;
}

#temsilci .modal-dialog {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
#temsilci .modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
    left: 50%;
    top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#temsilci .modal-body {
  padding: 0 15px;
}
#temsilci .address-title {
  background-color: #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#temsilci .city-title {
  display: block;
  font-size: 28px;
  line-height: 1.0714285;
  text-transform: uppercase;
}
#temsilci .close {
  background-color: #000317;
  color: #ffd311;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-align: center;
  height: 50px;
  position: absolute;
    right: 0;
    top: 0;
  width: 50px;
}
#temsilci .close .fa {
  color: #ffd311;
  font-size: 18px;
  line-height: 1.3333333;
}
#temsilci .close:hover,
#temsilci .close:focus {
  background-color: #ffd311;
  color: #000317;
}
#temsilci .close:hover .fa,
#temsilci .close:focus .fa {
  color: #000317;
}
#temsilci .address-list:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
#temsilci .address-column {
  display: block;
  min-height: 1px;
  position: relative;
  width: 100%;
}

.faq-list .item {
  margin-bottom: 10px;
}
.faq-list .item .header {
  background-color: #f7f7f6;
  border: 1px solid #efe4e4;
  color: #363636;
  padding: 0;
}
.faq-list .item .header .fa {
  background-color: #00b0e5;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  position: absolute;
    left: auto;
    right: 0;
    top: 0;
  height: 60px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 60px;
}
.faq-list .item .header .title {
  color: #363636;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px;
}
.faq-list .item .header.active {
  background-color: #00b0e5;
  color: #fff;
}
.faq-list .item .header.active .fa {
  background-color: #fbd549;
  color: #363636;
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

/* Site logo */
.site-logo > a {
  display: block;
}
.site-logo > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* Copyright */
.copyright > span {
  color: #fff;
  display: block;
  line-height: 1;
}
/* Social links */
.social-links {
  color: #fff;
  text-align: center;
}
.social-links > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-links > ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-links > ul > li > a {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 6px;
  height: 36px;
  width: 36px;
}
.social-links > ul > li > a:hover,
.social-links > ul > li > a:focus {
  background-color: #fff;
  color: #00334a;
}


@media (max-width: 767px) {
  .site-logo > a,
  .copyright {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page .content,
  .page .sidebar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page .content {
    padding-bottom: 60px;
    width: 78%;
  }
  .page .border-right {
    display: block;
  }
  .page .sidebar {
    width: 22%;
  }
  .sidebar .widget {
    margin-left: -15px;
  }
  .iller-select-mobile {
    display: none;
  }
  #temsilci .address-column {
    float: left;
  }
  #temsilci .address-list .address-column:first-child {
    padding-left: 40px;
    width: 61.6666667%;
  }
  #temsilci .address-list .address-column:first-child::before {
    color: #e6e6e6;
    content: "\f2bb";
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
    position: absolute;
      left: 0;
      top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  #temsilci .address-column:last-child {
    width: 33.3333333%;
  }
  footer .row-flew-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright {
    text-align: right;
  }
}
