

/* Animation
------------------------------------------------------------ */

.anm-down{
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .4s ease, transform .4s ease;
}
.anm-down.in{
    opacity: 1;
    transform: translateY(0);
}


/* Brand Logo
------------------------------------------------------------ */

.brand-logo {
    display: block;
    position: absolute;
    width: 160px;
    height: 110px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.brand-logo.brand-logo-karnic {
    width: 140px;
    height: 96px;
}
.brand-logo.brand-logo-torqeedo {
    width: 200px;
    height: 140px;
}


/* COOKIE CHOICE INFO
---------------------------------------------------*/
#cookieChoiceInfo{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    
    padding: 15px;
    
    background: #e8e8e8;
    text-align: center;

    z-index: 9999;

}
#cookieChoiceInfo .main {
    display: block;
    position: relative;
    margin-bottom: 15px;
    
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
#cookieChoiceInfo .main a {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
#cookieChoiceInfo a.btn{
    display: inline-block;
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #424242;
    padding: 9px 112px;
    margin: 0;
}
#cookieChoiceInfo a.btn + a.btn {
    margin-left: 15px;
}


/* Exclusive icon
------------------------------------------------------------ */

i.exclusive-motors,
i.exclusive-boats,
i.exclusive-spares {
    display: inline-block;
    position: relative;
    width: 49px;
    height: 49px;
    background-image: url(../images/ico-distributors.png);
    background-repeat: no-repeat;
    background-size: auto 49px;
}

i.exclusive-motors {
    background-position: 0 0;
}
i.exclusive-boats {
    width: 69px;
    background-position: -79px 0;
}
i.exclusive-spares {
    background-position: -178px 0;
}

/* Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    i.exclusive-motors,
    i.exclusive-boats,
    i.exclusive-spares{
        background-image: url(../images/ico-distributors@x3.png);
    }
}


/* Link Strip
------------------------------------------------------------ */

