.angular-google-map-container { height: 400px; }
.maps:hover { opacity: 0.7 }
.mta:hover { background-color: white !important }
.nyt:hover { background-color: white !important }

*{
    font-family: 'Roboto';
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    cursor: none !important;
}

img{
    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}


.gm-style-iw + div {
    /*display: none;*/
}


.info-window-content{
    font-size: 15px;
    text-align: center;
    margin-left: 20px;
}

html,
body,
#main-wrapper{
    width: 100%;
    height: 100%;
}

.active-rows {
    opacity: 1;
}

.active-rows.ng-hide {
    opacity: 0;
}

.active-rows.ng-hide-add,
.active-rows.ng-hide-remove {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

/* Background Section */
.background{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.background-image {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
}

/* Idle Band Section */
#idle_band{
    height: 20%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-transform: translate(0px, 50%);
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transform: translate(0px, 50%);
    -moz-transition: -webkit-transform 0.8s ease;
    transform: translate(0px, 50%);
    transition: -webkit-transform 0.8s ease;

    background-color: rgba(0, 0, 0, 0.40);
}

#idle_band.inactive{
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}
#idle_logo1{
    margin-top: 20px;
    margin-bottom: 21px;
    margin-left: 38px;
    height: 25%;
    width: 17%;
    display: block;
}
#idle_logo2{
    margin-top: 8px;
    margin-left: 35px;
    height: 43%;
    display: block;
}
#idle_logo3{
    margin-top: 35px;
    margin-left: 35px;
    height: 65%;
    display: block;
    float:left;
}
#idle_content{
    float: left;
    font-size: 40px;
    color: white;
    line-height: 200px;
    margin-left: 80px;
    font-weight: 300;
}

#idle_content span.quotes{
    font-size: 50px;
}

.idle-subway-route{
    float:left;
    height: 84px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 80px;

}
.idle-subway-content{
    float: left;
    width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.idle-subway-top{
    font-size: 40px;
    color: white;
    margin-top: 40px;
    line-height: 50px;
    margin-left: 30px;
    font-weight: 500;
}
.idle-subway-bottom{
    font-size: 40px;
    color: white;
    line-height: 50px;
    margin-left: 30px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.idle-subway-center{
    font-size: 40px;
    color: white;
    margin-top: 80px;
    line-height: 50px;
    margin-left: 30px;
    font-weight: 500;
}
.idle-subway-bigger{
    font-size: 50px;
    font-weight: 500;
}

.idle-grid-image{
    float: left;
    height: 540px;
    width: 480px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}



/* Active Section */
#active-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px;
    display: none;
}

/* Top Bar */
.top-bar{
    height: 55px;
    width: 100%;
    padding: 5px;
    padding-right: 14px;
    padding-left: 8px;
}
.top-bar #active_logo{
    height: 100%;
}
#clock{
    float: right;
    font-size: 60px;
    color: white;
}

/* Navigation Bar */
.nav-bar{
    padding: 5px;
    margin-top: 5px;
    height: 90px;
}
.nav-bar .nav-icon-section{
    float: left;
    margin-right: 7px;
    padding: 5px;
    /*margin-right: .5%;*/
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width: 80px;
}
.nav-bar .nav-icon{
    height: 55px;
    width: 55px;
    border-radius: 6px;
}
.nav-bar .nav-icon-section.active .nav-icon{
    box-shadow: 4px 4px 5px #9C9C9C;
}
.nav-bar .nav-icon-text{
    font-size: 9px;
    text-align: center;
    width: 100%;
    margin-top: 7px;
    color: white;
}
.nav-bar .nav-big-text-wrapper{
    margin-left: 30px;
    float: left;
    color: white;
}
.nav-bar .nav-big-text{
    font-size: 25px;
}

/* Active Section */
.active-section{
    width: 100%;
    overflow: hidden;
}

.active-rows{
    height: 100%;
    -webkit-transition: -webkit-transform 0.8s ease;
}
.active-row{
}

.iso_wrapper{

}

