﻿
body,html{height:100%; margin:0;padding:0;}
a{font:inherit; color:inherit;text-decoration:none;}
fieldset,img{ border:none;}
input,select,textarea,option,button{ outline:none;}
textarea{resize:none;}
table{border-spacing:0;border-collapse:collapse;}
p{margin:0;padding:0;}
.nav ul,.nav li,.nav ol{margin:0;padding:0;}
.nav ul,.nav ol{list-style:none;}
:root{
    /*--primary-color:#30302f;*/
}
/**::selection {
	background:#f2b400;
	color:#000;
    text-shadow:none;
}

*::-moz-selection {
	background:#f2b400;
	color:#000;
    text-shadow:none;
}

*::-webkit-selection {
	background:#f2b400;
	color:#000;
    text-shadow:none;
}*/

/* GENERAL -------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*@font-face { font-family: "GilroyExtraBold"; src: url('fonts/GilroyExtraBold/font.woff2') format('woff2'), url('webFonts/GilroyExtraBold/font.woff') format('woff'); }*/


.link{cursor:pointer;}
.link:hover{text-decoration:underline;}

.debug a[href='#']{border:1px solid red;}

/********************************************
    UTILS
*********************************************/
body {  line-height:1; }
.inner { max-width: 1200px; margin: auto; position: relative; padding-left: 50px; padding-right: 50px; }
.inner.no-padding {  padding-left: 0px; padding-right: 0px; }
.inner.inner-sm { max-width: 900px;  }
.inner.inner-fluid { max-width:100%; }

@media (max-width: 1024px) {
    .inner { padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 767px) {
    .inner{padding-left:15px;padding-right:15px;}
}

.padded-xxlg,.padded-120{padding-top:120px;padding-bottom:120px;}
.padded-xlg,.padded-100{padding-top:100px;padding-bottom:100px;}
.padded-lg,.padded-80{padding-top:80px;padding-bottom:80px;}
.padded-md,.padded-60{padding-top:60px;padding-bottom:60px;}
.padded-sm,.padded-40{padding-top:40px;padding-bottom:40px;}
.padded-30{padding-top:30px;padding-bottom:30px;}
.padded-xs,.padded-20{padding-top:20px;padding-bottom:20px;}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}


/*xs & sm & md*/
@media (max-width: 1279px) {
    .padded-xxlg{padding-top:80px;padding-bottom:80px;}
    .padded-xlg{padding-top:80px;padding-bottom:80px;}
}
/*xs & sm*/
@media (max-width: 1024px) {
    .mb-sm-10{margin-bottom:10px;}
    .mb-sm-20{margin-bottom:20px;}
    .mb-sm-30{margin-bottom:30px;}
    .mb-sm-40{margin-bottom:40px;}
    .mb-sm-50{margin-bottom:50px;}
    .padded-xxlg{padding-top:80px;padding-bottom:80px;}
    .padded-xlg{padding-top:60px;padding-bottom:60px;}
    .padded-lg{padding-top:40px;padding-bottom:40px;}
    .padded-md{padding-top:40px;padding-bottom:40px;}

}
/*xs only*/
@media (max-width: 767px) {
    .mb-xs-10{margin-bottom:10px;}
    .mb-xs-20{margin-bottom:20px;}
    .mb-xs-30{margin-bottom:30px;}
    .mb-xs-40{margin-bottom:40px;}
    .mb-xs-50{margin-bottom:50px;}
    .padded-lg{padding-top:20px;padding-bottom:20px;}
    .padded-md{padding-top:20px;padding-bottom:20px;}
    .padded-sm{padding-top:20px;padding-bottom:20px;}
}

h1,h2,h3,h4{
    margin-top:0px;
    margin-bottom:0px;
}

.img-r{max-width:100%;}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

svg{height:auto;}
img[src*="svg"]{max-height: 100%;}


