.shipping-select{	
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    margin : 8px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.card-carousel {
    margin-left: 5%;
    margin-right: 5%;
}

.card-carousel .card-showcase .user-card {
    min-height: 255px !important;
    border: 2px solid #0f2b5b;
    padding: 10px;
    margin: 0 40px !important;
}

.card-action-showcase {
    display: inline-block;
    width: 250px;
    margin: 0 30px;
}

.swal2-modal .styled {
    border: 0;
    border-radius: 10px !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px;
    background: #eaaf0f !important;
    text-transform: uppercase;
    font-family: "Lato", sans-serif !important;
    outline: none !important;
}

.swal2-modal h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block;
    text-transform: uppercase !important;
}

.swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #eaaf0f !important;
    border-color: #eaaf0f !important;
}

#swal-input1,
#swal-input2 {
    margin: 15px 0;
    font-size: 1em;
}

#cdta-wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cdta-wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cdta-wrapper.toggled #sidebar-wrapper {
    width: 250px;
    margin-top: 60px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#cdta-wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.acct-btn {
    margin: 10px 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 80px 0 0 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 1.5em;
    padding-right: 20px;
    padding-left: 20px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li a.active {
    color: #eaaf0f;
    background: #0f2b5b;
    text-decoration: none;
}

#menu-toggle i {
    margin: 0 5px;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 769px) {
    #cdta-wrapper {
        padding-left: 250px;
    }
    #cdta-wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
        margin-top: 60px;
    }
    #cdta-wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #cdta-wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url("../ajax-loader.gif") center center no-repeat;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: url("../fonts/fonts/slick.eot");
    src: url("../fonts/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts/slick.woff") format("woff"), url("../fonts/fonts/slick.ttf") format("truetype"), url("../fonts/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: #0f2b5b;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: #004c97;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 35px;
    line-height: 1;
    color: #2a85d6;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

@media (max-width: 769px) {
    .slick-prev {
        left: -10px;
    }
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

@media (max-width: 769px) {
    .slick-next {
        right: -10px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
    }
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

html {
    height: 100%;
}

textarea:focus,
select.form-control:focus,
input[type="datepicker"]:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #2a85d6;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 175, 15, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 175, 15, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2a85d6;
}

input[type="submit"]:focus {
    color: #fff;
}

select option:disabled {
    color: #f00;
}

.img-middle {
    margin: 0 auto;
}

.page-content {
    height: 100%;
}

@media (max-width: 992px) {
    .account-page {
        margin-top: 0;
    }
}

.spx-page {
    position: relative;
    min-height: 81vh;
    padding-top: 60px;
    padding-bottom: 70px;
}

@media (max-width: 992px) {
    .spx-page {
        min-height: 90vh;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .spx-page {
        min-height: 90vh;
        margin-top: 0;
    }
}

body {
    background: #fff;
    font-family: "Lato", sans-serif;
    position: relative;
    min-height: 100%;
}

p,
li {
    font-size: 1em;
    word-spacing: 2px;
}

button {
    outline: none !important;
}

a {
    color: #2a85dc;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #004c97;
    cursor: pointer;
}

.yellow {
    color: #2a85dc;
}

.green {
    color: #669342;
}

.blue {
    color: #0f2b5b;
}

.red {
    color: #d62828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0.03em;
}

hr {
    border-top: 1px solid #0f2b5b;
}

table tr th {
    font-weight: bold;
}

.main-img {
    margin: 0 auto;
}

.white-copy {
    color: #fff;
}

.active {
    color: #0f2b5b;
}

.bold {
    font-weight: bold;
}

.lato {
    font-family: "Lato", sans-serif;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background: #eaaf0f !important;
}

.datepicker table tr td.active.active.day,
.datepicker table tr td.active.day {
    background: #eaaf0f;
}

.site-footer {
    position: absolute;
    right: 0;
    left: 0;
    padding: 15px 0;
    background: #e6e6e7;
    position:absolute;
}

.footer-links li {
    border-left: 1px solid #0f2b5b;
    padding: 0 15px;
}

.footer-links li a {
    color: #2a85d6;
}

.footer-links li a:hover {
    color: #004c97;
    text-decoration: none;
}

.footer-links li:first-child {
    border-left: 0;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}

.active-table-card {
    color: #669342;
    margin: 0 7px;
}

.expired-table-card {
    color: #555555;
    margin: 0 7px;
}

.failed-table-card {
    color: #d62828;
    margin: 0 7px;
}

.fit-alert {
    width: 75%;
    margin: 0 auto;
}

.little-table tbody>tr td {
    padding: 0;
}

#main-alert i {
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 0;
}

.alerts div,
.alerts i {
    padding-left: 5px;
    display: table-cell;
}

.alerts .fa {
    display: table-cell;
    top: 5px;
    position: relative;
}

.back-button-component {
    margin-top: 20px;
    margin-left: 15px;
}

.alert-back-link {
    margin-bottom: 0;
}

.alert-back-link a {
    color: #3c763d;
    font-weight: 500;
    font-size: small;
}

.copy-no-margin {
    margin-bottom: 0;
}

#change-password-copy {
    padding: 5px;
}

.thank-you-alert {
    margin-top: 40px;
    margin-bottom: 10px;
}

.thank-you-alert h4 {
    margin-bottom: 0;
}

#new-purchase-hdr {
    margin-top: 50px;
}

