/*h2,h3,h4,h5 {
    font-family:TransportD-Bol;
    letter-spacing: 3px;
}*/

/*.container p {
    font-family:TransportD-Bol;
    letter-spacing: 3px;
    line-height: 28px;
    font-size: 24px;
}*/

.transport {
    font-family:TransportD-Bol;
    letter-spacing: 3px;
    line-height: 28px;
}

.transport-menu {
    font-family:TransportD-Med;
    letter-spacing: 3px;
}


.transport-text {
    font-family:TransportD-Bol;
    letter-spacing: 3px;
    line-height: 28px;
    font-size: 20px;    
}

.transport-text-2 {
    font-family:TransportD-Bol;
    letter-spacing: 3px;
    line-height: 28px;
    font-size: 24px;       
}

	
#footer-container {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
    background-color: #383838;
    color: #fff;
}

.rev_slider_wrapper {
    max-height: 518px;
}

#mobile-logo {
    display: none;
}

#mobile-start {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rev_slider_wrapper {
        max-height: 400px;
    }   
}

@media only screen and (max-width: 767px) {
    #logo img {
        display: none;
    }
    
    #mobile-logo {
        display: inline;
        text-align: center;
    }
    
   #mobile-start {
        display: inline;
        text-align: center;
    }
    
    .headline {
        margin-top: 50px;
    }
}