@media (max-width: 1700px) {
  html {
    /*font-size: 22px;*/
    font-size: 90%;
  }
  #container section .content:not(.no-scaling) {
    background-size: 116% auto;
  }
}
@media (max-width: 1199px) {
  html {
    /*font-size: 22px;*/
    font-size: 80%;
  }
  #container.product-finder .imagesmall .btn,
  #container.product-finder .imagesmall .btn-default {
    font-size: 1.25rem;
  }
  #header > .inner > nav {
    margin-left: 1%;
  }
}
@media (max-width: 991px) {
  html {
    /*font-size: 18px;*/
    font-size: 58%;
  }
  #container section {
    /*hr:before { display:none};*/
    /*hr{ border-color: #0c188f}*/
  }
  img.responsive {
    -webkit-align-self: center;
    /* Safari 7.0+ */
    align-self: center;
  }
  .align-center-xs {
    text-align: center;
  }
  #container.product-finder .imagesmall .btn,
  #container.product-finder .imagesmall .btn-default {
    font-size: 1.375rem;
  }
  #header nav ul {
    margin-top: 40px;
  }
  #header nav a,
  #header nav .headline {
    display: table-caption;
    font-size: 1.75rem;
    text-align: center;
  }
  #header nav li .megamenue {
    height: 301px;
    top: 100px;
    padding-top: 15px;
  }
  #header nav li .megamenue a {
    font-size: 15px;
    padding: 8px 10px 8px 0;
    display: block;
    text-align: left;
  }
  #header nav li .megamenue .headline {
    margin: 15px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  html {
    /*font-size: 14px;*/
    font-size: 50%;
  }
  .align-center-xs {
    text-align: center;
  }
  .btn {
    font-size: 20px;
  }
  #header {
    height: 90px;
    background-position: left;
  }
  #header #logo img {
    max-width: 90%;
    width: 145px !important;
    margin-top: 10px;
  }
  #header #search {
    height: 16px;
    width: 100px;
    position: absolute;
    right: 50px;
    top: 60px;
    float: right;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }
  #header #search #searchBox {
    display: inline-block;
    position: relative;
    right: 200px;
    top: -350px;
  }
  #header #search.active #searchBox {
    right: 200px;
    top: 27px;
  }
  #header #search #search-btn {
    top: 5px;
  }
  #header #search #fb-link {
    margin-left: 5px;
  }
  #header .inner {
    margin: 0 0 0 15px;
  }
  #header .inner #search {
    font-size: 300%;
    top: 33px;
  }
  #header .inner .glyphicon-menu-hamburger {
    font-size: 300%;
    color: #fff;
    position: absolute;
    top: 38px;
    right: 15px;
    z-index: 150;
    cursor: pointer;
  }
  #header .inner.active nav {
    display: block;
  }
  #header nav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    display: none;
    font-size: 150%;
    z-index: 100;
    margin: 0!important;
  }
  #header nav ul {
    margin-top: 0px;
    padding-top: 0px;
  }
  #header nav li {
    display: block;
    float: none;
    /*background: #ff0000;*/
    margin: 0;
  }
  #header nav li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2A92CE+0,6AB1D9+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2A92CE 0%, #6AB1D9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2A92CE 0%, #6AB1D9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2A92CE 0%, #6AB1D9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A92CE', endColorstr='#6AB1D9', GradientType=0);
    /* IE6-9 */
    font-size: 1.7rem;
    padding-left: 15px;
    display: block;
  }
  #header nav li .headline {
    display: none!important;
  }
  #header nav li .megamenue {
    background: #6AB1D9;
    height: auto;
    width: calc(100%-25px);
    position: inherit;
    left: 0;
    top: 0;
    padding-top: 0!important;
    padding-bottom: 25px;
    padding-left: 25px;
    display: none;
  }
  #header nav li .megamenue img {
    display: none;
  }
  #header nav li .megamenue .align-center {
    text-align: left;
  }
  #header nav li .megamenue .inner {
    margin: 0;
  }
  #header nav li .megamenue a {
    background: transparent;
    font-size: 1.5rem;
  }
  #header nav li .megamenue div[class*="col-"] {
    border-left: 0!important;
  }
  #header nav .nav-pills > li.active > a,
  #header nav .nav-pills > li.active > a:hover,
  #header nav .nav-pills > li.active > a:focus {
    background: #A4D0EB;
  }
  #header nav .nav-pills > li > a:hover,
  #header nav .nav-pills > li.active > a:hover {
    background: #0981C8;
  }
  #header nav li:hover .megamenue {
    display: block;
  }
  #header nav li:active .megamenue,
  #header nav li:focus .megamenue {
    display: block;
  }
  #footer {
    font-size: 1.5rem;
  }
  #footer .inner .image_logo {
    max-height: 100px;
  }
  #footer .inner h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
/* ext */
/* ***************************************************************** */
/*		          Product-Finder								     */
/* ***************************************************************** */
@media (max-width: 767px) {
  #container.product-finder .list .row .imagesmall {
    min-height: 420px;
    max-height: 420px;
  }
  #container.product-finder .list .row .imagesmall img {
    max-height: 230px;
  }
  #container.product-finder .list .row .imagesmall a {
    width: 95%;
  }
  #container.product-finder .detail.content {
    margin-left: 0;
  }
  #container.product-finder .detail .inner .row.bg {
    background-position: 50% 36%;
  }
  #container.product-finder .detail .inner .row.bg img {
    max-height: 350px;
  }
  #container.product-finder .detail .inner .row.bg > div.image-bg {
    margin-bottom: 50px;
  }
  #container.product-finder .detail .inner .row.bg > div.first-slot,
  #container.product-finder .detail .inner .row.bg > div.last-slot {
    margin-left: 6.667%;
    margin-right: 6.667%;
  }
  #container.product-finder .detail .inner .row.bg > div.first-slot table,
  #container.product-finder .detail .inner .row.bg > div.last-slot table {
    max-width: 100%;
    width: 100%;
  }
  #container.product-finder .detail .inner .row.bg > div.first-slot table tr > td:nth-child(1),
  #container.product-finder .detail .inner .row.bg > div.last-slot table tr > td:nth-child(1),
  #container.product-finder .detail .inner .row.bg > div.first-slot table tr > th:nth-child(1),
  #container.product-finder .detail .inner .row.bg > div.last-slot table tr > th:nth-child(1) {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 479px) {
  #header {
    height: 110px;
  }
  #header #logo {
    margin-top: 15px;
  }
  #header .inner #search {
    top: 45px;
  }
  #header .inner .glyphicon-menu-hamburger {
    top: 50px;
  }
  #header nav {
    top: 110px;
  }
}