#companyNav li.cart-element {
    position: relative;
}

#companyNav span.cart-qty {
    position: absolute;
    top: 5px;
    left: 15px;
    background-color: #2a85dc;;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 769px) {
    #companyNav span.cart-qty {
        position: absolute;
        top: 5px;
    }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
    #home-row {
        margin-top: 90px;
    }
}

#home-bg {
    padding-top: 150px;
    height: auto;
    min-height: 550px;
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(images/bus.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (max-width: 992px) {
    #home-bg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(images/bus.jpg) no-repeat;
        /*background-size: cover;*/
		background-size: 100% 100%;
        background-position: center;
        min-height: 400px;
        padding: 0;
        height: 100% !important;
    }
}
@media (max-width: 480px) {
    #home-bg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(images/bus.jpg) no-repeat;
        /*background-size: cover;*/
		background-size: 100% 100%;
        background-position: center;
        min-height: 375px;
        padding: 0;
        height: 100% !important;
    }
}

.fa-4x {
    font-size: 4em;
}

@media (max-width: 992px) {
    .fa-4x {
        display: none;
    }
}

#banner {
    background: #0f2b5b;
    margin: 0;
    color: #fff;
    height: auto;
}

#banner h2,
#banner h3 {
    margin: 0;
    padding: 10px 0;
}

#home-cta {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 15px 15px;
}

#home-cta a {
    margin: 7px;
}

@media (max-width: 992px) {
    #home-cta a {
        margin: 7px auto;
    }
}

@media (max-width: 992px) {
    #home-cta {
        background: transparent;
        padding: 10px;
    }
}

.text-indent {
    text-indent: 30px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #dedede;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#opening {
    color: #fff;
    text-transform: uppercase;
}

#opening h1 {
    font-size: 3em;
}

@media (max-width: 769px) {
    #opening {
        padding: 10px;
        width: 85%;
        height: 100%;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    #opening img {
        margin-top: 30px;
    }
    #opening h1 {
        font-size: 1.5em;
    }
    #opening p {
        font-size: inherit;
    }
}

.home-rows {
    margin: 20px 0;
}

#phone-pic {
    height: 175px !important;
}

@media (max-width: 992px) {
    #laptop-pic {
        margin: 15px auto;
    }
}

.device-img {
    margin: 0 auto;
    max-height: 275px;
}

.sell-point {
    margin: 40px 0;
}

@media (max-width: 992px) {
    .sell-point {
        margin: 5px 0 0 0;
    }
}

.sell-copy {
    padding: 40px;
}

@media (max-width: 992px) {
    .sell-copy {
        padding: 10px;
    }
}

@media (max-width: 992px) {
    #device-list {
        margin: 15px 0 0 0;
    }
}

.spx-circle {
    color: #0f2b5b;
}

.cta-bottom {
    margin: 25px 0 20px;
}

@media (max-width: 992px) {
    .cta-bottom {
        margin: 15px 0 40px;
    }
}

.cta-bottom #cta-bottom-btn {
    margin-top: 12px;
}

.other-links a {
    color: #2a85d6;
}

.card-actions button {
    margin: 0 10px;
}

@media (max-width: 992px) {
    .card-actions button {
        margin: 10px 0;
    }
}

.edit-saves {
    margin: 20px 0;
}

.edit-saves a {
    margin: 0 5px;
}

.main-ab {
    padding: 30px 0;
}

#cc-table {
    margin: 0 auto;
}

.change-payment {
    margin-left: 20px;
    vertical-align: text-bottom;
}

#autobuy-page #autobuy-img,
#autobuy-edit-page #autobuy-img {
    float: right;
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-img,
    #autobuy-edit-page #autobuy-img {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
}

#autobuy-page #auto-table tr>td.half-table,
#autobuy-edit-page #auto-table tr>td.half-table {
    width: 35%;
}

@media (max-width: 769px) {
    #autobuy-page #auto-table tr>td.half-table,
    #autobuy-edit-page #auto-table tr>td.half-table {
        width: 50%;
    }
}

#autobuy-page #autobuy-activation,
#autobuy-edit-page #autobuy-activation {
    margin: 0 auto;
}

#autobuy-page table tr td>i,
#autobuy-edit-page table tr td>i {
    margin-right: 5px;
}

#autobuy-page .card-setup,
#autobuy-edit-page .card-setup {
    color: #669342;
}

#autobuy-page .card-not-setup,
#autobuy-edit-page .card-not-setup {
    color: #d62828;
}

#autobuy-page #autobuy-form,
#autobuy-edit-page #autobuy-form {
    margin-top: 30px;
}

#autobuy-page #autobuy-form label,
#autobuy-edit-page #autobuy-form label {
    display: block;
}

#autobuy-page #autobuy-form input,
#autobuy-edit-page #autobuy-form input {
   /* margin: 0 15px;*/
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-form input,
    #autobuy-edit-page #autobuy-form input {
        margin: 0 auto;
    }
}

#autobuy-page #autobuy-form select,
#autobuy-edit-page #autobuy-form select {
    width: 175px;
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-form select,
    #autobuy-edit-page #autobuy-form select {
        width: 100%;
    }
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-next-btn,
    #autobuy-edit-page #autobuy-next-btn {
        width: 150px;
    }
}

