:root{
	--blue:#000;
    --light-blue:#B4CDE5;
    --yellow:#EBFF00;
    --dark-blue:#0F1748;
    --grey:#8D8D8D;
	--standard:25px;
	--double:60px;
	--triple:90px;
	--mini:15px;
}

::selection {
    background: #fff;
    color: var(--blue);
}

*{
	margin:0px;
	padding:0px;
}

html, body { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: var(--blue);
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 2px;
}

h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

#mainNav, #mainNav .navbar-brand{
    font-family: 'Montserrat', sans-serif;
}

#slider h1, #visual h1{
    color:#fff;
    font-size:36px;
}

h2{
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    color:#fff;
}

h2 b{
    font-weight: 800;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
}

ul{
	list-style-type:none;
}

footer{
	padding-bottom:var(--standard);
    color:#fff;
    background-color:var(--blue);
    border-top: 1px solid #fff;
}

footer p {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

footer .big p{
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}

footer i{
    font-size:45px;
    padding-left:15px;
    padding-right:15px;
    margin-top:var(--standard)
}

footer p.big span{
    color: var(--blue);
}

footer nav a{
    color:#fff !important;
    font-size:14px;
}

footer nav .active a{
    color:var(--blue) !important
}

#logo-footer{
    width: 200px;
    height: auto;
}

.red{
    color:var(--blue);
}

.servizi .slick-dots {
  position: absolute;
  bottom: 140px;
  margin-left: 40px;
}

.social {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 1px 10px;
}

.social-ig {
    padding: 1px 8px;
}

a.social:hover{
    color:var(--gold);
}

a {
    color: var(--blue);
}

a:hover{
    color: var(--gold);
}

footer a{
	color:#fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-decoration: underline;
}

.padding-0{
	padding:0;
}

footer a:hover, footer a:active, footer a:focus{
    text-decoration:underline;
    color:#fff !important;
}

footer img{
    margin-bottom:var(--standard);
}

footer h5{
    font-size:14px;
    font-weight: 700;
}

footer .nav-link{
    padding:0;
    padding-bottom:12px;
}

footer h5{
    margin-bottom:10px;
    color:#fff !important;
}

footer .text-left{
    border-right: 1px solid #fff;
}

footer .text-left:last-child{
    border-right: 0px solid #fff;
}

.bleft{
  border-left: 1px solid var(--blue);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
	color:var(--grey);
	border-radius:0px;
	border:0px;
}

.nav-pills .nav-link {
    background-color: transparent;
	border-radius:0px;
	border:0px;
}

.nav-pills:first-child .nav-link{
    margin-left:0px;
}

.btn{
    font-family: 'Montserrat', sans-serif !important;
}

.btn-fixed{
    padding:10px 5px;
    width:250px;
}

.btn-primary-inverter {
    background-color: var(--blue);
	border-radius:10px;
	padding:10px 50px;
	border:1px solid var(--yellow);
    color:#fff;
}

.btn-secondary {
    background-color: var(--light-blue);
	border-radius:20px;
	padding:10px 50px;
	border:1px solid var(--blight-lue);
    color:var(--blue);
}

.btn-primary {
    color: #000 !important;
    background-color: var(--yellow) !important;
    border:1px solid var(--yellow) !important;
	border-radius:10px;
	padding:10px 30px;
	
}

.btn-secondary-inverter {
    color: var(--blue) !important;
    background-color: #fff !important;
    border:1px solid var(--blue) !important;
	border-radius:10px;
	padding:10px 30px;
	
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border:1px solid var(--yellow) !important;
    background-color: #000 !important;
	color:#fff !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {

    background-color: transparent !important;

}

.btn-primary-inverter:active, .btn-primary-inverter:focus, .btn-primary-inverter:hover {
    color: var(--blue) !important;
    background-color: var(--yellow) !important;
    border:1px solid var(--yellow) !important;

}

.btn-secondary-inverter:active, .btn-secondary-inverter:focus, .btn-secondary-inverter:hover {
    color: #fff !important;
    border:1px solid var(--blue) !important;
    background-color: var(--blue) !important;

}

.btn{
    font-weight: 400;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#map{
    margin-top:0px;
}

p.underline{
    margin-bottom:var(--standard);
}

