body {
    background:url(/assets/stride/img/sand.jpg)
}
.toplogobrand{
    max-height:100px;
}
.scrolled .toplogobrand{
    max-height:40px;
}
.bg-cover{
    background-position:right
}
.collapse.navbar-collapse {
    background:rgba(255,255,255, 0.5)
}
.modalhide  {
    display:none;
}
.wauto {
    position:relative;
}

.gallery-title{
    position:absolute;
    background:rgba(255,255,255, 0.7);
    left:0; 
    right:0;
    bottom:30px;
    padding:5px 15px;
    font-size:1.8rem;
    color:#000;
}

.maphold{
    position:relative
}
.maphold .container{
    background:rgba(255,255,255,0.9);
    position:absolute;
    right:40px;
    width:auto;
    left:60%;
    top:0;
    bottom:0;
    padding:30px 15px;
}
.cnholdrow{
    position:relative;
    margin-bottom:20px;
    padding:0 0 0 30px;
}

.cnholdrow .fa{
    position:absolute;
    left:5px; top:2px;
    color:#fd7e14
}

@media screen and (max-width: 768px) {
    .maphold .container{
    background:rgba(255,255,255,0.9);
    position:relative;
    right:0px;
    width:auto;
    left:0%;
    top:0;
    bottom:0;
    padding:30px 15px;
}
    .toppytop{
        
        background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 85%, rgba(255,255,255,0) 100%);
        position:relative;
        left:-40px;
        top:50px;
        padding:15px 0 15px 50px;
    }
    .toppytop h1{
        font-size:28px;
    }
     .toppytop .lead{
         font-size:14px;
     }
}