html {
    background-color: #e5e5e5;
}

::selection {
    background: #79BD9A;
}
::-moz-selection {
    background: #79BD9A;
}


a {
    color: inherit;
    text-decoration: none;
}
a {
    outline: none !important;
}

ul {
    list-style: none;
    padding: 0;
}

video {
    width: 100% !important;
    height: auto !important;
}


/* clearfix */
.cf:after {
    content: "";
    display: table;
    clear: both;
}

.group:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.is-hidden {
    display: none !important;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.f-600 {
    font-weight: 600 !important;
}

.page-title {
    color: #fefefe;
    font-size: 24px;
    position: absolute;
    line-height: 1em;
    top: 16px;
    left: 54px;
    white-space: nowrap;
}

/*
======================
    Side Nav
======================
*/

#side-nav {
    bottom: 0;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    height: 120%;
    width: 240px;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    z-index: 100;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -moz-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

#side-nav.is-active {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* SM+: small and up (iPad) */
@media only screen and (min-width: 768px) {
    #side-nav {
        width: 280px;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }
}

@media only screen and (min-width: 1700px) {
    #side-nav {
        width: 280px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #side-nav.is-active {
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }
}

.side-nav-wrapper {
    min-height: 100%;
    padding-bottom: 96px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.side-nav__logo {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    margin: auto;
    padding: 14px 14px 10px;
    position: relative;
}

.side-nav__logo > a {
    font-size: color: #fff;
}

.side-nav__logo .main-title {
    color: #909090;
}

.side-nav__list {
    padding: 0;
}

.side-nav__list a {
    display: block;
    padding: 14px;
    font-size: 1.3em;
    font-weight: 300;
}

@media only screen and (min-width: 1220px) {
    .side-nav__list a {
        font-size: 1em;
    }
}

.side-nav__list a:active {
    background-color: #f0f0f0;
}

.side-nav-link {
    height: 1.3em;
    color: #555;
}

.side-nav-link.is-active {
    background-color: #f5f5f5;
    color: #0B486B;
    font-weight: 700;
}

.side-nav-link.is-active svg {
    fill: #0B486B;
}

.side-nav-link-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.side-nav-link-icon {
    fill: #555;
    position: absolute;
    left: 0;
    top: 3px;
}

.side-nav-link-icon[mc-icon="bus"] {
    left: 2px;
}

.side-nav-link-icon[mc-icon="about"] {
    top: 0;
    left: 4px;
}

@media only screen and (min-width: 1220px) {
    .side-nav-link-icon {
        top: -1px;
    }

    .side-nav-link-icon[mc-icon="map"] {
        left: -2px;
    }

    .side-nav-link-icon[mc-icon="about"] {
        top: -3px;
    }
}

.side-nav-link-text {
    position: absolute;
    left: 38px;
    top: -2px;
}

@media (max-width: 1700px) {
    #side-nav-bg {
        background-color: rgba(0, 0, 0, 0);
        position: fixed;
        width: 100%;
        height: 120%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;

        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    #side-nav-bg.is-active {
        background-color: rgba(0, 0, 0, .4);

        opacity: 1;
        visibility: visible;
    }
}

.nav-link > * {
    fill: #fefefe;
}

.nav-menu {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 5px 0 4px 0;
    overflow: hidden;
    padding: 8px 7px 0 8px;
}

@-webkit-keyframes fav-spin-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3) rotate(-25deg);
        transform: scale(.3) rotate(-25deg);
    }
    60% {
        opacity: .4;
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
    }
    80% {

        -webkit-transform: scale(.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);;
    }
}

@keyframes fav-spin-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3) rotate(-25deg);
        transform: scale(.3) rotate(-25deg);
    }
    60% {
        opacity: .4;
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
    }
    80% {

        -webkit-transform: scale(.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);;
    }
}

@-webkit-keyframes fav-spin-out {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        opacity: 0;
        -webkit-transform: scale(1.8) rotate(35deg);
        transform: scale(1.8) rotate(35deg);
    }
    100% {
    }
}

@keyframes fav-spin-out {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        opacity: 0;
        -webkit-transform: scale(1.8) rotate(35deg);
        transform: scale(1.8) rotate(35deg);
    }
    100% {
    }
}

