/* reset CSS */

@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'Galano Bold';
    src: url('../fonts/GalanoGrotesqueBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    outline: none!important;
}

html,
body {
    max-width: 100%;
    /* overflow-x: hidden; */
}

section
{
    overflow-x: hidden;
}

/* @group COLORI SFONDI */

.BgdFFF {
    background: #fff !important;
}

.Bgd000 {
    background: #000 !important;
}

.BgdEAE {
    background-color: #EAEAEA !important;
}

.BgdF4F {
    background-color: #f4f4f4 !important;
}

.BgdCyan {
    background-color: #0077B3 !important;
}

.BgdBlue {
    background-color: rgba(0, 60, 90, 1) !important;
}

.BgdGrey {
    background-color: #2E2E2D !important;
}

.BgdMirage {
    background-color: #94AAAE;
}

.BgdBox {
    background-color: rgba(255, 255, 255, .70);
}


/* @end */


/* @group COLORI TESTI */

.text000 {
    color: #000;
}

.textFFF {
    color: #fff !important;
}


/* @end */


/* @group GENERICI */

.icon-bar {
    color: black;
    border-color: black;
    background-color: black;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000000 !important;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 1.2rem;
}

p {
    font-size: 14px;
    line-height: 1.4em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.Block {
    display: block;
}

.clear {
    clear: both;
}

.no-border {
    border: 0px !important;
}

.ImgFull {
    background-size: cover;
}

.FullWidth {
    width: 100%;
}

.ImgFullSlider {
    background-size: cover !important;
    width: 100% !important;
    background-position: center center !important;
}

.no-left {
    padding-left: 0 !important;
}

.no-right {
    padding-right: 0 !important;
}

.text-shadow {
    text-shadow: 1px 1px 2px #333333;
}

.shadowLight {
    text-shadow: 1px 1px 2px #999999;
}

.border {
    border: 1px solid #333 !important;
}

.border999-right {
    border-right: 1px solid #999 !important;
    border-radius: 0;
}

.BorderBottomLight {
    border-bottom: 1px solid #ededed !important;
    margin: 20px 0;
}

.noborder {
    border: none !important;
}

.radius {
    border-radius: 5px;
}

.no-radius {
    border-radius: 0;
}

a {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #3B4847;
    text-decoration: none;
}

a.white {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.white:hover {
    color: #666;
}

a.black {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.black:hover {
    color: #000 !important;
    text-decoration: underline !important;
}


/* @end */


/* @group WEIGHT TESTI*/

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

.w400 {
    font-weight: 400 !important;
}

.w500 {
    font-weight: 500 !important;
}

.w600 {
    font-weight: 600 !important;
}

.w700 {
    font-weight: 700 !important;
}


/* @end */


/* @group vh vw */

.vh100 {
    height: 100vh !important;
}

.vw100 {
    width: 100vw !important;
}


/* @group X-INDEX */

.z2 {
    z-index: 2 !important;
    opacity: .4;
    width: 100%;
    position: absolute;
}

.z999 {
    z-index: 999 !important;
}


/* @end */

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.no-display {
    display: none;
}


/* ---------------------------          ---------------------------*/


/* ---------------------------  CUSTOM  ---------------------------*/


/* ---------------------------          ---------------------------*/

div#Map {
    width: 100%;
    height: 500px;
}

.chp {
    visibility: hidden;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

.Alert {
    display: none;
}

span.has-error {
    background: none;
    color: red;
    border: none;
    padding: 0;
    display: block;
    text-align: left;
    font-size: 12px;
}

.Privacy {
    height: 50px;
    margin-bottom: 20px;
    overflow: auto;
    font-size: 11px;
    color: #666;
    line-height: normal !important;
}

.link {
    vertical-align: middle;
    display: table-cell;
}

.btn-primary {
    background-color: rgba(77, 77, 77, 0) !important;
    border: 1px solid;
    border-color: #4D4D4D !important;
    font-size: 16px;
    color: #4D4D4D;
    padding: 3px 20px;
    width: 300px;
    text-align: center;
    font-weight: 300;
    line-height: 2em !important;
    display: inline-block;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: rgba(77, 77, 77, 1) !important;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    border-color: #4D4D4D !important;
    box-shadow: none !important;
}


.btn-secondary {
    background: #94AAAE;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 40px;
    text-align: center;
    font-weight: 300;
    line-height: 2em !important;
    min-width: 220px;
    min-height: 50px;
    display: inline-block;
    border: 0px;
}

.btn-secondary:hover {
    background: #728386;
    color: #fff !important;
    text-decoration: none;
}

.btn-tertiary,
.btn-tertiary-1 {
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: #94AAAE !important;
    padding: 10px 40px;
    text-align: center;
    font-weight: 300;
    line-height: 2em !important;
    min-width: 220px;
    min-height: 50px;
    display: inline-block;
}

.btn-tertiary:hover {
    background: rgba(255, 255, 255, 0.70);
    text-decoration: none;
}

.btn-tertiary-1:hover {
    background: #94AAAE;
    text-decoration: none;
    color: #fff !important;
}

.btn-border {
    background: transparent;
    font-size: 16px;
    color: #fff !important;
    border: #fff 2px solid;
    padding: 8px 36px;
    text-align: center;
    font-weight: 300;
    line-height: 2em !important;
    min-width: 220px;
    min-height: 50px;
    display: inline-block;
}

.btn-border:hover {
    color: #ffffff!important;
    border: #94AAAE 2px solid;
    background: #94AAAE;
}

.btn-white {
    background: #fff !important;
    font-size: 14px;
    color: rgba(0, 119, 179, 1) !important;
    padding: 6px 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
}

.btn-white.small {
    font-size: 16px;
    padding: 5px 10px;
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
}

a.white {
    color: #fff;
    font-weight: 300;
}

a.white:hover {
    color: rgba(255, 255, 255, .75) !important;
    text-decoration: none;
}

a.black {
    color: #000;
}

a.black:hover {
    color: #333;
    text-decoration: none;
}

a.service:hover {
    text-decoration: none;
}

h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 2rem;
}

h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 2rem;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
    color: #0077B3;
}

h5 {
    font-size: 14px;
    font-weight: 300;
}

b {
    font-weight: 400;
}


/*------------ NAVABAR ------------*/

.navbar {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 15px 20px 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    height: 90px;
    z-index: 999;
}


/* .navbar.scrolled {
	background-color: rgba(255,255,255,1);
	padding: 1rem 1rem 1rem 1rem;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
} */

.navbar-logo {
    height: 50px;
    width: 195px;
    position: absolute;
    left: calc(50% - 97px);
}

.navbar ul {
    margin-left: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -3px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 40px;
    padding: 5px 0;
    margin: 5px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.8rem;
    clear: both;
    font-weight: 400;
    color: #3B4847 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.dropdown-item a {
    color: #3B4847 !important;
}


/*------------ ICON ------------*/

.menu-icon {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    border: 1px solid #868686;
    display: block;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center;
}

.menu-icon-white {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
}

.menu-icon.mirage {
    background-image: url("../img/icon-mirage@2x.png");
}

.menu-icon.back {
    background-image: url("../img/icon-back@2x.png");
}

.menu-icon.home {
    background-image: url("../img/icon-home@2x.png");
}

.menu-icon.refresh {
    background-image: url("../img/icon-refresh@2x.png");
}

.menu-icon.arrow-top {
    background-image: url("../img/icon-arrowtop@2x.png");
}

.menu-icon.arrow-down {
    background-image: url("../img/icon-arrowdown@2x.png");
}

.menu-icon.it {
    background-image: url("../img/icon-it@2x.png");
}

.menu-icon.en {
    background-image: url("../img/icon-en@2x.png");
}

.menu-icon.de {
    background-image: url("../img/icon-de@2x.png");
}

.menu-icon.fr {
    background-image: url("../img/icon-fr@2x.png");
}

.menu-icon.es {
    background-image: url("../img/icon-es@2x.png");
}

.menu-icon.zh {
    background-image: url("../img/icon-zh@2x.png");
}

.menu-icon.ru {
    background-image: url("../img/icon-ru@2x.png");
}

.menu-icon-white.arrow-down-b {
    background-image: url("../img/icon-arrowdown-b@2x.png");
}

.social-icon {
    height: 46px;
    width: 46px;
    border-radius: 100%;
    border: 1px solid #94AAAE;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 22px;
    background-color: #94AAAE;
}

.social-icon:hover {
    border: 1px solid #728386;
    background-color: #728386;
}

.social-icon.fb {
    background-image: url("../img/icon-fb.svg");
    fill: currentColor;
}

.social-icon.in {
    background-image: url("../img/icon-in.svg");
    fill: currentColor;
}

.social-icon.pinterest {
    background-image: url("../img/icon-pinterest.svg");
    fill: currentColor;
}

.social-icon.ig {
    background-image: url("../img/icon-ig.svg");
    fill: currentColor;
}

.social-icon.youtube {
    background-image: url("../img/icon-youtube.svg");
    fill: currentColor;
}

.social-icon.houzz {
    background-image: url("../img/icon-houzz.svg");
    fill: currentColor;
}


/*------------ CONFIGURATOR COLUMN ------------*/

.configurator-col {
    min-height: calc(100vh - 185px);
}

.img-render {
    max-width: 1500px;
}

#immaginiLayers {
    background-color: #999;
}

