/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.fl {
  color: #fff !important;
    display: inline-block;
    font-size: 35px;
    margin: 0 auto 12px;
    width: 82px;
}
.fi{
    color: #fff !important;
    display: inline-block;
    font-size: 35px;
}
.swiss-map-container {
  padding-right: 45px;
}
.swiss-map {
  background-position: 0 center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  width: 100%;
 }
body {
    padding: 0;
    font-size: 13px;
    font-family: Arial;
    color: #3E3E3E;
}  
h1 {
    font-size: 32px;
    margin-bottom: 21px;
    margin-top: 12px;
}
h2 {
    font-size: 26px;
    padding-bottom: 25px;
    margin-bottom: 12px;
}
h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 19px;
}
h4 {
    font-weight: 700;
}
h5 {
    font-weight: 700;
    font-size: 16px;
}
h6 {
    font-size: 14px;
    padding-bottom: 5px;
}
h1, h2, h3 {
    font-weight: 300;
}
h2, h3, h6 {
    border-bottom: 1px solid #CCCCCC;
}

a {         
  outline:none;
  color: rgba(0, 149, 203, 0.8);
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
a:focus, a:active, input:focus, input:active {
  outline: none !important;
  cursor: pointer;
} 
.align-center {
  text-align:center;
}
.align-right {
  text-align:right;
}
.align-left {
  text-align:left;
}
/*
 * 5 colonnes
 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*
 * header
 */
#header {
  position: sticky;
  top:0;
  width: 100%;
  z-index: 101;
  background: rgba(0,0,0,.8);  
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
body.admin-bar #header {
	top: 32px;
}
.navbar-brand, .navbar-brand img, .navbar-toggle {
  -moz-transition: height .5s, padding .5s;
  -o-transition: height .5s, padding .5s;
  -webkit-transition: height .5s, padding .5s;
  -ms-transition: height .5s, padding .5s;
  transition: height .5s, padding .5s;
}
.navbar-brand {
  height: 100px;
  padding: 40px 0;   
}
#branding img {
  width: auto;
}
.sticky .navbar-brand {
  height: 100px;
  padding: 31px 0;
}  

/*
 * nav
 */
.navbar-header {
  position: relative;
  z-index: 10;
}
#navbar {
    position: relative;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
#navbar nav {
    display: inline-block;
}
nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav ul li {
    display: inline-block;
    /*margin: 0 8px;*/
}
nav ul li a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 15px;
    display: inline-block;
    font-size: 16px;
}
nav ul li a:hover {
    text-decoration: none;
    color: #3E3E3E;
}
/*nav > ul > li.open:not(:hover) .dropdown-menu {
  display:none;
} */
/* dropdown */
/*.menu li:hover > .dropdown-menu {
  display:block;
}*/
.dropdown {
    position: none;
}
.dropdown-menu {
    background: #F7F7F7;
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0px 20px 30px 20px;
}
.dropdown-menu > li > a {
    margin-top: 30px;
    font-weight:bold;
    white-space: normal;
}
.dropdown-menu > .active > a, .dropdown-menu > li > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
}
a.dropdown-toggle:hover, a.dropdown-toggle:focus {
    text-decoration: none;
    color: #3e3e3e;
}
.dropdown-menu > li > a {
    padding: 0 0 10px 0;
    margin-bottom: 4px;
}
.dropdown-menu li li {
    display: block;
    margin: 0;
    padding: 5px 0;
}
.dropdown-menu li li a {
    padding: 0;
    text-transform: none;
    display: block;
    font-size: 14px;
}
.dropdown-menu li li.active a, .dropdown-menu li li:hover a {
    color: #C6C6C6;
}
.dropdown-menu > li {

}
.dropdown-menu .fourthDropSubMenu {
  margin-bottom: 35px;
}
/* search */
header .tx-indexedsearch-searchbox {
  cursor: pointer;
  display:inline-block;
}
header .tx-indexedsearch-searchbox .container {
  width: auto;
}
#header .tx-indexedsearch-whatis, #header .tx-indexedsearch-browsebox, #header .tx-indexedsearch-res, #header .tx-indexedsearch-browsebox, #header .tx-indexedsearch-noresults {
  display:none;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    padding: 3px 5px 5px 5px;
}
#header .no-result-found {
  display: none; 
}
/* /search */

/* lang-nav */
.lang-nav {
  display:inline-block;
}
.lang-nav li {
  list-style:none;
  display:inline-block;
}
.lang-nav li a {
  padding: 10px;
}

/* /lang-nav */

/*
 * content-top 
 */    
   
.first-content {
  padding-top: 100px;
}
.content-top {
  position:relative;    
}
.content-top > .container {
    position: relative;   
}
.content-img {
    /*background: url(http://placehold.it/2000x250);*/
    background-position: center center;
    background-size: cover;
    width:auto;
    height: 248px;
    overflow: hidden;
}  
.home-page .content-img {
    /*height: 450px;*/
    height:auto;
}
.content-img div[class^="csc"], .content-img div[class^="csc"] * {
  min-width: 100%;
  height: 100%;
  width: auto;
}
.content-img img {
  max-width: 100%;
  height: auto; 
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-top div[class^="csc"] figure img {
  background-size: cover;
  width: 100%;
  height:auto;
}
.content-img .slick-slider {
  overflow: hidden;
}
.content-img .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.content-img .slick-slider .slick-slide  {
  position: relative;
}
.content-img .slick-slider .slick-dots {
  bottom: 25px;
}
.content-img .slick-slider .slick-dots li.slick-active button:before {
 color: #fff;  
}
.content-img .slick-slider .slick-dots li button:before {
  opacity: 0.5;
}
.content-img .carousel, .content-img figure {
  background: #ffffff;
  height: 100%;
}
.content-top .carousel-inner .item {
  height: 248px;
}
.carousel-caption {
  bottom: 0;
}
.carousel-caption * {
  text-align:left;
  font-size: 115%;
}
.carousel-inner .item img {
  width: 100%;
}
.carousel-control {
  opacity: 0.3;
}
.box-links hr {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.content-top-box {
    position: absolute;
    top: 0;
    width: 100%;
}
.content-top-box > .container {
    position:relative;
}
.box-links {
    position: absolute;
    top:40px;
    right:35px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}
.box-links > div {
    padding: 20px 50px 20px 20px;
}
.content-links ul {
    padding-left: 0px;
}
.box-links li {
    list-style: none;
}
.box-links li:before {
    font-family: "FontAwesome";
    content: "\f101";
    margin-right: 7px;
}
.box-links a {
    color: #ffffff;
}
.title-links * {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

/*
 * content
 */
body #content .container {
    padding-top: 10px;
    padding-bottom: 50px;
}
#main-content {
    padding-bottom: 20px;
}
.btn, .powermail_submit, .tx-felogin-pi1 input[type="submit"] {
    border-radius: 0;
    border:none;
    background: #3e3e3e;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-shadow: none;
    color: #ffffff;
}
.btn:hover, .powermail_submit:hover, .tx-felogin-pi1 input[type="submit"]:hover {
    color: #3e3e3e;
    background: #e5e5e5;
    border:none;
    text-shadow: none;
    box-shadow: none;
}
.tx-felogin-pi1 input[type="submit"] {
  margin-top: 20px;
}
.fce-box-color {
    background: #E5E5E5;
    padding: 15px;
    margin-bottom: 20px;
}
/* breadcrumb */
.content-top .breadcrumb {
  position:absolute;
  bottom: 0;
  left: 15px;
  background: #ffffff;
  margin-bottom: 0;
}
.content-grey .breadcrumb,
.breadcrumb.bg-grey {
  background: #F7F7F7;
}
.breadcrumb {
    background: none;
    padding-left: 0;
    border-radius: 0;
}
.breadcrumb i {
    padding: 0 7px;
}
.breadcrumb a {
    color: #3e3e3e;
    font-size: 12px;
}
.breadcrumb a:hover, .breadcrumb .current-breadcrumb {
    color: #666666;
    text-decoration: none;
}

/* navigation latérale */
.second-nav-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
    color: #ffffff;
    background: #3E3E3E;
    padding: 15px;
    border-radius: 5px 5px 0 0;
}
.second-nav ul {
    padding-left: 0px;
}
.second-nav li {
    list-style: none;
    display:inline-block;
    width: 100%;
}
.second-nav a {
    color: #3e3e3e;
    font-size: 15px;
    margin-bottom: 2px;
    display: block;
    padding: 15px;
}
.second-nav > ul > li > a {
    color: #3E3E3E;
    text-decoration: none;
    background: #E5E5E5;
}
.second-nav > ul > li > a:after {
    content: "\f101";
    font-family: "FontAwesome";
    padding-left: 15px;
    float:right;
}
.second-nav > ul > li.open > a:after {
    content: "\f102";
}
.fourthSubMenu * {
  margin: 0;
  padding: 0;
}
.fourthSubMenu {
  position:relative;
  padding-right: 0;
  padding-bottom:0;
  background:#ffffff;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
  opacity: 0; 
}
.open .fourthSubMenu {
  opacity: 1;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.fourthSubMenu li a {
  background: #fafafa;
  color: #969696;
  border:none !important;
  margin:0 0 2px 0;
  padding: 15px;
  font-weight:normal;
}
.fourthSubMenu li.active a, .fourthSubMenu li:hover a {
  background: #fafafa;
  color: #3E3E3E;
}
/* news */   
.news-list-view .article {
  margin-bottom: 30px;     
  float:none;
  clear:both;
  display: inline-block;
}
.news-list-view .article-event a:hover {
  text-decoration:none;
}
.news-list-view .article-content, .news-single .article-content {
  float:left;
  width: 60%;
}
.news-list-view .article .news-img-wrap {
  display: inline-block;
  float:right;
  margin-right: 0;
  margin-top:7px;
}
.news-list-view .article .news-img-wrap a,
.news .article .news-img-wrap a {
  border: none;
  padding: 0;
  display:block;
}
.news-list-view h4 {
  margin-top:5px;
}
.news-list-view h4 a {
  color: #3E3E3E;
}
.news-list-date, .news-list-view .news-list-category {
  color: #A3A3A3;
  font-size: 80%;
}
.news-date-cat-separator {
  color: #A3A3A3;
}
.news-list-category {
  width: 300px;
  margin-top: 0;
}
.news-single .article .news-img-wrap {
  width:317px;
  margin-left:0;
}
.news-single img {
  width: 305px !important;
  height:auto;
}
.news-single .news-img-wrap a {
  margin-bottom: 30px;
}
/* events */
.news-list-view .article-event {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.article-event a:hover .date-event {
  background: #000000;
}
.article-event a:hover .content-event {
  color: #A3A3A3;
}
.article-event a:hover .more-event {
  color: #000000;
}
.date-event {
  float: left;
  color: #ffffff;
  background: #3E3E3E;
  padding: 8px;
  border-radius: 34px;
  text-align: center;
  height: 60px;
  width: 60px;
  font-size: 15px;
  margin-right: 15px;
}
.date-event-day {
  font-weight:bold;
}
.date-event-month:first-letter {
  text-transform: uppercase;
}
.content-event {
  color: #3E3E3E;
}        
.content-event h5 {
  margin: 4px 0 2px 0;
  font-size: 15px;
}
.more-event {
  text-align:right;
  font-size: 16px;
}
/* Formulaires */
.tx-powermail label {
  display:block;
}
.powermail_fieldwrap {
  margin-bottom: 20px;
}
.powermail_legend {
  display:none;
}
.powermail_input, .powermail_textarea {
  width: 100%;
}
.powermail_captcha {
  width: 50%;
}
/*sitemap*/
.csc-sitemap a {
  padding: 0;
  display:block;
}
.csc-sitemap a:hover {
  text-decoration:underline;
}
.csc-sitemap ul ul {
  text-indent: 20px;
}
.csc-sitemap ul ul ul {
  text-indent: 40px;
}
.csc-sitemap li {
  display:block;
  list-style: circle;
}
.csc-sitemap > ul > li > a {
  font-weight:bold;
}
.csc-sitemap ul ul ul a {
  text-transform:none;
}
/* login */
.btn-login {
  margin-top: 15px;
}

/* table */
table tr td {
  border:1px solid #c6c6c6;
  padding: 7px 10px;
}
table thead {
  border:2px solid #c6c6c6;
}
table thead th {
  background: #c6c6c6;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 10px;
  font-weight:bold;
  font-size: 110%;
}
/* /table */

/*
 * footer
 */
footer {
    padding: 10px 0 50px 0;
    background: #E5E5E5;
}
footer * {
    color: #3E3E3E;
}
footer p {
    margin: 0;
}
footer a {
    text-decoration: underline;
    color: #3E3E3E;
}
footer h3,
footer .h3-footer {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
    padding-bottom: 13px;
}

/*
 * footer-nav
 */
.footer-nav {
    background: #3E3E3E;
}
.footer-nav *, .footer-nav ul li:hover a {
    color: #D9D9D9;
}
.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin : 12px 0;
}
.footer-nav ul li {
    display: inline;
    border-right: 1px solid #D9D9D9;
}
.footer-nav ul li a {
    padding: 0 12px;
}
.footer-nav ul li:first-child a {
    padding-left: 0;
}
.footer-nav ul li:last-child {
    border-right: none;
}

/* ------------------ */
/* --- Responsive --- */
/* ------------------ */
.navbar-toggle {
    background: #000000;
}
.navbar-toggle .icon-bar {
    background: #ffffff;
}
@media (min-width: 1600px) {
  .container {
    width: 1585px;
  }
}
@media (max-width: 1200px) {
    .news-list-view .article-content, .news-single .article-content {
      width: 52%;
    }
}
@media (max-width: 992px) {
    .breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }
    #main-content {
        border:none;
        padding-bottom: 0;
    }
    .clear-third {
      clear:both;
    }
    .clear-fourth {
      display:none;
    }
}
@media (min-width: 767px) {
  nav > ul > li.open:not(:hover) .dropdown-menu {
    display:none;
  }
  .menu li:hover > .dropdown-menu {
    display:block;
  }
  
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .icon-next, .carousel-control .fa-angle-right {
      right: 50%;
      margin-right: -10px;
  }
  .carousel-control .icon-prev, .carousel-control .fa-angle-left {
      left: 50%;
      margin-left: -10px;
  }
  .carousel-control .fa-angle-right, .carousel-control .icon-next {
      margin-right: -15px;
  }
  .carousel-control .fa-angle-left, .carousel-control .icon-prev {
      margin-left: -15px;
  }
  .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 50px;
  }

}
@media (max-width: 767px) {
    .navbar-brand {
      height: 85px;           
    }
    #branding {
      width: 85%;
    }
    #branding img {
      width: 100%;
    }
    .content-img {
        display: none;
    }
    .content-top-box {
      position:relative;
    }
    .box-links {
        position: relative;
        right: 0;
        top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-links > div {
        padding-right: 20px;
    }
    .title-links {
        text-align: center;
    }
    .search-container {
        width: 90%;
    }
    .search-box {
        transition: none;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        box-shadow: -3px 3px 4px #f1f1f1;
        background: #eee;
    }
    .search-box:focus {
        transition: none;
        padding-left: 15px;
        cursor: text;
        width: 100%;
    }
    .search-icon {
        position: absolute;
        right: 8px;
        top: 6px;
        left: auto;
    }
    #search-submit {
        height: 0;
    }
    a .fa-home {
        font-size: 18px;
    }
    .navbar-toggle {
        padding: 4px;
        border:2px solid #3e3e3e;
        margin-top: 12px;
    }
    .navbar-toggle:focus {
        background: #ffffff;
    }
    .navbar-toggle:focus .icon-bar {
        background: #3e3e3e;
    }
    .navbar-toggle .icon-bar {
        width: 17px;
    }
    #navbar {
        position: none;
    }
    #navbar nav {
        float: none;
        margin-right: 0;
        padding-right: 0;
        margin-top: 0;
        width: 100%;
    }
    #nav > ul > li > a {
        font-weight:bold;
    }
    nav ul li, nav > ul > li.active {
        display: block;
        margin-left: -15px !important;
        margin-right: -15px !important;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
    }
    nav ul li:first-child {
        border-top: 1px solid #e5e5e5;
    }                 
    nav > ul > li:focus, nav > ul > li.open, nav > ul > li:hover {
        background: #3e3e3e;     
    }
    nav > ul > li.active, nav > ul > li.open, nav > ul > li:hover {
        border-bottom: 1px solid #e5e5e5;
    }
    nav > ul > li.open > a, nav > ul > li:focus > a, nav > ul > li:hover > a, nav >  ul > li > a:hover {
        color: #ffffff !important;
        border-bottom: none;
    }
    nav ul li a {
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    #header .dropdown-menu {
      position:relative;
      padding: 0 !important;
    }  
    #header .dropdown-menu li {
      margin: 0 !important;
      padding: 0;
    }
    .dropdown-menu > li > a {
      margin: 0;
      padding: 11px;
      font-weight: normal;
    }
    #header .fourthDropSubMenu a {
      padding-top: 9px;
      padding-bottom: 9px;
    } 
    #header .dropdown-menu > .active > a, #header .dropdown-menu > li > a, #header .dropdown-menu > .active > a:hover, #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {
      border: none;
      background: #E5E5E5;
      color:#3E3E3E;
      border-bottom: 1px solid #DBDBDB;
    }
    .search-container {
        width: 100%;
        right: 0;
        top:0;
        position: relative;
    }
    h1, h2, h3, h4, h5, h6, p {
        text-align: center;
    }
    .news-list-view .article, .news-single .article, .news-single .news-list-category {
      text-align:center;
    }
    .news-single .news-list-category, .news-single .article .news-img-wrap {
      width: 100%;
    }
    .news-list-view .article-content, .news-single .article-content {
      float:none;
      width: 100%;
      margin-bottom: 15px;
    }
    .article-content .teaser-text {
      text-align:center;
    }
    .news-list-view .article .news-img-wrap, .news-single .article .news-img-wrap{
      float:none;
    }
    .mediaelement.mediaelement-image {
        display: inline-block;
    }   
    .date-event {
      margin-right: 15px;
    }
    .content-event {
      float:none;
      width: 95%;
      text-align:left;
    }  
    .content-event h5 {
      text-align:left;
    }
    .powermail_captcha {
      width: 100%;
    }              
    .csc-sitemap li {
      border:none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      text-align:left;
    }
    footer {
        padding-bottom: 40px;
    }
    footer, .footer-nav {
        text-align: center;
    }
    footer h3,
    footer .h3-footer {
        margin-top: 50px;
    }
    footer .col-md-3:first-child h3 {
        margin-top: 20px;
    }
}


