﻿/* Large desktops and laptops */
@media (min-width: 1201px) {
    .buspooling {
        background-attachment: scroll !important;
    }

    .ST {
        letter-spacing: -1px;
    }

    #stwerun {
        width: 550px !important;
        margin-left: -51px;
    }
}

@media (max-width: 1200px) {
    .buspooling {
        background-attachment: scroll !important;
    }

    .ST {
        letter-spacing: -1px;
    }

    #stwerun {
        /*width: 390px !important;*/
        width: 479px !important;
        margin-left: -44px;
    }

    .carousel > .noTransition, .carousel > .banner-buttons > .noTransition {
        -webkit-backface-visibility: hidden;
    }
}

@media (max-width: 1200px) and (min-width: 960px) {
    .form-group {
        width: 380px !important;
        padding: 20px !important;
        border-radius: 5px;
    }

    .input-group, .input-group .form-control:first-child {
        border-radius: 5px;
    }


    #from, #to {
        width: 100% !important; /*78*/
    }

    #to {
        border-radius: 5px;
    }

    #aboutus-content {
        top: 30% !important;
        padding-right: 120px !important;
    }

    #aboutus { 
       top: 16.5% !important; 
    }

    .banner-buttons {
        top: 25% !important; 
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 44px !important; /*46*/
        width: 128px !important; /*150*/
    }

    .buttons {
        /*padding-top: 16px !important;*/
    }

    .ST {
        font-size: 46px !important; /*50*/
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 21px !important; /*20*/
        margin-top: -15px !important;
    }

    .newscaption:hover > .caption {
        height: 200px !important;
    }

    #news > p {
        margin-top: -25px !important;
    }

    #news > h1 {
        padding-top: 30px !important;
    }

    .bignews {
        padding-top: 8px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #howitworks-3 {
        padding-top: 60px;
    }
}

@media (max-width: 1028px) {
    #aboutus-content {
        top: 30% !important;
        padding-right: 150px !important;
    }

    #aboutus { 
       top: 16.5% !important; 
    }

    .buspooling {
        background-attachment: scroll !important;
        background-size: inherit !important;
    }
}

@media (max-width: 991px) {
    .buspooling {
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    #accordion {
        padding-left: 30px;
    }

    .ST, .STbuspooling {
        text-align:center;
    }

    .banner-buttons {
        /*top: 20% !important;
        left: 22% !important;*/
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 55px !important;
        width: 195px !important;
        float: none !important;
    }

    .form-group {
        width: 435px !important; /*335*/
        padding: 15px 20px !important;
    }

    #searchForm {
  	    /*top: 58% !important;
        left: 30% !important;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px !important;
    }

    #go {
        width: 70px !important;
        margin-top: 0px !important;
    }

    #from, #to {
        width: 100% !important;
        height: 40px !important;
    }

    .banner-buttons {
        margin-top: 0px !important; /*30px*/
        padding-top: 15px;
    }

    .banner {
        height: 320px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #divhand {
        /*width: 60% !important;*/
        /*height:615px !important;*/
        /*margin-left: 60px !important;*/
        width: 55% !important;
        height: 429px !important; /*400*/
    }

    #bannerbg {
        /*height: 967px !important;*/
    }

    .buttons {
        padding-left: 520px !important;
    }

    .staticelements {
        background-color: whitesmoke;
        opacity: 0.9;
        padding-bottom: 15px; /*2px*/
    }

    #stwerun {
        /*width: 390px !important;
        margin-left: 290px;*/
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 960px) and (min-width: 865px) {
    #go {
        height: 38px !important;
        margin-left: 15px !important;
        padding: 5px 12px !important;
    }

    #aboutus-content {
        padding-right: 200px !important;
    }

    .banner-buttons {
        /*left: 21% !important;*/
    }

    .buttons {
        padding-top: 16px !important;
    }

    .ST {
        font-size: 46px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 22px !important;
        margin-top: -15px !important;
    }
}

@media (max-width: 866px) and (min-width: 769px) {
    #searchForm {
        /*left: 25% !important;*/
    }

    .banner-buttons {
        /*left: 16% !important;*/
    }

    .buttons {
        padding-top: 5px !important;
        padding-left: 500px !important;
    }

    .ST {
        font-size: 46px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 22px !important;
        margin-top: -15px !important;
    }

    #divhand {
        width: 58% !important;
        /*height:685px !important;*/
        margin-left: 0px !important;
    }
}

