﻿/*------------------------------------------------------------------------------------------------------------------------
 
 @package: Sadaka
 @author: Ouarmedia/Farouk BLALOU
 @version: 1.0
 
 --------------------------------------------------------------------------------------------------------------------- */

/* =============================================================================
  Base
========================================================================== */
body {
    font-family: Arial,Verdana,sans-serif;
    color: #313131;
}

h1,
h2,
h3,
h4 {
    font-family: Arial,Verdana,sans-serif;
}

h1, h2, h3 {
    color: rgba(82,35,152,1);
    margin: 10px 0;
}

a {
    color: rgba(82,35,152,1);
}

    a:hover, a:active {
        color: rgba(82,35,152,1) !important;
    }

.page-content ul {
    text-indent: -15px;
    margin-left: 15px;
}

.page-content li {
    line-height: 26px;
}

header a {
    color: white;
}

    header a:hover, header a:focus, header a:active {
        color: white;
        border-bottom: 0px;
    }

.header-social a {
    color: rgba(82,35,152,1);
}

    .header-social a:hover, .header-social a:focus, .header-social a:active {
        color: rgba(82,35,152,1) !important;
    }



/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */

.head-tfi-logo {
    float: right;
    width: 110px;
    margin-left: 47px;
}

.navbar-static-top {
    margin: 0;
    border: 0;
    color: #fff;
}

.navbar-top {
    font-size: 12px;
    padding: 10px 0 10px 0;
}

    .navbar-top .list-inline {
        margin-bottom: 0;
    }

    .navbar-top .header-contact li {
        margin-right: 15px;
    }

        .navbar-top .header-contact li .fa {
            margin-right: 5px;
        }

.navbar-main {
    margin-bottom: 0;
    color: rgba(82,35,152,1);
    background: white;
}

    .navbar-main .navbar-brand {
        border-bottom: none !important;
    }

    .navbar-main li:active,
    .navbar-main li:focus,
    .navbar-main li.is-active {
        background: rgb(68, 20, 140) !important;
        color: white !important;
    }

.pay-sfn-banner {
    background: rgba(82,35,152,1);
    display: block;
    padding: 14px;
}

    .pay-sfn-banner h1 {
        color: white;
        margin: 0;
        font-size: 32px;
    }

.navbar-main .submenu {
    position: absolute;
    list-style: none;
    background: rgb(68, 20, 140);
    padding: 0;
    left: 0;
    visibility: hidden;
    top: 85px;
    -moz-transition: all, 0.05s;
    -o-transition: all, 0.05s;
    -webkit-transition: all, 0.05s;
    transition: all, 0.05s;
}

    .navbar-main .submenu li {
        width: 50%;
        float: left;
        padding: 9px 0;
        color: white;
        border-right: 1px solid #563292;
    }

.submenu {
    width: 560px;
    color: rgba(82,35,152,1);
}

