﻿@charset "utf-8";
/* CSS Document */

* {
    box-sizing:border-box;
}

.onlyPrint {
    display:none;
}
.onlyMobile {
    display:none !important;
}


body, html {
    padding: 10px;
    margin: 0px;
    outline: none;
    line-height: 17px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    background-color: #ffffff;
}
#master {
    display:block;
    width:100%;
    background-color:#f0edd8;
    position:relative;
}

.uppercase {
    text-transform:uppercase;
}

.pointer {
    cursor: pointer !important;
}


.lazyload-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../App_Images/preloader.gif) !important;
}


.priceBarrato {
    font-size:16px !important;
    text-decoration:overline;
    color:rgb(143, 143, 143) !important;
}
/* TITOLI  -------------------------------------------*/
h1 {
    color: #037bc9;
    font-size: 30px;
    line-height: 24px;
    font-family: 'Vidaloka', serif;
    font-weight: 100;
    position: relative;
    word-wrap: break-word;
}

    h1.fakelogo {
        margin:0;
        padding:0;
    }
    h1.fontSansPro {
        font-size: 36px;
        line-height: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 800;
        color:#333;
        padding-bottom: 30px;
    }
    h1.titleBarca {
        font-size: 36px;
        line-height: 38px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        color:#333;
        padding-top:10px;
    }

h2 {
    color: #424446;
    font-size: 28px;
    line-height: 26px;
    font-family: 'Vidaloka', serif;
    font-weight:100;
    position: relative;
    word-wrap: break-word;
}
h2.prezzoBig {
    color: #424446;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    position: relative;
    word-wrap: break-word;
    letter-spacing:-1px;
}



h3 {
    color: #424446;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Vidaloka', serif;
    font-weight:100;
    position: relative;
    word-wrap: break-word;
}

h4 {
    color: #383838;
    line-height: 18px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom:10px;
}
h4.subTitleBarca {
    color: rgb(143, 143, 143);
    line-height: 14px;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    position: relative;
    padding:5px 0;
    letter-spacing:2px;
}
    h4.subTitleBarca a{
        color: rgb(143, 143, 143);
    }

    h4.subTitleProdotto {
        color: rgb(143, 143, 143);
        line-height: 20px;
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        position: relative;
        padding: 5px 0;
    }


h5 {
    color: #383838;
    line-height: 16px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    position: relative;
    margin: 20px 0 5px 0;
}



.titleBox {
    padding: 0px 10px;
    border-left: 6px solid #037bc9;
    margin-bottom:15px;
}

/*------------------------------------------------*/



em {
    font-style:italic !important;
}


p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: 10px 0;
}

    p.big {
        font-size:16px;
        line-height:24px;
        max-width:400px;
        color:#808080;
        padding:10px 0;
    }

.note {
    font-family: 'Source Sans Pro', sans-serif;
    color: #999 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    min-height: 24px;
}


strong {
    font-weight: 600;
}

.headerLabel {
    display:block;
    font-size: 20px;
    color: #888888;
    margin:10px 0;
}


.center {
    text-align:center;
    position:relative;
}

.uppercase {
    text-transform:uppercase !important;
}

.leftAlign {
    text-align:left !important;
}
.rightAlign {
    text-align:right !important;
}
.contentPage {
    display:block;
    z-index:5;
    width:100%;
    position:relative;
    overflow:hidden;

}