#immaginiLayers img {
    width:100%;
}

/*------------ TYPE COLUMN ------------*/

.type-col {
    min-height: calc(100vh - 185px);
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.1);
}

.type-col .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(90vh - 185px)
}

.type-col .box-type {
    opacity: 0.7;
    text-align: center;
}

.type-col .box-type:hover,
.type-col .box-type:active {
    opacity: 1;
    background-color: #fff;
}


/* .type-col .box-type img {
    max-width: 110px;
} */

.type-col .arrow {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    border: 1px solid #868686;
    display: block;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
}

.type-col .arrow.top {
    background-image: url("../img/icon-arrowtop@2x.png");
}

.type-col .arrow.down {
    background-image: url("../img/icon-arrowdown@2x.png");
}

.type-col .name-prod-base {
    width:100%;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 8px;
}

/*------------ FINISHES COLUMN ------------*/

.finishes-col {
    min-height: calc(100vh - 185px);
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.finishes-col .name-prod {
    font-size: 26px;
    color: #4D4D4D;
}

.finishes-col .subtitle-prod {
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 20px;
}

.finishes-col .name-finishes {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.finishes-col .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.finishes-col .nav-tabs .nav-link {
    border-radius: 0;
    border: 1px solid #DCDCDC;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.finishes-col .nav-tabs .nav-link:hover {
    border-radius: 0;
    border: 1px solid #DCDCDC;
    background-color: #94AAAE;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.nav-tabs.hlow{
    height:300px;
    overflow: auto;
}

.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
    color: #000;
    background-color: #94AAAE;
    color: #fff;
}

.finishes-col .box-finishes {
    position: relative;
}

.finishes-col .box-finishes .finishes-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finishes-col .box-finishes .finishes-mobile {
    width: 100%;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
}

.finishes-col .box-finishes:hover .finishes-overlay {
    opacity: 0.7;
}

.finishes-col .tab-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(90vh - 351px);
}

