.jumbotron{
  background-color: #005c99; 
  color: #ffffff;
  padding: 100px 25px;
  font-family: 'Noto Sans';
}

#main-logo, object{
  max-width: 90%;
  max-height: 90%;
  align-content: center;
}

.container-fluid{
  padding: 60px 50px;
}
.bg-grey{
  background-color: #f6f6f6;
}
.logo {
    font-size: 200px;
    color:#005c99;
}
.logo-small{
    color: #005c99;
    font-size: 50px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.navbar{
  margin-bottom:0;
  background-color: #005c99;
  z-index: 1;
  border: 0;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: 'Noto Sans';
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-crolor: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

#contatti .glyphicon, .icon{
  font-size: 30px;
}

.info{
  font-size: 20px;
}


.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.hide{
    opacity: 0;
    left:-100%;
}
.show{
    opacity: 1;
    left:0;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

.mapouter {
  text-align:right;
  height:440px;
  width:100%;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:440px;
  width:100%;
}

.sizer{
  height:440px;
  width:100%;
}