.breadCrumb li {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    background-image: url(../App_Images/btn_right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 12px;
    text-decoration:none;
}
    .breadCrumb li a, .breadCrumb li a:visited {
        text-decoration: none;
        color: #037bc9;
    }
    .breadCrumb li a:hover {
        text-decoration:underline;
    }

.blockPage {
            background-attachment: fixed;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            display: block;
            position: relative;
            z-index: 5;
            overflow: hidden;
        }


.bodyPage {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width: calc( 100% - 320px);

    padding:10px;
}
.colPage {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width: 320px;
    padding:10px;
}
.borderLeft {
    border-left:1px dotted #dedede;
}
.borderRight {
    border-right:1px dotted #dedede;
}

.boxSquare {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:block;
    width:100%;
    min-height:360px !important;
}

.bg_bluette {
    background-color: #317c94;
    color:#fff;
}

.doble_block {
    position:relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}
.tree_block {
    display:inline-block;
    vertical-align:top;
    width: 33.333%;
    text-align:left;
}
.four_block {
    display:inline-block;
    vertical-align:top;
    width: 25%;
    text-align:left;
}
.five_block {
    display:inline-block;
    vertical-align:top;
    width: 20%;
    text-align:left;
}

.due_tre_block {
    display:inline-block;
    vertical-align:top;
    width: 66.333%;
    text-align:left;
}


.doble_blockInverted {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}
    .doble_blockInverted:first-child {
        margin-left:50%;
    }
    .doble_blockInverted:last-child {
        position:absolute;
        z-index:4;
        left:0;
        top:0;
    }


    .padding_five {
        padding: 5px;
    }
.padding_ten {
    padding:10px !important;
}

.padding_down {
    padding-bottom:40px;
}

.section_white_bg {
    background-color:#fff;
}
.section_grey_bg {
    background-color: #f8f8f8;
}
.section_dark_bg {
    background-color:#182934;
}
.section_blue_bg {
    background-color: #317c94;
}

.color_white {
    color:#fff !important;
}
.color_dark {
    color:#333 !important;
}
.color_orange {
    color:#ff7d00 !important;
}

.paddingPage {
    padding:120px 0;
}

.paddingBlock {
    padding:20px;
}

.paddingVertical {
    padding:20px 0;
}

.maxWidth {
    display:block;
    max-width: 1120px;
    margin: 0 auto;
    padding:0 10px;
    position:relative;
}
.logoContainer {
    position:relative;
    display:block;
}
.logo {
    width: 230px;
    height: 130px;
    background-image: url(../App_Images/logo_nautica_elbana.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:230px;
    position: relative;
    display:block;
    margin:0 auto;

    z-index: 3;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);

}
/*
.masterScrolled .logo {
    opacity:0;
    transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform:translateY(-200px);
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
}
*/

.posRelative {
    display:block;
    position:relative;
}

.spacer {
    display:block;
    width:100%;
    height:60px;
    position:relative;
    clear:both;
}
.spacerMenu {
    display:block;
    width:100%;
    height:0px;
    position:relative;
    clear:both;
}


#footer {
    background:#797979;
    padding:15px 0;
    color:#fff;
    position:relative;
    z-index:5;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}
    #footer p {
        padding:0;
        margin:0;
    }

    #footer a {
        color:#fff;
        text-decoration:underline;
    }
    #footer a:hover {
        color:#ccc;
    }