.row-1{
    height: 55%;
}
.row-2{
    height: 45%;
}
.row-3{
    height: 45%;
}
.row-4{
    height: 55%;
}
/* Blocks Sections */
.block{
    float: left;
    padding: 10px;
    width: 200px;
    height: 200px;
}
.block.selected{
    width: 400px;
    height: 400px;
}

.block-weather{
}
.block-stocks{

}
.block-article{

}



/* Weather */
.block-weather{
    font-size: 10px;
    color: white;
    overflow: hidden;
}
.weather-main{
    width: 100%;
    height: 216px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    font-size: 34px;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: 400;
    padding-top: 165px;
}
.weather-main div{
    font-weight: 300;
    float: left;
}
.weather-main div:last-child{
    float: right;
}
.white-divider{
    width: 96%;
    height: 1px;
    background-color: white;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 2%;
    margin-left: 2%;
}
.weather-col{
    float: left;
    text-align: center;
    width: 20%;
    font-size: 13px;
    font-weight: 400;
}
.weather-col div{
    font-weight: 400;
    font-size: 13px;
}
.w-icon{
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    margin: 5px;
    outline: none;
    background-size: 420px 600px;
    overflow: hidden;
    text-indent: -999px;
    white-space: nowrap;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    background-image: url(//s3.amazonaws.com/avastatic/assets/weather_icons.png);
}
.w-icon-1{ background-position: -76px -25px }
.w-icon-2{ background-position: -76px -95px }
.w-icon-3{ background-position: -76px -165px}
.w-icon-4{ background-position: -5px -310px }
.w-icon-5{ background-position: -293px -165px }
.w-icon-6{ background-position: -365px -165px }
.w-icon-7{ background-position: -221px -165px }
.w-icon-8{ background-position: -293px -237px }
.w-icon-9{ background-position: -5px -165px }


.weather-credit{
    width: 100%;
    text-align: right;
    padding-right: 22px;
    font-size: 20px;
}
.weather-title{
    width: 100%;
    text-align: left;
    font-weight: 300;
    padding-left: 22px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}





.shared-row{
    height: 100%;
    float: left;
}
.down-arrow{
    color: white;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

/* Article */
.article-wrapper{
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.article-logo{
    height: 38px;
    width: auto;
    margin-bottom: 8px;
    display: inline;
}
.article-image{
    width: 100%;
    height: 240px;
    margin-right: 5px;
}
.article-title{
    font-size: 22px;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 4px;
    max-height: 65px;
    overflow: hidden;
}
.article-abstract{
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
}
.content .article-by_line{
    font-size: 20px;
    font-weight: 500;

}
.content .article-published{
    font-size: 16px;
    font-weight: 500;

}
.content .article-summary{
    font-size: 18px;
    font-weight: 500;
    color: #666;

}


/* Stocks */

.stocks-table{
    font-size: 13px;
    width: 100%;
    font-weight: 300;
}
.stocks-table tr{
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    height: 40px;
}
.stocks-table tr:first-child{
    height: 30px;
}
.stocks-table tr td:not(:first-child){
    padding-left: 5px;
}
.stocks-table td,
.stocks-table td span,
.stocks-table th{
    font-weight: 300;
}
.stocks-table .green{
    color: green;
}
.stocks-table .red{
    color: red;
}

.isotope {
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item {
  float: left;
}
.x1{
  width: 500px;
  height: 410px;
}
.x2{
  width: 550px;
  height: 410px;
}
.x3{
  width: 750px;
  height: 410px;
}


.item:hover {
  cursor: pointer;
}

.item.gigante {
    width: 700px;
    height: 750px;
}
.item .content{
    display: none;
}

.item.gigante .content{
    display: block;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
          transition-duration: 1.5s;

}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


/**** Subway ****/

#map-canvas,
#subway-tables{
    float: left;
    width: 45%!important;
    height: 100%!important;
    border-radius: 15px!important;
}
#map-canvas{
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 25px!important;
    position: relative;
}

#map-canvas > div > div > div > div > div{
    bottom: 20px!important;
}

#subway-tables{
    margin-top: 20px;
    margin-left: 20px;
    width: 40%;
}