/* Landscape phones and portrait tablets (max 768px) */
@media (max-width: 768px) {
    /* Bus pooling */
    #buspooling {
        height: 450px !important;
    }   

    #bus-pooling { 
       font-size: 28px;
       position: absolute; 
       top: 100px !important;
       left: 0% !important;
    }

    #bus-pooling-content { 
       font-size: 20px !important;
       left: 6% !important; 
       line-height: 34px !important;
       top: 220px !important;
    }

    .form-group {
        width: 435px !important; /*335*/
        padding: 15px 20px !important;
    }

    #searchForm {
  	    top: 58% !important;
        /*left: 26% !important;*/
    }

    #from, #to {
        width: 100% !important; /*75*/
        height: 40px !important; /**/
    }

    #aboutus-content {
        padding-right: 180px !important;
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 50px !important; /*35*/
        width: 175px !important; /*112*/
    }

    .banner-buttons {
        top: 20% !important; 
        /*left: 14% !important;*/
    }

    .buttons {
        padding-top: 40px !important; /*16*/
        padding-left: 433px !important;
    }

    .ST {
        font-size: 46px !important; /*35*/
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 21px !important; /*15*/
        margin-top: -15px !important;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        left: 40% !important;
    }

    #divhand {
        margin-left: 40px !important;
    }

    #bannerbg {
        margin: 0;
        background-size: cover;
        background: url(/Content/Images/Banner/homebanner2.png) no-repeat center center;
        transition: 3s;
    }

    #stwerun {
        /*width: 390px !important;
        margin-left: 190px;*/
        margin: 0 auto;
        display: block;
    }

    .newsflash {
        margin-right: -15px !important;
    }
}

@media (max-width: 767px) and (min-width: 650px) {
    #searchForm {
  	    /*top: 63% !important;*/
        /*left: 22% !important;*/
        margin-top: 0px !important;
    }

    #from, #to {
        width: 100% !important; /*72*/
    }

    .banner-buttons {
        top: 18% !important;
        /*left: 16% !important;*/ /*19*/
    }

    .buttons {
        padding-top: 16px !important; /*5*/
    }

    .ST {
        font-size: 46px !important;
		letter-spacing: -1px;
    }

    .btn-appstore {
        /*margin-left: 50px;*/
    }

    .btn-appstore, .btn-playstore {
        display: inline-block;
    }

    .btn-web {
        display: block;
        /*margin-left:148px;*/
    }

    #divhand {
        width: 55% !important;
        height: 349px !important; /*319*/
        margin-left: 0px !important;
    }

    #bannerbg {
        height: 700px !important;
    }

    .banner {
        height: 350px !important;
    }
}

@media (max-width: 649px) and (min-width: 532px) {
    #aboutus-content {
        padding-right: 150px !important;
    }

    .buttons {
        padding-top: 10px !important;
        padding-left: 340px !important;
    }

    .btn-appstore, .btn-playstore {
        display: inline-block;
    }

    .btn-web {
        display: block;
    }    

    .ST {
        font-size: 44px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 22px !important;
    }

    #divhand {
        /*width: 85% !important;*/
        height: 249px !important; /*220*/
        margin-left: 0px !important;
    }

    #bannerbg {
        height: 600px !important;
    }

    #searchForm {
        /*margin-top: 10px !important;*/
    }

    .banner {
        height: 350px !important;
    }

    #stwerun {
        width: 340px !important;
        /*margin-left: 65px;*/
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 531px) and (min-width: 490px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner > .active {   
        /*height: 310px !important;*/
    }

    #searchForm { 
        margin-top: 0px !important;
    }

    #from, #to {
        width: 100% !important; /*67*/
    }

    #go {
        height: 32px !important;
        margin-left: 8px !important;
        padding: 5px 12px !important;
        width: 65px !important;
    }

    #aboutus-content {
        padding-right: 120px !important;
    }

    .buttons {
        padding-top: 0px !important;
        padding-left: 308px !important;
    }

    .btn-appstore, .btn-playstore {
        display: inline-block;
    }

    .btn-web {
        display: block;
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 45px !important; /*35*/
        width: 165px !important; /*112*/
    }

    .ST {
        font-size: 40px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 18px !important;
        margin-top: -10px !important;
    }

    #divhand {
        width: 60% !important;
        height: 189px  !important; /*160*/
        margin-left: 0px !important;
    }

    #bannerbg {
        height: 540px !important;
    }

    .banner {
        height: 350px !important;
    }

    #stwerun {
        width: 320px !important;
        /*margin-left: 65px;*/
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 489px) and (min-width: 415px) {
    .form-group {
        width: 380px !important;
        /*padding: 6px !important;*/
    }

    #searchForm {
  	    margin-top: 0px !important;
    }

    #from, #to {
        width: 100% !important; /*66*/
        height: 35px !important;
    }

    #go {
        height: 30px !important;
        margin-left: 8px !important;
        padding: 5px 12px !important;
        width: 50px !important;
    }

    #bus-pooling {
        top: 70px !important;
    }

    #bus-pooling-content {
        top: 170px !important;
        padding-right: 60px !important;
    }

    #aboutus {
        top: 10% !important;
    }

    #aboutus-content {
        top: 22% !important;
        padding-right: 100px !important;
    }

    #news > h1 {
        padding-top: 35px !important;
        padding-left: 25px !important;
    }

    #news > p {
        padding-top: 15px !important;
        padding-left: 25px !important;
    }

    .ST {
        font-size: 36px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 18px !important;
    }

    .buttons {
        padding-top: 0px !important;
        padding-left: 260px !important;
    }

    .banner-buttons {
        margin-top: 0px !important; /*30*/
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 40px !important; 
        width: 142px !important; 
    }

    .btn-web, .btn-appstore, .btn-playstore {
        /*display: block;*/
        /*margin-left:80px;*/
        /*margin-bottom: 20px;*/
    }

    #divhand {
        height: 145px !important; /*115*/
        margin-left: 0px !important;
    }

    #bannerbg {
        height: 465px !important;
    }

    #stwerun {
        width: 280px !important;
        /*margin-left: 65px;*/
        margin: 0 auto;
        display: block;
    }
}

