body,html{
    margin: 0;    
    font-family: 'Annie Use Your Telescope', cursive;
    color: #025677;
}

header.top-header{
    width: 100%;
    height: 500px;
    background: url(/templates/wpc/images/wpc-background.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 0 10%;
}

header.top-header .logo{
}

.boxes{
    margin-top: 30px;
}

.box{
    max-width: 80%;
    border-radius: 30px;
    border-width: 8px;
    border-style: solid;
}
.box1{
    border-color: #00a8eb;
}
.box2{
    border-color: #ea70a7;
}
.box3{
    border-color: #fdcb00;
}
.box4{
    border-color: #b3cb15;
}

@media only screen and (max-width: 992px){    
    header.top-header{
        width: 100%;
        height: 400px;
    }
    .box{
        border-radius: 20px;
        border-width: 6px;
    }
}

@media only screen and (max-width: 768px){    
    header.top-header{
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width: 576px){    
    header.top-header{
        width: 100%;
        height: 300px;
    }
}

@media only screen and (max-width: 340px){    
    header.top-header{
        width: 100%;
        height: 200px;
    }
}

.flag:hover, .flag.selected {
    border: 4px solid #025677;
    border-radius: 20px;
    padding: 1px;
}

.divider{
    width: 100%;
    height: 10px;
    background: #00A8EB;
    margin: 10px 0;
}


.aderente .accordion-button{
    padding: 8px 10px 5px 10px;
    color: #025677;
    font-weight: bold;
}
.aderente .accordion-body{
    padding: 0px 0px 0px 0px;
}
.aderente .accordion-body .companyname{
    font-size: 25px;
}


.description{
    font-size: 24px;
    text-align: justify;
}


#aderenteModal .companyname{
    text-transform: uppercase;
}
#aderenteModal .offer{
    text-transform: uppercase;
    color: #1c8941;
}


.gallery{
  width: 100%;
}

.gallery .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 0px;
  margin: 0 0px;
}

/* Create four equal columns that sits next to each other */
.gallery .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 990px){

    .map {
        height: 600px;
        width: 100%;
        /*pointer-events: none;*/
    }
}

@media only screen and (max-width: 990px){

    .map {
        height: 300px;
        width: 100%;
        /*pointer-events: none;*/
    }
}

.markerContent{
    text-align: center;    
}
.markerContent .offer{
    color: #1c8941;    
}

.ending{
    width: 100%;
    height: 100px;
    background: #287ea0;
    padding-top: 20px; 
}
.ending a{
    color: #fff;
    text-decoration: none;
}

/* MAPPA COMMERCIALE **/
#mappa-commerciale{
    /*height: 100vh;*/
}
/* FINE MAPPA COMMERCIALE **/