.subway-table-section{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0px 20px 10px 20px;
    color: white;
}
.subway-table-scrollable{
    overflow: hidden;
    width: 100%;
}
.subway-table-header{
    text-align: center;
    padding-bottom: 10px;
}
.subway-table-header .header{
    font-size: 23px;
    font-weight: 600;
    padding-top: 10px;
}
.subway-table-header .subway-header{
    width: 100%;
    height: 75px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.subway-table-header .manhattan-header{
    background-image: url("//s3.amazonaws.com/avastatic/assets/weather.jpg")
}
.subway-table-header .brooklyn-header{
    background-image: url("//s3.amazonaws.com/avastatic/assets/subway-brooklyn.jpg")
}
.subway-table-row{
    width: 100%;
    height: 66px;
    border-bottom: solid 1px white;
    font-size: 16px;
    font-weight: 300;
}
.subway-table-row:last-child{
    border-bottom: solid 0px white;
}
#second{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.subway-credit{
    float: left;
    font-size: 20px;
    color: white;
    text-align: right;
    width: 100%;
    padding-right: 30px;
}

.str-left{
    float: left;
}
.str-icon{
    width: 40px;
    height: 40px;
    margin-top: 12px;
    margin-left: 9px;
}
.str-middle{
    height: 66px;
    padding-left: 0px;
    width: 200px;
    margin-left: 20px;
}

.str-middle .str-row-1,
.str-right .str-row-1{
    height: 30px;
    margin-top: 11px;
    padding-bottom: 0px;
    margin-bottom: -3px
}
.str-middle .str-row-2,
.str-right .str-row-2{
    height: 22px;
    padding-top: 0px;
}
.str-row-2{
    color: #ddd;
}

.str-heavy{
    font-weight: 500;
}
.str-bigger{
    font-size: 22px;
    font-weight: 400;
}
.str-right{
    height: 65px;
    width: 120px;
    font-weight: 300;
    text-align: right;
}
.str-right div{
    border-left: solid 1px white;
    padding-left: 6px;
}
.str-mins{
    font-weight: 300;
    font-size: 30px;

}
.str-leaves{
    font-weight: 300;
    font-size: 15px;
}
.str-train-one{
    font-size: 12px;
    font-weight: 300;
}
.str-train-two{
    font-size: 12px;
    font-weight: 300;
    color: #ddd;
}

/*  FEED STYLES */
.feed-wrapper{
    float: left;
    overflow: hidden;
}
.feed-header{
    color: white;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
}

#mayor_elements,
#twitter_elements{
    overflow: hidden;
}

#twitter_elements{
    height: 335px;
}


.feed-wrapper-inner{

}

.twitter-element,
.mayor-element{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    height: auto;
    color: white;
}
.twitter-element .mayor-image,
.mayor-element .mayor-image{
    height: 150px;
    width: 150px;
    float: left;
}
.twitter-element .mayor-content,
.mayor-element .mayor-content{
    float:left;
    padding-left: 15px;
    width: 475px;
}
.twitter-element .mayor-content{
    width: 890px;
}

.twitter-element .mayor-content-top,
.mayor-element .mayor-content-top{
    border-bottom: solid 1px white;
    font-size: 25px;
    width: 100%;
    padding-bottom: 4px;
    height: 40px;
}
.twitter-element .mayor-time,
.mayor-element .mayor-time{
    font-weight: 600;
    font-size: 17px;
    padding-top: 4px;
}
.twitter-element .mayor-text-wrapper,
.mayor-element .mayor-text-wrapper{
    padding: 0px 6px;
    width: 100%;
}
.twitter-element .mayor-quote,
.mayor-element .mayor-quote{
    float: left;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -1px;
}
.twitter-element .mayor-quote{
    margin-left: 40px;
    margin-right: 40px;
}

.twitter-element .mayor-text,
.mayor-element .mayor-text{
    float: left;
    font-size: 17px;
    padding: 5px 10px;
    width: 405px;
    text-align: center;
    font-weight: 300;
}
.twitter-element .mayor-text{
    width: 600px;
}
.mayor-hash{
    font-weight: 300;
    float: left;
}
.mayor-icons{
    float: right;
}
.mayor-icons img{
    height: 35px;
}