.logo_footer {
    width: 150px;
    height: 120px;
    background-image: url(../App_Images/logo_nautica_elbana_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-content {
  position: relative;
  padding-bottom: 6rem;
}

.section-footer {
  text-align: center;
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 20px;
  font-size: 14px;
  z-index:10;
}


.scroll-down {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 35px;
  cursor: pointer;

  -webkit-animation: bounce 1.5s ease-in-out infinite alternate;
  -moz-animation: bounce 1.5s ease-in-out infinite alternate;
  -ms-animation: bounce 1.5s ease-in-out infinite alternate;
  -o-animation: bounce 1.5s ease-in-out infinite alternate;
  animation: bounce 1.5s ease-in-out infinite alternate;

}
.scroll-down:after {
    content: ' ';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes bounce{0%{-webkit-transform:translateY(-6px); -moz-transform:translateY(-6px); -ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-moz-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@-o-keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes bounce{0%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}}



#headerMenu {
    display:block;
    width:100%;
    padding:5px 0;
    color:#037bc9;
}

.secondaryMenu {
    padding:5px;
    font-size:12px;
    color:#b4b4b4;
}
    .secondaryMenu a, .secondaryMenu a:visited {
        font-size:12px;
        color:#b4b4b4;
        text-transform:none;
        text-decoration:none;
        padding:0 5px;
        display:inline-block;
        vertical-align:top;
    }
        .secondaryMenu a:hover {
            color:#000;
        }


.headerIcoSocial {
    display:inline-block;
    vertical-align:top;
    text-align:right;
}
.headerIcoSocial label{
    font-size:11px;
    color:#037bc9;
    display:block;
    font-style:italic;
    line-height:28px;
}
.headerIcoSocial span{
    font-size:18px;
    color:#037bc9;
    display:block;
    font-weight:bold;
}


/* ------------- BOX EVIDENZA BARCA---------------------------------------------------*/

.box-evidenza {
    display:block;
    width:100%;
    position:relative;
    padding:10px;
    overflow:hidden;
    margin-bottom:10px;
}

    
    .box-evidenza * {
        text-decoration:none;
    }
    .overText {
        display:block;
        width:100%;
        padding:0 10px 20px 10px;
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        z-index:3;
    }
    .overText p{
        padding:0;
    }



.txtPrezzoElem {
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.txtPrezzoElem span:first-child {
    display: block;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 0 0 0;
    text-transform:uppercase;
}
    .txtPrezzoElem span:last-child {
        display: block;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        padding: 5px;
    }
    .txtPrezzoElem.super {
        background-color: #ff0000;
    }
    .txtPrezzoElem.ottimo {
        background-color: #ef8202;
    }
    .txtPrezzoElem.buon {
        background-color: #009a2f;
    }



    .mini-box .box-evidenza:first-of-type {
        padding-left: 0px !important;
    }
.single-box .box-evidenza:first-of-type {
    padding-left:0px !important;
    padding-right:0px !important;
}

.bg_box_elem {
    display:block;
    width:100%;
    position:relative;
    min-height:400px;
    background-color:#000000;
    margin-top:10px;
}
.bg_box_elem:hover .endLoadLazy{
    transform-origin:center;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
        transform: scale(1.05);
    opacity:0.8;
  
}

.bg_box_mini_elem {
    display:block;
    width:100%;
    position:relative;
    min-height:200px;

    margin-top:10px;
}
.bg_box_mini_elem:hover .endLoadLazy{
    transform-origin:center;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
        transform: scale(1.05);
    opacity:0.8;
}

    .bg_box_mini_elem h3 {
        font-size:16px;
    }
    .bg_box_mini_elem .box_image{
        min-height:200px;
    }
    .bg_box_mini_elem .overDark{
        height:100px;
    }

.box_image {
    display:block;
    width:100%;
    position:relative;
    min-height:400px;
    overflow:hidden;
}

    .box_image .overDark {
        height:60px;
    }

    .box_image .overText {
        color:#fff;
        font-size:14px;

    }

    .box_image .halfDiv {
        display:inline-block;
        vertical-align:bottom;
        width:50%;
    }
        .box_image .halfDiv:first-child {
            text-align:left;
        }
        .box_image .halfDiv:last-child {
            text-align:right;
        }


    .box_image .prezzoEvidenza {
        font-size:16px;
        font-weight:bold;
    }

    .box_image .superPrezzo {
        padding: 5px 8px;
        background-color: #ff0000;
        color: #fff;
        font-weight: bold;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        text-align: center;
        line-height: 16px;
    }
    .box_image .ottimoPrezzo {
        padding:5px 8px;
        background-color:#ef8202;
        color:#fff;
        font-weight:bold;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        text-align: center;
        line-height: 16px;
    }
    .box_image .buonoPrezzo {
        padding:5px 8px;
        background-color:#009a2f;
        color:#fff;
        font-weight:bold;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        text-align: center;
        line-height: 16px;
    }

.box:hover img {
    opacity: 0.8 !important;
}



.overDark {
    display:block;
    width:100%;
    height:200px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;

    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));

}

.listCategorieBarche {
    list-style:none;
    display:block;
    position:relative;
    padding-top:10px;
}
    .listCategorieBarche li {
        display: inline-block;
        vertical-align:top;
        width: 33.333%;
        padding: 10px;
        min-height: 100px;
        position:relative;
    }
    .listCategorieBarche li:hover {
        background-color:#ffffff;
    }

        .listCategorieBarche li:first-child a {
            background-size: 30px;
        }
        .listCategorieBarche li:last-child a {
            background-size: 30px;
        }
        
        .listCategorieBarche a {
            display: block;
            width: calc( 100% - 20px);
            padding: 60px 0px 0px 0px;
            min-height: 40px;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: 60px;
            color: rgba(0,0,0,0.5);
            position: absolute;
            left: 10px;
            right: 10px;
            font-size: 12px;
            text-align: center;
            line-height: 10px;
            text-transform:none;
        }

        /*----------------------------------------------------------------------------*/

.listBoxBarche {
    list-style:none;
    position:relative;

}
    .listBoxBarche li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        min-height: 230px;
        background-color: #f7f7f7;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-bottom: 10px;
    }



        .listBoxBarche li:nth-child(1n+1) {
            width: calc( 33.333% - 6px);
            margin-left: 3px;
            margin-right: 3px;
        }

        /* NASCONDO IL 4' elemento per attivarlo nel mobile */
.max3desktop .listBoxBarche li:nth-child(4) {
    display:none;
}

        .listBoxBarche.doble li {
            width: 50%;
            min-height: 230px;
        }
        .listBoxBarche.doble li:nth-child(1n+1) {
            width: calc( 50% - 6px);
            margin-left: 3px;
            margin-right: 3px;
        }
    
    .listBoxBarche li:hover .endLoadLazy{
        transform-origin:center;
        -webkit-transform:scale(1.05); /* Safari and Chrome */
        -moz-transform:scale(1.05); /* Firefox */
        -ms-transform:scale(1.05); /* IE 9 */
        -o-transform:scale(1.05); /* Opera */
            transform: scale(1.05);
        opacity:0.8;
    }
    .listBoxBarche li:hover h4{
        color:#b4b4b4;
    }

    .listBoxBarche a {
        display: block;
        text-decoration: none;
    }

    .listBoxBarche .box_image {
        display: block;
        width: 100%;
        position: relative;
        min-height: 200px !important;
        overflow: hidden;
    }
    .listBoxBarche .box_text {
        position: relative;
        height: 60px;
        background-color: #134a6d;
        padding: 10px;
        
    }

        .listBoxBarche .box_text h4 {
            color: #ffffff;
            font-size: 14px;
            text-align:left;
            
        }


        /*--------------------------------------------------------------------------------------------------------*/


.listBoxProdotti {
    list-style: none;
    position: relative;
}

    .listBoxProdotti li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        min-height: 340px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-bottom: 10px;
    }

        .listBoxProdotti li:nth-child(1n+1) {
            width: calc( 33.333% - 6px);
            margin-left: 3px;
            margin-right: 3px;
        }

        /* NASCONDO IL 4' elemento per attivarlo nel mobile */
        .max3desktop .listBoxProdotti li:nth-child(4) {
            display: none;
        }

        .listBoxProdotti .box_image {
            min-height: 250px;
            margin-bottom:10px;
        }