/* --------------------- */
/* --- AVESCO STYLES --- */
/* --------------------- */

/* --- GENERAL STYLES --- */
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

html { 
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
::selection {
  background: #A91221;
  color: #fff;
}
::-moz-selection {
  background: #A91221;
  color: #fff;
}
#main-content {
  color: #000;
  padding-bottom: 0px;
}
#main-content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
#main-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  font-weight: 700;    
  letter-spacing: 0px;
  margin-top: 0px;
  text-align: left; 
  text-transform: uppercase;
}  
#main-content h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}      
#main-content h4 {   
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 0px;
  letter-spacing: 0.7px;
  line-height: 28px;
}
#main-content .product-details h1 {   
  font-size: 60px;            
  margin-bottom: 50px;
}
#main-content .product-details h2 {   
  font-size: 30px;              
  margin-bottom: 25px;
}
#main-content .product-details h3 {     
  font-size: 25px; 
  margin-bottom: 28px;
} 
#main-content .product-details h4 {     
  font-size: 20px;  
  margin-bottom: 45px;
}
h2, h3, h4, h5 {
  border-bottom: 0;
}
h2, .home-page h2, #main-content .bg-grey h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 60px;
  margin-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}
#main-content p + ul {
  margin-top: -15px; 
}
#main-content ul {
  margin-bottom: 40px; 
}
#main-content ul li {
  color: #222;
  font-size: 18px;
  line-height: 1.56;
}
#main-content p a,
#main-content ul li a {
  color: #A91221; 
}
.bg-grey {
  background: #F7F7F7;
}
.bg-yellow {
  background: #FECE12;
}
.bg-black {
  background: #000;
}
.bg-black h2 {
  color: #fff;
}
body #content .container {
  padding-top: 90px;
  padding-bottom: 115px;
}
body #content.first-content > .container:first-of-type,
body #content.first-content > .bg-grey:first-of-type > .container {
  padding-top: 140px;
  padding-bottom: 0px;
}
body #content.product-content.content-grey .container {
  padding-top: 130px !important;
}
#content.product-content.content-grey {
  background: #f7f7f7;
}
#content.content-grey {
  background: #f7f7f7;
}
.yith-request-a-quote-page .woocommerce input.button,
.button {
  border: none;
  border-radius: 0;
  background: #A91221;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 75px;
  text-transform: uppercase;
}

.button:hover, .button:focus {
  background: #7c222b;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-top {
  background: #777;
  bottom: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 39px;
  height: 73px;
  opacity: 0.75;
  line-height: 73px !important;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 73px;
  z-index: 2;  
}
.scroll-top:hover, .scroll-top:focus {
  background: #444;
  color: #fff;
  text-decoration: none; 
}

.content-top .breadcrumb {
    background: #fff!important;
    left: 0px;
    padding: 17px 17px 0px 17px!important;
    border-radius: 0;
}
.content-grey .breadcrumb, .breadcrumb.bg-grey {
    background: #F7F7F7;
}
.breadcrumb {
  margin-bottom: -6px;
}
.breadcrumb a {
  background: #F7F7F7;
  color: #000;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
  margin-right: 0px;
  padding: 10px 16px;
  position: relative;
}
.breadcrumb a:hover {
  color: #A91221;
}
.breadcrumb a:after {
  background: url(../img/logo-icons/arrow.svg) no-repeat center;
  content: "";
  position: absolute;
  top: 0px;
  right: -8px;
  width: 20px;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.content-grey .breadcrumb a:after {
  background: url(../img/logo-icons/arrow-grey.svg) no-repeat center;
  content: "";
  position: absolute;
  top: 0px;
  right: -8px;
  width: 20px;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.content-grey .breadcrumb a,
.breadcrumb.bg-grey a {
  background: #fff;
}
.breadcrumb.bg-grey a {
  background: #fff;
}
.breadcrumb a:first-of-type {
  padding: 10px 16px 10px 12px; 
}
.breadcrumb .current-breadcrumb {
  background: #FECE12;
  color: #000;
  display: inline-block;
  font-size: 12px;
  padding: 10px 12px 10px 16px;
  position: relative;
}
.breadcrumb .current-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 20px solid #FECE12;
  border-left: 20px solid transparent;
}
.breadcrumb .current-breadcrumb:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #FECE12;
  border-left: 20px solid transparent;
}

.home-page .content-img {
  background: none;
  min-height: 300px;
}
.carousel-inner {
  display: block;
  height: 100%;
}
.content-top .carousel-inner .item {
  height: 100% !important;
}
.slick-slider .slick-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
  max-width: inherit;
  min-height: 300px;
}

#html5-watermark { 
  display: none !important;  
}

/* --- HEADER STYLES --- */
#header {
  background: rgba(169,18,33,0.85);
  font-family: 'Roboto Condensed', sans-serif;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.sticky, #header:hover {
  background: rgba(169,18,33,1);
}
#header .container-fluid {
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
}
#header .navbar-header {
  padding-left: 55px;
}
#header .navbar-brand {
  height: 90px;
  padding: 21px 0px;
}
#header #branding {
  float: left;
}
#header #branding img {
  height: auto;
  width: 270px;
}
#header .print-logo {
  display: none; 
}
#header .header-contact {
  float: left;
  margin-left: 40px;
  padding-top: 24px;
}
#header .header-contact p {
  color: #fff;
}
#header .header-contact .header-contact-text {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.25px;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}
#header .header-contact .phone-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  letter-spacing: 0.8px;
}
#header .header-contact .phone-number a {
  color: #fff;
  text-decoration: none; 
}
#header .header-contact .phone-number .icon-phone {
  margin-right: 8px;
  font-size: 23px;
}
#header #navbar {
  float: right;
  height: 90px !important;
  padding: 0px;
}
#navbar nav {
  display: block;
  float: left;
  height: 100%;
}
#navbar nav > ul {
  display: flex;
  align-items: center;
}
#navbar nav ul {
  height: 100%;
}
#navbar nav ul li {
  margin-right: 58px;
  position: relative;
  height: 100%;
}
#header nav ul li a {
  letter-spacing: 0.5px;
  padding: 0px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}