.fav-spin-in {
    -webkit-animation: fav-spin-in .5s ease-out;
    animation: fav-spin-in .5s ease-out;
}

.fav-spin-out {
    -webkit-animation: fav-spin-out .4s ease-out;
    animation: fav-spin-out .4s ease-out;
}

.nav-favorite {
    border-radius: 50%;
    float: right;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 12px;
    height: 44px;
    width: 44px;
}

.nav-favorite > * {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-out;
}

.nav-favorite .icon-star {
    opacity: 0;
}

.nav-favorite.is-favorite .icon-star {
    opacity: 1;
}

.nav-favorite.is-favorite .icon-star-outline {
    opacity: 0;
}

.nav-favorite .fav-spin-out {
    opacity: 0;
}

.icon-circle {
    width: 100%;
    height: 100%;
}

.nav-options {
    border-radius: 50%;
    overflow: hidden;
    float: right;
    padding: 12px 11px 4px;
    margin: 4px 6px 0 0;
}

.hero {
    background-color: #3B8686;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .17);
    color: #fff;
    z-index: 10;
}

.hero--sm {
}

.hero--sm .header {
    color: #fefefe;
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0;
}

.hero--sm .subheader {
    color: #c5c5c5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
}

.hero--sm .subheader-2 {
    color: #fefefe;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}

/* Above phone */
@media (min-width: 768px) {
    .hero--sm .header {
    }

    .hero--sm .subheader {
    }

    .hero--sm .subheader-2 {
    }
}

.hero--tabs .hero-container {
    /*padding-bottom: 24px;*/
}

.hero--home {
    min-height: 185px;
}

.hero--single {
    padding-top: 8px;
}

.hero--single .hero-container {
    padding-bottom: 34px;
}

.hero-container {
    color: #fefefe;
}

.hero-content-list {
    margin-bottom: 54px;
    padding: 0 6px 0 12px;
}

.hero-content-list--no-tabs {
    margin-bottom: 25px;
}

.hero-content-list--floater-sm {
    margin: 4px 0 32px
}

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

    .hero-content-list {
        margin: 15px 0 60px 48px;
    }

    .hero-content-list--no-tabs {
        margin-bottom: 28px;
    }

    .hero-content-list--floater-sm {
        margin-bottom: 32px;
    }

}

.position-container {
    position: relative;
    height: 100%;
}

.hero-prompt {
    font-size: 28px;
    font-weight: 300;
    display: block;
    margin: 2em 0 0;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .12);
}

.tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tabs-list {

}

.tab-list li {
    color: #c5c5c5;
    cursor: pointer;
    float: left;
    line-height: 38px;
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    width: 33.3%;
    transition: color .15s;
}
.tab-list li:hover {
    color: #ddd;
}
.tab-list li.is-active {
    color: #f5f5f5;
}

.tab-list__active {
    background-color: #CFF09E;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.33%;
    transition: left .4s ease-out;
}
.tab-list li.is-active:nth-child(2) ~ .tab-list__active {
    left: 33.33%;
}
.tab-list li.is-active:nth-child(3) ~ .tab-list__active {
    left: 66.66%;
}

.tab-list__body {
    font-size: 16px;
}

.ripple-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ripple-lighter paper-ripple {
    color: #ccc !important;
}
.ripple-light paper-ripple {
    color: #aaa !important;
}
.ripple-tab paper-ripple {
    color: #CFF09E !important;
}

.content {
    padding-bottom: .5em;
}

.content__offset {
    margin-top: -2em;
}

.content-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paper {
    background: #fefefe;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    color: #424242;
    display: block;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s ease-out;
    z-index: 20;
}

.paper paper-ripple {
    color: #aaa;
}

.paper__top {
    font-size: 24px;
    line-height: 1.5em;
    padding: 1em 0;
}

.paper__bottom {
    border-top: 1px solid #dfdfdf;
    padding: 3em;
    position: relative;
}

.paper__title {
    color: #616161;
    font-size: 30px;
}

.paper--home {
    text-align: center;
    margin: 0 auto 16px !important;
    position: relative;
    width: 95%;
    opacity: 1;
}
.paper--home .paper__bottom {
    display: none;
}


.paper--home:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .25);
    transform: scale(1.02) translateY(-6px);
}