.instagram{
    padding-top: 170px;
    height: 545px;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    transition: all linear 0.5s;
    margin-bottom: 15px;
}

.instagram-spacer{
    width: 0px !important
}

.instagram-item{
    padding: 5px;
    width: 210px;
    padding: 10px;
    color: white;
    display: inline-block;
    opacity: 0;
    transition: all linear 0.5s;

}

.instagram-image{
    width: 190px;
    height: 190px;
}

.instagram-icon{
    font-size: 25px;
    color: white;
}

.instagram-likes{
    font-size: 25px;
    color: white;
    white-space: nowrap;
    margin-bottom: 15px;
}

.instagram-comment{
    font-size: 25px;
    color: white;
    width: 100%;
    padding-left: 41px;
}

.instagram-comment-user{
    font-size: 25px;
    color: white;
    word-break: break-all;
    margin-bottom: 10px;
}

.select-section{
    margin: 0 auto;
    padding: 3px;
    width: 80%;
    margin-left: 13%;
    margin-top: 15%;
    position: relative;
    overflow: auto;
    text-align: center;
    display: inline-block;
    clear: both;
    /* change border to be inside the box */
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#iframe{
    height: 100%;
    width: 100%;
    z-index: -9999;
}
.upon-iframe{
    /*background: red;*/
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.select-section .select-icon-section{
        float: left;
        padding: 2px;
        margin-left:4%;
        text-align: center;
        /* change border to be inside the box */
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        width: 15%;
        color: white;
    }
    .select-section .select-icon-section:first-child{
        margin-left: 0;
    }
    .select-section .select-icon-section img{
        height: 100px;
    }
    .select-section .select-icon-section div{
        font-size: 17px;
        font-weight: 400;
    }


/*  EVENTS  */

#events_menu{
    height: 100%;
    float: left;
    transition: all linear 0.5s;
    overflow: hidden;
}


#events_scroll{
    height: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    transition: all linear 0.5s;
    margin-left: 20px;
}

#events_directions{
    width: 0px;
    height: 100%;
    float: left;
    transition: all linear 0.5s;
    overflow: hidden;
    padding-top: 13px;
}

#events_menu_wrapper{
    height: 100%;
    width: 100%;
    padding: 20px;
    padding-top: 80px;
}

#events_scroll_wrapper,
#events_directions_wrapper{
    height: 100%;
    width: auto;
}

#events_map{
    float: left;
    width: 0px;
    margin-top: 12px;
    border-radius: 10px;
    transition: all linear 0.5s;
    background-color: white;
    display: 0;
}
#touch_me{
    margin-top: 20%;
    margin-left: 20%;
    width: 135px;
    height: 240px;
    position:fixed;
    /*opacity: .1;*/
    /*background: red;*/
}
.transparent-icon{
    opacity:.6;
}

#active-section{
    height: 70vh;
}

/*.subway-menu{*/
    /*display:flex;*/
    /*flex-direction:column;*/
    /*justify-content:center;*/
    /*align-items:center;*/
/*}*/
.non-displayed{
    display: none;
}
.events-menu-button{
    background-color: transparent;
    color: white;
    width: 100%;
    height: 60px;
    border: solid 3px white;
    border-radius: 8px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.logo_place_uber{
    height: 55px;
    width: 180px;
    background: url("../assets/uber_logo.png");
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    z-index: 99;
}
.logo_place_citybike{
    height: 55px;
    width: 180px;
    background: url("../assets/citybike_logo.jpg");
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    z-index: 99;
}
.logo_place_subway{
    height: 50px;
    width: 180px;
    background: url("../assets/logo_subway.png");
    background-size: cover;
    /*background-repeat: no-repeat;*/
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    z-index: 99;
}

.logo_google {
    height: 60px;
    width: 180px;
    background: url("../assets/logo_google.png");
    background-size: cover;
    /*background-repeat: no-repeat;*/
    position: absolute;
    top: 70px;
    left: 10px;
    border-radius: 10px;
    z-index: 99;
}


.highlighted{
    background-color: #c226bf;
    color: white;
    width: 100%;
    height: 60px;
    border: solid 3px white;
    border-radius: 8px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;

}
#second{
    height: 100%;
    width: 50%;
    float: left;
}
.citybike-s1{
    background: red;
    /*border: 1px solid red;*/
}
.cycle-info-container{
    background: red;
    height: 100%;
}