svg { height: auto; }
/*img[src*="svg"]{max-height: 100%;}*/
.png-raw { opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
.svg-raw { opacity: 0; }
.svg-raw.replaced-svg { opacity: 1; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

.content-fade {
    opacity: 0;
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.animate-in .content-fade {
    opacity: 1;
}
.lazy-hidden,
.lazy-show {
    opacity: 0;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);*/ 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
} 
.lazy{/*opacity:0;*/}
.lazy-loaded {
    /*-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;*/
}

.tbl{display:table; width: 100%;}
.tblc{display:table-cell;}


.bg-cover {background-size: cover;}

.ib {display: inline-block;}


.trimmed:after {
    content: " ..."
}

.pointer{cursor:pointer;}

.links { font-size: 15px; color: var(--primary-color); font-weight: 300; }
/*.links a+a{margin-left:20px;}*/
 
.img-loader {
    background: url('/NR/IMAGES/loading.gif') no-repeat center center #000000;
}
@media (max-width: 1024px) {
    
}
@media (max-width: 767px) {

}

/******************************/
/*  REV SLIDER                */
/******************************/
.fullscreen-slider { min-height: 100%; overflow: hidden; }
.fullscreen-slider.with-bullets{padding-bottom:60px;}

.fullscreen-slider .ms-slider{background:#000000;}
.fullscreen-slider.with-bullets .ms-slider {overflow:visible; }

.slider-loaded .fullscreen-slider{min-height:0px;}

.ms-slider .tp-caption-container{text-align:center;line-height:1.1;}
.ms-slider .tp-caption-titolo{font-size:28px;font-weight:700;color:#ffffff;line-height:1.1;}
.ms-slider .tp-caption-sottotitolo{font-size:17px;font-weight:700;color:#ffffff;line-height:1.1;}
.ms-slider .tp-caption-descrizione{font-size:17px;font-weight:400;color:#ffffff;line-height:1.1;}
.ms-slider .tp-immagine img{max-width:100%;}
/*xs & sm*/
@media (max-width: 1024px) {
    .ms-slider .tp-caption-container{width:100%;}
    /*.ms-slider .tp-caption-titolo{font-size:36px;}*/
}


.ms-slider .tp-bullet { background: #aeaeae; cursor: pointer; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 12px; height: 12px; border: 0px solid #aeaeae; }
.ms-slider .tp-bullet.selected,
.ms-slider .tp-bullet:hover { background: #4b4b4b; }
.ms-slider .tp-loader{background-color: transparent;}
.ms-slider .tp-loader.spinner4 .dot1,
.ms-slider .tp-loader.spinner4 .dot2 {
    background-color: #b0b0b0;
}
.ms-slider .tp-loader.spinner3 .bounce1,
.ms-slider .tp-loader.spinner3 .bounce2,
.ms-slider .tp-loader.spinner3 .bounce3{
    background-color: #b0b0b0;
}

.ms-slider .tparrows{
    font-size:38px;
    font-family: 'FontAwesome';
    background:transparent;
    width:40px;height:40px;
}
.ms-slider .tparrows:hover{
    background:transparent;
}

.ms-slider .tparrows.tp-leftarrow::before{
    font-family: 'FontAwesome';
    content: "\f104";
    font-size:38px;
    color:inherit;
}
.ms-slider .tparrows.tp-rightarrow::before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size:38px;
    color:inherit;
}

/*.ms-slider .tparrows.tp-arrow-white{color:#a1a1a1; transition:color 0.3s linear;}
.ms-slider .tparrows.tp-arrow-white:hover { transition: color 0.3s linear; color: #ffffff; }*/
.ms-slider .tparrows.tp-arrow-white { color: #ffffff; transition: color 0.3s linear; }
.ms-slider .tparrows.tp-arrow-white:hover { transition: color 0.3s linear; color: #262626; }


.slider-small {min-height:520px;}
.slider-small-loaded .slider-small {min-height:0px;}
/*xs & sm*/
@media (max-width: 1024px) {
    .slider-small{min-height:350px;}
}

/********************************************
    CAROSELLO
*********************************************/
        
.ms-carousel{position:relative;padding-left:60px;padding-right:60px;}
.ms-carousel.arrow-outside{padding-left:0px;padding-right:0px;}
.ms-carousel-arrow {
    cursor:pointer;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #c6c6c6;
    font-size:38px;
    line-height:38px;
    z-index:10;
    text-align:center;
   
}
.ms-carousel-arrow.disabled{
    display:none !important;
}
.ms-carousel-arrow.ms-carousel-arrow-prev{left: 20px; }
.ms-carousel-arrow.ms-carousel-arrow-next{right: 20px; }
.ms-carousel.arrow-outside .ms-carousel-arrow.ms-carousel-arrow-prev{left: -40px; }
.ms-carousel.arrow-outside .ms-carousel-arrow.ms-carousel-arrow-next{right: -40px; }
        

.ms-carousel:hover .ms-carousel-arrow{}
.ms-carousel-arrow:hover{
    color: #ad8e6c;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.ms-carousel-arrow.arrow-gray {color:#c0c0c0;}
.ms-carousel-arrow.arrow-gray:hover {color:#27729f;}


.ms-carousel .owl-dots{
    margin-top: 10px;
    text-align: center;

}
    
.ms-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.ms-carousel .owl-dots .owl-dot span {
    background: #e5e5e5 none repeat scroll 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0px 3px;
    width: 12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; cursor:pointer;
}
.ms-carousel .owl-dots .owl-dot.active span, 
.ms-carousel .owl-dots .owl-dot:hover span {
    background: #000000 none repeat scroll 0 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 

@media (max-width: 767px) {
    
    .ms-carousel{padding-left:0px;padding-right:0px;}
    .ms-carousel-arrow {
        top: auto;
        bottom:0px;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .ms-carousel-arrow.ms-carousel-arrow-prev{left: 0px; }
    .ms-carousel-arrow.ms-carousel-arrow-next{right: 0px; }
    .ms-carousel.arrow-outside .ms-carousel-arrow.ms-carousel-arrow-prev{left: 0px; }
    .ms-carousel.arrow-outside .ms-carousel-arrow.ms-carousel-arrow-next{right: 0px; }
}

/********************************************
    LAYOUT
*********************************************/

/******************************/
/*  MENU                      */
/******************************/


/********************************************
    HOMEPAGE
*********************************************/


/******************************/
/*  FORM ELEMENTS             */
/******************************/

.btn-group{vertical-align:middle;display:table;}
.btn-group > .btn-ms{
    vertical-align:middle;display:table-cell;
    position: relative;
}

.btn-ms {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 3px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    min-height:50px;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 25px;
    user-select: none;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.btn-ms:hover{
    
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.btn-white {
    color: var(--main-color);
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white:hover {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: #ffffff;
}

.btn-lightgray {
    color: #ffffff;
    background-color: #d1cfcc;
    border-color: #d1cfcc;
}
.btn-lightgray:hover {
    color: #ffffff;
    background-color: #736a5c;
    border-color: #736a5c;
}

.btn-text{
    color: #ad8e6c;
    font-size: 21px;
    font-weight: 200;background:transparent;
}
.btn-text:hover{
    text-decoration:underline;
}

.btn-red {
    color: #e8e8e8;
    background-color: #c61019;
    border-color: #c61019;
}
.btn-red:hover {
    color: #e8e8e8;
    background-color: #232322;
    border-color: #232322;
}


.btn-black {
    color: #e8e8e8;
    background-color: #232322;
    border-color: #232322;
}
.btn-black:hover {
    color: #e8e8e8;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}
.btn-block{
    display: block;
    width: 100%;
}

.btn-lg-block{
    display: block;
    width: 100%;
    margin-bottom:5px;
}
/*xs & sm & md*/
@media (max-width: 1279px) {
    .btn-md-block{
        display: block;
        width: 100%;
        margin-bottom:5px;
    }

}
/*xs & sm*/
@media (max-width: 1024px) {
    .btn-sm-block{
        display: block;
        width: 100%;
        margin-bottom:5px;
    }

}
/*xs only*/
@media (max-width: 767px) {
    .btn-xs-block{
        display: block;
        width: 100%;
        margin-bottom:5px;
    }
}

.form-group .ms-select{width:100%;}
.form-group .ms-select select{height:40px;}

.ms-select {
    width:auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    position:relative;
    display:block;
    border:1px solid #ffffff;
           
}
.ms-select:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #cecece;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.ms-select option[value=""] {
    display: none;
}*/
.ms-select select {
    background-color: #ffffff;

    border: none;
    display: block;
    width: 100%;
    padding: 4px 12px;
    font-size: 14px;
    color: #747474;
    font-family:inherit;

    padding-right:30px;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background: transparent;*/
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
}
.ms-select select option:disabled {
	color: #808080;
}
.ms-select select:focus {
    outline: none;
}
.select2-ms .select2-container--default .select2-selection--single{ border:1px solid #ffffff;-moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
.select2-ms .select2-container--default .select2-selection--single .select2-selection__arrow{display:none;}
.select2-ms .select2-container .select2-selection--single .select2-selection__rendered{
     padding: 6px 12px;padding-right:30px;
    font-size: 14px;
    color: #747474;
    font-family:inherit;
}
.select2-ms .select2-container .select2-selection--single .select2-selection__rendered:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #cecece;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.select2-ms .select2-container .select2-selection--single{height:42px;}


/*.select2-dd-ms.select2-dropdown{border:0px solid #ffffff;}
.select2-dd-ms.select2-dropdown .select2-container--default .select2-results__option[aria-selected="true"]{background:#736a5c;color:#ffffff;}
.select2-dd-ms.select2-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected]{background:#736a5c;color:#ffffff;}*/


.select2-item{}
.select2-item .select2-item-titolo{font-weight:700;}
.select2-item .select2-item-descrizione{font-size:12px;font-style:italic;}

.form-group .input-label{margin-bottom:5px;display:block;}
.input-label {
    font-size:14px;color:#747474;
}
.form-label{
    font-size:15px;color:#736a5c;font-weight:800;
}
.input-text {

    display: block;
    width: 100%;
    height: 42px;
    padding: 4px 12px;
    font-size: 14px;
    color: #747474;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family:inherit;
}
input.input-text,
textarea.input-text{
    
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.input-text {
    height: auto;
}

.input-text:focus {
    border-color:#747474 ;
}
.input-text::-moz-placeholder,
.input-text:-ms-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #cecece;
    font-family:inherit;
}
.input-text.input-reg {
    height: 39px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
}


.input-data{position:relative;display: block;}
.input-data .input-text{padding-right:40px;}
.input-data::after {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #cecece;
    position: absolute;
    top: 50%;
    right: 12px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
}
.input-checkbox input[type=checkbox],.input-checkbox input[type=radio]  {
    position: absolute;
    top:0px;left:0px;
    margin: 3px 0 0;
}
.input-checkbox label {
    cursor: pointer;
    display:inline-block;
    margin-bottom: 0;
    font-weight:400;
}

.input-checkbox.right {
    padding-right:20px;
    padding-left:0px;
}
.input-checkbox.right input[type=checkbox],.input-checkbox.right input[type=radio] {
    position: absolute;
    top:0px;right:0px;
}


.input-checkbox.inline{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
.input-checkbox.inline label {
    padding-left: 0;
}
.input-checkbox.inline input[type=checkbox], .input-checkbox.inline input[type=radio] {
    margin-left: 0;
    margin-right:2px;
    position: relative;
}
        
.has-error .input-text {
    border-color:#aa0113;
}
.has-error.input-checkbox label {
    color:#aa0113;
}
.has-error .ms-select {
    border-color:#aa0113;
}
.text-errore{
    color:#aa0113;
    font-size:12px;
}

.fileinput-button{display:inline-block;overflow:hidden;}
.form-button{text-align:right;}

.form-container {
    padding: 20px;
    background:#f2f2f2;
}
.form-container h4 {
    font-size:22pX;color:#6c6c6c;font-weight:200;
}
.form-container p {
    font-size: 14px;
    color: #a1a1a1;
}



.input-group {
    border-collapse: separate;
    display: table;
    position: relative;width: 100%;
}
.input-group .input-text{
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;vertical-align: middle;
}
.input-group-btn:last-child > .btn-ms, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    z-index: 2;
}
.input-group-btn > .btn-ms {
    position: relative;
}


/**********************************************/
/* MODALI                                     */
/**********************************************/

/* Overlays */
.ui-widget-header {
	border: 1px solid transparent;
}
.ui-widget-overlay {
    background: #ffffff ;
	opacity: .80;
	filter: Alpha(Opacity=80);
    z-index:9999;
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    opacity: .6;
    filter: Alpha(Opacity=60);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ui-dialog-titlebar-close {
  visibility: hidden;display:none;
}
.ui-dialog-titlebar{
  visibility: hidden;display:none;}
.ui-dialog {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    z-index:1000000;
}
.ui-dialog.ui-widget-content{border:none;background:none;padding:10px;}
.ui-widget-content a{color:inherit;}
.ui-dialog .ui-dialog-content.modale{position:relative;padding:0px;background:#ffffff;display:none;}

/*.ui-dialog .ui-dialog-content.modale{position:relative;display:none;max-width:760px;background:#ffffff;}*/

.modale{display:none;min-width:400px;max-width:700px;}
.ui-dialog .ui-dialog-content.modale.modale-video{background-color:transparent;}


.modale-content{background-color:#ffffff;padding:50px 20px;}
.modale-video .modale-content{background-color:transparent;}


.modale-body{padding:20px 0px;}
.modale-header{padding:0px;}
.modale-footer{padding:0px;}

.modale-title{font-size:22px;color:#6c6c6c; font-weight:200;text-align:center;}

.modale-errore {text-align:right;display:none;font-size:12px;color:#a94442;margin-top:5px;}
.modal-message{color:#a1a1a1;text-align:center;font-size:15px;}
.modal-message b,
.modal-message strong {font-weight:700;color:#232322}
.modal-xs{width:400px;}

#modale-sales-text a:hover {
    text-decoration: underline;
}
#modale-info{max-width:400px;}


#modale-video{width:700px;min-width:350px;max-width:none;}

#modale-video .modale-content{padding-bottom:20px;}
#modale-video .modale-body{padding-bottom:0px;}
.modale-video-video{
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    /*width: 100%;*/
    width:700px;min-width:350px;
}
.modale-video-video iframe, .modale-video-video video {
    background: black none repeat scroll 0 0;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}  

.modale .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    -webkit-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    opacity:0.7;
}
.modale .close img,
.modale .close svg{
    width:24px;
}
.modale .close:hover {
    opacity: 1;
    -moz-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    -webkit-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
}

.modal-sales-loading{text-align:center;}
.modale.modale-big{width:700px !important;}
/*xs only*/
@media (max-width: 767px) {
    .modale-video-video{
        width:350px;
    }
    .modale-content-scrollable{height: 250px;}

    .modale.modale-big{width:auto !important;}
    .modale{min-width:0px;width:100%;}
    
    .modale-content{padding:25px;padding-top:50px;}
}
/********************************************
    MEDIA STEP
*********************************************/

/*lg only*/
@media (min-width: 1200px) {}
/*xs & sm & md*/
@media (max-width: 1199px) {
}

/*md only*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/*xs & sm*/
@media (max-width: 1024px) {

}
/*sm only*/
@media (min-width: 768px) and (max-width: 1024px) {
}
/*xs only*/
@media (max-width: 767px) {
}

/*xs & sm & md*/
@media (max-width: 1199px) {
}

/*xs & sm*/
@media (max-width: 1024px) {

}
/*xs only*/
@media (max-width: 767px) {
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
