/*BURADAN ÜSTÜNÜ YENİ TASARIMDA SİLECEĞİZ*/

/* GUIDE */
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'HeeboRegular', sans-serif;
    font-size: 16px;
    height:100%;
  }

  img {
    max-width: 100%; 
    height: auto;
  }
  h1 {
    font-size:32px;
    font-family: 'HeeboMedium', sans-serif;
    line-height: 1.4;
    color:#000;
  }
  h2 {
    font-size:28px;
    font-family: 'HeeboLight', sans-serif;
    line-height: 1.4;
    color:#000;
  }
  h3 {
    font-size:24px;
    line-height: 1.4;
    color:#000;
  }
  h4 {
    font-size:21px;
    line-height: 1.4;
    color:#000;
  }
  h5 {
    font-size:18px;
    line-height: 1.4;
    color:#000;
  }
  h6 {
    font-size:16px;
    line-height: 1.4;
    color:#000;
  }
  p {
    font-size:16px;
    color:#000;
    line-height: 1.2;
  }
  a {
    font-size:16px;
    color:red;
    line-height: 1.2;
  }
  a:hover {
    text-decoration: none;
    color:red;
    line-height: 1.2;
    font-size:16px;
  }
  ul { 

  }
  ul li {
    color:#000;
    font-size:16px;
    font-weight: 400px;
  }
  table {
    width:100%; 
  }
  table tr:first-child td {
    font-size:16px;
    font-weight: 600;
    color:#000;
  }
  table tr td {
    padding:5px 10px;
    font-size:16px;
    color:#000;
    font-weight: 400;
  }
  .btn-arti {
    color:#000;
  }
  .btn-arti img {
    margin-right:10px;
  }
  .go-to-section {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    cursor:pointer;
  }
  #page-up {
    display: none;
  }
  #page-up.active {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 999;
    text-align: center;
    cursor:pointer;
    display: block;
  }
  #page-up.active img {
    max-width:25px;
    margin-top:6px;
  }

  .cookies_container {
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:25px;
    background: #000;
    color:#fff;
    z-index: 99;
  }
  .cookie_close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 30px;
    cursor:pointer;
  }
/* GUIDE */

#thrulight-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -119px;
  margin-top: -45.5px;
}

#thrulight-video .thru { margin-right: 3px; }
#thrulight-video .light { margin-left: 3px; display: block; }
#thrulight-video .thru div:first-child {
  color:#eb1c23;
  margin-left:0;
}
#thrulight-video .thru div:nth-child(2) {
  margin-top:120px;
}
#thrulight-video .thru div:nth-child(3) {
  margin-top:50px;
}
#thrulight-video .thru div:nth-child(4) {
  margin-top:120px;
}
#thrulight-video .light div:first-child {
  color:#eb1c23;
}
#thrulight-video .light div:nth-child(2) {
  margin-top:120px;
}
#thrulight-video .light div:nth-child(3) {
  margin-top:50px;
}
#thrulight-video .light div:nth-child(4) {
  margin-top:120px;
}
#thrulight-video .light div:nth-child(5) {
  margin-top:50px;
}
#thrulight-video div {
  font-size: 72px;
  color: #fff;
  font-family: 'HeeboMedium', sans-serif;
  transition: all 1000ms;
  display: inline-block;
  vertical-align: top;
  margin-left: -8px;
}
#thrulight-video div div {
 opacity: 0;
 transform: scale(0);
}
#thrulight-video .light {
  margin-top:-35px;
}
.gmap-height {
  height:500px;
}

#contact-form .g-recaptcha {
  display:inline-block;
}
#contact-form input {
  border:1px solid #878787;
  border-radius: 3px;
  font-family: 'HeeboLight', sans-serif;
  font-size:14px;
  color:#000;
  padding:15px;
}
#contact-form input[type="checkbox"] {
  margin:10px 0;
  margin-right:25px;
  height:30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#contact-form input[type="checkbox"]:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  display: block;
}
#contact-form input[type="checkbox"]:checked:after {
  content: '';
  width: 24px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 5px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact-form textarea {
  border:1px solid #878787;
  border-radius: 3px;
  font-family: 'HeeboLight', sans-serif;
  font-size:14px;
  color:#000;
  padding:15px;
}
#contact-form #contact-send {
  display: block;
  width: 100%;
  border-radius: 3px;
}

#contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#contact-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
#search-section .col-md-3 {
  margin:15px 0;
}

.search-form form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -80px;
  max-width: 60%;
  margin-left: -30%;
}

.search-form input {
  font-size: 24px;
  color: #fff;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px;
  outline: 0;
  text-align: center;
}

.search-form {
  opacity: 0;
}

.search-form h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

#search-subform {
  max-width: 50%;
  margin: 0 auto;
}

#search-subform input {
  padding: 15px 20px;
  height: auto;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

#search-subform button {
  border: 1px solid #fff;
  padding: 15px;
  background: #fff;
  width: 60px;
  height: auto;
}
#search-subform button:hover {
  background: #efefef;
  border: 1px solid #efefef; 
}

.search-item {
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #f2f2f2;
  transition: all 300ms;
  top:0;
}

.search-item + .search-item {
  margin-top: 20px;
}

.search-item h4 {
  color: #000;
}

.contact-hiza {
  display: inline-block;
  vertical-align: top;
  max-width: 10%;
  width: 100%;
}
.contact-hiza-content {
  display: inline-block;
  vertical-align: top;
  max-width: 79%;
  width: 100%;
}

#search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
}
.center-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.content-pos-bottom .center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle; 
  text-align: left;
}
#content-wrapper {
  margin-top:150px;
}
#section_brands_page .container {
  height:100%;
}
#section_brands_page .row {
  background: url(/uploads/images/1537879181_brands-page.jpg?1537879181) no-repeat;
  margin-left:0;
  margin-right:0;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 120px 50px;
  position:relative;
}
#section_brands_page .row #column_left {
  background:rgba(222,11,45,.5); padding-top:55px; padding-bottom:140px;
}
#section_brands_page .row #column_right {
  position:static;
}
#section-404 .center-inner {
  text-align:center;
}
header {
  position: absolute;
  width:100%;
  width: 100%;
  z-index: 3;
  top:0;
  transition: all 800ms;
  height: 110px;
  background: rgba(0,0,0,1);
}
.pair-2292 header {
  background: rgba(0,0,0,0.55);
}
header .navbar-main {
  margin-bottom: 0;
  margin-top: 65px;
  transition: all 400ms linear;
}
header .navbar-main #logo {
  float: left;
  width: 160px;
  transition: all 400ms;
  margin-top: -53px;
}
header #social-links {
  padding:0;
  float: right;
  margin:0;
  margin-top:37px;
  margin-right: 15px;
}
header #social-links li {
  display: inline-block;
  vertical-align: top;
  width:22px;
  height:22px;
  margin:0 2px;
}
header #social-links li a {
  display: block;
  text-align: center;
  color: #ececec;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 14px;
}
header #search {
  float: right;
  max-width: 200px;
  margin-top:33px;
  margin-right: 298px;
  transition: all 300ms;
}
header #search #search-btn {
  position: absolute;
  z-index: 3;
  background: transparent;
  color: #ababab;
  border: 0;
}
header #search input {
  color:#ababab;
  font-size:12px;
  padding-left: 27px;
  border:0;
  background: url(/frontend/img/search-bg.png) no-repeat;
  background-position: 10px 50%;
  font-family: 'HeeboLight', sans-serif;
  /*border-bottom: 1px solid #676767;*/
  transition: all 300ms;
  max-width: 0;
  box-shadow: none;
  padding-right: 0;
}
header #search.active {
  transition: all 300ms;
}
header #search input:focus {
  color:#fff;
  max-width:173px;
  transition: all 300ms;
  padding-left: 35px;
  padding-right: 12px;
  border-bottom: 1px solid #676767;
}
header .navbar-main .navbar-nav {
  float: left;
  padding-top: 0px;
  position: relative;
  margin-top: -2px;
}
header .navbar-main .navbar-nav li {
  position: static;
  border-bottom: 0 !important;
}
header .navbar-main .navbar-nav li:hover a {
  opacity: 1;
  background: transparent;
  left:15px;
  color:#fff;
}
header .navbar-main .navbar-nav li.mega-menu:hover .mega-main {
  display: block;
}
header .navbar-main .navbar-nav li.mega-menu:hover a {
  opacity: 1;
}
header .navbar-main .navbar-nav li.search {
  border-bottom: 0 !important;
}
header .navbar-main .navbar-nav li.infobar {
  border-bottom: 0 !important;
}
header .navbar-main .navbar-nav li a {
  color: #ababab;
  transition: all 300ms;
  font-size: 16px;
  font-family: 'HeeboLight', sans-serif;
  background: transparent;
  padding: 15px 2.8vw 12px;
  position: relative;
  left:0;
}
header .navbar-main .navbar-nav li a:first-child {
  padding-left:0;
}
header .navbar-main .navbar-nav li a:hover {
  background: transparent;
  color: #fff;
}
header .navbar-main .navbar-nav li .mega-main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 1;
  opacity: 0;
}
header .navbar-main .navbar-nav li .mega-main ul {
  padding-left: 0;
}
header .navbar-main .navbar-nav li .mega-main ul li {
  list-style: none;
}
header .navbar-main .navbar-nav li .mega-main ul li a:after {
  display: none !important;
}
header .navbar-main .navbar-nav li .mega-main ul li:hover a {
  color: #009944;
}
header .navbar-main .navbar-nav li .mega-main ul li:hover a:after {
  display: none !important;
}
header .navbar-main .navbar-nav li .mega-main .d-menu {
  display: inline-block;
  border-bottom: 2px solid #ff0000;
  min-width: 200px;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li {
  position: relative;
  background: rgba(0,0,0,1);
}
.pair-2292 header .navbar-main .navbar-nav li .mega-main .d-menu li {
  background: rgba(0,0,0,0.55);
}
.pair-2292 header.fixed-top .navbar-main .navbar-nav li .mega-main .d-menu li {
  background: rgba(0,0,0,1);
}
header .navbar-main .navbar-nav li .mega-main .d-menu li:hover {
  background: #000;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li:hover a {
  color:#fff;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li:last-child {
  margin-bottom: 0;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li a {
  padding-top: 0;
  font-size: 14px;
  padding: 20px 15px;
  text-decoration: none;
  display: block;
  left: 0;
  color:#ababab;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu a {
  color: #fff;
  font-size: 16px;
  padding-right: 30px;
  text-decoration: none;
}

header .navbar-main .navbar-nav li .mega-main .d-menu li .d-menu-child {
  display: none;
  position: absolute;
  left: 80%;
  margin-top: -22px;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li .d-menu-child li a {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

header .navbar-main .navbar-nav li .mega-main .d-menu li .d-menu-child li:after {
  display: none;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li .d-menu-child li + li {
  padding-top: 0;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover .d-menu-child {
  display: block;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover .d-menu-child li:after {
  display: none !important;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover .d-menu-child li:hover a {
  color: #009944;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover .d-menu-child li a {
  color: #fff;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover .d-menu-child li a:after {
  display: none !important;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover a {
  color: #009944;
}
header .navbar-main .navbar-nav li .mega-main .d-menu li.open-menu:hover a:after {
  display: inline-block !important;
}
header .navbar-main .navbar-nav .lang-item {
  text-transform: uppercase;
}

header .navbar-main #logo {
  width: 114px;
}
header .navbar-main #logo svg { 
  max-width:100%;
}
.pair-2223 header {
  position: absolute;
}
header.fixed-top {
  position: fixed;
  top: 0;
  height: 110px;
  background: #000;
  box-shadow: 2px 2px 16px rgba(0,0,0,0.1);
}
header.fixed-top .navbar-main .navbar-nav li a {
  transition: all 300ms;
}
header.fixed-top .navbar-main {
  transition: all 400ms linear;
}
header.fixed-top .navbar-main #logo {
}

.pair-2398 #content-wrapper, .pair-2397 #content-wrapper {
  margin-top: 150px;
}
.pair-2398 header, .pair-2397 header {
  height:120px;
  
}
.pair-2398 header .navbar-main, .pair-2397 header .navbar-main {
  margin-top: 54px;
}
.pair-2398 header .navbar-main #logo, .pair-2397 header .navbar-main #logo {
  margin-top:-45px;
}

/*PRODUCT FILTER CSS*/
#section_home_video .container-fluid {
  height: 100%;
}
#section_home_video .row {
  height:100%;
}
#section_home_video [class*=col-] {
  height:100%;
}
#video {
  position: relative;
  height: 100%;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}
