.content-wrapper, .container{
    overflow: hidden;
}

.header {
position: fixed;
left: 0;
right: 0;
height: auto;
line-height: 66px;
background-color: #F96800;
z-index:9;
}

.top-logo img {
float: left;
}

.menu {
float: right;
padding-top:1.5em;
text-transform: uppercase;
}

.menu a {
font-size: 14px;
color:white;
width: 120px;
text-align: center;
font-weight: 400;
letter-spacing: .06em;
display:inline-block;
}

.menu a:hover {
text-decoration: none;
color:#ccc;
transition:1s;
}

#donate-realestate{
    background-color:#413EED ;
    border:1px solid white;
    color:white;
    display: inline;
    padding: 8px 10px;
}

#donate-realestate:hover{
    background-color: transparent;
    text-decoration: none;
}

.vehicle-strip {
    margin: 20px 0;
}
  
.vehicle-strip img {
    width: 14.66%;
    margin:4px;
    transition:1s;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
}


.social-media{
    padding: 1em 0;
}

.social-media .btn-custom{
    width:50px;
    height: 50px;
    font-size: 1.5em;
    margin:4px;
    color:#234E7F;
    background-color: white;
    border-radius: 40px;
    padding: .45em;
}

video{
    padding: 10px;
    background-color:white;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
}

iframe{
    width:100%;
    border:0;
}

.master-footer{
    padding:9em 0;
    text-align: center;
    background-color: #234E7F;
}

#footer-logo{
    padding:1em 0;
}

#footer-text{
    color:white;
}

@media only screen and (max-width: 992px) {


.top-logo img {
position: relative;
}

.site-pusher{
height: 100%;
}

.site-pusher {
transition-duration: 0.3s;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}

.site-content {
top: 66px;
right: 0;
left: 0;
bottom: 0;
padding-top: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

.header {
position: static;
}   

.header__icon {
position: relative;
display: block;
float: right;
width: 50px;
height: 66px;
cursor: pointer;
}

.header__icon:after {
content: '';
position: absolute;
display: block;
width: 2rem;
height: 0;
top: 3em;
left: 15px;
box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.menu {
position: absolute;
left: 0;
top: 0;
background-color: #F96800;
bottom: 0;
width: 250px;
padding-top:2em;
-webkit-transform: translateX(-250px);
transform: translateX(-250px);
}

.menu a {
display: block;
width: 100%;
height: 40px;
margin:2px 0;
text-align: center;
line-height: 40px;
}

#donate-realestate{
    background-color: transparent;
    text-align: center;
    display: inline-block;
    padding: 0;
    border: none;
    margin: 0;
}

.with--sidebar .site-pusher {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}

.with--sidebar .site-cache {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
}

.vehicle-strip img {
    width: 14%;
    margin:2px
}

}

@media only screen and (max-width: 380px) {


.top-logo img{
    width: 220px;
}


.header__icon:after {

    top:2em;
}


}