#autobuy-page #autobuy-card-confirm,
#autobuy-edit-page #autobuy-card-confirm {
    display: none;
    margin: 40px 0;
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-card-confirm,
    #autobuy-edit-page #autobuy-card-confirm {
        margin: 10px 0;
    }
}

#autobuy-page #autobuy-card-confirm #credit-card-img,
#autobuy-edit-page #autobuy-card-confirm #credit-card-img {
    float: right;
}

@media (max-width: 769px) {
    #autobuy-page #autobuy-card-confirm #credit-card-img,
    #autobuy-edit-page #autobuy-card-confirm #credit-card-img {
        float: none;
        margin: 0 auto;
    }
}

#autobuy-page #autobuy-card-confirm #credit-card-img i,
#autobuy-edit-page #autobuy-card-confirm #credit-card-img i {
    font-size: 150px;
}

#img-replace {
    width: 140px;
    margin-top: 15px;
}

#autobuy-success #autobuy-review {
    margin-top: 40px;
}

#autobuy-success #autobuy-success-card {
    padding: 20px;
    margin: 0 auto;
}

#autobuy-success #autobuy-amount {
    padding: 10px 0;
}

#spx-balance p,
#spx-register p {
    font-size: 1.1em;
}

#spx-balance #balance-copy,
#spx-register #balance-copy {
    padding: 25px;
}

#spx-balance #register-copy,
#spx-register #register-copy {
    margin: 25px 0;
}

@media (max-width: 769px) {
    #spx-balance #lookup-header,
    #spx-register #lookup-header {
        font-size: 2em;
    }
}

#spx-balance .table-hr,
#spx-register .table-hr {
    border-bottom: 1px solid #0f2b5b;
}

#spx-balance #balance-card,
#spx-register #balance-card {
    width: 275px;
    margin: 10px auto;
    padding-bottom: 20px;
}

@media (max-width: 769px) {
    #spx-balance #balance-card,
    #spx-register #balance-card {
        width: 50%;
        padding: 25px;
    }
}

@media (max-width: 992px) {
    #spx-balance #balance-card,
    #spx-register #balance-card {
        width: 50%;
        padding: 5px;
    }
}

@media (max-width: 769px) {
    #spx-balance #register-hdr,
    #spx-register #register-hdr {
        text-align: center;
    }
}

#spx-balance .balance-info span,
#spx-register .balance-info span {
    color: #669342;
    font-weight: bold;
}

#spx-balance .balance-expired span,
#spx-register .balance-expired span {
    color: #d62828;
    font-weight: bold;
}

#spx-balance #card-balance-old-table,
#spx-register #card-balance-old-table {
    display: none;
}

#spx-balance #balance-buttons,
#spx-register #balance-buttons {
    width: 100%;
    display: none;
}

#spx-balance #balance-buttons a,
#spx-register #balance-buttons a {
    display: inline-block;
    margin: 10px;
}

#spx-balance #card-balance-table,
#spx-balance #card-balance-table2,
#spx-register #card-balance-table,
#spx-register #card-balance-table2 {
    display: none;
    margin-bottom: 40px;
}

#spx-balance #card-balance-table .product-notice span,
#spx-balance #card-balance-table2 .product-notice span,
#spx-register #card-balance-table .product-notice span,
#spx-register #card-balance-table2 .product-notice span {
    text-decoration: underline;
}

#spx-balance #single-fare-section,
#spx-register #single-fare-section {
    display: none;
}

#spx-balance #fare-section,
#spx-register #fare-section {
    display: none;
}

#spx-balance #fare-section p,
#spx-register #fare-section p {
    margin: 15px 0;
}

#spx-balance #fare-section a,
#spx-register #fare-section a {
    margin-right: 10px;
}

#spx-balance #fare-section table,
#spx-register #fare-section table {
    width: 300px;
    margin: 15px 0;
}

#spx-balance #fare-section table tbody>tr>td,
#spx-register #fare-section table tbody>tr>td {
    padding: 5px 0;
}

#spx-balance #fare-section .card-total,
#spx-register #fare-section .card-total {
    color: #d62828;
    text-decoration: underline;
}

#spx-balance #denied-action,
#spx-register #denied-action {
    display: none;
    padding: 30px 0;
}

#spx-balance #balance-circles,
#spx-register #balance-circles {
    margin: 10px 0;
}

#spx-balance .full-pass,
#spx-register .full-pass {
    width: 100%;
}

#spx-balance .full-pass .card-title,
#spx-register .full-pass .card-title {
    min-height: 30px;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 769px) {
    #spx-balance .full-pass .card-title,
    #spx-register .full-pass .card-title {
        padding: 5px;
        min-height: 35px;
        margin-bottom: 0;
    }
}

#spx-balance .full-pass .pass-circle,
#spx-register .full-pass .pass-circle {
    color: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 auto;
}

@media (max-width: 769px) {
    #spx-balance .full-pass .pass-circle,
    #spx-register .full-pass .pass-circle {
        margin: 10px auto;
    }
}

#spx-balance .card-info,
#spx-register .card-info {
    padding: 15px;
}

#spx-balance .card-info span,
#spx-register .card-info span {
    font-size: 2em;
}

#spx-balance .card-info p,
#spx-register .card-info p {
    margin: 0 !important;
}