.paper--feedback {
    margin-top: 20px;
    padding: 1px 10px;
}

.paper--full {
    margin: 0 8px 35px;
    max-width: 1120px;
    min-width: 300px;
    position: relative;
    transition: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 8px 2px;
}

.paper--full .paper__top {
    text-align: center;
}

.paper--full .paper__bottom {
    padding: 0 15px;
    overflow: hidden;
}

.paper--offset {
    margin-top: -2em;
}

/* iPad and Up */
@media (min-width: 768px) {
    .paper--full {
        margin-left: 30px;
        margin-right: 30px;
        min-height: 475px;
    }

    .paper--full .paper__bottom {
        height: 400px;
    }

    .paper--home .paper__bottom {
        display: block;
    }
}

/* LG: large devices (15" laptop, old 16:9 monitor) */
@media only screen and (min-width: 1200px) {
    .paper--full {
        margin-left: auto;
        margin-right: auto;
    }
}

.paper-list {
    padding: 0;
    position: relative;
}

.paper-list.is-hidden {
}

.paper-list a,
.paper-list .item-no-link {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: hidden;
    position: relative;
    white-space: nowrap;
    /*transition: all .2s ease-out;*/
}

.paper-list a:hover {
    background-color: #f7f7f7;
    /*box-shadow: 0 3px 2px rgba(0,0,0,.1), 0 -3px 3px rgba(0,0,0,.04);
    transform: scale(1.2);
    transform: translateY(-1px);*/
}

.paper-list li:active,
.paper-list li:focus {
    background-color: #eee;
}

@media (max-width: 768px) {
    .paper-list--fade li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 15px;
        background: -moz-linear-gradient(left, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.98) 47%, rgba(254, 254, 254, 1) 48%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(254, 254, 254, 0)), color-stop(47%, rgba(254, 254, 254, 0.98)), color-stop(48%, rgba(254, 254, 254, 1)), color-stop(99%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(254, 254, 254, 1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.98) 47%, rgba(254, 254, 254, 1) 48%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.98) 47%, rgba(254, 254, 254, 1) 48%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.98) 47%, rgba(254, 254, 254, 1) 48%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.98) 47%, rgba(254, 254, 254, 1) 48%, rgba(254, 254, 254, 1) 99%, rgba(254, 254, 254, 1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefefe', endColorstr='#fefefe', GradientType=1); /* IE6-9 */
    }
}

.paper-list a {
    display: block;
    padding: .85em 15px;
}

.paper-list .item-no-link {
    padding: .85em 12px;
}

.solo-item {
    font-weight: 300;
    background: #fefefe;
    opacity: 1;
}
.solo-item:last-child {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}
.solo-shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    min-height: 20px;
}

.solo-expanded {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
    margin: 50px 0;
    min-height: 450px;
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
}

@media (max-width: 768px) {
    .solo-expanded {
        margin: 30px 0;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

.item-left {
    color: #9e9e9e;
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    min-width: 30px;
    float: left;
    line-height: 41px;
    text-align: center;
}

.item-right {
    line-height: 38px;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
}
.item-right-sub {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 2px 0 4px;
}

.item-sub {
    display: block;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.list-header-container {
    position: relative;
}

.list-header {
    position: absolute;
    top: -30px;
    left: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #888;
}

.favorite-list {
    margin-top: 30px;
}


/* Times styles */

.paper-list--times {

}

.time-data {
    float: left;
    display: inline-block;
    line-height: 1.2em;
}

.count-time {
    color: #555;
    font-weight: 400;
}

.clock-time {
    color: #757575;
    width: 100px;
}

.reminder-container {
    background-color: #fefefe;
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out, opacity .3s ease-out;
    transition: max-height .3s ease-out, opacity .3s ease-out;
}
.reminder-container.is-active {
    opacity: 1;
    max-height: 800px;
}
.reminder-box {
    padding: 15px 15px 40px;
}

.reminder-title {
    font-size: 22px;
    font-weight: 300;
    margin: 8px 0 35px;
}
.reminder-title-2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .reminder-title-2 {
        margin-top: 8px;
        margin-bottom: 35px;
    }
}

#phone-container.is-invalid:after {
    content: "(###) ### - ####";
    display: block;
    position: absolute;
    left: 0px;
    bottom: -22px;
    font-size: 14px;
    font-weight: 400;
    color: #F34236;
}

.min-width-label {
    float: left;
    display: inline-block;
    min-width: 90px;
    line-height: 43px;
}

/* Material Design Select styles*/

.select-container {
    cursor: pointer;
    border-bottom: 1px solid #BDBDBD;
    display: inline-block;
    padding: 10px 0 4px;
    position: relative;
}
.select-current {
    float: left;
    font-weight: 400;
    color: #555;
    line-height: 1.2em;
}
.select-arrow {
    display: inline-block;
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
    margin-top: -1px;
}

.select-list {
    background-color: #fefefe;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
    border-radius: 2px;
    opacity: 0;
    position: absolute;
    top: -4px;
    left: -12px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    z-index: -1;
    -webkit-transition: all .1s;
    transition: all .1s;
}
.select-list.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 20;
}
.select-list li {
    padding: 12px 35px 12px 12px;
    white-space: nowrap;
}