#inReadPlayer {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-category-filter {

}
#section-category-filter .technical-title {
  padding:10px 0;
  margin-top:20px;
  border-bottom: 1px solid #000;
}
#section-category-filter .technical-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -5px;
}
#section-category-filter .technical-title h3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  font-family:'HeeboLight', sans-serif;
}

#section-category-filter {
  margin-bottom: 30px;
}
#section-category-filter .architectural-title {
  padding: 10px 0 11px;
  margin-top:20px;
  border-bottom:1px solid #000;
}

#section-category-filter .architectural-title.app-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  padding-top: 14px;
}
#section-category-filter .architectural-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -5px;
}
#section-category-filter .architectural-title h3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  font-family:'HeeboLight', sans-serif;
}
#section-category-filter .architectural-title.app-title h3 {
  
  font-size:16px;
}
#section-category-filter .technical-cont {
  margin-top: 30px;
}
#section-category-filter .technical-cont .technical-cat-item {
  background: #ededed;
  position: relative;
  min-height: 115px;
  margin-top:20px;
  cursor:pointer;
}
.pair-2398 #section-category-filter .technical-cont {
  margin-top: 10px;
}
.pair-2398 #section-category-filter .technical-cont .technical-cat-item {
  background: #ededed;
  position: relative;
  min-height: 115px;
  margin-top: 20px;
  cursor: pointer;
  width: 49.6%;
  display: inline-block;
  vertical-align: top;
}

#section-category-filter .technical-cont .technical-cat-item span {
  font-family:'HeeboRegular', sans-serif;
  font-size:14px;
  display: block;
  width:40%;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
#section-category-filter .technical-cont .technical-cat-item img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#section-category-filter .technical-cont .technical-cat-item.active .cat-hovered {
  opacity: 1;
}
#section-category-filter .architectural-cont {
  margin-top: 10px;
}

#section-category-filter .architectural-cont .architectural-cat-item {
  background: #dadada;
  position: relative;
  min-height: 115px;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  cursor:pointer;
}

.pair-2398 #section-category-filter .architectural-cont .architectural-cat-item {
  width:49.6%;
}

#section-category-filter .architectural-cont .architectural-cat-item span {
  font-family: 'HeeboRegular', sans-serif;
  font-size: 14px;
  display: block;
  width: 40%;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
#section-category-filter .architectural-cont .architectural-cat-item img {
  position: absolute;
  bottom: 0;
  right: 0;
}

#section-category-filter .architectural-cont .architectural-cat-item.active .cat-hovered {
  opacity: 1;
}

#application-cat-cont {
  padding-top: 10px;
}
#application-cat-cont .application-cat-item {
  display: inline-block;
  vertical-align: bottom;
  width: calc(25% - 43px);
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  margin-top:20px;
  cursor: pointer;
  padding: 5px 0;
  min-height:115px;
  transition: all 300ms;
  border-bottom:1px solid #c7c6c6;
}
#application-cat-cont .application-cat-item:hover {
  border-bottom: 1px solid red;
  transition: all 300ms;
}
#application-cat-cont .application-cat-item:hover span {
  color:red;
}
#application-cat-cont .application-cat-item.active {
  transition: all 300ms;
}
#application-cat-cont .application-cat-item img {
  max-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#application-cat-cont .application-cat-item span {
  display: block;
  font-size:12px;
  margin-top: 0;
  color:#57585b;
  font-family:'HeeboRegular', sans-serif;
}
#application-cat-cont .application-cat-item.active span {
  color:#ff0000; 
}
.products-filtered-title {
  font-size:18px;
  font-family:'HeeboLight', sans-serif;
  color:#000;
  border-bottom:1px solid #000;
  padding-bottom:10px;
}
.input-sliders {
  margin-top: 30px;
}
.ranges {
  margin-top: 45px;
  display: none;
}
.ranges p {
  font-size:14px;
  font-family:'Heebomedium', sans-serif;
  color:#000;
  margin-top: 22px;
}

input[type=range] {
  border: 0px;
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  outline: 0;
}

input[type="range"]{
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 3px;
  height: 6px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(1, #eb1c23),
      color-stop(1, #C5C5C5)
  );
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  height: 15px;
  width: 15px;
  border-radius:50%;
}

.power-cont {
  max-width:220px;
  position: relative;
}
.lumen-cont {
  max-width:280px;
  position: relative;
}

#power-range {
  height: 6px;
  background: rgb(197, 197, 197);
  border: 0;
}
#lumen-range {
  height: 6px;
  background: rgb(197, 197, 197);
  border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
}
.ui-state-default, .ui-widget-content .ui-state-default:focus {
  outline:0;
}
.ui-slider-horizontal .ui-slider-range {
  background: #eb1c23;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #eb1c23;
  outline: 0;
}
#power {
  max-width:220px;
}
.power-min {
  float: left;
  margin-top: 10px;
  font-family:'HeeboRegular', sans-serif;
  font-size:14px;
  color:#000;
  width:33.3%;
}
.power-val {
  margin-top: 10px;
  font-family:'HeeboRegular', sans-serif;
  display: inline-block;
  width:40%;
  text-align: center;
  font-size:14px;
  color:#000;
  margin-left: -8px;
}
.power-max {
  width:33.3%;
  float:right;
  margin-top: 10px;
  margin-right: -18px;
  font-family:'HeeboRegular', sans-serif;
  font-size:14px;
  color:#000;
  text-align: right;
}

.lumen-min {
  font-family:'HeeboRegular', sans-serif;
  font-size:14px;
  color:#000;
  float: left;
  margin-top: 10px;
  width:33.3%;
}
.lumen-val {
  margin-top: 10px;
  font-family: 'HeeboRegular', sans-serif;
  display: inline-block;
  margin-left: -33px;
  text-align: center;
  font-size: 14px;
  color: #000;
  width: 52%;
}
.lumen-max {
  float:right;
  margin-top: 10px;
  margin-right: -20px;
  font-family:'HeeboRegular', sans-serif;
  font-size:14px;
  color:#000;
  width:33.3%;
  text-align: right;
}

#filter-result {
  margin-top: 40px;
}

#filter-result .product-result-item {
  text-align: center;
  margin-top: 30px;
  min-height: 315px;
}
#filter-result .product-result-item span {
  display: block;
  text-align: center;
  font-family:'HeeboLight', sans-serif;
  font-size:18px;
  color:#000;
  margin-top:10px;
  transition: all 300ms;
}
#filter-result .product-result-item:hover span {
  font-family:'HeeboBold', sans-serif;
  transition: all 300ms;

}
#filter-result .product-result-item .btn-bg-black {
  background:transparent;
  border:1px solid #000;
  padding:6px 8px;
  font-family:'HeeboLight', sans-serif;
  color:#000;
  margin-top: 8px;
  font-size:14px;
  display: inline-block;
  line-height: 1.2;
}
#filter-result .product-result-item .btn-bg-black:hover {
  background: #000;
  border:1px solid #000;
  padding:6px 8px;
  font-size:14px;
  transition: all 300ms;
  color:#fff;
  line-height: 1.2;
}

#general_highlights {
  height:292px;
  overflow-y: auto;
}
#general_highlights ul { 
  padding-left:0;
}
#general_highlights ul li {
  list-style: none;
  margin: 5px 0;
}
#general_highlights ul li:before {
  content: "";
  width:5px;
  height:5px;
  background:#000;
  border-radius:50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}


/*
 *  STYLE 2
 */

#general_highlights::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

#general_highlights::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

#general_highlights::-webkit-scrollbar-thumb
{
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ec1c24;
}

/*
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; 
}

input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #f6f7f7;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #f6f7f7;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #f6f7f7;
  cursor: pointer;
  margin-top: -7px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #FFCB65;
  background: #FFD88C;
  vertical-align: middle;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  border: 1px solid #FFCB65;
  background: #FFD88C;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #FFCB65;
  background: #FFD88C;
  vertical-align: middle;
}

input[type=range]:focus::-moz-range-track {
  border: 1px solid #FFCB65;
  background: #FFD88C;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  border: 1px solid #FFCB65;
  background: #FFD88C;
  border-width: 16px 0;
  color: var(--primary);
}
input[type=range]::-ms-fill-lower {
  height: 5px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  cursor: pointer;
  background: #ff0000;
  vertical-align: middle;
}
input[type=range]::-ms-fill-upper {
  height: 5px;
  border: 1px solid #cfd0d0;
  border-radius: 3px;
  cursor: pointer;
  background: #cfd0d0;
  vertical-align: middle;
}

#category-filter-form input[type=range]::-moz-range-thumb {
  border: 1px solid #cdcdcd;
  background: #f6f7f7;
}

#category-filter-form input[type=range]::-ms-thumb {
  border: 1px solid #cdcdcd;
  background: #f6f7f7;
}

#category-filter-form input[type=range]::-webkit-slider-thumb {
  border: 1px solid #cdcdcd;
  background: #f6f7f7;
}

#category-filter-form input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  border: 0px;
  background: #AAA;
}

#category-filter-form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #AAA;
  border: 1px solid #AAA;
}

#category-filter-form input[type=range]::-moz-range-track {
  height: 1px;
  border: 0px;
  background: #AAA;
}

#category-filter-form input[type=range]:focus::-moz-range-track {
  background: #AAA;
  border: 0px;
}

#category-filter-form input[type=range]::-ms-track {
  height: 1px;
  background: #AAA;
  border-color: #AAA;
  border-width: 16px 0;
  color: transparent;
}
#category-filter-form input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  height: 1px;
  border: 0;
  background: transparent;
}
#category-filter-form input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
  background: #AAA;
  border: 0px;
}
*/