.listBoxProdotti li:hover {
    opacity:0.8;
}


.hiddenElem {
    display: none !important;
}

.boxSearch {
    display:inline-block;
    vertical-align: top;
    padding: 0 5px;
    position:relative;
}
    .boxSearch label {
        display:none;
    }

.boxSlide {
    position:relative;
    margin:0 10px;
}


.boxElemSlider {
    display:block;
    position:relative;
    min-height:50px;
    padding:10px;
    font-size:14px;
    color:#037bc9;
}


.header_pagination {
    display:table;
    position:relative;
    width:100%;
    padding:20px 0;
}

.box_header {
    display:table-cell;
    vertical-align:top;
}

/*  ---- BARCA DETTAGLIO -----------------------------------------------------------------------------------  */

.box_big_image {
    display:inline-block;
   vertical-align: top;
    width:640px;
    height:480px;
    position:relative;
    background-color:#dedede;
    white-space: nowrap;
}
.box_big_image .swiper-slide {

}

.box_big_image .swiper-button-next {
    right: 0;
    height: 70px;
    width: 40px;
    background-color:rgba(51, 51, 51, 0.80)
}
.box_big_image .swiper-button-prev {
    left: 0;
    height: 70px;
    width: 40px;
    background-color:rgba(51, 51, 51, 0.80)
}
    .box_big_image img {
        display:block;
        margin:auto;
        width:100%;
        height:auto;
        vertical-align: middle;
    }