.link-strip {
    padding: 52px 0 48px;
}
.link-strip h4 {
    color: #424242;
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    transition: color .6s ease;
}
html.no-touch  .link-strip a:hover h4 {
    color: #000;
}
.link-strip h4 span.icon {
    display: inline-block;
    width: 105px;
    height: 105px;
    border: 1px solid #424242;
    border-radius: 50%;
    margin-left: 70px;
    background-image: url(../images/ico-angle-right.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}


/* Pagination
------------------------------------------------------------ */

.pagination-wrapper{
    display: block;
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 50px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagination-wrapper p,
.pagination-wrapper .pagination li a{
    font-size: 22px;
    line-height: 50px;
    color: #666;
    margin: 0;
}
.pagination-wrapper .pagination{
    display: block;
    position: relative;
    padding: 0;
    margin: -1px 0 0 0;
    list-style: none;
}
.pagination-wrapper .pagination li{
    display: inline-block;
    position: relative;
}
.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li a:hover,
.pagination-wrapper .pagination li a:focus,
.pagination-wrapper .pagination li a:active{
    display: block;
    position: relative;
    float: none;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    background: none;
}
.pagination-wrapper .pagination li a:hover {
    background-color: #c70000;
    color: #FFF;
}
.pagination-wrapper .pagination li.active a {
    color: #c70000;
    background: transparent;
}
.pagination-wrapper .pagination li.active{
    border-top: 1px solid #c70000;
}


.pagination-wrapper .pagination-mobile{
    margin: 0 -1px;
}
.pagination-wrapper .pagination-mobile:after{
    content: '';
    display: table;
    width: 100%;
    height: 0;
    clear: both;
}
.pagination-wrapper .pagination-mobile li{
    display: block;
    float:left;
    width: 50%;
    padding: 0 1px;
}
.pagination-wrapper .pagination-mobile li.one{
    width: 100%;
}
.pagination-wrapper .pagination-mobile li a{
    background: #F3F3F3;
    text-align: center;
    font-size: 24px;
}


/* Scroll Top
------------------------------------------------------------ */

.bee-scroll-top {
    
    width: 50px;
    height: 50px;
    right: -60px;
    line-height: 50px;
    background-color: #0d519f;
}
.bee-scroll-top i {
    font-size: 20px;
}


/* Slick Slider
------------------------------------------------------------ */

.slick-slider{
    
}
.slick-slider .slick-list {
    position: relative;
    z-index: 10;
}
.slick-slider .slick-slide {
    position: relative;
    outline: none !important;
}
.slick-slider.slick-initialized .slick-slide {
    display: block;
}
.slick-slider .slick-arrow{
    display: block;
    position: absolute;
    top: 50%;

    width: 30px;
    height: 160px;
    padding: 0;
    margin: 0;
    margin-top: -80px;
    text-align: center;

    border: none;
    outline: none !important;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    z-index: 20;
}
html.no-touch .slick-slider .slick-arrow:hover {
    background: rgba(255,255,255,0.4);
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-next {
    right: 0;
}
.slick-slider .slick-arrow:before {
    color: #1e2456;
    font-family: FontAwesome;
    font-size: 42px;
}
.slick-slider .slick-prev:before{
    content: '\f104';
}
.slick-slider .slick-next:before{
    content: '\f105';
}

/* slick dots */
.slick-slider .slick-dots {
    display: block;
    position: absolute;
    bottom: 24px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 30;
}
.slick-slider .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.slick-slider .slick-dots li + li {
    margin-left: 18px;
}
.slick-slider .slick-dots li span {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #FFF;
    outline: none;
}
.slick-slider .slick-dots li.slick-active span{
    background-color: #BBB;
}


/* Social
------------------------------------------------------------ */

.social {
    font-size: 0;
}
.social a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(../images/ico-social.png);
    background-repeat: no-repeat;
    background-size: auto 35px;
    opacity: 0.8;
    transition: opacity .6s ease;
}
.social a + a {
    margin-left: 7px;
}
html.no-touch .social a:hover {
    opacity: 1;
}
.social a.facebook {
    background-position: 0 0;
}
.social a.instagram {
    background-position: -42px 0;
}
.social a.youtube {
    background-position: -85px 0;
}

/* Retina images */ /* @todok passare al @x3 ? */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .social a{
        background-image: url(../images/ico-social@x2.png);
    }
}


/* Store Legend
------------------------------------------------------------ */

i.store-legend {
    display: inline-block;
    position: relative;
    width: 29px;
    height: 29px;
    background-image: url(../images/ico-stores-legend.png?v=2);
    background-repeat: no-repeat;
    background-size: auto 41px;
    vertical-align: middle;
}

i.store-legend.motor {
    background-position: 0 0;
    background-size: auto 29px;
}
i.store-legend.boat {
    width: 45px;
    /* background-position: -59px 0; */
    background-position: -40px 0;
    background-size: auto 29px;
}
i.store-legend.assistance {
    width: 20px;
    height: 20px;
    background-position: -139px -10px;
}
i.store-legend.distributors {
    width: 20px;
    height: 20px;
    background-position: -172px -10px;
}
i.store-legend.stores {
    width: 20px;
    height: 20px;
    background-position: -210px -10px;
}

/* Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    i.store-legend {
        background-image: url(../images/ico-stores-legend@x3.png?v=2);
    }
}


i.ico-brand-torqeedo,
i.ico-brand-sole-diesel,
i.ico-brand-karnic {
    display: inline-block;
    position: relative;
    width: 88px;
    height: 27px;
    background-image: url(../images/ico-brands.png?v=4);
    background-repeat: no-repeat;
    vertical-align: middle;
}
i.ico-brand-sole-diesel {
    background-position: top center;
}
i.ico-brand-torqeedo {
    background-position: center;
}
i.ico-brand-karnic {
    background-position: bottom center;
}