#header nav ul li a:hover {
  color: #FECE12; 
}
#header nav ul li a:focus {
  color: #fff; 
}
#header nav ul li.active > a {
  color: #FECE12;
}
#header nav ul li.has-sub .fa {
  display: none;
}
#header .dropdown-menu {
  background: rgba(169,18,33,1);
  height: auto;
  left: -20px;
  min-width: 200px;
  padding: 0px;
  position: absolute;
  top: 70px;
  width: auto;
  border-radius: 0;
  border: none;
  white-space: normal!important
}
#header .dropdown-menu li {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
#header .dropdown-menu li a {
  border: 0;
  color: #fff;
  font-weight: 700;
  line-height: inherit;
  margin: 0px;
  padding: 10px 20px 10px 35px;
  text-align: left;
}
#header .dropdown-menu li a:hover {
  background: #76110B;
  border: 0;
  color: #fff;
}
#header .dropdown-menu .fourthDropSubMenu {
  display: none;
}
.open-dropdown >.dropdown-menu {
  display: block;
}
#header .search-lang {
  height: 90px;
  float: right;
}
#header .tx-indexedsearch-searchbox {
  background: rgba(0,0,0,0.36);
  display: block;
  float: left;
  height: 100%;
  padding: 0px 44px;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .tx-indexedsearch-searchbox:hover {
  background: rgba(0,0,0,0.5);
}
#header .tx-indexedsearch-searchbox:after {
  content: "\e9ae";
  color: #fff;
  font-family: 'avescoicon' !important;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  font-variant: normal;
  height: 26px;
  left: 0px;
  line-height: 50px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  width: 26px;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-form, #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: none;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-form {
  height: 100%;
  right: 89px;
  position: absolute;
  top: 0px;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
  border: 0px;
  font-size: 30px;
  font-weight: 400;
  height: 100%;
  padding: 0px 25px;
  width: 0px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
  width: 740px;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-form input:focus {
  border: 0px; 
}
::-webkit-input-placeholder {
    color: #E4E4E4;
}
:-moz-placeholder {
   color: #E4E4E4;
}
::-moz-placeholder {
   color: #E4E4E4;
}
:-ms-input-placeholder {
   color: #E4E4E4;
}
::-ms-input-placeholder {
   color: #E4E4E4;
}
::placeholder {
   color: #E4E4E4;
}
#header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button {
  background: none;
  height: 100%;
  right: -89px;
  margin: 0px;
  opacity: 0;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 89px;
  z-index: 1;
}
#header .lang-nav {
  background: rgba(169,18,33,0.85);
  display: block;
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
}
#header .lang-nav:after {
  background: #000;
  content: "\e90b";
  color: #fff;
  display: block;
  font-family: 'avescoicon' !important;
  font-size: 24px;
  height: 100%;
  line-height: 90px;
  position: absolute;
  text-align: center;
  top: -100%; 
  visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .lang-nav:hover:after {
  top: 0px; 
  visibility: visible;
}
#header .lang-nav ul {
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
}
#header .lang-nav:hover ul {
  margin-top: 90px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .lang-nav li {
  display: block;
  height: 0px;
}
#header .lang-nav li.active {
  display: block;
  height: 100%;
}
#header .lang-nav li a {
  color: #fff;
  display: block;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
  padding: 0px 36px;
}
#header .lang-nav li a:hover {
  text-decoration: none;
}
#header .lang-nav li.active a {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
#header .lang-nav:hover li {
  height: 100%; 
}
#header .lang-nav:hover li a {
  background: #af2c3c;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
#header .lang-nav:hover li a:hover {
  background: #a82b3a;
}
#header .lang-nav:hover li.active a {
  background: #89232e;
}
#header .lang-nav:hover li.active a:hover {
  background: #7c222b;
}
.navbar-toggle {
  background: rgba(0,0,0,0.85);
}
#header.sticky .navbar-toggle {
  background: rgba(0,0,0,1);
}
#header .print-title {
  display: none; 
}

