/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: 'Droid';
  src: URL('../fonts/DroidSerif.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: URL('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'ApexNew-Light';
  font-style: normal;
  font-weight: normal;
  src: local('ApexNew-Light'), url('ufonts.com_apexnew-light-opentype.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'ApexNew-Book';
  font-style: normal;
  font-weight: normal;
  src: local('ApexNew-Book'), url('../fonts/ufonts.com_apexnew-book-opentype.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'ApexNew-BookItalic';
  font-style: normal;
  font-weight: normal;
  src: local('ApexNew-BookItalic'), url('../fonts/ufonts.com_apexnew-bookitalic-opentype.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'ApexNew-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('ApexNew-Medium'), url('../fonts/ufonts.com_apexnew-medium-opentype.woff') format('woff');
  }
  

body {
  font-family: 'ApexNew-Book', sans-serif;
  color: #011d33;
  font-size: 16px;
  font-weight: 300;
  /*background: #98d6ff;*/
  background: #f6f6f6;
  overflow-x: hidden;
}

body.force-head{
  position: absolute;
  top: 0;
  width: 100%;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}
a:hover,
a:focus {
  color: #89C9C8;
}
a {
  color: inherit;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.subhuge a, .privacy-cookie a{
  color:#89C9C8;
}

.subhuge a:hover,
.subhuge a:focus,
.privacy-cookie a:hover,
.privacy-cookie a:focus {
  color: #012e51;
}



.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'ApexNew-Book', sans-serif;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

b{
  font-weight: normal;
  font-family: 'ApexNew-Medium';
}

.btn-common {
  border: 2px solid #89C9C8;
  background-color: #89C9C8;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
  color: #89C9C8;
  background-color: transparent;
  border: 2px solid #89C9C8;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #89C9C8;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5  {
  font-family: 'Droid', sans-serif;
  color: #012e51;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 1px;
}



h1, .h1{
  font-size: 4rem;
}

h2, .h2{
  font-size: 3.5rem;
}

h3, .h3{
  font-size: 2.5rem;
}

h4, .h4{
  font-size: 1.5rem;
}

.privacy-cookie h2, .privacy-cookie .h2{
  font-size: 2.25rem;
  padding: 1rem 0;
}

.privacy-cookie h3, .privacy-cookie .h3{
  font-size: 1.75rem;
  padding: 1rem 0;
}

.privacy-cookie h4, .privacy-cookie .h4{
  padding: 1rem 0;
}

@media (max-width: 768px){
  h2, .h2{
    font-size: 2.5rem;
  }
}

h6, .h6{
  font-size: 1.5rem;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.privacy-cookie ul li {
  list-style: square;    
  padding-bottom: 0.5rem;
}

.over-text{
  background-color: rgb(246, 246, 246, 0.75);
}


element.style {
  visibility: visible;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
}

#visual .lead{
  margin-left: 35.5%;
}

.sub-lead {
  min-height: 9rem;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover,
a.active {
  color: #89C9C8;
}

.vh-100{
  height: 100vh !important;
}

.vw-100{
  width: 100vw !important;
}

.vh-75{
  height: 75vh !important;
}

.vw-75{
  width: 75vw !important;
}
.vh-50{
  height: 50vh !important;
}

.vw-50{
  width: 50vw !important;
}

.mt-n10{
  margin-top: -5rem;
}

.mt-n5{
  margin-top: -3rem;
}

.huge{
  font-size: 15rem;
  padding: 0 2rem;
}


.ws_huge{
  font-size: 15rem;
  padding: 0;
  -webkit-transform: scale(1,0.9);
      -ms-transform: scale(1,0.9);
          transform: scale(1,0.9);
}

.bg-inoltre {
  background-color: #012e51;
}

@media (min-width: 768px) {
  .ws-border-right{
  border-right: 3px solid #b9b9b9!important;
}

.ws-border-left{
  border-left: 3px solid #b9b9b9!important;
}
}
.subhuge{
  font-size: 3rem;
  padding-left: 3.5rem;
}

.next-section{
  font-size: 3.5rem;
  padding: 2rem 0;
  display: inline-block;
  color: #60c9c8 !important;
}

.filler{
  display: inline-block;
  height: 3px;
  background-color: black;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.headbar{
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.menu-bg .logo.top{
  /*display: none !important;*/
}

.menu-bg .logo.scroll{
  /*display: inline-block !important;*/
}

.section {
  min-height: 75vh;
  padding: 80px 0;
}

@media (max-width: 768px){
  .section {
    align-items: flex-start;
    min-height: 0;
    padding: 40px 0;
  }
}

.section-fluid {
  min-height: 0;
}
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #0d3559;
  position: relative;
}
.section-header .section-title span {
  color: #89C9C8;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}
.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #89C9C8;
  left: 27px;
}
/*
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
 ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}
.logo-menu a.logo {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  max-width: 35px;
}

.logo-urban-up{
  width: 100px;
  display: inline-block;
  float: right;
}


.menu-bg {
  background-color: #fff!important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}
.menu-bg .menu-button {
  top: 5px;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #89C9C8;
}
.menu-bg .logo-menu a {
  color: #89C9C8;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.close-button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link {
  color: #0d3559;
  padding: 7px 0px;
  margin-left: 5px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover:before {
  color: #89C9C8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #89C9C8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.navbar-light .navbar-toggler {
  border-color: #333;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 10px;
}
.navbar-light .navbar-toggler i {
  color: #333!important;
}
/*=================================================================
   Footer Style
   ========================================================================== */
footer {
  background: #333;
  padding: 60px 0px 30px;
}

footer .nav-link.active{
  text-decoration: underline;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #89C9C8;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #89C9C8;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.background-index{
  background: url('../img/home/cover_3.png') no-repeat top right fixed;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-search{
  background: url('../img/ricerca/ricerca.jpg') no-repeat 50% 0;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-search-2{
  background: url('../img/ricerca/search_2.jpg') no-repeat 50% 0;
  background-size: cover;
  -o-background-size: cover;
}

.background-workshop{
  background: url('../img/workshop/workshop_1.jpg') no-repeat 50% 0;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(80, 80, 80, 0.8);
}

.background-workshop-1{
  background: url('../img/workshop_1/workshop1_cover.png') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(80, 80, 80, 0.8);
}

.background-uupp{
  background: url('../img/uupp/uupp_1.png') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
}

.background-events{
  background: url('../img/events/events-cover.png') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-bum{
  background: url('../img/events/BUM_cover.jpg') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-reurban{
  background: url('../img/reurban/cover.jpg') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}


.background-workshop2{
  background: url('../img/workshop2/cover.jpg') no-repeat 50% 0 ;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-event-1{
  background: url('../img/events/drive_in.png') no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}



.background-areas{
  background: url('../img/areas/milano.png') no-repeat top left;
  background-size: cover;
  -o-background-size: cover;
  background-blend-mode: multiply;
  background-color: #dbdbdb;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-areas-missaglia{
  background: url('../img/areas/milano_missaglia.png') no-repeat top left;
  background-size: cover;
  -o-background-size: cover;
  background-blend-mode: multiply;
  background-color: #dbdbdb;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}
.background-areas-senigallia{
  background: url('../img/areas/milano_senigallia.png') no-repeat top left;
  background-size: cover;
  -o-background-size: cover;
  background-blend-mode: multiply;
  background-color: #dbdbdb;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}
.background-areas-stephenson{
  background: url('../img/areas/milano_stephenson.png') no-repeat top left;
  background-size: cover;
  -o-background-size: cover;
  background-blend-mode: multiply;
  background-color: #dbdbdb;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}
.background-area-2{
  background: url('../img/areas/step.png') no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}

.background-area-3{
  background: url('../img/areas/DSCF2072.png') no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 0px 0px 2px rgba(206,206,206,0.8);
}
.relative{
  position: relative;
}

.vid-gif.position-absolute{
  cursor: pointer;
    z-index: 5;
    top: 33%;
    left: 40%;
    width: 13.5%;
}

/* playbut */
.circle {
  stroke: #89C9C8;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}

.playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
}

.playBut.play-small{
  
  z-index: 10;
  top: 34%;
  left: 43.5%;
  width: 6.5%;
}


.playBut.play-big{
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translateX(-50%) translateY(-50%);
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  opacity:0.25;
  stroke: #f6f6f6;
  transform: translateY(0);
  animation: nudge 3s ease-in-out infinite;
}
.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #89C9C8;
  animation: none;
}
@keyframes nudge {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}

.owl-carousel.cf .owl-nav{
  position: absolute;
  top: 50%;
  width: 110%;
  font-size: 3rem;
  transform: translateY(-50%) translateX(-5%);
  display: flex;
  justify-content: space-between;

}

.cs-container{
  max-height: 30rem;
  overflow: auto;
}

.cs-container p{
  position: relative;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

/*.cs-container p:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : -10px;
  height  : 1px;
  width   : 30%;  
  border-bottom:1px solid #012e51;
} */