.navbar-main .submenu li:hover {
    background: rgba(200, 171, 249, 0.48);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.navbar-main .submenu li a {
    width: 100%;
    border-bottom: none;
    text-decoration: none;
    padding: 0 25px;
    display: block;
    font-size: 16px;
}
/*.navbar-main li a {
  font-family: Arial,Verdana,sans-serif;
  font-size: 16px;
  padding: 9px 28px;
}*/

.navbar-main li:hover .submenu {
    top: 38px;
    visibility: visible;
    -moz-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
    transition: all, 0.25s;
}

.navbar-toggle {
    border-radius: 4px;
    border: 0;
}

.navbar-main .icon-bar, .icon-bar {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px;
    border-radius: 1px;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
/*** MAIN NAVIGATION ***/
.nav-main {
    display: block;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}

    .nav-main ul {
        position: relative;
        zoom: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }


    .nav-main .navbar-nav a {
        display: block;
        position: relative;
        line-height: 20px;
        text-decoration: none;
    }

        .nav-main .navbar-nav a:hover,
        .nav-main .navbar-nav a:focus,
        .nav-main .navbar-nav a:active {
            background: rgb(68, 20, 140);
            color: white !important;
            border: 0;
        }

    .nav-main li:hover > ul {
        /*display: block;*/
    }

    .nav-main .submenu-dropdown {
        /*display: none;*/
        background: rgb(68, 20, 140);
    }

.touch .nav-main .submenu-dropdown {
    display: none;
}

@media only screen and (min-width: 768px) {
    .nav-main {
        position: relative;
        overflow: visible;
    }

        .nav-main li {
            position: relative;
            white-space: nowrap;
        }

            .nav-main li a {
                padding: 9px 33px;
                font-size: 16px;
            }

        .nav-main > ul > li {
            float: left;
            border-right: 1px solid #7e57bf;
        }

        .nav-main > ul > .last {
            border-right: none;
        }

            .nav-main > ul > .last > .submenu-dropdown {
                left: -449px;
            }

        .nav-main .submenu-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 901;
            background: rgb(68, 20, 140);
            padding: 0;
            left: 0;
            width: 560px;
            -moz-transition: all, 0.05s;
            -o-transition: all, 0.05s;
            -webkit-transition: all, 0.05s;
            transition: all, 0.05s;
        }

    .no-touch .nav-main .submenu-dropdown {
        visibility: hidden;
        top: 85px;
    }

    .no-touch .nav-main > ul > li:hover > .submenu-dropdown {
        top: 38px;
        visibility: visible;
        -moz-transition: all, 0.25s;
        -o-transition: all, 0.25s;
        -webkit-transition: all, 0.25s;
        transition: all, 0.25s;
    }

    .nav-main .submenu-dropdown li {
        width: 50%;
        float: left;
        color: white;
        border-right: 1px solid #563292;
    }

    .nav-main .submenu-dropdown a:hover {
        background: rgba(200, 171, 249, 0.48);
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s;
    }
}

@media (max-width: 1200px) and (min-width: 990px) {
    .nav-main li a {
        padding: 9px 18px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .nav-main li a {
        padding: 10px 9px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-main li a {
        padding: 10px 9px;
        font-size: 13px;
    }

    .nav-main .submenu-dropdown li > a {
        padding: 9px 25px;
        padding-left: 30px;
    }
}

/* Home Slider 
================================= */
.carousel-home img {
    width: 100%;
}

.carousel-home .carousel-control {
    background: transparent;
    height: 80px;
    width: 40px;
    top: 50%;
    margin-top: -40px;
    -moz-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s;
}

    .carousel-home .carousel-control .fa {
        font-size: 2.5em;
        padding-top: 12px;
    }

    .carousel-home .carousel-control:hover {
        width: 50px;
    }

.carousel-home .carousel-caption {
    top: 52%;
    bottom: auto;
    transform: translateY(-50%);
}

.carousel-home .carousel-title {
    color: #fff;
    font-family: Arial,Verdana,sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-home .carousel-subtitle {
    font-size: 21px;
    text-transform: uppercase;
}


/* home/ about-us 
================================= */
.about-us {
    margin: 15px 0;
}

.about-us-col {
    height: 325px;
    padding: 25px;
    text-align: center;
    background-color: #0076a3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjMTE1YjliIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMjkwZjgiLz48c3RvcCBvZmZzZXQ9IjEyNSUiIHN0b3AtY29sb3I9IiMxMTViOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
    background-image: -webkit-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
    background-image: linear-gradient(160deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
    color: #fff;
}

    .about-us-col .col-icon-wrapper {
        min-height: 80px;
    }

    .about-us-col .col-title {
        text-transform: uppercase;
    }

    .about-us-col .col-details {
        text-align: justify;
        margin-bottom: 25px;
        min-height: 80px;
    }

/* home/reasons 
================================= */
.home-reasons {
    margin: 25px 0;
}

.reasons-col {
    position: relative;
    overflow: hidden;
}

    .reasons-col img {
        width: 100%;
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .reasons-col .reasons-titles {
        position: absolute;
        bottom: 0;
        text-align: center;
        background: rgba(31, 118, 189, 0.8);
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        height: 125px;
        padding: 25px 0;
    }

    .reasons-col .reasons-title {
        font-weight: bold;
    }

    .reasons-col .on-hover {
        position: absolute;
        top: 0;
        bottom: 125px;
        width: 100%;
        padding: 25px;
        color: #fff;
        text-align: justify;
        background: rgba(31, 118, 189, 0.9);
        border-bottom: 1px solid #fff;
        visibility: hidden;
        opacity: 0;
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .reasons-col:hover .on-hover {
        visibility: visible;
        opacity: 1;
        padding: 50px;
        -moz-transition: all, 1s;
        -o-transition: all, 1s;
        -webkit-transition: all, 1s;
        transition: all, 1s;
    }

    .reasons-col:hover img {
        -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
        -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
        transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
    }

/* home/causes
================================= */
.cause {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border: 1px solid #1f76bd;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .cause .cause-progress {
        margin: 0 10px 15px;
        border: 1px solid #1f76bd;
        border-radius: 3px;
    }

        .cause .cause-progress .progress-bar {
            background: #1f76bd;
            box-shadow: none;
        }

    .cause .cause-img {
        margin-bottom: 15px;
        width: 100%;
    }

    .cause .cause-title {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .cause .cause-details {
        text-align: justify;
        padding: 0 15px;
        font-size: 13px;
        margin-bottom: 15px;
        min-height: 115px;
    }

    .cause:hover {
        background: #f0f0f0;
        color: #144d7b;
        border-color: #144d7b;
    }


@media (min-width:1201px) {
    .status-more {
        font-size: 14px;
        background: rgb(0, 193, 124);
        padding: 5px 2px;
    }
}



@media (max-width:1200px) {
    .stops-linear-map {
        display: none;
    }

    .status-more {
        display: none;
    }

    .news-slide-overlay .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* Team 
================================= */
.team-member {
    background: #1f76bd;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #1f76bd;
}

    .team-member .thumnail img {
        width: 100%;
    }

    .team-member .member-name {
        font-weight: bold;
    }

    .team-member .member-position {
        padding: 0 15px 5px;
    }

/* footer 
================================= */
.footer-top {
    background: #cdcdcd;
    height: 40px;
}

.main-footer {
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 4%, rgba(230,230,230,1) 16%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(4%, rgba(219,219,219,1)), color-stop(16%, rgba(230,230,230,1)), color-stop(30%, rgba(254,254,254,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 4%, rgba(230,230,230,1) 16%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 4%, rgba(230,230,230,1) 16%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 4%, rgba(230,230,230,1) 16%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 4%, rgba(230,230,230,1) 16%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    color: #878787;
    border-top: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: bold;
}

    .main-footer .footer-main {
        padding: 30px 0;
    }

    .main-footer .footer-title {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .main-footer .footer-title .title-under {
            background: #fff;
            margin: 15px 0;
            text-align: left;
        }

            .main-footer .footer-title .title-under:after {
                margin: 0;
                background: #fff;
            }

    .main-footer .footer-content {
        text-align: justify;
        font-size: 13px;
    }

    .main-footer .tweet {
        font-size: 13px;
    }

        .main-footer .tweet:after {
            content: "";
            height: 1px;
            display: block;
            background: #115c9b;
            width: 150px;
            margin: 15px auto;
        }

        .main-footer .tweet:last-child:after {
            display: none;
        }

.footer-bottom {
    background: #115c9b;
    padding: 3px;
}

.footer-form .form-group {
    margin-bottom: 5px;
}

.footer-form .form-control {
    background: #115c9b;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #fff;
    resize: none;
}

.footer-form .btn-submit {
    border-radius: 0;
    background: #115c9b;
    text-transform: uppercase;
    border: 1px solid #fff;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .footer-form .btn-submit:hover {
        background: #fff;
    }

.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
    color: #fff;
}

.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
    color: #fff;
}

.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
    color: #fff;
}

.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: #fff;
}

/* Pages 
================================= */
.page-heading {
    background: url('../images/heading-bg.jpg?1428795369') no-repeat center;
    background-size: cover;
    min-height: 190px;
    color: #fff;
    padding: 25px 15px;
    margin-bottom: 50px;
}

    .page-heading .title-under {
        background: #fff;
    }

.page-description {
    font-size: 18px;
}

.main-container {
    margin-bottom: 50px;
}

/* Pages/Gallery 
================================= */
.gallery-item {
    padding: 0;
    display: block;
    margin: 0;
}

    .gallery-item img {
        width: 100%;
    }

.contact-items {
    margin-top: 30px;
}

    .contact-items .contact-item {
        margin-bottom: 10px;
        vertical-align: middle;
        font-size: 16px;
    }

    .contact-items .contact-icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #1f76bd;
        vertical-align: middle;
        margin-right: 5px;
        color: #fff;
        text-align: center;
    }

        .contact-items .contact-icon .fa {
            vertical-align: sub;
            font-size: 20px;
            margin-top: 7px;
        }

/* contact 
================================= */
.contact-map {
    height: 350px;
    background: #ccc;
}

form .alert {
    display: none;
}

/* Causes 
================================= */
.cause-carousel {
    margin-top: 15px;
    margin-bottom: 30px;
}

/* =============================================================================
	Module
========================================================================== */
.btn-primary {
    background: rgba(82,35,152,1);
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    border: 1px solid transparent;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .btn-primary:hover {
        background: rgb(68, 20, 140);
        color: white;
        border: 1px solid rgb(68, 20, 140);
    }

.btn-secondary {
    background: #fff;
    color: #1f76bd;
    border-radius: 0;
}

    .btn-secondary:hover {
        background: #1f76bd;
        color: #fff;
    }

.title-style-1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 50px;
}

.title-style-2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px;
}

    .title-style-2 .title-under {
        display: block;
        margin: 5px 0;
    }

        .title-style-2 .title-under:after {
            margin: 0;
            margin-top: 10px;
        }

.title-under {
    display: block;
    margin: 5px auto;
    background: #1f76bd;
    height: 1px;
    width: 280px;
}

    .title-under:after {
        content: '';
        display: block;
        width: 100px;
        background: inherit;
        height: 2px;
        margin: 0 auto;
        margin-top: 10px;
    }

/* Modal
================================= */
.form-control {
    border-radius: 0;
    box-shadow: none;
}

/* Tables
================================= */

td {
    padding: 5px 12px;
    border: 1px solid #d0d0d0;
}


.table {
    color: #5f5f5f;
    width: 100%;
}

    .table td {
        border: 1px solid #d0d0d0;
    }

.table-style-1 thead {
    background: #1f76bd;
    border-bottom: 1px solid #144d7b;
    color: #fff;
}

.table-style-1 td,
.table-style-1 th {
    border-bottom: 1px solid #1f76bd;
}

.table-style-2 thead {
    background: #115c9b;
    border-bottom: 1px solid #144d7b;
    color: #fff;
}

.table-style-2 tbody tr:nth-child(even) {
    background: #1f76bd;
    color: #fff;
}

.table-style-2 td,
.table-style-2 th {
    border-bottom: 1px solid #1f76bd;
}

/* Tabs
================================= */
.nav-tabs {
    margin-bottom: 15px;
}

.desktop-stop-tabs .green-red-tab-items.lower li a {
    color: #313131 !important;
}

.green-red-tab-items.lower li a:active {
    color: #313131 !important;
}


.green-red-tab-items.lower li a:focus {
    color: #313131 !important;
}

.green-red-tab-items a:active {
    color: white !important;
}

.green-red-tab-items a:focus {
    color: white !important;
}

.nav-tabs > li.active,
.nav-tabs > li.focus {
    color: white;
}

.nav-tabs > li > a {
    border-radius: 0;
}



.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
    background: rgb(68, 20, 140);
    color: white;
}

/* Accordion
================================= */
.panel-default {
    border-color: #1f76bd;
    border-radius: 0;
}

    .panel-default > .panel-heading {
        background: #1f76bd;
        color: #fff;
    }

        .panel-default > .panel-heading:hover {
            background: #115c9b;
        }

/* Modal
================================= */
.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    background: rgba(82,35,152,1);
    color: #fff;
}

    .modal .modal-header .close {
        font-style: 26px;
    }

.lightbox {
    position: relative;
    display: block;
    overflow: hidden;
}

    .lightbox img {
        -moz-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s;
    }

    .lightbox .on-hover {
        position: absolute;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        color: #fff;
        background: rgba(31, 118, 189, 0.75);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        -webkit-transition: all, 0.6s;
        transition: all, 0.6s;
    }

        .lightbox .on-hover .hover-caption {
            text-align: center;
            position: absolute;
            bottom: 25px;
            left: 5px;
            right: 5px;
            font-style: 18px;
            display: block;
            font-family: Arial,Verdana,sans-serif;
            bottom: -50px;
            -moz-transition: all, 0.6s;
            -o-transition: all, 0.6s;
            -webkit-transition: all, 0.6s;
            transition: all, 0.6s;
        }

        .lightbox .on-hover:before {
            content: "";
            display: block;
            width: 46px;
            height: 48px;
            position: absolute;
            background: url('../images/icons/zoom-icon.png?1428101315');
            top: 50%;
            left: 50%;
            margin-top: -23px;
            margin-left: -24px;
        }

    .lightbox:hover .on-hover {
        visibility: visible;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

        .lightbox:hover .on-hover .hover-caption {
            bottom: 25px;
        }

    .lightbox:hover img {
        -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
        -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
        transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
    }

/* Ow carousel
================================= */
.owl-next,
.owl-prev {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    border: 2px solid;
    text-align: center;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .owl-next:hover,
    .owl-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

.owl-next {
    left: auto;
    right: 0;
}

/* =============================================================================
	Responsive
========================================================================== */
@media (max-width: 1200px) {
    .jp-results-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .jp-results-container img {
            width: 100%;
        }
}



/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
    .about-us-col {
        padding: 15px;
    }

    .reasons-col:hover .on-hover {
        padding: 15px;
    }

    .reasons-col:hover .on-hover {
        padding: 25px;
    }
}
/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
    .carousel-home .carousel-title {
        font-size: 18px;
    }

    .carousel-home .carousel-subtitle {
        font-size: 18px;
    }

    .about-us-col {
        margin-bottom: 25px;
    }

    .team-member {
        margin-bottom: 25px;
    }

    .reasons-col {
        margin-bottom: 25px;
    }

    .footer-col {
        margin-bottom: 50px;
    }
}
/* Small devices (tablets, 768px and Down) */
@media (max-width: 768px) {
    .header-contact {
        text-align: center;
    }

    .live-info-area {
        margin: 0 !important;
    }

    .header-contact li {
        margin: 0 !important;
    }

    .header-social {
        text-align: center;
    }

    .navbar-main #navbar {
        float: none !important;
    }

        .navbar-main #navbar a {
            border-bottom: none;
        }

    .navbar-main .navbar-brand {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .navbar-main .submenu {
        position: initial;
        display: none;
        width: 100%;
    }

    .navbar-main li:hover .submenu,
    .navbar-main li:active .submenu,
    .navbar-main li:focus .submenu {
        display: block;
    }

        .navbar-main li:hover .submenu li,
        .navbar-main li:active .submenu li,
        .navbar-main li:focus .submenu li {
            background: #115c9b;
            border-top-color: #1f76bd;
        }

    .carousel-home .carousel-subtitle {
        font-size: 16px;
    }

    .carousel-home .carousel-control {
        height: 40px;
        width: 20px;
        top: 50%;
        margin-top: -20px;
    }

        .carousel-home .carousel-control .fa {
            font-size: 1.5em;
            padding-top: 4px;
        }

    .col-form {
        margin-bottom: 25px;
    }
}
/* Extra Small devices (tablets, 480px and Down) */

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-main li a {
        padding: 9px 8px;
    }

    .live-info-box .dropdown {
        width: 50%;
        float: left;
    }

    .live-info-box > .row > .col-md-4 > .btn {
        margin: 0;
        text-align: center;
        padding: 3px 15px;
        margin: 0 !important;
    }

    .slide-overlay {
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .slide-overlay .col-sm-12 {
            padding: 0;
        }
}


@media (min-width: 990px) and (max-width: 1200px) {
    .navbar-main li a {
        padding: 9px 18px;
    }
}

@media (max-width: 990px) {
    .foot-logo {
        width: 100%;
    }
}

@media (max-width: 508px) {
    .navbar-top {
        display: none !important;
    }

    .navbar-toggle {
        margin: 20px 5px 0 0px !important;
    }

    .quick-links-mobile li {
        display: inline-block;
        color: #878787;
        padding-right: 2%;
        padding-left: 2%;
        font-size: 12px;
        border-right: 1px solid #AFAFAF;
        font-weight: bold;
    }

    .quick-links-mobile {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

        .quick-links-mobile li.first {
            border-left: 1px solid #AFAFAF;
        }
}


@media (min-width: 481px) {
    .quick-links-mobile {
        text-align: left;
    }
}


@media (min-width: 508px) {
    .quick-links-mobile {
        display: none !important;
    }
}




@media (max-width: 615px) {
    .desktop-stop-tabs {
        display: none;
    }
}



@media (max-width: 480px) {
    .dev-by-col {
        text-align: center !important;
    }

    .news-slide-overlay {
        height: auto !important;
    }

    .events-block-head img {
        margin: 0 4px 1px 0 !important;
    }

    .stop-dropdwn.stop-page {
        display: none;
    }

    .opHoursContent {
        padding: 0 !important;
    }

    .green-red-tab-items {
        margin-bottom: 10px !important;
    }

    .stop-dropdwn {
        float: left !important;
        margin-top: 5px;
    }

    .news-centre-item > .col-md-7 {
        padding-bottom: 15px;
        z-index: 1;
    }

    .ticket-page-row > .col-md-3 {
        width: 100%;
    }

    .ticket-page-row > a > .col-md-3 {
        width: 100%;
    }

    .ticket-icon-box {
        font-size: 13px !important;
    }

        .ticket-icon-box img {
            width: 35px !important;
            margin-bottom: 4px;
        }

    .dropdown-bfc .btn {
        width: 100% !important;
    }

    .dropdown-bfc {
        width: 100%;
    }

    .bfctext {
        font-size: 18px !important;
    }

    .stop-page-wrapper {
        margin-bottom: 0 !important;
    }

    .event-table tr {
        border-bottom: 1px dashed gray;
    }

    .event-table td {
        width: 50%;
    }

    .event-img-column {
        margin-bottom: 10px;
    }

    .bfc-result-box {
        display: none;
    }

    .bfc-large-col {
        margin: 0 7px;
    }

    .navbar-header {
        height: 65px;
    }

    .footer-phone-email {
        margin: 10px 0;
        text-align: center;
    }

    .company-logos {
        margin-bottom: 20px;
    }

    .footer-apps {
        margin: 10px 0;
    }

    .footer-social {
        border-top: 0px !important;
    }

    .footer-flags {
        border-top: 0px !important;
        text-align: center;
        float: none !important;
        padding: 0;
    }

    .footer-right p {
        display: none;
    }

    .jp-div-home {
        display: none;
    }
    /*#slideshow {
height:265px !important;
}*/
    .sfn-row {
        display: none;
    }

    .submenu-item {
        display: none;
    }

    .submenu {
        display: none;
    }

    .jp-results-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .jp-results-container img {
            width: 100%;
        }

    .closest-stop-mobile {
        margin: 10px 0;
    }

        .closest-stop-mobile img {
            width: 20px !important;
            float: left;
            margin-right: 9px;
        }

        .closest-stop-mobile p {
            color: rgba(82,35,152,1);
            font-weight: bold;
        }

    .closest-stop {
        display: none;
    }

    .mobile-news-date {
        margin: 10px -15px;
    }

    .desktop-news-date {
        display: none;
    }

    .news-centre-item table {
        text-align: center !important;
    }

    .news-centre-img {
        width: 100%;
    }

    .more-icon-box img {
        width: 30px !important;
    }

    .footer-menu {
        text-align: center !important;
        padding: 0;
    }

    .footer-menu-row {
        margin: 0;
    }

    .footer-menu-row {
        margin: 0
    }

    .footer-social {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

    .social-flags-row {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .footer-social li {
        margin: 0 5px !important;
    }

    .event-date {
        text-align: left;
        font-weight: normal;
        font-size: 12px;
    }

    .mobile-event-details {
        border-top: 1px solid #cccccc;
        padding-top: 7px;
    }

    .event-extract {
        display: none;
    }

    .mobile-info-section {
        padding: 0;
    }

    .stop-heading {
        font-size: 19px;
        border-bottom: 1px solid rgba(82,35,152,1);
    }

    .stop-page-wrapper {
        border-bottom: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }

    .stop-dropdwn button {
        margin: 0 !important;
    }

    .stop-table {
        padding: 0;
        margin-top: 5px;
    }

    .mobile-background {
        background-image: url('../images/slider/Slider-2.jpg');
    }

    .navbar-main > .row > input {
        display: none;
    }

    .more-icon-box {
        background: rgba(82,35,152,1) !important;
        color: white !important;
        font-size: 20px !important;
        border-radius: 5px !important;
        height: 50px !important;
        margin: 3px 0;
        text-align: center;
        margin: 3px 0 !important;
        width: 100%;
    }

    .more-row {
        margin-bottom: 0 !important;
    }

    .event-search-box {
        padding: 2px !important;
        width: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 15;
        border: 0px !important;
    }

    .event-search {
        width: 100%;
        margin: 5px 0;
    }

    .event-type {
        width: 100%;
    }

    .jp-div {
        float: none !important;
    }

    .closest-stop {
        margin-bottom: 15px;
    }

    .poll-option-left {
        text-align: center !important;
    }

    .poll-option-right {
        text-align: center !important;
    }

    .carousel-home .carousel-title {
        font-size: 16px;
        margin: 0;
    }

    .carousel-home .carousel-subtitle {
        font-size: 14px;
        margin: 0;
    }

    .carousel-home .carousel-indicators {
        bottom: 0;
    }

    .navbar-main > .container > .row > input {
        display: none !important;
    }

    .home-right {
        width: 100% !important;
        padding: 0;
    }

    .jp-div {
        width: 100%;
    }

    #jp_wrapper #jp_basic {
        width: 100% !important;
    }

    .jp_bottom_links {
        display: none !important;
    }

    .navbar-nav {
        margin: 0 !important;
    }
}
/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
    visibility: hidden;
}

.animated {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.slow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

    .animated.fadeIn {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#jp_wrapper #jp_basic {
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
}

    #jp_wrapper #jp_basic h3 {
        position: relative;
        color: #FFF;
        text-align: center;
        margin: 0;
        font-weight: bold;
        vertical-align: middle;
        background: #00B273;
        font-size: 16px;
        float: left;
        padding: 8px 0;
    }

#jp_basic > .row > img {
    float: left;
    margin-right: 20px;
}

#jp_basic > .row {
    padding: 20px 35px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 0;
    background: #00B273;
}

.fa-star {
    color: #9F9F9F !important;
    margin-right: 15px;
}

.fa-flag {
    color: #9F9F9F !important;
    margin-right: 15px;
}

.fa-calendar {
    margin-right: 10px;
}

.carousel-caption .btn {
    background: #000000;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 4px 13px;
    font-weight: bold;
}

.news-item-block .btn {
    background: #000000;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    padding: 4px 13px;
    font-weight: bold;
}


.carousel-caption .btn:hover {
    background: #353535;
}

.news-item-block .btn:hover {
    background: #353535;
}

.event-item .btn:hover {
    background: #353535;
}


.carousel-indicators {
    display: none;
}

#jp_wrapper #jp_basic .jp_more_options {
    float: left;
    width: 50%;
    display: block;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    text-decoration: underline;
    color: #00B273;
    font-size: 14px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    cursor: pointer;
    text-shadow: none !important;
}

#jp_wrapper #jp_basic .jp_submit {
    float: left;
    width: 50%;
    display: block;
    background: #00b273;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    height: 50px;
    padding-top: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#jp_wrapper #jp_basic .jp_basic_inner input[type='text'] {
    outline: none;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

#jp_wrapper #jp_basic .jp_basic_inner .jp_from {
    width: 100%;
    padding: 8px 10px 0 10px;
    background: #e4e4e4;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
}