.quote-request {
  -moz-box-shadow: -2px 2px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.1);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.1);
  background: #FECE12;
  bottom: -86px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 28px  38px 28px 30px;
  position: absolute;
  font-family: 'Roboto Condensed', sans-serif;
  right: 0px;
  text-transform: uppercase;
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quote-request.second-button {
  top: 185px;
  bottom: inherit;
  background: #000;
  color: #fff;
  z-index: 0;
  position: fixed;
}
.quote-request:hover,
.quote-request:focus {
  text-decoration: none; 
  color: #000;
}
.quote-request.second-button:hover,
.quote-request.second-button:focus {
  text-decoration: none; 
  color: #fff;
}
.quote-request .icon-file-text,
.quote-request .icon-corner-up-right,
.quote-request .icon {
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  float: left;
}
.quote-request span:last-of-type {
  display: block;
  float: left;
  margin-top: 8px;
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sticky .quote-request {
  right: -154px;
}
.sticky .quote-request.first-button {
  right: -198px;
}
.sticky .quote-request.second-button {
  right: -198px;
}
.sticky .quote-request.second-button.rent-btn {
  right: -220px;
}
.sticky .quote-request.rent-btn {
  right: -220px;
}
body:lang(de) .sticky .quote-request {
    right: -118px;
}
body:lang(de) .sticky .quote-request.first-button {
  right: -156px;
}
body:lang(de) .sticky .quote-request.second-button {
  right: -156px;
}
body:lang(de) .sticky .quote-request.second-button.rent-btn {
  right: -218px;
}
body:lang(de) .sticky .quote-request.rent-btn {
  right: -218px;
}
body:lang(de) .quote-request:hover {
  right: 0px;
}
body:lang(de) .quote-request.second-button:hover {
  right: 0px;
}
body:lang(de) .quote-request.second-button.rent-btn:hover {
  right: 0px;
}
body:lang(de) .quote-request.rent-btn:hover {
  right: 0px;
}
body:lang(de) .sticky .quote-request:hover {
  right: 0px;
}
body:lang(de) .sticky .quote-request.second-button:hover {
  right: 0px;
}
body:lang(de) .sticky .quote-request.second-button.rent-btn:hover {
  right: 0px;
}
body:lang(de) .sticky .quote-request.rent-btn:hover {
  right: 0px;
}
.sticky .quote-request:hover {
  right: 0px;
}
.sticky .quote-request.second-button.rent-btn:hover {
  right: 0px;
}
.sticky .quote-request span:last-of-type {
  opacity: 0;
}
.quote-request:hover span:last-of-type,
.sticky .quote-request:hover span:last-of-type {
  opacity: 1;
}
body:lang(de) .quote-request:hover span:last-of-type,
body:lang(de) .sticky .quote-request:hover span:last-of-type {
  opacity: 1;
}


/* --- CAROUSEL STYLES --- */
.first-content {
  padding-top: 0px;
}
.content-top .slick-slider .slick-arrow {
  display: none;
}
.content-top .carousel-caption {
  bottom: 45px;
  left: 10%;
  max-width: 700px;
  right: 10%;
  text-align: left;
}
.content-top .carousel-caption h1 {
  background: #FECE12;
  -moz-box-shadow: 15px 0 0 0 #FECE12, -15px 0 0 0 #FECE12;
  -webkit-box-shadow: 15px 0 0 0 #FECE12, -15px 0 0 0 #FECE12;
  box-shadow: 15px 0 0 0 #FECE12, -15px 0 0 0 #FECE12;
  color: #000;
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-shadow: none;
  text-transform: uppercase;
  position: relative;
}
@-moz-document url-prefix() {
  .content-top .carousel-caption h1 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /*.content-top .carousel-caption h1::before {
    background: #FECE12;
    content: "";
    height: 60px;
    left: -15px;
    position: absolute;
    top: 65px;
    width: 15px;
  }
  .content-top .carousel-caption h1::after {
    background: #FECE12;
    content: "";
    height: 60px;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 15px;
  }*/
}
.content-top .carousel-indicators {
  bottom: 10px; 
}
.carousel-indicators li {
  background-color: rgba(255,255,255,0.5);
  border: 0;
}
.carousel-indicators li, .carousel-indicators .active {
  height: 19px;
  margin: 0px 6px;
  width: 19px;
}

#content > div:first-of-type .container {
  padding-top: 50px; 
}
/* --- EQUIPEMENTS LIST HOME --- */
.equipement-link a {
  color: #000;
  display: block;
  margin-bottom: 50px;
}
/*.equipement-link:nth-child(5n+1) {
  clear: left;
}*/
.equipement-link:nth-child(4n+1) {
  clear: left;
}
.equipement-link a:hover,
.equipement-link a:focus{
  color: #A91221;
  text-decoration: none; 
}
.equipement-link a > span {
  display: block;
  font-size: 125px; 
  margin-bottom: 15px;
  text-align: center;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.equipement-link a:hover > span {
  -moz-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.equipement-link .product-intro-cat {
  text-align: center;
}
.equipement-link .product-intro-cat span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase; 
}

/* --- DCE TILES ACTIVITY --- */
.tiles-container .tile {
  padding: 3px;
}
.tiles-container .tile a {
  display: block;
  color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tiles-container .tile a:after {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.25;
  position: absolute;
  top: 0px;
  width: 100%;
}
.tiles-container .tile a:hover:after {
  opacity: 0.35;
}
.tiles-container .tile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 2.5s ease;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
}
.tiles-container .tile a:hover img {
  transform: scale(1.1);
}
.tiles-container .tile span {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 4px;
  left: 0;
  margin: 0 auto;
  max-width: 285px;
  padding: 0px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tiles-container .tile span {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  left: 0px;
  letter-spacing: 4px;
  margin: 0 auto;
  max-width: 285px;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  }
}

/* --- HOMEPAGE TABS NEWS --- */
.home-page .nav-tabs {
  border-bottom: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.home-page .nav-tabs>li {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  padding: 20px;
}
.home-page .nav-tabs>li:first-of-type {
  border-right: 1px solid rgba(0,0,0,0.13);
}
.home-page .nav-tabs>li>a {
  border: 0;
  margin: 0px;
  padding: 0px;
}
.home-page .nav-tabs a {
  color: #ffffff;
}
.home-page .nav-tabs a h2 {
  margin: 0px;
  padding: 0px;
}
.home-page .nav-tabs>li.active>a,
.home-page .nav-tabs>li.active>a:focus,
.home-page .nav-tabs>li.active>a:hover {
  background: none;
  border: 0;
  color: #000000;
}
home-page .nav-tabs>li.active>a,
.home-page .nav-tabs>li.active>a:focus,
.home-page .nav-tabs>li.active>a:hover {
    background: none;
    border: 0;
    color: #000000;
}
.home-page .nav-tabs>li>a:hover {
  background: none;
  border: 0;
}
.home-page .tab-content {
  margin-top: 50px;
}
.news-carousel .slick-slider .slick-list {
  text-align: center;
}
.news-carousel .slick-slider .slick-prev,
.news-carousel .slick-slider .slick-next {
  width: 65px;
  height: 65px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.slick-prev:hover {
  left: -30px;
}
.slick-next:hover {
  right: -30px;
}
.news-carousel .carousel-control {
  background: none;
  font-size: 65px;
  opacity: 1;
  text-shadow: none;
  top: calc(50% - 32px);
  width: auto;
}
.news-carousel .article .news-img-wrap {
  background: none;
  float: left;
  margin: 0px;
  padding-left: 60px;
}
.news-carousel .article-content {
  max-width: 510px;
  padding-left: 40px;
  padding-top: 15px;
  text-align: left;
  width: auto;
}
.news-carousel .news-list-date {
  background: #000;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-right: 16px;
  padding: 6px 6px 6px 8px;
}
.news-carousel .news-list-category {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
}
.news-carousel h4,
.news-carousel h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  margin-bottom: 22px;
  margin-top: 22px;
}
.news-carousel h4 a,
.news-carousel h3 a {
  color: #000;  
}
.news-carousel .teaser-text {
  font-size: 16px;
  min-width: 470px;
  margin-bottom: 0px;
}
.news-carousel .teaser-text p {
  margin-bottom: 23px; 
}
.news-carousel .teaser-text .more {
  color: #000;
  text-decoration: underline;
}
.news-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0px;
}
.news-carousel .carousel-indicators li {
  background: #fff;
}
.news-carousel .carousel-indicators .active {
  background: #000;
}
.news-carousel .article {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.news-carousel .article .news-img-wrap img {
  min-height: inherit;
  max-width: 360px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-family: 'avescoicon' !important;
  font-size: 65px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.slick-slider .slick-prev:before {
  content: "\e90e";
}
.slick-slider .slick-next:before {
  content: "\e90f";
}
.slick-slider  .slick-dots {
  bottom: -35px;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-slider .slick-dots li button:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.ce-gallery img {
  height: auto;
  max-width: 100%;
}
.home-page .ce-gallery img {
  padding-right : 45px;
}

.home-page .col-sm-5 h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 55px;
  margin-top: 90px;
  text-transform: none;
}

/* --- PRODUCTS ITEM STYLES --- */
.product-list-content .col-sm-3 {
  position: relative; 
}

.product-list-menu a:last-of-type {
  margin-bottom: 0px;
}
.product-list-menu a:hover, .product-list-menu a:focus {
  color: #000; 
  text-decoration: none;
}
.product-item { 
  background: #fff; 
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
  padding: 25px 25px 21px 25px;
}
.product-item.purchase-item-container { 
  padding: 65px 68px 48px 68px;
}
#main-content .product-item.purchase-item-container .purchase-item h3 { 
  font-size: 30px;
  margin-bottom: 35px;
}
#main-content .product-item.purchase-item-container .purchase-item > p:last-of-type {
  margin-bottom: 53px;
}
.product-item.purchase-item-container .product-carousel {
  margin-bottom: 0px;
}
.product-item:last-of-type {
  margin-bottom: 0px; 
}
#main-content .product-item h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 12px;
  padding: 0px;
  text-transform: none;
}
.product-item .product-propertie-line {
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  padding: 11px 0px 12px 0px; 
}
.product-item .purchase-item .product-propertie-line {
  border-bottom: 0;
}
.product-item .purchase-item h3 {
  text-transform: uppercase !important;
}
.product-item .machine-propertie-value {
  color: #222222;
  font-weight: 700;
}
.product-item h3 a {
  color: #000;
}
.product-item h3 a:hover {
  text-decoration: none;
}
.product-item .product-btn-container p.btn {
  float: left;
  margin-bottom: 0px !important;
  margin-left: 0px;
  margin-right: 5px;
  width: calc(50% - 5px);
}
.product-item .product-btn-container a.btn {
  float: left;
  letter-spacing: 0.2px;
  margin-left: 5px;
  margin-right: 0px;
  width: calc(50% - 5px);
}
.product-item .purchase-item .product-btn-container a.btn {
  float: right !important;
  width: auto;
  padding: 11px 32px;
  margin-top: 15px;
}
.purchase-item .product-btn-container {
  padding: 0px 15px;
}
.product-item .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  margin-top: 23px;
  padding: 11px 0px;
  text-transform: uppercase;
  width: 100%;
}
:lang(de) .product-item .btn {
  font-size: 12px;
}
.product-item .btn.add-product {
  background: #FECE12;
  color: #000;
  font-size: 14px !important;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
:lang(de) .product-item .btn.add-product {
  font-size: 12px !important;
}
.product-item .btn.add-product.disable {
  opacity: 0.5;
}
.product-item .btn.add-product:hover {
  background: #fcc83a;
}
.product-item a.btn {
  background: #A91221;
  color: #fff;
}
.product-item a.btn:hover {
  background: #7c222b;
}
.product-item img.img-responsive {
  display: block;
  margin: 0 auto;
  max-height: 320px;
  max-width: 100%;
  width: auto; 
}
/* --- PRODUCTS DETAILS STYLES --- */
.product-single .product-details .product-category {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 16px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.product-single .product-details .col-md-offset-1.col-md-5 {
  padding-right: 90px; 
}
.product-single .product-details .product-btn-container > .col-sm-6:first-of-type {
  padding-right: 8px; 
}
.product-single .product-details .product-btn-container > .col-sm-6:last-of-type {
  padding-left: 8px; 
}
.product-single .product-details .product-btn-container [class*="col-"] {
  padding: 0px 6px;
}
.product-single .product-details .product-btn-container [class*="col-"]:first-of-type {
  padding-left: 15px;
}
.product-single .product-details .product-btn-container .btn.add-product {
  background: #FECE12;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 0px 17px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
:lang(de) .product-single .product-details .product-btn-container .btn.add-product {
  font-size: 16px;
}
.product-single .product-details .product-btn-container .print-link,
.product-single .product-details .product-btn-container .pdf-print a {
  background: #f7f7f7;
  color: #000;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 0px 19px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
:lang(de) .product-single .product-details .product-btn-container .print-link, :lang(de) .product-single .product-details .product-btn-container .pdf-print a {
    font-size: 16px;
}
.product-single .product-details .product-btn-container .print-link:hover,
.product-single .product-details .product-btn-container .print-link:focus,
.product-single .product-details .product-btn-container .pdf-print a:hover,
.product-single .product-details .product-btn-container .pdf-print a:focus {
  text-decoration: none; 
}
.product-single .product-details .product-btn-container .btn.add-product span,
.product-single .product-details .product-btn-container .print-link span,
.product-single .product-details .product-btn-container .pdf-print a span {
  font-size: 30px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.product-single .product-details .product-btn-container .pdf-print a span {
  margin-right: 0px; 
}
.product-single .product-details h4 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.product-single .product-details .table {
  margin-bottom: 70px; 
}
.product-single .product-details .table tr { 
  border-bottom: 1px solid #E5E5E5;
  padding: 0px;
}
.product-single .product-details .table td { 
  border: 0px;
  font-size: 18px;
  padding: 15px 15px 15px 0px;
}
.product-single .product-details .table td.machine-propertie-value {
  font-weight: 700;
  padding: 15px 0px;
}
.product-single .product-details .html5lightbox {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
}
.product-single .product-details .html5lightbox img {
  height: auto;
  max-width: 100%;
}
.product-single .product-details .carousel-inner .item .html5lightbox {
  height: 100%;
  margin-bottom: 0px;
}
.product-single .product-details .html5lightbox:last-of-type {
  margin-right: 0px;
}
.product-single .product-details .print-info {
  display: none; 
}
#main-content .related-product h2 {
  text-align: center; 
}
.product-carousel {
  margin-bottom: 95px; 
}
.product-carousel #productVideoCarousel {
  display: none; 
}
.product-carousel #productVideoCarousel .item video, .product-carousel #productVideoCarousel .item iframe {
  height: auto;
  min-height: 330px;
  width: 100%;
}
.product-carousel .carousel-inner {
  margin-bottom: 40px;
}
.product-carousel .carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  text-align: left;
}
.product-carousel .carousel-indicators li {
  border-radius: 0;
  border: 3px solid transparent;
  height: 96px;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
  text-indent: inherit;
  width: 130px; 
}
.product-carousel .carousel-indicators li.active {
  border: 3px solid #fece12;
}
.product-carousel .carousel-indicators li:last-of-type {
  margin-right: 0px;
}
.product-carousel .carousel-indicators li img {
  vertical-align: middle;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-carousel .carousel-indicators li video, .product-carousel .carousel-indicators li iframe {
  height: 100%;
  pointer-events: none;
  width: auto; 
}
.product-carousel .product-carousel-tabs {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 15px;
}
.product-carousel .product-carousel-tabs a {
  color: #e2e2e2;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 10px 12px 10px;
  text-transform: uppercase;
}
.product-carousel .product-carousel-tabs a.active {
  color: #a91221;
  position: relative;
}
.product-carousel .product-carousel-tabs a.active:after {
  background: #a91221;
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0px;
  position: absolute;
  width: 100%;
}
.product-carousel .product-carousel-tabs a:hover,
.product-carousel .product-carousel-tabs a:focus {
  text-decoration: none; 
}
.products-tabs .nav-tabs {
  border-bottom: 2px solid #6f6f6f;
}
.products-tabs .nav-tabs > li {
  margin-bottom: 3px;
}
.products-tabs .nav-tabs > li a {
  background: #f7f7f7;
  border-radius: 0;
  border: 0;
  color: #000 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}
.products-tabs .nav-tabs > li a:focus, .products-tabs .nav-tabs > li a:hover {
  border: 0; 
}
.products-tabs .nav-tabs > li.active a {
  background: #000;
  color: #fff !important;
}
.products-tabs .tab-content {
  padding: 25px 0px; 
}
.products-tabs .tab-content ul {
  padding: 0px; 
}
.products-tabs .tab-content ul li {
  list-style-type: none; 
}

/* --- STANDARD PAGE STYLES --- */
.content-img {
  height: auto;
  overflow: inherit;
  position: relative;
}
.content-img .container {
  position: relative; 
}
.content-img header h1 {
  background: #000;
  bottom: 0px;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 10px 12px 6px 12px;
  position: absolute;
  text-transform: uppercase;
}
.content-img .top-product-icon {
  background: #FECE12;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -85px;
  padding: 45px;
  position: absolute;
  right: 0px;
}
.content-img .top-product-icon span {
  font-size: 192px;
}

#main-content p, #main-content li, .content-2-column {
  color: #222;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.56;
  letter-spacing: 0.2px;
}  
#main-content li {
  margin-bottom: 10px;
}
.content-img .ce-image .ce-column, .content-img .ce-gallery {
  margin-bottom: 0px !important;
}
.key-number-container {
  margin-bottom: -65px; 
}
.key-number-container .key-number-block {
  float: left;
  margin-bottom: 65px;
  text-align: center;
  width: 25%;
}
.key-number-container .key-number-block .key-number {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 57px;
  font-weight: 700;
}
#main-content .key-number-container .key-number-block .key-number-text {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  margin-bottom: 0px !important;
  padding: 0px 15px;
  text-align: center;
}
.ce-image .ce-column {
  margin-right: 0px;
  margin-bottom: 40px;
}

.contact-bloc {
  border-bottom: 1px solid #000;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
.contact-bloc:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-bloc a {
  color: #A91221;
  font-size: 18px; 
}
#main-content .contact-bloc h4 {
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.contact-bloc .contact-line {
  margin-bottom: 19px;
}
.contact-bloc .contact-line:last-of-type {
  margin-bottom: 0px; 
}
.contact-bloc .contact-line span {
  float: left;
  font-size: 20px;
  margin-right: 25px;
  margin-top: 2px;
}
.contact-bloc .contact-line > p,
.contact-bloc .contact-line > a,
.contact-bloc .contact-line > div,
.contact-bloc .contact-line > .hours {
  display: block;
  padding-left: 45px;
}
#main-content .contact-bloc .contact-line p {
  line-height: 1.33;
  margin-bottom: 0px; 
}
#main-content .accordion .accordion-item {
  border: 1px solid rgba(0,0,0,0.23);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 18px 22px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-content .accordion .accordion-item.open {
  border: 2px solid rgba(0,0,0,1);
}
#main-content .accordion h3 {
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: auto;
  margin-bottom: 0px;
  padding: 14px 60px 14px 0px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.accordion .ui-state-default:hover, .accordion .ui-state-default.ui-state-hover, .accordion .ui-state-default.ui-state-active {
  background: none;
  color: #000;
}
#main-content .accordion h3:focus {
  outline: none;
}
#main-content .accordion h3 .icon-plus {
  background: #A91221;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: calc(50% - 25px);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-content .accordion .ui-accordion-header-active .icon-plus {
  background: #FECE12;
}
#main-content .accordion .ui-accordion-header .icon-plus:before {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-content .accordion .ui-accordion-header-active .icon-plus:before {
  content: "\e984";
}
#main-content .accordion .ui-accordion-content {
   margin-top: 25px; 
}
#main-content .accordion p {
  margin-bottom: 20px; 
}
#main-content .accordion p + ul {
  margin-top: -10px;
}
#main-content .accordion hr {
  margin-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.23);
}
#main-content .accordion img {
  float: right;
  height: auto;
  padding-left: 25px;
  max-width: 50%;
}
    