/* Map styles */

.floater {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.15), 0 4px 8px rgba(0,0,0,.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 90;
}

.floater-lg {
    height: 55px;
    width: 55px;
}

.floater-sm {
    height: 40px;
    width: 40px;
}

.floater-bottom-right {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.floater-right-container {
    position: absolute;
    right: 0;
    top: -28px;
    z-index: 90;
}

.floater-tt {
    font-weight: 400;
    font-size: 16px;
    float: left;
    line-height: 18px;
    margin: 12px 10px 0 0;
    background-color: #555;
    padding: 5px 8px;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.floater-tt.is-active {
    opacity: 1;
}

.floater-callout {
    background-color: #3B8686;
}

@media (max-width: 768px) {

    .floater-bottom-right {
        right: 15px;
    }
}

@media (min-width: 1220px)  {

    .floater-right-container {
        right: 55px;
    }
}

.floating-btn {
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 25px;
    height: 55px;
    width: 55px;
    z-index: 20;
    display: none;
    overflow: hidden;
}
.floating-btn:hover {
    box-shadow:  0 3px 8px rgba(0, 0, 0, .4);
}

.floating-sm {
    cursor: pointer;
    background-color: #fefefe;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.23);
    position: absolute;
    right: 16px;
    top: -22px;
    height: 45px;
    width: 45px;
    z-index: 110;
    overflow: hidden;
    transition: box-shadow .3s;
}
.floating-sm:hover {
    box-shadow:  0 3px 8px rgba(0, 0, 0, .4);
}

@-webkit-keyframes spin-in {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes spin-in {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes spin-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes spin-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


.floating-icon {
    position: absolute;
    height: 100%;
    width: 100%;
}
#float-my-location {
    background-color: #fff;
    display: block;
    transition: all 1s;
}
#float-my-location svg {
    fill: #3B8686;
}
#float-my-location .icon-gps {
    opacity: 1;
}
#float-my-location .icon-close {
    opacity: 0;
}
#float-my-location.close-sv .icon-gps {
    opacity: 0;
}
#float-my-location.close-sv .icon-close {
    opacity: 1;
}
.spin-in {
    -webkit-animation: spin-in .2s linear;
    animation: spin-in .2s linear;
}

.spin-out {
    -webkit-animation: spin-out .2s linear;
    animation: spin-out .2s linear;
}



#float-list {
    display: none;
}

@media (max-width: 768px) {

    #float-my-location {
        bottom: 95px;
        right: 15px;
        left: auto;
    }

    #float-list {
        display: block;
        background-color: #3B8686;
    }

    #float-list svg {
        fill: #fff;
    }
}
@media (min-width: 769px) {
    #float-my-location {
        position: absolute;
        bottom: 25px;
        left: 58%;
    }
    #float-my-location.close-sv {
        bottom: 452px;
        left: 59.8%;
        height: 40px;
        width: 40px;
    }
}

/* About styles */
.content {
    position: relative;
}

.content.left {
    padding: 6px;
}

.content.right {
    padding: 6px;
}

.content.middle {
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
}

.content.color-inverse p {
    color: #424242;
}

.content > p {
    margin: 15px 0 0;
}

.content-bg-1 {
    background: #fff;
}

