::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    min-height: 20px;
    border: solid transparent;
    border-width: 1px 3px;
    border-radius: 6px;
    background-clip: content-window;
    box-shadow: inset 0 0 0 10px rgba(62,58,58,0.85);
}

body{
    font-family: 'LG Smart Regular 300', sans-serif;
    font-size: 18px;
    background-color: #fff;
    color: #000;
}

a:hover{
    color: #A50034;
}

.btn{
    background-color: #ff5722 !important;
    color: #ffffff !important;
    font-weight: normal;
    border: none !important;
    min-width: 80px !important;
    padding: 11px 24px !important;
    text-transform: uppercase !important;
}
.btn:hover,
.btn:focus,
.btn:active{
    color: #ffffff !important;
    background-color: #ff9800 !important;
}

.bbox{
    margin-top: 20px;
}
.bbox .btn{
    display: inline-block;
    background-color: #ff5722 !important;
    color: #ffffff !important;
    font-weight: 500;
    border: none !important;
    min-width: 80px !important;
    padding: 11px 24px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    max-width: 270px; width: 270px;
    font-size: 16px;
    line-height: 19px;
    height: auto !important;
    white-space: inherit !important;
    margin: 0 !important;
}

ul.default{
    padding: 0; margin: 0;
    list-style: none;
}
    ul.default li{
        display: inline-block;
    }

header.default{
    padding: 14px 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 98;
}

.owl-nav .owl-prev, 
.owl-nav .owl-next {
    font-size: 18px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    border:1px solid #000;
    width: 40px; height: 45px;
    outline: none;
    font-weight: bold;
    font-size: 1em !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-nav .owl-next{
    right: -3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.owl-nav .owl-prev{
    left: -3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.owl-nav .owl-next,
.owl-nav .owl-prev{
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.25) !important;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover{
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.85) !important;
}
.owl-nav .owl-prev span, 
.owl-nav .owl-next span{
    display: block;
    margin-top: -20px;
    font-size: 3em;
}

#nav-menu{
    margin-left: 15px;
    margin-top: 5px;
}
    #nav-menu li a{
        display: inline-block;
        padding: 8px 16px;
    }


.nav-burger{
    border: none;
    background-color: transparent;
    font-size: 28px;
    color: #ff5722;
}

.mm-menu{
    top: 0; left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    width: 100vw; height: 100%;
    z-index: 99998;
    display: none;
}
    .mm-menu-content{
        top: 0; left: 0;
        position: fixed;
        background-color: #ffffff;
        width: 75vw; height: 100%;
        z-index: 99999;
        padding: 10px 15px;
    }
    .mm-menu-content ul{
        list-style: none;
        padding: 0; margin: 30px 0 0 0;
    }
    .mm-menu-content li{
        margin-bottom: 10px;
    }
    .mm-menu-content li a{
        font-size: 26px;
        font-weight: 500;
        line-height: 28px;
    }
    .mm-menu-close{
        position: absolute;
        top: 7px; right: 7px;
        background-color: transparent;
        border: none;
        font-size: 26px;
    }

.logotype{
    text-align: center;
    display: block;
}
.logotype img{
    max-height: 55px;
}

#visual{
    width: 100%;
    height: 800px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    background-image: url('../images/visual-lg.jpg');
    position: relative;
}
    .visual-text{
        position: absolute;
        text-align: center;
        width: 320px; margin-left: -180px;
        bottom: 215px;
        left: 50%;
    }
    .visual-text h1{
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Bebas';
        margin-bottom: 0;
    }
    .visual-text h3{
        font-size: 22px;
        color: #595651;
        position: relative;
        padding-left: 40px;
        margin-top: 10px;
    }
    .visual-text .reg-button{
        margin: 20px 0 0 0;
        opacity: 0.85;
    }
    .visual-text .btn{
        font-weight: bold;
        padding: 15px 40px !important;
        margin: 10px 0;
    }
    .visual-text p.hint{
        display: inline-block;
        padding: 4px 8px;
        background-color: rgba(255,255,255,0.55);
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 4px;
    }

#visual .date{
    position: absolute;
    padding: 4px 8px;
    background-color: rgba(255,255,255,0.55);
    font-weight: bolder;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    bottom: 40px;
    left: 8.5vw;
}

#reg-form{
    overflow: visible;
}

section.default{
    padding: 40px 0 60px 0;
}
    section.default h1{
        text-align: center;
        font-size: 48px;
        margin-bottom: 25px;
        font-weight: bold;
    }

#terms{
}
    .term-item{
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        padding: 0 15px;
    }
    .term-item a{
        color: #006da2;
        border-bottom: 1px dashed;
    }

    #terms a.color{
        display: inline-block;
        font-size: 22px;
        color: #337ab7;
        text-decoration: underline;
    }
    #terms ul{
        list-style: none;
    }
    #terms, #terms p, #terms li{
        font-size: 22px;
        color: #3d3d3d;
    }
    #terms .btn{
        margin: 20px 0;
    }

.product-item{
    text-align: center;
}      
    #products h2{
        margin-top: 70px;
        margin-bottom: 35px;
        font-weight: bold;
    } 
    .product-item img{
        width: auto;
        display: inline-block !important;
    }
    .product-item .hint{
        color: #555;
        font-size: 20px;
        margin-bottom: 35px;
    }

.headliner{
    margin-bottom: 40px;
}
.headliner p{
    font-size: 22px;
}

.tabler{
    text-align: center;
}
    .tabler-item{
        display: inline-block;
        padding: 10px 25px;
        border-bottom: 2px solid #ffffff;
    }
    .tabler-item.active{
        border-bottom: 2px solid #ff5722;
    }
    .target-content{
        display: none;
        padding: 40px 0;
    }
    .target-content.active{
        display: block;
    }

.owl-nav button.disabled{
    background-color: rgba(0,0,0,0.05) !important;
}
    .owl-nav .owl-next{
        right: 0%;
    }
    .owl-nav .owl-prev{
        left: 0%;
    }

#partners{
    background-color: #f4f4f4;
}

#partners h1{
    margin: 0 0 7px 0;
    color: #3d3d3d;
    font-size: 30px;
}

.partners-carousel{
    margin: 35px 0;
    padding: 0 5%;
}   
    .partners-item{
        text-align: center;
        width: 100%; overflow: auto;
    }
    .partners-carousel img{
        width: auto !important;
        display: inline-block !important;
        padding: 15px 5px;
        background-color: #ffffff;
        border: 1px solid #CCC;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
        margin-bottom: 7px;
    }
    #partners .hint{
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-size: 17px;
        color: #808080;
    }