p.underline a{
    text-decoration: underline;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 30px;
	padding: 0;
	text-align:center;
}

.mt-double{
	margin-top:var(--double);
}

.pb-triple{
	padding-top:var(--triple);
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}

input[type="submit"] {
    transition: all 0.7s ease 0s;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.navbar-shrink #logo{
    height: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #fff;
}

/*[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: none;
}*/

div.wpcf7 .ajax-loader{
	float:left;
}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #fff;
	font-size:14px;
}

form .link {
    color: var(--yellow);
    font-weight: 400;
  }

section{
	padding-top:var(--double);
	padding-bottom:var(--double);
}

.form-control {
    color: #fff;
	background-color: transparent;
    border: 1px solid var(--yellow);
	margin-bottom: 15px;
	border-radius:10px;
}

textarea.form-control {
    height: 120px;
}

  
a:focus, a:hover {
	color: #fff ;
}

.slick-prev, .slick-next{
	z-index:99;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

#logo{
    height:60px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}


.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

#mainNav li.active a{
    color:var(--blue);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #fff !important;
}

#mainNav{
    color: #fff !important;
    background-color: transparent;
    position: fixed;
    z-index: 99;
    width: 100%;
    border-bottom:2px solid transparent;
}

#mainNav:before{
    position: absolute;
    background: #fff;
    height: 2px;
    content: '';
    width: 50%;
    bottom: -2px;
    left: 0;
}

.highlights a{
    font-weight:700 !important;
    color:var(--grey) !important;
}

footer p{
    font-size:14px;
}

.slick-dots li button::before {
    font-size: 14px;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: var(--yellow);
}


:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: focus-ring-color auto 0px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

.mobile{
    display:none;
}

.desktop{
    display:block;
}

.pt-50{
    padding-top:50px;
}

.pb-50{
    padding-bottom:50px;
}

.pt-mini{
  padding-top:10px;
}

.pb-mini{
  padding-bottom:10px;
}

.mt-standard{
    margin-top:var(--standard);
}

.pb-standard{
    padding-bottom:var(--standard);
}

.mlf-standard{
    margin-left: var(--standard);
    margin-right: var(--standard);
}

.pb-double{
    padding-bottom:var(--double);
}

.pt-standard{
    padding-top:var(--standard);
}

.mb-double{
    margin-bottom:var(--double);
}


.mb-standard{
    margin-bottom:var(--standard);
}

.mb-mini{
    margin-bottom:var(--mini);
}

.mb-triple{
    margin-bottom:var(--triple);
}

.pt-double{
    padding-top:var(--double);    
}

.pt-triple{
    padding-top:var(--triple);    
}

.pb-triple{
    padding-bottom:var(--triple);    
}

#slider .slide{
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: calc(100% + 2px) !important;
    margin-left: -1px;
}

#visual{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 190px;
    padding-bottom: 120px;
}

#visual h1{
    font-size: 42px;
}

#slider .slick-dots, #slider-vertical .slick-dots{
    transform: translateX(-50%);
    top:50%;
    right:-10%;
    bottom: unset;
    height: 100%;
    width: unset;
    margin-top: -62px;
    z-index: 3;
}

#slider .slick-dots li, #slider-vertical .slick-dots li {
    display: block;
    height: 50px;
}

#slider.slick-dotted.slick-slider, #slider-vertical.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#slider .slick-dots li button::before, #slider-vertical .slick-dots li button::before {
    color:#fff;
    opacity: 1;
}

#slider .slick-dots li.slick-active button::before, #slider-vertical .slick-dots li.slick-active button::before {
    color:var(--blue);
    opacity: 1;
}

#slider-simple .slick-dots{
    bottom: -40px;
}

#slider-vertical.slick-vertical .slick-slide {
    /*height: 500px !important; */
    position: relative;
    color:#fff
}

#slider-vertical.slick-vertical {
    width: 100%;
}

#slider-vertical .middle-center{
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-left: 240px;
    padding-right: 240px;
    color:#fff;
}

#slider-vertical .middle-center h4{
    color: #fff;
    margin-top: var(--mini);
    margin-bottom: var(--mini);
}

#slider-single .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:unset !important;
    right: unset !important;
    transform: unset !important;
    height: unset !important;
}


