﻿body {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    /*font-weight: 300;*/
    color: #252323;
}

.uk-list-inline > li{
    display:inline-block;
    margin:0px;
}
.uk-section{
    padding-top:100px;
    padding-bottom:100px;
}
.uk-padding-medium{
    padding:50px;
}


/*Colors & fonts*/
a, a:hover {
    text-decoration: none !important;
    color: #252323;
}
p, h1, h2, h3, h4, h5 {
    font-family: 'Quicksand', sans-serif;
}
b{
    font-weight:600;
}
h1 {
    font-size: 35px;
    font-weight: 300 !important;
}

h2 {
    transform: scaleY(0.9) !important;
    font-weight:400;
}
h3 {
 
}

.modal-menu ul li a {
    font-size: 35px;
    text-transform: uppercase;
    /*color: #fff;*/
    color: rgb(255 255 255 / 75%);
    font-weight: 500;
    padding-left: 0px;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
    .modal-menu ul li a:hover {
        padding-left: 5px;
        color: rgb(255 255 255 / 100%);
        /*color: rgb(51 51 51 / 1);*/
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
    .modal-menu ul li a.uk-icon-button{
        color:#999;
    }

    .uk-background-grey {
        background-color: #e1e1e1;
    }
.uk-background-light {
    background-color: #f7f7f7;
}

.text-gradient-ita, .text-gradient-ita b {
    background: #6C9277;
    background: -webkit-linear-gradient(to right, #6C9277 0%, #FFFFFF 50%, #C9263B 100%);
    background: -moz-linear-gradient(to right, #6C9277 0%, #FFFFFF 50%, #C9263B 100%);
    background: linear-gradient(to right, #6C9277 0%, #FFFFFF 50%, #C9263B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uk-light, .uk-light .uk-icon-link {
    color: #fff;
}
.uk-text-primary {
    color: #233852!important;
}
.uk-background-color {
    background-color: #233852 !important;
}


.slogan h1 {
/*    font-size: 60px;*/
font-size:50px;
    font-weight: 400 !important;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9) !important;
}
.slogan p {
    font-size: 20px;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
}
/*.slogan */.text-large {
    letter-spacing: 5px;
}
.modal-menu .box-lingue ul li a {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

footer p{
    font-size:18px;
}

.uk-button-primary {
    background-color: transparent !important;
    color: #233852;
    border-radius: 20px;
    border: 1px solid #233852;
    font-weight: 400;
    padding: 0 50px;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
    .uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
        background-color: #233852 !important;
        color: #fff;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
.uk-background-primary {
    background-color: #233852;
}



/*Monitor*/
.monitor .mask {
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 40%);
}
.monitor .mask2 {
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 30%);
}
.monitor .mask3 {
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5382746848739496) 0%, rgba(0,0,0,0) 100%);
}
body.no-monitor .uk-navbar .uk-icon-link {
    color: #333;
}
body.no-monitor #page{
    padding-top:100px;
}
body.no-monitor .barra-top {
    box-shadow: 0px 0px 10px 0px #00000008;
    padding-bottoM: 50px;
}

/*Menu*/
.barra-top{
    top:0px;
    left:0px;
    right:0px;
    z-index:2;
    padding-top:50px;
    padding-left:10px;
    padding-right:10px;
}
    .barra-top.affix {
        position: fixed !important;
        top: 0px;
        right: 0px;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 12%);
    }
body.no-monitor .barra-top.affix {
    padding-top: 10px;
    padding-bottom: 10px;
}

