@charset "UTF-8";
/* CSS Document */

.bg-light {
    background-color: #fff !important;
    box-shadow: 3px 3px 3px rgba(230, 143, 37, 0.05);
}

.navbar-light .navbar-nav .nav-link {
    color: #f69031;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;

}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #f69031;
}

body {
    background-color: #fde8b633;
}

h1 {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #000;
    line-height: 30px;
    font-weight: 300;
}


h3 {
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 10px;
    text-align: left;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}

h4 {
    font-size: 40px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 40px;
    color: #000;
    line-height: 50px;

}


p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: 300;
}

.titolo {
    border-bottom: 1px solid #f29406;
    padding-top: 40px;
}

.tfoot {
    font-size: 20px;
    line-height: 10px;
}

.tfoot:hover {
    font-size: 20px;
    line-height: 10px;
}

.titolosezioni {
    border-bottom: 1px solid #f29406;
    padding-top: 40px;
    font-size: 90px;
    text-transform: uppercase;
}

a {
    color: #f29406;
    font-weight: 200px;
}

a:hover > p {
    color: #f29406 !important;
    text-decoration: none;
}

a:hover {
    color: #f29406 !important;
    text-decoration: none;
}

.nopadding {
    padding: 0;
}

.paddinggalllery {
    padding: 1px;
}


.scuro {
    opacity: 0.8;
    border: 2px solid #f29406;
}

.scuro:hover {
    opacity: 0.9;
}

.acceso {
    opacity: 0.96;
}

.acceso:hover {
    opacity: 1.2;
    border: 1px solid #f29406;
}

.btn-outline-warning {
    color: #f29406;
    background-color: transparent;
    background-image: none;
    border:2px solid #f29406;
    border-radius: 30px;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #f29406;
    border-color: #f29406;
}

.hoverimg {
    position: relative;
    opacity: 0.8;
    transition: 0.3s ease;
    cursor: pointer;
}

.hoverimg:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #f29406;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #f29406;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:2px solid #f29406;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    text-decoration: none;
    color: #141414;
    background-color: #f29406;
}


.tooltip-inner {
    background: #fff;
    color: #f29406;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 15px;
    font-weight: 100;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}




.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #f29406;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 0px;
    overflow: hidden;
    font-weight: 700;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h6,
.hovereffect p {
    color: #000;
    opacity: 0;
    font-size: 22px;
    font-weight: 600;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover h6,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid #f29406;
    font-size: 40px;
    color: #f29406;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

strong {
    font-weight: 600;
}

.bold-arancio {
    color: #f29406;
    font-weight: 600;
}

.benvenuti{
    font-size:50px;
    line-height: 50px;
    font-weight: 600;
}

.arancione {
    color: #f29406;
}

.punti{
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
}

.numeri{
    font-weight: 700;
    color: #f29406;
}


.txt{
    font-size: 20px;
    font-weight: 300;
}
.txtmini{
    font-size: 11px;
    font-weight: 300;
}

.prezzo{
    font-size: 40px;
    font-weight: 600;
}

.boxofferte{
  border:2px solid #f29406;
  margin:5px;
  padding:-10px;
}


.sezlanding{
    padding-top:60px;
}

.spazioform{
padding-top:80px;
}

.parallax {
    /* The image used */
    background-image: url("../img/occhialiinverno.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url("../img/paravista.jpg");

    /* Set a specific height */
    height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ------------------------------------------------------------------------------------------------------------------------------------- Slider */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.loghi-partner {

    padding: 20px;
    padding-top: 15px;
    margin: 0px;
}


.sottotitolo {
    font-size: 20px;
}
@media only screen and (max-width: 1920px) {
    .container-slider{
        padding-top:4em;
    }
    .titolosezioni {
        border-bottom: 1px solid #f29406;
        padding-top: 40px;
        font-size: 70px;
    }
}
@media only screen and (max-width: 1440px) {
    .container-slider{
        padding-top:4em;
    }
    .titolosezioni {
        border-bottom: 1px solid #f29406;
        padding-top: 40px;
        font-size: 70px;
    }
}
@media only screen and (max-width: 1340px) {
    .container-slider{
        padding-top:4em;
    }
    .titolosezioni {
        border-bottom: 1px solid #f29406;
        padding-top: 40px;
        font-size: 70px;
    }
}

@media only screen and (max-width: 1050px) {
    .container-slider{
        padding-top:4em;
    }
    .titolosezioni {
        border-bottom: 1px solid #f29406;
        padding-top: 40px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .container-slider{
        padding-top:4em;
    }

    .titolosezioni {
        border-bottom: 1px solid #f29406;
        padding-top: 40px;
        font-size: 40px;
    }

    .benvenuti{
        font-size:30px;
        line-height: 40px;
        font-weight: 600;
    }

    .arancione {
        color: #f29406;
    }

    .punti{
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

    .numeri{
        font-weight: 700;
        color: #f29406;
    }


    .txt{
        font-size: 20px;
        font-weight: 300;
    }
    .txtmini{
        font-size: 11px;
        font-weight: 300;
    }

    .prezzo{
        font-size: 40px;
        font-weight: 600;
    }

    .spazioform{
    padding-top:0px;
    }

}

#formSuccess, #formSuccessBottom {
    display:none;
}