#category-filter-form h1 {
  font-size:20px;
}

.cat_item .cat-hovered {
  opacity: 0;
  transition: all 400ms;
}

.cat_item:hover .cat-hovered {
  opacity: 1;
  transition: all 400ms;
}

/*PRODUCT FILTER CSS*/

/*NETWORK*/

.continent-group p {
  line-height: 1.8;
}

/*NETWORK*/


/*KARİYER FORM*/

#application-form .g-recaptcha {
  display:inline-block;
}
#application-form input[type="text"], #application-form textarea {
    border: 1px solid #868686;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
    padding: 15px;
    color: #000;
    max-width:300px;
}
#spn_job_file_name {
  float: right;
  display: inline-block;
  margin-top: 10px;
}
#application-form select {
  max-width:300px;
}
#application-form .add-btn {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #ff0000;
  border: 1px solid #ff0000;
}
#application-form .remove-btn {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #ff0000;
  border: 1px solid #ff0000;
}
#application-form h5 {
  font-size:16px;
  font-weight: 600;
}
#application-form #file-btn {
  background: transparent;
  border:1px solid #000;
  padding: 8px 10px;
}
#application-form .app-submit {
  color: #fff;
  font-family: 'HeeboLight', sans-serif;
  font-size: 15px;
  background: #ff0000;
  border-radius: 2px;
  display: block;
  padding: 10px 50px;
  margin: 20px auto;
  border:0;
}
#application-form #job-experience-section, #application-form #reference-section {
  margin-bottom: 15px;
  display: block;
}
#application-form #job-experience-section>.row, #application-form #reference-section>.row,
#application-form #languages-section>.row, #application-form #computer-programs-section>.row {
  margin-bottom:15px; 
}
#application-form .info_title {
  color: #ee3a2f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

/*KARİYER FORM*/


/*HOMEPAGE*/

.news-bg {
  background-size:cover;
  min-height:254px;
}
.news-content {
  position: absolute;
  top:20px;
  left:30px;
}
.news-content p {
  color:#fff;
  margin-bottom: 0;
}
.news-content h2 {
  color:#fff;
  margin-top: 0;
}

#home_news_column {
  min-height:254px;
  position: relative;
}
/*
#home_news_column img {
  position: absolute;
  left:15px;
  width: calc(100% - 30px);
}
#home_news_column p:nth-child(2) {
  position: absolute;
  top:20px;
  left:30px;
  color: #fff;
  margin-bottom: 0;
  font-size:12px;
  font-family: 'HeeboMedium', sans-serif;
}
#home_news_column h2 {
  color: #fff;
  margin-top: 0;
  font-family: 'HeeboLight', sans-serif;
  position: absolute;
  top: 40px;
  left: 30px;
}
#home_news_column p:last-child {
    text-align: right;
    margin-top: 260px;
    font-size: 12px;
    font-family: 'HeeboLight', sans-serif;
}

#home_news_column .grid-image img {
  position: static;
  width:100%;
}
#home_news_column .item-content {
  margin-top:0;
}
*/
#home_news_column .item-content {
    position: absolute;
    bottom: 0;
    padding:15px 10px;
    background: rgba(0,0,0,0.5);
    width:100%;
}
#home_news_column .item-content h4 {
  color:#fff;
  font-size:16px;
  margin:0;
}
#home_news_column .all-items {
  text-align: right;
  display: block;
  font-size: 14px;
  font-family: 'HeeboLight', sans-serif;
  color: #000;
  margin-top: 4px;
}
.product-style-slider {
  height: 100%;
}
.product-style-slider .swiper-wrapper {
  height:100% !important;
}
.product-style-slider .swiper-slide {
  height: 100%;
  background-size: 100% !important;
  background-position: center !important;
  transition: all 300ms;
}
.product-style-slider .swiper-slide:hover {
  background-size: 110% !important;
  transition: all 300ms;
}
.product-style-slider .swiper-slide a {
  display: block;
  height:100%;
}
.product-style-slider .product-slide-next {
  background: #6c6868;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 33px;
  text-align: center;
}
.product-style-slider .product-slide-next:hover {
  background: #bd1a1f;
}
.product-style-slider .product-slide-next img {
  margin-top: 6px;
  max-width:12px;
}
.product-style-slider .product-slide-prev {
  background: #6c6868;
  right: 40px;
  bottom: 0;
  left: auto;
  top: auto;
  width: 40px;
  height: 33px;
  text-align: center;
}
.product-style-slider .product-slide-prev:hover {
  background: #bd1a1f;
}
.product-style-slider .product-slide-prev img {
  max-width: 12px;
  margin-top: 6px;
}

.product-style-slider .swiper-slide span {
  position: absolute;
  right:40px;
  top:40px;
  color:#000;
  font-size:36px;
  font-family:'HeeboLight', sans-serif;
}
.type-title {
  text-align: right;
  display: block;
  font-size: 14px;
  font-family: 'HeeboLight', sans-serif;
}

#section_what_we_do .container {
  height:100%;
}
#section_message_company .container {
  height:100%;  
}

#section_collobrations .container {
  height:100%;
}

.absolute-bg-right {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.42);
  padding: 30px;
  height: 100%;
}


/*HOMEPAGE*/

/*CATALOG ISSUE*/

#modal-issue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#modal-issue .modal-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}

#modal-issue .modal-close {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 30px;
  z-index: 2;
  cursor: pointer;
}
#modal-issue .modal-body {
  position: relative;
  padding: 15px;
  z-index: 3;
  height: calc(100% - 200px);
  top: calc(100% - (100% - 100px));
}

/*CATALOG ISSUE*/


/* FEATURES */

.f-size48 {
  font-size:48px;
}

.btn-bg-black {
  background: #000;
  padding:6px 8px;
  font-family:'HeeboLight', sans-serif;
  color:#fff;
  margin-top: 8px;
  font-size:16px;
  display: inline-block;
  line-height: 1.2;
  border:0;
}
.btn-bg-black:hover {
  background: #777;
  border:0;
  padding:6px 8px;
  font-size:16px;
  transition: all 300ms;
  line-height: 1.2;
}
.btn-primary {
  background: transparent;
  padding:10px 20px;
  color:#000;
  font-size:14px;
  font-family: 'HeeboRegular', sans-serif;
  line-height: 1.2;
  border:1px solid #000;
  transition: all 300ms;
}
.btn-primary:hover {
  font-size:14px;
  background: #db131a;
  color:#fff;
  -moz-box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  border:1px solid #eb1c23;
  transition: all 300ms;
}
.highlight-text {
  font-size:20px;
  font-family: 'HeeboLight', sans-serif;
  color:#000;
  line-height: 1.4;
}

.heper-icon-top {
  margin-top:-38px;
}

section.no-padding [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
section.no-rows-margin .row {
  margin-left: 0;
  margin-right: 0;
}

.heebo-black {
  font-family: 'HeeboBlack', sans-serif;
}
.heebo-extra-bold {
  font-family: 'HeeboExtraBold', sans-serif;
}
.heebo-bold {
  font-family: 'HeeboBold', sans-serif;
}
.heebo-medium {
  font-family: 'HeeboMedium', sans-serif;
}
.heebo-regular {
  font-family: 'HeeboRegular', sans-serif;
}
.heebo-light {
  font-family: 'HeeboLight', sans-serif;
}
.heebo-thin {
  font-family: 'HeeboThin', sans-serif;
}

.accordion .card-header {
  padding:10px 15px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
}
.accordion .card-header img { 
  width: 25px;
  margin-top:-2px;
  float: right;
  transform: rotate(0);
  transition: all 300ms;
}
.accordion .card-header.active img { 
  transform: rotate(-180deg);
  transition: all 300ms;
} 
.accordion .card-header button {
  padding: 0;
  font-size:16px;
  color:#000;
}
.accordion .card-header button:hover, .accordion .card-header button:focus { 
  text-decoration: none;
  outline: 0;
}
.accordion .card-body {
  overflow: hidden;
  padding:0 15px;
}
.mobile-nav-tabb ul {

}
.mobile-nav-tabb ul li {

}
.mobile-nav-tabb ul li a { 

}
.mobile-nav-tabb ul li.active a { 
  background: #f2f2f2;
} 
.tab-content {
  padding:15px;
}
.content-slider {
  overflow-x: hidden;
  overflow-y: visible; 
}
.content-swiper-pagination {
  text-align: center;
}
.content-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.content-slide-prev {
  background: url("/frontend/img/news-slide-prev.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: 50%;
  top: auto;
  bottom: -60px;
  margin-left: -40px;
}
.content-slide-prev:hover {
  background: url("/frontend/img/news-slide-prev-active.svg") no-repeat; 
}
.content-slide-prev.swiper-button-disabled {
  opacity: 1;
}

.content-slide-next {
  background: url("/frontend/img/news-slide-next.svg") no-repeat;
  width: 30px;
  height: 30px;
  right: 50%;
  top: auto;
  bottom: -60px;
  margin-right: -40px;
}
.content-slide-next:hover {
  background: url("/frontend/img/news-slide-next-active.svg") no-repeat;
}
.content-slide-next.swiper-button-disabled {
  opacity: 1;
}
.info-box-title-clicked {
  color:red;
  cursor: pointer; 
}
.info-box-title {
  color:red;
  cursor: pointer;
}
.info-box-content { 
  display: none;
}
.tooltip {
  position: absolute;
  font-size:16px;
  color:#000;
  padding:10px 20px 10px 10px;
  background: #ebebeb;
  opacity: 1;
}
.tooltip .close-tooltip {
  width: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

/* FEATURES */


/* MENUS */

#tabbed-nav {
  background: #ebebeb;
  padding: 30px 0;
  display: inline-block;
}
#tabbed-nav ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
#tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#tabbed-nav ul li a {
  color: #A3A4A6;
  font-size: 16px;
  padding: 0 15px;
}
#tabbed-nav ul li a:hover {
    color: #54565A;
}
#tabbed-nav ul li.active a {
  color: #54565a;
}

/* MENUS */