#jp_wrapper #jp_basic .jp_basic_inner {
    float: left;
    width: 100%;
    padding: 13px 20px 22px 20px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}


.jp-span {
    color: #00b273;
    font-weight: bold;
    font-size: 12px;
}

#jp_wrapper #jp_basic .jp_basic_inner input[type='text'] {
    outline: none;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

#jp_wrapper #jp_basic .jp_basic_inner .jp_to {
    width: 100%;
    padding: 8px 10px 0 10px;
    background: #e4e4e4;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
}

#jp_wrapper #jp_basic .jp_basic_inner .jp_datepicker {
    width: 50%;
    float: left;
    padding: 8px 10px 0 10px;
    background: #e4e4e4;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
}

input, select {
    color: #222;
}

#jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
    overflow: hidden;
    float: left;
    width: 50px;
    border: 1px solid #cdcdcd;
    background: #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    height: 40px;
    padding: 8px 0 0 10px;
    margin-left: 15px;
}

    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper select {
        width: 120px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: 0;
        background: transparent;
        font-size: 14px;
    }

#jp_wrapper #jp_basic .jp_basic_inner .colon {
    display: block;
    float: left;
    padding: 8px 0px 8px 4px;
}

#jp_wrapper #jp_basic .jp_basic_inner .jp_minute_wrapper {
    margin-left: 6px;
}

#jp_wrapper #jp_basic .jp_basic_inner label {
    font-size: 14px;
    color: #405965;
    margin: 0 15px 0 8px;
    text-shadow: none !important;
    font-weight: normal;
}

#jp_wrapper #jp_basic .widget_tabs li {
    float: left;
    height: 48px;
    list-style: none outside none;
    padding-top: 15px;
    text-align: center;
    width: 50%;
    font-size: 11px;
}

    #jp_wrapper #jp_basic .widget_tabs li.active a {
        color: #00b273 !important;
        text-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
        font-weight: bold;
        float: left;
    }

#jp_wrapper .jp_bottom_links {
    width: 300px;
    border: 1px solid #cdcdcd;
}

.jp-div {
    float: left;
}

/*.home-right {
width:72%;
}*/

.jp_bottom_links li:nth-child(1), .jp_bottom_links li:nth-child(2) {
    border-right: 1px solid #cdcdcd;
}

.jp_bottom_links li:nth-child(1) {
    width: 80px;
}

.jp_bottom_links li {
    background-color: #fafafa;
    color: #00B273;
    float: left;
    font-weight: 700;
    height: 65px;
    list-style: none outside none;
    text-align: center;
    width: 33.3%;
    padding-top: 10px;
}

.jp_bottom_links span {
    cursor: pointer;
    background: url('../images/bottom-sprite.png') repeat scroll 0 0 rgba(0,0,0,0);
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 25px;
}

.jp_bottom_links li:nth-child(2), .jp_bottom_links li:nth-child(3) {
    width: 110px;
    border-left: 1px solid #ffffff;
}

#navbar {
    width: 100%;
    margin-top: 10px;
}

    #navbar li a:hover {
        color: white;
    }

