/** FONTS 400 - 700 - 900 **/
body {font-family: 'Roboto Condensed', sans-serif !important;}
.logo-wrapper {padding-top : 20px; padding-bottom : 0; padding-left : 0 !important}
.logo-wrapper a {max-width: 120px; display: inline-block;}
.language-selector-wrapper { text-align: right; }
.language-selector-wrapper span{ color : #efefef; }
.logos-wrapper {text-align: center;}
a {outline : none !important;}
.info-wrapper {font-size : 0.9rem !important; color : #6d5e51;}
.info-wrapper ul.top-links {padding : 0; margin : 0; list-style: none; display: inline-block; float: right; position: relative; font-size : 11px;}
.info-wrapper ul.top-links li{list-style: none; float:left; margin-left : 10px;padding-left : 10px;}
.info-wrapper ul.top-links li.search-link{border-left : 1px solid #ccc;}
.info-wrapper ul.top-links li.search-link span i{color : #ccc; font-weight: 400;}
.info-wrapper ul.top-links li.social-link{padding-left: 0; margin-left: 16px;}
.info-wrapper ul.top-links li.social-link a {font-size : 1rem;}
.info-wrapper ul.top-links li.social-link a.facebook i { color : #3b5998; }
a.language-selector {
  color : #a89f98;
  text-decoration: none;
  transition: all 0.3s;
}
.slider-wrapper > .row {
  background: #F2F0F0;
}

@media all and (min-width : 1200px) {
  .slider-wrapper .main-slogan {
    font-size: 2em;
    line-height: 2em;
    font-weight: 400;
  }

  .slider-wrapper .slide-item .tt {
    width: 30%;

    font-size: 1em;
    line-height: 1.4em;
    height: 33%;

  }
}

@media all and (max-width : 1200px) and (min-width : 768px) {
  .slider-wrapper .slide-item .tt {
    width: 30%;

    font-size: 0.7em;
    line-height: 1.4em;
    height: 42%;
  }
}

@media all and (max-width : 768px) {
  .slider-wrapper .slide-item .tt {
    width: 45%;

    font-size: 0.6em;
    line-height: 1em;
    height: 55%;
  }
}


a.language-selector.active, a.language-selector:hover {
  color: #FC6E51 !important;
  transition: all 0.3s;
}

.search-form {margin-top : 5px;}
.search-form .form-group {
  float: right;
  width : 100%;
  max-width : 130px;
  position: relative;
}
.slide-item {
  position : relative;
}

.slide-item .tt {
  position : absolute;
  z-index: 99;
  background: #FCD7B9;
  color : #5B4A47;
  padding : 5px;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column; /* column | row */
}

.slide-item .tt.order_0 {
  bottom : 0;
  left : 55%;
}

.slide-item .tt.order_1 {
  top : 10%;
  left : 0%;
}

.slide-item .tt.order_2 {
  top : 10%;
  right : 0%;
}

.slide-item .tt.order_3 {
  top : 0%;
  left : 15%;
}

.news-image {position: relative;}

.news-image-text {position: absolute; bottom : 10px; width : 50%; left : 50%; margin-left : -25%;color : #fff;text-align: center;}


.search-form .form-group button{
    position: absolute;
    border: none;
    outline: none;
    line-height: 33px;
    right: 10px;
    background: none !important;
    color: #868e95;
    top: 0;
}

.hide-on-mobile {display: block;}

.search-results {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-title {
  color: #fac933;
font-weight: 300;
}
.info-wrapper ul.top-links li.social-link a.youtube i {
  color : #ff0000 ;
}
.info-wrapper ul.top-links li.social-link a.linkedIn i{
  color : #0077b5 ;
}
.footer-wrapper {
  font-size : 13px !important;
  padding-top : 15px;
  padding-bottom : 15px;
}
.footer-wrapper ul {
  padding : 0;
  margin : 0;
}
.footer-wrapper li a{
  color : #607D8B;
}
.footer-wrapper li{
  list-style : none;
}
.footer-wrapper a.facebook,.footer-wrapper li.social-link a.youtube,.footer-wrapper li.social-link a.linkedIn{
  margin-right : 5px;  font-size : 18px !important;
}
.footer-wrapper a.facebook i {
  color : #3b5998;

}
.footer-wrapper li.social-link a.youtube i {
  color : #ff0000;
}
.footer-wrapper li.social-link a.linkedIn i{
  color : #0077b5;
}


.form-small-info {font-size : 80%;}
.info-wrapper ul.top-links li.social-link a{margin-right : 10px; color : #6d5e51 !important;}
.info-wrapper ul.top-links li.contact-info a{margin-left : 10px; color : #6d5e51 !important;margin-bottom : 10px;}
.carousel-indicators .active {
    background-color: #6f6052;
}

.carousel-indicators li{
  background-color: rgba(210, 210, 210, 1);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    font-weight: 500;
    color: #c73c4a;
}
.navigation {padding: 0; display: flex; width: 100%; justify-content: space-between;margin: 10px 0 10px 0;}

.navigation li{list-style: none;-webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  justify-content: space-between; text-align: right;}
  .navigation li a {padding-top : 5px; padding-bottom : 5px; font-size : 14px; color : #6d5d50; text-decoration: none; transition: all 0.3s; font-weight: 400;}

  .navigation li:not(.catalog-link):nth-last-child(-n+4) a {
    color : #a89f98;
  }

  .navigation li.catalog-link a {
    background: #fad674;;
    padding: 5px;
    border-radius: 12px;
    color: #fff;
  }

  .navigation li:hover a, .navigation li.current a {
    color : #c61436 !important;
  }

.contact-informations {
  padding-left : 0; padding-right: 0:
}
.contact-informations h5 {
  color: #6d5e51;
  font-size: 1rem;
  padding: 10px 0px 10px 0px; margin-bottom : 0;border-bottom: 1px solid #efefef;
}

.contact-informations .content-color {
  padding-top : 10px;
  font-size: 0.9rem;
}
.contact-informations .content-color > div {
  margin-bottom: 5px;
  color : #252525;
}

.contact-form {
  padding-left : 40px;
}
.contact-form h2{
  color: #6d5e51;
  font-size: 1rem;
  margin-bottom : 1rem;
  padding: 10px 0px 10px 0px;border-bottom: 1px solid #efefef;
}
.contact-form label {
  font-size : 0.9rem;
}

.contact-form .btn-default:hover {
  background: #fac933;
  color : #6d5e51;
}
.slider-bottom {
  width: 900px;
  margin-top : -48px;z-index: 12px;
}

.slider-bottom img {
  border-top : 8px solid #fac933;
}
.text-band {
    padding: 20px 0;
    margin : 10px;
    text-align: center;
    background: rgba(250, 201, 51, 0.72);
    color: #6d5e51;
    font-weight: 400;
    box-shadow: 4px 5px 11px rgba(109, 95, 82, 0.26);
    transition: all 0.6s;
    line-height: 1.2rem;
    font-size : 1rem;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all 0.6s;
}
.tab-links a {
  text-decoration: none; outline : none !important;
}
.tab-links.active .subPages_list {opacity : 1; transition: all 0.4s; max-height: inherit;}
.subPages_list {opacity: 0;transition: all 0.4s; max-height: 0px;overflow: hidden;}
.text-band:hover, a.active .text-band {
      background: #6d5e51;
      color: rgb(250, 201, 51);
      transition: all 0.6s;
}
ul.home-sub-pages {padding : 0; margin : 10px;}
ul.home-sub-pages li {list-style : none;}
ul.home-sub-pages li a{border-bottom : 1px solid #ccc; margin : 5px; display: inline-block; padding : 4px 9px; text-decoration: none; color : #888787;transition: all 0.4s;}

ul.home-sub-pages li a:hover {
  color : #c61436;
  transition: all 0.4s;
}
.styled-header {
  color : #423328;
  font-size : 1.5em;
}
.styled-text {
  color : #423328;
  font-size: 1em;
  margin-bottom : 15px;
}
a.read-more-link {
    color: #9e1a3b;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}
td strong, th {font-weight: 400;}
.downfiles .inner-content-text {
  font-size : 0.8rem;
  color : #636363;
}
.more-padding {padding : 20px 40px;}
.no-padding {padding-left: 0; padding-right: 0;}
.no-margin {margin-left: 0; margin-right: 0;}
.page-border {border-top : 4px solid #fac933;margin-bottom : 2rem;}
ul.top-links li.toggle-link {display: none;}

ul.navigation > li.mobile-infos {display: none;}
ul.navigation > li.mobile-infos ul {
  width : 100%;
  padding : 0;
  display: block;
}
ul.navigation > li.mobile-infos ul li {
  width : 100%;
  float:none;
  display: block;
}
ul.navigation > li.mobile-infos ul li.contact-info {
  width: 100%;
  float: none;
  display: inline-block;
  background: #fac933;
}
ul.navigation > li.mobile-infos ul li.contact-info a {
  display: block;
  width : 50%;
  color : #6d5e51;
  float : left;
  text-align: center;
}
.logos-slider-1, .logos-slider-2 {
    
    padding: 10px;
}
.calculator-icon {
  height : 79px;
  border-top : 0px !important;
}
.inner-content-text > p {margin-bottom : 0 !important;}

.right-content-menu ul {
  margin:0; padding:0;
}
.right-content-menu ul li {
  list-style: none;
}
.right-content-menu ul li a {
  margin: 5px 0px;
    display: inline-block;
    padding: 4px 0px;
  border-bottom: 1px solid #ccc;

    text-decoration: none;
    color: #888787;
    transition: all 0.4s;
}
.right-content-menu ul li a:hover,.right-content-menu ul li a.active {
  color: #0b324c;
  transition: all 0.4s;
}

.breadcrumb {
    padding: 0rem !important;
    margin-bottom: 0.8rem;
    list-style: none;
    background-color: rgba(233, 236, 239, 0);
    border-radius: .25rem;
}
.breadcrumb li a { font-size : 0.7em;     color: #a5a5a5 !important; }
.breadcrumb li.active a { color: #c62849 !important; }
.breadcrumb-item+.breadcrumb-item::before {
    color: #d2d2d2;
  }
.breadcrumb li:last-child a {color : #00324D !important;}

.product-category-name a {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(250, 201, 51, 0.72);
    color: #6d5e51;
    font-weight: 400;
    box-shadow: 4px 5px 11px rgba(109, 95, 82, 0.26);
    transition: all 0.6s;
    line-height: 1.2rem;
    font-size: 1rem;
    display: block;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    transition: all 0.6s;
}

.product-category-name a:hover {
    background: #6d5e51;
    color: rgb(250, 201, 51);
    transition: all 0.6s;
}

.showAlert {
    font-size: 13px;
    padding-top : 5px;
    padding-bottom : 5px;
    color: red;}
#categorySelect .item{display: flex;
    align-items: center;background: #fac933; text-align: center; border-radius : 12px; min-height : 60px; font-size : 12px;margin-bottom : 15px;}
    #categorySelect .item span {width : 100%;    line-height: 14px;cursor: pointer;}
.btn-action {
  background: #fac933;
  width: 100%;
}
#calculateResult div {
border: 1px solid #ccc;
padding: 4px 8px 4px 4px;
color: red;
width: 100%;
float : left;
font-weight: 600;
font-size: 15px;
}

.toggleSelectorItems {display: block; padding : 10px;}
@media all and (min-width: 1200px) {
.container {
    max-width: 1140px;
}

}


.swipe-helper {
  display: none;
}

@media all and (max-width: 576px) {
.container {
    max-width: 95%;
}

.contact-form {
  padding-left : 15px;
}
.text-center-spec {text-align: center;}
}
@media all and (max-width : 669px) {
  .no-margin-xs {
    margin-left : 0;
    margin-right : 0;
  }

  .swipe-helper {
    display: block;
    position : absolute;
    top : 50%;
    right : -10px;
    background: #fac933;
    margin-top : -45px;
    padding : 10px 0 10px 10px;
    width : 90px;
    height : 90px;
    border-radius: 50% 0 0 50%;
    -webkit-animation: rtl 2s; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: rtl 2s;
    animation-direction: alternate;
  }
  .hide-on-mobile {display: none;}

  @-webkit-keyframes rtl {
      from   {right: -90px;}
      to {right : -10px}
  }

  @keyframes rtl {
    from  {right: -90px;}
    to {right : -10px}
  }
  .mobile-app-icon {display : block;}
  .cevirim-modulu { display: none; }
}

  ul.navigation {display: none;}
  span.menu-toggle {display: none; }

  .img-fluid {
    width: 100%;
    max-width: auto;
    height: auto;
  }

@media all and (max-width : 424px) {
  .swiper-button-white {display: none !important;}

  .contact-form {
    padding-left : 15px;
  }
  .logo-wrapper {padding-top : 0px;}
  ul.navigation {display: none;}
  ul.top-links li:not(.toggle-link) {display: none;}
  ul.top-links li.toggle-link {display: block;}
  ul.navigation > li.mobile-infos {display: block;}
  .navigation li:not(.contact-info) > a {
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }
  span.menu-toggle {padding : 5px; font-size : 1.5rem;margin-top : 5px; display: block; clear:both;    color: #0b324c;}
  .styled-header {
    color : #423328;
    font-size : 1.3em;
  }

  table {
    font-size : 70% !important;
  }
}

@media all and (min-width : 425px) and (max-width : 767px) {

  .contact-form {
    padding-left : 15px;
  }
  ul.navigation {display: none;}
  ul.top-links li:not(.social-link) {display: none;}
  ul.top-links li.toggle-link {display: block;}
  ul.navigation > li.mobile-infos {display: block;}
  .navigation li:not(.contact-info) > a {
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }

  .styled-header {
    color : #423328;
    font-size : 1.3em;
  }


  table {
    font-size : 70% !important;
  }
}

@media all and (min-width : 768px) and (max-width : 991px) {
  ul.navigation {display: none;}
  ul.top-links li.toggle-link {display: block;}
  ul.navigation > li.mobile-infos {display: block;}

  .navigation li:not(.contact-info) > a {
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
  }
}

.goTop {
  position : fixed;
  bottom : 65px;
  right : 15px;
  width : 30px;
  height : 30px;
  display: none;
  line-height: 30px;
  background: #0b334d;
  text-align: center;
  font-size : 120%;
  border-radius : 50%;
  color:#fff !important;
  font-weight: bolder;
}