/* ANIMATION */
.top-to-bottom {
  opacity: 0;
  transition: all 400ms;
}
.bottom-to-top {
  opacity: 0;
  transition: all 400ms;
}
.right-to-left {
  opacity: 0;
  transition: all 400ms;
}
.left-to-right {
  opacity: 0;
  transition: all 400ms;
}
.fade-in {
  opacity: 0;
  transition: all 600ms;
}
.rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 600ms;
}
.scale-in {
  transform: scale(0,0);
  transition: all 600ms;
}
.in-line-fade {
  opacity: 0;
  transition: all 300ms;
}
.in-line-fade-300ms {
  opacity: 0;
  transition: all 300ms;
}
.in-line-fade-600ms {
  opacity: 0;
  transition: all 300ms;
}
.in-line-fade-900ms {
  opacity: 0;
  transition: all 300ms;
}
.in-line-rotate {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}
.in-line-rotate-300ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}
.in-line-rotate-600ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}
.in-line-rotate-900ms {
  opacity: 0;
  transform: rotate(-360deg);
  transition: all 300ms;
}
.in-line-scale {
  transform: scale(0,0);
  transition: all 300ms;
}
.in-line-scale-300ms {
  transform: scale(0,0);
  transition: all 300ms;
}
.in-line-scale-600ms {
  transform: scale(0,0);
  transition: all 300ms;
}
.in-line-scale-900ms {
  transform: scale(0,0);
  transition: all 300ms;
}

/*VISIBLE*/

.visible .top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  top:0 !important;
}
.visible .bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  bottom:0 !important;
}
.visible .right-to-left {
  opacity: 1;
  transition: all 400ms;
  right:0 !important;
}
.visible .left-to-right {
  opacity: 1;
  transition: all 400ms;
  left:0 !important;
}
.visible .fade-in {
  opacity: 1;
  transition: all 600ms;
}
.visible .rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}
.visible .scale-in {
  transform: scale(1,1);
  transition: all 600ms;
}

.visible .in-line-fade {
  opacity: 1;
  transition: all 300ms;
}

.visible .in-line-fade-300ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible .in-line-fade-600ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible .in-line-fade-900ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.9s;
}
.visible .in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.visible .in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible .in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible .in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}
.visible .in-line-scale {
  transform: scale(1,1);
  transition: all 300ms;
}
.visible .in-line-scale-300ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible .in-line-scale-600ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible .in-line-scale-900ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.9s;
}

/* SECTION */
.visible.top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  top:0 !important;
}
.visible.bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  bottom:0 !important;
}
.visible.right-to-left {
  opacity: 1;
  transition: all 400ms;
  right:0 !important;
}
.visible.left-to-right {
  opacity: 1;
  transition: all 400ms;
  left:0 !important;
}
.visible.fade-in {
  opacity: 1;
  transition: all 600ms;
}
.visible.rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 600ms;
}
.visible.scale-in {
  transform: scale(1,1);
  transition: all 600ms;
}

.visible.in-line-fade {
  opacity: 1;
  transition: all 300ms;
}

.visible.in-line-fade-300ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible.in-line-fade-600ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible.in-line-fade-900ms {
  opacity: 1;
  transition: all 300ms;
  transition-delay: 0.9s;
}
.visible.in-line-rotate {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
}

.visible.in-line-rotate-300ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible.in-line-rotate-600ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible.in-line-rotate-900ms {
  opacity: 1;
  transform: rotate(0);
  transition: all 300ms;
  transition-delay: 0.9s;
}
.visible.in-line-scale {
  transform: scale(1,1);
  transition: all 300ms;
}
.visible.in-line-scale-300ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.3s;
}
.visible.in-line-scale-600ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.6s;
}
.visible.in-line-scale-900ms {
  transform: scale(1,1);
  transition: all 300ms;
  transition-delay: 0.9s;
}
/*SECTION*/

/*VISIBLE*/

/* ANIMATION */

.btn-red {
  color: #fff;
  font-family: HeeboLight,sans-serif;
  font-size: 15px;
  background: red;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 50px;
}
#wrapper {
  margin-bottom: -342px;
  padding-bottom: 342px;
  min-height: 100%;
}

footer {
  height: 342px;
  background: #ddd;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
footer #subscribe-form {
  padding-bottom:60px;
}
footer .footer-info {
  padding-top: 0;
}
footer .foot-bottom {
  padding: 18px 0;
  background: #000;
}
footer .bulten-title {
  font-size: 46px;
  font-family: HeeboLight,sans-serif;
  margin-bottom: 32px;
  margin-top: 0;
  text-align: center;
  color: #000;
}
footer .foot-bottom img {
  width: 90px;
  float: left;
}
footer .foot-bottom .left {
  float: left;
  color: #fff;
}
footer .foot-bottom .copyright {
  color: #f4f4f4;
  margin-top: 10px;
  display: inline-block;
  margin-left: 30px;
}
footer #footer-social-icons {
  float: right;
}
footer #disclaimer {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
  color: #fff;
}
footer #disclaimer:hover {
  color:red;
}
footer #footer-social-icons span {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
footer #footer-social-icons ul {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0;
}
footer #footer-social-icons ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
footer #footer-social-icons ul li a {
  color: #a7a7a7;
  font-size: 26px;
}
footer #footer-social-icons ul li a:hover {
  color:#fff;
}
#newsletter-form {
  text-align: center;
}
#newsletter-form label span {
  display: inline-block;
  vertical-align: middle;
}
#newsletter-form input[type="email"] {
  max-width: 535px;
  width: 100%;
  background: 0 0;
  border: 1px solid #ababab;
  border-radius: 2px;
  padding: 10px 12px;
  box-shadow: none;
  font-size: 12px;
  color: #000;
}
#newsletter-form input[type="checkbox"] {
  margin:10px 0;
  margin-right:25px;
  height:30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#newsletter-form input[type="checkbox"]:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  display: block;
}
#newsletter-form input[type="checkbox"]:checked:after {
  content: '';
  width: 24px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 5px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#newsletter-form .form-group {
  display: block;
  max-width: 535px;
  width: 100%;
  position: relative;
  margin:0 auto;
}

#newsletter-form .btn-red {
  font-size: 12px;
  vertical-align: top;
  padding: 8px 50px 7px;
}
.image-gallery-isotope {
  
}
.image-gallery-isotope:after {
	content: '';
	display: block;
	clear: both;
}

.image-gallery-isotope .grid-sizer {
	width: calc(25% - 15px);
}
.image-gallery-isotope .grid-item {
  width: calc(25% - 15px);
  float: left;
  height: 186px;
  margin-bottom: 15px;
  overflow: hidden;
}
.image-gallery-isotope .grid-item img {
  transition: all 400ms;
}

.image-gallery-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.container-fluid .image-gallery-isotope .grid-item {
  height: 144px;
}

.image-gallery-isotope .grid-item--width2 {
  width:calc(50% - 15px);
  height: 388px;
}
.container-fluid .image-gallery-isotope .grid-item--width2 {
  height: 302px;
}
.grid-style .col-md-4 { 
    margin-top: 30px;
}
.grid-style .grid-image {
	text-align: center;
	height:250px;
	overflow: hidden;
}
.style-isotope {
	
}
.style-isotope:after {
	content: '';
	display: block;
	clear: both;
}

.style-isotope .grid-sizer {
	width: calc(25% - 15px);
}
.style-isotope .grid-item {
	width: calc(25% - 15px);
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
  transition: all 300ms;
}
.style-isotope .grid-item:hover {
  transition: all 400ms;
  margin-top:-15px !important;
 
}
.style-isotope .grid-item img {
  transition: all 400ms;
}
.style-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.style-isotope .item-text {
	background: #424242;
	color:#fff;
	font-size:16px;
	padding: 5px 15px;
  position: relative;
  z-index: 2;
}

.style-isotope .grid-item--width2 {
	width:calc(50% - 15px);
	height: 388px;
}

.style-list ul {
	padding-left: 0;
}
.style-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
}
.style-list ul li:hover {
  top: -10px;
  transition: all 400ms;
}
.style-list ul li+li {
  margin-top:15px;
}
.style-list ul li .item-title {
  margin-bottom:10px;
  display: block;
}
.style-list ul li p {
}
.style-list ul li a {
  padding:10px 15px;
  display: block;
}
.category-list ul {
	padding-left: 0;
}
.category-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
}
.category-list ul li+li {
  margin-top:15px;
}
.category-list ul li:hover {
  top: -10px;
  transition: all 400ms;
}
.category-list ul li .item-title {
  display: block;
  margin-bottom: 10px;
}
.category-list ul li a {
	padding:10px 15px;
	display: block;
}
.row-style {
	margin-right: 0;
	margin-left: 0;
}
.row-style .style-item {
  padding:0;
  margin-bottom: 30px;
  background: #d2d2d2;
  height: 214px;
  position: relative;
  overflow: hidden;
  top:0;
  transition: all 400ms;
}
.row-style .style-item .style-img-hidden {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.row-style .style-item:hover {
  top:-10px;
  transition: all 400ms;
}
.row-style .style-item:hover .style-img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.row-style .style-item a {
  display: block;
  height:100%;
}
.row-style .style-item .style-img {
  max-width:320px;
  float:left;
  transition: all 400ms;
}
.row-style .style-item .style-title {
	font-size: 18px;
    float: left;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(100% - 335px);
}
.row-style .style-item .style-excerpt {
	font-size:14px;
	font-size:500;
	float: left;
	margin-left: 15px;
	width: calc(100% - 335px);
}
.style-slider {
	max-width: 320px;
	margin-left: 0;
	margin-right: 0;
}
.style-slider .swiper-slide {
	text-align: center;
}
.style-slider .style-slide-next {
	position: absolute;
	right:0;
	bottom:0;
	top: auto;
}
.style-slider .style-slide-prev { 
	position: absolute;
	right:37px;
	left:auto;
	bottom:0;
	top: auto;
}
.style-slider .item-content {
	padding: 0 10px;
	text-align: left;
} 
.gallery-list {
	padding: 0;
}
.gallery-list li {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
  overflow: hidden;
}
.gallery-list li a {
  display: block;
}
.gallery-list li a img {
  max-width:100%;
  transition: all 400ms;
}
.gallery-list li a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.grid-gallery {
  margin-top: -30px;
}

.grid-gallery .col-md-4 {
  height:250px;
  margin-top: 30px;
  transition: all 400ms;
}
.grid-gallery .col-md-4 a {
  display: block;
  overflow: hidden;
}
.grid-gallery .col-md-4 a img {
  transition: all 400ms;
}
.grid-gallery .col-md-4 a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.grid-gallery .col-md-4 .center-wrapper {
	background: #000;
}
.slide-fullheight {
  background: #000;
}
.slide-fullheight .center-inner {
  text-align: center;
}
.slide-fullheight .swiper-pagination-bullet { 
	background: rgba(255,255,255,1);
}
.slide-fullheight .swiper-pagination-bullet-active {
	background: red;
}
.type-head-title {
	display: inline-block;
  width: 100%;
  padding-bottom: 18px;
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  margin-bottom: 25px;
}

#section_products .container {
  height: 100%;
}
#section_products .row {
  height:100%;
}
#section_products [class*=col-] {
  height: 100%;
}

