body {
    padding-top: 1em;
}

.container {
    width: 100%;
    max-width: 1080px;
    border-left: none;
    border-right: none;
}

.container--header {
    border-top: 0;
    margin-top: 0;
}

.container.container--corporate {
    padding: .5em 10px;
    border: none;
}

.container--corporate .search-module {
    padding: 0 10px;
}

.container--corporate .search-module .search-form {
    padding: 10px;
    border: 1px solid #000;
}

.container--corporate .search-module .corporate__search {
    display:  table;
    width: 100%;
    margin: 0;
}

.container--corporate .corporate__searchinput.corporate__searchinput,
.container--corporate .corporate__searchbutton {
    display: table-cell;
    color: #000;
}

.container--corporate .corporate__searchinput.corporate__searchinput {
    width: 90%;
}

.container--corporate .corporate__searchbutton {
    width: 10%;
    text-align: right;
}

.container--corporate .corporate__searchinput.corporate__searchinput::placeholder {
    color: #000;
}

.m-productlist-list {
    padding: 0 5px;
}

.container--footer {
    border-top: 1px solid #87888c;
}

.footer-contact .w-menu-item.item-3,
.emptyCategory {
    display: none;
}

.productsortbar .panel-body,
.productfilter .panel-body {
    background: #fff;
}

.m-product-information .m-product-price {
    font-size: 1.5em;
}

img.responsive {
    height: auto !important;
}

.w-notification .panel-success {
    background: #fff;
    border-color: #a26e70;
}

.video-toggle {
    color: #e02f2f;
    cursor: pointer;
    font-size: 3em;
    padding: 5px 10px;
    border: 2px solid;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.media-element {
    position: relative;
    padding-bottom: 95%;
    padding-top: 26px;
    height: 0px;
    margin:0 0 10px 0;;
}

.media-element iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.frontPage-row{
    display:flex;
    flex-wrap:wrap;
}

.frontPage-row img{
    width:100%;
    height:100%!important;
    object-fit:cover;
}

.w-slider,
.frontPage-row .trailing-trip{
    margin-bottom:20px;
}

@media (min-width: 768px) {
    .site-navigation .item-primary {
        padding: .5em;
        font-size: .95em;
    }
}

@media (min-width: 960px) {
    .site-navigation .nav-default {
        width: auto;
        display: inline-block;
    }
    .navbar.navbar-tablet-full .nav .dropdown {
        position: static;
    }
    .site-navigation .nav-default .dropdown-menu {
        left: 0;
        right: 0;
        padding: 0;
        top: 90%;
    }
    .site-navigation .nav-default .dropdown-menu .dropdown-container {
        padding: 1em;
    }
    .site-navigation .nav-default .dropdown-menu .dropdown-container li li,
    .site-navigation .nav-default .dropdown-menu .dropdown-container a {
        padding-left: 0;
    }
    .site-navigation .nav-default .dropdown-menu .dropdown-container>ul>li {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }
    .site-navigation .nav-default .dropdown-menu .dropdown-container>ul ul {
        list-style: disc;
        padding-left: 1.2em;
    }
}


@media (max-width: 959px) {
    .filter-is-open {
        overflow: hidden;
    }
    .mobile-filter .h5.filter-toggle,
    .mobile-filter .button.secondary {
        margin: 1em 0;
        max-width: 150px;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
    }
    .productfilter {
        visibility: hidden;
        position: fixed;
        z-index: 9999;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        right: 100%;
        width: 100%;
        background: #fff;
        padding: 70px 1em;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        margin: 0;
    }
    .filter-is-open .productfilter.is-opened {
        visibility: visible;
        right: 0;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .productfilter .filter-toggle {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 0 2em;
        background: #eee;
        height: 70px;
        line-height: 70px;
    }
    .productfilter .mobile-footer {
        position: fixed;
        bottom: 0;
        right: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        background: #a26e70;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .filter-is-open .productfilter .mobile-footer {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        right: 0;
    }
    .productfilter .mobile-header {
        top: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
    }
    .productfilter .mobile-header span:last-child {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 70px;
        width: 70px;
        text-align: center;
        background: #a26e70;
        color: #fff;
        font-size: 2.5em;
    }
}

.productItem .m-productlist-price-before-discount {
    color: #a26e70;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}