#visual-gallery{
    background: rgb(3,32,112);
    background: linear-gradient(90deg, rgba(3,32,112,1) 0%, rgba(4,17,51,1) 100%);
    padding-top:90px;
    padding-bottom:90px;
}

#visual-gallery .text{
    padding-top: 60px;
}

#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: var(--blue);
}

#visual-gallery h1{
    font-size: 3.5rem;
    line-height: 1.1;;
}

.slick-dots {
  position: absolute;
  bottom: -50px
}

#slider .slick-dots li {
    display: inline-block;
    height: unset;
}

#slider .slick-dots{
    top:95%;
    right:200px;
}


.btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.btn::before, .btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#accordionFaq button {
	width: 100%;
	text-align: left;
}

#accordionFaq h2 {
    margin-top: 0px;
}

#accordionFaq [data-toggle="collapse"] .fa{
    float:right;
    padding-top: 2px;
}

#accordionFaq [data-toggle="collapse"] .fa:before {   
  content: "\f068";
  color:var(--blue);;
}

#accordionFaq [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
  color:var(--blue);;
}

#accordionFaq .card{
    background-color: transparent !important;
    color:#fff;
    border:0;
}

#accordionFaq > .card .card-header {
    margin-bottom: 0px;
}

#accordionFaq .card-body {
    border: 0px;
    background-color: transparent;
    z-index: 1;
    position: relative;
    margin-top: 15px;
    padding: 0;
  }

  #accordionFaq .card-header .btn{
    color: var(--grey) !important;
    font-weight: 700;
    text-transform: none;
    padding-left: 0px !important;
  }

  #accordionFaq .card-header .btn[aria-expanded="true"] {
    background-color: transparent !important;
    color: var(--grey) !important;
    font-weight: 700;
    text-decoration: none;
  }

  #accordionFaq .card-header{
    padding:0;
  }

.wpcf7-spinner{
    display:block;
}

.slick-dots li.slick-active button::before {
    color:var(--yellow);
}

.navbar-header {
    float: none;
  }
  
  .modal-fullscreen-menu .close {
    color: white;
    opacity: 1;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 5vh;
  }
  .modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .modal-fullscreen-menu .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .modal-fullscreen-menu .list-group {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .modal-fullscreen-menu .list-group a {
    font-size: 200%;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    color: white;
    padding: 7.5vh 0;
    height: 5vh;
    font-size: 5vh;
    line-height: 0;
    font-weight: 400;
    text-transform: uppercase;
  }
    .modal-fullscreen-menu .list-group a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    }
    .modal-fullscreen-menu .list-group a:hover {
    color: #fff;
    text-decoration: underlined;
    }
    .modal-fullscreen-menu .list-group a:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    }

.modal-backdrop.in {
    opacity: 1;
 }

.jumbotron {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100vh;
    color: white;
    background-color: #333;
}

.right{
    position: absolute;
    right: 0;
    top: 7px;
}

.btn-link {
    font-weight: 400;
    color: #fff;
}

#modalNavigation{
    background-color: var(--blue);
}

.modal-dialog {
    pointer-events: initial;
}

.link{
    color:var(--yellow);
    text-decoration: underline;
    font-weight: 700;
}

.rounded{
    border-radius: 50% !important;
}

h2.big{
    font-size: 28px;
    color:#fff;
}

.game-section {
    padding: 0px;
  }
  .game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .game-section .item {
    margin: 0 15px 60px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
    border: 2px solid #fff;
  }
  .game-section .item.active {
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  }
  .game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  .game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }
  .game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.item.active{
    border:2px solid var(--yellow);
}

.owl-dots{
    display: none;
}

.background-diagonal h2, .background-diagonal .link{
    color:var(--blue);
}