#spx-balance .good-fare,
#spx-register .good-fare {
    background: #669342;
}

#spx-balance .good-rider,
#spx-register .good-rider {
    background: #eaaf0f;
}

#spx-balance .expired-card,
#spx-register .expired-card {
    background: #d62828;
}

#spx-balance .cardRed,
#spx-register .cardRed {
    color: #eb088d;
}

#spx-balance .cardBlue,
#spx-register .cardBlue {
    color: #0099ff;
}

#spx-balance #lookup-button,
#spx-register #lookup-button {
    margin-top: 25px;
    margin-bottom: 15px;
}

@media (max-width: 769px) {
    #spx-balance #lookup-button,
    #spx-register #lookup-button {
        margin-top: 0;
        display: block;
        clear: both;
    }
}

#spx-balance #register-message,
#spx-register #register-message {
    margin: 30px 0;
}

#spx-balance #register-message #registerYes,
#spx-register #register-message #registerYes {
    color: #fff;
    padding: 10px;
}

#spx-balance #register-message #registerYes a,
#spx-register #register-message #registerYes a {
    color: #eaaf0f;
}

#spx-balance #register-message #registerYes a:hover,
#spx-register #register-message #registerYes a:hover {
    color: #ba8b0c;
}

#spx-balance #register-message #registerNo,
#spx-register #register-message #registerNo {
    color: #fff;
    padding: 10px;
}

#registerThanks {
    margin: 20px 0;
}

#spx-profile body {
    padding-top: 50px;
}

#spx-profile .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#spx-profile .sidebar {
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

@media (max-width: 769px) {
    #spx-profile .sidebar {
        display: none;
    }
    #spx-profile #admin-menu,
    #spx-profile #more-options-menu {
        margin-left: 0px;
        margin-top: 60px;
    }
}
.userMobileLogin{
  text-align: center;
    background: #eaaf0f;
    padding: 10px 0;
    color: #0f2b5b;
}
#spx-profile #admin-menu,
#spx-profile #more-options-menu {
    margin-top: 75px;
    margin-right: -21px;
    margin-left: -20px;
}

#spx-profile #admin-menu li>a,
#spx-profile #more-options-menu li>a {
    font-size: 1.5em;
    padding-right: 20px;
    padding-left: 20px;
}

#spx-profile #admin-menu li>a:hover,
#spx-profile #admin-menu li>a:focus,
#spx-profile #admin-menu li>a.active,
#spx-profile #more-options-menu li>a:hover,
#spx-profile #more-options-menu li>a:focus,
#spx-profile #more-options-menu li>a.active {
    color: #fff;
    background: #004c97;
}

@media (max-width: 769px) {
    #spx-profile #admin-menu,
    #spx-profile #more-options-menu {
        margin-top: 70px;
    }
}

#spx-profile .main {
    padding-top: 60px 40px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    #spx-profile .main {
        padding: 80px 40px;
    }
    
}
@media (max-width: 768px) {
    .card_lab_xs_hide{ display:none; }
    }

#spx-profile .main .page-header {
    margin-top: 0;
}

#spx-profile .action-divider {
    margin: 0 8px;
}

@media (max-width: 480px) {
    #spx-profile .action-options a {
        display: block;
    }
}

#spx-profile .card-manager {
    margin-bottom: 30px;
    text-align: center;
}

#spx-profile .spx-card-manager {
    margin-bottom: 30px;
    text-align: center;
}

#spx-profile .card-table {
    margin-top: 20px;
}

#spx-profile .card-table tbody>tr>td {
    padding: 2px;
}

#spx-profile .fa-spx-green {
    color: #669342 !important;
    font-size: 7em;
    margin-bottom: 20px;
    display: block;
}

#spx-profile .fa-spx-green:hover {
    color: #354d22;
}

#spx-profile .fa-spx {
    color: #eaaf0f !important;
    font-size: 7em;
    margin-bottom: 20px;
    display: block;
}

#spx-profile .fa-spx:hover {
    color: #ba8b0c;
}

#spx-profile .new-user-card {
    margin: 40px 0;
}

#spx-profile .user-card {
    min-height: 235px;
    border: 2px solid #2a85dc;
    padding: 10px;
    margin: 5px 2px;
}
@media (max-width: 480px) {
    #spx-profile .user-card {
        margin: 10px 2px;
    }
}
#spx-profile .user-card h4 {
    margin-bottom: 0;
}

#spx-profile .user-card img {
    display: inline-block;
    padding: 20px;
}

.spx-purchase #new-card {
    width: 200px;
    padding: 20px;
}

.spx-purchase .card-image {
    padding: 3px;
    width: 150px;
    float: right;
}

.spx-purchase #new-fare-item,
.spx-purchase #new-pass-item,
.spx-purchase #show-pay-item,
.spx-purchase #show-custom-item {
    display: none;
}

.spx-purchase #card-details-table {
    margin-top: 12px;
}

.spx-purchase #action-button-section {
    padding-bottom: 70px;
}

@media (max-width: 992px) {
    .spx-purchase #action-button-section a {
        font-size: 14px;
        padding: 6px 12px;
    }
}

.spx-purchase .remove-fare-item {
    margin: 0 5px;
}

@media (min-width: 769px) {
    .spx-purchase #payg-option-line {
        display: inline-block;
    }
}