#section_reference .container {
  height: 100%;
}
.reference-gallery-slider .swiper-slide {
  text-align: center;
  background: #f2f2f2;
}
#section_reference .row {
  height:100%;
}
#section_reference [class*=col-] {
  height: 100%;
}
.reference_products {
  margin-top: 60px;
}
.type-reference #content-wrapper {
  margin-bottom:40px;
}
.reference_kunye_title_manual {
  color:#999999;
  font-size:16px;
  margin-top:15px;
}
.reference_kunye_title:first-child {
  margin-top: 60px;
}
.reference_kunye_title {
  color:#999999;
  font-size:16px;
  margin-top:15px;
}
.reference_products .reference_kunye_title:first-child {
  margin-top: 0;
}
.reference_products .reference_kunye_title {
  color:#999999;
  font-size:16px;
  margin-top:15px;
}
.reference-products-container .swiper-slide a {
  display: block;
  text-align: center;
  margin:2px 0;
}

.reference-product-pagination {
  position: relative;
  bottom: 0 !important;
}
.reference-product-pagination .swiper-pagination-bullet {
  width:8px;
  height:8px;
}
.reference-product-pagination .swiper-pagination-bullet-active {
  background: #000;
}

#references-filters  {
  margin:20px 0;
}
#references-filters select {
  padding:10px 20px;
  background: transparent;
  border:1px solid #000;
  margin-right: 15px;
}

#thruLight {
  position: fixed;
  top:16px;
  right:300px;
  width:130px;
  height:90px;
  opacity: 1;
  z-index: 9;
  transition: all 0ms;
}
.pair-2292 #thruLight {
  opacity: 0;
}

#thruLight span {
  font-size:40px;
  color:#fff;
  font-family: 'HeeboMedium', sans-serif;
  transition: all 100ms;
}
#thruLight div {
  position: absolute;
  z-index: 9;
  width:100%;
}
#thruLight .light {
  top:35px;
}
#thruLight .thru span:first-child {
  color:#eb1c23;
}
#thruLight .light span:first-child {
  color:#eb1c23;
}

#thruLight .thru span:nth-child(2) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight .thru span:nth-child(4) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight .light span:nth-child(1) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight .light span:nth-child(2) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight .light span:nth-child(3) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight .light span:nth-child(4) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}


#thruLight.animated {
  position: fixed;
  top:240px;
  right:300px;
  width:130px;
  height:300px;
  opacity: 0;
  z-index: 9;
  transition: all 0;
}
#thruLight.animated span {
  font-size:40px;
  color:#fff;
  font-family: 'HeeboMedium', sans-serif;
  transition: all 100ms;
}
#thruLight.animated div {
  position: absolute;
  
  z-index: 9;
  width:100%;
}
#thruLight.animated .light {
  top:65px;
}
#thruLight.animated .thru span:first-child {
  color:#eb1c23;
}
#thruLight.animated .light span:first-child {
  color:#eb1c23;
}

#thruLight.animated .thru span:nth-child(2) {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

#thruLight.animated .thru span:nth-child(4) {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

#thruLight.animated .light span:nth-child(1) {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

#thruLight.animated .light span:nth-child(2) {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

#thruLight.animated .light span:nth-child(3) {
  margin-top: 60px;
  display: inline-block;
  vertical-align: top;
}

#thruLight.animated .light span:nth-child(4) {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

.reference-style-slider {
  height: 100%;
}
.reference-style-slider .swiper-slide { 
  transition: all 300ms;
  background-size: 100% !important;
  background-position: top !important;
}
.reference-style-slider .swiper-slide .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} 
.reference-style-slider .swiper-slide:hover {
  transition: all 300ms;
  background-size:110% !important;
} 
.reference-style-slider .reference-slide-next {
  background: #6c6868;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 33px;
  text-align: center;
}
.reference-style-slider .reference-slide-next:hover {
  background: #bd1a1f;
}
.reference-style-slider .reference-slide-next img {
  max-width: 15px;
  margin-top: 6px;
  max-width:12px;
}
.reference-style-slider .reference-slide-prev {
  background: #6c6868;
  right: 42px;
  bottom: 0;
  left: auto;
  top: auto;
  width: 40px;
  height: 33px;
  text-align: center;
}
.reference-style-slider .reference-slide-prev:hover {
  background: #bd1a1f;
}
.reference-style-slider .reference-slide-prev img {
  max-width: 15px;
  margin-top: 6px;
  max-width:12px;
}
.reference-style-slider .reference-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: block;
  width: 100%;
  padding: 6px 10px;
}
.reference-style-slider .reference-title a {
  position: relative;
  color:#fff;
  transition: all 300ms;
}
.reference-style-slider .reference-title a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0px;
  z-index: 6;
  background: #fff;
  left: 0;
  transition: all 300ms;
}
.reference-style-slider .reference-title a:hover:after {
  width:100%;
  transition: all 300ms;
}

/*PRODUCT PAGE*/

#product-page {
  margin-bottom: 80px;
  margin-top:150px;
}
#product-page .family-link {
  font-size:14px;
}

#product-page .family-link:hover { 
  color:#ff0000;
}

#extras-accordion .accordion .card-header {
  padding-left: 0;
  padding-right: 0;
}
#extras-accordion .accordion .card-header button {
  font-size:16px;
  font-family: 'HeeboMedium', sans-serif;
  color:#000;
}
#extras-accordion .accordion .card-body.active {
  padding:20px 0;
}

/*#product-features {
  max-width:372px;
  display: inline-block;
  vertical-align: top;
}*/
#product-features .accordion .card-header {
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#product-features .accordion .card-body {
  overflow-y: auto;
}
#product-features .accordion .card-body.active {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 85px;
  border-bottom: 1px solid #000;
}
#product-features .accordion .card-body::-webkit-scrollbar-track
{
  border: 1px solid #ededed;
  background-color: #ededed;
}

#product-features .accordion .card-body::-webkit-scrollbar
{
  width: 10px;
  background-color: #9c9c9c;
}

#product-features .accordion .card-body::-webkit-scrollbar-thumb
{
  background-color: #9c9c9c;  
}
#product_app_categories {
  margin-top: 15px;
  margin-bottom: 15px;
}
#product_app_categories ul {
  padding:0;
  margin:0;
}
#product_app_categories ul li {
  display: inline-block;
  vertical-align: bottom;
  max-width: 80px;
  text-align: center;
  margin-left:10px;
  margin-right:10px;

}
#product_app_categories ul li img {
  width:44px;
}
#product_app_categories ul li span {
  display: block;
  text-align: center;
  color:#6a6969;
  font-size:13px;
  font-style: italic;
}
#product-page .product-image {
  background: #ededed;
  text-align: center;
}
#product-page .btn-bg-black {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
#product-page #product-tab-row {
  margin-top:40px;
  margin-bottom:60px;
}
#product-page #product-tab-row h5 {
  border-bottom:1px solid #000;
  padding-bottom:8px;
}
#product-page #product-tab-row .tab-content {
  padding-left:0;
  padding-right:0;
  margin-top: 25px;
}
#product-tab-row .nav-tabs {
  border-bottom: 0;
  margin-left: -25px;
  margin-right: -25px;
}
#product-tab-row .nav-tabs li {
  margin:0 25px;
  background: #000;

}
#product-tab-row .nav-tabs li a {
  border:0;
  background: transparent;
  color:#fff;
  font-size:14px;
  padding:10px 25px;
}
#product-tab-row .nav-tabs li.active {
  background: #ff0000;
}
#tech-drawing {
  
}
#tech-drawing ul {}
#tech-drawing ul li {
  border:1px solid #c7c7c6;
  max-width: 100%;
  min-height:200px;
  height:200px;
  width:100%;
}
#tech-drawing ul li a { outline: 0; text-align: center; }
#tech-drawing ul li a img { max-height: 200px; }

#download-tab ul {
  margin:0;
  padding:0; 
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
} 
#download-tab ul li {
  list-style: none;
  border-bottom:1px solid #ccc;
  display:inline-block;
  vertical-align: top;
  width:100%;
  overflow: hidden;
} 
#download-tab ul li .dAccordionTitle {
  font-size: 14px;
  padding: 8px 10px;
  display: block;
  font-family: 'HeeboRegular', sans-serif;
  color: #000;
  margin-bottom: 0;
  cursor: pointer;
}
#download-tab ul li .dAccordionTitle img {
  max-width:20px;
  float:right;
  transition: all 300ms;
}
#download-tab ul li .dAccordionTitle.active img {
  transform:rotate(180deg);
  transition: all 300ms;
}
#download-tab ul li .dAccordionContent {
  opacity: 0;
  overflow: hidden;
  transition: all 300ms;
}
#download-tab ul li .dAccordionContent.active {
  height:auto;
  transition: all 300ms;
}
#download-tab ul li a {
  font-size:14px;
  padding:10px;
  display: block;
  font-family: 'HeeboRegular', sans-serif;
  color:#000;
  margin-bottom: 0;
}
#download-tab ul li a:hover {
  color:#ff0000;
}
#download-tab ul li a img {
  max-width: 20px;
  float: right;
}
#download-tab ul li label {
  font-size:14px;
  font-family: 'HeeboRegular', sans-serif;
  color:#000;
  margin-left:10px;
  margin-bottom: 0;
}
#download-tab ul li label.checkbox-style {
  width:20px;
  height:20px;
  background: #fff;
  border:1px solid #878786;
  position: relative;
  cursor:pointer;
  margin-left: 0;
  top: 5px;
}

#download-tab ul li label.checkbox-style:after {
    content: '';
    width: 23px;
    height: 9px;
    position: absolute;
    top: -3px;
    left: 2px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#download-tab ul li label.checkbox-style.active:after {
  opacity: 1;
}

#download-tab ul li input[type="checkbox"] {
  opacity: 0;
  display: none;
} 

#download-tab .btn-bg-red { 
  outline: 0;
  border:0;
  background: #ff0000;
  color:#fff;
  font-size:14px;
  font-family: 'HeeboRegular', sans-serif;
  transition: all 300ms;
  margin-top:15px;
}
#download-tab .btn-bg-red:hover {
  background: #96000a;
  transition: all 300ms;
} 
/*#quality-certificates {
  max-width:372px;
}*/
#quality-certificates img {
  max-width:34px;
}
#light-distribution {}
#light-distribution ul {
  margin:0;
  padding:0;
}
#light-distribution ul li {
  list-style: none;
  display: block;
  border:1px solid #c7c7c6;
  padding:0;
  height:200px;
  width:100%;
}
#light-distribution ul li span {
  font-size:14px;
  color:#000;
  margin-left:10px;
  font-family: 'HeeboRegular', sans-serif;
}
#light-distribution ul li img {
}