.barra-top.affix .uk-icon-link {
    color: #333 !important;
}
.barra-top.affix .box-lingue ul li:after, body.no-monitor .box-lingue ul li:after {
    background-color: rgb(51 51 51 / 80%);
}
.barra-top.affix .box-lingue a, body.no-monitor .barra-top .box-lingue a {
    color: #333;
}
.barra-top .uk-logo, .modal-menu .uk-logo{
    max-width:260px;
}
.barra-top .box-lingue li{
    padding-right:10px;
    padding-left:10px;
}
.modal-menu .uk-close {
    padding: 50px;
    background-color: transparent;
    color:#fff;
   /* color: #000;*/
}
/*.modal-menu .container-voci {
    width: 100%;
}*/
.modal-menu .container-voci {
    /*  padding-top: 50px;*/
    margin-top: 50px;
    width: 45%;
}
    .modal-menu .container-voci .line-before:after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgb(255 255 255 / 55%);
        /*background-color: rgb(0 0 0 / 30%);*/
        left: 0px;
        top: 0px;
        bottom: 0px;
        position: absolute;
    }
.modal-menu .container-voci .colonna-menu {
    padding-left: 120px;
    padding-right: 120px;
}
.modal-menu .box-lingue {
    position: absolute;
    top: -50px;
}
 /*   .modal-menu*/
.box-lingue ul li:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgb(255 255 255 / 55%);
   /* background-color: rgb(0 0 0 / 55%);*/
    right: -3px;
    top: 0px;
    bottom: 0px;
}
/*.modal-menu*/ .box-lingue ul li:last-child:after{
    display:none;
}