/* Portrait phones and smaller */
@media (max-width: 414px) {
    ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        margin: 5px !important;
    }

    .form-group {
        width: 99% !important; /*180px*/
        /*padding: 6px !important;*/
    }

    #searchForm {
	    /*position: absolute;*/
  	    /*top: 50% !important;*/
        /*left: 44% !important;*/
        margin-top: 0px !important;
    }

    #from, #to {
        width: 100% !important; /*66*/
        height: 32px !important;
    }

    #go {
        /*height: 30px !important;
        margin-left: 8px !important;
        padding: 5px 12px !important;
        width: 50px !important;*/
    }

    .buspooling {
        height: 250px !important;
        background-attachment: scroll !important;
    }

    #buspooling {
        height: 330px !important;
    }

    #bus-pooling { 
       font-size: 20px !important;
       top: 15px !important;
       left: 0px !important; 
       width: 100%; 
    }

    #bus-pooling-content { 
       font-size: 15px !important;
       top: 80px !important;
       left: 36px !important; 
       line-height: 22px !important;
       padding-right: 70px !important;
    }

    #aboutus { 
       top: 12% !important; 
       left: 13% !important;
    }

    #aboutus-content { 
       top: 30% !important; 
       left: 12% !important;
       font-size: 16px !important;
       line-height: 22px !important;
       padding-right: 60px !important;
    }

    #news > h1 {
        padding-top: 35px !important;
        padding-left: 25px !important;
    }

    #news > p {
        padding-top: 15px !important;
        padding-left: 25px !important;
    }

    .ST {
        font-size: 32px !important;
		letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 15px !important;
    }

    .buttons {
        padding-top: 20px !important;
        padding-left: 240px !important;
    }

    .banner-buttons {
        /*top: 14% !important; 
        left: 44% !important;*/
        margin-top: 0px !important; /*50*/
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        /*height: 28px !important;
        padding-right: 2px !important;
        width: 62px !important;*/
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 40px !important; 
        width: 135px !important; 
    }

    .btn-appstore {
        /*margin-left: 35px !important;*/
    }

    .btn-web {
        /*margin-left: 110px !important;*/
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner > .active {   
        /*height: 250px !important;*/
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        left: 30% !important;
    }

    #howitworks-1, #howitworks-2, #howitworks-3 {
        height: 220px !important;
    }

    #bannerbg {
        height: 456px !important; /*627*/
    }

    #divhand {
        height: 175px !important; /*125*/
        margin-left: 0px !important;
        width: 60% !important; /*90*/
    }

    .banner {
        height: 280px !important; /*280*/
    }

    #stwerun {
        /*width: 250px !important;
        margin-left: 85px;*/
        margin: 0 auto;
        display: block;
        width: 270px !important;
        padding-bottom: 2px !important;
    }
}

@media (max-width: 388px) {
    .buttons {
        padding-left: 218px !important; /*210*/
        margin-top: -120px !important;
    }

    #bannerbg {
        height: 416px !important;
    }

    #divhand {
        height: 135px !important;
    }

    #stwerun {
        width: 270px !important;
        /*margin-left: 65px;*/
        margin: 0 auto;
        display: block;
        padding-bottom: 2px !important;
    }
}