/* --- NEWS LIST STYLES --- */
.news-list-view.tile-list .article-col:nth-child(2n+1){
  clear:left;
}
.news-list-view.tile-list .article-content {
  background: #fff;
  -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 30px 50px 30px;
  position: relative;
  top: -70px;
  width: 100%;
  max-width: 550px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list-view.tile-list a:hover,
.news-list-view.tile-list a:focus {
  text-decoration: none; 
}
.news-list-view.tile-list .article > a:first-of-type:hover .article-content {
  -moz-box-shadow: 0 2px 25px 0 rgba(169, 18, 33, 0.21);
  -webkit-box-shadow: 0 2px 25px 0 rgba(169, 18, 33, 0.21);
  box-shadow: 0 2px 25px 0 rgba(169, 18, 33, 0.21);
}
.news-list-view.tile-list .news-list-date,
.news-single .news-list-date {
  background: #000;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-right: 16px;
  padding: 8px;
}
.news-list-view.tile-list .news-list-category {
  font-size: 16px;
}
.news-list-view.tile-list img {
  border: 1px solid #E9E9E9;
}
.news-single .article .news-img-wrap img {
  width: 100% !important;
  height: auto !important;
}
#main-content .news-list-view.tile-list h4 {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 1.16;
  margin-bottom: 0px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-content .news-list-view.tile-list .article > a:first-of-type:hover h4 {
  color: #A91221;
  text-decoration: none; 
}
.news-list-view.tile-list .header {
  margin-top: 20px;
}
.news-list-view .article {
  padding-left: 40px;
}
.news-list-view .article:focus {
  outline: none;
}
.news-list-view.tile-list .align-center {
  clear: both;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* --- NEWS DETAIL STYLES --- */
.news-single .news-list-date {
  border-right: 0px;
}
.news-single img {
  width: auto !important;
}
.news-single .article .news-img-wrap {
  width: auto;
}
.news-backlink-wrap {
  margin-top: 90px;
}

/* --- FORM STYLES --- */
.tx-powermail .container-fluid {
  padding: 0px; 
}
#main-content .tx-powermail h3 {
  margin-bottom: 50px;
  text-transform: none; 
}
.powermail_fieldset .powermail_fieldwrap {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  float: none;
}
.powermail_fieldset .layout1, .powermail_fieldset .layout2 {
  clear: none;
  float: left;
  width: 50%;
}
.powermail_fieldset .layout4, .powermail_fieldset .layout5, .powermail_fieldset .layout6 {
  clear: none;
  float: left;
  width: 33.33333333%;
}
.tx-powermail .layout1, .powermail_fieldset .layout4 {
  padding: 0px 30px 0px 0px;
}
.tx-powermail .layout2, .powermail_fieldset .layout5 {
  padding: 0px 0px 0px 0px;
}
.tx-powermail .layout3 {
  padding: 0px 30px 0px 0px !important;
  margin-right: 50%;
}
.powermail_fieldset .layout6 {
  padding: 0px 30px 0px 0px !important;
  width: 33.33333333%;
}
.tx-powermail .nolabel label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_type_input,
.tx-powermail .powermail_fieldwrap_type_textarea,
.tx-powermail .powermail_fieldwrap_type_select,
.powermail_fieldwrap_type_radio,
.powermail_fieldwrap_type_check,
.powermail_fieldwrap_type_date {
  margin-bottom: 45px;
}
.powermail_fieldwrap_type_textarea, .tx-powermail .powermail_fieldwrap_type_textarea {
  padding: 0px;
  float: left;
  width: 100%;
}
.tx-powermail .powermail_fieldset .input-field {
  position: relative;
}
.tx-powermail .powermail_fieldset .input-field:after {
  background: #a91221;
  bottom: 12px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-powermail .powermail_fieldwrap_type_textarea .input-field:after {
  background: #a91221;
  bottom: 8px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .tx-powermail .powermail_fieldwrap_type_textarea .input-field:after {
    background: #a91221;
    bottom: 12px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@supports (-ms-ime-align:auto) {
  .tx-powermail .powermail_fieldwrap_type_textarea .input-field:after {
    background: #a91221;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  } 
}
#main-content .only-location p,
#main-content .only-purchase p {
  font-size: 13px;
  color: #888;
  font-weight: 700;
}
.tx-powermail .powermail_fieldset .input-field.active:after {
  width: 100%;
}
.tx-powermail .powermail_fieldset .input-field label.active, .tx-wng-catrental form#send-quote label {
  font-size: 13px; 
}
.tx-powermail .powermail_fieldset .input-field label,
.tx-wng-catrental form label {
 color: #888;
 left: 0;
}
.tx-powermail .powermail_fieldset .input-field.active label {
  color: #a91221;
}
.tx-powermail .powermail_fieldset .input-field .powermail_input,
.tx-powermail .powermail_fieldset .input-field .powermail_textarea,
.tx-wng-catrental form input, .tx-wng-catrental form textarea {
  border: 0;
  border-bottom: 1px solid #888;
  font-size: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tx-powermail .powermail_fieldset .input-field .powermail_input,
  .tx-powermail .powermail_fieldset .input-field .powermail_textarea {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    font-size: 18px;
  }
}
.tx-powermail .powermail_fieldset .input-field .powermail_textarea {
  margin: 0 0 8px 0;
  min-height: 170px;
  padding: 0px;
}
.tx-powermail .powermail_fieldset .input-field .powermail_textarea:focus {
  outline: none; 
}

.tx-powermail .powermail_fieldset ::-webkit-input-placeholder {
  opacity: 0;
}
.tx-powermail .powermail_fieldset :-moz-placeholder {
  opacity: 0;
}
.tx-powermail .powermail_fieldset ::-moz-placeholder {
  opacity: 0;
}
.tx-powermail .powermail_fieldset :-ms-input-placeholder {
  opacity: 0.1;
}
.tx-powermail .powermail_fieldset ::placeholder {
  opacity: 0;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text .powermail_field {
  color: #222222;
  font-size: 16px; 
}
.select-wrapper span.caret {
  color: #888;
}
.select-wrapper input.select-dropdown, .tx-wng-catrental form .select-wrapper input.select-dropdown {
  border-bottom: 1px solid #888;
  color: #222;
  font-size: 18px;
}
.tx-powermail .select-dropdown, .tx-wng-catrental form .select-dropdown {
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  background: #fff;
  display: none;
  padding: 0;
  max-height: inherit !important;
}
.tx-powermail .select-dropdown li, #send-quote .select-dropdown li {
  cursor: pointer;
  padding: 18px 40px;
  list-style-type: none; 
  width: 100%;
}
.tx-powermail .select-dropdown li:hover {
  background: #F7F7F7;
}
.tx-powermail .select-dropdown li:first-of-type {
/*   display: none; */
}
.select-wrapper+label {
  font-size: 13px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.checkbox label {
  font-size: 13px;
  color: #888;
}
.checkbox input[type=checkbox] {
  height: 100%;
  left: 0px;
  margin-left: 0px;
  width: 100%;
  margin-top: 0px; 
  z-index: 1;
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #888;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #A91221;
  border-bottom: 2px solid #A91221;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.tx-powermail label[for=powermail_field_recaptcha], .tx-powermail label[for=powermail_field_marker] {
  display: none;
}
.tx-powermail .powermail_submit, #send-quote .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #A91221;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  float: right;
  letter-spacing: 0.4px;
  padding: 19px 69px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tx-powermail .powermail_submit:hover, #send-quote .btn:hover {
  background: #7c222b;
}

/* --- SEARCH PAGE STYLES --- */
.tx-indexedsearch-rules {
  display: none; 
}
.tx-indexedsearch-searchbox p a {
  display: none;
}
ul.tx-indexedsearch-browsebox {
  padding-left: 0px;
}
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
ul.tx-indexedsearch-browsebox li:last-of-type {
  margin-right: 0px;
}
#main-content .tx-indexedsearch-searchbox {
    margin-bottom: 20px;
}
#main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
  border: 1px solid rgba(0,0,0,0.5);
  float: left;
  min-width: 300px;
  padding: 20px;
}
#main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-search-submit {
  float: left;
  position: relative;
}
#main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-search-submit input {
  background: #75212b;
  border: 1px solid #75212b;
  min-width: 60px;
}
#main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-search-submit:after {
  content: "\e9ae";
  color: #fff;
  font-family: 'avescoicon' !important;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  font-variant: normal;
  height: 26px;
  left: 0px;
  line-height: 62px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  width: 26px;
}

input[type=text]:focus:not([readonly]) {
  border: 1px solid rgba(0,0,0,0.5);
}
.tx-indexedsearch-browsebox {
  margin-bottom: 80px;
}
.tx-indexedsearch-res {
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
.tx-indexedsearch-res a {
  color: #A91221;
}
#main-content .tx-indexedsearch-description {
  margin-bottom: 15px; 
}
.tx-indexedsearch-percent,
.tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-text-item-path {
  float: left; 
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: -10px;
}

.frame-type-html iframe {
  max-width: 100%; 
}

/* --- FOOTER STYLES --- */
footer {
  padding: 55px 0px 45px;
  position: relative;
  z-index: 1;
}
footer, .footer-nav {
  background: #000;
  font-family: 'Roboto Condensed', sans-serif;
}
footer .container .container {
  padding: 0px;
  width: auto; 
}
footer h3,
footer .h3-footer {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-top: 0px;
  text-transform: uppercase;
}
footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-adress a {
  color: #969696;
  display: inline-block;
  font-weight: 400;
  margin-top: 30px;
  text-decoration: none;
}
footer .footer-adress a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-adress p:last-of-type {
  margin-top: 20px;
}
footer .footer-contact {
  margin-top: 35px;
}
footer .footer-contact .number {
  font-size: 21px;
  margin-top: 4px;
}
footer .footer-contact a {
  color: #fff;
  text-decoration: none;
}
footer .footer-contact .icon-phone {
  color: #fff; 
  margin-right: 8px;
}
.frame-type-menu_pages {
  float: left;
  width: 50%;
}
.frame-type-menu_pages ul {
  margin: 0px;
  padding: 0px; 
}
.frame-type-menu_pages ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.frame-type-menu_pages ul li a {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.frame-type-menu_pages ul li a span {
  color: #969696;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.frame-type-menu_pages ul li a:hover span {
  color: #fff;
  text-decoration: none; 
}
footer .icons-container .icon {
  display: block;
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 42px;
  text-align: center;
  text-decoration: none;
}
footer .icons-container .icon:hover {
  color: #fff;
  text-decoration: none;
}
footer .icons-container .icon span {
  background: rgba(255,255,255,0.15);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 36px;
  height: 82px;
  line-height: 82px;
  margin: 0 auto 12px;
  width: 82px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .icons-container .icon:hover span {
  background: rgba(255,255,255,0.20);
}
footer iframe {
  max-width: 100%;
}
.footer-nav {
  font-size: 14px;
  padding: 20px 0px;
  position: relative;
}
.footer-nav:before {
  background: #474747;
  content: "";
  height: 1px;
  left: 0px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
}
.footer-nav .container {
  text-align: center;
}
.footer-nav .copyright {
  color: #969696;
  font-weight: 400;
  margin-right: 20px; 
}
.footer-nav ul {
  margin: 12px 0;
}
.footer-nav .copyright, .footer-nav ul {
  display: inline;
}
.footer-nav .copyright a {
  color: #969696;
  text-decoration: none;
}
.footer-nav .copyright a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-nav ul li {
  border-right: 0;
}
.footer-nav ul li a {
  color: #969696;
  font-weight: 400;
}
.footer-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}

/* --- MAP AGENCIES STYLE --- */

#main-content #map{
  background-color:#eee;
  width:100%;
  height:850px;
}

#main-content .map h1{
  font-size:22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top:30px;
  margin-bottom:20px;
}

#main-content .map{
  overflow:hidden;
}

#main-content .map p{
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.content-agence{
  width: 100%;
  background-color:#000;
  padding:10px 15px 0px 10px;
  position: relative;
}

.content-agence .inner-agence{
  width: 100%;
  height:840px;
  background-color:#000;
  padding:0px 15px;
  overflow-y:scroll;
}

.innner-detail{
  height:850px;
  width: 100%;
  background-color:#000;
  overflow-y:hidden;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 99;
  padding:20px 30px;
}

#main-content .innner-detail h1{
  font-size:35px;
  font-weight: 700;
}

.group-list{
  padding-left:0px;
  margin-top:30px;
  margin-bottom:40px;
  font-size: 18px;
}