@media (max-width: 769px) {
    .spx-purchase #purchase-form input,
    .spx-purchase #purchase-form select {
        width: 85%;
        margin: 0 auto;
    }
}

.spx-purchase .card-label {
    padding-right: 15px;
}

.spx-purchase .card-intro-table .card-intro {
    font-size: 1.3em;
    font-weight: bold;
}

.spx-purchase .card-intro-table .new-intro-card {
    padding: 15px;
    margin-right: 20px;
}

@media (max-width: 769px) {
    .spx-purchase .card-intro-table .new-intro-card {
        display: none;
    }
}

.spx-purchase .nav-tabs>li>a {
    border: 1px solid #eeeeee;
}

.spx-purchase .card-descrip {
    padding: 35px 0;
}

.spx-purchase .card-descrip p {
    padding: 25px;
    min-height: 150px;
}

@media (max-width: 769px) {
    .spx-purchase .card-descrip p {
        min-height: 50px;
    }
}

.spx-purchase #tabContent {
    padding: 15px;
    background: #eeeeee;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}

.spx-purchase .small-pic {
    max-height: 50px;
    margin: 0 auto;
    float: left;
}

@media (max-width: 480px) {
    .spx-purchase .small-pic {
        max-height: 100px;
    }
}

.spx-purchase #faker {
    visibility: hidden;
}

.spx-purchase .remove-fare {
    color: #eaaf0f;
}

.spx-purchase .remove-fare a {
    color: #eaaf0f;
}

.spx-purchase .remove-fare a:hover {
    color: #ba8b0c;
    text-decoration: underline;
}

.spx-purchase .add-fare a,
.spx-purchase .add-fare i {
    color: #669342;
}

.spx-purchase .add-fare a:hover,
.spx-purchase .add-fare i:hover {
    color: #354d22;
    text-decoration: underline;
}

.spx-purchase .remove-card {
    color: #2a85d6;
}

.spx-purchase .remove-card:hover {
    color: #004c97;
    text-decoration: underline;
}

.spx-purchase .address-hr {
    width: 25%;
    float: left;
    clear: both;
}

.spx-purchase .selected-product {
    display: none;
    height: auto;
}

.spx-purchase .added-item p {
    padding: 0;
    margin: 0;
}

.spx-purchase .added-item p a {
    color: #0f2b5b;
    margin-left: 15px;
    display: inline;
    text-decoration: underline;
}

.spx-purchase .added-item p a:hover {
    color: #fff;
}

@media (max-width: 769px) {
    .spx-purchase .added-item p a {
        margin-left: 0;
        display: block;
    }
}

.spx-purchase table.fare-table {
    margin-top: 20px;
}

.spx-purchase table.fare-table tbody tr td {
    border: 0px !important;
}

@media (max-width: 480px) {
    .spx-purchase table.fare-table {
        margin: 0;
        font-size: 13px;
    }
}

@media (max-width: 769px) {
    .spx-purchase .fare-option {
        margin: 0;
    }
}

.spx-purchase .fare-description {
    min-height: 125px;
    margin-bottom: 15px;
}

.spx-purchase .fare-description p {
   /* padding: 15px;*/
    margin: 0;
}

.spx-purchase #product-select {
    width: 75%;
    margin: 0 auto;
}

.spx-purchase .fare-form {
    height: 55px;
    display: inline-block;
}

.spx-purchase #freq-select {
    width: 75%;
    margin: 0 auto;
}

.spx-purchase .passForm {
    width: 350px;
    margin: 20px;
    float: left;
    background: #eeeeee;
    min-height: 275px;
    text-align: center;
    padding:20px;
}

@media (max-width: 769px) {
    .spx-purchase .passForm {
        width: 250px;
        margin: 20px;
    }
    .spx-purchase .passForm .form-inline .form-control {
        width: auto;
    }
}

@media (max-width: 992px) {
    .spx-purchase .passForm {
        min-height: 350px;
    }
}

.spx-purchase .passForm a {
    display: block;
    margin: 0 auto;
}

.spx-purchase .passForm .fare-btn {
    margin: 15px auto;
    padding: 10px 20px;
    display:inline;
}

.spx-purchase .passForm .form-inline .form-control {
    width: auto;
}

.spx-purchase .passForm .form-inline .form-group {
    display: inline-block;
}

.spx-purchase .passForm #inputAmount {
    width: 95%;
    margin: 0;
}

@media (max-width: 769px) {
    .spx-purchase .passForm #inputAmount {
        width: 75%;
        margin: 0 auto;
    }
}

.spx-purchase .quantity i {
    padding: 0 5px;
}

.spx-purchase #add-card-button {
    margin: 10px 30px;
}

@media (max-width: 480px) {
    .spx-purchase #add-card-button {
        margin: 10px;
    }
}

.spx-purchase #order-options {
    margin-bottom: 30px;
    float: right;
}

.spx-purchase #order-options a,
.spx-purchase #order-options button {
    margin: 0 0 0 7px;
}

@media (max-width: 480px) {
    .spx-purchase #order-options a,
    .spx-purchase #order-options button {
        display: block;
        margin: 10px auto;
        float: none;
    }
}

@media (max-width: 769px) {
    .spx-purchase #order-options a,
    .spx-purchase #order-options button {
        display: block;
        margin: 0px auto;
        float: none;
    }
}