/*Box img*/
.sezione-box .uk-grid > div{
    padding-top:20px;
    padding-bottom:20px;
}
.sezione-box .box-img {
    padding-top: 80%;
}
.sezione-box-yacht .box-img {
    padding-top: 30%;
    margin-top:5px;
    margin-bottom:5px;
}
    .sezione-box .box-img .uk-background-image, .sezione-box-yacht .box-img .uk-background-image, .sezione-box-team .box-img .uk-background-image {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-size: 100%;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
    .sezione-box .box-img:hover .uk-background-image, .sezione-box-yacht .box-img:hover .uk-background-image, .sezione-box-team .box-img:hover .uk-background-image {
        background-size: 105%;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
.box-img .mask {
    background-color: rgb(0 0 0 / 35%);
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
.box-img:hover .mask {
    background-color: rgb(0 0 0 / 25%);
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}


/*Offerte*/
.container-offerte .uk-card-media-top {
    padding-top: 60%;
    background-size: 100%;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
.container-offerte a:hover .uk-card-media-top {
    background-size: 110%;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
.container-offerte .uk-card {
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
    .container-offerte .uk-card:hover {
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
.container-offerte .offerte > div{
    padding-top: 15px;
    padding-bottom: 15px;
}
.container-offerte .slide-offerte li {
    padding: 15px;
}

.slide-offerte .uk-card-body  {
    min-height: 260px;
}
#carousel-offerte .uk-slidenav-previous {
    left: -40px;
}
#carousel-offerte .uk-slidenav-next {
    right: -40px;
}
.container-offerta .box-img {
    position: relative;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 0%);
    padding-top: 60%;
}
.container-offerta a:hover .box-img {
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
}

/*Pagine interne*/
.btn-mobile{
    right:15px;
    bottom:15px;
}
.sezione-slide-xl .box-img {
    width: 100%;
    padding-top: 45%;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
.sezione-slide-xl a .box-img {
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 0%);
}
.sezione-slide-xl a:hover .box-img {
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
}
.sezione-slide-xl a .box-img:after, .container-offerta .box-img:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image: url(/Content/img/icons/zoom-w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.sezione-slide-xl a:hover .box-img:after, .container-offerta a:hover .box-img:after {
    opacity: 1;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}

.sezione-box-team{
    margin-top:-100px;
    margin-bottom:-100px;
}
/*.sezione-box-team .box-img {
    height: 870px;
}
.sezione-box-team .box-img.box-big {
    height: 1105px;
}*/
    .sezione-box-team .box-img {
        height: 590px;
    }


.container-press .uk-background-cover{
    background-position:center top;
}
.uk-border-right {
    border-right:1px solid rgb(92 92 92 / 30%);
    padding-right: 30px;
}

.lista-yachts {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.grid-photo .box-img{
    margin-top:10px;
    margin-bottom:10px;
}

::selection {
    background-color:#233852;
}

.uk-overlay-primary {
    /*background: rgb(0 0 0 / 80%);*/
    background:rgb(35 56 82 / 80%) !important;
}

.grid-photo .uk-overlay-primary {
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
.grid-photo a:hover .uk-overlay-primary {
    /*background: rgb(0 0 0 / 100%);*/
    background: rgb(35 56 82 / 100%) !important;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}

/*.uk-tab > .uk-active > a {
    color: #333;
    border-color: #233852!IMPORTANT;
}*/
.uk-background-image{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.container-tab-how-we-work big {
    font-size: 55px;
}
.container-tab-how-we-work .uk-tab > * > a {
    font-size: 19px;
}

.sezione-how-we-work .box {
    box-shadow: inset 0 0 0 1000px rgb(35 56 82 / 70%);
    /*    padding-top:100%;*/
    padding-top: 135%;
}
    .sezione-how-we-work .box .text {
        opacity: 0;
        top: -10px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
        text-align: center;
        /*  box-shadow: inset 0 0 0 1000px rgb(35 56 82 / 70%);*/
        box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
    }
        .sezione-how-we-work .box .text p {
            font-size:14px;
        }
    .sezione-how-we-work .box:hover .text {
        opacity: 1;
        top: 0px;
        bottom: 0px;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }
.sezione-how-we-work .titolo {
    opacity: 1;
    transition: .3s ease-in-out;
    webkit-transition: .3s ease-in-out;
}
    .sezione-how-we-work .box:hover .titolo {
        opacity: 0;
        transition: .3s ease-in-out;
        webkit-transition: .3s ease-in-out;
    }

    .award {
        margin-top: 50px;
        margin-bottom: 10px;
    }
.sezione-awards .uk-first-column .pretitle {
    font-size: 35px;
}



/*Animazione cerchio*/
/*.container-counter{
    position:relative;
}
    .container-counter:before {
        content: '';
        position: absolute;
        right: 0px;
        left: 0px;
        width: 80%;
        background-color: #eee;
        height: 1px;
        top: 35%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        z-index:0;
    }
.circle h2 {
    font-size: 48px;
}
.spin {
    border: 0;
    position: relative;
}

    .spin::before,
    .spin::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }

.spin {
    height: 180px;
    width: 180px;
}

    .spin::before,
    .spin::after {
        top: 0;
        left: 0;
    }

    .spin::before {
        border: 2px solid transparent;
    }

    .spin:hover::before, .spin.animated::before {
        border-top-color: rgb(35 56 82 / 100%);
        border-right-color: rgb(35 56 82 / 100%);
        border-bottom-color: rgb(35 56 82 / 100%);
        transition: border-top-color 1.0s linear, border-right-color 1.0s linear 0.10s, border-bottom-color 1.0s linear 0.20s;
    }

    .spin::after {
        border: 2px solid transparent;
    }

    .spin:hover::after, .spin.animated::after {
        border-top: 2px solid rgb(35 56 82 / 100%);
        border-left-width: 2px;
        border-right-width: 2px;
        transform: rotate(270deg);
        transition: transform 1.0s linear 0s, border-left-width 1.0s linear 0.35s, -webkit-transform 1.0s linear 0s;
    }

.circle {
    border-radius: 100%;
    box-shadow: none;
    background-color:#fff;
}

    .circle::before,
    .circle::after {
        border-radius: 100%;
    }*/


/*Nuova grafica counters*/
.container-counter h2{
    font-size:70px;
}
.container-counter .box-counter h3{
 margin-top:-10px!important;
}
.icona-counter {
    max-width:80px;
}

body.home .header .scroll{
    display:none;
}

.story .box-img {
    width: 350px;
    height: 300px;
    filter: grayscale(100%);
}

.sezione-slide-xl {
    margin-top:20px;
}