/** @-FONTFACE *******************************************************************/


/*@font-face {
        font-family: 'Source Sans Pro';
        src: url('../fonts/helveticaneueltstd-lt.eot');
        src: url('../fonts/helveticaneueltstd-lt.svg') format('svg'),
          url('../fonts/helveticaneueltstd-lt.eot?#iefix') format('embedded-opentype'),
             url('../fonts/helveticaneueltstd-lt.ttf') format('truetype'),
             url('../fonts/helveticaneueltstd-lt.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}*/


/*********************************************************************************/


/** BASICS ***********************************************************************/

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html:full-screen {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 1.3em;
    line-height: 1.3;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    overflow: hidden;
}

.wrapper {
    background-repeat: no-repeat;
    position: absolute;
    top: 44px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: #000;
    background-image: url('../img/pageloader.gif');
    background-position: bottom center;
}

.backgroundsize .hasBg .wrapper {
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.home .wrapper {
    position: absolute;
    top: 44px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-size: cover;
    background-color: #000;
    background-image: url('../img/pageloader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.content {
    position: relative;
}

.content-wrapper {
    position: absolute;
    height: auto;
    width: 46% !important;
    max-width: 810px;
    right: 15px !important;
    padding: 30px;
    left: auto;
    bottom: 90px;
    z-index: 2;
}

.content-wrapper.no-sub-nav {
    bottom: 60px;
}

.content-wrapper-home {
    max-width: 390px;
}

.fullwidth .content-wrapper {
    top: auto !important;
    left: 15px;
    right: 15px !important;
    bottom: 90px !important;
    height: auto;
    max-height: none;
    min-height: none;
    width: auto !important;
    max-width: none !important;
}

.fullwidth .content.contact {
    width: 100%;
}

.fullwidth .content.dealers {
    width: 100%;
}

.fullwidth.sitemap .content {
    width: 100%;
}

.content.default {
    width: 100%;
}

.links {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 25px;
}

.ico-link {
    line-height: 24px;
    color: #fff;
}

.ico-link img {
    vertical-align: middle;
    margin-right: 10px;
}

.ico-link:hover {
    color: #ff6600;
}

.back-btn {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 15px;
}


/*********************************************************************************/


/** HOME **/

.home .fairslist {
    width: 390px;
    list-style: none;
}

.home .fairslist li {
    float: left;
    width: 390px;
    padding: 3px;
    border-bottom: 1px dotted #999;
}

.home .fairslist li.last {
    border-bottom: none;
}

.home .fairslist li a {
    float: left;
    width: 390px;
}

.header {
    position: relative;
    float: left;
    z-index: 10;
}

.header a {
    display: block;
    width: 100%;
}

.logo {
    display: block;
    height: auto;
    margin: 15px auto;
}

.block-arrow {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-image: url('../img/block-arrows.png');
    background-repeat: no-repeat;
}

.home-prev {
    background-position: -40px 0;
    left: 10px;
}

.home-prev:hover {
    background-position: -40px -40px;
}

.home-next {
    background-position: 0 0;
    right: 10px;
}

.home-next:hover {
    background-position: 0 -40px;
}

.home .home-block {
    position: absolute;
    right: 15px;
    bottom: 90px;
    z-index: 1 !important;
}

.home .nextSlide {
    right: 0;
    background-position: -40px 0;
}

.home .prevSlide {
    left: 0;
    background-position: 0 0;
}

.home .nextSlide:hover {
    right: 0;
    background-position: -40px -40px;
}

.home .prevSlide:hover {
    background-position: 0 -40px;
}

.home .goto {
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    padding-bottom: 10px;
    padding-top: 5px;
}

.close-page {
    position: absolute;
    top: 45px;
    right: 15px;
    height: 40px;
    width: 40px;
    background-image: url('../img/close40x40.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}

.close-page:hover {
    background-position: bottom left;
}

.home .close-page {
    display: none;
}


/**********************************************************************************/


/** SIDE **/

.side-basket {
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

.side-nav {
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 187px;
    display: none !important;
    overflow: hidden;
}

.fullwidth .side-nav {
    z-index: 0 !important;
}

.home .side-nav {
    display: block !important;
}

.side-nav ul li {
    display: block;
    float: left;
    width: 100%;
}

.side-nav ul li a {
    display: block;
    font-size: 1.16em;
    text-transform: uppercase;
    background-position: left top;
    text-align: left;
    height: 20px;
}

.side-nav ul li a:hover {
    background-position: left bottom;
}

.side-sep {
    height: 1px;
}

.side-nav ul li.active a {
    color: #ff6600;
}

.side-nav .icon {
    text-indent: 35px;
}

.icon {
    display: block;
    background-repeat: no-repeat;
}

.icon-insp {
    background-image: url('../img/inspiration-icon.png');
}

.icon-coll {
    background-image: url('../img/collection-icon.png');
}

.icon-cat {
    background-image: url('../img/catalog-icon.png');
}


/*********************************************************************************/


/** TOP NAV **/

.top-nav {
    position: absolute;
    top: -44px;
    right: 0;
    color: #999;
    line-height: 30px;
    margin: 0;
}

.top-nav li {
    float: left;
    height: 100%;
}

.top-nav a {
    color: #999;
    display: block;
    font-weight: bold;
    height: 100%;
    line-height: 34px;
}

.top-nav a:hover {
    color: #000000;
}

.top-sep {
    margin: 0 15px;
}

.top-nav .langlink {
    float: left;
    color: #999;
    font-weight: bold;
    overflow: hidden;
    height: 30px;
    width: 64px;
    -moz-transition: width 0.3s ease-in-out;
    -moz-transition-delay: 0.3s;
    -o-transition: width 0.3s ease-in-out;
    -o-transition-delay: 0.3s;
    -webkit-transition: width 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -ms-transition: width 0.3s ease-in-out;
    -ms-transition-delay: 0.3s;
}

.langs {
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: width 0.3s ease-in-out;
    transition-delay: 0.3s;
    -moz-transition: width 0.3s ease-in-out;
    -moz-transition-delay: 0.3s;
    -o-transition: width 0.3s ease-in-out;
    -o-transition-delay: 0.3s;
    -webkit-transition: width 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -ms-transition: width 0.3s ease-in-out;
    -ms-transition-delay: 0.3s;
}

.langlink:hover .langs {
    width: 331px;
}

.langlink:hover {
    width: 395px;
}

.langs li {
    margin: 0 15px 0 15px;
    padding: 0;
}

.langs li a {
    font-weight: normal;
}

.langs li.active a {
    color: #ff6600;
}

.loginlink {
    line-height: 30px;
    height: 30px;
}


/** new langWrapper **/

.langList {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.langListItem {
    font-weight: normal;
    margin: 0 10px 0 10px;
}

.langListItem.firstItem {
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.langListItem.active {
    font-weight: bold;
}


/*********************************************************************************/


/** search li **/

.top-nav .searchlink {
    float: left;
    color: #999;
    font-weight: bold;
    overflow: hidden;
    height: 30px;
    width: auto;
}

.search-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    display: none;
}

.searchlink.active .search-wrapper {
    display: block;
}


/*.searchlink.active{width:auto;}*/

.searchlink.active .search-wrapper {
    display: block;
}

.search-wrapper input {
    width: 135px;
    text-indent: 5px;
    margin-right: 25px;
}

.search-wrapper a {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 16px;
    background-image: url('../img/search-sprite.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.search-wrapper a:hover {
    background-position: bottom left;
}

.searchli {
    border-bottom: 1px dotted #999;
}


/*********************************************************************************/


/** main navigation (bottom)******************************************************/

.main a {
    font-size: 1em;
}

.main-nav ul {
    margin: 0;
}

.main-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-image: url('../img/mainbg.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

.main {
    position: relative;
    height: 100%;
    width: 100%;
}

.main>li {
    display: block;
    float: left;
    height: 100%;
    margin-top: 1px;
}

.main>li>a {
    float: left;
    display: block;
    text-transform: uppercase;
    padding: 15px 15px 13px 15px;
}

.main li.li-hover.clicked {
    background-color: #000000;
}

.main li.active>a {
    color: #ff6600;
    font-weight: bold;
}

.main ul {
    overflow: hidden;
    display: block;
    transition: width 0.1s ease-in-out;
    transition-delay: 0.1s;
    -moz-transition: width 0.1s ease-in-out;
    -moz-transition-delay: 0.1s;
    -o-transition: width 0.1s ease-in-out;
    -o-transition-delay: 0.1s;
    -webkit-transition: width 0.1s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -ms-transition: width 0.1s ease-in-out;
    -ms-transition-delay: 0.1s;
    position: absolute;
    left: 0;
    height: 30px;
    bottom: 46px;
    float: left;
    width: 0;
}

.main ul ul {
    bottom: 32px;
}

.main li.clicked ul {
    width: 100%;
    z-index: 2;
}

.main .active.open ul {
    width: 100%;
}

.main .active.li-hover.open {
    background-color: #000000;
}

.main ul li {
    display: block;
    float: left;
    height: 100%;
}

.main ul li a {
    float: left;
    display: block;
    text-transform: capitalize;
    padding: 8px 15px 8px 15px;
    font-size: 1em;
}

.open ul {
    z-index: 0;
}

.sec {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.sec li {
    float: right;
    height: 100%;
    color: #aaa;
}

.fullscreen {
    margin-top: 11px;
    height: 22px !important;
    width: 22px;
    background-image: url('../img/fullscreen.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.fullscreen:hover {
    background-position: center center;
}

.sec li a {
    display: block;
    float: left;
    height: 100%;
    line-height: 3.7;
    padding: 0 15px;
}

.sec li a img {
    display: block;
    margin-top: 7px;
}

.sec li.sec-sep {
    display: block;
    float: right;
    height: 100%;
    line-height: 3.3;
}

.sec li.active a {
    color: #ff6600;
    font-weight: bold;
}


/*********************************************************************************/


/** FOOTER **/

.footer {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #999;
    line-height: 30px;
    font-size: 0.8em;
}

.footer a {
    color: #999;
    font-size: 1em;
}

.footer a:hover {
    color: #000000;
}

.footer-sep {
    margin: 0 5px;
}

.twitter-box {
    position: relative;
    color: #999;
    width: 100%;
    height: 100%;
}

.twitter-box-inner a {
    line-height: 55px;
    text-indent: 65px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #999;
    background-image: url('../img/twitter.png');
    background-position: 20px 20px;
    background-repeat: no-repeat;
}

.twitter-box>a {
    margin-top: 15px;
    text-indent: 65px;
}

.icon-mail-footer {
    background-position: 1.5px 0;
}

.icon-mail-footer:hover {
    background-position: 1.5px -25px;
}

.icon-rss-footer {
    background-position: -19.33px 0;
}

.icon-rss-footer:hover {
    background-position: -19.33px -25px;
}

.icon-twitter-footer {
    background-position: -40.16px 0;
}

.icon-twitter-footer:hover {
    background-position: -40.16px -25px;
}

.icon-facebook-footer {
    background-position: -60.99px 0;
}

.icon-facebook-footer:hover {
    background-position: -60.99px -25px;
}

.icon-pinterest-footer {
    background-position: -81.82px 0;
}

.icon-pinterest-footer:hover {
    background-position: -81.82px -25px;
}

.socialicons {
    position: relative;
    margin: 0;
    margin-right: 15px;
}

.socialicons li {
    float: left;
}

.socialbox {
    position: absolute !important;
    width: 280px;
    height: 55px;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    border: #999 1px dotted;
    border-bottom: none;
    padding: 10px;
    z-index: 4;
}

.fb-like-box {
    padding: 10px;
}

.fb-like-box span {
    width: 100% !important;
}

.fb-like-box span iframe {
    width: 100% !important;
}

.socialicon {
    width: 22px;
    height: 25px;
    background-image: url('../img/social-sprite.png');
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}

.socialicons>li:hover>div {
    display: block;
}

.fan_box .connect_top {
    padding: 0 !important;
}

.fan_box .connect_action .name {
    font-size: 0.85em !important;
    font-weight: bold !important;
    line-height: 11px !important;
}


/*********************************************************************************/


/** GENERAL **********************************************************************/

.product-inner-content ul {
    padding-left: 18px;
    list-style: disc;
}

.product-inner-content ul li {
    margin-bottom: 5px;
}

ul.products-related {
    padding: 0;
    list-style: none;
}

ul.projects-related {
    padding: 0;
    list-style: none;
}

.shapes {
    display: block;
    margin: 0 -10px;
}

.shape {
    font-style: italic;
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.shape img {
    display: inline;
}

.shape small {
    font-style: normal;
    font-size: 11px;
}

.item {
    margin-bottom: 26px;
}

.item ul {
    padding-left: 18px;
    list-style: disc;
}

.item ul li {
    margin-bottom: 5px;
}

.item ul.links {
    padding-left: 0;
    list-style: none;
}

.focused-article ul {
    padding-left: 18px;
    list-style: disc;
}

.focused-article ul li {
    margin-bottom: 5px;
}

.m15 {
    margin: 15px;
}

.m5 {
    margin: 5px;
}

.m30 {
    margin: 30px;
}

.mt45 {
    margin-top: 45px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb5 {
    margin-bottom: 5px;
}

.h15 {
    height: 15px;
}

.h30 {
    height: 30px;
}

.h34 {
    height: 34px;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w35 {
    width: 34.6%;
}

.pr5 {
    padding-right: 5%;
}

.w90 {
    width: 90%;
}

.mr30 {
    margin-right: 30px;
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.no-ml {
    margin-left: 0 !important;
}

.no-ml p {
    text-align: justify;
}

.no-mr {
    margin-right: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.no-p {
    margin: 0 !important;
}

.mt18 {
    margin-top: 18px;
}

.box-dimension {
    width: 450px;
    height: 225px;
}

.box-dimension-scroll {
    width: 359px;
    height: 188px;
}

.box-dimension-product {
    width: 175px;
    height: 216px;
}

.slider-fairs .box-dimension-scroll {
    width: 359px;
    height: 208px;
}

.side-dimension-w {
    width: 140px;
}

.side-inner-dimension-w {}

.borderbox {
    box-sizing: border-box;
}

.border-r {
    border-right: 1px dotted #999;
}

.border-l {
    border-left: 1px dotted #999;
}

.border-t {
    border-top: 1px dotted #999;
}

.border-b {
    border-bottom: 1px dotted #999;
}

.block {
    display: block;
}

.bead {
    padding-left: 10px;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.no-border {
    border: none !important;
}

.item-title {
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 2.4em;
    overflow: visible;
}

.item-title .left {
    font-size: 0.9em;
}

.c-default {
    background-color: #000000;
}

.g-default {
    background-color: #999;
}

.g-color {
    color: #999;
}

.b-color {
    color: #ff6600;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tright {
    text-align: right;
}

.clearfix {
    display: table;
    clear: both;
    width: 100%;
}

.clear {
    clear: both;
}

.clearl {
    clear: left;
}

.clearr {
    clear: right;
}

.noclear {
    clear: none !important;
}

.no-list {
    list-style: none;
}

.first-menu {
    margin-left: 30px !important;
}

.top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.bold {
    font-weight: bold;
}

.start {
    background-color: #000;
    background-image: url('../img/pageloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.start * {
    visibility: hidden;
}

.rgba .c-tr {
    background-color: rgba(13, 13, 13, .8);
}

.hidden {
    display: none !important;
}

.no-rgba .c-tr {
    background-image: url('../img/c-tr.png');
    background-repeat: repeat;
}

.rgba .f-tr {
    background-color: rgba(255, 255, 255, .4);
}

.no-rgba .f-tr {
    background-image: url('../img/f-tr.png');
    background-repeat: repeat;
}

.rgba .slide-block {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.rgba .slide-block:not(.no-click):hover {
    background-color: rgba(13, 13, 13, .95);
}

.border {
    border: 1px dotted #999;
}

.img {
    width: 400px;
    margin: 15px;
}

.imgItem {
    width: 100%;
}

.img.left {
    margin-left: 0;
}

.img.right {
    margin-right: 0;
}

.img.layout1,
.img.layout2,
.img.layout3,
.img.layout4 {
    margin-top: 0;
}

.img.layout5,
.img.layout6,
.img.layout7 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.imgFull {
    width: 100%;
}


/*********************************************************************************/


/** Buttons **********************************************************************/

.button {
    display: block;
    height: 25px;
    background-color: #000000;
    padding: 0 10px 0 10px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    line-height: 25px;
}

.button:hover {
    background-color: #ff6600;
    color: #000000;
}

.btn {
    /* orange */
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: bold;
    background-color: #FF5500;
    display: inline-block;
    color: #fff;
    padding: 5px 30px;
    line-height: 15px;
    font-weight: 400;
}

.btn:hover {
    background-color: #666 !important;
}

.btn-product {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-bottom: none !important;
}

.btn-basket {
    text-transform: none;
    padding: 0 10px 0 5px;
    line-height: 30px;
}

.btn-basket img {
    display: inline;
    vertical-align: middle;
}

.miniCart {
    margin: 0 !important;
    width: 430px;
}

.miniCart img {
    width: 30px;
    height: 30px;
}

.miniCart tr {
    height: 30px;
    padding: 10px 0 10px 0;
}

.miniCart tr td {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #999;
}

.btn-miniCart {
    margin-top: 15px;
    margin-bottom: 5px;
}

.searchresults h4 {
    margin: 0;
}

.nav-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 190px;
    text-align: center;
    line-height: 40px;
    background-image: url('../img/arrows-middle-sized.png');
    background-repeat: no-repeat;
    z-index: 1;
}

.slider-fairs .nav-arrow {
    bottom: 220px;
}

.producten .rsArrow {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 235px;
    text-align: center;
    line-height: 40px;
    background-image: url('../img/arrows-middle-sized-width-bg.png');
    background-repeat: no-repeat;
    z-index: 1;
}

.producten .nav-arrow {
    display: none;
}

.projects .nav-arrow {
    bottom: 230px;
}

.project .nav-arrow {
    bottom: 355px;
}

.home .nav-arrow {
    bottom: 315px;
}

.home .prevSlide {
    left: auto;
    right: 110px;
}

.playSlide {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 315px;
    right: 55px;
    text-align: center;
    line-height: 40px;
    background-image: url('../img/play-sprite.png');
    background-repeat: no-repeat;
    z-index: 99;
}

.playSlide:hover {
    background-position: -40px 0;
}

.playSlide.stop {
    background-position: 0 -40px;
}

.playSlide.stop:hover {
    background-position: -40px -40px;
}

.slide-block {
    cursor: pointer;
}

.bigPlayPause {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    background-image: url('../img/bigPlayPause.png');
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 99;
}

.bigPlayPause.pause {
    background-position: bottom left;
}


/*********************************************************************************/


/*** TAGS ************************************************************************/

h1,
h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.9em;
    line-height: 1.2em;
    font-weight: lighter;
    display: block;
    max-height: 60px;
    overflow: hidden;
}

.login h1 {
    max-height: none !important;
}

.logintitle {
    font-size: 1.4em;
}

.productcontent-wrapper h1,
.productcontent-wrapper h2 {
    font-size: 1.3em;
    font-family: Helvetica-Neue-Light, arial, helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #aaa;
    font-size: 1em;
}

a:hover {
    color: #fff;
}

.active>a {
    color: #ff6600;
}

a img {
    border: none;
}

.home h1,
h2 {
    margin-top: 0;
    font-size: 2.1em;
}

.links li {
    display: block;
    clear: left;
}

.links li a.fileicon {
    line-height: 20px;
    display: block;
    height: 20px;
    padding-left: 27px;
    background-image: url('../img/file-icon.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.links li a.fileicon:hover {
    background-position: left bottom;
}


/***********************************************************************************/


/** NEWS PAGE **/

.content.slider-news,
.content.slider-producten {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75px;
}

.content.slider-producten.product-page,
.content.slider-producten.project-page {
    bottom: 44px;
}

.royalSlider .fullarticle-wrapper {
    display: none;
}

.content.slider-news>.focused-article {
    position: absolute;
}

.content.slider-news>.focused-article .scrollwrapper {
    overflow: hidden;
}

.slider-news .royalSlider {
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 202px;
}

.close-article {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    background-image: url('../img/close40x40.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
}

.close-article:hover {
    background-position: center bottom;
}

.article-img-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

.article-img-wrapper.fairs {
    margin-top: 20px;
    max-height: 80px;
}


/*.focused-article h1,.focused-article h2{
  margin-bottom:0.5em;
  font-size:1.3em;
    font-family: arial, sans-serif;
}*/

.slide-block .shortversion {
    width: 100%;
}


/** FAIRS **/

.slider-fairs .royalSlider {
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 222px;
}

.slider-fairs h1,
.slider-fairs .shortversion {
    font-size: 0.8em;
}

.slider-fairs h1,
.slider-fairs h2 {
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em !important;
    line-height: 1.6em;
    overflow: visible;
    margin-bottom: 15px;
}

.slider-fairs .slide-block {
    position: relative;
}

.slider-fairs .slide-block article {
    margin: 15px;
}

.slider-fairs .slide-block article .date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-align: left
}


/** PRODUCTEN **/

.producten .slide-block {
    height: auto;
    margin-bottom: 0;
}

.producten .slide-wrapper {
    position: absolute;
    bottom: 0;
}

.producten article {
    margin-bottom: 0;
}

.producten .slide-block h2 {
    margin-bottom: 0 !important;
}

.prev-hover {
    position: absolute;
    left: 0px;
    width: 45px;
    bottom: 105px;
    height: 270px;
    z-index: 99;
}

.next-hover {
    position: absolute;
    right: 0px;
    width: 45px;
    bottom: 105px;
    height: 270px;
    z-index: 99;
}

.producten .royalSlider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 15px !important;
    height: auto;
    overflow: hidden;
}

.producten .small-img-wrapper {
    max-height: 160px;
    overflow: hidden;
}

.cat-title-icon {
    margin-top: 5px;
    height: 16px;
    width: 16px;
    float: right;
}

.rsArrowRight {
    right: 15px;
    background-position: -40px 0;
}

.rsArrowLeft {
    left: 15px;
    background-position: 0 0;
}

.rsArrowRight:hover {
    right: 15px;
    background-position: -40px -40px;
}

.rsArrowLeft:hover {
    left: 15px;
    background-position: 0 -40px;
}

.nextSlide {
    right: 0;
    background-position: -40px 0;
}

.prevSlide {
    left: 0;
    background-position: 0 0;
}

.nextSlide:hover {
    right: 0;
    background-position: -40px -40px;
}

.prevSlide:hover {
    background-position: 0 -40px;
}

.small-img-wrapper {
    position: relative;
    width: 100%;
}

.nummering {
    position: absolute;
    right: 5px;
    top: 5px;
}


/*********************************************************************************/


/** PRODUCT DETAIL **/

.productcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.productcontent .royalSlider {
    position: relative;
}

.productcontent .nav-arrow {
    bottom: 75px;
}

.detail {
    position: absolute;
    width: 500px;
    max-width: 75%;
    top: 45px;
    bottom: 90px;
    right: 43px;
    /*left:50%;
      margin-left:-250px;*/
    z-index: 10;
}

.detail h1,
.detail h1 {
    display: block;
    overflow: hidden;
    font-size: 1.5em;
    font-family: Helvetica-Neue-Light, /*'Source Sans Pro',*/
    arial, helvetica, sans-serif;
    height: 45px;
    line-height: 45px;
    margin: 0;
    margin-left: 15px;
}

.detail .topbar {
    cursor: pointer;
}

.down {
    position: absolute;
    width: 500px;
    max-width: 75%;
    top: auto;
    bottom: 90px;
    left: 50%;
    margin-left: -250px;
    height: 40px;
    overflow: hidden;
}

.down * {
    display: none;
}

.down .topbar {
    display: block;
}

.down .updown {
    display: block;
}

.down h1,
.down h2 {
    display: block;
    margin: 0;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
}

.down .productside {
    display: none;
}

.down .g-color {
    display: inline-block;
}

.updown {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../img/updown-sprite.png');
    background-position: -40px -40px;
    z-index: 10;
}

.topbar:hover~.updown {
    background-position: 0 -40px;
}

.updown:hover {
    background-position: 0 -40px;
}

.down .updown {
    background-position: -40px 0;
}

.down .updown:hover {
    background-position: 0 0;
}

.down .topbar:hover~.updown {
    background-position: 0 0;
}

.topbar {
    position: absolute;
    top: 0;
    height: 45px;
    left: 0;
    right: 0;
}

.leftbar {
    position: absolute;
    top: 45px;
    width: 15px;
    left: 0;
    bottom: 0;
}

.rightbar {
    position: absolute;
    top: 45px;
    width: 15px;
    right: 0;
    bottom: 0;
}

.bottombar {
    /* display: block; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
}

.top12 .bottombar {
    height: 240px;
}

.top18 .bottombar {
    height: 330px;
}

.top24 .bottombar {
    height: 420px;
}

.middle {
    position: absolute;
    top: 45px;
    bottom: 150px;
    left: 15px;
    right: 15px;
}

.productcontent-wrapper {
    padding-right: 10px;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
}

.product-inner-content {
    padding-bottom: 15px;
}

.product_gallery .thumb {
    position: relative;
    width: 63px;
    height: 63px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #000000;
}

.product_gallery .thumb:hover {
    border: 1px solid #ff6600;
}

.top12 .thumb,
.top18 .thumb,
.top24 .thumb {
    margin-bottom: 0;
}

.top12 .thumbs,
.top18 .thumbs,
.top24 .thumbs {
    margin-bottom: 15px;
}

.top12 .middle {
    bottom: 240px;
}

.top18 .middle {
    bottom: 330px;
}

.top24 .middle {
    bottom: 420px;
}


/** PRESS RELEASES **/

.presspublication .top12 .bottombar {
    height: 170px;
}

.presspublication .top18 .bottombar {
    height: 260px;
}

.presspublication .top24 .bottombar {
    height: 350px;
}

.presspublication .top12 .middle {
    bottom: 170px;
}

.presspublication .top18 .middle {
    bottom: 260px;
}

.presspublication .top24 .middle {
    bottom: 350px;
}


/*************************************/

.productside {
    position: absolute;
    top: 0;
    left: 515px;
    width: 170px;
}

.productside li {
    float: left;
    width: 82.35%;
}

.productside a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px dotted #999;
}

.productside li.active a {
    color: #ff6600;
}

.productside li.active a.btn {
    color: #fff;
}

.productside li:last-child a {
    border-bottom: none;
}

.image-description {
    display: block;
    height: 65px;
    overflow: hidden;
    width: 150px;
    text-align: right;
}

.product-icons {
    margin: 0 15px;
    width: 470px;
}

.product-icons li {
    display: block;
    float: left;
}

.product-icons li .icon {
    display: block;
    background-image: url('../img/product-icons.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.ico {
    display: block;
}

.icon-zoom {
    background-position: 0 0;
}

.icon-zoom:hover {
    background-position: 0 -50px;
}

.icon-download {
    background-position: -50px 0;
}

.icon-download:hover {
    background-position: -50px -50px;
}

.icon-print {
    background-position: -100px 0;
}

.icon-print:hover {
    background-position: -100px -50px;
}

.icon-mail {
    background-position: -150px 0;
}

.icon-mail:hover {
    background-position: -150px -50px;
}

.icon-facebook {
    background-position: -200px 0;
}

.icon-facebook:hover {
    background-position: -200px -50px;
}

.icon-twitter {
    background-position: -250px 0;
}

.icon-twitter:hover {
    background-position: -250px -50px;
}

.icon-pinterest {
    background-position: -300px 0;
}

.icon-pinterest:hover {
    background-position: -300px -50px;
}

.icon-cart {
    background-position: -350px 0;
}

.icon-cart:hover {
    background-position: -350px -50px;
}

.products-related li {
    display: block;
    padding: 0;
    border-bottom: 1px dotted #999;
    height: 40px;
    padding: 5px 0;
}

.products-related li:last-child {
    border: none;
}

.products-related li:hover {
    background-color: #000000;
}

.products-related li a {
    font-size: 1.2em;
    display: block;
    line-height: 40px;
    height: 40px;
}

.products-related img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 5px;
}

.publicationthumb .downloadpress {
    width: 200px;
    height: 30px;
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    line-height: 30px;
}

.publicationthumb .downloadpress.inactive {
    color: #ccc;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.publicationthumb .downloadpress.inactive:hover {
    color: #ccc;
    text-decoration: line-through;
}


/** CONTACT **/

.fullwidth.contact .formcontact {
    float: left;
    max-width: 100%;
}

.fullwidth.contact .formcontact .column.long {
    width: 95%;
}

.fullwidth.contact .formcontact .column.long label {
    width: 16%;
}

.fullwidth.contact .formcontact textarea {
    width: 81%;
}

.fullwidth.contact .formcontact .submit {
    margin-right: 5%;
}

.fullwidth.contact .item.general {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-right: 1px dotted #999;
}

.fullwidth.contact .item.general.no-border {
    border: none;
}

.contact-col {
    width: 40%;
    min-width: 400px;
}

.contacttextitem {
    /* margin-top:-102px;*/
}


/** SITEMAP **/

.sitemap ul {
    margin-left: 20px;
}

.fullwidth.sitemap .content-wrapper {
    bottom: 65px !important;
}

#sitemap {
    list-style: none;
    margin: 0;
}

#sitemap>li {
    list-style: none;
    clear: both;
}

#sitemap>li>a {
    display: none;
}

#sitemap>li>ul {
    margin: 0;
    list-style: none;
}

#sitemap>li>ul>li {
    float: left;
    margin-right: 30px;
}

#sitemap>li>ul>li>a {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: arial, helvetica, sans-serif;
    font-weight: lighter;
    display: block;
    max-height: 60px;
    overflow: hidden;
}

#sitemap>li>ul>ul {
    margin: 0;
    float: left;
    margin-right: 30px;
}

#sitemap>li>ul>li>ul {
    margin-left: 0;
    list-style: none;
}

#sitemap>li>ul>li>ul>li {
    margin-top: 5px;
}


/*************************************************************************************/


/** CONTACT **************************************************************************/


/*** CONTACT ***/

.contactLeft {
    width: 50%;
}

.contactRight {
    margin-top: 50px;
    width: 50%;
    height: 400px;
    color: #000000;
}

.contactRight a {
    color: #000000;
}

.contact label {
    display: block;
    width: 100px !important;
    float: left;
    margin-right: 2%;
}

.contact .column {
    float: left !important;
    clear: left;
}

.contact textarea {
    width: 60%;
    float: left;
    height: 150px;
    color: #999;
    margin: 0 0 10px 0;
}

.contactonly {
    position: relative;
}

.contactonly .left {
    width: 60% !important;
    margin: 0;
    padding: 0;
}

.contactonly .right {
    width: 40% !important;
    margin: 0;
    padding: 0;
}

.contactonly .column {
    width: 95% !important;
    margin-right: 0;
}

.contactonly .column.long {
    width: 95% !important;
    float: left;
}

.contactonly .column.long textarea {
    width: 100% !important;
    height: 285px !important;
}

.fullwidth.contact .contactonly .submit {
    margin-right: 2.5%;
}


/** LOGIN FORM **/

.loginForm {
    position: relative;
    width: 100%;
}


/*REGISTER FROM*/

.registerForm input {
    height: 20px;
}

.registerForm input,
.registerForm select,
.registerForm textarea {
    width: 200px;
    float: left;
    height: 20px;
    line-height: 20px;
}

.registerForm textarea {
    width: 200px;
    resize: none;
    float: left;
    height: 65px;
    margin: 0 0 10px 0;
}

.registerForm .button {
    float: right;
    margin-left: 265px;
    margin-top: 20px;
}

.registerForm .checklabel {
    line-height: 30px;
}

.registerForm .checklabel input {
    width: 15px;
    margin-right: 10px;
    float: left;
}

select option {
    background-color: #fff;
}

.rightlogin .button {
    margin-top: 10px;
}

.updateRegister .rightlogin .button {
    margin-right: 0;
}

.fieldwrapper {
    clear: both;
}

.message {
    border: 1px dotted #999;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
}

.column-1 .message {
    margin-top: 0;
    margin-left: 15px;
}


/*CART*/

.cartcnt {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #ff6600;
    display: block;
    position: absolute;
    min-width: 10px;
    height: 13px;
    line-height: 13px;
    padding: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 2px;
    left: 17px;
}

.cart-steps {
    display: block;
    position: relative;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}

.cart-steps li {
    display: block;
    float: left;
    width: 20%;
}

.cart-steps li a {
    text-align: center;
    display: block;
    float: left;
    position: relative;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: #4b4b4b;
    padding: 0 20px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-steps li a span {
    color: #aaa;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background: #353638;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cart-steps li a:after {
    content: "";
    background: #4b4b4b;
    display: block;
    position: absolute;
    right: -5px;
    bottom: -25px;
    width: 23px;
    height: 23px;
    border-top: 2px solid #353638;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.cart-steps li a:before {
    content: "";
    background: #4b4b4b;
    display: block;
    position: absolute;
    right: -23px;
    top: -17px;
    width: 23px;
    height: 23px;
    border-bottom: 2px solid #353638;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.cart-steps li:last-child a:after {
    display: none;
}

.cart-steps li:last-child a:before {
    display: none;
}

.cart-steps li a.step-active {
    color: #fff;
    background: #ff6600;
}

.cart-steps li a.step-active span {
    background: #fff;
    color: #ff6600;
}

.cart-steps li a.step-orangetail:after {
    background: #ff6600;
}

.cart-steps li a.step-orangetail:before {
    background: #ff6600;
}

.cart {
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    width: 280px;
    color: #fff;
    z-index: 11;
}

.cart td a {
    color: #fff;
    font-size: 13px;
    float: left;
    font-weight: normal;
}

.cart td a:hover {
    color: #ff6600;
}

.cart table {
    margin-top: 30px;
    width: 250px;
}

.cart table td {
    height: 40px;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
}

.cart table td.last {
    width: 40px;
}

.cart tr.no-border td {
    border: none;
}

.cart img {
    margin-top: 10px;
    width: 40px;
    height: 40px;
}

.cart>a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.cart>a:hover {
    color: #ff6600;
}

.cart-overview {
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
}

.cart-overview-box {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.cart-overview-edit {
    font-weight: normal;
    margin-left: 5px;
}

.cart-big,
.cart-small {
    display: block;
    width: 100%;
    color: #fff;
}

.cart-big td a,
.cart-small td a {
    color: #fff;
    font-size: 13px;
    float: left;
}

.cart-big td a:hover,
.cart-small td a:hover {
    color: #ff6600;
}

.cart-big table td {
    padding: 5px;
    padding-left: 0;
    height: 40px;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
}

.cart-big img {
    margin-top: 3px;
    width: 40px;
    height: 40px;
}

.cart-big input {
    float: left;
    text-indent: 5px;
    background-color: #4b4b4b;
    border: none;
    color: #fff;
    width: 32px;
}

.cart-big th,
.cart-small th {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.cart-small table td {
    padding: 5px;
    padding-left: 0;
    height: 20px;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
}

.cart-small img {
    margin-top: 3px;
    width: 20px;
    height: 20px;
}

.removeCart {
    display: block;
    width: 24px;
    height: 30px;
    float: right !important;
    background-image: url('../img/trash-sprite-smaller.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.removeCart:hover {
    background-position: bottom left;
}

.herelink {
    display: inline !important;
    float: none !important;
    color: #aaa !important;
    text-decoration: underline !important;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.orderForm a {
    color: #fff;
    font-size: 15px;
    float: right;
}


/*.orderForm a:hover{
  color:#ff6600;
}*/

.cart-concerns {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
    border-bottom: 1px dotted #999;
}

.cart-concerns-opts {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-concerns-opts label {
    line-height: 20px;
    display: block;
    float: left;
    padding: 5px 0;
    margin: 0 20px 5px 0;
}

.cart-concerns-opts label input {
    float: left;
    margin-right: 5px;
}

.cart-concerns-details textarea {
    width: 50%;
    min-width: 300px;
    min-height: 60px;
    margin-bottom: 20px;
}

.menuHidden {
    display: none;
}

.dealers {
    display: block;
}

.agentInfo {
    width: 250px;
}

.agentInfo a {
    -webkit-transition: all 0.25s ease-in-out;
    display: block;
    color: #ff6600;
}

.agentInfo a:hover {
    -webkit-transform: translate(10px);
}

.registerForm h3 {
    font-family: Helvetica-Neue-Light, /*'Source Sans Pro',*/
    arial, helvetica, sans-serif;
    clear: both;
    border-bottom: 1px dotted #999;
    font-size: 1.3em;
    margin: 0 0 -1px 15px;
    padding: 5px 0 0 0;
    cursor: pointer;
    line-height: 1.4;
    font-weight: normal;
    text-transform: capitalize;
}

.registerForm h3:hover {
    background-color: #000000;
}

.fields {
    padding: 10px 0 10px 0;
}

.column {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.column-1 .column {
    width: 100%;
    margin: 0;
}

.column-1 .column.long {
    width: 100%;
    margin: 5px 0 0 0;
}

.nomargin {
    margin-right: 0;
}

.column label {
    display: block;
    margin-left: 15px;
    float: left;
    min-width: 100px;
}

.column-1 .column label {}

.column input,
.column select,
.column .dropdown,
.column textarea {
    float: right;
    width: 60%;
    background-color: #4b4b4b;
    border: none;
    margin-bottom: 5px;
    /*text-indent:5px;*/
}

.column input {
    height: 24px;
}

.column input,
.column textarea {
    color: #fff !important;
}

div.selector select {
    width: 188px !important;
}

div.selector span {
    width: 154px !important;
}

.contact .sendForm {
    clear: both;
    float: right;
}

.contact .column label {
    min-width: 20% !important;
    width: auto !important;
    margin: 0;
}

.submit {
    float: right;
    width: 100%;
    height: 30px;
}

.contacttextitem p {
    margin-top: 0;
}


/** UPDATE DEALERS **/

.center {
    text-align: center !important;
}

.dealer-wrapper {
    position: relative;
    padding-bottom: 100px;
}

.dealeritem a {
    color: #fff;
}

.dealer1 {
    position: absolute;
    top: 120px;
    z-index: 5;
}

.dealer2 {
    position: absolute;
    top: 150px;
    z-index: 4;
}

.dealer3 {
    position: absolute;
    top: 180px;
    z-index: 3;
}

.dealer4 {
    position: absolute;
    top: 210px;
    z-index: 2;
}

.deal {
    position: relative;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    clear: both;
    border-bottom: 1px dotted #999;
}

.dealeritem {
    margin-top: 45px;
}

.dealeritem>div {
    margin: 0;
}

.p30 {
    padding: 30px;
}

.p15 {
    padding: 15px;
}

.leftlogin {
    position: relative;
    padding: 0;
}

.leftlogin .dealer-email a {
    color: #fff;
}


/** dropdown **/

.dealerdropdown {
    width: 250px;
    height: 24px;
}

.dealerdropdown .dropdown {
    width: 100% !important;
}

.dropdown {
    position: relative;
    height: 24px;
    margin-bottom: 2px;
    z-index: 1;
    float: left;
    width: 75%;
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
    color: #ffffff;
}

.active-dropdown {
    background-image: url('../img/select-sprite.png');
    background-repeat: no-repeat;
    background-position: right top;
    line-height: 24px;
    display: block;
    position: relative;
    width: 100%;
    text-indent: 10px;
    cursor: pointer;
    height: 24px;
    overflow: hidden;
}

.active-dropdown:hover {
    background-position: right -32px;
}

.active-dropdown.focus {
    background-position: right -96px
}

.dropdown-options {
    box-sizing: border-box;
    color: #fff;
    background: #000000;
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    max-height: 140px;
    overflow: auto;
    z-index: 1;
    margin: 0;
}

.dropdown-options.reverse {
    top: -150px !important;
    border-top: 1px dotted #4B4B4B;
}

.dropdown-options a {
    box-sizing: border-box;
    background-color: #000000;
    line-height: 2;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 5px;
    border-bottom: 1px dotted #999;
    border-left: 1px dotted #999;
    border-right: 1px dotted #999;
}

.dropdown-options a.active {
    background-color: #ff6600;
    color: #fff;
}

.dropdown-options a:hover {
    background-color: #ff6600;
    color: #fff;
}


/** COMBOX **/

.fakedropdown {
    background-color: #4b4b4b;
    border: none;
    margin-bottom: 5px;
    text-indent: 5px;
    height: 24px;
    width: 220px;
    padding-right: 30px;
    background-image: url('../img/select-sprite.png');
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff;
}

.dealer .fakedropdown {
    float: left;
    clear: left;
}

.dealers .extraCountry {
    color: #fff;
    background-color: #4b4b4b;
    border: none;
    clear: both;
    float: left;
    width: 220px;
    text-indent: 5px;
    height: 24px;
    line-height: 24px;
}

.extraBtn {
    float: left;
    width: 200px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.ui-autocomplete {
    max-height: 200px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.dealer .content {
    min-height: 350px;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
    height: 200px;
}

.ui-autocomplete li {
    border-top: 1px dotted #999;
    margin-top: -1px;
}

#region1,
#region2 {
    display: none;
}

.dealercontact label {
    text-transform: capitalize;
}


/*.profile-wrapper a{
 float:left;
 height:25px;
 width:100%;
 margin-left:15px;
 margin-right:15px;
 margin-top:-1px;
 font-family:arial, helvetica, sans-serif;
 clear:both;
 border-top:1px dotted #999;
 border-bottom:1px dotted #999;
 font-size:1em;
 cursor:pointer;
 line-height: 25px;
 font-weight:normal;
}*/

.profiles-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -1px;
    clear: both;
    font-size: 1em;
    cursor: pointer;
}

.profile-wrapper {
    margin: 0 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
}

.profile-wrapper a {
    float: left;
    padding: 2px 2px 2px 0;
    margin-top: 6px !important;
}

.profile-wrapper a:hover {
    background-color: #4b4b4b;
}

.lostpassword .column {
    margin-top: 15px !important;
}

.checklabel label {
    margin-left: 0;
}

.leftlogin ul {
    list-style-type: square;
    margin-left: 15px;
}

.cart-big .updater {
    display: none;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 15px;
}

.extram {
    margin-left: 15px !important;
    border: none;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.dealercontact.column-1 .column.long {
    margin-top: 0;
}

.sitemap .content {
    position: relative;
    bottom: 0;
}

#alert {
    display: block;
    position: absolute;
    background-image: url(../img/transparent-white.png);
    background-position: top left;
    background-repeat: repeat;
    top: 50%;
    left: 50%;
    padding: 5px;
    z-index: 9999;
}

#alert-inner {
    padding: 10px;
    background-color: #000;
    overflow: hidden;
}

#alert .alert-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/close40x40.png');
    display: block;
    background-position: top left;
    top: 0;
    right: 0;
}

#alert .alert-close:hover {
    background-position: bottom left;
}


/** MAILFRIEND **/

.mailfriendform label {
    margin-left: 0 !important;
}


/** mail friend **/

.inner-overlay-mail {
    padding: 5px;
    position: absolute;
    left: 50%;
    margin-left: -195px;
    top: 50%;
    margin-top: -155px;
    width: 380px;
    z-index: 10;
    background-image: url(../img/transparent-white.png);
    background-position: top left;
    background-repeat: repeat;
}

.inner-background {
    padding: 15px;
    width: 350px;
    background-color: #000;
    overflow: hidden;
}

.inner-overlay-mail form.mailfriendform {
    width: 350px !important;
    min-width: none !important;
}

.inner-overlay-mail label {
    width: 125px !important;
}

.inner-overlay-mail .long {
    margin-top: 0 !important;
}

.inner-overlay-mail textarea {
    width: 100%;
    margin-top: 5px !important;
    height: 100px;
}

.inner-overlay-mail h3 {
    text-transform: capitalize;
}

.close-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    background-image: url('../img/close40x40.png');
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 99;
}

.close-overlay:hover {
    background-position: center bottom;
}

.product h1,
.product h2 {
    text-transform: uppercase;
}

.disabled.download-button:hover {
    color: #aaa;
}

.error {
    border: 1px solid #ff6600 !important;
    color: #ff6600 !important;
}

.column input.error,
.column textarea.error {
    color: #ff6600 !important;
}

.popupmessage {
    position: absolute;
    width: 60%;
    padding-bottom: 5px;
    right: 0;
    color: #fff;
    background-image: url('../img/popupmessage-arrow.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
}

.popupmessage span {
    display: block;
    background-color: #ff6600;
    padding: 5px;
}


/* disable popupmessage */

.popupmessage {
    display: none !important;
}


/*FAQ*/

.faq h2 {
    font-size: 1.2em;
}

.eventclosed {
    position: absolute;
    bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 87%;
    margin-left: -1%;
    color: #fff;
}

.slider-fairs .disactivated {
    color: #aaa;
}

.faq h4 {
    color: #aaa;
    cursor: pointer;
}

.faq h4:hover {
    color: #fff;
    text-decoration: underline;
}

.faqHide {
    display: none !important;
}


/* BOL */

.bol {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    background: #000;
    display: block;
    position: absolute;
    right: 10%;
    top: 5%;
    width: 140px;
    /*180*/
    height: 140px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

.bol p {
    margin-top: 33.33%;
}

.bol strong {
    font-size: 18px;
    /*22*/
    text-transform: uppercase;
    font-weight: 500;
}

a.bol {
    opacity: .90;
    filter: alpha(opacity=90);
}

a.bol:hover {
    opacity: 1;
    filter: none;
}

@media screen and (max-width:800px) {
    .bol {
        display: none !important;
    }
}

@media screen and (max-height:700px) {
    .bol {
        display: none !important;
    }
}


/* NIEUWE HOME */

.lustre-home {
    display: table;
    clear: both;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.lustre-width-fixer {
    text-align: center;
    padding: 0 50px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.lustre-image-holder {
    max-width: 601px;
    margin: 0 auto;
}

.lustre-image-holder img {
    display: inline;
    max-width: 100%;
    margin: 2.5% 0;
}


/* lustre-intro */

.lustre-intro .grab-cursor,
.lustre-intro .grabbing-cursor {
    cursor: default;
}

.newhome #wrapper {
    background: #999999 !important;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #999999 0%, #353638 100%) !important;
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, #353638)) !important;
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, #353638 100%) !important;
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #999999 0%, #353638 100%) !important;
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #999999 0%, #353638 100%) !important;
    /* IE10+ */
    background: radial-gradient(ellipse at center, #999999 0%, #353638 100%) !important;
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999999999999', endColorstr='#353638', GradientType=1) !important;
    /* IE6-9 fallback on horizontal gradient */
}

.home-container.mt45 {
    margin-left: 205px;
    height: 100%;
}

.home-link {
    display: inline-block;
    width: 32%;
    position: relative;
    overflow: hidden;
}

.home-link .navimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-link .blackoverlay {
    background-color: #000;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-link:hover .navimage {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.home-link:hover .blackoverlay {
    opacity: 0.3;
}

.home-link .title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 1em 2em;
}

.home-link h2 {
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
}

.home-link h3 {
    font-size: 17px;
    font-weight: lighter;
    margin: 0;
    font-family: Helvetica-Neue-Light, arial, helvetica, sans-serif;
}

@media only screen and (max-width:1150px) {
    .home-link h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .home-container.mt45 {
        margin-left: 20px;
        margin-top: 20px;
    }
    .home-link h2 {
        font-size: 20px;
    }
}

.downloadlist {
    margin-bottom: 10px;
}

.downloadlist h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #999999;
    line-height: 45px;
    cursor: pointer;
}

.downloadlist h2 span {
    background-image: url('../img/dropdown.png');
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 40px;
    width: 14px;
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.downloadlist h2 span.rotate {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.downloadlist ul {
    margin-top: 0;
}

.downloadlist li {
    line-height: 45px;
    border-bottom: 1px dotted #999;
    padding-bottom: 9px;
    padding-top: 6px;
}

.downloadlist li.lastlink {
    border-bottom: 2px solid #FFF;
}


/* override fancy nav (tough caching) */

.fancybox-nav span {
    visibility: visible !important;
}

.bim-content {
    position: absolute;
    height: auto;
    width: 25% !important;
    max-width: 810px;
    right: auto !important;
    padding: 30px;
    left: 15px;
    top: 46px;
    bottom: 110px;
    z-index: 2;
    box-sizing: border-box;
}

.bimContainerWrapper {
    width: 73%;
    float: right;
    box-sizing: border-box;
}

@media only screen and (max-width:1680px) {
    .bimContainerWrapper {
        width: 71%;
    }
}

@media only screen and (max-width:768px) {
    .bim-content {
        width: auto !important;
        right: 15px !important;
    }
    .bimContainerWrapper {
        display: none;
    }
}

.dealers {
    margin-left: 15px;
    padding-left: 15px;
    height: 400px;
}

.dealers .dealer-wrapper {
    padding-bottom: 80px;
}

.dealers .dealer-wrapper .item {
    max-width: 300px;
}

.dealers .dealer-wrapper .item p {
    max-width: 200px;
}

.dealers .scrollwrapper-dealers .deal.w100 {
    width: auto;
}


/* home caption 2017 */

.home-caption-container {
    font-size: 16px;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
}

.home-caption-vmiddle {
    display: table;
    width: 100%;
    height: 100%;
}

.home-caption-vmiddle-cell {}

.home-caption {
    font-size: 62.5%;
    font-family: 'Source Sans Pro', Sans-serif;
    line-height: 1.5;
    text-align: inherit;
    /* display: inline-block; */
    position: relative;
    max-width: 700px;
    /* margin: 0 60px; */
    margin-top: 4rem;
}

.home-caption h1 {
    font-weight: 900;
    font-size: 5.2em;
    line-height: 1;
    max-height: none;
    margin: 0;
    overflow: initial;
    /* text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6); */
    margin-left: -4px;
    color: #000;
}

.home-caption p,
.home-caption ul,
.home-caption ol {
    font-size: 14px;
    /* text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6); */
    width: 471px;
    text-align: justify;
    color: #000;
    /* font-weight: bold; */
    font-family: Arial;
}

.home-caption p {
    margin: 0px !important;
    padding-top: 5px;
}

.home-caption .btn {
    background-color: #000;
    line-height: inherit;
    text-shadow: none;
}

.home-caption .btn:hover {
    background-color: #000 !important;
}


/* home caption position */

.home-caption-container.hcp-1 .home-caption-vmiddle-cell {
    text-align: left;
}

.home-caption-container.hcp-3 .home-caption-vmiddle-cell {
    text-align: left;
}


/* home caption layout */

.home-caption-container.hcl-2 .home-caption h1 {
    font-size: 18em;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: .05em;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width:768px) {
    .home-caption {
        font-size: 50%;
    }
}


/**********************************************
          UPDATE CSS DAY 09/03/2018
**********************************************/

.custom-language {
    background-color: #646464;
}

.custom-language li a {
    color: #aaa;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

.custom-language li a:hover,
.custom-language li a:focus {
    color: #fff;
}

.custom-language li a.active {
    color: #fff;
}

.prod-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.details-rights p {
    margin-bottom: 0px !important;
}

a.maketoorder {
    color: #fff;
    font-size: 1.1em;
}

@media only screen and (max-width:768px) {
    .main-nav {
        overflow: auto;
    }
    .main-nav::after {
        clear: both;
        display: table;
        content: "";
    }
    .main-nav .main {
        height: auto;
        min-width: 1290px;
    }
}

.home-caption p {
    width: auto;
    text-align: left;
}

@media only screen and (max-width:812px) {
    .home-caption {
        padding: 20px;
    }
    .home-caption p {
        font-size: 1rem;
        width: auto;
        text-align: left;
    }
    .home .wrapper,
    .wrapper {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .home .wrapper .logo {
        display: block;
    }
    .top-nav {
        top: 0px;
    }
    .side-dimension-w {}
    .home-caption-container {
        z-index: 999999;
    }
}

@media only screen and (max-width:414px) {
    .home-caption {
        margin-top: 160px;
        padding: 20px;
    }
    .home-caption p {
        font-size: 1.4rem;
        width: auto;
        text-align: left;
    }
    .home .wrapper,
    .wrapper {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .home .wrapper .logo {
        display: block;
    }
    .top-nav {
        top: 0px;
    }
    .side-dimension-w {
        width: auto;
    }
}