#registerYes,
#registerNo,
#registerThanks {
    display: none;
}

@media (min-width: 769px) {
    #signin-page #gcheck {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (min-width: 1025px) {
    .cart_btn_fx { display:none; }
}
}
@media (max-width: 1025px) {
    .navbar-default img{ max-width:60%; margin-top:15px !important; margin-left:10px; width:150px; }
    .cart-element{ display:none; }
    #signin-page #gcheck {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 992px) {
    #signin-page #gcheck {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 769px) {
    #signin-page #gcheck {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 480px) {
    #signin-page #gcheck {
        transform: scale(0.45);
        -webkit-transform: scale(0.45);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

#login-page header,
#signup-page header,
#signin-page header {
    background: #0f2b5b;
    border-radius: 5px 5px 0 0;
}

#login-page header img,
#signup-page header img,
#signin-page header img {
    margin: 15px 0;
}

#login-page #replace-img,
#signup-page #replace-img,
#signin-page #replace-img {
    width: 225px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    #login-page #replace-img,
    #signup-page #replace-img,
    #signin-page #replace-img {
        width: 135px;
        padding-bottom: 0;
    }
}

#login-page #address-hdr,
#signup-page #address-hdr,
#signin-page #address-hdr {
    text-align: center;
}

@media (min-width: 992px) {
    #login-page #address-hdr,
    #signup-page #address-hdr,
    #signin-page #address-hdr {
        text-align: left;
    }
}

@media (max-width: 992px) {
    #login-page #replace-form input,
    #login-page #replace-form select,
    #signup-page #replace-form input,
    #signup-page #replace-form select,
    #signin-page #replace-form input,
    #signin-page #replace-form select {
        width: 65%;
        margin: 0 auto;
    }
}

#login-page #show-new-form a,
#signup-page #show-new-form a,
#signin-page #show-new-form a {
    margin: 0 20px;
}

#login-page .hide-form-button,
#signup-page .hide-form-button,
#signin-page .hide-form-button {
    padding: 20px 80px;
}

@media (max-width: 769px) {
    #login-page .hide-form-button,
    #signup-page .hide-form-button,
    #signin-page .hide-form-button {
        padding: 20px 50px;
    }
}

#login-page #new-form,
#signup-page #new-form,
#signin-page #new-form {
    display: none;
}

#login-page #left-signup,
#signup-page #left-signup,
#signin-page #left-signup {
    position: absolute;
    left: 50%;
    top: 15.7%;
    border-right: 2px dotted #2a85dc;
    height: 310px;
}

@media (max-width: 1000px) {
    #login-page #left-signup,
    #signup-page #left-signup,
    #signin-page #left-signup {
        display: none;
    }
}

#login-page .signin-row,
#signup-page .signin-row,
#signin-page .signin-row {
    margin-top: 30px;
}

#login-page .spx-form2,
#signup-page .spx-form2,
#signin-page .spx-form2 {
    margin: 20px 55px !important;
}

@media (max-width: 769px) {
    #login-page .spx-form2,
    #signup-page .spx-form2,
    #signin-page .spx-form2 {
        margin: 20px 20px !important;
    }
}

#login-page .spx-form2 form,
#signup-page .spx-form2 form,
#signin-page .spx-form2 form {
    font-size: 14px;
}

#login-page .spx-form2 form input[type="text"],
#signup-page .spx-form2 form input[type="text"],
#signin-page .spx-form2 form input[type="text"] {
    font-size: 14px;
}

#login-page .spx-form2 form #captcha,
#signup-page .spx-form2 form #captcha,
#signin-page .spx-form2 form #captcha {
    padding: 10px 0 20px;
    margin-bottom: 15px;
}

@media (max-width: 769px) {
    #login-page .spx-form2 form #captcha,
    #signup-page .spx-form2 form #captcha,
    #signin-page .spx-form2 form #captcha {
        margin: 0;
        padding: 5px 0;
    }
}

#login-page .spx-form2 .other-links,
#signup-page .spx-form2 .other-links,
#signin-page .spx-form2 .other-links {
    padding-bottom: 20px;
}

#login-page .spx-form2 .other-links a,
#signup-page .spx-form2 .other-links a,
#signin-page .spx-form2 .other-links a {
    color: #02a85d6 !important;
}

#login-page .spx-form2 .other-links a:hover,
#signup-page .spx-form2 .other-links a:hover,
#signin-page .spx-form2 .other-links a:hover {
    color: #004c97 !important;
}

#login-page .spx-form,
#login-page .spx-form2,
#signup-page .spx-form,
#signup-page .spx-form2,
#signin-page .spx-form,
#signin-page .spx-form2 {
    background: #eeeff0 !important;
    border: 1px solid #0f2b5b;
    color: #000;
    border-radius: 10px;
    margin: 20px 0;
}

#login-page .spx-form input[type="text"],
#login-page .spx-form2 input[type="text"],
#signup-page .spx-form input[type="text"],
#signup-page .spx-form2 input[type="text"],
#signin-page .spx-form input[type="text"],
#signin-page .spx-form2 input[type="text"] {
    font-size: 16px;
}

#login-page .spx-form form,
#login-page .spx-form2 form,
#signup-page .spx-form form,
#signup-page .spx-form2 form,
#signin-page .spx-form form,
#signin-page .spx-form2 form {
    padding: 20px 30px;
}