#product-page #overview ul {
  padding:0;
  margin:0;
  max-width:150px;
}
#product-page #overview ul li {
  list-style: none;
  background: #eeeeee;
  padding:8px;
  color:#000;
  font-size:14px;
  margin: 8px 0;
  font-family: 'HeeboRegular', sans-serif;
}


/*PRODUCT PAGE*/


/*PROJECT PAGE*/

.pagination-cont {
  text-align: right;
}
.pagination-not-special {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination-not-special li {
  display: inline-block;
  font-size: 15px;
}
.pagination-not-special li.prev {
  margin-right:10px;
}
.pagination-not-special li.next {
  margin-left:10px;
}
.pagination-not-special li a {
  position: relative;
  float: left;
  line-height: 1.428571429;
  text-decoration: none;
  margin-left: -1px;
  color: #000;
  padding: 0;
  border: 0;
  background: 0 0;
  font-size: 15px;
}
.pagination-not-special li.current a {
  color:#ff0000;
}
.project-img {
  margin-bottom: 30px;
  position: relative;
}
.project-img:hover .project-name {
  background: rgba(0,0,0,0.8);
}
.project-name {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.6);
  width: 100%;
  padding: 15px;
  font-family: 'HeeboLight', sans-serif;
}
.info-and-nav {
  position: absolute;
  height: 33px;
  right:15px;
  top:17px;
}
.back-reference h1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}
.back-reference a {
  color:#000;
}
.back-reference img {
  max-width: 10px;
  opacity: 0.6;
  margin-right: 10px;
  margin-top: -3px;
}
.ref-next {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  color:#4b4b4b;
  margin-left: 12px;
}
.ref-next:hover {
  color: #bd1a1f;
}
.ref-next:hover img {
  opacity: 1;
}
.ref-next img {
  max-width: 10px;
  margin-left:5px;
  margin-top:-3px;
  opacity: .5;
}
.ref-prev {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  color:#4b4b4b;
  margin-right: 12px;
}
.ref-prev:hover {
  color: #bd1a1f;
}
.ref-prev:hover img {
  opacity: 1;
}
.ref-prev img {
  max-width: 10px;
  margin-right:5px;
  margin-top:-3px;
  opacity: .5;
}
.close-icon-cont img {
  position: absolute;
  top: -45px;
  right: 155px;
  max-width: 32px;
}

/*PROJECT PAGE*/

/*NEWS PAGE*/
.news-style .items-title {
  font-size:16px;
  color:#000;
  font-family:'HeeboRegular', sans-serif;
  text-align: left;
}
.news-style .item-content {
  background: #f0f0f0;
  display: block;
  padding: 14px;
  margin-top: 10px;
  text-align: right;
  min-height:188px;
  position: relative;
}
.news-style .item-content .items-excerpt {
  text-align: left;
  font-size:14px;
}
.news-style .col-md-4, .news-style .col-sm-6 {
  min-height: 470px;
}
.news-style .btn-primary {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.news-back-btn {
  position: relative;
  margin-bottom: 15px;
}
.news-back-btn p a {
  position: absolute;
  top: 8px;
  font-size: 12px;
  color: #000;
  font-family: 'HeeboRegular', sans-serif;
  left: 18px;
  transition: all 300ms;
}
.news-back-btn img {
  max-width: 50px;
  margin-top:15px;
  display: inline-block;
  transition: all 300ms;
}

/*NEWS PAGE*/

/*ESKİ HISTORY PAGE*/
/*
#history_cont {
  position: relative;
  max-width: 1180px;
}
#history_cont #years {
  padding: 0;
  margin: 0;
  margin-left: -5px;
}
#history_cont #years li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
#history_cont #years li span {
  font-size:12px;
}

#history_cont #years li:before {
  content:"";
  width:40px;
  height:20px;
  background: #c52b1e;
  display: inline-block;
  vertical-align: middle;
}
#history_cont #years li.year_1:before {
  background: #c52b1e;
}
#history_cont #years li.year_2:before {
  background: #818285;
}
#history_cont #years li.year_3:before {
  background: #a9a9a9;
}
#history_cont #years li.year_4:before {
  background: #bcbdc0;
}
#history_cont #years li.year_5:before {
  background: #dcddde;
}
#history_cont #years li.year_6:before {
  background: #c52b1e;
}
#history_cont #years li>div {
  position: absolute;
  width: 170px;
  top:0;
  left:0;
  min-height: 164px;
}
#history_cont #years li>div .year_text {
  position: absolute;
  left: 30px;
}
#history_cont #years li>div p {
  font-size:12px;
  font-family: 'HeeboRegular';
}
#history_cont #years li>div p:first-child {
  font-family: 'HeeboBold', sans-serif;
}
#history_cont #years li>div.year_content_1 { 
  top:-200px;
}
#history_cont #years li>div.year_content_1 .year_line {
  width: 1px;
  height: 290px;
  background: #c52b1e;
  position: absolute;
  left: 19px;
  bottom: -25px;
}
#history_cont #years li>div.year_content_1 .year_text {
  position: absolute;
  left: 30px;
}
#history_cont #years li>div.year_content_1:after {
  width: 36px;
  height: 36px;
  background: #c52b1e;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -135px;
  left: 2px;
}
#history_cont #years li>div.year_content_1:before {
  content:"";
  background: #c52b1e;
  border-radius:50%;
  width: 15px;
  height: 15px;
  left:12px;
  position: absolute;
  bottom:-25px;
}

#history_cont #years li>div.year_content_2 { 
  top:205px;
}
#history_cont #years li>div.year_content_2 .year_line {
  width: 1px;
  height: 290px;
  background: #818285;
  position: absolute;
  left: 19px;
  top: -168px;
}
#history_cont #years li>div.year_content_2 .year_text {
  position: absolute;
  left: 30px;
  top:-40px;
}
#history_cont #years li>div.year_content_2:after {
  width: 36px;
  height: 36px;
  background: #818285;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 120px;
  left: 2px;
}
#history_cont #years li>div.year_content_2:before {
  content: "";
  background: #818285;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 12px;
  position: absolute;
  top: -172px;
}

#history_cont #years li>div.year_content_3 { 
  top:-200px;
}
#history_cont #years li>div.year_content_3 .year_line {
  width: 1px;
  height: 170px;
  background: #a9a9a9;
  position: absolute;
  left: 19px;
  bottom: -25px;
}
#history_cont #years li>div.year_content_3 .year_text {
  position: absolute;
  left: 30px;
  top:50px;
}
#history_cont #years li>div.year_content_3:after {
  width: 36px;
  height: 36px;
  background: #a9a9a9;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
}
#history_cont #years li>div.year_content_3:before {
  content:"";
  background: #a9a9a9;
  border-radius:50%;
  width: 15px;
  height: 15px;
  left:12px;
  position: absolute;
  bottom:-25px;
}

#history_cont #years li>div.year_content_4 { 
  top:200px;
}
#history_cont #years li>div.year_content_4 .year_line {
  width: 1px;
  height: 170px;
  background: #a9a9a9;
  position: absolute;
  left: 19px;
  top: -160px;
}
#history_cont #years li>div.year_content_4 .year_text {
  position: absolute;
  left: 30px;
  top: -140px;
}
#history_cont #years li>div.year_content_4:after {
  width: 36px;
  height: 36px;
  background: #a9a9a9;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
}
#history_cont #years li>div.year_content_4:before {
  content:"";
  background: #a9a9a9;
  border-radius:50%;
  width: 15px;
  height: 15px;
  left:12px;
  position: absolute;
  top:-167px;
}

#history_cont #years li>div.year_content_5 { 
  top:-200px;
}
#history_cont #years li>div.year_content_5 .year_line {
  width: 1px;
  height: 225px;
  background: #dcddde;
  position: absolute;
  left: 19px;
  bottom: -25px;
}
#history_cont #years li>div.year_content_5 .year_text {
  position: absolute;
  left: 30px;
}
#history_cont #years li>div.year_content_5:after {
  width: 36px;
  height: 36px;
  background: #dcddde;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -65px;
  left: 2px;
}
#history_cont #years li>div.year_content_5:before {
  content: "";
  background: #dcddde;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 12px;
  position: absolute;
  bottom: -25px;
}

#history_cont #years li>div.year_content_6 { 
  top:200px;
}
#history_cont #years li>div.year_content_6 .year_line {
  width: 1px;
  height: 255px;
  background: #c52b1e;
  position: absolute;
  left: 19px;
  top: -160px;
}
#history_cont #years li>div.year_content_6 .year_text {
  position: absolute;
  left: 30px;
  top: -90px;
}
#history_cont #years li>div.year_content_6:after {
  width: 36px;
  height: 36px;
  background: #c52b1e;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 70px;
  left: 2px;
}
#history_cont #years li>div.year_content_6:before {
  content:"";
  background: #c52b1e;
  border-radius:50%;
  width: 15px;
  height: 15px;
  left:12px;
  position: absolute;
  top:-167px;
}

/*#years_contents {
  position: relative;
}
#years_contents>div {
  max-width: 140px;
  display: inline-block;
}
#years_contents .year_line {
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
}

#years_contents>div.year_content_1 {
}
#years_contents>div.year_content_1:before {
  content:"";
  background: #c52b1e;
  border-radius:50%;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom:-50px;
}*/


/*ESKİ HISTORY PAGE*/


/*HISTORY PAGE*/

#history_cont {
  position: relative;
  max-width: 1180px;
  margin:0 auto;
}
#history_cont #years {
  padding: 0;
  margin: 0;
  margin-left: -5px;
  position: relative;
}
#history_cont #years:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 0;
  background: #dadada;
  margin-left: -1px;
}
#history_cont #years li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  margin-left: -2px;
  padding:0 15px;
  transition: all 500ms;
  opacity: 0;
}
#history_cont #years li span {
  font-size:18px;
  color:#c52b1e;
  font-family: 'HeeboRegular';
  margin-left: 15px;
  margin-top: 30px;
  display: block;
}

#history_cont #years li.year_1 {
  transform: rotateY(90deg);
  perspective: 3000px;
  transform-origin: right;
  backface-visibility: hidden;
}
#history_cont #years li.year_1.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_1:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_1 .year_line {
  width: 320px;
  height: 1px;
  background: #c52b1e;
  position: absolute;
  right: 0;
  top:7px;
}