.navbar-top .header-contact li {
    color: rgba(82,35,152,1);
}

.list-unstyled.list-inline.header-social {
    margin-top: 2px;
    color: rgba(82,35,152,1);
    text-align: right;
    display: inline;
    line-height: 21px;
}

    .list-unstyled.list-inline.header-social li {
        color: rgba(82,35,152,1);
        padding-right: 5%;
        padding-left: 5%;
        font-size: 12px;
        border-right: 1px solid rgba(82,35,152,1);
        font-weight: bold;
    }

        .list-unstyled.list-inline.header-social li.first {
            border-left: 1px solid rgba(82,35,152,1);
        }

.q-search {
    background: white !important;
    padding: 1px 15px !important;
    color: rgba(82,35,152,1) !important;
    border: 1px solid rgba(82,35,152,1) !important;
    border-radius: 5px;
}

.navbar-toggle {
    background-color: rgba(82,35,152,1);
}

.latest-news-block {
    border: 1px solid #cdcdcd;
    float: left;
    margin: 0 0 18px -15px;
}

.events-newsletter-block {
    float: left;
}


.latest-news-block h3 {
    background: rgba(82,35,152,1);
    text-align: left;
    color: white;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
}


.latest-news-block .fa {
    padding: 0 34px 0 17px;
}

.newsletter-block {
    margin: 0;
    margin-bottom: 15px;
}

.events-block {
    border: 1px solid #a2a2a2;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.event-item {
    border: 1px solid #cdcdcd;
}

.q-search:hover {
    background: rgba(82,35,152,1);
    color: white;
}

.events-block-head img {
    margin: 0 34px 1px 17px;
}

.events-block-head h3 {
    background: rgba(82,35,152,1);
    text-align: left;
    color: white;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: 1px solid #7e61ad;
}

.news-item-block {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.news-block-h4 {
    color: rgba(82,35,152,1);
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.status-box {
    background: rgba(0, 146, 94, 0.93);
    margin-top: 3px;
    border: 1px solid rgba(9, 187, 124, 0.6);
    text-align: left;
    text-shadow: none;
    font-weight: bold;
    width: 100%;
    z-index: 1;
    padding: 6px;
}

    .status-box h3 {
        font-size: 15px;
        color: #f9f9f9;
        margin-top: 5px;
    }

    .status-box h2 {
        font-size: 22px;
        color: #f9f9f9;
        margin-top: 5px;
        font-weight: bold;
    }

    .status-box p {
        float: right;
        color: white;
        font-size: 11px;
    }

.mini-head-menu {
    float: right;
}


.live-info-box {
    background: rgba(84, 47, 146, 0.89);
    border: 1px solid rgba(60, 0, 160, 0.58);
    padding: 6px;
    text-align: left;
    text-shadow: none;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
}

    .live-info-box h2 {
        font-size: 22px;
        color: #f9f9f9;
        margin-top: 5px;
        font-weight: bold;
    }



.events-item-block {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.news-block-h2 {
    color: rgba(82,35,152,1);
    position: absolute;
    padding: 6%;
    font-weight: 600;
}



.footer-flags li {
    display: inline-block;
    margin: 0 3px;
}


.footer-social li {
    display: inline-block;
    margin: 0;
}

.footer-right img {
    float: right;
}

.footer-flags {
    float: left;
    padding-left: 0;
    padding-top: 5px;
    margin-top: 10px;
}

.footer-social {
    float: right;
    padding: 0;
}

.footer-menu {
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding-left: 0;
}


    .footer-menu li {
        display: inline-block;
        color: #878787;
        padding-right: 2%;
        padding-left: 2%;
        font-size: 12px;
        border-right: 1px solid #AFAFAF;
        font-weight: bold;
    }

        .footer-menu li.first {
            border-left: 1px solid #AFAFAF;
        }

.navbar-nav > li {
    border-right: 1px solid #7e57bf;
    background: rgba(82,35,152,1);
    color: white;
}

    .navbar-nav > li.first {
        border-left: 1px solid rgba(82,35,152,1);
    }

.live-info-box > .dropdown.open > .dropdown-menu {
    width: 100%;
    background: rgba(82,35,152,1);
    opacity: 0.9;
    color: white;
}

    .live-info-box > .dropdown.open > .dropdown-menu li a:hover {
        color: rgba(82,35,152,1) !important;
    }


.navbar-nav {
    margin-bottom: 15px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(209,205,209,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(209,205,209,1);
    box-shadow: 5px 5px 5px 0px rgba(209,205,209,1);
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 100%;
    background-color: rgba(82,35,152,1);
}

.navbar-top > .container > .row > .text-right > .dropdown.open {
    float: right;
}

.navbar-nav li.last {
    border-right: none;
}

.navbar-nav > li.last > .submenu {
    left: -449px;
}

.events-block-head {
    margin: 0;
    text-align: left;
    background: rgba(82,35,152,1);
    color: white;
}

.slide-overlay {
    position: absolute;
}

@media (min-width:1300px) {
    .slide-overlay {
        top: 12px;
    }
}

@media (max-width:1300px) {
    .slide-overlay {
        top: 0;
    }
}

.st_facebook .st_twitter .st_linkedin .st_pinterest .st_blogger .st_googleplus .st_email {
    float: left !important;
}

.newsletter-block > .carousel > .carousel-inner {
    overflow: hidden;
}

    .newsletter-block > .carousel > .carousel-inner > .item > img {
        height: 124px;
    }

@media (max-width:480px) {
    .company-logos {
        display: none;
    }

    .foot-logo {
        width: 100% !important;
        height: auto !important;
    }

    .company-logos-mobile {
        margin: 15px 0;
    }
}




@media (max-width:468px) {
    .foot-logo {
        width: 100%;
        height: auto;
    }
}

.dropdown-menu {
    text-indent: 0 !important;
    margin-left: 0 !important;
}

@media (max-width:767px) {
    .st-btn.st-first.st-last.st-remove-label {
        top: 17px !important;
    }

    .jp-home-block img {
        width: 70px;
    }

    .section-home.about-us {
        margin-top: 15px;
    }

    .sfn-row-mobile {
        margin-top: 10px !important;
    }

    .jp-home-block {
        margin-bottom: 15px;
    }

    #jp_basic h3 a {
        color: white !important;
    }

    .pay-sfn-banner {
        margin-bottom: 5px;
    }

    .events-item-block .text-right {
        text-align: center;
    }

    .events-item-block .text-left {
        text-align: center;
    }

    .events-block-head h3 {
        text-align: center;
    }

    .permit-block {
        margin: 8px 0;
    }

    .jp-div-home {
        padding: 0;
    }

    .status-box > .row > .col-md-4 > .btn {
        width: 100%;
    }

    .status-box > .row > .col-md-4 {
        margin-top: 10px;
    }

    .news-slide-overlay .btn {
        padding-left: 0;
        padding-right: 0;
    }
}




@media (max-width:991px) {
    .live-info-box {
        background: rgba(82,35,152,1);
    }

    .status-box {
        background: rgb(0, 146, 53);
    }

    .live-info-box {
        width: 100%;
        padding: 4%;
        float: left;
        margin-bottom: 10px;
        height: 100%;
    }

    .status-box {
        width: 100%;
        padding: 4%;
        float: left;
        height: 100%;
    }

        .status-box h2 {
            font-size: 15px;
        }

    .live-info-box h2 {
        font-size: 15px;
    }

    .status-box h3 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .slide-overlay {
        position: inherit;
        top: 9px;
    }
}


@media (max-width:770px) {
    .navbar-top > .container {
        width: 100%;
    }

    .navbar-nav > li > a {
        padding: 10px 9px !important;
        font-size: 14px;
    }

    .news-slideshow > #slideshow > .carousel-inner > .item {
        z-index: 9999999;
    }

    #slideshow > .carousel-inner {
        overflow: hidden;
    }

    .slide-overlay {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .top-home > .carousel-inner > .container {
        padding: 0;
    }

    .sfn-row-mobile {
        position: inherit;
        top: 52px;
    }

    .opHoursTabs {
        display: block;
        margin-top: 0 !important;
    }

    .rel-links-block {
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

    .stop-page-wrapper {
        padding: 0 !important;
    }

    .opHoursTabs h3 {
        margin: 0 !important;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
        width: 17%;
    }

    .footer-right img {
        float: none !important;
    }

    .carousel-inner > .item > img {
        height: auto;
    }

    .carousel-inner > .item {
        width: 100%;
    }

    .carousel-control {
        display: none;
    }

    .newsletter-block > .carousel > .carousel-inner > .item {
        width: 100% !important;
    }

        .newsletter-block > .carousel > .carousel-inner > .item > img {
            height: auto;
        }

    .latest-news-block {
        margin: 0;
    }

    .share-this-row {
        margin: 0;
    }

    .nav > li {
        position: inherit !important;
        border-bottom: 1px solid #7e57bf;
    }

    .navbar-main .submenu li {
        width: 100%;
        padding: 10px 15px;
        background: rgb(68, 20, 140);
    }

    .navbar-main li:hover .submenu li, .navbar-main li:active .submenu li, .navbar-main li:focus .submenu li {
        background: rgb(68, 20, 140);
    }

    .section-home {
        margin-top: 0;
    }

    .about-us {
        margin-top: 0;
    }

    .pay-sfn-banner h1 {
        font-size: 23px;
    }

    .sfn-row {
        margin-bottom: 0;
    }

    .list-unstyled.list-inline.header-social {
        text-align: center;
    }

    .share-this-row {
        display: none;
    }

    .navbar-main > .container > .row > input {
        float: none;
        width: 100%;
    }
}

.dropdown-item {
    color: white;
}

.q-search-dropdown {
    width: 225px;
    background: rgba(82,35,152,1);
    opacity: 0.9;
    color: white;
}

    .q-search-dropdown a:hover {
        color: rgba(82,35,152,1) !important;
    }

.submenu.single {
    width: 240px;
}

    .submenu.single li {
        width: 100%;
    }

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

    .dropbtn.red-btn {
        background-color: #ff4f4f;
    }

        .dropbtn.red-btn:hover, .dropbtn.red-btn:focus {
            background-color: #c10707;
        }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 6px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.live-info-area {
    margin-left: 200px;
    margin-right: 200px;
}

.inbound-table {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.outbound-table {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.inbound-table td {
    padding: 5px 10px;
}

.outbound-table td {
    padding: 5px 10px;
}

.stop-heading {
    color: rgba(82,35,152,1);
    text-align: left;
    margin: 0;
    float: left;
}

.green-red-tab-items {
    border-bottom: 3px solid;
}

    .green-red-tab-items.red-line {
        border-bottom-color: #ff4f4f;
    }

    .green-red-tab-items.green-line {
        border-bottom-color: #4caf50;
    }

    .green-red-tab-items > li.active > a {
        color: #313131;
        background: white;
    }

    /*.green-red-tab-items a:focus {
color: #313131 !important;
}*/



    .green-red-tab-items li:before {
        content: none !important;
    }

    .green-red-tab-items > li:active, .green-red-tab-items > li:focus {
        border-bottom: 1px solid white !important;
    }

    .green-red-tab-items > li {
        border-top: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #b3b3b3;
        margin-left: 6px;
        margin-bottom: 0;
    }

.green-red-tab-items {
    border-bottom-color: #d2d2d2;
    margin-bottom: 0;
    text-indent: initial !important;
    margin-left: 0 !important;
}

    .green-red-tab-items > li.active > a {
        border: none;
        margin: 0;
        background: white;
    }

        .green-red-tab-items > li.active > a:hover {
            background: #CCCCCC;
            color: #555;
            margin: 0;
            border-bottom: 0px;
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
        }

        .green-red-tab-items > li.active > a:active {
            background: transparent;
            border: 0px;
        }

    .green-red-tab-items > li > a {
        background: #e8e8e8;
        border: 0px;
        margin: 0;
    }

    .green-red-tab-items > li.active > a:focus {
        background: transparent;
        color: #555;
        border: 0px;
    }

    .green-red-tab-items > li a:hover {
        background: #dcdcdc;
    }

.stop-page-wrapper {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    padding: 25px;
}

.news-centre-img {
    height: auto;
}

.news-title {
    color: rgba(82,35,152,1);
    margin-top: 0;
    margin-bottom: 0;
}

.news-title-row {
    border-top: 1px solid rgba(82,35,152,1);
    margin-bottom: 25px;
}

.news-date {
    float: right;
}

.spacer {
    height: 30px;
}

.more-icon-box {
    background: rgba(82,35,152,1);
    padding: 5px;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    height: 70px;
    margin: 3px 0 !important;
    text-align: center;
    display: table;
}

    .more-icon-box span {
        display: table-cell;
        vertical-align: middle;
    }

.more-row {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.desktop-news-date p {
    color: rgba(82,35,152,1);
    font-weight: bold;
    margin: 0 0 4px;
    border-bottom: 1px solid #bdbdbd;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 277px;
}

    #slideshow > div {
        position: absolute;
    }

    #slideshow img {
        width: 100%;
    }


.news-slide-overlay {
    background: rgba(0, 0, 0, 0.64);
    border: 1px solid #a5a5a5;
    padding: 10px 5px;
    text-align: left;
    text-shadow: none;
    font-weight: bold;
    font-size: 14px;
    color: white;
    z-index: 1;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 82px;
    bottom: 0;
}

.closest-stop > .col-md-12 > ul {
    float: right;
    list-style-type: none;
}

.new-slide-btn {
    position: absolute;
    padding: 5px;
    background: rgba(82,35,152,1);
    color: white;
}

.share-this-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 23px;
}

    .share-this-row > .row {
        margin: 0;
    }

.news-slide-overlay > .col-md-10 {
    padding: 0;
}


.read-more:hover {
    color: white !important;
    text-decoration: none !important;
    background: rgb(57, 16, 119);
}

.news-slide-overlay > .col-md-2 {
    padding: 0
}

.sfn-row {
    margin-bottom: 15px;
}

.event-search-box {
    background: #e2e2e2;
    padding: 39px;
    margin: 0 0 50px 0;
    text-align: center;
}

    .event-search-box > .col-md-3 {
        text-align: center;
    }

.event-search:active {
    background: #7750b9;
}


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: rgb(68, 20, 140) !important;
}

.event-search:focus {
    background: #7750b9;
}


.horizontal-space {
    width: 20px;
    float: left;
}

.event-dropdown {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

    .event-dropdown > li > a {
        color: rgba(82,35,152,1) !important;
    }

.event-date {
    text-align: right;
    font-weight: bold;
}

.event-extract {
    margin-top: 15px;
}

.closest-stop > .col-md-12 > img {
    float: right;
    margin-left: 10px;
}

.closest-stop > .col-md-12 > p {
    font-weight: bold;
    color: rgba(82,35,152,1);
    margin: 7px 0;
    float: right;
}

.closest-stop {
    margin-top: 20px;
    color: #949494;
    text-align: right;
    margin: 0;
}

    .closest-stop > .col-md-12 {
        padding: 0;
    }

    .closest-stop p {
        border-bottom: 1px solid #bdbdbd;
    }

.ticket-page-box {
    background: rgba(82,35,152,1);
    border-radius: 5px;
    color: white;
    font-size: 15px;
    padding: 10px;
}

#jp_basic.clearfix.on-jp-page {
    width: 450px !important;
}

.jp-div.on-jp-page {
    float: none !important;
    display: inline-block;
    margin-top: 20px;
}

.event-detail {
    color: #313131 !important;
    font-weight: normal !important;
    border-bottom: 1px solid #e0e0e0;
}

.poll-option-left {
    text-align: right;
}

.poll-option-right {
    text-align: left;
}

.mobile-home-block {
    text-align: center;
    padding: 5px;
    border: 1px solid white;
    margin: 30px;
    background-color: rgba(82,35,152,1);
    color: white;
    /* font-weight: bold; */
    font-size: 18px;
    border-radius: 5px;
}

.mobile-home {
    background-image: url(../images/luas-mob-7.jpg);
    padding: 235px 0 0 0;
}

.mobile-home-icons {
    text-align: center;
}

.mobile-page-title {
    padding: 2px 10px;
    margin: 15px 0;
    background: rgba(82,35,152,1);
    color: white;
    font-weight: bold;
}

.navbar-toggle {
    margin: 20px 5px 0 25px;
}

.stop-table {
    text-align: center;
}

    .stop-table table {
        width: 100%;
    }

    .stop-table h4 {
        margin: 0;
        text-align: left;
    }

    .stop-table table > tbody > tr > td {
        padding: 2px 0;
    }

.mobile-stop-icon {
    text-align: center;
    color: white;
    border: 1px solid #6d4ea0;
    border-radius: 5px;
    box-shadow: 2px 2px #cacaca;
    background: rgba(82,35,152,1);
    font-size: 17px;
    margin: 5px 0;
    padding: 5px 0;
}


    .mobile-stop-icon p {
        margin: 0
    }

.geo-popup {
    width: 300px;
    margin-top: -700px;
    z-index: 1;
    background: white;
    position: absolute;
    padding: 15px;
    left: 9%;
}

    .geo-popup p {
        font-size: 14px;
    }

    .geo-popup span {
        font-size: 11px;
        color: #8450da;
        font-weight: bold;
        float: right;
        padding: 10px;
    }

    .geo-popup .fa {
        color: #8450da;
    }

@media (min-width:480px) {
    .news-slideshow {
        padding: 0;
    }
}

@media (min-width:480px) {
    .jp-div-mobile {
        display: none;
    }

    #st-1 .st-btn {
        min-height: 40px;
    }
}



@media (min-width:481px) {
    .company-logos-mobile {
        display: none;
    }
}



@media (min-width:615px) {
    .mobile-stop-icon-row {
        display: none;
    }

    .mobile-info-section {
        display: none;
    }
}




@media (min-width:468px) {
    .ticket-icon-box > .col-md-7.col-sm-8.col-xs-12 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .ticket-icon-box > .col-md-5.col-sm-4.col-xs-12 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .sfn-row-mobile {
        display: none;
    }

    .mobile-news-date {
        display: none;
    }
}


.mobile-info-section > .col-md-12 > a > .fa-2x {
    color: #b9b4b4;
}

.event-img-column {
    float: right;
}

.event-detail {
    text-align: right;
}

.event-img-column > .closest-stop {
    text-align: right;
}

.more-icon-box img {
    width: 100%;
}

.desktop-news-date {
    text-align: right;
    margin: 0;
    color: #949494;
}

.page-header {
    margin: 15px 0;
}

.more-icon-box > .col-md-5.col-sm-3.col-xs-3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.more-icon-box > .col-md-7.col-sm-9.col-xs-9 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.news-item-img {
    float: right;
}

.times-img {
    width: 60% !important;
}

.jp-results-container {
    padding-left: 70px;
    padding-right: 70px;
}

#myDropdown {
    z-index: 1;
}