.finishes-col .btn-ancora a {
    color: #4D4D4D;
    background-color: #f4f4f4;
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.finishes-col .btn-ancora a:hover {
    text-decoration: underline;
}

.finishes-col .btn-ancora a:last-child {
    margin-right: 0px;
}

.finishes-col .ico-check {
    position:absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    z-index:10;
}

.finishes-col .ico-uncheck {
    position:absolute;
    top: 25px;
    right: 5px;
    width: 16px;
    z-index:10;
}

/*------------ FOOTER ------------*/

.footer {
    height: 90px;
    z-index: 999;
    padding: 20px 15px;
}

.footer p {
    font-size: 12px;
    color: #868686;
}

.footer a {
    font-size: 12px;
    color: #868686;
    text-decoration: underline;
}

.footer a:hover {
    color: #4d4d4d;
}


/* ---------------------------            ---------------------------*/


/* ---------------------------  MINISITO  ---------------------------*/


/* ---------------------------            ---------------------------*/

.boxTitle {
    font-family: 'Galano Bold';
    color: #3B4847;
    font-size: 30px;
}

.boxText {
    color: #3B4847;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
}

.boxText28 {
    color: #3B4847;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.boxTextSmall {
    color: #3B4847;
    font-size: 18px;
    font-weight: 300;
}

.textBathmood {
    color: #94AAAE;
    font-family: 'Galano Bold';
    font-size: 80px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4D !important;
    background-color: rgba(244, 244, 244, 1);
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control option:first-child {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4D !important;
}

.form-control option {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4D4D !important;
}

.form-control:focus {
    color: #666;
    background-color: rgba(244, 244, 244, 1);
    border-color: #dedede !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 10%);
    font-weight: 300;
}

.form-control::placeholder {
    color: #666 !important;
    font-size: 14px;
    font-weight: 300;
}

.form-check-label {
    
    font-size: 12px;
    color: #4d4d4d;
}

.form-check-label label {
    
    float: left;
    width: calc(100% - 20px);
    margin-left: 5px;
}

.form-check-label input {
    
    float: left;
}

.form-title
{
    font-size: 26px;
    color: #4D4D4D;
    padding: 0 15px;
}

.modal-header
{
    border-bottom: 0 !important;
}

.btn-invia {
    background: #94AAAE;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 10px;
    text-align: center;
    font-weight: 400;
    width: 240px;
    height: 40px;
    border: 0px;
    display: inline-block;
    margin-top:20px;
    text-transform: uppercase;
}

.btn-invia:hover {
    background: #728386;
    color: #fff !important;
    text-decoration: none;
}

.Slider100 {
    height: calc(100vh - 90px) !important;
    width: 100vw;
}

.SliderTextBox {
    position: absolute;
    top: 44vh;
    left: 10vw;
}

.SliderTextBox .slideTitle {
    color: #FFFFFF;
    font-family: 'Galano Bold';
    font-size: 80px;
    text-align: left;
}

.SliderTextBox .slideSubtitle {
    color: #FFFFFF;
    font-size: 36px;
    text-align: left;
    font-weight: 200;
    line-height: 48px;
}

.slideArrow {
    position: absolute;
    bottom: 4vh;
    text-align: center;
    left: calc(50vw - 18px);
}

.overlayer-slider:before {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
}

.boxCollezioni {
    position: relative;
    margin-bottom: 30px;
}

.boxCollezioni .image {
    display: block;
    width: 100%;
    height: auto;
}

.boxCollezioni .overlay-image {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    width: calc(100% - 30px);
    height: 54px;
    transition: .5s ease;
}

.boxCollezioni:hover .overlay-image {
    height: 100%;
}

.boxCollezioni .text {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    text-align: center;
    transition: 0.2s ease;
    width: 100%;
}

.boxCollezioni:hover .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: 0.2s ease;
    width: 100%;
}

.boxCollezioni .text .name {
    font-size: 26px;
    color: #4D4D4D;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-weight: 300;
}

.btn-config {
    background: #94AAAE;
    font-size: 12px;
    color: #fff !important;
    padding: 10px 10px;
    text-align: center;
    font-weight: 300;
    line-height: 1.8em !important;
    width: 140px;
    height: 40px;
    border: 0px;
    display: inline-block;
}

.btn-config:hover {
    background: #728386;
    color: #fff !important;
    text-decoration: none;
}

.btn-info {
    background: transparent;
    font-size: 12px;
    color: #94AAAE !important;
    border: #94AAAE 2px solid !important;
    padding: 8px 10px;
    text-align: center;
    font-weight: 300;
    line-height: 1.8em !important;
    width: 140px;
    height: 40px;
    border: 0px;
    display: inline-block;
}

.btn-info:hover {
    background: #94AAAE;
    color: #fff !important;
    border: #94AAAE 2px solid;
}

.boxCollezioni a.info {
    font-size: 12px;
    color: #4D4D4D;
    text-align: center;
    padding: 10px;
    margin: 0;
    font-weight: 300;
}

.boxCollezioni a.info:hover {
    text-decoration: underline;
}

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

#informazioni .modal-content {
    border-radius: 0;
    border: 0px solid rgba(0, 0, 0, .2);
}