.list-detail{
  display:table;
  color:#969696;
}

.list-detail-icon, .list-detail-text{
  display: table-cell;
}

#main-content .list-detail-text p{
  margin-bottom:5px;
  font-size:16px;
}


.list-detail-icon span{
  font-size: 20px;
  color:#c5c5c5;
  position: relative;
  top: 3px;
  margin-right: 20px;
}

.uppercase{
  text-transform: uppercase;
}

.btn-map{
  background-color:rgba(169,18,33,1);
  color:#fff;
  padding:10px 20px;
  transition: 0.3s;
  border:none;
  border-radius: 4px;
  font-size:18px;
  font-weight: normal;
  animation-name: bounceInCross;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.btn-map:hover{
  background-color:rgba(169,18,33,0.8);
  transition: 0.3s;
  color:#fff;
}

.btn-map span{
  font-size: 20px;
  margin-right:10px;
  position:relative;
  top:2px;
}

/*.content-agence .inner-agence::-webkit-scrollbar-button{ display: block; height: 15px; border-radius: 0px; background-color: rgba(0,0,0,0); }
.content-agence .inner-agence::-webkit-scrollbar-button:hover{ background-color: rgba(0,0,0,0); }
.content-agence .inner-agence::-webkit-scrollbar-thumb{ background-color: #888888; border-radius: 100px; }
.content-agence .inner-agence::-webkit-scrollbar-thumb:hover{ background-color: #888888; border-radius: 100px; }
.content-agence .inner-agence::-webkit-scrollbar-track{ background-color: rgba(0,0,0,0); }
.content-agence .inner-agence::-webkit-scrollbar-track:hover{ background-color: rgba(0,0,0,0); }
.content-agence .inner-agence::-webkit-scrollbar{ width: 8px; } */

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{
  width:8px;
  background-color:#888888;
  right:10px;
  top:40px !important;
}

.close-detail{
  position: absolute;
  right:15px;
  top:10px;
  color:#969696;
  font-size: 45px;
  cursor:pointer;
  transition:0.3s;
  animation-name: bounceInCross;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.close-detail:hover{
  color:#fff;
  transition:0.3s;
}

@keyframes bounceInCross{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.1);
  }
  80%{
    opacity: 1;
    transform: scale(0.89);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}

.pr-0{
  padding-right:0px;
}

.pl-0{
  padding-left:0px;
}

.list-agence{
  list-style: none;
  padding-left:0px;
}

#main-content .list-agence{
  margin-bottom:0px;
}

#main-content .list-agence li{
  background: #fff;
  width:100%;
  padding:15px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color:#000;
  font-size:17px;
  font-weight: 700;
  margin-bottom:4px;
  cursor:pointer;
  transition: 0.3s;
}

.map-line-list{
  width:100%;
  opacity: 0.33;
    border: solid 3px #b3b3b3;
    margin-top:30px;
}

#main-content .list-agence li:last-child{
  margin-bottom:0px;
}

#main-content .tab-content7 .list-agence li:last-child, #main-content .tab-content8 .list-agence li:last-child{
  margin-bottom:25px;
}

#main-content .list-agence li.active, #main-content .list-agence li:hover{
  background-color:rgba(169,18,33,1);
  color:#fff;
  transition: 0.3s;
}

a#lien-itineraire[href=""] {
   display: none;
}

.list-agence .icon-marker{
  width:40px;
  height:40px;
  border-radius:100px;
  background-color:rgba(169,18,33,1);
  display:flex;
  justify-content: center;
  align-items:center;
  float:right;
  position: relative;
  top:-8px;
  text-align:center;
}

.icon-marker span{
  /* margin:auto; */
  color:#fff;
  font-size: 20px;
}

.gm-style-iw p{
  color:#555;
}

#main-content .innner-detail a{
  color:rgba(255, 255, 255, 0.67);
  transition: 0.3s;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#main-content .innner-detail a:hover, #main-content .innner-detail a:active{
  color:rgba(255, 255, 255, 1);
  transition: 0.3s;
  text-decoration: none;
}

.map-tab{
  padding:10px 5px 10px 5px;
  text-align:center;
  color:rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight:700;
  width:100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-tab.active.left:after{
  border : solid transparent ; 
  content : " " ; 
  height : 0 ; 
  width : 0 ; 
  position : absolute ; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid rgba(169,18,33,1);
  left : 50% ;
  margin-left:-16px;
  bottom : -10px ;
}

.map-tab.active.right:after{
  border : solid transparent ; 
  content : " " ; 
  height : 0 ; 
  width : 0 ; 
  position : absolute ; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid rgba(169,18,33,1);
  right: 50% ;
  margin-right:-16px;
  bottom : -10px ;
}

.map-tab.active{
  background-color:rgba(169,18,33,1);
  color:#fff;
  border-color:rgba(169,18,33,1);
}

#main-content .list-agence li:first-child {
  margin-top: 20px;
}

.pr-5{
padding-right:5px;
}

.pl-5{
padding-left:5px;
}

/* .mt-20{
  margin-top:20px;
}*/

/* --- CASE STUDIES STYLES --- */

#main-content .case-studies .tx-powermail h3 {
  display: none;
}
.case-studies > .form-solutions {
  display: none;
}
#main-content .case-studies h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.case-tile {
  border: 1px solid #E9E9E9;
  border-bottom: 3px solid #E9E9E9;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.case-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-img.custom-object-fit img {
  opacity: 0;
}
#main-content .case-tile p {
  background: #fff;
  padding: 14px 20px 29px 20px;
  line-height: 1.3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
.case-img {
  position: relative;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.case-img:after {
  content: "";
  background: rgba(169,18,33,.0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case-tile:hover .case-img:after {
  background: rgba(169,18,33,.7);
}
.case-tile span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #ffffff;
  position: absolute;
  background: rgba(169,18,33,.7);
  bottom: 0px;
  left: 0px;
  padding: 7px 20px;
  z-index: 1;
  text-transform: uppercase;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case-tile:hover span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #ffffff;
  position: absolute;
  background: rgba(169,18,33,.0);
  bottom: 0px;
  left: 0px;
  padding: 7px 20px;
  text-transform: uppercase;
}
#main-content .case-content-body .subtitle {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #a91221;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#main-content .case-content-body h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.case-list-content-container {
  background: #fff;
  margin-bottom: 0px;
  padding: 0px;
  height: 0px;
  overflow: hidden;
}
.display-active .case-list-content-container {
  border: 1px solid #E9E9E9;
  margin-bottom: 40px;
  padding: 70px;
  height: auto;
  overflow: auto;
}
.case-content-body {
  padding-right: 50px;
  text-align: justify;
}
.case-numbers-container {
  background: #000;
  color: #fff;
  padding: 32px;
}
.case-numbers {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.case-numbers:last-of-type {
  border-bottom: 0;
  padding-bottom: 0px;
}
.case-gallery {
  margin-top: 65px;
}
.case-gallery .carousel-inner {
  margin-bottom: 40px;
}
.case-gallery .case-carousel-tabs {
    border-bottom: 4px solid #e2e2e2;
    margin-bottom: 15px;
}
.case-gallery .case-carousel-tabs a {
  color: #e2e2e2;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 10px 12px 10px;
  text-transform: uppercase;
}
.case-gallery .case-carousel-tabs a.active {
  color: #a91221;
  position: relative;
}
.case-gallery .case-carousel-tabs a.active:after {
  background: #a91221;
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0px;
  position: absolute;
  width: 100%;
}
.case-gallery .carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  text-align: left;
}
.case-gallery .carousel-indicators li {
  border-radius: 0;
  border: 3px solid transparent;
  height: 96px;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
  text-indent: inherit;
  width: 130px;
}
.case-gallery .carousel-indicators li.active {
  border: 3px solid #fece12;
}
.case-gallery .carousel-indicators li img {
  vertical-align: middle;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#main-content .case-numbers-title {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#main-content .case-numbers .numbers {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 57px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
}
#main-content .case-numbers .numbers span {
  color: #a91221;
  margin-right: 15px;
}
#main-content .case-numbers .description {
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
  margin-bottom: 0px;
}
.case-content-header {
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#main-content .case-content-header p {
  display: inline-block;
  margin-right: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.case-content-header p:last-of-type {
  margin-right: 0px;
}
.case-content-header p span {
  float: left;
  margin-right: 14px;
  font-weight: bold;
  color: #a91221;
  letter-spacing: 0.8px;
}
.case-list-content:not(.active), .case-display:not(.display-active) .form-solutions {
  height: 0;
  overflow: hidden;
  width: 0 !important;
  min-height: 0 !important;
  max-height: 0px;
}
.form-solutions {
  border-top: 1px solid #E9E9E9;
  padding-top: 60px;
  margin-top: 70px;
}
.form-solutions .radio {
  float: left;
  margin: 5px 0px;
  margin-right: 30px;
  position: relative;
}
.form-solutions .powermail_fieldwrap_type_radio .powermail_field:after,
.form-solutions .powermail_fieldwrap_type_radio .powermail_field:before {
  display: table;
  content: " ";
}
.form-solutions .powermail_fieldwrap_type_radio .powermail_field:after {
  clear: both;
}
.form-solutions .radio:last-of-type {
  margin-right: 0px;
}
.form-solutions .powermail_fieldwrap_type_radio > label {
  color: #888;
  font-size: 13px;
  margin-bottom: 0px;
}
.form-solutions .radio label {
  font-size: 18px;
  font-weight: 400;
}
.remove-case-studies-content {
  color: rgba(0,0,0,.2);
  font-size: 35px;
  cursor: pointer;
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height .8s;
  -o-transition: max-height .8s;
  -webkit-transition: max-height .8s;
  transition: max-height .8s;
}
.remove-case-studies-content:hover {
  color: rgba(0,0,0,.5);
}
.display-active .remove-case-studies-content {
  max-height: 999px;
}


/* --- RESPONSIVE STYLES --- */

/* SCREEN UNDER 1600px */
@media (max-width: 1600px) {
  #header .navbar-header {
    padding-left: 25px;
  }
  #header .navbar-brand {
    padding: 23px 0px;
  }
  #header #branding img {
    width: 250px;
  }
  #header .header-contact {
    margin-left: 30px;
  }
  #navbar nav ul li {
    margin-right: 30px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 600px;
  }
  .content-img .top-product-icon span {
    font-size: 150px;
  }
  .news-carousel .carousel-control.left {
    left: -60px;
  }
  .news-carousel .carousel-control.right {
    right: -60px;
  }
  /*.product-btn-container > div {
    width: 100%;
  }*/
  .product-single .product-details .col-md-offset-1.col-md-5 {
    padding-right: 15px;
  }
  .product-single .product-details .product-btn-container p.btn {
    margin-bottom: 20px !important;
  }
  .product-single .product-details .product-btn-container .print-link {
    margin-bottom: 20px;
  }
  .product-single .product-details .product-btn-container .pdf-print a {
    margin-bottom: 40px;
  }
  .product-single .product-details .product-btn-container [class*="col-"] {
    padding: 0px 15px;
  }
  .product-item .product-btn-container p.btn {
    float: left;
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .product-item .product-btn-container a.btn {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .news-carousel .article .news-img-wrap {
    padding-left: 20px;
  }
  .news-carousel .article-content {
    max-width: 470px;
  }
  .news-carousel .teaser-text {
    min-width: 440px;
  }
  /* Agence map style */
  
  #main-content .list-agence li{
   font-size:15px;
  }

  .map-tab{
   font-size:12px;
  }
  :lang(de) .product-item .btn.add-product {
    font-size: 14px !important;
  }
  :lang(de) .product-item .btn {
    font-size: 14px;
  }
  .case-list-content-container {
    padding: 0px;  
  }
  .display-active .case-list-content-container {
    padding: 40px;  
  }
  .case-content-header p span {
    margin-right: 15px;
  }
  #main-content .case-content-header p {
    margin-right: 35px;
  }
  .case-content-body {
    padding-right: 15px;
  }
  .case-numbers-container {
    padding: 30px 25px;
  }
  #main-content .case-numbers .numbers {
    font-size: 55px;
  }
  #main-content .case-numbers .numbers span {
    display: block;
  }
}