.stop-dropdwn {
    float: right;
}

.sfn-row-mobile {
    margin: 0;
}

.jp-div-mobile {
    margin-top: 15px;
}

.event-img-column > .closest-stop > .col-md-12 > ul {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

.ticket-icon-box {
    background: rgba(82,35,152,1);
    padding: 5px;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    height: 100px;
    margin: 3px 0 !important;
    text-align: center;
}

    .ticket-icon-box span {
        display: table-cell;
        vertical-align: middle;
    }



.leftOpHours {
    background: rgba(82,35,152,1);
    color: white;
    font-weight: bold;
}

.OpHours {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    .OpHours tr {
        border-bottom: solid #CCCCCC 1px;
    }

    .OpHours td {
        width: 170px;
    }

.closest-stop p {
    color: rgba(82,35,152,1);
    font-weight: bold;
    margin: 0 0 4px;
}

.dropdown-item-bfc {
    display: block;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-bfc {
    position: relative;
    display: inline-block;
}

.bfctext {
    font-size: 20px;
    color: #5e5e5e;
}

.dropdown-bfc .btn {
    background: rgba(82,35,152,1);
    color: white;
    padding: 5px 20px;
    width: 340px;
    font-size: 17px;
    border-radius: 5px;
}

.bfc-left {
    text-align: center;
}

.bfc-right {
    text-align: center;
}

.dropdown-bfc > .dropdown-menu {
    width: 340px;
    text-align: left;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.dropdown-bfc > .btn > span {
    float: left;
}


.dropdown-bfc > .btn > .fa {
    float: right;
    margin-top: 5px;
}

.bfc-result > .row > .bfc-left {
    width: 100%;
}

.bfc-result > .row > .bfc-right {
    width: 100%;
}

.bfc-result > .row > .bfc-left > .dropdown-bfc .btn {
    width: 100%;
}

.bfc-result > .row > .bfc-right > .dropdown-bfc .btn {
    width: 100%;
}

.bfc-result > .row > .bfc-left > .dropdown-bfc {
    width: 100%;
}

.bfc-result > .row > .bfc-right > .dropdown-bfc {
    width: 100%;
}

.bfc-result {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
}

    .bfc-result > .row > .bfc-left > .bfctext {
        font-size: 15px;
    }

    .bfc-result > .row > .bfc-right > .dropdown-bfc .btn > span {
        font-size: 15px;
    }

    .bfc-result > .row > .bfc-right > .dropdown-bfc > .dropdown-menu {
        width: 100%;
    }

.start-end-point {
    width: 320px;
}

.event-table {
    width: 100%;
}

.mobile-stop-icon-row.top {
    margin-top: 20px;
}

.mobile-stop-icon-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.scroll-left {
    height: 30px;
    overflow: hidden;
    position: relative;
    background: #2b2b2b;
    color: white;
}

    .scroll-left p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 25px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: scroll-left 10s linear infinite;
        -webkit-animation: scroll-left 10s linear infinite;
        animation: scroll-left 10s linear infinite;
    }
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

.ticket-page-row > .col-md-3 {
    background: rgba(82,35,152,1);
    padding: 5px;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    height: 70px;
    margin: 3px 0 !important;
    text-align: center;
    display: table;
}

.ticket-page-row > a > .col-md-3 {
    background: rgba(82,35,152,1);
    padding: 5px;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    height: 70px;
    margin: 3px 0 !important;
    text-align: center;
    display: table;
}

.ticket-page-row > .col-md-3 > a {
    display: table-cell;
    vertical-align: middle;
}


.ticket-page-row > .col-md-3 > span {
    display: table-cell;
    vertical-align: middle;
}

.ticket-page-row > .col-md-3 > a > span {
    display: table-cell;
    vertical-align: middle;
}

.ticket-page-row > a > .col-md-3 > span {
    display: table-cell;
    vertical-align: middle;
}

.ticket-page-row {
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.fa-clock-o {
    margin-right: 10px;
}

.date {
    color: #949494 !important;
    font-weight: normal !important;
}

#myDropdown.dropdown-content.show {
    text-align: left;
    height: auto;
    max-height: 232px;
    overflow-x: hidden;
}

.read-more {
    background: rgba(82,35,152,1);
    color: white;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}


.navbar-nav a:hover {
    color: white !important;
}

.info-url {
    font-weight: bold;
    text-decoration: underline;
}

    .info-url:focus, .info-url:hover {
        text-decoration: underline !important;
    }


.live-info-box .dropdown.open > .dropdown-menu {
    text-align: left;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.live-info-box > .row > .col-md-4 > .btn {
    color: rgba(82,35,152,1);
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 17px 0;
    background: white;
}

.live-info-box .dropdown.open > .dropdown-menu {
    width: 100%;
}

    .live-info-box .dropdown.open > .dropdown-menu li a {
        color: rgba(82,35,152,1) !important;
    }

.navbar-main > .row {
    margin: 0 !important;
}

    .navbar-main > .row > input {
        position: relative;
        top: 50%;
        transform: translateY(50%);
    }

.logo-search-row {
    height: 50px;
}

.rel-links {
    width: 100%;
    -moz-box-shadow: 0px 1px 0px 0px #4d3a00;
    -webkit-box-shadow: 0px 1px 0px 0px #4d3a00;
    box-shadow: 0px 1px 0px 0px #ffffff;
    background: rgba(102,63,163,1);
    background: -moz-linear-gradient(top, rgba(102,63,163,1) 0%, rgba(94,54,163,1) 39%, rgba(91,49,158,1) 53%, rgba(94,54,163,1) 65%, rgba(96,56,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,63,163,1)), color-stop(39%, rgba(94,54,163,1)), color-stop(53%, rgba(91,49,158,1)), color-stop(65%, rgba(94,54,163,1)), color-stop(100%, rgba(96,56,161,1)));
    background: -webkit-linear-gradient(top, rgba(102,63,163,1) 0%, rgba(94,54,163,1) 39%, rgba(91,49,158,1) 53%, rgba(94,54,163,1) 65%, rgba(96,56,161,1) 100%);
    background: -o-linear-gradient(top, rgba(102,63,163,1) 0%, rgba(94,54,163,1) 39%, rgba(91,49,158,1) 53%, rgba(94,54,163,1) 65%, rgba(96,56,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,63,163,1) 0%, rgba(94,54,163,1) 39%, rgba(91,49,158,1) 53%, rgba(94,54,163,1) 65%, rgba(96,56,161,1) 100%);
    background: linear-gradient(to bottom, rgba(102,63,163,1) 0%, rgba(94,54,163,1) 39%, rgba(91,49,158,1) 53%, rgba(94,54,163,1) 65%, rgba(96,56,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663fa3', endColorstr='#6038a1', GradientType=0 );
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 2px;
    border: 1px solid rgba(82,35,152,1);
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 16px;
    text-decoration: none;
    margin: 4px 0;
}


    .rel-links:hover, .rel-links:active, .rel-links:focus {
        color: white !important;
        background: rgba(82,35,152,1);
    }


.rel-links-block {
    margin-top: 70px;
}

.opHoursTabs > ul > .green a, .opHoursTabs > ul > .green a:hover, .opHoursTabs > ul > .green a:active, .opHoursTabs > ul > .green a:focus {
    background: #4CAF50;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.opHoursTabs > ul > .red a, .opHoursTabs > ul > .red a:hover, .opHoursTabs > ul > .red a:active, .opHoursTabs > ul > .red a:focus {
    background: rgba(255,79,79,1);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.opHoursTabs > ul > .red {
    border: 0px !important;
    text-indent: initial;
}

.opHoursTabs > ul > .green {
    border: 0px !important;
    text-indent: initial;
}

.plan-my-journey {
    position: inherit;
    top: 25%;
    transform: translateY(-50%);
}



@media (max-width: 980px) {
    .section-home > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}



@media (max-width: 980px) {
    .carousel-home .carousel-title {
        font-size: 13px;
    }
}


@media (min-width: 768px) and (max-width: 980px) {
    .news-slide-overlay {
        position: inherit;
        bottom: inherit;
    }
}


@media (min-width: 750px) and (max-width: 980px) {
    #jp_basic > .row {
        padding: 0;
    }

        #jp_basic > .row > .col-md-2.col-sm-2 > img {
            margin-top: 5px;
        }

    #jp_wrapper #jp_basic .jp_basic_inner {
        padding: 25px 20px 30px 20px;
    }

    #jp_wrapper #jp_basic .jp_more_options {
        padding-top: 4px;
    }

    .plan-my-journey {
        position: inherit;
        font-size: 12px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_from {
        padding: 2px 10px 0 10px;
        height: 27px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_to {
        padding: 2px 10px 0 10px;
        height: 27px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_datepicker {
        padding: 2px 10px 0 10px;
        height: 27px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
        padding: 2px 10px 0 10px;
        height: 27px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_minute_wrapper {
        padding: 2px 10px 0 10px;
        height: 27px;
    }

    .newsletter-block > .carousel > .carousel-inner > .item > img {
        height: auto;
    }

    .carousel-home .btn {
        margin-top: 0px;
    }

    .events-newsletter-block > .event-item > .events-item-block p {
        padding: 3px 5px;
    }

    .carousel-caption .btn {
        padding: 1px 13px;
    }

    .carousel-home .carousel-title {
        margin: 0 0 6px 0;
    }

    .fa-calendar {
        margin-right: 5px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
        width: 27px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
        padding: 2px 1px 0 5px;
    }

    #jp_wrapper #jp_basic .jp_basic_inner .jp_minute_wrapper {
        padding: 2px 0px 0 3px;
    }

    .footer-right {
        margin: 0;
    }

    #slideshow img {
        height: auto !important;
    }

    .carousel-inner > .item > img {
        height: auto !important;
    }

    .top-home > .carousel-inner {
        height: auto !important;
    }
}



@media (max-width: 991px) {
    .slide-overlay {
        position: relative !important;
        width: 100% !important;
    }

        .slide-overlay > .col-md-4.col-sm-4 {
            padding: 0;
        }

    .live-info-box {
        margin-top: 15px;
    }

    .jp-div-mobile {
        padding: 0;
        margin-top: 63px;
    }
}

@media (max-width: 1080px) {
    .status-box > .row > .col-md-4 > .btn {
        margin: 4px 0 !important;
    }
}




@media (max-width: 480px) {
    .news-slideshow {
        width: 100% !important;
    }

    .status-box {
        margin-top: 6px;
    }

    .events-newsletter-block {
        width: 100% !important;
    }
}




@media (max-width: 1280px) and (min-width: 771px) {
    /*.status-box {
	width: 430px;
}*/
    .status-box h3 {
        margin-bottom: 0;
    }

    .status-box h2 {
        font-size: 17px;
        margin-top: 0;
    }

    .status-box .fa {
        display: none;
    }

    .status-box p {
        display: none;
    }

    .live-info-box h2 {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .live-info-box {
        margin-top: 5px;
    }
}



.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-inner .carousel-control {
    z-index: 2;
}

.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}

.opHoursDropDwn {
    width: 100%;
}


    .opHoursDropDwn .btn {
        width: 100%;
        height: 41px;
        font-size: 16px;
        font-weight: bold;
    }

        .opHoursDropDwn .btn:active {
            color: white !important;
            background: rgba(82,35,152,1) !important;
        }

        .opHoursDropDwn .btn:focus {
            color: white !important;
            background: rgba(82,35,152,1) !important;
        }


    .opHoursDropDwn > .open > .dropdown-toggle.btn-primary {
        color: white !important;
        background: rgba(82,35,152,1) !important;
    }

    .opHoursDropDwn > .open ul.dropdown-menu {
        width: 100%;
        max-height: 200px;
        overflow-x: hidden;
    }

        .opHoursDropDwn > .open ul.dropdown-menu li a {
            color: rgba(82,35,152,1) !important;
        }

            .opHoursDropDwn > .open ul.dropdown-menu li a:hover,
            .opHoursDropDwn > .open ul.dropdown-menu li a:focus {
                background-color: #f5f5f5;
            }

.opHoursDivider {
    height: 50px;
}

.opHoursResult1 {
    color: rgba(82,35,152,1);
    font-weight: bold;
    font-size: 17px;
}

.opHoursResult2 {
    font-size: 17px;
}

.OpHoursGreen {
    background: #2EA746;
    color: white;
    font-weight: bold;
}

.walk-me-row {
    background: #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.walk-me-line-name {
    background-color: #4CaF50;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

    .walk-me-line-name.red-line {
        background-color: #ff4f4f;
    }

.slide-overlay {
    width: 1170px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width:981px) {
    .jp-div-home {
        padding-left: 0;
    }
}

@media (min-width:420px) and (max-width:445px) {
    #slideshow {
        height: 256px;
    }
}


@media (min-width:390px) and (max-width:420px) {
    #slideshow {
        height: 233px;
    }
}


@media (min-width:374px) and (max-width:390px) {
    #slideshow {
        height: 220px;
    }
}

@media (max-width:991px) {
    .jp-home-block {
        padding: 31px 15px !important;
    }

        .jp-home-block .btn {
            margin-top: 7px;
            margin-bottom: 10px;
        }
}

@media (min-width:350px) and (max-width:374px) {
    #slideshow {
        height: 200px;
    }
}


@media (min-width:328px) and (max-width:350px) {
    #slideshow {
        height: 184px;
    }
}