.col_big_image {
    display:inline-block;
    vertical-align:top;
    width:calc( 100% - 640px);
    min-height:480px;
    position:relative;
    padding: 0 20px 40px 40px;
}
    .col_big_image .boxValutazione {
        padding:0;
    }

.box_left_detail {
    display:inline-block;
   vertical-align: top;
    width:640px;
    position:relative;

}
.col_left_detail {
    display:inline-block;
    vertical-align:top;
    width:calc( 100% - 640px);
    position:relative;
    padding: 0 20px 40px 40px;
}



.link_back, .link_back:visited {
    color: #037bc9;
    padding-left: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url(../App_Images/btn_left.svg);
    text-decoration:none;
    font-size:12px;
}
    .link_back:hover {
        opacity:0.7;
    }


.link_mini, .link_mini:visited {
    padding-left: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url(../App_Images/btn_right.svg);

    color: #037bc9;
    text-decoration: none;
    font-size: 12px;
}

    .link_mini:hover {
        opacity: 0.7;
    }

.link_mini_allelem, .link_mini_allelem:visited {
    padding-left: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url(../App_Images/btn_right.svg);
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 20px;
}
    .link_mini_allelem:hover {
        opacity: 0.7;
    }
    .listCaratteristicheBarca {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: rgb(143, 143, 143);
        padding: 20px 0;
    }
    .listCaratteristicheBarca li {
        padding:7px 0;
    }
    .listCaratteristicheBarca .text {
        font-size:14px;
        color:#000;
        letter-spacing: 1px;
    }

.divisorio_orizz {
    padding:20px 0;
    border-bottom:1px dotted #dedede;
}

.margin_bottom {
    margin-bottom:30px;
}


.boxContact_col {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: calc( 100% - 60px);
    padding: 20px 0 0 0;
    border-top: 1px dotted #dedede;
}

.detail_barca {
    border-top:8px solid #e6e6e6;
}
.detail_barca p, .detail_barca ul{
    font-size: 16px;
    line-height: 22px;
    color:#424446;
}
    .detail_barca ul {
        list-style: disc;
        list-style-position: inside;
        padding-left: 5px;
    }


    .detail_barca .doble_block:nth-child(2) {
        padding-left:30px;
    }
/* --------------------- BOX TAB ----------------------*/

.boxTab {
    padding-top:50px;
}

.headerTab {
    padding:0px;
}

    .headerTab label {
        display:inline-block;
        vertical-align:top;
        background-color: #fff;
        border-right: 1px solid #dedede;
        padding:10px 15px;
        cursor:pointer;
    }
    .headerTab label:last-child {
        border-right:none;
    }
    .headerTab label.active {
        font-weight:bold;
        background-color: rgba(222, 222, 222, 0.25);
    }
.bodyTab {
    padding:10px;
    background-color: rgba(222, 222, 222, 0.25);
}
    .bodyTab h4 {
        color:#000 !important;
    }



/*----- NEWS POST--------------------------------------------------------------------------------*/

.boxRepeatElemPost {
    display:block;
    margin:10px 0;
    width:100%;
    position:relative;
}

    .boxRepeatElemPost article:last-of-type .boxLinkNews {
        border-bottom:none;
        margin-bottom: 0px;
    }