.content-bg-2 {
    background: #fff;
}

.content-bg-3 {
    background: #fff;
}

.content-bg-4 {
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .content.middle {
        margin-top: 12%;
        text-align: center;
    }
}

/*
======================
    Map styles
======================
*/

.map-container {
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .map-container {
        padding-top: 20px;
    }
}

.map-paper {
    float: left;
    width: 65%;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

#map-canvas {
    height: 500px;
    width: 100%;
}

#map-canvas img {
    max-width: none;
}

#map-side {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    height: 500px;
    position: relative;
    margin-left: 2%;
    width: 32%;
    z-index: 30;
    float: left;
    overflow: hidden;
}

.map-side-list__back-btn {
    display: none;
}

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

    .map-paper {
        height: 500px;
        width: 100%;
    }

    #map-side {
        display: block;
        float: none;
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-transform: translateY(-350px);
        transform: translateY(-350px);
    }

    #map-side.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 100%;
        opacity: 1;
        z-index: 1;
    }

    #map-side.is-active ~ .floating-btn {
        display: none;
    }

    .map-side-list__back-btn {
        display: block;
        width: 40px;
        position: absolute;
    }

}

#map-canvas {
    float: left;
}

.map-side__preview {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 500px;
    padding: 0;

    transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
}

.map-side__preview.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

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

    .map-side__preview {
        z-index: 5;
        min-height: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);

    }

    .map-side__preview.is-active {
        min-height: 800px;
    }

}

.map-side__media {
    background-color: #f8f8f8;
}

.map-side__media.is-active {
    background-color: #eee;
}

.map-side__media-img {
    background-color: #BDBDBD;
    display: inline-block;
    float: left;
    height: 80px;
    width: 30%;
}

.map-side__media-img.no-load {
    box-shadow: inset 0 0 20px rgba(0,0,0,.4);
    border-bottom: 1px solid #858585;
}

.map-side__media-bd {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #263238;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.map-side__offset {
    color: #aaa;
    font-weight: 400;
}

.map-side__toolbar {
    background-color: #fefefe;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    border: 1px solid #dedede;
    border-bottom: none;
    position: relative;
}

/*
*/
.map-side__preview .map-side__toolbar {
    height: 80px;
    z-index: 10;
}

.map-side__back-btn,
.map-side-list__back-btn {
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 3px;
    height: 40px;
    width: 40px;
}

.map-side__back-inner {
    font-weight: 400;
    padding: 8px 8px 0 6px;
}
.map-side__back-inner svg {
    color: #555;
}

.map-side__list {
    background-color: #f8f8f8;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 420px;
    padding: 0;
}
.map-side__list:after {
    content: url("../img/bus-24px.svg");
    position: absolute;
    top: -24px;
    left: 45%;
}

.map-side__list.overflow-off {
    -webkit-overflow-scrolling: auto;
}

.map-side__list li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.map-side__info {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    height: 501px;
    overflow-y: auto;
    opacity: 0;
    width: 100%;

    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.map-side__info.is-active {
    opacity: 1;
    z-index: 20;
}

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

    .map-side__info {
        max-height: 0;
        z-index: -1;
        opacity: 0;
    }

    .map-side__info.is-active {
        opacity: 1;
        z-index: 15;
        max-height: 800px;
    }
}

.map-side__info-img {
    background-color: #eee;
    height: 160px;
    width: 100%;
}

.map-side__info-img > img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.map-side__info-title {
    line-height: 1.1em;
    background-color: #fefefe;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 12px 0 12px 12px;
    margin-top: 40px;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(359deg);
    }
}

.list-loading {
    border: 5px solid rgba(0, 0, 0, .15);
    border-top-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-animation: spin .85s linear infinite;
    -moz-animation: spin .85s linear infinite;
    -o-animation: spin .85s linear infinite;
    animation: spin .85s linear infinite;
}

.list-loading.is-active {
    opacity: 1;
}

@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

.map-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-tab-list li {
    font-size: 16px;
    float: left;
    padding: 10px 25px;
}

.map-tab-list li.is-active {
    color: #212121;
    font-weight: 700;
}