#informazioni .modal-body {
    padding: 0;
}

#informazioni .modalTitle {
    font-size: 30px;
    color: #4D4D4D;
    font-weight: 200;
    text-transform: uppercase;
}

#informazioni .modalDescription {
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 200;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #4D4D4D;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


/*------------ RESPONSIVE MEDIA ------------*/

@media (max-width: 575px) {
    .btn-primary {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .menu-icon.refresh {
        display: block;
        margin-bottom: 20px;
    }

    .boxText.first {
        min-height: 500px;
    }
    .textBathmood {
        color: #94AAAE;
        font-family: 'Galano Bold';
        font-size: 44px;
    }
    .border-left {
        border-left: 0px !important;
    }
    .navbar-logo {
        height: 26px;
        width: 100px;
        position: absolute;
        left: calc(50% - 50px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .btn-primary {
        width: 120px;
    }
    .border-left {
        border-left: 0px !important;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .boxCollezioni .overlay-image {
        height: 44px;
    }
    .boxCollezioni .text .name {
        font-size: 18px;
        color: #4D4D4D;
        text-align: center;
        padding: 10px;
        margin: 0;
        font-weight: 300;
    }

    .finishes-col .box-finishes .finishes-mobile {
        width: 100%;
        color: #000;
        font-size: 16px;
        text-transform: capitalize;
        text-align: center;
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 576px) {}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    #informazioni .modalDescription {
        min-height: 260px;
    }
}

@media (max-width: 1199px) {
    .btn-primary {
        width: 220px;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .boxCollezioni .overlay-image {
        height: 44px;
    }
    .boxCollezioni .text .name {
        font-size: 18px;
        color: #4D4D4D;
        text-align: center;
        padding: 10px;
        margin: 0;
        font-weight: 300;
    }
}

@media (max-width: 991px) {
    .configurator-col {
        min-height: auto;
        padding-bottom: 30px;
    }
    .type-col {
        min-height: auto;
        padding-bottom: 30px;
    }
    .type-col .scroll {
        height: auto;
    }

    .finishes-col .ico-check {
        width: 24px;
    }
    
    .finishes-col .ico-uncheck {
        top: 35px;
        width: 24px;
    }

    .SliderTextBox {
        top: 34vh;
    }

    
}

@media (max-width: 1024px) {
    .tooltip
    {
        display: none !important;
    }

    .type-col .name-prod-base {
        font-size: 10px;
        bottom: 0;
    }
}

@media (max-width: 1023px) {
    .finishes-col .tab-content {
        overflow-y: hidden;
        height: auto;
    }

    .footer
    {
        height: auto;
    }
}

@media (max-width: 767px) {
    .SliderTextBox .slideTitle {
        color: #FFFFFF;
        font-family: 'Galano Bold';
        font-size: 44px;
        text-align: left;
    }
    .SliderTextBox .slideSubtitle {
        color: #FFFFFF;
        font-size: 20px;
        text-align: left;
        font-weight: 200;
        line-height: 1.5rem;
    }

    .boxText {
        color: #3B4847;
        font-size: 22px;
        font-weight: 300;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 815px) {
    .SliderTextBox .slideTitle {
        color: #FFFFFF;
        font-family: 'Galano Bold';
        font-size: 60px;
        text-align: left;
    }
    .SliderTextBox .slideSubtitle {
        color: #FFFFFF;
        font-size: 30px;
        text-align: left;
        font-weight: 200;
        line-height: 1.5rem;
    }
}