#login-page .spx-form #forget,
#login-page .spx-form2 #forget,
#signup-page .spx-form #forget,
#signup-page .spx-form2 #forget,
#signin-page .spx-form #forget,
#signin-page .spx-form2 #forget {
    padding: 0 5px;
}

#login-page .spx-form #remember-box,
#login-page .spx-form2 #remember-box,
#signup-page .spx-form #remember-box,
#signup-page .spx-form2 #remember-box,
#signin-page .spx-form #remember-box,
#signin-page .spx-form2 #remember-box {
    display: inline-block;
}

#login-page .spx-form #remember-box input,
#login-page .spx-form2 #remember-box input,
#signup-page .spx-form #remember-box input,
#signup-page .spx-form2 #remember-box input,
#signin-page .spx-form #remember-box input,
#signin-page .spx-form2 #remember-box input {
    margin-right: 7px;
}

#login-page .spx-form #remember-box :checked+label,
#login-page .spx-form2 #remember-box :checked+label,
#signup-page .spx-form #remember-box :checked+label,
#signup-page .spx-form2 #remember-box :checked+label,
#signin-page .spx-form #remember-box :checked+label,
#signin-page .spx-form2 #remember-box :checked+label {
    color: #eaaf0f;
    font-weight: bold;
}

#signup-button a {
    color: #fff;
    background: #2a85dc;;
    padding: 7px 12px !important;
}

#signup-button a:hover {
    color: #fff;
    background: #004c97;
}

.signin-button a:hover {
    color: #fff;
    background: #2a85dc;
}

.signin-button a:hover{
	color: #fff;
    background: #004c97;
}
#signup-page h3 {
    text-indent: 15px;
    text-transform: uppercase;
}

#signup-page .required {
    color: #d62828;
}

#signup-page .notice {
    color: #eaaf0f;
    margin: 0 5px;
}

#signup-page .signup-confirm a {
    margin: 0 10px;
}

#signup-page #captcha {
    margin: 10px 0;
}

#main-purchase-table .card-box img {
    position: relative;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 570px) {
  #main-purchase-table .card-box img {
    display: none;
  }
}
 #card-shipping-address {
    margin: 0 30px;
} 

@media (max-width: 480px) {
    #card-shipping-address {
        margin: 50px 0 30px;
    }
}

.cart-table tr td {
    padding: 0 !important;
}

.report-form {
    margin-bottom: 60px;
}
/*
.report-form input,
.report-form select {
    margin: 10px;
}*/

#act-table,
#history-table {
    display: none;
    font-size: 13px;
}

.activity-paging {
    margin: 0;
    float: right;
}

@media (max-width: 480px) {
    .activity-paging {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #entry-select {
        width: 45%;
    }
}

#act-table table tr>th {
    font-weight: bold;
}

.activity-actions {
    margin-top: 20px;
}

.pagination li>a {
    color: #0f2b5b;
}

.pagination li>a:hover {
    color: #eaaf0f;
}

.no-lines tbody tr td {
    border: 0px !important;
}

.serv-box {
    font-size: 1.2em;
}

.spx-dd-toggle:hover,
.spx-dd-toggle:active,
.spx-dd-toggle:focus {
    background-color: transparent !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .spx-dropdown {
        position: static;
    }
}

.spx-dropdown li:hover {
    background: #eaaf0f;
    color: #fff;
}

.spx-dropdown li:hover a:hover {
    background: #eaaf0f;
    color: #fff;
}

@media (max-width: 480px) {
    .summary-row {
        border-bottom: 1px solid #e4e4e4;
    }
}

.summary-block .row {
    margin: 0;
    padding-top: 15px;
}

@media (max-width: 480px) {
    .summary-block {
        margin: 0;
       /* display: block;*/
        padding: 2px;
        border-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .card-desc-table {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.spx-badge {
    background: #eaaf0f;
    position: absolute;
    top: 0px;
    left: 55px;
}

@media (max-width: 480px) {
    .spx-badge {
        top: 5px;
        left: 90px;
    }
}

.border-div {
    border: solid 1px #e4e4e4;
    padding: 10px 15px;
    border-radius: 4px;
}

#replace-copy {
    margin: 20px 0;
}

@media (max-width: 769px) {
    #replace-copy {
        margin: 20px;
    }
}

.main-spx-table {
    margin: 0 0 40px 0;
}

#replace-btn {
    margin-top: 20px;
}

#replace-select {
    margin-top: 10px;
}

@media (max-width: 769px) {
    #replace-select {
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 769px) {
    #replace-card-table {
        width: 65%;
        margin: 20px auto;
    }
}

.card-manager-btn {
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 30px;
}

.card-manager-btn a {
    margin: 0 10px 30px 0;
}

@media (max-width: 480px) {
    .card-manager-btn a {
        display: block;
        float: left !important;
        margin: 10px;
    }
}

#reg-user {
    text-indent: 20px;
}

@media (max-width: 480px) {
    #reg-user {
        padding: 10px;
        font-size: 14px;
    }
}

#promo-img-area {
    padding: 20px;
}

#last-row {
    margin-bottom: 100px;
}

#spx-receipt {
    background: #fff;
}

#spx-receipt #receipt-page {
    margin-bottom: 100px;
}

#spx-receipt .receipt-hr {
    color: #000;
    margin: 5px 0;
}

