
/* GENERIC */

body{
    background: #131313 !important;
    font-family: "Montserrat", sans-serif !important;
    text-align: left !important;
}

.notifications--container{
    display: none;
}

.header-top .header-container .logo img{
    width: 160px;
}

.nav__list .active{
    color:#fa3502;
}

.py-3{
    padding-top:30px;
    padding-bottom:30px;
}

.py-5{
    padding-top:50px;
    padding-bottom:50px;
}

.mt-5{
    margin-top: 50px !important;
}

.mt-3{
    margin-top: 30px !important;
}

.mb-3{
    margin-bottom:30px !important;
}

.mb-5{
    margin-bottom:50px !important;
}

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

/* START BANNER */

.slide-item{
    width:100%;
}

.dsn-slider .dsn-root-slider{
    width:100%;
    left:0;
}

/* END BANNER */


/* START LANGUAGE */

ul.lang-btns{
    width:100%;
    padding:35px 0 0 153px;
}

ul.lang-btns li{
    display: inline-block;
    margin-left: 10px;
}

ul.lang-btns li a{
    text-transform: uppercase;
    color:#808080;
    cursor: pointer;
}

ul.lang-btns li a.active{
    color:#fff;
    font-weight: bold;
}

/* END LANGUAGE */


/* START MODAL */

.custom-modal{
    padding:0 40px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.95;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* END MODAL */

/* PORTFOLIO */

.next-project{
    max-height:600px;
}

/* LOGIN */

.login--form{
    margin-bottom:50px;
}

.login--form input{
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    padding-left:10px;
}

.form-control{
    min-height: 50px;
}

input.form-control{
    background-color: #000 !important;
}

.btn--gradient{
    width:100% !important;
    background: rgb(250,53,2);
    background: linear-gradient(56deg, rgba(250,53,2,1) 0%, rgba(1,44,252,1) 100%); 
}


/* COOCKIES BANNER */

.cookies-banner{
	background: rgba(0,0,0,0.85);
	position: fixed;
	bottom:0;
	right:90px;
	width:50%;
    border-radius: 1rem 1rem 0 0;
	padding: 2rem;
	box-shadow: -10px 20px 20px rgba(0,0,0,0.2);
    z-index: 10000;
}

.cookies-banner .cookies-btn{
	background: #fff !important;
	color:#000;
	padding: 5px 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	border-radius: 4px;
	background: 0 0;
	text-align: center;
	float: right;
	cursor: pointer;
}

.cookies-banner p{
	font-size: 12px;
}

.cookies-banner h4{
	font-size: 20px;
    margin-bottom:10px;
    font-weight: bold;
}

.grecaptcha-badge{
    z-index: 10000;
}

/* BTN WS */

.btn-ws{
    position: fixed;
    right: 0;
    bottom:100px;
    height:70px;
    width:70px;
    background: #05cd51;
    border-radius:10px 0 0 10px;
    text-align: center;
    z-index: 1000;
}

.btn-ws i{
    line-height:70px;
    font-size: 36px;
    color:#fff;
}

/* IFRAME */

.custom-modal iframe{
    min-width: 720px;
    min-height: 480px;
    margin: auto;
}

/* LINK CUSTOM COLOR */

.link-custom-color {
    margin-top: 30px;
  }
  
  .link-custom-color a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 40px;
    padding-right: 25px;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background: rgb(1,44,252);
    background: linear-gradient(45deg, rgba(1,44,252,1) 0%, rgba(250,53,2,1) 100%); 
  }
  
  .v-light .link-custom-color a {
    color: #000;
    border:0e;
  }
  
  .link-custom-color a:before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    margin: 12px 20px;
    background-color: #fff;
    color: #000;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
  }
  
  .v-light .link-custom-color a:before {
    background-color: #000;
    color: #fff;
  }
  
  .link-custom-color a span {
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.btn-ig a:before {
    content: "\f061";
  }
 
.white-popup-block h3, .white-popup-block p, .white-popup-block span{
    color:#fff !important;
}

.brand-client .wapper-client .logo-box img {
    max-width: 180px;
}

/* LAYOUT */


@media (max-width: 576px) {
    .head-banner img{
        width:160%;
    }

    .intro-about .img-box .img-cent{
        height:160px;
    }

    .copyright{
        padding-bottom:160px;
    }
}

@media only screen and ( min-width:577px ) and ( max-width: 768px) {
    .intro-about .img-box .img-cent{
        height:300px;
    }
}


@media (max-width: 768px) {
    .cookies-banner{
        width:80%;
    }

    .nav-active .nav__list-item{
        font-size: 30px;
        margin-bottom:0 !important;
    }

    .custom-modal iframe{
        min-width:100%;
    }

    .custom-modal-img{
        padding:0;
    }
}

@media only screen and ( min-width:769px ) and ( max-width: 992px) {

}

@media ( max-width: 992px) {
    ul.partners li{
        margin-bottom: 60px;
    }
        
    .about-image, .location-image, .rist-image, .eno-image, .event-image, .storia-image, .territorio-image, .progetto-image, .partner-image, .giftcard-image{
        min-height:400px;
    }

    .intro-about .background-mask {
        width: calc(100%);
    }

}

@media only screen and ( min-width:992px ) and ( max-width: 1200px) {
    .intro-about .background-mask {
        width: calc(80%);
    }
}


@media (min-width: 1200px) {
    .cookies-banner{
        width:30%;
    }
}

@media only screen and ( min-width:1200px ) and ( max-width: 1400px) {
    
    .intro-about .background-mask {
        width: calc(80%);
    }
}

@media (min-width: 1400px) {
    .intro-about .background-mask {
        width: calc(70%);
    }
}