.hr-40 {
    border: 0;
    height: 3px;
    max-width: 100%;
    background: var(--blue);
    background: linear-gradient(to right,  var(--blue) 40%,#fff 40%);
    top: 42px;
    position: relative;
    z-index: -1;
}

.right span.desktop{
    display: inline-block !important;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #fff;
}

.btn-big{
    width: 100%;
    font-size: 22px;
    
}

.modal-fullscreen-menu .list-group a:hover, .modal-fullscreen-menu .list-group a:active, .modal-fullscreen-menu .list-group a:focus{
    color:var(--yellow);
}

.hr-40-c {
    border: 0;
    height: 3px;
    max-width: 100%;
    background: var(--blue);
    background: linear-gradient(to right,  var(--blue) 40%,#fff 40%);
    top: 102px;
    position: relative;
    z-index: 1;
}

h2.line-title{
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.box{
    padding: 50px 30px;
    background-color: var(--yellow);
    border:5px solid #8D8D8D;
}

.forms{
    padding-left:15px !important;
    padding-right:30px !important;
}

.slick-dots li button::before {
    color:#fff
}

.background-diagonal p{
    color:#000
}

.menu-item.active a, .menu-item:hover a{
    text-decoration-line: line-through;
    text-decoration-color: var(--yellow);
    color:#fff !important;
}


#visual::before {
    position: absolute;
    background: #fff;
    height: 2px;
    content: '';
    width: 50%;
    bottom: -2px;
    right: 0;
}

@media only screen and (max-width : 1200px){
    .game-section {
        padding: 0px;
      }
      .game-section .item {
        margin: 0 12px 60px;
        width: 260px;
        height: 360px;
      }
      .game-section .item.active {
        width: 400px;
      }
      .game-section .item-desc {
        transform: translateY(calc(100% - 46px));
        -webkit-transform: translateY(calc(100% - 46px));
      }
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
        display:block;
    }

    .mobile{
        display:block;
    }

    .desktop{
        display:none;
    }

    footer .text-left{
        border-right: 0px solid #fff;
    }

    #mainNav.navbar-shrink {
      color: #fff !important;
      background-color: var(--blue);
    }

    #mainNav{
        background-color: var(--blue);
    }

    #mainNav #logo {
        height: 60px !important;
    }

    #mainNav.navbar-shrink .fa-navicon::before, #mainNav.navbar-shrink .fa-reorder::before, #mainNav.navbar-shrink .fa-bars::before {
        color: #fff;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #fff;
    }

    .game-section {
        padding: 0px 30px 40px;
      }
      .game-section .item {
        margin: 0 12px 60px;
        width: 240px;
        height: 330px;
      }
      .game-section .item.active {
        width: 360px;
      }
      .game-section .item-desc {
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
      }

      .hr-40 {
        background: linear-gradient(to right,  var(--blue) 60%,#fff 60%);
        top: 42px;

        }

        .hr-40-c {
            background: linear-gradient(to right,  var(--blue) 60%,#fff 60%);
        }

        .right span.desktop {
            display: none !important;
          }

          .forms{
            padding-left:15px !important;
            padding-right:15px !important;
        }

          .background-diagonal h2, .background-diagonal .link {
            color: #fff;
          
        }
	
		.background-diagonal{
            background: linear-gradient(45deg,var(--yellow) 60%,var(--yellow) 40%) !important;
        }
	
	 footer .text-left {
		border-right: 0px solid #fff;
		text-align: center !important;
		margin-bottom: 15px;
	  }
  
  
}
 
@media only screen and (max-width : 767px){
    .game-section {
        padding: 30px 15px 20px;
      }
      .game-section .item {
        margin: 0 10px 40px;
        width: 200px;
        height: 280px;
      }
      .game-section .item.active {
        width: 270px;
        box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      }
      .game-section .item-desc {
        padding: 0 14px 5px;
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
      }

      .hr-40 {
        background: linear-gradient(to right,  var(--blue) 100%,#fff 100%);
        top: 42px;
    }

    .hr-40-c {
        background: linear-gradient(to right,  var(--blue) 100%,#fff 100%);
    }

    h3{
        font-size: 20px;
    }

    h2{
        font-size: 30px;
    }

    .right {
        right: -45px; 
    }
	
	.btn-primary {
        padding:10px 20px !important;
        
    }
	
	.mlf-standard {
	  margin-left: var(--standard);
	  margin-right: var(--standard);
	  margin-bottom: 15px;
	}
}
 
@media only screen and (max-width : 480px){
    #mainNav #logo{
        height: 50px !important;
        margin-top: 5px;
    }
}
 
@media only screen and (max-width : 320px){
 
}