@media (max-width:328px) {
    #slideshow {
        height: 175px;
    }
}

.sfn-row .col-md-12 {
    padding-left: 0;
}

@media (max-width:982px) {
    .home-right {
        padding-right: 0;
    }
}


@media (max-width:770px) {
    .live-info-box .dropdown {
        width: 100%;
    }
}


@media (min-width:991px) {
    .live-info-box > div > div > .dropdown {
        width: 100%;
    }

    .foot-logo {
        height: 68px;
    }
}


@media (max-width:770px) {
    .live-info-box > div > div > button {
        width: 100%;
        padding: 5px 0 !important;
    }
}

@media (max-width:767px) {
    .logo-search-row > input {
        display: none;
    }

    .page-content table {
        width: 100%;
    }

    .slide.carousel-home .item:nth-child(1) {
        background: none;
    }
}

}



@media (max-width:991px) {
    .foot-logo {
        width: 100%;
        height: auto;
    }
}


@media (max-width:508px) {
    .navbar-main .navbar-brand {
        padding: 13px 0 0 0;
    }
}


@media (max-width: 749px) {
    .footer-right {
        margin-right: 0 !important;
    }
}


@media (min-width:992px) {
    .plan-journey-div {
        padding-top: 14px;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .plan-journey-div {
        padding-top: 3px;
    }
}


@media (max-width:767px) {
    .plan-journey-div {
        padding-top: 14px;
    }
}



.plan-journey-div {
    float: left;
    width: 50%;
    display: block;
    background: #00b273;
    color: white;
    height: 50px;
    text-align: center
}



@media (min-width:767px) and (max-width:991px) {
    .list-unstyled.list-inline.header-social {
        display: block;
    }

    .navbar-nav > li > a {
        padding: 10px 9px;
        font-size: 14px;
    }
}



@media (max-width:768px) {
    .nav > li > a {
        padding: 10px 5px;
        font-size: 13px;
    }

    .stop-page-wrapper {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .tab-content {
        padding: 10px;
    }
}

.feature-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition: .5s ease;
    background-color: black;
    margin-left: 15px;
    margin-right: 15px;
}

.feature {
    position: relative;
    overflow: hidden;
}

    .feature:hover .feature-overlay {
        opacity: 0.8;
    }


.feature-overlay .fa {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white !important;
}

.service-title-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 22px;
    background: rgba(82, 35, 152, 0.71);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(64, 15, 136, 0.71);
    margin: 0 !important;
}

