.home-cta {
    /*background-image: url("http://cdn.wonderfulengineering.com/wp-content/uploads/2014/03/high-resolution-wallpapers-25.jpg") !important;    /*For third-party websites*/
    background-image: url("Images/0Home/IMG_9556.jpg") !important; /*For internal images folder*/
}

div#help_links > ul {
    display: none; /*To hide the top links on "plan my trip" and "Track my bus" pages*/
}

.DashboardRight {
    float: right;
}

.DashboardLeft {
    float: left;
}

.bullets li {
    list-style-type: disc;
    margin-top: 10px;
    margin-left: 15px;
}



ul.ada-links.clearfix {
    display: none; /*To hide the ribbon for print etc. right under the left hand menu*/
}

.demo-container {
    float: none !important;
}


@media (min-width: 700px) {
    ul#accordion-1 li {
        display: block !important;
    }
}

@media (max-width: 420px) {
    #planatrip, #routeList {
	    transition: all 2.5s ease-in-out 0s;
	}
}