#history_cont #years li.year_1:after {
  width: 36px;
  height: 36px;
  background: #c52b1e;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  right: 320px;
}

#history_cont #years li.year_1 span {
  margin-left: calc(100% - 265px);
}

#history_cont #years li.year_1 .year_content_1 {
  max-width: 250px;
  position: relative;
  left: calc(100% - 265px);   
}

#history_cont #years li.year_3 {
  transform: rotateY(90deg);
  perspective: 3000px;
  transform-origin: right;
  backface-visibility: hidden;
}
#history_cont #years li.year_3.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_3:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_3 .year_line {
  width: 320px;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  right: 0;
  top:7px;
}

#history_cont #years li.year_3:after {
  width: 36px;
  height: 36px;
  background: #a9a9a9;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  right: 320px;
}

#history_cont #years li.year_3 span {
  margin-left: calc(100% - 265px);
}

#history_cont #years li.year_3 .year_content_3 {
  max-width: 250px;
  position: relative;
  left: calc(100% - 265px);   
}

#history_cont #years li.year_5 {
  transform: rotateY(90deg);
  perspective: 3000px;
  transform-origin: right;
  backface-visibility: hidden;
}

#history_cont #years li.year_5.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_5:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_5 .year_line {
  width: 320px;
  height: 1px;
  background: #dcddde;
  position: absolute;
  right: 0;
  top:7px;
}

#history_cont #years li.year_5:after {
  width: 36px;
  height: 36px;
  background: #dcddde;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  right: 320px;
}

#history_cont #years li.year_5 span {
  margin-left: calc(100% - 265px);
}

#history_cont #years li.year_5 .year_content_5 {
  max-width: 250px;
  position: relative;
  left: calc(100% - 265px);   
}

#history_cont #years li.year_2 {
  transform: rotateY(-90deg);
  perspective: 500px;
  transform-origin: left;
  backface-visibility: hidden;
}

#history_cont #years li.year_2.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_2:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_2 .year_line {
  width: 320px;
  height: 1px;
  background: #818285;
  position: absolute;
  left: 0;
  top:7px;
}

#history_cont #years li.year_2:after {
  width: 36px;
  height: 36px;
  background: #818285;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  left: 320px;
}

#history_cont #years li.year_2 .year_content_2 {
  max-width: 250px;
  position: relative;
  left:15px;
}


#history_cont #years li.year_4 {
  transform: rotateY(-90deg);
  perspective: 500px;
  transform-origin: left;
  backface-visibility: hidden;
}

#history_cont #years li.year_4.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_4:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_4 .year_line {
  width: 320px;
  height: 1px;
  background: #bcbdc0;
  position: absolute;
  left: 0;
  top:7px;
}

#history_cont #years li.year_4:after {
  width: 36px;
  height: 36px;
  background: #bcbdc0;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  left: 320px;
}

#history_cont #years li.year_4 .year_content_4 {
  max-width: 250px;
  position: relative;
  left:15px;
}

#history_cont #years li.year_6 {
  transform: rotateY(-90deg);
  perspective: 500px;
  transform-origin: left;
  backface-visibility: hidden;
  transition: all 300
}

#history_cont #years li.year_6.visible {
  transform: rotateY(0);
  transition: all 500ms;
}

#history_cont #years li.year_6:before {
  content: "";
  background: #c52b1e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 0;
}

#history_cont #years li.year_6 .year_line {
  width: 320px;
  height: 1px;
  background: #c52b1e;
  position: absolute;
  left: 0;
  top:7px;
}

#history_cont #years li.year_6:after {
  width: 36px;
  height: 36px;
  background: #c52b1e;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -11px;
  left: 320px;
}

#history_cont #years li.year_6 .year_content_6 {
  max-width: 250px;
  position: relative;
  left:15px;   
}

#history_cont #years li.year_1:before {
  background: #c52b1e;
}

#history_cont #years li.year_2:before {
  background: #818285;
}

#history_cont #years li.year_3:before {
  background: #a9a9a9;
}

#history_cont #years li.year_4:before {
  background: #bcbdc0;
}

#history_cont #years li.year_5:before {
  background: #dcddde;
}

#history_cont #years li.year_6:before {
  background: #c52b1e;
}

#history_cont #years li>div p {
  font-size:16px;
  font-family: 'HeeboRegular';
}

#history_cont #years li>div p:first-child {
  font-family: 'HeeboBold', sans-serif;
}

/*#years_contents {
  position: relative;
}
#years_contents>div {
  max-width: 140px;
  display: inline-block;
}
#years_contents .year_line {
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
}

#years_contents>div.year_content_1 {
}
#years_contents>div.year_content_1:before {
  content:"";
  background: #c52b1e;
  border-radius:50%;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom:-50px;
}*/


/*HISTORY PAGE*/



/*NETWORK PAGE*/

#section_network_title h2 {
  font-size: 21px;
  font-family: 'HeeboBold', sans-serif;
  line-height: 1.4;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  padding: 18px 0 8px;
  padding-left:10px;
}
#section_network_country p {
  padding-left:10px;
}
#section_earth_img img {
  position: absolute;
  bottom:0;
  right:0;

}

/*NETWORK PAGE*/

/*VIDEO PAGE*/

.video-title {
  font-family: 'HeeboLight', sans-serif;
  margin-top:8px;
}

/*VIDEO PAGE*/

/*CATEGORY PAGE*/
#catalogs-container {
  margin-top:30px;
}
#catalogs .catalog-item {
  text-align: center;
  margin-top: 20px;
}
#catalogs .catalog-item .catalog-title {
  margin:10px 0 0;
  font-size:16px;
  text-align: center;
}
#catalogs .catalog-item img {
  height:300px;
}
.download-btn {
  padding: 10px 20px;
  background: #eb1c23;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size:12px;
  max-width: 95px;
  width:100%;
  margin: 10px 5px 20px;
}
.download-btn:hover {
  background: #db131a;
  font-size:12px;
  -moz-box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 23px rgba(0,0,0,0.2);
  border: 0;
  transition: all 300ms;
  color:#fff;
}

/*CATEGORY PAGE*/

/*PRODUCT FAMILY PAGE*/

#product-family-page {
  margin-bottom: 80px;
}
#product-family-page h1 {
  font-size:40px;
  font-family: 'HeeboLight', sans-serif;
  color:#000;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
#product-family-page #productsInFamily {
  margin-top: 50px;
}
#product-family-page #productsInFamily .product-item {
  text-align: center;
}
#product-family-page #productsInFamily .product-item span {
  font-size:16px;
  color:#000;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: 'HeeboLight', sans-serif;
  transition: all 300ms;
}
#product-family-page #productsInFamily .product-item:hover span {
  font-family: 'HeeboBold', sans-serif;
  transition: all 300ms;
}
#product-family-page #extras-accordion {
  margin-top: 100px;
}

#extras-accordion .accordion .card-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+50,ffffff+100 */
  background: #f6f6f6; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f6f6f6 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f6f6f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding-left: 15px;
}
#extras-accordion .accordion .card-header img {
  margin-right: 20px;
}
#extras-accordion .accordion .card-body img {
  max-width:100%;
}


.luminaire-table {
  border:1px solid #ccc;
}
.luminaire-table thead tr {}
.luminaire-table thead tr td {
  background: #f2f2f2;
  font-size:16px;
  font-weight: 600;
}
.luminaire-table tbody tr {}
.luminaire-table tbody tr td  {
  font-size:14px;
  font-weight: 400;
}

.pole-table {
  border:1px solid #ccc;
}
.pole-table thead tr {}
.pole-table thead tr td {
  background: #f2f2f2;
  font-size:16px;
  font-weight: 600;
}
.pole-table tbody tr {}
.pole-table tbody tr td  {
  font-size:14px;
  font-weight: 400;
}


/*PRODUCT FAMILY PAGE*/

/*PROJECT PAGE*/

#captions {
  padding: 15px 0;
  font-size: 18px;
}

/*PROJECT PAGE*/

@media screen and (max-width: 1440px) {
  #section_home_video {
    height:520px !important;
  }
}

@media screen and (max-width: 1200px) {
  #section-category-filter .technical-title {
    padding:15px;
  }
  #section-category-filter .architectural-cont .architectural-cat-item {
    width:45.3%;
  }
}
@media screen and (max-width: 1024px) {
  #menu-toggle {
    display: none;
  }
  .lang-select-mobile {
    display: none;
  }
  .image-gallery-isotope .grid-item {
    height:146px;
  }
  .image-gallery-isotope .grid-item--width2 {
    height:300px;
  }
  header .navbar-main .navbar-nav {
    margin-top:0;
  }
  #content-wrapper {
    margin-top:150px;
  }
  .info-and-nav { 
    right:-145px;
  }
}
@media screen and (max-width: 1000px) {
  /*
  header .navbar-main .navbar-nav li a {
    font-size:14px;
  } */
}
@media screen and (max-width: 768px) {

  header {
    height:68px;
    position: fixed;
    z-index: 10;
  }
  #thruLight {
    display: none;
  }
  #content-wrapper {
    margin-top:68px;
  }

  header .navbar-main #logo {
    margin-top: 8px;
  }

  #menu-toggle {
    display: block;
    float: right;
    margin-top: 20px;
    height: 25px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color:#fff;
    font-size: 14px;
    font-family: 'HeeboLight',sans-serif;
  }
  #menu-toggle img {
    margin-left: 10px;
  }
  #home-btn {
    float: left;
    margin-top: 20px;
  }
  header .navbar-main #logo {
    width:100px;
    float: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }
  .search {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
  }
  .lang-select-mobile {
    display: none;
  }
  .icon-menu-toggle {
    width: 45px;
    height: 45px;
    top: 0;
  }

  /* Animate menu icon (lines). */
  .svg-menu-toggle .line {
    opacity: 1;
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
  .svg-menu-toggle .line-1 {
    transform-origin: 1em 2.5em;
  }
  .svg-menu-toggle .line-3 {
    transform-origin: 1em 4em;
  }

  .menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  .menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
  }
  .menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0em) translateX(0em);
  }
  #mobile-menu {
    display: none;
    background: #fff;
    margin-top: 68px;
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
  }
  #mobile-menu ul { 
    padding-left: 0;
    float:none;
    margin-left: 0;
    margin-right: 0;
  }
  #mobile-menu ul li {
    display: block;
    float: none;
    background: #fff;
    text-align: center;
    border-bottom:1px solid #b8b7b7;
  }
  #mobile-menu ul li a {
    padding:15px;
    color:#000;
  }
  #mobile-menu ul li.mega-menu {
    position: relative;
  }
  header .navbar-main .navbar-nav li .mega-main {
    position: static;
    width:100%;
    display: block;
    background: #e2e2e2;
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li .mega-main .d-menu {
    display: block;
  }
  header #mobile-menu ul li .mega-main .d-menu li {
    background: #e2e2e2;
  }
  header {
    height:68px;
    background: #000;
  }
  header #search {
    display: none;
  }
  header #social-links {
    display: none;
  }
  header .navbar-main {
    margin-top: 0;
  }
  #content-wrapper {
    margin-top:108px;
  }
  #mobile-menu {
    display: none;
    background: #fff;
    margin-top: 68px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-category-filter .technical-cont .technical-cat-item {
    width: 45.3%;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }
  #application-cat-cont .application-cat-item {
    width:25%;
  }
  #history_cont {
    padding:20px 0;
  }
  .info-and-nav {
    position: absolute;
    height: 33px;
    left: 15px;
    right:0;
    top:auto;
    bottom: -50px;
  }
}