.row.permits {
    margin: 0 155px;
}


@media (max-width:991px) {
    .row.permits {
        margin: 0px 50px;
    }
}

@media (max-width:767px) {
    .row.permits {
        margin: 0;
    }

    .feature {
        margin: 20px 0;
    }

    .mini-head-menu {
        display: none;
    }
}


.journey-btn {
    width: 50%;
    display: block;
    background: #00b273;
    color: white;
    height: 50px;
    text-align: center;
    font-size: 17px;
}

    .journey-btn:hover {
        width: 50%;
        display: block;
        background: #008254;
        color: white;
        height: 50px;
        text-align: center;
        font-size: 17px;
        border: 1px solid #008254;
    }

    .journey-btn a:active {
        width: 50%;
        display: block;
        background: #008254 !important;
        color: white;
        height: 50px;
        text-align: center;
        font-size: 17px;
        border: 1px solid #008254 !important;
    }

@media (max-width:614px) {
    .mobile-events img {
        width: 100%;
    }
}

.head-tfi-logo-mobile {
    margin: 20px 20px 17px 0px;
    width: 90px;
}

@media (min-width:771px) {
    /*    .head-tfi-logo-mobile {
        display: none;
    }*/
}

@media (max-width:771px) {


    .head-tfi-logo {
        display: none;
    }

    .status-box > .row > .check {
        display: none;
    }
}


@media (max-width:385px) {
    .navbar-brand > img {
        width: 110px;
        margin-top: 8px;
    }
}

@media (max-width:302px) {
    .navbar-brand > img {
        width: 105px;
    }

    .head-tfi-logo-mobile {
        width: 75px;
    }
}

@media (max-width:508px) {
    .navbar-main .navbar-brand {
        margin-top: 0;
    }
}

.poll-options {
    margin-bottom: 6px;
    margin-top: 11px;
}

@media (max-width:1200px) {
    #jp_wrapper #jp_basic .jp_basic_inner .jp_select_wrapper {
        margin-left: 6px;
    }

    .poll-options {
        margin-bottom: 6px;
        margin-top: 5px;
    }

    .events-item-block button {
        margin: 0 0 8px !important;
    }

    .events-item-block .white-btn {
        padding: 3px 15px;
        font-size: 13px;
    }

    .events-block-head h3 {
        font-size: 16px;
    }

    .events-item-block {
        font-size: 13px;
    }

    .list-unstyled.list-inline.header-social li {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
}

.status-box > div > .col-md-4.col-sm-4.col-xs-12 {
    text-align: center;
}

.live-info-box > div > .col-md-4.col-sm-4.col-xs-12 {
    text-align: center;
}

.status-box > .row > .col-md-4 > .btn {
    color: rgba(82,35,152,1);
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 17px 0;
    background: white;
}

.events-item-block .white-btn {
    margin: 0;
}

.white-btn {
    color: rgba(82,35,152,1);
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 17px 0;
    background: white;
    border: 0;
    font-size: 16px;
}

    .white-btn:hover {
        background: rgb(68, 20, 140);
        color: white !important;
        text-decoration: none;
    }

    .white-btn:active {
        background: rgb(68, 20, 140);
        color: white !important;
    }

    .white-btn:focus {
        background: rgb(68, 20, 140);
        color: white !important;
    }

@media (min-width:1200px) {
    .events-item-block button {
        margin: 0 0 18px !important;
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .jp-home-block {
        padding: 25px 30px !important;
    }
}


@media (max-width:991px) and (min-width:480px) {
    .news-slide-overlay {
        font-weight: normal;
        font-size: 13px;
    }
}

@media (max-width:480px) {
    .news-slide-overlay .col-xs-12 {
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 10px;
    }
}


@media (max-width:980px) {
    .events-item-block button {
        margin: 19px 0px 20px !important;
    }

    .events-item-block .white-btn {
        font-size: 14px;
    }

    .events-item-block p {
        margin: 12px 0 10px !important;
    }
}

/*** custom styling ***/

/*** eco calculator styling ***/
#eco {
    padding: 10px;
}

    #eco h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        padding-left: 75px;
        padding-top: 13px;
        padding-bottom: 15px;
        color: #59AD40;
        font-size: 26px;
        background: url('/assets/graphics/eco-icon.gif') no-repeat 0px 0px;
    }

    #eco p {
        color: #666666;
        padding-bottom: 10px;
        /* border-bottom: solid 1px #CCCCCC; */
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #eco table td {
        border-bottom: solid 1px #CCCCCC;
    }

    #eco form label {
        color: #542F92;
        font-weight: bold;
        width: 337px;
        float: left;
        padding-top: 8px;
        font-size: 18px;
        clear: none;
    }

    #eco .elSelect {
        width: 310px;
        border-left: solid 2px #CCCCCC;
    }

    #eco .elSelect-options {
        width: 310px;
    }

    #eco .sel {
        float: left;
        margin-right: 16px;
        width: 320px;
        height: 40px;
    }

    #eco #bottomleaf {
        float: right;
    }

    #eco #eco-submit {
        width: 124px;
        height: 37px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 40px;
        border: none;
        padding: 0px;
    }

    #eco.ecoresults #eco-submit {
        width: 211px;
        height: 39px;
    }

    #eco.ecoresults h3 {
        font-size: 24px;
    }

#eco-green {
    color: #FFFFFF;
    background: url('/assets/graphics/eco/eco-resultleaf.gif') #59AD40 no-repeat;
    margin-top: 5px;
    font-size: 18px;
    padding: 8px 10px;
    padding-left: 170px;
    line-height: 27px;
}

#eco-red {
    color: #FFFFFF;
    /*background-color: #EE3624;*/
    background-color: #ee1c24;
    margin: 5px 0 0 132px;
    font-size: 18px;
    padding: 8px 10px 8px 39px;
    line-height: 30px;
}

    #eco-green .large, #eco-red .large {
        font-size: 26px;
        font-weight: bold;
    }

    #eco-green .whitebox, #eco-red .whitebox {
        /*background-color: #9AC58E;*/
        color: #FFFFFF;
        padding-left: 3px;
        padding-right: 3px;
        font-weight: bold;
        font-size: 26px;
    }

    #eco-red .whitebox {
        /*background-color: #F4786C;*/
    }

#eco-trees {
    padding: 0 20px 10px 90px;
    background: url('/assets/graphics/tree_full.png') no-repeat 0 0 #59AD40;
    margin-left: 82px;
    position: relative;
    color: #fff;
    font-weight: bold;
}

    #eco-trees #eco-treessaved {
        position: absolute;
        top: 31px;
        left: 31px;
        font-size: 10px;
        color: #FFFFFF;
    }

        #eco-trees #eco-treessaved.eco-treessaved {
            left: 34px;
            top: 30px;
        }

#eco-veo {
    color: #666666;
    padding-left: 290px;
    line-height: 20px;
    font-size: 14px;
    padding-top: 12px;
    background: url('/assets/graphics/eco/trans-dev-bg.png') no-repeat -8px 7px;
}