#spx-receipt .receipt-order-info {
    font-size: 15px;
}

#spx-receipt .receipt-logo {
    height: 40px;
    margin: 20px 0 10px;
    text-align: right;
}

#spx-receipt .print-row {
    padding: 20px 0 10px;
}

#spx-receipt .print-link i {
    margin: 0 5px;
}

#spx-receipt .receipt-table {
    margin-bottom: 0;
}

#spx-receipt .receipt-print-details {
    font-size: 15px;
}

#spx-receipt .font-mg {
    margin: 0 5px;
}

/*margins*/
.mb0{ margin-bottom:0px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.pb0{ padding-bottom:0px; }
.cart_btn_cont .btn, .spx-purchase #order-options a, .spx-purchase #order-options button{ margin-top:5px; margin-bottom:5px; }
.navbar-toggle{ margin-right:10px;}
.navbar-header a{ color:#fff; }
.navbar-header a .badge{ background:#eaaf0f; }
.cart_btn_fx{ margin-top:20px; margin-right:20px; position: relative;}
.navbar-header a .badge{ position: absolute; top:-6px; right:-14px; }
.badge{ padding:0; width:18px; height:18px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; line-height:18px; text-align:center;}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{ /*background:none !important;*/ }
.buy_th:after{ content: "|" ; color:#333; margin:0 4px;}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cancel-order{ margin:0 auto; }
    .xs_center{ text-align:center; }
    .card_check #order-options{ float:none; text-align:center; }
    .spx-purchase #order-options .btn-spx-navy.btn-lg{ display:inline-block; }    
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .cart_btn_cont .xs_center{ text-align:center; }
    .spx-purchase #order-options{ float:none; text-align:center; }
    .spx-purchase #order-options .btn-spx-navy.btn-lg {
    display: inline-block;
    }
    .cart_btn_cont .btn-lg, .cart_btn_cont .btn-group-lg > .btn{ font-size:16px; }
    .navbar-default .navbar-brand{ width:180px; }
    }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .cart_btn_cont{ margin-bottom:50px; }
}
@media only screen and (max-width: 1024px) {
    .btn-spx.mb40{ margin-bottom:0px; }
    .cart-element{ display:none !important; }
    .navbar-default .navbar-brand img{ width:60%; margin-top:20px; margin-left:15px; }
    .aut_bu_x .input-group{ margin:0 auto; }

.card-holder img {
    margin: 0 auto;
    padding: 15px;
}
}
@media only screen and (min-width: 1024px) {
    .btn-spx.mb40{ margin-bottom:40px; }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .info_serices{ margin-bottom:40px; }
    }
    
.menu-faqi{ font-size: 20px !important;}
.menu-faqspa{ top: -2px !important; position: relative !important; text-transform: capitalize !important; }


.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

.navbar-default {
    background-color: #004c97 !important;
    border-bottom: 4px solid #2986d6 !important;
   
}

.btn-spx {
    background: #2a85dc !important;
}
  
.navbar-toggle .icon-bar {
    background-color: #2a85dc !important;
}

.navbar-toggle {
    border-color: #2a85dc !important;
}

.navbar-header a .badge {
    background: #2a85dc !important;
}

.navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-nav>li>a:focus {
	color:#2a85dc !important;
}
	
.btn-spx:hover {
    background: #004c97 !important;
}

.btn-spx:active,
.btn-spx:visited {
    background: #004c97 !important;
}

.btn-spx-green {
    background: #00cc00 !important;
}

.btn-spx-green:hover {
    background: #009900 !important;
}

.fa-shopping-cart:hover {
    color: #fff !important;
}

.navbar-default .navbar-brand img {
    margin: 20px 5px 5px 80px !important;
}

.btn-spx-navy {
    background: #2a85dc !important;
}

.btn-spx-navy:hover {
    background: #004c97 !important;
}

.custom-btnlink i, .custom-btnlink span {
    color: #2a85d6 !important;
}

.custom-btnlink i, .custom-btnlink span:hover {
    color: #004c97 !important ;
}

.start-autobuy {
    color: #2a85d6 !important;
}

.start-autobuy:hover {
    color: #2a85d6 !important;
}
.signout-desktop:hover {
    color: #004c97 !important;
}

.mhello-link {
    background-color: #004c97 !important;
}

.signout:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #fff !important;
}

@media only screen and (max-width: 1199px) and (min-width: 1025px){
	#signup-button a{display:none !important;}
}

@media only screen and (max-width: 1024px) and (min-width: 992px){
	li>a.btn.btn-default.hidden-sm.hidden-xs {display:none !important;}
}

.efaresingup span h4 {
    font-family: Arial Regular !important;
    font-size: 20px;
    line-height:1.5;
    }
#login-button a {
    background-color: #00cc00 !important;
}
#login-button a:hover,#login-button a:focus {
    background-color: #009900 !important;
}

#nameUser{
	color: #fff !important;
}
.signout{
	color: #fff !important;
}
.signout:hover,.signout:focus{
    color: #fff !important;
}

#registrationForm #register{
    background-color: #f2f2f2 !important;
    color:black !important;
    border-radius: 10px;
}
  
#registrationForm #register:hover{
    color:black !important;
    background-color: #f2f2f2 !important;
    text-decoration:underline !important;

}