.boxLinkNews {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dedede;
    min-height: 85px;

}

    .boxLinkNews:hover .entry-title{
        color:#037bc9 !important;
    }

    .boxRepeatElemPost header {
        display:block;
        position:relative;
        padding:0 6px 6px 0;

    }
    .boxRepeatElemPost figure {
        display:block;
        position:relative;
        height:70px;
        width:70px;
        z-index:2;
        float: left;
        margin: 0 10px 5px 0;
    }
.boxRepeatElemPost figure img{
    display:block;
    width:100%;
    height:auto;
}

.LinkImage {
    display:block;
    position:relative;
}
.LinkTitle {
    display:block;
    position:relative;
    margin-bottom:5px;
}
.boxNews {
    display:block;
    position:relative;
}

/*--- VERSIONE GRANDE ---*/

.big-elements .boxRepeatElemPost figure {
    width: 320px;
    height: auto;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
}

.big-elements .boxRepeatElemPost header {
    padding-left:0;
    min-height:200px;
}
.big-elements .LinkTitle h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}
.big-elements .textNews {
    font-size: 18px;
    line-height: 22px;
}

.big-elements .boxLinkNews {
    padding-bottom: 20px;
}

/*--VERSIONE BOX --- */
.box-elements .boxNews{
    display:inline-block;
    vertical-align:top;
    width:33.333%;
    padding:5px;
}
.box-elements .boxLinkNews {
    border:1px solid #dedede !important;
    min-height: 360px;
}

