html {
    background-color: white;
}

/* GENERAL LAYOUT */

/* HEADER */

#header {
    position: relative;
    background-color: white;
    z-index: 45;
}

header .header {
    /*margin-bottom: 8px;*/
}

header .header.payoffs {
    background-color: #f19001;
    color: white;
    font-family: bradley-hand, serif;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

/* HEADER TOP MENU */

header .top-menu .logo img {
    max-height: 66px;
}

header .top-menu .logo .no-tag {
    display: none;
}

header .top-menu .navbar-default {
    border: none;
    background: none;
    margin-bottom: 0;
}

header .top-menu .navbar-nav > li > a {
    /*padding: 23px 10px 23px 20px;*/
    padding: 30px 10px 30px 20px;
    font-size: 14px;
}

header nav.no-stripe > li > a {
    padding: 23px 5px 23px 10px !important;
}
header .top-menu .navbar-form {
    margin-top: 20px;
    margin-bottom: 16px;
}
.header nav.language{
    padding: 10px 1px;
}


/*html:lang(nl) .header .flag .ccm-region-flag{*/
    /*background-image: url('../images/nl_flag.png');*/
/*}*/

header .top-menu .navbar-collapse,
header .top-menu .navbar-collapse.in {
    border: none;
    max-height: none;
    overflow: visible;
    padding:0;
    float: left;
}

.mb-15 {
    margin-bottom: 15px;
}

header .top-menu .navbar-collapse.collapsing {
    overflow: hidden;
}

header .top-menu .language .dropdown-menu a {
    padding: 3px 12px;
}


header .language .btn-default {
    padding: 0;
}

header .top-menu .language .arrow {
    display: inline-block;
    padding-left: 0;
    margin-top: -1em;
    color: #ccc;
}

header .top-menu .language .arrow * {
    line-height: 10px;
    vertical-align: middle;
    transition: all .15s;
    font-size: 18px;
}

header .top-menu .language .open .arrow * {
    transform: rotate(90deg);
}

header .top-menu .mobile-language .btn-group{
    display: block;
}

.megamenutextHeader {
    margin-left: -7px;
    margin-top: -10px;
}

.megamenutextHeader a{
    font-weight: bold;
}

.collection > li > ul > li{
    padding-left: 8px !important;
}


.megamenutext{
    margin-left: 20px;
    margin-top: -20px;
}

.megamenuspacing {
    margin-bottom: 40px !important;
}

.megamenuspacing a > img{
    max-height: 18px;
    margin-left: 10px;
    margin-bottom: 5px;
}

header .navbar-form.switch-language,
header .navbar-form.search{
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .header nav.language{
       width: 100%;
    }
    header .top-menu .navbar-header {
        height: 50px;
        padding-right: 68px;
    }

    header .top-menu .navbar-header .logo img {
        max-height: 50px;
    }

    header .top-menu .navbar-toggle,
    header .top-menu .navbar-toggle:focus {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: #FFFFFF;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        z-index: 42;
    }


    /*header .top-menu .navbar-toggle .open,*/
    /*header .top-menu .navbar-toggle .close-btn{*/
    /*    width: 67px;*/
    /*}*/
    header .top-menu .navbar-toggle .open{
        width: 67px;
    }
    header .top-menu .navbar-toggle .open,
    header .top-menu .navbar-toggle:focus .open{
        padding: 10px 15px 10px 25px;
        line-height: 18px;
        margin-top: 5px;
    }

    header .top-menu .navbar-toggle .close-btn,
    header .top-menu .navbar-toggle:focus .close-btn{
        padding: 15px 15px 5px 0;
        line-height: 18px;
        color: #f19001;
    }

    header .top-menu .navbar-toggle:hover {
        background: #FFFFFF;
    }

    header .top-menu .navbar-toggle .icon-bar {
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background: #666666;
    }

    header .top-menu .navbar-toggle .close-btn {
        display: none;
    }

    header .top-menu .navbar-nav > li > a {
        padding: 10px 16px;
        color: #000000;
    }

    header .top-menu .navbar-nav > li {
        font-size: 15px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default a:hover, a:focus, a:active{
        color: #f19001 !important;
        text-decoration: none;
    }

    header .top-menu .switch-language {
        overflow: visible;
        width: 100%;
        clear: both;
    }

    header .navbar-form.switch-language .btn.btn-half,
    header .navbar-form.search .btn.btn-half {
        background-color: transparent;
        color: #656565;
        border-left: none;
    }
    header .btn.btn-half {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: #FFFFFF;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        z-index: 42;
    }
    i.fa.fa-search{
        color: #666666;
        font-size: 22px;
    }

    .header .cim-3x {
        font-size: 20px;
        font-weight: bold;
    }
    header form.navbar-form.search{
        display: none;
    }
    header .collapsing .well {
        border: unset;
        background-color: transparent;
        padding: 0;
        left: -14px;
        width: calc(100% + 15px);
        position: relative;
    }

    header .collapse.in .well {
        border: unset;
        background-color: transparent;
        padding: 0;
        left: 1px;
        width: calc(100%);
        position: relative;
    }

    header .well input.form-control{
       margin-left: 0px;
        padding: 20px 0px;
        text-indent: 30px;
    }

    .header button#dropdownMenu1, .header .well.input-group {
        width: 100%;
    }
    header .top-menu .navbar-collapse, header .top-menu .navbar-collapse.in {
        width: 100%;
    }
    .navbar-collapse.collapsible.hidden-xs.collapse.in,
    .navbar-collapse.collapsible.wishlist-margin.collapse.in,
    .navbar-collapse.collapsible.lang-logo.collapse.in,
    .navbar-collapse.collapsible.collapse.in{
        position: relative;
    }
    .header i.fa.fa-heart{
        display: none;
    }
    .header .mobile-logo-right{
        width: 25% !important;
        /*margin-top: -8px;*/
        /*margin-right: -1px;*/
    }

    /*.header .navbar-header .close-btn{*/
    /*    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAABCFBMVEXyjgD////yjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgDyjgAhNFFDAAAAV3RSTlMAAAoLDA0OEBETFBYXGSkqLjAyNDg6PT9CREZLV1tcXmJlZ2psb3F0dnl7hIaRlJaXmZueoaOmqaq3u8fJy83O0NPV19jb4uPo6+zu7/Hy8/X29/n7/P6lovOgAAAAy0lEQVR4AU3M5VLFMBBA4RNc4OJyL+5enCJQ3AWKdN//TdjNZDI5P7rbbzILx7JJUt/DX4N1EcmIDbyKPDMt2i6hoXf9K2DVdB/fyKfudz3Asumh2Vip202XQ1s0zaH+o/Oqw3lk3t+dsHsXbS4gsxI6a3YRmfz1dtJEgmRmZY0UpyqxTlsSnJPQeWvEBdF2Gm/6vWwPuGR2BOPfOq87Pa6YHaCNful22624ZraHb/hD9/teZsy2CQ3a3cI/3CLW/yLyBLlskFR7rOr/EvY3S+I6oj8AAAAASUVORK5CYII=);*/
    /*}*/

    .header nav.navbar.navbar-default::after{
        content:'';
        background: -moz-linear-gradient(left, rgba(241,144,1,1) 49%, rgba(144,115,72,1) 56%, rgba(102,102,102,0.93) 59%, rgba(180,180,180,0.4) 80%, rgba(255,255,255,0.4) 100%);
        background: -webkit-linear-gradient(left, rgba(241,144,1,1) 49%,rgba(144,115,72,1) 56%,rgba(102,102,102,0.93) 59%,rgba(180,180,180,0.4) 80%,rgba(255,255,255,0.4) 100%);
        background: linear-gradient(to right, rgba(241,144,1,1) 49%,rgba(144,115,72,1) 56%,rgba(102,102,102,0.93) 59%,rgba(180,180,180,0.4) 80%,rgba(255,255,255,0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19001', endColorstr='#66ffffff',GradientType=1 );
        position: absolute;
        left:0;
        width: 100%;
        height: 2px;
        display: block;
    }
    input.form-control{
        border-bottom: 1px solid #F89331 !important;
    }

    .well .input-group{
        display: block;
        width: calc(100% + 16px);
        position: relative;
        float: left;
        left: -15px;
    }
    .well input.form-control{
        width: calc(100% - 74px);
        min-width: unset;
    }
    .well .input-group-btn{
        width: auto;
    }

    header .top-menu .navbar-nav > li > a{
        font-size: 16px;
        color: #666666 !important;
    }
    header .top-menu .navbar-nav > li:first-child > a{
        border-top: 1px solid #ccc;
    }

    header .navbar-collapse.collapsible.wishlist-margin.collapse.in .navbar-nav > li:first-child > a {
        border-top: unset;
    }
    .navigation-dropdown-menu .submenu{
        /*background: white;*/
        float: left;
        width: 100%;
    }

    .navigation-dropdown-menu .submenu.active > li.active .col-xs-10,
    .navigation-dropdown-menu .submenu.active > li.active .col-xs-2{
        background: #fde9d2;
        height: 42px;
    }
    .ccm-page .navigation-dropdown-menu li .submenuLink.toggle{
        float:left;
        width:100%;
        min-height: 41px;
    }

    .ccm-page .navigation-dropdown-menu .submenu.active > li > .row{margin-left: -14px;}

    .ccm-page .navigation-dropdown-menu .submenu.active > li:hover  a.submenuLink.openLink,
    .ccm-page .navigation-dropdown-menu .submenu.active > li  a.submenuLink.openLink,
    .ccm-page .navigation-dropdown-menu .submenu.active > li:hover i.fa.fa-chevron-down{
        color: #f29006; !important;
    }



    .ccm-page .navbar-nav.nav-top-menu li.active > a.submenuLink{
        background: #fde9d2;
        border-right: solid 1px #fff;
    }

    .ccm-page .navbar-nav.nav-top-menu li >ul{
        background: white;
        box-shadow: 18px 0 0 0 #fff, -36px 0 0 0 #fff;
    }

    .navigation-dropdown-menu .submenu.active{
        position: relative;
    }
    .navigation-dropdown-menu .first.submenu.active::before{
        content:'';
        position: absolute;
        width: 2px;
        height:100%;
        top: 0;
        bottom: 0;
        background: #f19001;
        left: 20px;
    }


    .nav>li {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    .btn-half .cim-close{
        color: #f19001;
    }
    .navbar-mobile-menu{
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 90;
    }

    .ccm-page .navigation-dropdown-menu li a,
    .ccm-page .navigation-dropdown-menu a,
    .navigation-dropdown-menu li a,
    .navigation-dropdown-menu a{
        color: #666!important;
        font-size: 16px;
    }

    .header button#dropdownMenu1::after,nav.navbar.navbar-default::after{
        content:'';
        background: -moz-linear-gradient(left, rgba(242,142,0,1) 70%, rgba(242,142,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(242,142,0,1) 70%,rgba(242,142,0,0) 100%);
        background: linear-gradient(to right, rgba(242,142,0,1) 70%,rgba(242,142,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28e00', endColorstr='#00f28e00',GradientType=1 );
        position: absolute;
        left:0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        display: block;
    }


}

header .navbar-form.search .input-group .form-control {
    border-right: none;
    box-shadow: none;
    padding: 0px 15px;
    width: 240px;
    font-size: 15px;
}

header .visible-xs a.btn.btn-default.dropdown-toggle {
    margin-left: 15px
}

.btn-subcategory{
    background: #f7901e none repeat scroll 0 0;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    text-transform: capitalize;
    margin-left: -10px;
    font-weight: bold;
    display: block;
    max-width: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-subcategory i.fa.fa-angle-right{
    color: #fff !important;
    line-height: 20px;
    font-weight: bold;
    float: right;
}


@media (max-width: 465px) {
    header .top-menu .navbar-header {
        height: 50px;
        padding-right: 56px;
    }
    header .top-menu .navbar-header .logo img {
        max-height: 50px;
    }
    header .top-menu .navbar-toggle,
    header .top-menu .navbar-toggle:focus {
        line-height: 18px;
    }
}

@media (max-width: 365px) {
    header .top-menu .logo .tag {
        display: none;
    }

    header .top-menu .logo .no-tag {
        display: block;
    }
}

@media (min-width: 768px) {
    header .top-menu .nav-top-menu {
        padding-right: 15px;
        font-size: 16px;
        /*padding-left: 5px;*/
    }
    header .top-menu .search .input-group-btn {
        width: 38px;
        padding-right: 30px;
    }
    header .top-menu .navbar-form {
        padding-left: 0;
        padding-right: 0;
    }
}

/* HEADER COLLECTION MENU */

.collection-menu .navbar {
    position: relative;
    margin-bottom: 0;
}

.collection-menu .navbar-default {
    border: none;
    background: none;
    /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.125); */
    /*box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.125);*/
    margin-top: -10px;
}

.collection-menu-sidebar{
    background-color: #F7F7F7;
}

.collection-menu .navbar-nav {
    position: relative;
}

.collection-menu .navbar-nav,
.collection-menu .navbar-nav > li > a,
.collection-menu .navbar-nav > li > a:focus,
.collection-menu .navbar-nav > li > a:hover {
    border: solid black;
    border-width: 0 1px;
    border-image: linear-gradient(to top, #ebebeb, rgba(0, 0, 0, 0)) 1 50%;
    color: black;
    font-weight: bold;
    text-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.collection-menu .navbar-nav > li {
    position: static;
    margin-top: 5px;
}

#header .collection-menu .navbar-nav > li.active > a {
    background-image: linear-gradient(#fff, #e7e7e7);
    color: #f19001;
    text-shadow: 0 0 1px #fff;
    margin-top: 5px;
}

.collection-menu.drop-down-container {
    margin-top: -8px;
    margin-bottom: 8px;
    z-index: 40;
}

.collection-menu.drop-down-container .container {
    position: relative;
}

.collection-menu.drop-down-container .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;

    opacity: 0;
    transition: .25s all;
    visibility: hidden;

    z-index: 35;
}

.collection-menu.drop-down-container .overlay.open {
    opacity: 0.5;
    visibility: visible;
}

.collection-menu .drop-down-wrapper {
    position: absolute;

    top: 0;
    left: 15px;
    right: 15px;
    height: 0;
}

.collection-menu .drop-down {
    position: relative;
    background: white;
    white-space: normal;

    margin-top: -100px;
    opacity: 0;
    transition: .25s all;
    visibility: hidden;

    z-index: 38;
}

.collection-menu .drop-down-wrapper.active .drop-down,
.collection-menu .drop-down-wrapper.pinned .drop-down {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.collection-menu .drop-down-wrapper.pinned {
    position: relative;
    left: 0;
    right: 0;
}

.collection-menu .drop-down .btn-group.pin {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 45;
}

.collection-menu .drop-down .btn-group.pin .btn i {
    transition: .25s all;
}

.collection-menu .drop-down .btn-group.pin .btn.active i {
    transform: rotate(-90deg);
}

.navigation-dropdown-menu.landingpage-menu{
    margin: 0 -15px 15px -15px;
}

.navigation-dropdown-menu.landingpage-menu > a{
    padding: 0 15px;
}

.navigation-dropdown-menu .submenu{
    display: none;
}

.navigation-dropdown-menu ul{
    list-style-type: none;
    padding: 10px 16px 10px 36px;
}
@media ( max-width:767px){
    .navigation-dropdown-menu >ul {
        padding: 0 16px 0 36px;
    }
}

.navigation-dropdown-menu ul ul{
    padding: 10px 20px 10px 30px;
}

@media ( max-width:767px){
    .navigation-dropdown-menu ul ul {
        padding: 0;
    }
    .navigation-dropdown-menu ul ul > li {
        padding: 0 16px 0 36px;
    }
    .navigation-dropdown-menu ul ul > li.active {
        background: #fde9d2;
    }
    .navigation-dropdown-menu ul ul > li.active > ul {
        padding:0;
    }
    .navigation-dropdown-menu ul ul > li.active > .submenuLink i.fa-chevron-down{

    }

    .ccm-page .navigation-dropdown-menu .first.submenu.active > li.active .submenu.active > li.active i.fa.fa-chevron-down{
        transform: rotate(0deg);
        color: #f29006;
    }

    .navigation-products-mobile.active >.submenuLink .col-xs-2 i.fa-chevron-down,
    .navigation-dropdown-menu li.active .col-xs-2 i.fa-chevron-down{
        color: #f29006;
    }

    .navigation-dropdown-menu > ul ul ul {
        padding: 0 0 0 30px;
    }
    .ccm-page  a.submenuLink.openLink  >img.visible-xs{
       margin-right: 0 !important;
        margin-top: 0 !important;
    }
}

.navigation-dropdown-menu ul ul .row [class*="col-"]:first-child{
    padding: 0 0 0 10px;
}

.navigation-dropdown-menu ul ul .row [class*="col-"]:last-child{
    padding: 0 10px 0 0;
}

.navigation-dropdown-menu ul ul ul{
    padding: 0 10px 0 40px;
}

.navigation-dropdown-menu .submenuLink,
.navigation-dropdown-menu .linkClickable{
    padding: 10px 0;
    display: block;
}

.navigation-dropdown-menu .submenuLink i.fa-chevron-down{
    color: #666666;
}

.navigation-dropdown-menu .submenuLink i {
    transform: rotate(-90deg);
    float: right;
}

.navigation-dropdown-menu ul .submenuLink i{
    margin-top: 5px;
}

.navigation-dropdown-menu ul ul .submenuLink i{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.navigation-dropdown-menu .submenuLink i.active{
    color: #666;
    transform: rotate(0deg);
}

.navigation-products .level1{
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.navigation-products a{
    font-size: 22px;
}

.navigation-products i{
    margin-top: 7px;
}

.ccm-page .navigation-dropdown-menu li a,
.ccm-page .navigation-dropdown-menu a,
.navigation-dropdown-menu li a,
.navigation-dropdown-menu a{
    color: #000;
}

.collection-menu .drop-down .collection li.candostart:before{
    margin-right: 9px;
}

.ccm-page  a.submenuLink.openLink  >img.visible-xs{
    float: right;
    max-width: 60px;
    margin-top: 5px;
    margin-right: -15px;
}


.ccm-page .navigation-dropdown-menu.landingpage-menu > a,
.navigation-dropdown-menu.landingpage-menu > a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation-dropdown-menu .collection-item a{
    padding: 10px 0;
    display: block;
}

.collection-menu .hideMiniMenu .miniMenu{
    display: none !important;
}

.collection-menu > li > a {
    padding: 14px 16px;
    color: #000000;
}

.collection-menu > li {
    font-size: 22px;
}

.collection-menu .hideMiniMenu .bigMenu{
    display: table-cell !important;
}

.collection-menu .showMiniMenu .miniMenu{
    display: block !important;
}

.collection-menu .showMiniMenu .bigMenu{
    display: none !important;
}
.chooseProductButton i{
    transform: rotate(-90deg);
}

.chooseProductButton.active i{
    transform: rotate(0deg);
}

.collectionMenuSmallDropdown a.arrow i{
    transform: rotate(-90deg);
}

.collectionMenuSmallDropdown a.arrow.active i{
    transform: rotate(0deg);
}

.collection-menu .drop-down .row{
    background-color: #FFFFFF;
}

.collection-menu .drop-down .collection,
.collection-menu .drop-down .collection ul,
.collection-menu .drop-down .collection li {
    margin-left:-3px;
    padding: 0;
}

.collection-menu .drop-down .collection {
    display: block;
    margin-top: 55px;
}

.collection-menu .drop-down .collection > li {
    display: block;
    margin: 20px;
    text-align: left;
    float: left;
}

.collection-menu .drop-down.categories > .row{
    background-color: #FFFFFF;
}

.collection-menu .drop-down.products .collection > li::before {

    color: #f7921e;
    font-weight: bold;
}

.collection-menu .drop-down .collection > li > div > a {
    font-weight: bold;
    padding: 15px;
}

.collection-menu .drop-down .collection a:hover {
    color: #f19001;
    text-decoration: none;
    text-shadow: none;
    margin-left: -10px;
}

.collection-menu .drop-down .collection,
.collection-menu .drop-down .collection ul {
    list-style: none;
}

.collection-menu .drop-down .sidebar-wrapper {
    margin: 20px 30px 20px 0;
}

.collection-menu-sidebar .drop-down .glyphs li{
    float: left;
    clear: none;
}

.collection-menu .drop-down .glyphs,
.collection-menu .drop-down .glyphs li {
    margin: 0;
    padding: 0 15px;
}

.collection-menu .drop-down .glyphs {
    list-style: none;
    text-align: center;
}

.collection-menu .drop-down .glyphs li {
    display: inline-block;
    margin-bottom: 10px;
}

.collection-menu .drop-down .products .glyphs li {
    float: left;
    clear: none;
    width: 50%;
}

.collection-menu .drop-down .glyphs a i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 10px;
    border: 2px solid #f19001;
    border-radius: 50%;
    font-size: 1.75em;
    line-height: 47px;
    text-align: center;
    transition: .25s all;
}

.collection-menu .drop-down .glyphs a span {
    font-weight: bold;
}

.collection-menu .drop-down .glyphs a:hover {
    text-decoration: none;
    text-shadow: none;
}

.collection-menu .drop-down .glyphs .align-wrapper {
    display: table;
    height: 50px;
    float: left;
}

.collection-menu .drop-down .glyphs .align-wrapper .align {
    display: table-cell;
    vertical-align: middle;
}

.collection-menu .drop-down .btn-main-group {
    min-width: 262px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
}

.more-info{
    padding: 20px 0 0 0;
    background-color: #FAFAFA;
}

.more-info .more-info-title{
    color: #f7921e;
    font-weight: bold;
}

.more-info ul{
    padding-left: 0;
}

.more-info ul li{
    list-style: none;
}

.more-info ul li::before{
    color: #f7921e;
    content: "> ";
}

.more-info .more-info-button{
    margin-top: 24px;
    border: 1px solid #F7921E !important;
}

.more-info-button:hover{
    border: 1px solid #F7921E !important;
    background-color: #FFFFFF !important;
    color: #666666 !important;
    text-shadow: none !important;
}

/*
@media (max-width: 767px) {
*/
    .collection-menu.showMiniMenu .navbar {
        min-height: unset;
    }

    .collection-menu.showMiniMenu .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .collection-menu.showMiniMenu .navbar-collapse {
        border: none;
        max-height: none;
    }

    .chooseProductButton,
    .chooseProductButton:hover {
        display: inline-block;
        float: none;
        border: none;
        margin: 0;
        padding: 10px 16px;
        background: none;
        cursor: pointer;
        text-decoration: none;
        color: black !important;
    }

    .chooseProductButton,
    .chooseProductButton i {
        color: black;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }

    .chooseProductButton i {
        display: block;
        float: right;
        transition: all .25s;
        position: relative;
        right: -10px;
    }

    #header .collection-menu-small .navbar-nav > li:hover > a,
    #header .collection-menu-small .navbar-nav > li.active > a {
        background: none;
        color: #666;
    }

    .collection-menu-small .navbar-nav > li::before{
        display: block;
        border-top: 1px solid #666;
        content: " ";
        margin: 0 15px;
    }

    .collection-menu-small .navbar-nav > li:first-child::before{
        content: normal;
    }

    .collection-menu-small .nav-submenu{
        margin-left: 15px;
        margin-bottom: 15px;
        bottom: 15px;
        border-left: 1px solid #666;
        display: none;
    }

    .collection-menu-small .active > .nav-submenu{
        display: block;
    }

    .collection-menu-small .collection-item a{
        position: relative;
        display: inline-block;
        line-height: 20px;
        padding: 10px 15px;
        font-weight: bold;
        text-shadow: none;
    }

    .collection-menu-small .collection-item .row{
        margin: 0;
    }

    .collection-menu-small .collection-item .row > div{
        padding: 0;
    }

    .collection-menu-small .collection-item a:hover,
    .collection-menu-small .collection-item a:active{
        text-decoration: none;
    }

    .collection-menu-small .collection-item .arrowNextToText{
        display: inline-block;
        padding: 10px 5px;
    }

    .collection-menu-small .collection-item .toggle{
        text-align: right;
    }

    .collection-menu-small .collection-item .toggle i{
        transition: .25s all;
    }

    .collection-menu-small .active > div .toggle i{
        transform: rotate(90deg);
    }

    .collection-menu-small ul{
        list-style-type: none;
    }

/*
}
*/
@media (min-width: 768px) {

    .collection-menu .navbar-collapse {
        padding: 0;
    }

}

/* justified navbar layout */
@media (min-width: 768px) {

    .navbar.nav-justified .navbar-nav {
        margin: 0 auto;
        display: flex;
        table-layout: auto;
        float: none;
        width: 100%;
        transition: all 2.5s;
        /*box-shadow:0 5px 35px rgba(0,0,0,0.1);*/
    }

    .navbar.nav-justified .navbar-nav > li {
        float: none;
        text-align: center;
        white-space: nowrap;
        transition: all 2.5s;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
    }
}

/* BREADCRUMBS */

/*.ccm-page .breadcrumb > li::before,*/
.ccm-page .breadcrumb > li::before {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
}

.ccm-page .breadcrumb > li:first-child::before {
   display: none;
}

.ccm-page .breadcrumb {
    background: none;
    padding: 8px 0;
}

.ccm-page.page-template-home .breadcrumbs {
    display: none;
}

.breadcrumbs a.selected{
    color: #999;
}
.breadcrumbs + .block.sections {display: none;}
/* SECTION NAV */

.ccm-page .sections {
    margin-top: 15px;
}

.ccm-page .sections .nav a {
    background: transparent;
    color: #666;
}

.ccm-page .sections .nav a i {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}



.ccm-page .sections .nav .active a i {
    background: #f19001;
    color: white;
}

.ccm-page .sections .nav a span {
    font-weight: bold;
}

/* CONTENT */

/* blocks */
.ccm-page .block {
    margin-bottom: 20px;
}
.ccm-page nav.block.sections {
    margin-bottom: 0;
}
.ccm-page.page-template-landingspage .block.generic-teaser .text {
    min-height: 0 !important;
}

.ccm-page .ccm-image-block {
    width: 100%;
    margin: 0 0 10px;
}

/* side bar */

.title-inspiration-side-bar {
    margin-top: -30px;
    text-align: center;
    color: white;
    text-decoration: none;
    max-width: 120px;
}

.title a:hover {
    text-decoration: none;
}

.top-side-images {
    position: relative;
    margin-bottom: -23pt;
    width: 254px;
    max-width: 254px;
    z-index: 10;
}

.top-side-image-items-holder {
    margin-left: 14px;
}

.top-side-image-item {
    margin: 0;
    padding: 0;
    max-width: 125px;
    margin-left: 2px;
    margin-bottom: 12px;
}

.top-side-image-item a:hover:after {
    content: url('../images/mouseoverarrowright.png');
    position: absolute;
    top: 40px;
    left: 49px;
}

.top-side-image-item a:hover {
    text-decoration: none;
}

.sidebar-holder {
    max-width: 521px;
}

.marker{
    margin-top: 4px;
}

.maplabel {
    margin-top: -38px !important;
    margin-left: -10px !important;
    text-align: center;
    color: #000000;
    width: 22px;
}

.dealer-info-container{
    margin-bottom: 10px;
    cursor: pointer;
}

.dealer-info-container h3{
    margin-bottom: 0;
}

.dealer-locator .search-results {
    height: 353px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dealer-locator .dealer-search-spacing input{
    height:38px;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .dealer-locator .col-xs-9.col-sm-9.col-md-5.col-lg-6{
        padding-right:5px;
    }
    .dealer-locator .col-xs-3.col-sm-3.col-md-2.col-lg-2{
        padding-left:5px;
        padding-right:5px;
    }
    .dealer-locator .col-xs-3.col-sm-3.col-md-2.col-lg-2 .select-wrapper{
        min-width: 55px;
    }
    .dealer-locator .col-xs-12.col-sm-12.col-md-5.col-lg-4{
        padding-left:5px;
    }
}
/* FOOTER */

footer {
}

.ccm-page.page-template-home .footer-teasers {
    display: none;
}

footer .footer {
    padding: 30px 0 20px;

    background: #666;
    color: white;

}

footer .logo {
    max-height: 66px;
}

footer .footer a {
    color: #f0f0f0;
}

footer .footer a:hover {
    background: transparent;
    color: white;
    text-shadow: 0 0 2px #fff;
    text-decoration: none;
}

footer .footer .collection h3,
footer .footer .collection h3 a {
    margin-bottom: 0.1em;
    font-size: 20px;
    text-transform: uppercase;
}

footer .footer .collection ul {
    padding: 0;
    list-style: none;
}

footer .footer .collection ul a {
    padding: 0;
    border: none;
    line-height: 1.5em;
}

footer .footer .collection ul a:hover {
    background: transparent;
    color: white;
    text-shadow: 0 0 2px #fff;
}
footer .footer a.social-icon {
	width: auto;
	margin: 0;
}
footer .footer a.social-icon img {
    margin-right: 15px;
}

@media (max-width: 991px) {

    footer .collection .col-sm-2 {
        float: none;
    }

    footer .collection ul {
        display: none;
    }

}

footer .footer .nav-footer a {
    padding: 0;
    color: #d6d6d6;
}

footer .footer .nav-footer a:hover,
footer .footer .nav-footer a.active {
    color: white;
}

footer .footer .nav-hz .nav {
    margin-top: 40px;
    list-style: outside none none;
    padding: 0;
}

footer .footer .nav-hz .nav > li {
    display: inline-block;
}

footer .footer .nav-hz .nav > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

footer .footer .nav-hz .nav a {
    display: inline-block;
}

footer .footer-bottom-items {
    margin-top: 20px;
}

footer .footer-top-spacer {
    height: 12px;
    background: #e3e3e3;
}

footer .footer-bottom-spacer {
    height: 50px;
    background: #f19001;
}

/* form element restyle */

.ccm-page input[type="text"], .ccm-page input[type="email"], .ccm-page input[type="tel"], .ccm-page input[type="search"], .ccm-page input[type="url"], .ccm-page input[type="password"], .ccm-page .ui-autocomplete-input, .ccm-page textarea, .ccm-page .uneditable-input, .ccm-page select {
    border-radius: 0;
    border-color: #ccc;
}
.ccm-page select {
    padding: 0 0;
}

.ccm-page .btn {
    border-radius: 0;
    border-color: #ccc;
    color: #666;
}

.ccm-page .btn-block {
    text-align: left;
    padding: 8px 12px;
}

.ccm-page .btn-primary {
    background: #f7921e;
    border-color: #f7921e;
    color: white;
}

.ccm-page .btn-half {
    background-color: #ccc;
    color: white;
}

.ccm-page .btn-dark {
    border: 1px solid #666;
    color: white;
    background: #666;
    font-weight: bold;
}

.ccm-page .btn-dark:hover, .ccm-page .btn.btn-trans:focus {
    background: #888;
}

.ccm-page .btn-trans {
    border: 1px solid white;
    color: white;
    background: transparent;
}

.ccm-page .btn-trans:hover, .ccm-page .btn.btn-trans:focus {
    border-color: #333;
    color: #333;
}

.ccm-page .btn-default {
    border: 1px solid #cdcdcd;
    color: #666;
}


.navbar.navbar-default .btn.btn-default.dropdown-toggle{
    border: unset;
}

.ccm-page .btn-small{
    font-size: 12px;
}

.ccm-page .nav-btn-wrap{
    padding: 0 15px;

}

.ccm-page .btn-nav{
    text-align: left;
    border: none;
    background-color: #F89331;
    width: 100%;
    margin: 5px 0;
}

.ccm-page a .btn-nav,
.ccm-page a .btn-nav span,
.ccm-page .btn-nav a,
.ccm-page .btn-nav a span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}


.ccm-page .btn-nav i{
    margin-top: 5px;
    position: absolute;
    right: 25px;
}

.ccm-page .btn .fa.pull-left,
.ccm-page .btn .fa.pull-right {
    margin-top: 3px;
}

/* general carousel styling */

.ccm-page .carousel-control {
    width: 30px;
    background: transparent;
}

.ccm-page .carousel-control.left {
    left: -30px;
}

.ccm-page .carousel-control.right {
    right: -30px;
}

.ccm-page .carousel-control span {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    text-shadow: none;
}

.ccm-page .carousel-control:hover,
.ccm-page .carousel-control:focus {
    color: #F7901E;
}

@media (max-width: 767px) {

    .breadcrumb{
        margin-bottom: 0;
    }

    .ccm-page .sections {
        margin-top: 0;
    }

    .ccm-page .carousel-control.left {
        left: 0;
    }

    .ccm-page .carousel-control.right {
        right: 0;
    }

    .ccm-page .carousel-control span {
        height: 24px;
        margin-top: -12px;
        font-size: 24px;
        line-height: 24px;
    }

    .rs-slideshow{
        margin: 0 -16px;
    }

    footer .footer-top-spacer{
        height: 0;
    }

    footer .footer-bottom-spacer{
        height: 16px;
    }

    .wishlist-margin ul{
        margin: 0 -15px;
    }

    .header button.btn.btn-half {
        position: absolute;
        top: 13px;
        right: 55px;
        margin: 0;
        padding: 0;
        font-size: 20px;
        z-index: 42;
        background-color: transparent;
        color: black;
    }
    .header button.btn.btn-search{
        padding: 9px 18px;
        font-size: 16px;
        z-index: 42;
        background-color: #F89331;
        color: #fff;
        border-bottom: 1px solid #F89331 !important;
    }
    .navbar-collapse.visible-xs{
        padding-right: 0px !important;
    }
    .navbar-collapse.collapsible.lang-logo.collapse.in{
        padding: 0;
        background: url('../images/nav_logo.png') no-repeat bottom right;
        background-size: 25% 100%;

    }
    .header button#dropdownMenu1{
        padding: 10px 15px !important;
        display: inline-block;
        text-align: left;
        font-size: 14px !important;
        color: #666 !important;
        background-image: #fff;
    }
    .header button#dropdownMenu1 i.fa.fa-angle-right {
        font-size: 20px;
        padding-left: 13px;
        line-height: 20px;
        vertical-align: middle;
        color: #666;
        float: right;
    }
    .header .dropdown-menuheader i.fa.fa-angle-down{
        float: right;
    }
    .header .dropdown-menuheader.open button#dropdownMenu1{
        color: #f28e00!important;
    }
    .header .dropdown-menuheader.open .fa-angle-right{
        display: none;
    } .header .dropdown-menuheader.open .fa-angle-down {
              display: block;
              font-size: 20px;
    }
    .header .dropdown-menuheader .fa-angle-down{
        display: none;
    }

    .header li.dropdown-section:first-child{
        padding-top: 15px;
    }

    .header .btn-half{outline:none;}
    .header .btn-half.collapsed .cim-close{ display: none;}
    .header .btn-half:not(.collapsed) .cim-close{ display: inline-block;}
    .header .btn-half:not(.collapsed) .fa-search{ display: none;}

    .header .collapse {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
    }

    .header .collapse.in{
        position: absolute;
    }


    img.mobile-close-button.visible-xs{
        max-width: 50%;
    }
    .navbar-nav{
        margin-top: 0;
        margin-bottom: 0;
    }
}


header .ccm-page .btn-default {
    border: none !important;
    color: #666;
}



.collection-menu.drop-down-container.hidden-xs .nav.block.sections{
    display: none!important;
}

/* popover styling */

.ccm-page .popover-content {
    width: 276px;
}

/* fancy effects */

.ccm-page a {
    transition: all .25s;
}

.ccm-page a:hover {
    text-shadow: 0 0 1px #888;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input,
.btn {
    transition: all .25s;
}

.ccm-page .btn:focus {
    text-shadow: 0 0 1px #888;
}

.ccm-page .dropdown-menu {
    display: block;
    visibility: hidden;
    transition: all .25s;
    margin-top: -10px;
    opacity: 0;
}

.ccm-page .open > .dropdown-menu {
    visibility: visible;
    margin-top: inherit;
    opacity: 1;
    width: 100%;
    border-radius: unset;
}
.header .btn .caret{
    margin-left: 10px;
    color: #fde9d2;
}

.header .ci{
   font-size: 20px;
}
.header .btn-default:active, .header .btn-default.active, .header .open .dropdown-toggle.btn-default{
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.header button#dropdownMenu1{
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding: 21px 30px;
    background-color: transparent;
    position: relative;

}

.header button#dropdownMenu1::after{
    content:'';
    background: -moz-linear-gradient(left, rgba(242,142,0,1) 70%, rgba(242,142,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(242,142,0,1) 70%,rgba(242,142,0,0) 100%);
    background: linear-gradient(to right, rgba(242,142,0,1) 70%,rgba(242,142,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28e00', endColorstr='#00f28e00',GradientType=1 );
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    display: block;
}


.header button#dropdownMenu1 i.fa.fa-angle-down {
    font-size: 30px;
    padding-left: 13px;
    line-height: 20px;
    vertical-align: middle;
    color: #f19001;
}

.megamenuspacing i.fa.fa-angle-right{
    font-size: 20px;
    color: #f19001;
    font-weight: bold;
}

.header .row{
    list-style: none;
}

.header a.text-center {
    text-decoration: none;
    color: #666666!important;
    font-size: 16px;
}
.header li.dropdown-section{
    padding-bottom: 20px;
}
    /*=== Assortiment page ===*/

.assortimentTeasers {
    margin-bottom: 30px;
}

/*.wishlist-icon{*/
    /*background: url('../images/wishlist.png') center center no-repeat transparent;*/
    /*float: left;*/
    /*height: 18px;*/
    /*margin-right: 2px;*/
    /*width: 18px;*/
/*}*/
.header i.fa.fa-heart {
    color: #000;
    font-size: 18px;
    padding-top: 5px;
    margin-left: -5px;
}

main.container{
    position: relative;
}
main.container iframe {max-width: 100%;}
main.container img {max-width: 100%; height: auto;}

.social-icons-text {
	position: absolute;
    margin-bottom: 2px;
    left: -15px; 
    height: 22px;
	bottom: 0;
	color: #d6d6d6;
}

.social-icons-container{
    position: absolute;
    bottom: 2px;
    left: 50px; /* wrapper 15px */
    height: 22px;
    margin: 0 0 5px 0;
}

.social-icons-container.social-icons-container-mobile{
    margin: 5px 0;
}

.social-icons-container .social-text{
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.social-icons-container .social-icon{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    float: left;
    display: block;
}

.blog-category-list{
    margin-left: 15px;
    margin-right: 15px;
}

.blog-category-list a.selected{
    font-weight: bold;
}

@media (max-width: 767px) {
    .social-icons-container{
        position: static;
    }

    header .header .container{
        padding-left: 0;
        padding-right: 0;
    }

    header .top-menu .navbar-collapse,
    header .top-menu .navbar-collapse.in{
        padding-left: 15px;
        padding-right: 15px;
    }

    .container .block:last-child{
        margin-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    .teaser-magento-holder .categoryTeaser .teaserHead .categName p, .teaser-magento-holder .categoryTeaser .teaserHead .categName a {
        font-size: 18px;
        padding: 10px 0 0 10px;
    }
	.social-icons-container{
		left: 0;
	}
	.social-icons-text {
		position: relative;
		bottom: -15px;
	}
}

@media (max-width: 992px) {
    .teaser-holder .teaserHeight {
        margin-bottom: 15px;
    }

    .teaser-holder .teaserHeight .bottom-align-text {
        bottom: 20px;
    }

    .teaser-magento-holder .categoryTeaser .teaserHead .categName p, .teaser-magento-holder .categoryTeaser .teaserHead .categName a {
        font-size: 15px;
        padding: 5px 0 0 10px;
    }

    .teaser-magento-holder {
        min-height: inherit;
        padding-bottom: 25px;
    }
	footer .logo{
		margin-bottom: 5px;
	}
	.social-icons-container:not(.social-icons-container-mobile){
		position: static;
		float: right;
	}
	.social-icons-text {
		position: static;
		float: right;
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
    .teaser-holder .teaserHeight {
        height: auto;
        padding-bottom: 15px;
    }
}

.cando-modal .modal-title{
    color: #000000;
}

.cando-modal .multilangual-choices a{
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.cando-modal .multilangual-choices a .flag{
    margin-right: 5px;
}

/* Landing page */
.page-template-landing {color: #666;}
.block.block-header-image { min-height: 300px; max-height: 500px; position: relative; overflow: hidden; margin-bottom: 60px;}
.block.block-header-image .player-holder {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: -10%;
}
.block.block-header-image .player-holder #player, .block.block-header-image .player-holder #player object, .block.block-header-image .player-holder #player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.block.bloc-header-image .player-holder #player html body .ytp-gradient-top, .block.bloc-header-image .player-holder #player html body .ytp-pause-overlay, .block.bloc-header-image .player-holder #player html body .ytp-show-watch-later-title{
    display: none !important;
}
.block.block-header-image .player-holder .player-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.block.block-header-image .icons-container {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: auto;
    height: 30px;
    display: block;
    z-index: 25;
    line-height: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.block.block-header-image .icons-container .play-btn,
.block.block-header-image .icons-container .pause-btn {
    font-size: 30px;
    width: auto;
    height: 30px;
    display: none;
    float: left;
    color: rgba(255, 255, 255, 0.3);
}
.block.block-header-image .icons-container:hover > .play-btn,
.block.block-header-image .icons-container:hover .pause-btn {
    color: #ffffff;
}
.block.block-header-image .icons-container .play-btn,
.block.block-header-image .icons-container .pause-btn {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.block.block-header-image .icons-container .play-btn.visible,
.block.block-header-image .icons-container .pause-btn.visible {
    display: inline-block;
}
.block.block-header-image .icons-container .play-btn i,
.block.block-header-image .icons-container .mute-unmute i,
.block.block-header-image .icons-container .pause-btn i {
    font-size: 30px;
    color: #c3c3c3;
}
.block.block-header-image .icons-container .play-btn i:hover,
.block.block-header-image .icons-container .pause-btn i:hover {
    color: #ffffff;
}
.block.block-header-image .actions .tippy-content i {margin-left: 10px;}
/*
@media (max-width: 1679px) {
    .block.block-header-image .icons-container {
        bottom: 25%;
    }
}
@media (max-width: 1439px) {
    .block.block-header-image .icons-container {
        bottom: 30%;
    }
}
@media (max-width: 967px) {
    .block.block-header-image .player-holder {
        transform: initial;
    }
    .block.block-header-image .icons-container {
        bottom: 15%;
    }
}
@media (max-width: 767px) {
    .block.block-header-image .icons-container {
        left: 20px;
        bottom: 20px;
        font-size: 22px;
    }
}
@media (max-width: 549px) {
    .block.block-header-image .icons-container {
        left: 20px;
        bottom: 80px;
        font-size: 22px;
    }
}
*/

.block.block-header-image .icons-container .mute-unmute {
    position: relative;
    margin-left: 40px;
    z-index: 20;
}
.block.block-header-image .icons-container .mute-unmute .volume {
    color: #c3c3c3;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.block.block-header-image .icons-container .mute-unmute .volume:hover {
    color: #ffffff;
}
.block.block-header-image .block-content {text-align: center; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}
@media (max-width: 762px) {
	.block.block-header-image {overflow: initial; height: 56.25%; margin-top: 15%;}
	.block.block-header-image .player-holder {transform: translateY(-25%);}
	.block.block-header-image .block-content {top: calc(21%); transform: none;}
	.block.block-header-image .icons-container {top: calc(56.25% - 10px); bottom: 0;}
}
.block.block-header-image .block-title { margin: 0 0 20px 0; font-size: 50px; line-height: normal; text-transform: uppercase; font-family: 'open-sans-bold'; color:#000;}
.block.block-header-image .block-title span {padding: 0 10px; background: rgba(255,255,255,0.5);}
.block.block-intro {padding: 50px 0 0 0;}
.block.block-intro .block-content {max-width: 840px; font-size: 15px; line-height: 25px;}
.block.block-intro .block-title {font-size: 40px; line-height: 45px; color: #f39200;}
.block.block-intro .block-subtitfont-size: 10px;le {margin-bottom: 25px; font-size: 24px; line-height: normal;}
.block.block-intro .actions {padding-top: 20px;}

.block.block-teaser-image {padding: 40px 0;}
.block.block-teaser-image.right, .block.block-teaser-image.left {padding: 10px 0;}
.block.block-teaser-image .block-title { margin: 40px 0 30px 0; font-size: 30px; line-height: normal; font-family: 'open-sans-bold';}
.block.block-teaser-image .block-content {font-size: 15px; line-height: 25px;}
.block.block-teaser-image .block-content .btn {margin: 20px 20px 0 0;}
@media (max-width: 991px) {
    .block.block-header-image .block-title { font-size: 30px;}
}
@media (max-width: 762px) {
	.block.block-header-image {margin-bottom: 0; min-height: initial; max-height: initial;}
	.block.block-header-image .block-title {font-size: 15px; margin-bottom: 5px; line-height: normal;}
	.block.block-intro {padding: 0 0 15px 0;}
	.block.block-intro .block-content { line-height: normal;}
	.block.block-intro .block-title {font-size: 18px; line-height: normal;}
	.block.block-intro .block-subtitle {margin-bottom: 10px; font-size: 12px; line-height: normal;}
	.block.block-teaser-image {padding: 0;}
	.block.block-teaser-image .block-content {line-height: normal;}
	.block.block-teaser-image .block-title {margin: 15px 0; font-size: 18px; line-height: normal;}
	.block .mobile-wrapper {padding-bottom: 25px; border-bottom: 10px solid #fff; max-height: 90px; overflow: hidden; position: relative; transition: all 0.2s ease;}
	.block .mobile-wrapper:before {content: ''; width: 100%; height: 75px; border-bottom: 10px solid #fff; position: absolute; left: 0; bottom: 0; z-index: 9;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.block .mobile-wrapper:after {content: 'Toon meer +'; color: #f19001; font-size: 10px; font-family: 'open-sans-bold'; position: absolute; left: 0; bottom: 0; z-index: 99;}
	.block .mobile-wrapper.active {max-height: 1000px;}
	.block .mobile-wrapper.active:after {content: 'Toon meer -';}
    .block .mobile-wrapper.active:before {background: none;}
    
    /****************
    * CUSTOM STYLE *
    ****************/
    .brochureHolder .viewLinkButton + .applyLinkButton {
        margin-top: 5px;
    }
    /****************
    * CUSTOM STYLE *
    ****************/
    
    /****************
    * CUSTOM STYLE *
    ****************/
    .brochureHolder .viewLinkButton + .applyLinkButton {
        margin-top: 5px;
}
    /****************
    * CUSTOM STYLE *
    ****************/
}
.grecaptcha-badge{
    z-index:9999 !important;
}

/****************
 * CUSTOM STYLE *
 ****************/
.brochureHolder .innerApplyLinkButton {
    background: url('../images/brochure_link_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

.brochureHolder .innerViewLinkButton {
    background: #f19001;
}

/****************
 * END CUSTOM STYLE *
 ****************/


.search-form form .select-wrapper {
     position: relative;
 }

 .search-form form .select-wrapper::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: gray transparent transparent transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 15px 7px 0 0;
    pointer-events: none;
 }



.search-form form .select-wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 13px 7px 0 0;
    pointer-events: none;
 }

.search-form form select.form-control {
    height: 38px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    appearance: textfield;
    -webkit-appearance: textfield;
    padding-left:5px;
    padding-right:20px;
}

.search-form form select.form-control::-ms-expand {
    display: none;
}



/* New menu overwrite */
.collection-menu.drop-down-container{
    position: absolute;
    width:100%;  
}
.collection-menu .drop-down-wrapper {
    position: relative;
    height:0;
    overflow: hidden;
    left:0;
    margin-left:-15px;
    margin-right:-15px;
    width:calc(100% + 30px);
}
.collection-menu .drop-down-wrapper.active {
    position: relative;
    height:auto;
    background: red;
}
.collection-menu  .more-info{
    padding:0;
    background: #fff;
}

.breadcrumbs{
    padding-top:30px;
}

.tooltip_content {
    display: none;
}

/*IMAGE TEASER STYLE*/
.image-teaser .content .text .link .tippy-popper .tippy-tooltip .tippy-content{
    width: 160px;
}

.image-teaser .content .text .link .tippy-popper .tippy-tooltip .tippy-content img{
    min-width: 80px;
    min-height: 40px;
    margin-bottom: 5px;
}

.image-teaser .content .text .link .tippy-popper .tippy-tooltip .tippy-content i {
    margin-bottom: 10px; margin-left: 10px;
}
.tippy-popper .tippy-content i{
    margin-left: 10px;
}