.car-container{
    background: rgba(255, 255, 255, .5);
    border-radius: 8px;
    height: 45%;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}
.car-header{
    height: 25%;
    width: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color: white;
    font-weight: 100;
    font-size: 45px;
}
.car-image{
    height: 25%;
    width: 100%;
    background: white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;


}
.car-image-uber-x{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 100%;
    margin-top: 3vh;
    width: 35%;
    background: url('../assets/uber-car1-uberx.png');
    background-size: 100%;
    background-repeat: no-repeat;

}
.car-image-suv{
   display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 100%;
    margin-top: 1vh;
    width: 35%;
    background: url('../assets/uber-suv.png');
    background-size: 100%;
    background-repeat: no-repeat;

}
.car-image-taxi{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 100%;
    margin-top: 1vh;
    width: 40%;
    background: url('../assets/taxi.jpg');
    background-size: 100%;
    background-repeat: no-repeat;

}
.car-image-black{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 100%;
    margin-top: 3vh;
    width: 35%;
    background: url('../assets/uber-car1-uberx.png');
    background-size: 100%;
    background-repeat: no-repeat;

}
.car-info{
    height: 50%;
    width: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color: white;
}
.car-info>h1{
    font-weight: bolder;
    font-size: 45px;
}
.car-info>h3{
    font-weight: 300;
    font-style: italic;
}
.cycle-place{
    height: 100%;
    width: 50%;
    border: 1px solid red;
}
.events-menu-button.selected{
    background-color: white;
    color: rgb(178, 140, 217);
}
/*.infoWindowContent{*/
    /*height: 50px;*/
    /*width: 100px;*/
    /*background: white;*/
/*}*/
.event-element{
    height: 100%;
    width: 370px;
    padding: 5px;
    color: white;
    display: inline-block;
    opacity: 1;
    transition: all linear 0.5s;
}
.event-element-wrapper{
    width: 100%;
    height: 100%;
    padding: 5px;
}

.event-element.collapsed{
    width: 0;
    opacity: 0;
    padding: 0;
}