.box-elements .boxRepeatElemPost figure {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.box-elements header {
    padding:0 15px 5px 15px;
}




.boxInfoNews {
    display:block;
    width:100%;
    min-height:20px;
    line-height:20px;

    position:relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom:10px;
    padding:5px 0;
}

.dataNews {
    font-style:italic;
    color:rgba(0,0,0,0.5);
    display:inline-block;
    vertical-align:top;
}
.miniNomeCateg {
    font-style: italic;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: top;
    margin-left:10px;
    
}

.bodyNews {
    display: block;
    position: relative;
    padding-left: 110px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    word-wrap: break-word;
}

    .bodyNews p {
        font-size: 16px;
        line-height: 20px;
    }
    .bodyNews a, .bodyNews a:visited {
        color:#33abf9;
    }
    .bodyNews a:hover {
        color:rgba(0,0,0,0.5);
    }
    .bodyNews figure {
        float: left;
        display: inline-block;
        vertical-align: top;
        width: 300px;
        margin: 15px 25px 10px 0;
    }
    .bodyNews figure img{
        display:block;
        width:100%;
        height:auto;
    }

.cont-shareNews {
    width: 95px;
    position: absolute;
    top:10px;
    left:5px;
    z-index:3;
}
.sticky {
    position: relative;
    zoom: 1;
    background: #fff;
    margin:0 0 10px 0;
}

.footerNews {
    display:block;
    position:relative;
    margin-top:30px;

}

/*------------------------------------------------------------------------*/
.listBoxElem {
    display:block;
    position:relative;
}
    .listBoxElem li {
        display:inline-block;
        vertical-align:top;
        width:50%;
        min-height:100px;
        margin-bottom:5px;
    }
    .listBoxElem li:nth-column(2n+1) {
        padding-right:5px;
    }



    .listBoxElem .bg_box_mini_elem {
        min-height:155px;
    }
    .listBoxElem .box_image {
        min-height:155px;
    }
    .listBoxElem .overDark {
        min-height:155px;
    }
    .listBoxElem li .overDark {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity:0;
    }
    .listBoxElem li .overText {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity:0;
    }

    .listBoxElem li:hover .overDark{
        opacity:1;
    }
    .listBoxElem li:hover .overText{
        opacity:1;
    }


.boxValutazione {
    display:block;
    position:relative;
    margin-bottom: 10px;
    padding: 8px 0;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style:none;

}

    .boxValutazione li {
        display:inline-block;
        vertical-align:top;
        width:33.333%;
        text-align:center;
    }
        .boxValutazione li.disable {
            opacity:0.2 !important;
        }

        .boxValutazione li a {
            display: block;
            width: 100%;
            text-align: center;
            padding: 5px;
            border-right: 1px dotted #d8d8d8;
            text-decoration: none;
        }
            .boxValutazione li a:hover {
                opacity:0.8;
            }
        .boxValutazione li:last-child a{
            border-right:none;
        }
            .boxValutazione li a.super {
                color:#ff0000;
            }
            .boxValutazione li a.ottimo {
                color:#ef8202;
            }
            .boxValutazione li a.buono {
                color:#009a2f;
            }
            .boxValutazione li a span {
                display:block;
                text-align:center;
                font-size:15px;
                font-weight:bold;
                line-height:13px;
            }
            .boxValutazione li a ico {
                display:block;
                text-align:center;
                background-position:left center;
                background-repeat:repeat-x;
                background-size:15px;
                height:15px;
                position:relative;
                margin:5px auto;

            }

            .boxValutazione li a.super ico {
                background-image:url(../App_Images/star_super.svg);
                width: 75px;
            }
            .boxValutazione li a.ottimo ico {
                background-image:url(../App_Images/star_ottimo.svg);
                width: 60px;
            }
            .boxValutazione li a.buono ico {
                background-image:url(../App_Images/star_buono.svg);
                width: 45px;
            }
/* ----- SOCIAL---------------------------------------------------------------------- */

.ico_social {
    position:relative;
    display:inline-block;
    vertical-align:top;
    height:28px;
    width:28px;
    background-color:#fff;
    margin-left:3px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:18px;
}
    .ico_social:hover {
        opacity:0.6;
    }
.ico_facebook {
    background-image:url(../App_Images/share/ico_facebook.svg);
}
.ico_email {
    background-image:url(../App_Images/share/ico_mail.svg);
}
.ico_phone {
    background-image:url(../App_Images/share/ico_phone.svg);
}

.ico_share {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin-left: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

    .ico_share:hover {
        opacity: 0.6;
    }
.ico_friend {
    background-image: url(../App_Images/share/ico_share.svg);
}

.boxShareThis {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
}

.ico_print {
    background-image: url(../App_Images/share/ico_stampante.svg);
}
.boxShare {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    height: 40px;
    width: 100px;

    z-index: 5;
    text-align: right;
}


.big_phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    padding-left: 40px;
    background-color: #fff;
    margin-left: 3px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
    font-size: 26px !important;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    color: #037bc9;
}

    .big_phone:hover {
        opacity: 0.6;
    }
/*-------------------------------------------------------------------------*/


#waitAjax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../App_Images/logo_nautica_elbana.svg);
    background-size: 120px;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}
#waitAjax.load {

    opacity: 1 !important;
}


    #waitAjax #circleLoader {
        margin: 10px auto;
          width: 200px;
          height: 200px;
    }

#save_success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/save_success.svg);
    background-size:140px;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    #save_success.load {
        opacity:1 !important;
    }




/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/



/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    top:0;
    left:0;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:url(../App_Images/preloader.gif) no-repeat center center;
}
.endLoadLazy {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    display:block;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*-- LAZY LOAD------------------------------------------------------------------*/


.grad {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}


.fullWidth {
    display:block;
    width:100%;
    height:auto;
}


#map_canvas {
    height: 500px;
    background: #fff;
}



.boxCookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 10PX;
    z-index: 99999999;
    background-color: rgba(204, 203, 196, 0.9);
}

    .boxCookies .linkCookie {
        display: inline-block;
        background: rgb(3, 123, 201);
        cursor: pointer;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        margin: 5px;
    }

        .boxCookies .linkCookie:hover {
            background: #000;
        }

    .boxCookies a {
        color: rgb(3, 123, 201);
    }