﻿/*****************************************************************
    Responsive (mobile | mediumdevice | tablet | desktop)

    <div data-responsive="desktop">Only Desktop</div>
    <div data-responsive="tablet">Only Tablet</div>
    <div data-responsive="mediumdevice">Only Small Tablet</div>
    <div data-responsive="mobile">Only Mobile</div>
    <div data-responsive="mobile-mediumdevice-tablet-desktop">All weeee</div>

*****************************************************************/
[data-responsive] {
  display: none;
}
[data-responsive*="desktop"] {
  display: block;
}
td[data-responsive*="desktop"],
th[data-responsive*="desktop"] {
  display: table-cell;
}
#HeaderMobile {
  z-index: 20;
  background-color: #3F3F3F;
  line-height: 50px;
  font-size: 1.7em;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
#HeaderMobile .top {
  padding: 0 15px;
}
#HeaderMobile .top a {
  color: #FFF;
}
#HeaderMobile ul {
  font-size: 14px;
  display: none;
}
#HeaderMobile ul a {
  display: block;
  padding: 10px 25px;
  background-color: #808080;
  color: #FFF;
}
/*****************************************************************
    Tablets
*****************************************************************/
@media (max-width: 1280px) {
  #Header {
    padding: 15px 50px 15px 50px;
  }
  #Header.home .nav {
    margin-left: 20px;
  }
}
@media (max-width: 1150px) {
  #Header {
    padding: 15px 30px 15px 30px;
  }
  #Header.home .nav li a {
    padding: 10px 10px;
  }
  #Header.home .nav li a:hover,
  #Header.home .nav li a:active,
  #Header.home .nav li a:focus {
    background-color: transparent;
    color: #333333;
  }
  #Header .logo {
    max-width: 150px;
  }
  #Header .logo svg {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  body .wrapper {
    width: 100% !important;
    display: block;
  }
  body img {
    max-width: 100% !important;
  }
  body .flexslider {
    max-width: 100% !important;
  }
  [data-responsive],
  td[data-responsive],
  th[data-responsive] {
    display: none;
  }
  [data-responsive*="tablet"] {
    display: block;
  }
  td[data-responsive*="tablet"],
  th[data-responsive*="tablet"] {
    display: table-cell;
  }
  #Header.home .nav {
    display: none;
  }
}
@media (max-width: 991px) {
  body .product .details .hover-prod {
    opacity: 1;
  }
  #Header {
    padding-left: 50px;
    padding-right: 50px;
  }
  #Header .icons .lang {
    margin-right: 50px;
  }
  #Header .icons .login-link {
    margin-right: 50px;
  }
  #zCMSContent {
    width: 100vw;
    overflow: hidden;
  }
  #Footer {
    width: 100vw;
    overflow: hidden;
  }
  #ProductsIndex .filters .filter-categories {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #ProductsIndex .filters .filter-categories {
    display: block !important;
  }
}
/*****************************************************************
   Medium Devices 
*****************************************************************/
@media (max-width: 767px) {
  [data-responsive],
  td[data-responsive],
  th[data-responsive] {
    display: none;
  }
  [data-responsive*="mediumdevice"] {
    display: block;
  }
  td[data-responsive*="mediumdevice"],
  th[data-responsive*="mediumdevice"] {
    display: table-cell;
  }
  body section {
    padding: 60px 20px;
    text-align: center;
  }
  body section .zcmscontent .center {
    text-align: center;
  }
  .pagination-wrapper {
    text-align: center;
  }
  .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 80px;
  }
  .breadcrumb > li a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  .breadcrumb > li + li:before {
    display: inline;
    vertical-align: baseline;
  }
  #Header .icons .lang,
  #Header .icons a.login-link {
    display: none;
  }
  #Header .full-menu .login-link {
    display: inline-block;
    margin: 8px auto 16px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.3s;
  }
  #Header .full-menu .lang a {
    display: inline-block;
    margin: 0 6px;
  }
  #NewsletterForm {
    display: flex;
    flex-wrap: wrap;
  }
  #NewsletterForm input {
    position: relative;
    float: none;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }
  #NewsletterForm button {
    position: relative;
    float: none;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #Footer .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
  #Footer .policy .social {
    margin-bottom: 15px;
  }
  #Footer .policy {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #Footer .policy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #Footer .policy ul li {
    position: relative;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 8px 0;
    text-align: center;
  }
  #Footer .copyright {
    padding-left: 0;
    padding-right: 0;
  }
  #Footer .copyright > .row > div {
    text-align: center !important;
  }
  #Footer .copyright .text {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #LoginModal .modal-dialog {
    margin: auto;
    margin-top: 15px;
  }
  #BasketModal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
  }
  #BasketModal .modal-dialog {
    margin: auto;
    margin-top: 15px;
    width: 450px;
  }
  #BasketDetail .box-content table td,
  #BasketDetail .box-content table th {
    padding: 10px;
  }
  #BasketDetail .box-content table .price-total {
    font-size: 25px;
  }
  #BasketCheckout .basket-lines table p {
    height: auto;
    line-height: none;
    margin: 3px 0;
  }
  #BasketCheckout .basket-steps .row {
    margin: 0 !important;
    height: auto;
    line-height: normal;
  }
  #BasketCheckout .basket-steps .row > * {
    min-height: 0;
    padding: 0;
  }
  #BasketCheckout .basket-steps .row label {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #BasketCheckout .basket-steps h3 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  body .responsive-scroll {
    overflow-x: scroll;
  }
  /* TODO */
  #HomeContentGalery {
    margin-right: 0;
  }
  #HomeBanners .image {
    height: auto;
  }
  #HomeBanners .image .content {
    max-height: none;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #HomeBanners .image .content img {
    max-width: 200px !important;
  }
  #HomeBanners .flex-control-nav {
    bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  #HomeIndex .bgBlue .box-item {
    margin-bottom: 32px;
  }
  #HomeIndex .bgBlue .box-item h3 {
    margin-top: 16px;
  }
  #HomeContent section.bgWhite .services,
  #HomeContent section.bgWhite .prod {
    height: auto !important;
  }
  #HomeContent section.bgWhite .image,
  #HomeContent section.bgWhite .prod .image {
    position: relative;
    height: auto !important;
    width: 100%;
    background-position: center center;
  }
  #HomeContent section.bgWhite .image img,
  #HomeContent section.bgWhite .prod .image img {
    display: inline-block;
    padding: 30px 50px;
    max-height: 250px;
    width: auto;
    margin: auto;
  }
  #HomeContent section.bgWhite .box-content,
  #HomeContent section.bgWhite .prod .box-content {
    height: auto !important;
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 40px;
    padding: 0px 15px 80px;
  }
  #HomeContent section.bgWhite .box-content h3,
  #HomeContent section.bgWhite .prod .box-content h3 {
    margin-top: 30px;
  }
  #HomeContent section.bgWhite .box-content .navs-c,
  #HomeContent section.bgWhite .prod .box-content .navs-c {
    width: auto;
    left: 0;
    right: 0;
  }
  #HomeContent section.bgWhite .box-content .navs-c a,
  #HomeContent section.bgWhite .prod .box-content .navs-c a {
    max-width: 50%;
  }
  #HomeContent section.bgWhite .box-content .navs-c .prev,
  #HomeContent section.bgWhite .prod .box-content .navs-c .prev {
    left: 0;
  }
  #HomeContent section.bgWhite .box-content .navs-c .next,
  #HomeContent section.bgWhite .prod .box-content .navs-c .next {
    right: 0;
  }
  #HomeServices .nav-tabs > li {
    height: auto !important;
  }
  #HomeServices .nav-tabs > li.active:after {
    bottom: -50px;
  }
  #HomeServices .nav-tabs > li a .title {
    display: block;
    min-height: 60px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #HomeServices .nav-tabs > li a .description {
    display: none;
  }
  #Services {
    padding-bottom: 10px;
  }
  #ProductsIndex .filters .filter-toogle {
    padding-bottom: 16px;
  }
  #ProductsIndex .filters .filter-toogle .btn {
    position: relative;
    background: white;
    color: #0181c4;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
  }
  #ProductsIndex .filters .filter-toogle .btn:active,
  #ProductsIndex .filters .filter-toogle .btn:hover,
  #ProductsIndex .filters .filter-toogle .btn:focus {
    box-shadow: none;
  }
  #ProductsIndex .filters .filter-toogle .btn .icon {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 44px;
    font-size: 16px;
    transition: all 0.5s;
  }
  #ProductsIndex .filters .filter-categories {
    padding-left: 30px;
    padding-right: 30px;
  }
  #ProductsIndex .filters .filter-categories ul {
    margin-bottom: 30px;
  }
  #ProductsIndex .listing {
    margin-top: 60px;
  }
  #ZCmsContent3 p > * {
    display: block;
    text-align: center;
  }
  #ZCmsContent50 img {
    margin-top: 50px;
  }
}
@media (min-width: 551px) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11,
  .col-s-12 {
    float: left;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-1 {
    width: 8.33333333%;
  }
}
/*****************************************************************
    Smartphones
*****************************************************************/
@media (max-width: 550px) {
  .subHeader .background {
    height: 100vh !important;
  }
  .subHeader .background .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .subHeader .background .container h1 {
    font-size: 34px;
    text-align: center;
    padding-top: 16vh;
    margin-bottom: 16px;
  }
  .subHeader .background .container h2 {
    font-size: 38px;
    text-align: center;
  }
  #Header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #Header .logo,
  #Header .logo svg {
    max-width: 150px;
  }
  #Header .icons > span,
  #Header .icons > a {
    display: inline-block;
    line-height: 34px;
  }
  #Header .icons .lang,
  #Header .icons a.login-link {
    display: none;
    text-align: center;
    vertical-align: middle;
  }
  #Header .icons .menu-link {
    margin-left: 28px;
  }
  #Header .icons a,
  #Header .icons .basket-icon {
    margin-right: 20px;
  }
  #HomeServices .nav-tabs {
    display: block;
    margin-left: -35px;
    margin-right: -35px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #HomeServices .nav-tabs:before,
  #HomeServices .nav-tabs:after {
    content: none;
  }
  #HomeServices .nav-tabs > li {
    vertical-align: top;
    height: auto !important;
    width: auto;
    float: none;
    max-width: 120px;
    text-align: center;
    opacity: 0.65;
    transition: 0.2s all linear;
  }
  #HomeServices .nav-tabs > li.active {
    opacity: 1;
  }
  #HomeServices .nav-tabs > li.active:after {
    /*content: none;*/
  }
  #HomeServices .nav-tabs > li a {
    display: block;
    vertical-align: top;
  }
  #HomeServices .nav-tabs > li a img {
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    padding-bottom: 10px;
  }
  #HomeServices .nav-tabs > li a .title {
    display: block;
    min-height: 60px;
    line-height: 16px;
    margin-bottom: 0;
    white-space: pre-wrap;
    font-size: 14px;
    word-spacing: 100%;
  }
  #HomeServices .nav-tabs > li a .description {
    display: none;
  }
}
/*****************************************************************
    Smartphones
*****************************************************************/
@media (max-width: 500px) {
  [data-responsive],
  td[data-responsive],
  th[data-responsive] {
    display: none;
  }
  [data-responsive*="mobile"] {
    display: block;
  }
  td[data-responsive*="mobile"],
  th[data-responsive*="mobile"] {
    display: table-cell;
  }
  #LoginModal .modal-dialog {
    width: auto;
    margin: 15px;
  }
  #BasketModal .modal-dialog {
    width: auto;
    margin: 15px;
  }
  body .zcmsdoor,
  body zcmscontent-options,
  body zcmscontentbox-options {
    display: none !important;
  }
  /* TODO */
  #CoockiesTerms {
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid #DDD;
  }
  #NewsletterForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #NewsletterForm input {
    position: relative;
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #NewsletterForm button {
    position: relative;
    float: none;
    flex: 0 0 75%;
    max-width: 160px;
    width: 75%;
    margin: 0 0 15px 0;
  }
}
/*****************************************************************
    Smartphones
*****************************************************************/
@media (max-width: 372px) {
  #Header .logo,
  #Header .logo svg {
    max-width: 120px;
  }
  #Header .icons .menu-link {
    margin-left: 16px;
  }
  #Header .icons a,
  #Header .icons .basket-icon {
    margin-right: 16px;
  }
}