.event-element .event-image{
    width: 350px;
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.event-element .event-headline{
    font-size: 34px;
    font-weight: 500;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-element .event-divider{
    height: 1px;
    background-color: white;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.event-element .event-subheadline{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-element .event-location{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-element .event-description{
    font-size: 20px;
    font-weight: 300;
    height: 275px;
    white-space: normal;
    overflow: hidden;
}

.event-element .event-directions{
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    width: 100%;
    height: 60px;
    border: solid 3px white;
    border-radius: 8px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.event-element .event-directions.selected{
    background-color: white;
    color: rgb(178, 140, 217);
}

.directions_to{
    width: 100%;
    padding: 10px;
    border: solid 3px white;
    border-radius: 10px;
    height: 70px;
    line-height: 43px;
    font-size: 28px;
    color: white;
    font-weight: 400;
    overflow: hidden;
    padding-left: 15px;
}
.directions_icons{
    padding-top: 30px;
    width: 100%;
    height: 130px;
    margin-bottom: 5px;
    overflow: hidden;
}
.directions_icon{
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 3px;
}
.directions_icon.selected{
    border-radius: 12px;
    background-color: rgba(142, 41, 129, 0.8);
}
.directions_title{
    font-size: 35px;
    color: white;
    font-weight: 400;
}
#directions_steps{
    height: 395px;
    width: 100%;
    overflow: hidden;
    font-size: 27px;
    font-weight: 300;
    padding: 20px;
    line-height: 42px;
    background-color: transparent;
    border-radius: 11px;
    color: white;
    border: solid 1px white;
}
#directions_steps ul{
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}
#directions_steps ul li{
    border-bottom: solid 1px #CCC;
    padding: 10px;
    font-weight: 300;
}
#directions_steps ul li div{
    font-weight: 300;
}
#directions_steps ul li:last-child{
    border-bottom: none;
}

.directions_send_wrapper{
    width: 100%;
    height: 100px;
}
.directions_send{
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    width: 49%;
    margin-right: 1%;
    float: left;
    height: 60px;
    border: solid 3px white;
    border-radius: 8px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    white-space: nowrap;
}
.directions_send:last-child{
    margin-left: 1%;
    margin-right: 0px;
}

.directions_phone{
    text-align: center;
    margin-top: 85px;
    height: 400px;
}
.directions_phone_input{
    height: 75px;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    background-color: transparent;
    border-radius: 8px;
    border: solid 2px white;
    font-size: 30px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
.directions_phone_input:focus {outline: none; }

.directions_keys{
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}
.directions_key{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: solid 3px white;
    background-color: rgba(255, 255, 255, .4);
    margin: 8px;
    float: left;
    color: white;
    font-size: 50px;
    font-weight: 300;
    line-height: 88px;
}
.directions_key.empty{
    border: none;
    background-color: transparent;
}
.directions_key.double{
    width: 216px;
}
.directions_key:active{
    background-color: white;
    color: rgba(142, 41, 129, 0.8);
    -webkit-transition: background-color 50ms linear;
    -moz-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
}
.directions_phone_send_wrapper{
    width: 450px;
    margin-right: auto;
    margin-left: auto;
}
.directions_phone_send{
    height: 60px;
    width: 49%;
    margin-right: 1%;
    color: white;
    border-radius: 8px;
    border: solid 3px white;
    font-size: 30px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.directions_phone_send:last-child{
    margin-left: 1%;
    margin-right: 0px;
}



/* Feed Flip CSS */
.card {
  position: relative;
  float: left;
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
  background-color: #ff5078;
}

.card__back {
  background-color: #1e1e1e;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.insta-modal{
    display: none;
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,.85);
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
    text-align: left;

}

.insta-content{
    height: 90%;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
}
.insta-main-content{
    height: 90%;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}


#insta-modal-image{
    width: 500px;
    height: 500px;
    margin-bottom: 30px;
}

.subway-video{
    position: absolute;
    left: 0px;
    top: 0px;
}

.subway-icon{
    width: 44px;
    height: 44px;
}

.route-1 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat 0 0; }
.route-2 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -94px 0; }
.route-3 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -189px 0; }
.route-4 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -283px 0; }
.route-5 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -378px 0; }
.route-6 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -473px 0; }
.route-7 { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -568px 0; }
.route-a { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat 0 -127px; }
.route-c { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -94px -127px; }
.route-e { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -189px -127px; }
.route-s { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -283px -127px; }
.route-b { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -378px -127px; }
.route-d { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -473px -127px; }
.route-f { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -568px -127px; }
.route-m { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -660px -127px; }
.route-g { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -757px -127px; }
.route-j { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat 0 -255px; }
.route-z { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -94px -255px; }
.route-n { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -283px -255px; }
.route-q { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -378px -255px; }
.route-r { background: url('//s3.amazonaws.com/avastatic/assets/subway-icons.png') no-repeat -473px -255px; }

#subway-idle-icon{
    margin-top: 68px !important;
    transform: scale(1.5);
}


.insta-selector{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.insta-user-select{
    width: 400px;
    height: 75px;
    color: white;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}
.insta-all-select{
    width: 400px;
    height: 75px;
    border: solid 3px white;
    color: white;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    line-height: 67px;
}

#frame{
    position: fixed;
    width: 400px;
    height: 400px;
    top: 240px;
    left: 760px;
    border: solid 3px red;
}
#divider{
    position: relative;
    width: 4px;
    height: 100px;
    background-color: red;
}

.article-button{
    width: 80%;
    margin-left: 10%;
    height: 45px;
    margin-top: 23px;
    margin-bottom: 15px;
    border: solid 2px #ddd;
    border-radius: 10px;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
}

.randomizer{
    display: none;
    width: 80%;
    margin-left: 10%;
}
.randomizer.selected-ra{
    background-color: rgba(255,255,255,0.7);
    color: rgb(178, 140, 217);
}