#eco .ecodetails h2, .fullwidth h2 {
    background: transparent;
    /*color: #666666;*/
    font-size: 22px;
    border-bottom: solid 1px #CCCCCC;
    padding: 0px;
    margin-top: 10px;
}

#eco .ecodetails p {
    border: none;
    font-size: 14px;
    padding-left: 0px;
}

#eco .ecodetails h3 {
    font-size: 16px;
    color: #532E92;
    font-weight: bold;
    padding-left: 0px;
}

.ecoH3 {
    text-align: left;
    padding: 30px 0;
    color: #542F92;
    margin: 0 0 10px 77px;
    font-size: 2em;
}

    .ecoH3 a {
        font-size: .4em;
        text-transform: uppercase;
        text-decoration: none;
        color: #542F92;
    }

#changeStops {
    display: block;
    background: url('/assets/graphics/button_changestops.gif') top left no-repeat;
    text-indent: -9999px;
    width: 155px;
    height: 38px;
    margin-left: 120px;
}

.geolocation-modal .nearest-btn {
    background-color: #337ab7;
}

@media screen and (max-width: 767px) {
    .geolocation-modal .modal-body,
    .geolocation-modal .modal-footer {
        text-align: center;
    }

    .parking-left {
        float: left !important;
    }

    .geolocation-modal .nearest-btn {
        margin-bottom: 20px;
    }

    .stops-linear-map {
        visibility: hidden;
        opacity: 0;
    }
}

@media screen and (max-width: 650px) {
    .parking-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .parking-right {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .geolocation-modal .stay-btn {
        float: right;
    }
}

/*** jQuery AnythingZoomer styling ***/
.az-large,
.az-small,
.az-wrap {
    border: none;
}

/*** Bootstrap select dropdown styling ***/
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #fff;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #c7c7c7;
    }

.bootstrap-select.ophours > .dropdown-toggle.bs-placeholder {
    color: rgba(82,35,152,1);
}

    .bootstrap-select.ophours > .dropdown-toggle.bs-placeholder:active,
    .bootstrap-select.ophours > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select.ophours > .dropdown-toggle.bs-placeholder:hover {
        color: #fff;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto;
}

.bootstrap-select .bs-caret {
    float: right;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    background: none;
    color: #373a3c;
}

.tr-top {
    background: rgba(82,35,152,1);
    color: white;
    font-weight: bold;
}

.tr-dark {
    background: #efefef;
}

.btn {
    color: white;
    font-weight: normal;
    border-radius: 5px;
    background: rgba(82,35,152,1);
    font-size: 16px;
    padding: 5px 30px;
}

    .btn:hover, .btn:focus {
        color: white !important;
        background: rgb(57, 16, 119) !important;
        border: 1px solid rgba(82,35,152,1) !important;
        outline: none !important;
    }

.page-content ul {
    list-style-type: none !important;
}

.page-content ul {
    line-height: 20px;
}

    .page-content ul li:before {
        content: "• ";
        color: rgba(82,35,152,1);
        font-size: 25px;
        vertical-align: top;
    }

.ticket-box {
    text-align: center;
    border: 1px solid rgb(196, 187, 210);
    background: rgba(183, 167, 208, 0.51);
    border-radius: 0 0 10px 10px;
    height: 380px;
    margin-bottom: 30px;
}

    .ticket-box img {
        width: 130px;
        padding-top: 30px;
    }

    .ticket-box h3 {
        color: rgb(68, 20, 140);
        background: white;
        padding: 10px 0;
        margin: 0;
        font-size: 22px;
        border-bottom: 1px solid rgb(196, 187, 210);
    }

    .ticket-box h4 {
        font-size: 16px;
        color: rgb(43, 43, 43);
        padding: 15px 30px;
    }

.dropdown-menu li:before {
    content: none !important;
}

.dropdown-menu li a:hover {
    text-decoration: none !important;
    border-bottom: 0px;
}

.news-slide-overlay .btn {
    width: 100%;
}

.search-results-list {
    padding-top: 25px;
    padding-bottom: 15px;
}

    .search-results-list li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .search-results-list a {
        font-size: 20px;
    }

.pagination li:before {
    content: none !important;
}


input {
    padding: 0 5px;
}

.green:before {
    content: none !important;
}

.red:before {
    content: none !important;
}

.green a:hover {
    color: white !important;
}

.red a:hover {
    color: white !important;
}


.permit-block {
    background: rgb(68, 20, 140);
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .permit-block h3 {
        color: white;
        font-size: 20px;
    }

.student-ticket-header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.news-centre-item td {
    border: 0px;
}


.permit-link:hover {
    text-decoration: none;
}

.permit-table img {
    margin: 20px;
}

.signup-form-container label {
    color: #313131;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    line-height: 28px;
}

.signup-form-container input {
    line-height: 28px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
}

.signup-form-container .submit.login {
    color: white;
    font-weight: normal;
    border-radius: 5px;
    background: rgba(82,35,152,1);
    font-size: 16px;
    padding: 5px 30px;
    line-height: 1.42857143;
}

.navbar-nav > li > a:active {
    color: white !important;
}

.navbar-nav > li > a:focus {
    color: white !important;
}

.parkbytext-box {
    text-align: right;
}

.submit {
    color: white;
    font-weight: normal;
    border-radius: 5px;
    background: rgba(82,35,152,1);
    font-size: 16px;
    padding: 5px 30px;
    line-height: 1.42857143;
}


.faq .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #313131;
    overflow: hidden;
}

.faq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #e2e2e2;
    font-weight: normal;
    line-height: 3;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 19px;
    color: #545454;
}

.faq .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
}

    .faq .tab-content p {
        margin: 1em;
    }
/* :checked */
.faq input:checked ~ .tab-content {
    max-height: 68em;
}
/* Icon */
.faq label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.faq input[type=checkbox] + label::after {
    content: "+";
}

.faq input[type=radio] + label::after {
    content: "\25BC";
}

.faq input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}

.faq input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}


@media (max-width: 768px) {
    .faq .tab-content {
        padding: 0;
    }
}

@media (max-width: 566px) {
    .car-park-table td {
        padding: 4px 1px;
        font-size: 11px;
    }
}

.mini-head-menu .dropdown {
    width: 100%;
}

    .mini-head-menu .dropdown button {
        width: 100%;
        font-size: 13px;
    }

.jp-home-block {
    background: rgba(82,35,152,1);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 51px 40px;
}

    .jp-home-block h2 {
        color: white;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0.8px;
        margin: 12px 0 20px 0;
    }

    .jp-home-block .btn {
        color: white;
        font-size: 21px;
        border: 1px solid white;
        border-radius: 20px;
        font-weight: bold;
        letter-spacing: 0.8px;
        margin-top: 20px;
    }

    .jp-home-block p {
        font-size: 13px;
    }

    .jp-home-block .btn:hover {
        border: 1px solid white;
    }


#st-1 .st-btn[data-network='sharethis'] {
    background-color: transparent !important;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    width: 100% !important;
    top: 0 !important;
    min-width: 0 !important;
    border-radius: 5px;
}

.sharethis-inline-share-buttons {
    width: 100%;
    background-image: url(/img/share-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}



#st-1 .st-btn > svg {
    display: none;
}

@media (min-width:991px) and (max-width:1200px) {
    #st-1 .st-btn > svg {
        height: 32px !important;
        width: 21px !important;
        top: 4px !important;
    }

    #st-1.st-has-labels .st-btn.st-remove-label {
        height: 39px !important;
    }
}

@media (max-width:990px) {

    #st-1 .st-btn {
        padding: 0 4px !important;
    }

        #st-1 .st-btn > svg {
            height: 29px !important;
            width: 27px !important;
        }
}

@media (max-width:480px) {
    #st-1 .st-btn {
        min-height: 70px;
    }
}



#st-1 .st-btn:hover {
    top: 0 !important;
}

.sharethis-inline-share-buttons {
    float: left !important;
}

#st-1.st-animated {
    transition: none !important;
}

.dev-by-col {
    text-align: right;
}

    .dev-by-col a {
        color: #878787;
    }

.ticket-link:hover {
    text-decoration: none;
}

.ticket-link:focus {
    text-decoration: none;
}

.ticket-link:active {
    text-decoration: none;
}

.parking-left {
    float: right;
    border: 1px solid rgba(82,35,152,1) !important;
    padding: 7px 65px;
    border-radius: 10px;
    text-align: center;
}


    .parking-left input {
        padding: 0;
    }

    .parking-left .btn {
        margin-top: 20px;
        margin-bottom: 13px;
        padding: 3px 54px;
    }

    .parking-left label {
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 2px;
    }

.green-kids-form label {
    color: #313131;
    font-size: 14px;
}

.contact-page-form label {
    color: #313131;
    font-size: 14px;
}

.contact-page-form .formRow {
    margin: 5px 0;
}

.mini-menu-item.first {
    border-left: 1px solid rgba(82,35,152,1);
}

.mini-menu-item {
    text-align: center;
    border-right: 1px solid rgba(82,35,152,1);
    padding: 0 12px;
}

    .mini-menu-item a {
        color: rgba(82,35,152,1);
        line-height: 21px;
        font-weight: bold;
    }
    .mini-menu-item a:hover {
        
        background:white!important;
    }

.contact-table td {
    border: 0px !important;
}



@media (min-width:992px) {
    .mini-menu-item {
        padding: 0 11px;
    }
}


@media (max-width:992px) {
    .mini-menu-item {
        padding: 0;
    }
}

.share-icon {
    padding: 0 3px;
}


.dev-by-col {
    padding-top: 5px;
    margin-top: 10px;
}

@media (min-width:676px) {
    .interactive-map-stops-filter {
        display: none;
    }

    .mobile-map-dl {
        display: none;
    }
}

@media (max-width:676px) {
    .zoom_intro {
        display: none;
    }

    #hoverMap {
        display: none;
    }

    .mobile-map-dl {
        text-align: center;
    }
}

@media (min-width:1200px) {
    .mobile-linear-map-dl {
        display: none;
    }
}

@media (max-width:1200px) {
    .mobile-map-dl.linear {
        display: block;
        margin-top: 10px;
    }
}

.footer-social {
    margin-top: 6px;
}


@media (max-width:770px) and (min-width:767px) {
    .nav-main {
        overflow: auto;
    }
}

@media (max-width:989px) {
    .navbar-main li a {
        padding: 9px 13px;
    }
}