/* SCREEN UNDER 1400px */
@media (max-width: 1400px) {
  #header .navbar-header {
    padding-left: 20px;
  }
  #header .header-contact {
    margin-left: 20px;
    padding-top: 34px;
  }
  #header .header-contact .header-contact-text {
    display: none;
  }
  #navbar nav ul li {
    margin-right: 22px;
  }
  #header .header-contact .phone-number {
    font-size: 22px;
  }
  #header .header-contact .phone-number .icon-phone {
    font-size: 20px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 575px;
  }
  #header .navbar-brand {
    padding: 25px 0px;
  }
  #header #branding img {
    width: 230px;
  }
  .content-img .top-product-icon {
    bottom: -60px;
  }
  .content-img .top-product-icon span {
    font-size: 120px;
  }
  .swiss-map {
    background-size: cover !important;
  }
  .case-img {
    height: 220px;
  }
}

/* SCREEN UNDER 1200px */
@media (max-width: 1200px) {
  .phone-number-text {
    display: none;
  }
  #header #branding img {
    height: auto;
    width: 200px;
  }
  #header .navbar-brand {
    padding: 27px 0;
  }
  #navbar nav ul li {
    margin-right: 18px;
  }
  #navbar nav ul li a {
    font-size: 15px;
  }
  #header .tx-indexedsearch-searchbox {
    padding: 0px 35px;
  }
  #header .tx-indexedsearch-searchbox:after {
    font-size: 24px;
    height: 24px;
    width: 24px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    right: 71px;
  }
  #header .lang-nav li a {
    font-size: 15px;
    padding: 0px 27px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 560px;
  }
  .quote-request.second-button {
    top: 170px;
    bottom: inherit;
  }
  .quote-request {
    bottom: -70px;
    padding: 20px 28px;
  }
  .sticky .quote-request {
    padding: 20px 28px;
  }
  .first-content {
    padding-top: 90px;
  }
  .container.without-img {
    margin-top: -90px;
  }
  .content-img .top-product-icon {
    bottom: -50px;
  }
  .content-img .top-product-icon span {
    font-size: 100px;
  }
  .icons-container {
    clear: both;
  }
  .equipement-link:nth-child(5n+1) {
    clear: none;
  }
  .equipement-link:nth-child(4n+1) {
    clear: left;
  }
  .swiss-map {
    background-position: -200px center !important;
  }
  .footer-info {
    margin-bottom: 60px;
  }
  .frame-type-menu_pages {
    margin-bottom: 30px;
  }
  .news-carousel .article .news-img-wrap {
    padding-left: 20px;
  }
  .news-carousel .article-content {
    max-width: 470px;
  }
  .news-carousel .teaser-text {
    min-width: 440px;
  }
  .case-img {
    height: 200px;
  }
  .case-numbers-container {
    text-align: center;
  }
  #main-content .case-numbers .numbers span {
    display: inline-block;
  }
}

/* SCREEN UNDER 1050px */
@media (max-width: 1050px) {
  #header .navbar-brand {
    padding: 29px 0;
  }
  #header #branding img {
    width: 175px;
  }
  #header .navbar-header {
    padding-left: 4px;
  }
  #header .header-contact {
    margin-left: 15px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 550px;
  }
  #navbar nav ul li {
    margin-right: 18px;
    max-width: 100px;
  }
  #header nav ul li a {
    letter-spacing: 0px;
  }
  .news-carousel .carousel-control {
    font-size: 45px;
    top: calc(50% - 23px);
  }
  .news-carousel .carousel-control.left {
    left: -35px;
  }
  .news-carousel .carousel-control.right {
    right: -35px;
  }
}

/* SCREEN UNDER 992px */
@media (max-width: 992px) {
  #header .navbar-brand {
    padding: 26px 0;
    height: 80px;
  }
  #header #branding img {
    width: 160px;
  }
  #header .header-contact {
    padding-top: 29px;
  }
  #header .header-contact .phone-number .icon-phone {
    margin-right: 0px;
  }
  #header .search-lang {
    height: 80px;
  }
  #header .lang-nav:hover ul {
    margin-top: 80px;
  }
  .quote-request.second-button {
    top: 160px;
    bottom: inherit;
  }
  #header .tx-indexedsearch-searchbox {
    padding: 0px 33px;
  }
  #header .tx-indexedsearch-searchbox:after {
    content: "\e9ae";
    color: #fff;
    font-family: 'avescoicon' !important;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
    font-variant: normal;
    height: 22px;
    left: 0px;
    line-height: 54px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    width: 22px;
  }
  #header #navbar {
    height: 80px !important;
  }
  #header .lang-nav li a {
    line-height: 80px;
    padding: 0px 25px;
  }
  .quote-request {
    padding: 20px 28px;
    right: -152px;
  }
  .quote-request.first-button {
    right: -198px;
  }
  .sticky .quote-request {
    right: -152px;
  }
  .sticky .quote-request.first-button {
    right: -198px;
  }
  .sticky .quote-request.first-button.rent-btn {
    right: -222px;
  }
  .quote-request.second-button {
    right: -198px;
  }
  body:lang(de) .quote-request,
  body:lang(de) .sticky .quote-request {
  right: -116px;
  }
  body:lang(de) .quote-request.first-button,
  body:lang(de) .sticky .quote-request.first-button {
    right: -155px;
  }
  body:lang(de) .quote-request.first-button:hover,
  body:lang(de) .sticky .quote-request.first-button:hover {
    right: 0px;
  }
  body:lang(de) .quote-request.second-button {
    right: -155px;
  }
  body:lang(de) .quote-request.second-button.rent-btn,
  body:lang(de) .sticky .quote-request.first-button.rent-btn,
  body:lang(de) .sticky .quote-request.second-button.rent-btn {
    right: -232px;
  }
  body:lang(de) .quote-request.rent-btn {
    right: -232px;
  }
  body:lang(de) .quote-request.first-button:hover,
  body:lang(de) .sticky .quote-request.first-button:hover,
  body:lang(de) .quote-request.second-button.rent-btn:hover,
  body:lang(de) .sticky .quote-request.first-button.rent-btn:hover,
  body:lang(de) .sticky .quote-request.second-button.rent-btn:hover {
    right: 0px;
  }
  .sticky .quote-request.second-button {
    right: -198px;
  }
  .quote-request.rent-btn {
    right: -222px;
  }
  .quote-request.second-button.rent-btn {
  	right: -222px;
  }
  .sticky .quote-request.second-button.rent-btn {
    right: -222px;
  }
  .quote-request:hover,
  .quote-request.first-button:hover,
  .sticky .quote-request:hover,
  .sticky .quote-request.first-button:hover,
  .quote-request.second-button:hover,
  .sticky .quote-request.second-button:hover,
  .quote-request.rent-btn:hover,
  .quote-request.second-button.rent-btn:hover,
  .sticky .quote-request.rent-btn:hover,
  .sticky .quote-request.second-button.rent-btn:hover {
    right: 0px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    right: 66px;
  }
  .quote-request span:last-of-type {
    opacity: 0;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
    font-size: 25px;
  }
  .first-content {
    padding-top: 80px;
  }
  .content-top .carousel-caption h1 {
    font-size: 45px;
    line-height: 60px;
  }
  @-moz-document url-prefix() {
    .content-top .carousel-caption h1::before {
      height: 53px;
      left: -15px;
      top: 84px;
    }
    .content-top .carousel-caption h1::after {
      height: 53px;
      right: 84px;
      top: 24px;
    }
  }
  body #content.product-content .container, body #content .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .content-img .top-product-icon {
    bottom: -40px;
    padding: 30px;
  }
  .news-carousel .article .news-img-wrap {
    float: none;
  }
  .news-carousel .article-content {
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .news-carousel .carousel-control {
    top: 42%;
    display: block !important;
  }
  .home-page .col-sm-5 h3 {
    margin-top: 25px;
    font-size: 30px;
  }
  .key-number-container .key-number-block {
    width: 50%;
  }
  .news-list-view .article {
    padding-left: 0px;
    width: 100%;
  }
  .news-list-view .article .news-img-wrap {
    background: none;
    float: none;
    margin: 0;
    padding: 0px;
    width: 100%;
  }
  .news-carousel .teaser-text {
    min-width: inherit;
  }
  .news-list-view .article .news-img-wrap a, .news .article .news-img-wrap a {
    background: none;
    width: 100%;
  }
  .news .article .news-img-wrap img {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  .news-list-view.tile-list .article-content {
    max-width: inherit;
    text-align: left;
    width: 100%;
  }
  .news-single .article .news-img-wrap {
    float: left;
  }
  .news-backlink-wrap {
    margin-top: 60px;
  }
  #main-content .accordion {
    margin-bottom: 60px;
  }
  .tiles-container {
    padding: 0px;
  }
  #main-content .product-item h3 {
    margin-top: 25px;
  }
  .products-tabs {
    margin-bottom: 40px;
  }
  .swiss-map {
    background-position: center center !important;
    background-attachment: initial !important;
  }
  #main-content .accordion img {
    padding-left: 0px;
    margin-bottom: 35px;
    max-width: 100%;
  }
  .case-img {
    height: 180px;
  }
}

/* SCREEN UNDER 991px */
@media (max-width: 991px){

  /*map style responsive*/
  .pr-0{
    padding-right:15px;
  }

  .pl-0{
    padding-left:15px;
  }

  #main-content #map{
    height:550px;
  }

  .content-agence .inner-agence{
    height:auto;
  }

  .innner-detail{
    height:auto;
    padding-bottom:40px;
    position:relative;
  }
  
  .content-agence {
    padding: 10px 2px 20px 2px;
  }
}

/* SCREEN UNDER 900px */
@media (max-width: 900px) {
  #header .navbar-brand {
    padding: 28px 0;
  }
  #header #branding img {
    width: 130px;
  }
  #header .header-contact {
    margin-left: 10px;
    padding-top: 27px;
  }
  #header .header-contact .phone-number .icon-phone {
    margin-right: 0px;
    font-size: 20px;
  }
  #navbar nav ul li {
    margin-right: 14px;
    max-width: 92px;
  }
  #header .navbar-header {
    padding-left: 10px;
  }
  #navbar nav ul li a {
    font-size: 14px;
    letter-spacing: 0px !important;
  }
  #header .tx-indexedsearch-searchbox {
    padding: 0px 30px;
  }
  #header .tx-indexedsearch-searchbox:after {
    content: "\e9ae";
    color: #fff;
    font-family: 'avescoicon' !important;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    font-variant: normal;
    height: 20px;
    left: 0px;
    line-height: 54px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    width: 20px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    right: 60px;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 445px;
  }
  #header .lang-nav {
    max-width: 60px;
  }
  #header .lang-nav li a {
    padding: 0px 22px;
  }
  .content-top .carousel-caption h1 {
    font-size: 42px;
    line-height: 55px;
  }
  @-moz-document url-prefix() {
    .content-top .carousel-caption h1 {
      box-shadow: none;
    }
    .content-top .carousel-caption h1::before {
      display: none;
    }
    .content-top .carousel-caption h1::after {
      display: none;
    }
  }
  .scroll-top {
    bottom: 50px;
  }
}

