@import url("assets/css/bootstrap.min.css");
@import url("assets/css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
/*
Theme Name: ida klima
Author: the Abdullah Ercan
Author URI: http://arentanitim.com.tr/
Version: 1.0
*/
.cl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
header {
  height: 127px;
  position: relative;
  z-index: 2;
}
.logo {
  width: 146px;
  height: 81px;
  background: url(assets/images/ida-logo.png) no-repeat 0;
  display: block;
  margin-top: -10px;
  float: left;
}
.lang-wrap a {
  font-weight: 400;
  font-size: 13px;
}
.lang-wrap a.current {
  font-weight: 600;
}
.mobile-nav {
  width: 45px;
  height: 45px;
  background: url(assets/images/mobil-nav.png) no-repeat center center;
  float: right;
  margin-top: 18px;
  opacity: .5;
  display: none;
  transition: all 0.2s ease-in-out;
}
.mobile-nav[data-open=true] {
  background: url(assets/images/mobil-nav-close.png) no-repeat center center;
}
.mobile-nav:hover {
  opacity: .7;
}
@media (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}
.header-nav {
  padding: 33px 180px 33px 0;
  float: right;
}
.header-nav:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.header-nav > ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.header-nav > ul > li {
  float: left;
  position: relative;
  padding: 0 12px;
}
.header-nav > ul > li > a {
  display: block;
  color: #0e76bc;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.header-nav > ul > li > a:hover {
  text-decoration: none;
  color: #0c385a;
}
.header-nav > ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.header-nav > ul > li:first-child:after {
  display: none;
}
.header-nav > ul > li .nav-sub-menu {
  position: absolute;
  padding-top: 10px;
  top: 15px;
  left: 0;
  display: none;
}
.header-nav > ul > li .nav-sub-menu ul {
  background-color: #fff;
  width: 260px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  position: relative;
}
.header-nav > ul > li .nav-sub-menu ul li {
  border-bottom: 1px solid #ccc;
}
.header-nav > ul > li .nav-sub-menu ul li a {
  display: block;
  padding: 10px;
}
.header-nav > ul > li .nav-sub-menu ul li:last-child {
  border-bottom: 0;
}
.header-nav > ul > li .nav-sub-menu ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.header-nav > ul > li .nav-sub-menu.v ul {
  width: 260px;
}
.header-nav > ul > li:hover .nav-sub-menu {
  display: block;
}
@media (max-width: 1366px) {
  .header-nav {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    padding: 33px 0 10px 0;
    display: none;
  }
  .header-nav.open {
    position: absolute;
    width: 100% !important;
    top: 80px;
    left: 0;
    background: #fff;
    box-shadow: 0 7px 19px 0 rgba(0, 0, 0, 0.4);
  }
  .header-nav.open:after {
    bottom: 100%;
    right: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .header-nav > ul > li {
    float: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .header-nav > ul > li a {
    text-align: center;
  }
  .header-nav > ul > li .nav-sub-menu {
    position: relative;
    padding-top: 0;
    top: 0;
    left: 0;
    display: block !important;
    margin: 15px -10px -12px -10px;
  }
  .header-nav > ul > li .nav-sub-menu ul {
    width: 100%;
    box-shadow: none;
    background: #f7f7f7;
  }
  .header-nav > ul > li .nav-sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #f7f7f7;
    border-width: 7px;
    margin-left: -7px;
  }
  .header-nav > ul > li:last-child {
    border-bottom: 0;
  }
  .header-nav > ul > li:after {
    display: none;
  }
}
.header-top {
  padding: 7px 0;
}
.header-main {
  height: 89px;
  position: relative;
}
.header-main .container {
  position: relative;
  z-index: 2;
}
.header-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 89px;
  width: 100%;
  background: url(assets/images/header-bg.png) no-repeat left center;
  z-index: 1;
}
.google-map-wrap {
  margin-top: -84px;
  background: #ccc;
}
.google-map-wrap .google-map {
  width: 100%;
  height: 540px;
}
.slider-main {
  background: url(assets/images/slider-bg.png) no-repeat left center;
  position: relative;
  z-index: 1;
  margin-top: -84px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.slider-main:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0e76bc;
}
.main-col {
  margin-bottom: 30px;
}
.main-col figure {
  border: 1px solid #f5f5f5;
  position: relative;
}
.main-col figure:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.main-col figure img {
  /* clip-path: polygon(0 0, 100% 0, 34% 100%, 0% 100%); */
  width: 90px;
  display: block;
  height: auto;
}
.main-col figure figcaption {
  text-align: right;
  padding: 10px 15px 10px 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.main-col figure figcaption h2 {
  margin: 0;
  padding: 0;
}
.main-col figure figcaption h2 a {
  color: #0c385a;
  font-size: 14px;
  display: block;
}
.main-col figure figcaption h2 a span {
  font-weight: 600;
}
.main-col figure figcaption p {
  color: #566067;
  line-height: normal;
  font-size: 12px;
}
footer {
  background: #566067;
  padding: 30px 0 50px 0;
  position: relative;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer:before {
  width: 100%;
  height: 50px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 1;
}
.footer-copy {
  color: #fff;
  font-size: 13px;
}
.footer-nav ul li {
  float: left;
  position: relative;
  padding: 0 12px;
}
.footer-nav ul li a {
  display: block;
  color: #fff;
  font-size: 13px;
}
.footer-nav ul li a:hover {
  opacity: .8;
  text-decoration: none;
}
.footer-nav ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer-nav ul li:first-child:after {
  display: none;
}
.slider-content {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1430px) {
  .slider-content {
    width: 1400px;
  }
}
.slider-content .bx-wrapper {
  position: relative;
}
.slider-content .bx-wrapper .bx-viewport {
  position: relative;
  z-index: 1;
}
.slider-content .bx-wrapper .bx-viewport ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.slider-content .bx-wrapper .bx-viewport ul li {
  position: relative;
}
.slider-content .bx-wrapper .bx-viewport ul li .slide-content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-content .bx-wrapper .bx-viewport ul li .slide-content .slide-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
.slider-content .bx-wrapper .bx-viewport ul li .slide-content .slide-caption h2 {
  color: #fff;
  font-size: 32px;
}
.slider-content .bx-wrapper .bx-viewport ul li img {
  position: relative;
  z-index: 1;
}
.slider-content .bx-controls {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.slider-content .bx-controls .bx-pager {
  text-align: center;
  width: 100%;
}
.slider-content .bx-controls .bx-pager > div {
  display: inline-block;
}
.slider-content .bx-controls .bx-pager > div a {
  text-indent: -999em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 16px;
  margin: 0 5px;
  border: 2px solid #fff;
}
.slider-content .bx-controls .bx-pager > div a.active {
  border: 2px solid #fff;
  background: #fff;
  width: 30px;
}
.main_news {
  height: 40px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
.main_news ul {
  position: absolute;
  width: 100%;
  height: 40px;
}
.main_news ul li a {
  display: inline-block;
  line-height: 40px;
  font-weight: 400;
}
.main-contact .gm-maker {
  width: 100%;
  height: 55px;
  background: url(assets/images/gm-maker.png) no-repeat center center;
  display: block;
  background-size: contain;
  margin-top: -25px;
}
.main-contact .main-contact-phone {
  height: 65px;
  padding-left: 65px;
  position: relative;
}
.main-contact .main-contact-phone span {
  color: #0e76bc;
  display: block;
  float: left;
  width: 100%;
}
.main-contact .main-contact-phone span:nth-child(1) {
  margin-top: 10px;
}
.main-contact .main-contact-phone span:nth-child(2) {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 600;
}
.main-contact .main-contact-phone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background: url(assets/images/support.png) no-repeat center center;
}
main .main-text {
  margin-bottom: 20px;
}
main .main-head {
  padding: 25px 0 30px 0;
  position: relative;
}
main .main-head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 30px;
  background: #c6322d;
}
main .main-head:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
main .main-head h1.head-title {
  font-size: 20px;
  font-weight: 600;
  float: left;
  position: relative;
  padding-bottom: 10px;
  color: #0c385a;
  text-transform: uppercase;
}
main .main-head h1.head-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0c385a;
  height: 3px;
  width: 100%;
  border-radius: 3px;
}
main .main-head h2.head-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  position: relative;
  padding-bottom: 10px;
  color: #0c385a;
}
main .main-head h2.head-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0c385a;
  height: 3px;
  width: 100%;
  border-radius: 3px;
}
main .main-head h1.head-title span,
main .main-head h2.head-title span {
  font-weight: 400;
}
.form-group label {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
}
.contact-form {
  margin-bottom: 30px;
}
.branch li {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
}
.branch li .branch-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.branch li > p {
  margin-bottom: 5px;
}
.branch li > p:last-child {
  margin-bottom: 0;
}
.branch li:first-child {
  padding-top: 0;
}
.branch li:last-child {
  border-bottom: 0;
}
.ref-list {
  margin-bottom: 30px;
}
.ref-list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.ref-list li {
  float: left;
  width: calc(100% / 3);
  padding: 10px 0 10px 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.ref-list li:hover {
  background-color: #f5f5f5;
}
.ref-list li:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  background: url(assets/images/ida-star.png) no-repeat center center;
  background-size: contain;
}
.ref-list-img .ref-img-content {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.ref-list-img .ref-img-content img {
  padding: 10px;
}
.side-nav {
  margin-bottom: 30px;
}
.side-nav ul li {
  border-top: 1px solid #f5f5f5;
  position: relative;
}
.side-nav ul li ul li a {
  padding-left: 20px;
  font-weight: 300;
}
.side-nav ul li > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 400;
}
.side-nav ul li > a:hover {
  color: #333;
}
.content-text {
  margin-bottom: 30px;
  line-height: 1.5em;
  font-weight: 400;
}
.content-text .title-sep {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.content-text p {
  margin: 1em 0;
}
.content-text ul,
.content-text ol {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.content-text ul li,
.content-text ol li {
  display: list-item;
}
.content-text .content-gallery .gallery-title {
  margin-bottom: 5px;
  font-weight: 600;
  color: #5d4f4f;
}
.doc-list ._doc a {
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
}
.doc-list ._doc a:hover {
  border-color: #333;
}
.duyuru-list-content {
  margin-bottom: 30px;
}
.duyuru-list-content .duyuru-list-head {
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
.duyuru-list-content .duyuru-list-head:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.duyuru-list-content .duyuru-list-head h2 {
  font-size: 16px;
  font-weight: 600;
  float: left;
  position: relative;
  padding-bottom: 5px;
  color: #0c385a;
}
.duyuru-list-content .duyuru-list-head h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0c385a;
  height: 3px;
  width: 100%;
  border-radius: 3px;
}
.duyuru-list-content .duyuru-list-head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #c6322d;
}
.duyuru-list-content .duyuru-list {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}
.duyuru-list-content .duyuru-list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.duyuru-list-content .duyuru-list a {
  display: inline-block;
  font-size: 13px;
}
.duyuru-list-content .duyuru-list .list-date {
  float: right;
  color: #999;
  font-size: 13px;
}
.duyuru-list-content .duyuru-list-footer {
  margin-top: 15px;
}
.top-contact {
  float: left;
}
.top-contact a {
  line-height: 24px;
}
.top-social {
  float: left;
  margin-left: 10px;
}
.top-social:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.top-social a {
  float: left;
  width: 24px;
  height: 24px;
  background: url(assets/images/ida_social.png) no-repeat 0 0;
  margin-left: 7px;
  opacity: .6;
  transition: all .2s;
}
.top-social a:hover {
  opacity: .8;
}
.top-social a.facebook {
  background-position: 0 0;
}
.top-social a.instagram {
  background-position: -68px 0;
}
.top-social a.twitter {
  background-position: -34px 0;
}
.top-social a.youtube {
  background-position: -102px 0;
}
