/*------------------------------------
 Stili default del documento.
------------------------------------*/
svg path,
svg circle {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    background: #fff;
    color: #1e1e1e;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

strong, b {
    font-weight: 700;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

.input-div input[type="checkbox"].is-invalid {
  border: 2px solid #ff0000 !important;
}

.input-div textarea.is-invalid {
  border: 2px solid #ff0000 !important;
}


.input-div input[type="checkbox"].is-invalid + span {
  color: #ff0000 !important;
}

img {
    max-width: 100%;
    height: auto;
}

img.img-responsive {
    width: 100%;
    height: auto;
}

a {
    color: #0b489d;
    text-decoration: none;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #0b489d;
    transition: all 0.3s ease-in-out;
}
/*
a:focus {
    color: #0b489d;
    outline: none;
}*/

p a {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out;
}

p a:hover {
    color: #000;
    border-bottom: 1px solid #0b489d;
    transition: all 0.3s ease-in-out;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1e1e1e;
}

.small {
    font-size: 12px;
}

.grey {
    color: #858585;
}

.lightgrey {
    color: #9a9a9a;
}

h1, h2, h3, h4, h5, h6, .title, .nome_cliente {
    line-height: 1.3;
    margin: 0px 0px 20px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1e1e1e;
}

h1 {
    /*  font-size: 49px;*/
    font-size: 42px;
    line-height: 48px;
}


h1.dettaglio_prodotto {
    font-size: 26px;
    line-height: 38px;
}

h2, .title {
    font-size: 30px;
}

h3, .nome_cliente {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6, .testo_big {
    font-size: 18px;
}

h2.sottotitolo, .sottotitolo {
    font-size: 18px;
}

.sottotitolo strong p {
    font-size: 18px;
    font-weight: bold;
}

.nome_cliente {
    margin: 0px 0px 40px 0px;
    color: #9a9a9a;
}

.white, .white * {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.light {
    font-weight: 300 !important;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.bg-lightgrey {
    background-color: #f5f5f5;
}



.btn-default,
.btn-primary,
.btn-secondary {
    width: auto;
    border: 0px;
    border-radius: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    border: 0px;
    background-color: #0b489d;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #0b489d;
    background-color: #fff;
}

.btn-default:hover,
.btn-primary:hover {
    background-color: #cdcdcd;
    color: #0b489d !important;
    transition: all 0.3s ease-in-out;
}

.btn-default .svg,
.btn-primary .svg {
    width: 25px !important;
    height: auto !important;
    margin-left: 5px;
    float: right;
}

a.continua,
span.continua {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #1e1e1e;
}


a.continua:hover,
span.continua:hover {
    color: #0b489d;
}

a.continua .svg,
span.continua .svg {
    width: 19px;
    height: auto;
    margin-left: 10px
}

a.continua .svg path,
a.continua .svg rect,
a.continua .svg circle,
a.continua .svg polygon,
span.continua .svg path,
span.continua .svg rect,
span.continua .svg circle,
span.continua .svg polygon {
    fill: #1e1e1e;
    transition: all 0.3s ease-in-out;
}

a.continua:hover .svg path,
a.continua:hover .svg rect,
a.continua:hover .svg circle,
a.continua:hover .svg polygon,
span.continua:hover .svg path,
span.continua:hover .svg rect,
span.continua:hover .svg circle,
span.continua:hover .svg polygon {
    fill: #0b489d;
    transition: all 0.3s ease-in-out;
}

.elenco_prodotti figure {
    padding: 0 15px !important;
}

.container-menu {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 99999;
}

.cont_logo {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------------------------
 Container e Header
------------------------------------*/

#contenitore-globale {
    padding-top: 125px;
    display: block;
}

#contenitore-landing {
    padding-top: 150px;
    display: block;
}

#contenitore-globale.introfoto {
    padding-top: 0px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.container.big {
    max-width: 1380px;
}

.container.ridotto {
    max-width: 1000px;
}

.container.ridotto2 {
    max-width: 650px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

a.logo {
    justify-content: flex-start;
}

a.logo .svg {
    width: auto;
    height: 46px;
    display: block;
    margin: 0px;
    float: left;
}

/*------------------------------------
 Stili Flex
------------------------------------*/

.h-flex,
.v-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.h-flex {
    flex-direction: row !important;
}

.v-flex {
    flex-direction: column !important;
}

.j-around {
    justify-content: space-around !important;
}

.j-end {
    justify-content: flex-end !important;
}

.j-start {
    justify-content: flex-start !important;
}

.j-center {
    justify-content: center !important;
}

.j-between {
    justify-content: space-between !important;
}

.item-center {
    align-items: center !important;
}

.item-start {
    align-items: start !important;
}

.item-end {
    align-items: flex-end !important;
}

.item-stretch {
    align-items: stretch !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.block {
    display: block !important;
}

.reverse-flex:nth-of-type(odd) .h-flex {
    flex-direction: row-reverse !important;
}


/*------------------------------------
 Form
------------------------------------*/
.input-div,
.input-div.unterzo {
    width: 50%;
    padding: 10px 10px 0px 0px;
}

.input-div.doppio {
    width: 100%;
}

.input-div.unterzo {
    width: 33%;
}

.input-div.unquarto {
    width: 25%;
}

.input-div input,
.input-div select,
.input-div textarea {
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    color: #1e1e1e !important;
    font-weight: 700 !important;
    border: 0px;
    border-bottom: 2px solid #fff;
    outline: none;
    border-radius: 10px;
    margin-bottom: 5px;
    height: auto;
    font-family: 'Montserrat', sans-serif !important;
}

.contatti-landing .input-div input,
.contatti-landing .input-div select,
.contatti-landing .input-div textarea,
.contatti-landing .input-div input[type="checkbox"] {
    border: 2px solid #ccc;
}

.contatti-landing .btn-primary {
    color: #fff;
    background-color: #0b489d;
}

.contatti-landing .btn-primary:hover {
    color: #fff;
    background-color: #cdcdcd;
}

.fondo_bianco .input-div input,
.fondo_bianco .input-div select,
.fondo_bianco .input-div textarea {
    background-color: #f5f5f5;
    border-bottom: 2px solid #dddddd;
}

.input-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: calc(100% - 10px) calc(0% + 15px);
}

.input-div textarea {
    height: 200px;
}

.input-div input:focus,
.input-div textarea:focus {
    border-bottom: 2px solid #0b489d;
}

.input-div textarea::placeholder,
.input-div input::placeholder,
.input-div select option:first-child {
    font-family: 'Montserrat', sans-serif;
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.btn-primary .ladda-label .svg {
    width: 45px !important;
}

#form_contatti #privacy, #form_contatti #privacy1, #form_contatti #privacy2, #form_contatti #privacy3, #form_contatti #privacy4 {
    padding-top: 20px;
}

#form_contatti #contatta-btn {
    margin-top: 10px;
    width: auto;
}

#form_contatti #contatta-btn .svg {
    width: 40px !important
}

.div-captcha input {
    width: 50%;
    margin-bottom: 0px;
}

.div-captcha img {
    height: 47px;
    width: 46%;
    margin-right: 10px;
}

.input-div label {
    display: block;
    margin-bottom: 5px;
}

.check-div {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.check-div a {
    color: #99caea;
}

#privacy, #privacy1, #privacy2, #privacy3, #privacy4 {
    display: flex;
    font-size: 12px;
    text-align: left;
}

form .error-msg {
    color: #ff0000 !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px;
}

#codice-sicurezza label {
    text-align: left;
}

.input-div input.error, .input-div select.error,
.input-div input.is-invalid, .input-div select.is-invalid {
    border-bottom: 2px solid #ff0000;
}

.input-div input.is-valid, .input-div select.is-valid {
    border-bottom: 2px solid #32CD32;
}

#form_supporto .input-div textarea {
    height: 80px;
}

#form_supporto .input-div input[type=text],
#form_supporto .input-div input[type=email] {
    padding: 7px 15px
}