/*@media (max-width: 389px) and (min-width: 356px)
{
    #stwerun {
        width: 250px !important;
        margin-left: 55px;
    }
}*/

/* ----------- iPhone 5 and 5S (320) ----------- */
/* Portrait and Landscape */
@media only screen and (max-device-width: 355px) and (-webkit-min-device-pixel-ratio: 2) {
    #bus-pooling {
        font-size: 22px;
        /*left: 25% !important;*/
    }

    #bus-pooling-content {
        font-size: 14px !important;
        /*left: 17% !important;*/
        line-height: 20px !important;
        left: 25px !important;
        padding-right: 50px !important;
    }

    #aboutus {
        top: 15% !important;
        left: 10% !important;
    }

    #aboutus-content {
        font-size: 15px !important;
        line-height: 20px !important;
        padding-right: 80px;
    }

    #aboutus > span {
        padding: 7px !important;
    }

    #news > h1 {
        padding-left: 23px !important;
    }

    #news > p {
        padding-left: 23px !important;
    }

    .form-group {
        /*width: 150px !important;
        padding: 6px !important;*/
    }

    #searchForm {
        /*position: absolute;
  	    top: 52% !important;*/
        /*left: 44% !important;*/
        /*margin-top: 20px !important;*/
    }

    #from, #to {
        width: 100% !important; /*66*/
        height: 30px !important;
    }

    .input-group-sm > .form-control {
        height: 20px;
    }

    #go {
        /*height: 22px !important;
        margin-left: 7px !important;
        padding: 0px 2px !important;
        width: 40px !important;*/
    }

    #st {
        font-size: 30px;
    }

    .ST {
        font-size: 28px !important;
        letter-spacing: -1px;
    }

    .STbuspooling {
        font-size: 13px !important;
    }

    .buttons {
        padding-top: 20px !important;
        padding-left: 175px !important;
    }

    .banner-buttons {
        /*top: 14% !important; 
        left: 44% !important;*/
        margin-top: 0px !important; /*30*/
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 29px !important;
        padding-right: 2px !important;
        width: 55px !important;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner > .active {
        height: 220px !important;
    }

    #bannerbg {
        height: 400px !important;
    }

    .btn-appstore > img, .btn-playstore > img, .btn-web > img {
        height: 34px !important;
        width: 110px !important;
    }

    .form-group {
        padding: 10px !important;
    }

    .banner {
        height: 240px !important;
    }

    #divhand {
        height: 110px !important; /*80*/
        margin-left: 0px !important;
        width: 55% !important;
    }

    #bannerbg {
        height: 351px !important;
    }
}

.howitworks {
    padding-bottom: 20px;
}

p {
    font-weight: 200;
    /*font-size: 14px;*/
}

h1 {
    letter-spacing: -1px;
    font-size: 30px;
}

h3 {
    font-size: 21px;
}

/* Banner */
#myCarousel {
    margin-bottom: 10px;
    overflow: hidden;
    width:100%;
}

.carousel { 
    z-index: 1; 
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner > .active {
    display: block;
    position: relative;
    /*max-height: 750px;*/
    max-width: 100%;
    line-height: 1;
    width: 100%;
    /*-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;*/
}

.carousel .item {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    /*-webkit-perspective: 1000;*/
}

.carousel > .noTransition, .carousel > .banner-buttons > .noTransition {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    -webkit-backface-visibility: hidden;
}

.carousel .one {
    background: url(/Content/images/banner/homebanner.png);
    background-size: cover;
}
.carousel .two {
    background: url(/Content/Images/banner/homebanner2.png);
    background-size: cover;
}
.carousel .three {
    background: url(/Content/Images/banner/homebanner.png);
    background-size: cover;
}

.carousel .four {
    background: url(/Content/Images/banner/homebanner2.png);
    background-size: cover;
}

.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

.carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px; 
    height: 12px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: white;
    border-color: black; /* lightgray */
    /*box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);*/    
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 10px;
    background-color: #44b778;
}

#bannerbg {
    margin: 0;
    background-size: cover;
    background: url(/Content/Images/Banner/business-meeting-.png) no-repeat center center;
    transition: 3s;    
}
.buttons > a {
    text-decoration: none;
}

.banner-buttons {
    /*position: absolute;*/ 
    /*top: 25%;*/ 
    /*left: 50%;*/
    margin-top: 180px; /*160px;*/
}

.buttons {
    /*padding-top: 20px;*/
}

.buttons > img {
    padding-right: 2px;
}

.form-group {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 5px;
}