/* SCREEN UNDER 767px */
@media (max-width: 767px) {
  #header, #header.sticky, #header:hover, #header:focus {
    background: rgba(169,18,33,1) !important;
  }
  #header .navbar-header {
    float: left;
    padding-left: 30px;
  }
  #header #branding {
    width: auto;
  }
  .navbar-toggle {
    padding: 31px 15px;
    border: 0px;
    border-radius: 0;
    margin: 0px;
  }
  .navbar-toggle:focus {
    background: rgba(0,0,0,0.85);
  }
  .navbar-toggle .icon-bar {
    width: 25px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;  
    transition: all 0.5s ease;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: rotate(0deg);
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0deg);
  }
  .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg) translateX(3px) translateY(-3px);
    transform-origin: 0;
  }
  .navbar-toggle .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translateX(2px) translateY(4px);
    transform-origin: 0;
  }
  .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
    width: 20px;
  }
  .navbar-toggle .icon-bar:nth-child(3) {
    width: 0px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;  
    transition: all 0.5s ease;
  }
  .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  #header #navbar {
    float: none;
    height: 100vh !important;
    margin: 0;
    padding-bottom: 200px;
    overflow-y: scroll;
    top: 65px;
    width: 100%;
  }
  #navbar nav {
    float: none;
  }
  #navbar nav > ul {
    display: block;
  }
  #navbar nav ul li {
    height: auto;
    margin: 0px !important;
    clear: both;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    max-width: 100%;
      width: 100%;
  }
  nav ul li:first-child {
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  #navbar nav ul li a {
    text-align: left;
    padding-left: 15px;
    width: 100%;
    min-height: 50px;
    display: flex;
  }
  #header nav ul li.has-sub .fa {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header nav ul li.open .fa {
    transform: rotate(180deg);
  }
  nav > ul > li:focus, nav > ul > li.open, nav > ul > li:hover {
    background: #6d0b16;
  }
  #header .dropdown-menu {
    background: #000;
    left: 0px;
    top: 0px;
    position: relative;
    width: 100%;
  }
  #header .dropdown-menu {
    border: 0;
  }
  #header .dropdown-menu li a {
    background: none;
    width: 100%;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form.active > input {
    width: 100%;
  }
  #header .lang-nav:hover ul {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .quote-request, .sticky .quote-request {
    bottom: inherit;
    padding: 18px 28px;
    text-align: center;
    top: 80px;
    width: 100% !important;
    right: 0px;
  }
  .sticky .quote-request.rent-btn {
    right: -145px;
  }
  .sticky .quote-request {
    width: auto !important;
  }
  .quote-request.second-button,
  .quote-request.second-button.rent-btn {
    bottom: 0px;
    position: fixed;
    top: inherit;
    right: 0px;
  }
  .quote-request.rent-btn {
    right: 0px;
  }
  .sticky .quote-request.first-button.rent-btn {
    right: -140px;
  }
  .sticky .quote-request.first-button.rent-btn:hover {
    right: 0px;
  }
  body:lang(de) .quote-request.second-button,
  body:lang(de) .quote-request.second-button.rent-btn {
    bottom: 0px;
    position: fixed;
    top: inherit;
    right: 0px;
  }
  body:lang(de) .quote-request,
  body:lang(de) .quote-request.rent-btn,
  body:lang(de) .quote-request.first-button {
    right: 0px;
  }
  body:lang(de) .sticky .quote-request.first-button,
  body:lang(de) .sticky .quote-request.first-button.rent-btn {
    right: -104px;
  }
  body:lang(de) .sticky .quote-request,
  body:lang(de) .sticky .quote-request.rent-btn {
    right: -106px;
  }
  body:lang(de) .sticky .quote-request.second-button {
    right: -153px;
  }
  .quote-request span:last-of-type {
    opacity: 1;
  }
  .sticky .quote-request.second-button {
    right: -191px;
    min-width: inherit;
    top: 155px;
    bottom: inherit;
  }
  .sticky .quote-request.second-button.rent-btn {
    right: -214px;
  }
  body:lang(de) .sticky .quote-request.second-button,
  body:lang(de) .sticky .quote-request.second-button.rent-btn {
    min-width: inherit;
    top: 155px;
    bottom: inherit;
  }
  body:lang(de) .sticky .quote-request.second-button.rent-btn {
    right: -208px;
  }
  .quote-request span:last-of-type, .sticky .quote-request span:last-of-type {
    display: inline-block;
    float: none;
    margin-top: 0px;
    position: relative;
    top: 6px;
  }
  .quote-request .icon-file-text {
    margin-right: 0px;
  }
  .sticky .quote-request {
    right: 0px;
  }
  .quote-request.first-button {
    right: 0px;
  }
  .sticky .quote-request span:last-of-type {
    opacity: 1;
  }
  .sticky .quote-request {
    padding: 16px 22px;
    right: -140px;
    width: auto;
  }
  .sticky .quote-request.first-button {
    right: -140px;
  }
  .sticky .quote-request:hover {
    right: 0px;
  }
  .sticky .quote-request span:last-of-type {
    opacity: 0;
  }
  .sticky .quote-request:hover span:last-of-type {
    opacity: 1;
  }
  .sticky .collapse.in + .tx-wng-catrental .quote-request {
    right: 0px;
    width: 100%;
  }
  .sticky .collapse.in + .tx-wng-catrental .quote-request span:last-of-type {
    opacity: 1;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    height: 66px;  
    right: -165px;
    top: 56px;
    width: 100vw;
  }
  #header .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button {
    height: 80px;
    right: 116px;
    top: -80px;
    width: 60px;
  }
  .breadcrumb a:after,
  .breadcrumb .current-breadcrumb:before,
  .breadcrumb .current-breadcrumb:after {
    display: none;  
  }
  .breadcrumb a {
    margin-right: 6px;
    padding: 10px;
  }
  .breadcrumb .current-breadcrumb {
    padding: 10px;
  }
  .first-content {
    padding-top: 146px;
  }
  body #content.product-content .container, body #content .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-img .ce-gallery img {
    max-width: 100%;
    min-height: 200px;
    object-fit: cover;
  }
  .content-top .breadcrumb {
    left: -15px;
    position: relative;
    top: 15px;
  }
  .content-img .top-product-icon {
    display: none;
  }
  .equipement-link:nth-child(4n+1) {
    clear: none;
  }
  .equipement-link:nth-child(2n+1) {
    clear: left;
  }
  h1, h2, h3, h4, h5, h6, p {
    text-align: left;
  }
  #main-content h1 {
    font-size: 50px;
  }
  .home-page h2 {
    text-align: center;
  }
  .home-page .col-sm-5 h3 {
    margin-top: 60px;
    text-align: center;
  }
  .home-page .col-sm-5 p {
    text-align: center;
  }
  .swiss-map-container {
    padding-right: 0px !important;
  }
  .news-carousel .slick-slider .slick-prev, .news-carousel .slick-slider .slick-next {
    display: none !important;
  }
  .news-carousel h4,
  .news-carousel h3 {
    text-align: center;
  }
  .news-carousel .teaser-text p {
    text-align: center;
  }
  .frame-type-menu_pages {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .content-img {
    display: block;
  }
  .content-img .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li, .carousel-indicators .active {
    height: 14px;
    margin: 0px 5px;
    width: 14px;
  }
  .product-item .product-btn-container p.btn {
    float: left;
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 5px;
    width: calc(50% - 5px);
  }
  .product-item .product-btn-container a.btn {
    float: left;
    margin-left: 5px;
    margin-right: 0px;
    width: calc(50% - 5px);
  }
  .table-responsive {
    border: 0px;
  }
  .news-list-view.tile-list {
    padding: 0px;
  }
  .product-btn-container {
    margin-bottom: 30px;
  }
  .scroll-top {
    font-size: 35px;
    height: 60px;
    line-height: 60px !important;
    width: 60px;
  }
  footer h3, footer p, footer .h3-footer {
    text-align: center;
  }
  .case-tile {
    max-width: 520px;
    margin: 0 auto 20px;
  }
  .case-img {
    height: 300px;
  }
  .case-list-content {
    max-width: 520px;
    margin: 0 auto;
  }
  .case-tile p {
    height: auto !important;
  }
  .powermail_fieldset .layout4,
  .powermail_fieldset .layout5,
  .powermail_fieldset .layout6 {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .case-display {
    display: none;
  }
  .case-list-content.active {
    background: #fff;
    border: 1px solid #E9E9E9;
    padding: 40px;
    margin-bottom: 40px;
  }
}

/* SCREEN UNDER 700px */
@media (max-width: 700px) {
  .footer-nav ul li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-nav .copyright {
    margin-bottom: 10px;
    display: block;
    margin-right: 0px;
  }
}

/* SCREEN UNDER 600px */
@media (max-width: 600px) {
  :lang(de) .product-item .btn.add-product {
    font-size: 12px !important;
  }
  :lang(de) .product-item .btn {
    font-size: 12px;
  }
}
/* SCREEN UNDER 600px */
@media (max-width: 600px) {
  body #content.product-content .container, body #content .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h2 {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .news-carousel .carousel-control {
    display: none !important;
  }
  .product-item.purchase-item-container { 
    padding: 30px 30px;
  }
}
/* SCREEN UNDER 550px */
@media (max-width: 550px) {
  
  #main-content h1 {
    font-size: 40px;
  }
  h2, #main-content header h2 {
    font-size: 35px;
  }
  .home-page .col-sm-5 h3 {
    margin-top: 40px;
    font-size: 26px;
  }
  .button {
    font-size: 16px;
    padding: 18px 75px;
  }
  .key-number-container .key-number-block .key-number {
    font-size: 40px;
  }
  .product-item .product-btn-container p.btn {
    float: left;
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .product-item .product-btn-container a.btn {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .product-carousel .carousel-indicators, .product-carousel-tabs {
    display: none;  
  }
  .powermail_fieldset .layout1, .powermail_fieldset .layout2 {
    width: 100%;
  }
  .tx-powermail .layout1 {
    padding: 0px;
  }
  .tx-powermail .layout3 {
    padding: 0px !important;
    margin-right: 0px;
    width: 100%;
  }
  .tx-powermail .powermail_submit {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  #main-content .news-list-view.tile-list h4 {
    font-size: 30px;
  }
  .news-list-view.tile-list .article-content {
    padding: 30px 25px 30px 25px;
    top: -30px;
  }
  #header .header-contact {
    margin-left: 15px;
  }
  /* map style responsive */

  #main-content #map{
    height:350px;
  }
  .case-list-content {
    padding: 0px 15px;
  }
  .case-list-content-container {
    padding: 0px;
  }
  .display-active .case-list-content-container {
    padding: 30px 25px;
  }
  #main-content .case-numbers .numbers {
    font-size: 50px;
  }
  .case-list-content {
    margin: 0px 15px;
  }

}

/* SCREEN UNDER 500px */
@media (max-width: 500px) {
  .content-top .carousel-caption h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .key-number-container .key-number-block {
    width: 100%;
  }
  .scroll-top {
    bottom: 15px;
    font-size: 30px;
    height: 50px;
    line-height: 50px !important;
    right: 15px;
    width: 50px;
  }
  .news-backlink-wrap {
    margin-top: 40px;
  }
}

/* SCREEN UNDER 450px */
@media (max-width: 450px) {
  .content-top .carousel-caption {
    bottom: 40px;
  }
  .content-top .carousel-caption h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .case-img {
    height: 250px;
  }
}

/* SCREEN UNDER 450px */
@media (max-width: 450px) {
  .content-top .carousel-caption {
    bottom: 35px;
  }
  .tiles-container .tile {
    padding: 3px 0px;
    width: 100%;
  }
  #main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
    min-width: inherit;
    max-width: 80%;
    width: 100%;
  }
  :lang(de) .product-single .product-details .product-btn-container .btn.add-product {
    font-size: 14px;
  }
  .product-single .product-details .product-btn-container .btn.add-product {
    font-size: 16px;
  }
  .product-single .product-details .product-btn-container .btn.add-product span, .product-single .product-details .product-btn-container .print-link span, .product-single .product-details .product-btn-container .pdf-print a span {
    font-size: 25px;
    top: 3px;
  }
}

/* SCREEN UNDER 400px */
@media (max-width: 400px) {
  .product-item.purchase-item-container { 
    padding: 30px 15px;
  }
  #header .navbar-brand {
    padding: 29px 0;
  }
  #header #branding img {
    width: 120px;
  }
  #main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
    max-width: 75%;
  }
  :lang(de) .product-single .product-details .product-btn-container .btn.add-product {
    font-size: 12px;
  }
  .product-single .product-details .product-btn-container .btn.add-product {
    font-size: 14px;
  }
}

/* SCREEN UNDER 350px */
@media (max-width: 350px) {
  #header .navbar-brand {
    padding: 28px 0;
  }
  #header #branding img {
    width: 100px;
  }
  #header .header-contact .phone-number .icon-phone {
    font-size: 18px;
  }
  #header .tx-indexedsearch-searchbox {
    padding: 0px 28px;
  }
  #header .lang-nav li a {
    padding: 0px 20px;
  }
  #header .header-contact {
    margin-left: 10px;
  }
  /* MAP AGENCE STYLE */
  #main-content .list-agence li {
    font-size: 14px;
  }
}
/*FIX new header 16.9.2021 */
@media (min-width: 980px) and (max-width: 1023px) {
  #header .navbar-header {
    margin-left: -6px;
  }

  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
@media (min-width: 1050px) and (max-width: 1080px) {
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
/* /FIX new header 16.9.2021 */