#form_supporto .div-captcha img {
    height: 35px;
}

#form_supporto .input-div, #form_supporto .input-div.unterzo {
    padding-top: 5px;
}

#form_supporto #privacy, #form_supporto #privacy1, #form_supporto #privacy2, #form_supporto #privacy3, #form_supporto #privacy4 {
    font-size: 11px;
    line-height: 15px;
}

#form_supporto .div-captcha {
    margin-top: 5px;
}

#form_supporto #contatta-btn {
    margin-top: 5px;
}

.supporto h5,
.supporto .small {
    margin-bottom: 7px;
}


/* Alert */

.alert {
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert p {
    margin-bottom: 0px
}


.input-div input[type=checkbox] {
    margin-right: 4px;
    margin-top: 0px;
    align-self: flex-start;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 0px;
    padding: 0px;
    margin-right: 7px;
    background-color: #fff;
    border: 2px solid #fff;
}

.fondo_bianco .input-div input[type=checkbox] {
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
}

.input-div input:checked {
    background-image: url(../images/check.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #0b489d;
}

.input-div input[type=checkbox].error {
    border-color: #ff0000;
    border: 2px solid #ff0000;
}

.dichiaro input.error + span {
    color: #ff0000;
}


/*------------------------------------
 PAGINE
------------------------------------*/

.row {
    padding: 60px 0;
}

.row.morebottom {
    padding-bottom: 120px;
}

.row.minus {
    padding: 40px 0;
}

.row-100 {
    width: 100%;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.mar-bot-40 {
    margin-bottom: 40px
}

.mar-top-40 {
    margin-top: 40px
}

.mar-top_minus-35 {
    margin-top: -35px
}

.pad-top-20 {
    padding-top: 20px !important;
}

.pad-top-50 {
    padding-top: 50px !important;
}

.padding-0-20 {
    padding: 0px 20px !important;
}

.pad20-0 {
    padding: 20px 0px !important;
}

.pad-50 {
    padding: 50px !important;
}

.pad-80-40 {
    padding: 80px 40px !important;
}

.pad-30-20 {
    padding: 30px 20px !important;
}

.pad-45-30 {
    padding: 45px 30px !important;
}

.pad-30 {
    padding: 30px !important;
}

.pad-7 {
    padding: 7% !important;
}

.pad-0-50 {
    padding: 0 50px !important;
}

.pad-0-80 {
    padding: 0 80px !important;
}

.pad-bot-220 {
    padding-bottom: 220px;
}

.content-dx {
    max-width: 480px;
    padding: 30px 0;
}

.content-sx {
    min-width: 580px;
    max-width: 580px;
    padding: 30px 0;
}

.content-60 .content-sx {
    max-width: 750px
}

.content-20 {
    width: 20%;
}

.content-25 {
    width: 25%;
}

.content-30 {
    width: 30%;
}

.content-35 {
    width: 35%;
}

.content-40 {
    width: 40%;
}

.content-45 {
    width: 45%;
}

.content-50 {
    width: 50%;
}

.content-52 {
    width: 52%;
}

.content-55 {
    width: 55%;
}

.content-56 {
    width: 56%;
}

.content-60 {
    width: 60%;
}

.content-63 {
    width: 63%;
}

.content-65 {
    width: 65%;
}

.content-70 {
    width: 70%;
}

.content-80 {
    width: 80%;
}

.content-85 {
    width: 85%;
}

.content-100 {
    width: 100%;
}

.ml-10 {
    margin-left: 10px;
}

.dettaglio-evento iframe {
    width: 100%;
}

/* FOOTER */

footer {
    background-color: #0b489d;
    color: #fff
}

.footer-style {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 40px 0;
}

.footer-style .widget {
    flex-grow: 1;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
}

.footer-style .widget a,
.footer-style .widget p a {
    color: #fff;
    opacity: 1;
    border-bottom: 0px !important
}

.footer-style .widget a:hover {
    color: #fff;
    opacity: 0.7
}

.footer-style .widget p {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    margin: 6px 0;
    padding: 0px
}

.footer-style .widget ul {
    margin: 0;
    padding: 0px
}

.footer-style .widget ul li {
    margin: 6px 0;
    padding: 0px
}

.footer-style .widget .logo-footer {
    margin-bottom: 25px;
}

.footer-style .widget .logo-footer:last-child {
    margin-bottom: 0px;
}

.contatti_footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.contatti_footer:last-child {
    padding-bottom: 0px;
}

.contatti_footer .svg {
    width: 27px;
    height: auto;
    margin-right: 10px;
}

.widget a {
    color: #1e1e1e;
}

.widget a:hover {
    color: #d2091e;
}

.footer-style-bottom {
    padding: 25px 0px;
    background-color: #0b489d;
    border-top: 1px solid #fff;
}

.footer-style-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-style-bottom .widget {
    flex-grow: 1;
    color: #fff;
    font-size: 13px;
}

.footer-style-bottom .widget p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px
}

.footer-style-bottom .widget p:last-child {
    margin-bottom: 0px
}

.footer-style-bottom .widget a,
.footer-style-bottom .widget p a {
    color: #fff;
    opacity: 1;
    border-bottom: 0px !important
}

.footer-style-bottom .widget a:hover {
    color: #fff;
    opacity: 0.7
}

.footer-style-bottom .widget:last-child {
    text-align: right;
}

.link_social {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.link_social li {
    margin: 0px 10px;
}

.link_social li:last-child {
    margin-right: 0px;
}

.link_social li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_social li a .svg {
    opacity: 1
}

.link_social li a:hover .svg {
    opacity: 0.7
}



form input[type="text"].is-invalid, form input[type="email"].is-invalid, form input[type="password"].is-invalid, form textarea.is-invalid, form select.is-invalid {
    border: 1px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
form .input-div.is-invalid input[type="checkbox"] {
    border: 2px solid #fb0b0b;
}

form input[type="checkbox"].is-invalid + label, form input[type="checkbox"].is-invalid + span {
    color: #dc3545;
}

form input[type="text"].is-valid, form input[type="email"].is-valid, form input[type="password"].is-valid, form textarea.is-valid {
    border: 1px solid #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

form input[type="checkbox"].is-valid + label, form input[type="checkbox"].is-valid + span {
    color: #28a745;
}

form .input-div.is-valid input[type="checkbox"] {
    border: 2px solid #28a745;
}