#map-canvas div.gmnoprint[title="Your location"] {
    -moz-animation: pulsate 2s ease-in-out infinite;
    -webkit-animation: pulsate 2s ease-in-out infinite;
    border: 1pt solid rgba(0, 0, 0, 0.4);
    /* make a circle */
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow: inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C;
    -webkit-box-shadow: inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C;
    box-shadow: inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, inset 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C, 0 0 5px #388E3C;
    /* set the ring's new dimension and re-center it */
    height: 54px !important;
    margin: -18px 0 0 -18px;
    width: 54px !important;
}

#map-canvas div.gmnoprint[title="Your location"] img {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #map-canvas div.gmnoprint[title="Your location"] {
        margin: -10px 0 0 -10px;
    }
}

/* ANIMATIONS */

.display-animation {
}

.display-animation-item {
    opacity: 0;
    -webkit-transform: translateY(17px) scale(.99);
    transform: translateY(17px) scale(.99);
    -webkit-transition-property: translateY opacity scale;
    transition-property: translateY opacity scale;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.display-animation-item.animated {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.fade-animation-item {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.fade-animation-item.animated {
    opacity: 1;
}

.animate-out {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

/* LOADING BAR */

@-webkit-keyframes load-bar-grow {
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes load-bar-grow {
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes load-bar-background {
    0% {
        background-color: #0B486B;
    }
    33% {
        background-color: #A8DBA8;
    }
    66% {
        background-color: #79BD9A;
    }
}

@keyframes load-bar-background {
    0% {
        background-color: #0B486B;
    }
    33% {
        background-color: #A8DBA8;
    }
    66% {
        background-color: #79BD9A;
    }
}

.list-load-bar {
    -webkit-animation: load-bar-background;
    animation: load-bar-background;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    display: block;
    height: 3px;
    overflow: hidden;
    z-index: 9001;
    /* Over 9000 */
}

.list-load-bar::after, .list-load-bar::before {
    -webkit-animation-name: load-bar-grow, load-bar-background;
    animation-name: load-bar-grow, load-bar-background;
    -webkit-animation-duration: 2000ms, 6000ms;
    animation-duration: 2000ms, 6000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out, steps(1);
    animation-timing-function: ease-out, steps(1);
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    width: 50%;
}

.list-load-bar::after {
    right: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.list-load-bar::before {
    left: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

/* Above phone */
@media (min-width: 768px) {
    .content.left {
        padding: 9% 56.5% 0 13%;
    }

    .content.right {
        padding: 9% 13% 0 56.5%;
    }

    .content.color-inverse p {
        color: #fff;
    }

    .content > p {

    }

    .content-bg-1 {
        background: url('../img/about-bg-1-1.jpg');
    }

    .content-bg-2 {
        background: url('../img/about-bg-2-1.jpg');
    }

    .content-bg-3 {
        background: url('../img/about-bg-3.jpg');
    }

    .content-bg-4 {
        background: url('../img/about-bg-4-1.jpg');
    }
}

.btn {
    border: 2px solid #BDBDBD;
    border-radius: 2px;
    display: inline-block;
    padding: 7px 10px;
    margin: 15px 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.figure {
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    margin-bottom: 21px;
}

.figure-1 {
}

/* Above phone */
@media (min-width: 768px) {
    .figure {
        margin: auto;
        position: absolute;
        top: 13%;
        width: auto;
    }

    .figure-right {
        right: 8%;
    }

    .figure-left {
        left: 8%;
    }
}

@media (min-width: 769px) {
    .figure-right {
        right: 13%;
    }
}

/* Phone */
@media (max-width: 768px) {

    .mobile-container {
        padding: 0px;
    }

    .content-container {
        padding: 15px 0;
    }

    .paper--home:hover {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
        -webkit-transform: scale(1.02) translateY(-3 px);
        transform: scale(1.02) translateY(-3px);
    }

}

/* Phone and Up */
@media (min-width: 768px) {

    .hero {

    }

    .hero-prompt {
        margin: 2em 0 0;
    }

    .tab-list li {
        width: 125px;
    }
    .tab-list__active {
        width: 125px;
    }
    .tab-list li.is-active:nth-child(2) ~ .tab-list__active {
        left: 125px;
    }
    .tab-list li.is-active:nth-child(3) ~ .tab-list__active {
        left: 250px;
    }

    .paper__top {
    }

}