@media screen and (max-width: 480px) {
  #section_home_video {
    height:300px !important;
  }
  .homeNewsSlider .swiper-slide {
    max-width:100%;
    width:100% !important;
  }
  #mobile-menu {
    display: none;
    background: #fff;
    margin-top: 68px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  #tabbed-nav {
    width: 100%;
    overflow: scroll;
  }
  #section_reference {
    height:auto !important;
  }
  #section_reference .container {
    padding:0;
  }
  #section_reference h2 {
    /*font-size:14px;*/
  }
  #section_reference #column_8 {
    float: right;
    text-align: right;
    padding-right: 15px;
  }
  #section_reference #column_home_reference {
    height: 100%;
  }
  #section_reference .btn-primary {
    padding:10px;
  }
  #section_products {
    height:auto !important;
  }
  #section_products #column_products {
    padding:0;
  }
  #section_products #column_13 {
    background-color: #ededed;
    padding-top: 20px;
  }
  #section_products #column_11 {
    text-align: right;
    background: #ededed;
    padding-bottom: 71px;
    padding-top: 30px;
  }
  #section_products #column_11 h3 {
    font-size: 14px;
  }
  footer {
    height:auto;
    text-align: center;
    padding:60px 0 0;
  }
  footer .bulten-title {
    font-size:30px;
  }
  footer .foot-bottom img {
    float: none;
  }
  footer .foot-bottom .left {
    float: none;
    margin: 10px 0 15px;
  }
  #page-up.active {
    display: none;
  }
  header .navbar-main .navbar-nav li:hover a {
    left:0;
  }
  #filter-result .product-result-item {
    min-height: 195px;
  }
  footer #disclaimer {
    margin-right:0;
  }
  footer .foot-bottom .copyright {
    margin-left:0;
  }
  footer #footer-social-icons {
    float: none;
  }
  footer #footer-social-icons #disclaimer {
    display: block;
    vertical-align: middle;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer #footer-social-icons span {
    color: #fff;
    margin-top: 8px;
    font-size: 14px;
    display: none;
    margin-right: 0;
  }
  footer #footer-social-icons ul {
    padding-left: 0;
  }
  #newsletter-form input {
    max-width:300px;
    margin:0 auto;
  }
  header {
    height:68px;
    background: #000;
  }
  header #search {
    display: none;
  }
  header #social-links {
    display: none;
  }
  header .navbar-main {
    margin-top: 0;
  }
  #content-wrapper {
    margin-top:68px;
  }
  .pair-2398 #content-wrapper, .pair-2397 #content-wrapper {
    margin-top:68px;
  }
  #section-category-filter .technical-title {
    margin-top:0;
    padding:0;
  }
  #section-category-filter .technical-cont {
    margin-top: 0;
  }
  #thruLight.animated {
    position: absolute;
    right: auto;
    left:15px;
    top:68px;
    display: block;
    opacity: 1;
  }
  #thruLight.animated span {
    margin-top:0 !important;
  }
  #thruLight.animated .light {
    top: 35px;
  }
  #section_news #column_4 {
    display: none;
  }
  #section_news #column_5 {
  }
  #section_news #column_5 h1 {
    font-size:24px;
  }
  #section_news #column_5 .highlight-text {
    font-size:14px;
  }
  #section_products #column_products .type-title {
    display: none;
  }
  #section-category-filter .technical-cont .technical-cat-item {
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
  #section-category-filter .architectural-cont .architectural-cat-item {
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
  #application-cat-cont .application-cat-item {
    width:calc(50% - 43px);

  }
  
  #history_cont #years:before {
    display: none;
  }
  #history_cont #years li {
    width:100%;
    opacity: 1;
  }
  #history_cont #years li + li {
    margin-top:120px;
  }
  #history_cont #years li.year_1:before {
    content: "";
    background: #c52b1e;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    right: 50%;
    position: absolute;
    bottom: -15px;
    margin-right: -8px;
    top: auto;
  }
  #history_cont #years li.year_1 .year_line {
    width: 1px;
    height: 100px;
    background: #c52b1e;
    position: absolute;
    right: 50%;
    bottom: -100px;
    margin-right: -1px;
    top: auto;
  }
  #history_cont #years li.year_1:after {
    width: 36px;
    height: 36px;
    background: #c52b1e;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    right: 50%;
    margin-right: -18px;
    top: auto;
  }
  #history_cont #years li.year_1 span {
    margin-left:0;
  }
  #history_cont #years li.year_1 .year_content_1 {
    max-width: 100%;
    left:0;
  }



  #history_cont #years li.year_3:before {
    content: "";
    background: #a9a9a9;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    right: 50%;
    position: absolute;
    bottom: -15px;
    margin-right: -8px;
    top: auto;
  }
  #history_cont #years li.year_3 .year_line {
    width: 1px;
    height: 100px;
    background: #a9a9a9;
    position: absolute;
    right: 50%;
    bottom: -100px;
    margin-right: -1px;
    top: auto;
  }
  #history_cont #years li.year_3:after {
    width: 36px;
    height: 36px;
    background: #a9a9a9;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    right: 50%;
    margin-right: -18px;
    top: auto;
  }
  #history_cont #years li.year_3 span {
    margin-left:0;
  }
  #history_cont #years li.year_3 .year_content_3 {
    max-width: 100%;
    left:0;
  }


  #history_cont #years li.year_5:before {
    content: "";
    background: #dcddde;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    right: 50%;
    position: absolute;
    bottom: -15px;
    margin-right: -8px;
    top: auto;
  }
  #history_cont #years li.year_5 .year_line {
    width: 1px;
    height: 100px;
    background: #dcddde;
    position: absolute;
    right: 50%;
    bottom: -100px;
    margin-right: -1px;
    top: auto;
  }
  #history_cont #years li.year_5:after {
    width: 36px;
    height: 36px;
    background: #dcddde;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    right: 50%;
    margin-right: -18px;
    top: auto;
  }
  #history_cont #years li.year_5 span {
    margin-left:0;
  }
  #history_cont #years li.year_5 .year_content_5 {
    max-width: 100%;
    left:0;
  }



  #history_cont #years li.year_2:before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -8px;
    top:auto;
  }
  #history_cont #years li.year_2 .year_line {
    width: 1px;
    height: 100px;
    background: #818285;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -1px;
    top:auto;
  }
  #history_cont #years li.year_2:after {
    width: 36px;
    height: 36px;
    background: #818285;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -19px;
    top:auto;
  }
  #history_cont #years li.year_2 span {
    margin-left:0;
  }
  #history_cont #years li.year_2 .year_content_2 {
    max-width: 100%;
    left:0;
  }


  #history_cont #years li.year_4:before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -8px;
    top:auto;
  }
  #history_cont #years li.year_4 .year_line {
    width: 1px;
    height: 100px;
    background: #bcbdc0;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -1px;
    top:auto;
  }
  #history_cont #years li.year_4:after {
    width: 36px;
    height: 36px;
    background: #bcbdc0;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -19px;
    top:auto;
  }
  #history_cont #years li.year_4 span {
    margin-left:0;
  }
  #history_cont #years li.year_4 .year_content_4 {
    max-width: 100%;
    left:0;
  }


  #history_cont #years li.year_6:before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -8px;
    top:auto;
  }
  #history_cont #years li.year_6 .year_line {
    width: 1px;
    height: 100px;
    background: #c52b1e;
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -1px;
    top:auto;
  }
  #history_cont #years li.year_6:after {
    width: 36px;
    height: 36px;
    background: #c52b1e;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -19px;
    top:auto;
  }
  #history_cont #years li.year_6 span {
    margin-left:0;
  }
  #history_cont #years li.year_6 .year_content_6 {
    max-width: 100%;
    left:0;
  }
  #history_cont #years li.year_1:before {
    background: #c52b1e;
  }
  #history_cont #years li.year_2:before {
    background: #818285;
  }
  #history_cont #years li.year_3:before {
    background: #a9a9a9;
  }
  #history_cont #years li.year_4:before {
    background: #bcbdc0;
  }
  #history_cont #years li.year_5:before {
    background: #dcddde;
  }
  #history_cont #years li.year_6:before {
    background: #c52b1e;
  }
  #section_history {
    padding-top: 0 !important;
    padding-bottom: 120px !important;
  }
  #history_cont {
    padding:0;
  }
  .back-reference h1 {
    font-size:24px;
  }
  #home_news_column img {
    position: static;
    width:  100%;
  }
  #home_news_column p:last-child {
    margin-top:0;
  }
  #section_news {
    padding-top: 90px;
  }
  .reference-style-slider {
    max-width: 100%;
  }
  .reference-style-slider .swiper-slide {
    width:100% !important;
  }
  .reference-style-slider {
    height:220px;
  }
  .product-style-slider {
    height:300px;
    max-width: 100%;
    width:  100%;
  }
  .product-style-slider .swiper-slide {
    width:100% !important;
  }
  #section_products .container {
    height:auto !important;
  }
  #section_products .row {
    height: auto !important;
  }
  #quality-certificates {
    margin:15px 0;
  }
  #download-tab ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #extras-accordion .accordion .card-body {
    overflow-x: auto;
  }
  .pair-2398 header, .pair-2397 header {
    height: 68px;
  }
  .pair-2398 header .navbar-main #logo, .pair-2397 header .navbar-main #logo {
    margin-top:8px;
  }
  .pair-2398 header .navbar-main, .pair-2397 header .navbar-main {
    margin-top:0;
  }
  .pair-2398 #section-category-filter .architectural-cont .architectural-cat-item {
    width: 100%;
  }
  #product-family-page #productsInFamily .product-item {
    margin-bottom:15px;
  }
  #references-filters select {
    width:100%;
    margin:5px 0;
  }
  .pagination-not-special {
    display: block;
    text-align: center;
  }
  .pagination-not-special li {
    padding:0 10px;
  }
  .contact-hiza {
    max-width:20%;
  }
  .contact-hiza-content {
    max-width: 69%;
  }
  .search-form h2 {
    font-size:20px;
  }
}