#map{
    background-color: #000 !important;
}
#gmap_canvas {
width: 100% !important;
height: 100%;
opacity: 0.3;
}

.not-found{
    background-image: url("../assets/images/error.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
}
.not-found p{
    color: #fff;
} 
.not-found a{
    color:#ffbb00 ;
    font-weight: 300;
}
.instagram .gallery .item{
    border: 2px solid #fff !important;
}
nav.navbar-sticked {
    z-index: 999 !important;
    height: 70px !important;
}
.popup-main .popup-content {
    padding: 0 !important;
}
nav .navigation .logo img{
    max-width: 100% !important;
}

.popup-main .mfp-close {
    height: 77px;
}