#searchForm {
	/*position: absolute;*/
  	/*top: 58%;*/
    /*left: 50%;*/
    /*right:auto; 
    bottom:auto;*/
    width: 435px;
    margin-top: 80px;
}

#from, #to {
    width: 100%; /*45*/
    border-radius: 5px;
}

#to {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#go {
    color: white;
    background-color: #44b778;
    border-color: white;
    height: 43px;
    width: 70px; /*60*/
    margin-left: 10px;
    text-align: center;
    padding: 10px 12px;
}

#go:hover {
    color: #44b778;
    background-color: white;
    border-color: #44b778;
    height: 43px;
}

/* Bus pooling */
#buspooling {
    width: 100%; 
    display: block;
}

.buspooling {
    background-color: white;
    background-image: url('/Content/images/Bus Pooling/buspooling-.png');
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 500px; /*600*/
    padding: 0;
    background-attachment: fixed;
    background-size: cover; /*cover*/
    z-index: -1;
}

.buspooling > .item > img {
    position: relative;
    height: 100%;
}

#bus-pooling { 
   text-align: center;
   position: absolute; 
   top: 150px; 
   left: 0%; 
   width: 100%; 
   font-size: 34px;
   font-weight: bold;
}

#bus-pooling > span, #bus-pooling-content > span { 
   color: white; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   /*background: rgba(0, 0, 0, 0.7);*/
   background-color: transparent;
   padding: 10px 20px 10px 20px; 
   border: 5px solid white;

}

#bus-pooling-content { 
   text-align: center;
   font-size: 17px;
   position: absolute; 
   top: 250px; 
   left: 3.5%; 
   width: 100%; 
   line-height: 34px;
   padding-right: 80px;
   color: white; 
}

/* Riding with sharetransport */
#riding {
    /*margin-top: -10px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*padding-bottom: 10px;*/
    text-align: justify;
}

.panel-default > .panel-heading {
    color: #44b778;
    background-color: transparent;
}

#accordion {
    padding-right: 30px;
}

/* About Us */
#aboutus { 
   position: absolute; 
   top: 21.5%; 
   left: 15%; 
   width: 100%; 
   transform: translate(-4%, 10%);
}

#aboutus > span { 
   color: black; 
   letter-spacing: -1px;  
   /*background: rgb(0, 0, 0); /* fallback color 
   background: rgba(0, 0, 0, 0.7);*/
   /*padding: 10px;*/ 
}

#aboutus-content { 
   font-size: 17px;
   position: absolute; 
   top: 37%; 
   left: 15%; 
   width: 100%; 
   line-height: 30px;
   transform: translate(-4%, 10%);
   padding-right: 140px;
   text-align: justify;
}

#learnmore {
    color: #44b778;
    background-color: transparent;
    border-color: #44b778;
}

#learnmore:hover {
    color: white;
    background-color: #44b778;
    border-color: #44b778;
}

/* News flash */
.newsflash {
    margin-right: auto;
}

#explore {
    color: white;
    background-color: #44b778;
    border-color: white;
}

#explore:hover {
    color: #44b778;
    background-color: white;
    border-color: #44b778;
}

#news {
    width: 100%;
    display: block;
    margin: auto;
    background-color: #44b778;
}

#news > h1 {
    color: white;
    padding-top: 50px;
    padding-left: 80px;
}

#news > p {
    color: white;
    padding-top: 10px;
    padding-left: 80px;
}

#news > span { 
   color: black; 
   /*font: bold 24px/45px Helvetica, Sans-Serif;*/ 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

.newscaption {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: left;    
    background: rgba(0, 0, 0, 0.7);
    transition: height 0.7s ease-out;  
    color: white; 
    padding: 8px 8px 70px 8px;

}

.newscaption:hover > .caption {
    height: 180px;
}

#newslearnmore {
    color: #44b778;
    background-color: transparent;
    border-color: #44b778;
}

#newslearnmore:hover {
    color: white;
    background-color: #44b778;
    border-color: #44b778;
}

.btn-appstore > img, .btn-playstore > img, .btn-web > img {
    cursor: pointer;
    display: inline-block;
    float: left;
}

#greenHeader .numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 10px;
    height: 10px;
    padding: 5px;
    background: #fff;
    border: 2px solid #44b778;
    color: #44b778;
    text-align: center;
    font: 10px Arial, sans-serif;
}

.ST {
    letter-spacing: -1px;
}

.STbuspooling {
    letter-spacing: -0.5px;
}

.bignews {
    padding-top: 10px;
}

.modal-open, .modal-open .navbar-fixed-top {
    margin-right: 0 !important;
}

.modal-open {
    overflow: auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