.feed-loader{
    display: none;
    position: fixed;
    height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-right: -75px;
}

#events_back_button{
    background-color: transparent;
    color: white;
    width: 135px;
    height: 60px;
    border: solid 3px white;
    border-radius: 8px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    position: fixed;
    top: 135px;
    right: 55px;
    display: none;
}

#select_user_button{
    border: solid 2px white;
    padding: 6px 20px;
    line-height: 40px;
    border-radius: 10px;
    display: table-cell;
}

#mta-logo{
    position: fixed;
    left: 760px;
    top: 220px;
    width: 300px;
    z-index: 1999;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    border: solid 1px white;
}

.weather-spacer{
    margin-top: 10px;
}

#nt-subway-tables{
    position: absolute;
    top: 120px;
    right: 150px;
    width: 1400px;
}
#nt-subway-tables .str-middle{
    width: 500px;

}

#nt-subway-tables .str-mins{
    font-weight: 300;
}

#nt-subway-tables .heavier{
    font-weight: 500;
}


#nt-subway-tables .subway-table-section{
    width: 20%!important;
    float: left;
    overflow: hidden;
    padding: 0px 20px 10px 20px;
    color: white;
    margin-left: 5%;
}

#nt-subway-tables .subway-table-scrollable{
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
}
#nt-subway-tables .subway-table-header{
    text-align: center;
    padding-bottom: 10px;
}
#nt-subway-tables .subway-table-header .header{
    line-height: 25px !important;
    font-size: 35px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
}
#nt-subway-tables .subway-table-row{
    line-height: 40px !important;
}
#nt-subway-tables .str-row-1{
    margin-top: 13px;
}

div.new_subway_style {
    left: 200px;
    width: 89% !important;
}
div.new_subway_style .str-mins {
    font-size: 1.2em;
}
div.new_subway_style #nt-subway-tables .str-middle {
    width: 350px;
}
div.new_subway_style .str-middle.str-left {
    margin-left: 10px;
    width: 322px !important;
}
div.new_subway_style div.subway-table-section {
    width: 24% !important;
    margin-left: 0px !important;
}
div.new_subway_style .str-icon.str-left.subway-icon {
    margin-left: 0;
}
div.new_subway_style #cb_body_container, div.new_subway_style #ub_body_container {
    margin-top: 26%;
}
.station-name-1, .station-name-2{
    width: 100%;
    /*border: 1px solid red;*/
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 50%;
    width: 100%;
    border-bottom: 3px solid white;

}
.station-name-1>h5, .station-name-2>h5{
      font-size:1em;
}
.station-name{
    height: 50%;
    width: 100%;
    border-bottom: 3px solid white;
    /*display:flex;*/
    /*flex-direction:column;*/
    /*justify-content:center;*/
    /*align-items:center;*/
}
.car-name{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.car-img{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.station-free-bikes, .car-quantity{
    height: 65%;
    width: 100%;
}
.bikes-quantity{
    height: 100%;
    width: 40%;
    text-align: center;
    padding-top: 3%;
    border-bottom: 2px solid white;
    float: left;
}
.bikes-quantity-uber{
    height: 100%;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid white;
    float: left;
}
.bikes-quantity>h1{
    font-size: 1.4em;
}
.bikes-quantity>h6{
    margin-top: -1.5vh;
    color: white;
    font-size: .8em;
}
.bikes-image{
    height: 100%;
    width: 60%;
    float: left;
    border-bottom: 2px solid white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.car-quantity{
    height: 65%;
    width: 100%;
    float: left;
    border-bottom: 2px solid white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#cb_body_container{
}
.avadobro-section{

    border-radius: 20px;
}
#active-section{
  border-radius: 20px;
}
.hide-cursor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: none;
    z-index: 100;
}
.citybike-header{
    /*display:flex;*/
    /*flex-direction:column;*/
    /*justify-content:center;*/
    /*align-items:center;*/
    /*font-size: 2em !important;*/
    /*font-weight: bolder!important;*/
}

.avadobro-section::-webkit-scrollbar {
    width: 0 !important
}