@charset "utf-8";

/*=== CONTENT OF CSS FILE ==========================

    # General
    # Map
    # Forms
    # Table
    # Verify
    # Steps
    # Settings
    # Social Network
    # Finder
    # Hitches
    # Alerts
    # Streams
    # Payments
    # Places-ADS
    # Rides
    # Settings
    # Preview-HR
    # Profile
    # CPanel
    # Request_Helper
    # Reviews
    # Seats
    # Parallax
    # Images
    # Videos
    # Header
    # Logo
    # Vehicle
    # Garage
    # Welcome
    # Authentication
    # About
    # Showcase
    # App Store
    # Footer
    # FAQ
    # Terms & Privacy
    # Coming soon
    # BackToTop
    # ScrollTo
    # Buttons
    # Margins & Paddings
    # TYPOGRAPHY
    # Dividers
    # HighLights
    # Icons List
    # DateTime Picker
    # ImageSlide
    # Place Picker

================================================== */


/* #GENERAL
================================================== */

*::after,
*::before {
    /* content: ''; */
}

.u-clearfix:before,
.u-clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.mh-50 {
    min-height: 50px;
}

.ma-0 {
    margin: 0 auto !important;
}

.no-radius {
    border-radius: 0 !important;
}

.no-margins {
    margin: 0!important;
}

.break-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

a {
    color: #2a2b2f;
    outline: none !important;
    text-decoration: none !important;
    transition: all .3s ease 0s;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #0785f2;
}

.inline-block {
    display: inline-block !important;
}

.display-block {
    display: block !important;
}

.display-unset {
    display: unset !important;
}

.display-flex {
    display: flex !important;
    justify-content: space-between;
}

.display-flex-reverse {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row-reverse !important;
}

.flex-order-1 {
    order: 1 !important;
}

.flex-order-2 {
    order: 2 !important;
}

@media (min-width: 768px) {
    .flex-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .flex-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .flex-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .flex-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .flex-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .flex-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.table-cell {
    display: table-cell !important;
}

.vcenter {
    vertical-align: middle !important;
}

.vtop {
    vertical-align: top !important;
}

.vtxtop {
    vertical-align: text-top !important;
}

.vbottom {
    vertical-align: bottom !important;
}

.bb-gray {
    border-bottom: 1px solid #dbdbdb;
}

.min-width-100 {
    min-width: 100%;
}

.float-right {
    float: right !important;
}

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

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.form-group+.form-group {
    margin-top: 20px;
}

.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=text],
.form-group textarea {
    width: 100%;
}

@media (max-width: 46.24em) {
    .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-group input+input {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}

@media (min-width: 1500px) {
    .col-xl-10 {
        width: 85%;
    }
}

.open .caret {
    border-bottom: 4px dashed;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

section {
    background: white;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.slash-divider {
    margin-right: 7px;
    margin-left: 7px;
    color: white;
}

.bg-carona {
    background-color: #0747a6 !important;
    /* background: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%); */
}

.bg-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.065), transparent) !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), transparent) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 200px !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-gray {
    background-color: #eee;
}

.bg-lightgrey {
    background: #f9f9f9 !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-steps {
    background-image: url('/content/images/bg/steps.jpg');
    background-position: center;
    background-size: cover;
}

.bg-opaque {
    background: #0000009c;
}

.bg-opaque-2 {
    background: #000000cf;
}

.bg-yellow {
    background-color: #fbf18e;
}

.bg-clouds-1 {
    background-image: url(../images/bg/graphic-bg-clouds-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-clouds-2 {
    background-image: url(../images/bg/graphic-bg-clouds-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-clouds-3 {
    background-image: url(../images/bg/graphic-bg-clouds-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-clouds-4 {
    background-image: url(../images/bg/graphic-bg-clouds-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-clouds-1 {
    background-image: url(../images/bg/graphic-bg-clouds-5.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-small {
    margin-top: 40px;
}

.btn-white {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #ffffff !important;
    color: #4c5667 !important;
}

.btn-small > a {
    height: 50px;
    line-height: 48px;
}

.font-yellow {
    color: #ffc41a !important;
}

.font-white {
    color: white !important;
}

.font-blue {
    color: #0785f2 !important;
}

.font-bluehover:hover span {
    color: #0785f2 !important;
}

.font-midgrey {
    color: #5c5e5c !important;
}

.font-grey {
    color: #6b6d6f !important;
}

.font-grey2 {
    color: #5e5e5e !important;
}

.font-red {
    color: #b52f1f !important;
}

.position-relative {
    position: relative !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

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

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-80 {
    font-size: 80px !important;
}

.font-bold {
    font-weight: 600;
}

.lh-15 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}

.lst-none {
    list-style-type: none;
}

.input-with-icon {
    position: relative;
}

.input-with-icon .input-icon {
    position: absolute;
    left: 12px;
    bottom: 15px;
    font-size: 17px;
    color: #afafaf;
}

.input-with-icon input {
    padding-left: 35px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.carona-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.carona_blockquote {
    font-size: 14px;
    font-style: normal;
    margin: 5px 0;
    color: #6b6d6f;
    border-left: 3px solid #0785f2;
    padding: 0 0 0 15px;
    min-height: 30px;
}

.general .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.general .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.general .tab li a {
    padding: 10px 0 20px;
    display: block;
    color: #666888;
}

.general .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.general .tab li.active a {
    color: #0785f2;
}

.general .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

.features-icons .feature-item i {
    font-size: 6rem;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 13px;
    text-align: left;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

@media (min-width: 992px) {
    .flex-md {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: center;
    }
}

.full-width {
    width: 100%
}

.content_height {
    min-height: calc(100vh - 92px);
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    cursor: pointer;
    padding: 0 30px !important;
}

.scroll a {
    cursor: pointer;
}

.scroll::-webkit-scrollbar {
    display: none;
}


/* MAP
================================================== */

#next_map {
    overflow-x: hidden;
}

.carona-travel-menu {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.carona-travel-menu ul {
    background: #000000b8;
    border: 0 !important;
}

.carona-travel-menu ul li a {
    color: white !important;
    font-size: 16px;
}

.carona-travel-menu ul li.active:after {
    display: none;
}

.carona-travel-menu ul li.active a {
    color: #0785f2 !important;
}

place-map {
    position: relative;
}

place-map .gmnoprint,
place-map .gm-style-cc {
    display: none;
}

place-map .map-style-picker {
    border: 1px solid #ffffff;
    border-radius: 2px;
    background: #000000a8;
    padding: 8px 10px 2px 10px;
    position: absolute;
    bottom: 80px;
    left: 20px;
}

place-map .map-canvas {
    height: calc(100vh - 60px);
}

.mt-70 place-map .map-canvas {
    height: calc(100vh - 70px);
}

place-map .map-canvas a img {
    display: none;
}

place-map .map-enable {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    min-width: 100vw;
}

place-map .map-enable-popup {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 75vw;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)!important;
}

place-map .dialog-title {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 6px 20px;
    text-align: center;
    font-weight: bold;
    user-select: none;
}

place-map .dialog-body {
    padding: 0 20px 20px 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

place-map .dialog-buttons {
    display: flex;
    background: #fff;
}

place-map .dialog-button {
    border: 0;
    outline: 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    color: #157AFB;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 12px 0 13px;
    line-height: normal;
    height: auto;
}

@media (min-width: 426px) {
    place-map .map-enable-popup {
        width: 50vw !important;
    }
}

@media (min-width: 769px) {
    place-map .map-enable-popup {
        width: 35vw !important;
    }
}


/* #FORMS
================================================== */

.carona-content,
.general-content {
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 2px;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #5e5e5e;
    overflow: hidden;
}

.bottom-carona-content {
    border-top: 1px solid #dee0e3;
    background: #f6f7f9 !important;
}

.general-content {
    text-align: inherit;
}

.carona-content h5 {
    font-size: 19px;
    margin: 0;
    color: #525252;
    text-align: left;
}

.carona-content i {
    color: white;
    vertical-align: baseline;
    background: #0785f2;
    padding: 6px;
    font-size: 16px;
    margin: 0 auto;
    margin-right: 5px;
    border-radius: 0 2px 2px 0;
}

.carona-center {
    float: none;
    margin: 0 auto;
}

.carona-content .travel {
    margin: 30px 0 10px;
    min-height: 46px;
}

.carona-content .travel .search-wrapper {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 46px;
}

.carona-content .icon_swap {
    background-color: #606060;
    mask-image: url(../images/icons/icon-swap.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 14px 16px;
    -webkit-mask-image: url(../images/icons/icon-swap.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 14px 16px;
    padding: 20px 18px;
}

.carona-content .icon-to {
    background: url(../images/icons/icon-pin.svg) no-repeat 13px center #fff !important;
    background-size: 15px !important;
}

.carona-content .icon-from {
    background: url(../images/icons/icon-location.svg) no-repeat 13px center #fff !important;
    background-size: 15px !important;
}

.carona-content .icon-route {
    background: url(../images/icons/icon-route.svg) no-repeat 10px center #fff !important;
    background-size: 21px !important;
}

.carona-content .icon-time {
    background: url(../images/icons/icon-time.svg) no-repeat 12px center #fff !important;
}

.carona-content .icon-pickup {
    background: url(../images/icons/icon-outward.svg) no-repeat 13px center #fff !important;
    padding-bottom: 13px;
}

.carona-content .with-icon {
    padding-left: 38px;
}

.carona-content .travel .with-icon-sm {
    padding-left: 35px;
}

.carona-content input[type="radio"] {
    display: inline-block;
    width: inherit;
    margin: 0 10px 0 25px;
}

.carona-content input[type="radio"]:first-child {
    margin-left: 0;
}

.AR_details input,
.AR_details textarea,
.AR_details select,
.carona-content input,
.carona-content textarea,
.carona-content select,
select-normal select,
.bootstrap-select>.btn,
.preview_HR-content textarea {
    display: block;
    padding: 11px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: none;
    line-height: 1.42857;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
}

.AR_data textarea {
    max-width: 92%;
    font-size: 14px;
}

.carona-content small {
    color: #999;
    font-size: 90%;
    display: block;
    text-align: left;
}

.carona-content label {
    font-weight: normal;
    cursor: pointer;
}

.carona-content .travel textarea {
    max-width: 100%;
    min-height: 130px;
}

.bootstrap-select {
    width: 85% !important;
}

.travel .row {
    border-top: 1px solid #e8e8e8;
    padding: 15px 0px;
}

.btn-group> .btn.selected {
    border: 1px solid #0785f2;
    color: #fff;
    background-color: #0785f2;
}

.carona-content .row {
    margin-left: inherit;
    margin-right: inherit;
}

.carona_file + label {
    color: #0785f2;
}

.carona_file + label {
    border: 1px solid #0785f2;
    background-color: #e5e8f1;
    padding: 0;
}

.carona_file:focus + label,
.carona_file.has-focus + label,
.carona_file + label:hover {
    border-color: #0066bf;
}

.carona_file + label span,
.carona_file + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.carona_file + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.carona_file + label strong {
    height: 100%;
    color: white;
    background-color: #0785f2;
    font-weight: 400;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.carona_file + label strong svg {
    fill: white;
}

input[type="checkbox"] {
    display: inline-block !important;
    width: inherit !important;
    margin-right: 10px;
}

.carona_file:focus + label strong,
.carona_file.has-focus + label strong,
.carona_file + label:hover strong {
    background-color: #0066bf;
}

.carona-transparent {
    border: 0;
    background: transparent;
}

.carona-content .subline-form {
    margin-top: 60px !important;
}

.carona-content .subline-textarea {
    margin-top: 140px !important;
}

@media screen and (max-width: 50em) {
    .carona_file + label strong {
        display: block;
    }
}

@media (max-width: 1200px) {
    .carona-content .subline-form {
        margin-top: 10px !important;
    }
    .carona-content .subline-textarea {
        margin-top: 10px !important;
    }
}


/* #TABLE
================================================== */

.compact-table th {
    font-size: 13px;
    font-weight: bold;
}

.compact-table td {
    text-align: left;
    font-size: 14px;
}

.compact-table .optiontd {
    text-align: right
}

@media (max-width: 768px) {
    .table-responsive-sm.table-responsive-sm thead {
        display: none;
    }
    .table-responsive-sm.table-responsive-sm td[data-title]:before {
        content: attr(data-title);
        float: left;
        /* font-weight: 700; */
        padding-right: 4px;
    }
    .table-responsive-sm.table-responsive-sm th,
    .table-responsive-sm.table-responsive-sm td {
        padding: 12px 8px;
        min-height: 40px;
        text-align: right;
        display: block;
        white-space: normal;
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }
}


/* # BALANCE
================================================== */

.balance {
    list-style: none;
    text-align: left;
}

.balance .balance_title {
    display: inline-table;
    vertical-align: top;
    margin-top: 5px;
}

.balance .balance_value,
.balance .balance_total {
    display: inline-table;
    float: right;
    padding-top: 8px;
    padding-right: 10px;
    font-size: 20px;
}


/* # VERIFICATIONS
================================================== */

.verifications {
    list-style: none;
    text-align: left;
}

.verifications .media_verify img {
    display: inline-table;
    vertical-align: top;
    margin-top: 5px;
}

.verifications .social_facebook_circle {
    color: #425caf;
    font-size: 32px;
    display: inline-table;
    float: left;
    padding-top: 8px;
    margin-right: 20px;
}

.verifications .social_googleplus_circle {
    color: #dd4b39;
    font-size: 32px;
    display: inline-table;
    float: left;
    padding-top: 8px;
    margin-right: 20px;
}

.verifications .icon_mobile,
.verifications .icon_creditcard {
    color: #0076ff;
    font-size: 32px;
    display: inline-table;
    float: left;
    padding-top: 8px;
    margin-right: 20px;
}

.verifications .check_icon {
    color: #45c000;
    font-size: 26px;
    display: inline-table;
    float: right;
    padding-top: 8px;
    padding-right: 10px;
}

.verifications .check_icon_pending {
    color: #999;
    font-size: 18px;
    display: inline-table;
    float: right;
    padding-top: 8px;
    padding-right: 13px;
}

.verifications .check_button {
    display: inline-table;
    float: right;
    padding-top: 8px;
    padding-right: 10px;
}

.verifications .socnet_verify {
    display: inline-table;
    line-height: 1.5;
}

.verifications .socnet_verify .status_ok {
    color: #45c000;
}

.verifications .unverify {
    color: #b6bdc2;
}

.verifications .check_button button {
    min-width: initial;
}


/* # STEPS
================================================== */

.step-title {
    margin: 0 auto;
    max-width: 30pc;
}

.steps-block {
    background: #F4F4F4;
}

.steps-pass {
    background: #F4F4F4;
    color: black;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    width: 125px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
}

.steps-box {
    padding-left: 282px;
    position: relative;
    background: #fff;
    min-height: 135px;
    margin-bottom: 50px;
    /* box-shadow: 0 1px 0 0 rgba(0,0,0,0.03); */
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.steps-a {
    position: absolute;
    left: 0;
    top: 0;
    width: 282px;
    height: 133px;
}

.steps-a img {
    border-radius: 4px 0 0 4px;
    min-height: 133px;
}

.steps-info {
    padding: 10px 200px 5px 30px;
}

.steps-info h3 {
    font-size: 22px;
    color: #0d58c8;
    font-weight: 700;
    margin-bottom: 10px;
}

.steps-btn {
    width: 100px;
    position: absolute;
    right: 30px;
    top: 0;
    padding-top: 30px;
}

.steps-btn a {
    width: 80px;
    font-size: 10px;
    line-height: 10px;
    padding: 12px 0 10px;
    background: #0d58c8;
    border: 1px solid #0d58c8;
    margin: 0px 5px;
    color: white;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.steps-btn:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 16px;
    border-left: 1px solid #ddd;
    height: 100px;
}

.steps-btn a:hover {
    color: #0d58c8 !important;
    background: white;
}

@media (min-width: 768px) {
    .steps-pass {
        padding-top: 10px;
    }
}

@media screen and (max-width:992px) {
    .steps-a {
        height: 100%;
    }
    .steps-a img {
        position: absolute;
        height: 100%;
        width: 282px;
    }
    .steps-btn {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding-bottom: 10px;
        float: left;
        padding-left: 30px;
        padding-top: 0;
    }
    .steps-btn:after {
        content: none;
        padding-top: 0;
    }
    .steps-info {
        padding-right: 30px;
    }
}

@media screen and (max-width: 650px) {
    .steps-box {
        padding-left: 0;
    }
    .steps-a {
        position: relative;
        float: left;
        width: 100%;
        height: 180px;
    }
    .steps-a img {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }
    .steps-btn {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding-bottom: 10px;
        float: left;
        padding-left: 30px;
        padding-top: 0;
    }
    .steps-btn:after {
        content: none;
        padding-top: 0;
    }
    .steps-info {
        padding-top: 10px;
        float: left;
    }
}


/* # SETTINGS
================================================== */

.settings .date_time_input_date {
    float: initial;
    border-radius: initial;
    border: initial;
}

.settings .avatar_preview {
    display: inline-block;
    text-align: center;
    min-height: 75px;
    min-width: 75px;
    cursor: pointer;
    overflow: hidden;
}


/* #SOCIAL NETWORK
================================================== */

.connect {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 72px;
    cursor: pointer;
    line-height: 72px;
    text-decoration: none;
}

.connect::after {
    clear: both;
    content: "";
    display: table;
}

.connect:focus,
.connect:hover,
.connect:visited {
    color: #FFF;
    text-decoration: none;
}

.connect__icon {
    vertical-align: middle;
    float: left;
    width: 70px;
    text-align: center;
    font-size: 22px;
}

.connect__context {
    vertical-align: middle;
    text-align: center;
}

.connect.facebook {
    background: #3b5998;
    color: #FFF;
}

.connect.facebook a {
    color: #FFF;
}

.connect.facebook .connect__icon {
    background: #283d68;
}

.connect.google {
    background: #dd4b39;
    color: #FFF;
}

.connect.google a {
    color: #FFF;
}

.connect.google .connect__icon {
    background: #b52f1f;
}

@media (max-width: 320px) {
    .connect__icon {
        width: 50px;
    }
}


/* #FINDER
================================================== */

#finder_collapser {
    text-align: center;
    background: #0785f2;
    color: white;
    width: 100px;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    display: inline-block;
}

#finder_refresh {
    text-align: center;
    width: 25px;
    margin-left: 5px !important;
    background: #a0a0a0;
    color: white;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    display: inline-block;
}

#finder_refresh i {
    vertical-align: middle;
}

.finder_Topline {
    border-top: 4px solid #0785f2;
}

#finder_collapser i {
    vertical-align: text-bottom;
}

#finder {
    padding: 5px 0;
    background: #fff;
    color: #666;
}

#finder form div {
    /* display: inline-block; */
    margin-bottom: 0;
    /* vertical-align: bottom; */
}

#finder form input {
    display: block;
    padding: 14px 0 14px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    min-width: 197px;
    height: auto;
    background-color: #fff;
    background-image: none;
    line-height: 1.42857;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
}

#finder form input:focus,
#finder form input:active,
#finder form input:hover {
    border: 1px solid #0785f2;
}

#finder form .search-wrapper {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 47px;
}

#finder .icon_swap {
    background-color: #606060;
    mask-image: url(../images/icons/icon-swap.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 14px 16px;
    -webkit-mask-image: url(../images/icons/icon-swap.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 14px 16px;
    padding: 20px 18px;
}

#finder form .search-wrapper:hover {
    border: 1px solid #0785f2;
    background-color: #0785f2;
}

#finder .search-wrapper:hover .icon_swap {
    background-color: white;
}

#finder .date_time_input_date,
#finder .date_time_input_time {
    max-width: 161px;
    min-width: 0;
}

#finder .blue-button {
    padding: 0 20px;
    min-width: initial;
    min-height: 49px;
    border-radius: 3px;
}

#finder .with-icon {
    padding-left: 38px;
}

#finder .with-icon-sm {
    padding-left: 35px;
}

#finder select-normal select {
    min-height: 49px;
    min-width: 200px;
}

#finder .icon-to {
    background: url(../images/icons/icon-pin.svg) no-repeat 13px center #fff !important;
    background-size: 15px !important;
}

#finder .icon-from {
    background: url(../images/icons/icon-location.svg) no-repeat 13px center #fff !important;
    background-size: 15px !important;
}

#finder .icon-time {
    background: url(../images/icons/icon-time.svg) no-repeat 12px center #fff !important;
    padding-bottom: 12px;
    padding-right: 5px;
}

#finder .icon-pickup {
    background: url(../images/icons/icon-outward.svg) no-repeat 13px center #fff !important;
}

@media (min-width: 992px) {
    #finder form {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    #finder form div {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        min-height: 46px;
    }
    #finder .blue-button {
        width: 100%;
        min-height: 48px;
    }
    #finder .date_time_input_date,
    #finder .date_time_input_time {
        max-width: initial;
    }
}


/* #HITCHES
================================================== */

.hitches h2 {
    font-size: 2.4rem;
    color: #454545;
}

.hitches .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.hitches td a {
    color: #0785f2;
}

@media (max-width: 992px) {
    .hitches td {
        font-size: 12px;
    }
}


/* #ALERTS
================================================== */

.alerts h2 {
    font-size: 2.4rem;
    color: #454545;
}

.alerts .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.alerts tbody tr:hover {
    background-color: #f5f5f5 !important;
}

.alerts td a {
    color: #0785f2;
}

.alerts .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.alerts .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.alerts .tab li a {
    padding: 10px 0 20px;
    display: block;
    color: #666888;
}

.alerts .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.alerts .tab li.active a {
    color: #0785f2;
}

.alerts .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

.alerts li .ride-item_avatar {
    background-color: #2476d6 !important;
    background-image: radial-gradient(circle farthest-side at center bottom, #2476d6, #0d4dbf 125%) !important;
    border-radius: 0;
    height: 40px;
    width: 40px;
}

.alerts .personal_list li .ride-item_avatar i {
    color: white;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 24% 0;
    vertical-align: middle;
}

.alerts .ride-item_date {
    padding-bottom: 8px;
}

.alerts .personal_list li .requests {
    display: block;
    margin-top: 10px;
}

.alerts .unseen {
    border-bottom: 3px solid #0785f2;
}

@media (min-width: 769px) {
    .alerts .ride-pricing {
        width: 145px;
    }
    .alerts .ride-item_date {
        font-size: 14px;
    }
    .alerts .ride-item_info {
        max-width: 86%;
    }
}

@media (max-width: 992px) {
    .alerts td {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .alerts .personal_list li .requests {
        float: left;
        margin-top: 0;
        margin-top: 4px;
    }
}


/* #STREAMS
================================================== */

.streams h2 {
    font-size: 2.4rem;
    color: #454545;
}

.streams .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.streams td a {
    color: #0785f2;
}

.streams .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.streams .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.streams .tab li a {
    padding: 10px 0 20px;
    display: block;
    color: #666888;
}

.streams .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.streams .tab li.active a {
    color: #0785f2;
}

.streams .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

.streams .stream_content {
    margin: 0 10px;
}

@media (max-width: 992px) {
    .streams td {
        font-size: 12px;
    }
}


/* #PAYMENTS
================================================== */

.payment_done .content{
    padding-top: 35px;
    margin: 0 auto;
    width: 85%;
    padding-bottom: 20px;
    text-align: left;
}
.payment_done .header {
    overflow: hidden;
    border-bottom: 1px solid #d7e2e7;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 5px;
}
.payment_done .header > img {
    margin: 0 0 10px 0;
    height: 25px;
    width: 100px;
}
.payment_done .header > h4 {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 13px;
    color: #97a2ad;
}

.payment_done .content h3 {
    color: #58636a;
    font-weight: 500;
    margin: 1em 0 0;
    font-size: 15px;
}
.payment_done .content h5 {
    color: #99a1aa;
    font-weight: 300;
    font-size: 14px;
}

.payment_done .content h6 {
    margin-top: 10px;
}

.payment_done .content h6 {
    color: #9aa3ab;
    font-weight: 300;
    line-height: 15px;
}

.payment_done .content p {
    font-size: 16px;
    color: #7a838d;
    line-height: 30px;
    margin: 1em 0;
}

.payment_done .content p.help {
    font-size: 14px
}
.payment_done .content p a {
    color: #0e7aea;
    text-decoration: none;
}

.payment_done .content span{
    padding: 9px;
    display: block;
    border: 1px solid #d7e2e7;
    background: whitesmoke;
    font-size: 13px;
    margin-top: 10px;
}

.payment_done .footer {
    border-top: 1px solid #d7e2e7;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
}

.payment_done .footer > h6 {
    color: #7a838d;
    text-align: right;
    margin-top: 0px !important;
}

.payment_done .footer > a {
    font-size: 13px;
    font-weight: 600;
    color: #0e7aea;
}

.payment_done .info-box {
    background-color: #1882ef;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    text-align: left;
}

.payment_done .info-box .entry {
    border-bottom: 1px solid #3895f4;
    overflow: hidden;
    display: flex;
}

.payment_done .info-box .entry > p {
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
    margin-top: 0px !important;
    float: left;
}

.payment_done .info-box .entry span {
    font-weight: 500;
    font-size: 15px;
}

.payment_done .info-box .entry > e {
    margin-top: 4px;
    margin-right: 5px;
    font-size: 19px;
    color: #b4d8fc;
}

@media(max-width:768px) {
    .payment_done .header {
        flex-direction: column;
    }
    .payment_done .content{
        padding-top: 20px;
    }
    .payment_done .info-box{
        flex-direction: column;
        padding: 5px 15% 35px;
    }
    .payment_done .info-box .entry {
        padding-top: 15px;
    }
    .payment_done .content h3 t, .payment_done .footer > h6 t {
        display: block;
    }
    .payment_done .footer {
        flex-direction: column;
    }
    .payment_done .footer > h6{
        text-align: left;
        margin-top: 10px !important;
        line-height: 1.5;
    }
}


.outservice-payment{
    background: #f9eeb8;
    color: #7d6631;
    padding: 5px;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: 45px;
    font-size: 14px;
    position: relative;
    min-width: 120px;
    right: -16px;
    text-align: center;
}

.carona-payment .row-payment-method {
    margin: 0;
    padding: 22px 0px 11px 0px;
    text-align: left;
    display: inline-table;
}

.carona-payment .payment-row {
    background-color: #f5f6fa;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.carona-payment .popular .payment-row {
    background-image: url(/content/images/pricing/pricing-popular.png);
    background-repeat: no-repeat;
    background-position: right top;
    border: 2px solid #ffce02;
    background-size: 55px;
}

.carona-payment .popular .select-logo {margin-top: 20px;}

.carona-payment .pymt-radio:nth-child(even) .payment-row {
    width: 100%;
    background: white;
}

.carona-payment h5.payment-title {
    text-align: left;
    padding: 20px;
    color: #5e6977;
}

.carona-payment .select-icon {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 24px;
    height: 24px;
}

.carona-payment .select-txt {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 60px;
    text-align: left;
    padding-left: 15px;
    font-size: 12pt;
}

.carona-payment .select-logo {
    padding-right: 0px;
    vertical-align: top;
    right: 30px;
    position: absolute;
}

.carona-payment .select-logo img {
    max-height: 40px;
}

.carona-payment .select-logo-sub {
    display: table-cell;
    vertical-align: middle;
}

.carona-payment .logo-spacer {
    padding-right: 13px;
}

.carona-payment .pymt-type-name {
    font-weight: 500;
    font-size: 12pt;
    padding-bottom: 8px;
    color: #5a6977;
}

.carona-payment .pymt-type-desc {
    padding-bottom: 22px;
    width: 70%;
    font-size: 14px;
}

.carona-payment .hr {
    border-bottom: 1px solid #ebf0f5;
    padding-bottom: 5px;
}

.carona-payment .form-cc {
    display: table;
    width: 100%;
    text-align: left;
    padding: 0px 0px 30px 30px;
}

.carona-payment .row-cc {
    display: table;
    width: 100%;
    padding-bottom: 7px;
}

.carona-payment .cc-txt {
    border-color: #e1e8ee;
    width: 100%;
}

.carona-payment .input {
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    height: 38px;
    padding-left: 15px;
    font-size: 11pt;
    color: #5e6977;
}

.carona-payment input[type="text"] {
    display: initial;
    padding: 15px
}

.carona-payment .text-validated {
    border-color: #7DC855;
    background-image: url("/content/images/icons/icon-tick.png");
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.carona-payment .cc-ddl {
    border-color: #f0f4f7;
    background-color: #f0f4f7;
    width: 100px;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}

.carona-payment .cc-title {
    font-size: 10.5pt;
    padding-bottom: 8px;
}

.carona-payment .cc-field {
    padding-top: 15px;
    padding-right: 30px;
    display: table-cell;
}

.carona-payment .button-master-container,
.carona-payment .button-master-container:hover {
    display: table;
    width: 100%;
    border-top: 1px solid #e1e8ee;
    height: 60px;
    vertical-align: bottom;
}

.carona-payment .button-container {
    width: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.carona-payment a,
.carona-payment a:hover {
    color: inherit;
    text-decoration: inherit;
}

.carona-payment .button-container:hover {
    background-color: #eee;
    cursor: pointer;
}

.carona-payment .cvv-tooltip-img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
}

.carona-payment input[type^="radio"] {
    display: none;
}

.carona-payment input[type^="radio"] + label {
    background-image: url("/content/images/icons/radio-inactive.png");
    background-repeat: no-repeat;
    height: 26px;
    width: 24px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    border-radius: 50%;
}

.carona-payment input[type^="radio"]:checked + label {
    background-image: url("/content/images/icons/radio-active.png");
    background-repeat: no-repeat;
    height: 26px;
    width: 24px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
}

.carona-payment p.credit {
    text-align: center;
    color: #ccc;
}


/* #PLACES-ADS
================================================== */
.ads_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px){
    .ads_container{
        flex-direction: row;
    }
}

.listing-item-container {
    /* background-color: #ffffff; */
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: transform .3s;
    margin-bottom: 30px;
    text-align: left;
}

.listing-item-container.fixed {
    transform: translate3d(0, 0, 0) !important;
    margin-bottom: 0;
}

.listing-item-container.list-layout {
    background: 0 0;
    background-color: #f9f9f9;
    margin-bottom: 25px
}

.listing-item-container.list-layout:hover {
    transform: translate3d(6px, 0, 0)
}

.listing-item-container.list-layout .listing-item {
    display: flex;
    background-color: transparent;
    height: 220px
}

.listing-item-container.list-layout .listing-item:before {
    display: none
}

.listing-item-container.list-layout .listing-item img {
    border-radius: 0
}

.listing-item-container.list-layout .listing-item-content {
    flex: 5;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 50;
    box-sizing: border-box
}

.listing-item-container.list-layout .listing-item-image {
    min-height: 200px;
    flex: 2;
    height: 100%;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative
}

.listing-item-container.list-layout .listing-item-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #272729;
    opacity: .2
}

.listing-item-container.list-layout span.like-icon {
    bottom: 50%;
    transform: translateY(50%);
    background-color: #eee;
    color: #9d9d9d;
    right: 35px
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
    background-color: #f3103c;
    color: #fff
}

.listing-item-container.list-layout .listing-item-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    padding-right: 120px
}

.listing-item-container.list-layout .listing-item-inner h3 {
    color: #333
}

.listing-item-container.list-layout .listing-item-inner span {
    color: gray
}

.listing-item-container.list-layout .star-rating {
    padding: 8px 0 0
}

.listing-item-container.list-layout .numerical-rating {
    margin: 10px 0 5px;
    display: block
}

.listing-item-container.list-layout .listing-item-details {
    position: absolute;
    bottom: 25px;
    right: 35px;
    left: auto;
    top: auto;
    padding: 0;
    width: auto;
    z-index: 50;
    color: #888;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px
}

section.fullwidth .listing-item-container,
.fs-content .listing-item-container {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    background: #fff
}

section.fullwidth .listing-item-container.list-layout,
.fs-content .listing-item-container.list-layout {
    box-shadow: none
}

.listing-item-container:hover {
    transform: translate3d(0, -6px, 0)
}

.listing-item {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 265px;
    z-index: 100;
    cursor: pointer;
}

.listing-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.listing-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2);
    border-radius: 4px 4px 0 0;
    opacity: 1
}

.listing-item-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 32px;
    padding-right: 90px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box
}

.listing-item-content h3 {
    color: #fff;
    font-size: 20px;
    bottom: -1px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 31px
}

.listing-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: rgba(255, 255, 255, .3);
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px
}

.listing-item-container.list-layout span.tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #66676b;
    margin: 0;
    z-index: 10;
    line-height: 14px;
    padding: 7px 16px;
    margin-right: 20px;
    text-align: center
}

.listing-item-details {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 3px 15px 2px 32px;
    max-width: 100%;
    z-index: 50;
    color: #fff;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    background: rgba(24, 24, 24, .7);
}

.listing-item-details ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.listing-item-details ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px
}

.listing-item-details ul li i {
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative;
    top: 0;
    font-size: 14px
}

.listing-item-container.compact .listing-item {
    border-radius: 4px
}

.listing-item-container.compact .star-rating {
    padding: 5px 0 0
}

.listing-item-container.compact .rating-counter {
    color: rgba(255, 255, 255, .7)
}

.listing-item-container.compact .star-rating .star.empty:before,
.listing-item-container.compact .star-rating .star.half:before {
    color: rgba(255, 255, 255, .3)
}

.listing-item-container.compact .listing-item-content span.tag {
    background-color: #66676b
}

.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    font-family: open sans;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255, 255, 255, .2);
    margin: 15px 32px
}

.compact .numerical-rating {
    margin: 0 0 8px
}

.numerical-rating:before {
    content: attr(data-rating)
}

.numerical-rating.high {
    background-color: #64bc36
}

.numerical-rating.mid {
    background-color: #c0c52a
}

.numerical-rating.low {
    background-color: #ee3535
}

.infoBox .numerical-rating .rating-counter,
.numerical-rating .rating-counter {
    position: absolute;
    top: 0;
    left: 14px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    width: 150px;
    color: #909090
}

.infoBox .numerical-rating .rating-counter {
    left: 12px
}

.infoBox .numerical-rating {
    margin: 0;
    font-family: open sans
}

.star-rating {
    display: block;
    font-size: 17px
}

.listing-item-container .star-rating {
    padding: 15px;
    */ border: ;
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative
}

.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}

.star-rating .rating-counter {
    top: -1px;
    position: relative
}

.infoBox .star-rating .rating-counter {
    font-size: 15px;
    top: -2px
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: fontawesome;
    content: "\f005";
    display: block;
    color: #ffc600
}

.star-rating .star.empty:before {
    color: #ddd
}

.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.star-rating .star.half:before {
    color: #ddd
}

.star-rating .star.half:after {
    color: #ffc600;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden
}

span.like-icon {
    color: #fff;
    font-size: 19px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 30px;
    cursor: normal;
    background-color: rgba(24, 24, 24, .4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all .4s
}

.like-icon:before,
.like-icon:after {
    transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5);
    font-family: fontawesome;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 9px
}

.like-icon:before {
    content: "\f08a";
    transform: scale(.95)
}

.like-icon:after {
    content: "\f004";
    opacity: 0;
    transform: scale(.5)
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(.95)
}

.like-icon:hover,
.like-icon.liked {
    background-color: #f3103c
}

.like-icon.liked:before {
    opacity: 0
}

.listing-item {
    overflow: hidden
}

.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px
}

.listing-badge.now-open {
    background-color: #54ba1d
}

.listing-badge.now-closed {
    background-color: #e91721
}

.categories-boxes-container {
    width: calc(100% + 20px);
    left: -20px;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.category-small-box {
    float: left;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 20px 0 0 20px;
    padding: 22px 20px;
    text-align: center;
    color: #777;
    transition: .4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.category-small-box:hover {
    background-color: #66676b;
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.1)
}

.category-small-box:hover h4 {
    font-size: 17px
}

.category-small-box h4 {
    font-size: 16px;
    color: #333;
    transition: .4s;
    line-height: 22px;
    margin-top: 8px
}

.category-small-box i {
    font-size: 42px;
    height: 40px;
    display: inline-block;
    margin-top: 20px
}

.category-small-box:hover h4 {
    color: #fff
}

.verified-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #19b453;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 3px;
    margin-left: 2px
}

.verified-icon:before {
    content: "\f058";
    font-family: fontawesome;
    position: relative;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.verified-icon:after {
    position: relative;
    z-index: 9;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff
}

.verified-badge {
    background-color: #19b453;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 500;
    cursor: help;
    position: relative;
    transition: .3s;
    display: block
}

.verified-badge i {
    font-size: 22px;
    padding: 0 4px 0 0;
    position: relative;
    top: 3px
}

.verified-badge .tip-content {
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    padding: 20px;
    border-radius: 0 0 4px 4px;
    max-width: auto;
    top: auto;
    bottom: 0
}

.verified-badge:hover {
    border-radius: 4px 4px 0 0
}

.verified-badge:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%)
}

.verified-badge .tip-content:after {
    font-family: fontawesome;
    content: "\f0d8";
    position: absolute;
    top: -3px;
    bottom: auto;
    left: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%, -50%)
}

@media(max-width:768px) {
    .category-small-box {
        width: calc(100% * (1/2) - 21px)
    }
}

@media(min-width:768px) {
    .category-small-box {
        width: calc(100% * (1/3) - 21px)
    }
}

@media(min-width:992px) {
    .category-small-box {
        width: calc(100% * (1/3) - 21px)
    }
}

@media(min-width:1240px) {
    .category-small-box {
        width: calc(100% * (1/6) - 21px)
    }
}


/* #RIDES
================================================== */

.rides h2 {
    font-size: 2.4rem;
    color: #454545;
}

.rides [data-avatarheader] {
    font-size: 28px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: white;
}

.ride-notice {
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 3px;
    /* border-radius: 4px; */
    /* box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px rgba(0,0,0,0.2); */
    display: block;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    color: #5e5e5e;
}

.ride-notice i {
    font-size: 38px;
    color: #ffc41a;
}

.ride-notice h3 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}

.rides .route-arrow {
    color: #999;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0 5px;
}

.ride-item {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    transition: box-shadow 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
}

li.ride-item:hover {
    border-bottom: 3px solid #0785f2;
}

.ride-item_link {
    color: #2a2b2f !important;
}

.ride-item_flex {
    display: block;
    cursor: pointer;
}

.ride-item_avatar-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.ride-item_avatar {
    border-radius: 50%;
    margin-top: 12px;
    margin-left: 12px;
    height: 45px;
    width: 45px;
    background-color: #e9ebee;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    /* border: 1px solid #cdd3da; */
}

.ride-item_info {
    padding: 15px 10px 10px;
    vertical-align: top;
}

.ride-item_info > span {
    color: #999;
    font-size: 90%;
}

.ride-item_date {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: top;
}

.ride-item_route {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}

.ride-pricing {
    max-width: 100%;
    text-align: right;
}

.ride-pricing_seats {
    display: block;
    margin-bottom: 6px;
}

.ride-pricing_price {
    color: #7e7f82;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 3px;
    width: 30%;
}

.ride-label-instant {
    background: rgba(255, 255, 255, 0);
    border-radius: 2px;
    cursor: default;
    font-size: 10px;
    padding: 4px 7px 3px 7px;
    text-transform: uppercase;
    vertical-align: baseline;
    border: 1px solid #0785f2;
    color: #0785f2;
    position: relative;
    top: -3px;
}

.rides .place_price {
    color: #0785f2;
    font-size: 35px;
    font-weight: 600;
}

.rides .sub_price {
    color: #999999;
    font-size: 25px;
}


/* Rides Personal items */

.rides .personal_list li .ride-item_avatar {
    background-color: #0d5dd4 !important;
    /* background-image: radial-gradient(circle farthest-side at center bottom, #2476d6, #0d4dbf 125%) !important; */
    border-radius: 0;
}

.rides .personal_list li .ride-item_avatar i {
    color: white;
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 24% 0;
    vertical-align: middle;
}

.rides .personal_list li .btn-group-vertical>.btn,
.rides .btn-group>.btn {
    float: right;
}

.rides .personal_list li .requests {
    display: block;
    margin-top: 10px;
}

.rides .personal_list li .ride-pricing_seats {
    display: initial;
}

.rides .personal_list li .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-right: 0;
    border-radius: 0;
}

.rides .personal_list li .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-radius: 0;
}

img.comfort {
    position: relative;
    top: -3px;
    left: 4px;
    height: 20px;
    width: 20px;
    cursor: help;
}

@media (min-width: 769px) {
    .ride-item_flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ride-item_avatar {
        margin: 15px 0 0 12px;
        height: 65px;
        width: 65px;
    }
    .ride-item_info {
        display: inline-block;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        /* max-width: 80%; */
    }
    .ride-item_date {
        font-size: 17px;
    }
    .ride-pricing {
        padding: 0px 20px 0 0;
        max-width: 220px;
        margin: auto auto;
    }
    .ride-pricing_price {
        display: block;
        width: 100%;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .ride-item_info {
        display: inline-block;
        padding-left: 12px;
        padding-top: 12px;
        width: calc(100% - 57px);
        line-height: 1.5;
    }
    .ride-pricing {
        border-top: 1px solid #e8e8e8;
        margin-top: 8px;
        padding: 8px 12px;
        background: #f9f9f9;
    }
    .ride-pricing_seats {
        text-align: left;
        margin-top: 3px;
        margin-bottom: 0;
        display: inline-block;
        width: 70%;
    }
    .rides .personal_list li .ride-item_avatar i {
        font-size: 25px;
        padding: 20% 0;
    }
    .rides .personal_list li .requests {
        float: left;
        margin-top: 0;
    }
    .ride-item_date,
    .ride-item_route {
        font-size: 13px;
    }
    li.ride-item {
        border-color: #f9f9f9;
    }
    .rides [data-avatarheader] {
        line-height: 42px;
        font-size: 23px;
    }
}

@media (max-width: 375px) {
    .rides .personal_list .requests-large {
        display: none !important;
    }
}

@media (min-width: 376px) {
    .rides .personal_list .requests-small {
        display: none !important;
    }
}


/* #SETTINGS 
================================================== */

.settings h2 {
    font-size: 2.4rem;
    color: #454545;
}

.settings .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.settings td a {
    color: #0785f2;
}

.settings .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.settings .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.settings .tab li a {
    padding: 10px 0 20px;
    display: block;
    color: #666888;
}

.settings .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.settings .tab li.active a {
    color: #0785f2;
}

.settings .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}


/* #PREVIEW-HR
================================================== */

.preview_HR {
    background: #fff;
    color: #666;
    border-bottom: 1px solid #dee0e3;
    text-align: center;
}

.preview_HR ul {
    /* display: inline-block; */
    margin: 0;
}

.preview_HR ul li {
    display: inline-block;
    min-width: 18%;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    vertical-align: middle;
}

.preview_HR ul li:first-child {
    border-left: 0;
}

.preview_HR ul li div:first-child,
.preview_HR small {
    color: #909090;
}

.preview_HR ul li button {
    min-width: initial;
    padding: 0 15px;
    margin: 4px 0;
}

.preview_HR_body {
    text-align: center;
}

.preview_HR_body h2 {
    font-size: 2.4rem;
    color: #454545;
}

.preview_HR-content {
    border: 1px solid #dee0e3;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
}

.preview_HR-content .block-section {
    box-sizing: border-box;
    padding: 15px;
    border-top: 1px solid #dee0e3;
}

.preview_HR-content .block-section:first-child {
    border-top: 0;
}

.preview_HR-content .block-section:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.preview_HR-content .bordered-top {
    border-top: 1px solid #dee0e3 !important;
}

.preview_HR-content small {
    color: #5c5e5c;
}

.preview_HR-content .block-table {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.preview_HR-content .block-table span {
    display: table-cell;
    line-height: 1.5;
    vertical-align: middle;
}

.preview_HR-content .block-table span:first-child {
    width: 70%;
}

.preview_HR-content .booking-occupancy {
    color: #ADAFAF;
    font-size: 14px;
    text-align: center;
}

.preview_HR-content .booking-occupancy .booking-occupant {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.preview_HR-content .booking-occupancy .booking-occupant .booking-seatAvailable {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 2px dashed #ddd;
    border-radius: 50%;
}

.booking-occupant+ .booking-occupant {
    margin-left: 9px;
}

.preview_HR-content .block-info,
.preview_HR-content .block-closed,
.preview_HR-content .block-open {
    background: #f6f7f9 !important;
}

.preview_HR-content p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
}

.preview_HR-content hr {
    margin: 8px 0;
}

.preview_HR-content .AR_details {
    margin-bottom: 5px;
    font-size: 15px;
    clear: both;
}

.preview_HR-content .AR_details .AR_title {
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    vertical-align: top;
}

.preview_HR-content .AR_details .AR_data {
    width: 100%;
    color: #727272;
    line-height: 1.5;
    margin-left: 15px;
    vertical-align: middle;
}

.preview_HR-content .AR_details .AR_data div {
    margin-bottom: 10px;
}

.preview_HR-content .AR_details .AR_data div:last-child {
    margin-bottom: 0px;
}

.preview_HR-content .AR_details .AR_data i {
    vertical-align: baseline;
    margin-right: 5px;
}

#price_data {
    background: #f6f7f9 !important;
}

.AR_avatar {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #e9ebee;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #cdd3da;
}

.AR_avatar_info,
.AR_avatar_requester {
    display: inline-block;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: text-top;
    min-width: 60%;
}

.AR_avatar_info div:first-child {
    font-size: 20px;
}

.AR_seat_avatar {
    height: 36px !important;
    width: 36px !important;
}

.request_options {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: text-top;
    float: right;
}

.request_panel_choose {
    display: block;
    float: none;
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    margin-top: 15px;
}


/* #PROFILE
================================================== */

.profile {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    max-width: 970px;
    overflow: hidden;
}

.profile_avatar {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    background-color: #e9ebee;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

header [data-avatarheader] {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: white;
}

.profile [data-avatarheader] {
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: white;
}

.AR_avatar[data-avatarheader] {
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: white;
}

.AR_seat_avatar[data-avatarheader] {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: white;
}

[data-avatarheader]:before {
    content: attr(data-avatarheader);
}

.profile .media_figure {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.profile .media_figure img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.profile .user_info {
    color: #283740f2;
    display: inline-block;
    vertical-align: middle;
}

.profile .user_info .sub {
    color: #6d7c85;
    margin-top: 3px;
    margin-bottom: 2px;
}

.profile .photo_holder {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.profile .photo_holder li:first-child {
    margin-left: 0;
}

.profile .photo_holder li:last-child {
    margin-right: 0;
}

.profile .photo_holder li {
    width: calc(25% - 3px);
    padding-top: 25%;
    display: inline-block;
    background-color: #dcdcdc;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url('https://www.dropbox.com/s/5oi484d80x68zmp/avatar-gray-big.png?dl=0&raw=1'); */
}

.profile .profile_customize {
    background: #0785f2;
    color: white;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    width: 125px;
    text-transform: capitalize;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
}

.profile .profile_customize:hover {
    background: #1a69ca;
}

.profile .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.profile .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    /* font-weight: 600; */
    cursor: pointer;
}

.profile .tab li a {
    padding: 20px 0;
    display: block;
}

.profile .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.profile .tab li.active {
    color: #0785f2;
}

.profile .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

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

.profile .tab-content em {
    color: #6d7c85;
}

.profile .tab-content h5 {
    font-size: 16px;
    font-weight: 500;
}

.profile .tab-content h5 span {
    float: right;
}

.profile .tab-content h5 span i {
    vertical-align: sub;
    color: #dbdbdb;
    font-size: 16px;
}

.profile .tab-content h5 span:hover i {
    color: #0785f2;
}

.profile .tab-content hr {
    padding: 0;
    height: 1px;
    width: 100%;
    border: 0;
    color: #6d7c85;
    background-color: #dbdbdb;
    display: block;
    margin: 20px 0;
}

.profile .tab-content a {
    color: #0076ff;
}

.profile .tab-content .media_verify p {
    display: inline-table;
    width: 70%;
    margin: 0;
}

.profile .tab-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.profile .tab-content li {
    line-height: 2.3;
    display: flex;
}

.user_score {
    display: inline;
}

.user_score i {
    color: #c9c9c9;
    font-size: 1.5em;
    margin-right: -2px;
    cursor: pointer;
}

.user_score span[data-rating="1"] i:nth-child(-n+1),
.user_score span[data-rating="2"] i:nth-child(-n+2),
.user_score span[data-rating="3"] i:nth-child(-n+3),
.user_score span[data-rating="4"] i:nth-child(-n+4),
.user_score span[data-rating="5"] i:nth-child(-n+5) {
    color: #0785f2;
}

@media (max-width: 769px) {
    .profile {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .profile_avatar {
        height: 50px;
        width: 50px;
        margin-top: 0px;
    }
    .profile .user_info {
        margin-top: -2px;
    }
    .profile .user_info .h3 {
        font-size: 20px;
    }
}


/* #CPANEL 
================================================== */

.cpanel h2 {
    font-size: 2.4rem;
    color: #454545;
}

.cpanel .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.cpanel td a {
    color: #0785f2;
}

.cpanel .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.cpanel .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.cpanel .tab li a {
    padding: 10px 0 20px;
    display: block;
    color: #666888;
}

.cpanel .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.cpanel .tab li.active a {
    color: #0785f2;
}

.cpanel .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

.cpanel .section-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.cpanel .section-header:after {
    content: "";
    background-color: #047bf8;
    width: 22px;
    height: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.cpanel .hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.cpanel .hpanel .panel-body {
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 2px;
    /* padding: 20px; */
    position: relative;
    overflow: hidden;
}

.cpanel .hpanel .panel-body .soon {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cpanel .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.cpanel .hpanel>.panel-footer,
.cpanel .hpanel>.panel-section {
    color: inherit;
    border: 1px solid #dee0e3;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.cpanel .text-success {
    color: #0785f2;
}

.cpanel .m-xs {
    margin: 5px;
}

.cpanel .stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0;
}

.cpanel .progress-bar-success {
    background-color: #0785f2;
}

@media (max-width: 992px) {
    .cpanel td {
        font-size: 12px;
    }
}


/* #REQUEST_HELPER
================================================== */

.request_helper {
    cursor: pointer;
}

.request_helper i {
    font-size: 4em;
    color: #0785f2;
    background: transparent;
}

.request_helper p {
    font-size: 1.2em;
    margin-top: 1em;
    line-height: 1.5;
}

.small_request_helper i {
    font-size: 18px;
    margin: 0;
}

.small_request_helper p {
    font-size: 14px;
    margin: 0;
}

.request_helper_error {
    color: #b52f1f !important;
}

.request_helper_ok {
    color: #92d13d !important;
}

.small_request_content {
    border: 1px solid #dee0e3;
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 6px 0 12px;
}


/* #REVIEWS
================================================== */

.carona-reviews {
    font-size: 16px;
}

.carona-reviews blockquote {
    padding: 0;
    background: white;
    margin: 30px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px 15px 10px 15px;
    position: relative;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .025) 0 3px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.carona-reviews blockquote:before {
    content: '';
    display: block;
    border: 20px solid transparent;
    border-top-color: #ccc;
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 250;
    background: transparent;
    height: 0;
    opacity: 1;
}

.carona-reviews blockquote:nth-of-type(even):before {
    left: auto;
    right: 20px;
}

.carona-reviews blockquote:after {
    content: '';
    display: block;
    border: 19px solid transparent;
    border-top-color: white;
    position: absolute;
    top: 100%;
    left: 21px;
    z-index: 500;
}

.carona-reviews blockquote:nth-of-type(even):after {
    left: auto;
    right: 21px;
}

.carona-reviews blockquote:last-of-type {
    margin-bottom: 45px;
}

.carona-reviews blockquote div span i {
    color: #c9c9c9;
}

.carona-reviews blockquote div span[data-rating="1"] i:nth-child(-n+1),
.carona-reviews blockquote div span[data-rating="2"] i:nth-child(-n+2),
.carona-reviews blockquote div span[data-rating="3"] i:nth-child(-n+3),
.carona-reviews blockquote div span[data-rating="4"] i:nth-child(-n+4),
.carona-reviews blockquote div span[data-rating="5"] i:nth-child(-n+5) {
    color: #0785f2;
}

.carona-reviews blockquote strong {
    color: #283740;
    display: inline;
}

.carona-reviews strong + span {
    margin-left: -3px;
}

.carona-reviews blockquote strong + span + span {
    display: block;
    margin: 2px 0;
}

.carona-reviews blockquote span em {
    font-style: normal;
    font-weight: bold;
    color: #155096;
    text-decoration: underline;
}


/*.carona-reviews blockquote span:last-of-type {
  font-size: 13px;
  background: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  color: #777;
  margin-bottom: 4px;
  text-shadow: none;
}*/

.carona-reviews blockquote p {
    font-size: 14px;
    font-style: normal;
    margin: 5px 0;
    /* color: black; */
    border-left: 3px solid #0785f2;
    padding-left: 15px;
}

.carona-reviews h2:last-of-type {
    background: #eee;
    text-align: center;
    font-weight: 400;
    padding: 15px;
    margin: 0;
    border: 1px solid #ccc;
    position: relative;
}

.carona-reviews h2 q,
.carona-reviews h2 strong {
    font-weight: 600;
}

@media (min-width: 400px) {
    .carona-reviews h2:last-of-type {
        font-size: 24pt;
    }
}

@media (min-width: 700px) {
    .carona-reviews blockquote {
        width: 75%;
        margin: 30px 15px 0 15px;
    }
    .carona-reviews blockquote:nth-of-type(even) {
        margin-left: calc(25% - 15px);
    }
    .carona-reviews h2:last-of-type {
        font-size: 28pt;
    }
}

@media (min-width: 700px) {
    .carona-reviews .quote-container {
        width: 100%;
        padding: 0 75px;
    }
}


/* #SEATS
================================================== */

.seat_icon {
    background: #a0a0a0;
    color: #ffffff;
    padding: 0 6px;
    display: inline-block;
    margin: 2px;
    font-size: 11px;
    line-height: 2;
}

.seat_available {
    background: #0785f2;
    color: white;
}


/* #PARALLAX
================================================== */

.parallax-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}


/* #VIDEOS
================================================== */

.video-carona-bg {
    will-change: background-position;
    margin: 0;
    padding: 0;
    background: #2c2c2c url(../images/work-proc-bg.jpg) fixed;
}

.video-carona-text-cont {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 100;
    color: #f1f1f1;
}

.video-carona-text-cont.video-carona-text-black {
    color: #2a2b2f;
}

.video-carona {
    cursor: pointer;
}

.video-carona:hover a {
    color: #ffffff;
}

.video-carona-text-cont a {
    display: inline-block;
    padding: 20px;
    font-size: 65px;
    line-height: 45px;
    color: #8ab9dc;
    vertical-align: middle;
}

.video-carona-text-cont.video-carona-text-black a {
    color: #2a2b2f;
}

.video-carona-text-cont.video-carona-text-black a:hover {
    color: #97999c;
}

@media only screen and (max-width: 992px) {
    .video-carona-text-cont {
        font-size: 28px;
        line-height: 28px;
    }
    .video-carona-bg {
        background-attachment: scroll;
    }
    .video-carona-text-cont {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .video-carona-text,
    .video-carona-a {
        display: block;
    }
}


/* #IMAGES
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

img,
video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* #HEADER
=====================================================*/

header {
    position: fixed;
    left: 0;
    transition: background .3s ease, height .4s ease;
    width: 100%;
    z-index: 9999;
    top: 0;
}

header .material-icons {
    font-size: 24px !important;
}

.header_avatar {
    height: 30px !important;
    width: 30px !important;
}

header .nav-travel {
    margin-right: 10px !important;
}

header .header-wrapper {
    position: relative;
    width: 100%;
    transition: height .3s ease 0s, background .3s ease 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 29;
}

header.transparent-fix {
    background-color: #0747a6;
    background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%);
}

header.affix {
    background-color: #0747a6 !important;
    /* background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%) !important; */
    /* box-shadow: 0px 2px 6px rgba(0,0,0,0.2); */
}

header .onlylogo {
    background-color: #0747a6 !important;
    /* background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%) !important; */
    padding: 20px 0;
    box-shadow: 0 5px 15px 0 rgba(46, 61, 73, .12);
}

Header .ml-count {
    position: absolute;
    top: -3px;
    right: 4px;
    font-size: 8px;
    width: 1em;
    height: 1em;
    background-color: #4cbe00;
    border-radius: 50%;
    display: inline-block;
    margin-right: .3em;
}

Header .mr-count {
    padding: 0px 7px 4px;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    border-radius: 3px;
}

.navbar-toggle {
    border: 0;
    padding: 0;
    margin: 0;
}

.navbar-help {
    display: block;
    float: left;
    margin: 23px 5px 0 5px;
    font-size: 23px;
    color: #fff;
    transition: padding .4s ease 0s;
    transform: translateZ(0);
}

.navbar-nav {
    margin: 12.5px 0px;
}

.navbar-right {
    padding-right: 16px;
}

.navbar-nav > li.dropdown > a {
    padding: 40px 10px 16px 5px;
    background: transparent !important;
}

.navbar-nav > li a.btn-add {
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    font-size: 16px;
    margin: 36.5px auto 21.5px;
    padding: 4px 8px 6px 6px;
}

.navbar-nav section {
    background: transparent !important;
}

.navbar-nav > li > a {
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
}

li.open a.btn-add {
    border-color: white;
}

.navigation-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 10px;
    min-height: 24px;
}

.navbar-collapse {
    margin: 0 !important;
}

.navbar-nav > li:hover > a {
    opacity: 1;
    background: transparent;
}

.dropdown-menu-language {
    min-width: 40px !important;
    cursor: pointer;
}

#mobile .dropdown-menu-language {
    position: absolute !important;
    background-color: white !important;
    padding: 5px 0 !important;
    right: 30px;
    top: 90%;
}

.dropdown-menu-language li.active a {
    background: #1e7ae8 !important;
    color: white !important;
}

#mobile .dropdown-menu-language li > a {
    color: #333;
    padding: 5px 15px !important;
    text-align: center !important;
}

.dropdown-menu .dropdown-account__header {
    display: block;
    padding: 4px 12px 0;
    color: #0785f2;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-account .dropdown-account__header {
    padding: 0;
}

.transparent-fix {
    transition: margin-bottom .2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0s, background 0.05s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0s !important;
}

@media (max-width: 767px) {
    header {
        position: absolute;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-nav > li {
        float: none !important;
    }
    .navbar-nav > li.dropdown > a {
        padding: 10px 0;
    }
    .dropdown-menu .dropdown-account__header {
        color: #ffcb03;
    }
    .dropdown-menu .show_profile {
        color: white;
    }
    .navbar-collapse {
        border-top: 1px solid transparent !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1) !important;
    }
    header .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        padding-top: 0;
    }
    header .open .dropdown-menu a {
        line-height: 20px;
        padding: 5px 15px 5px 25px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        white-space: normal;
    }
    header .open .divider {
        display: none;
    }
    header .open .dropdown-menu a:hover,
    header .open .dropdown-menu a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-nav > li a.btn-add {
        margin: initial;
        padding: 10px 0;
        border: 0;
        font-size: 14px;
    }
    .navbar-nav .open > a {
        color: #ffcb03;
        text-transform: uppercase;
        padding-bottom: 2px !important;
    }
}

@media (min-width: 768px) {
    #mobile .dropdown-menu-language {
        display: none;
    }
    .navbar-nav li {
        margin-right: 15px;
    }
    .navbar-nav li:last-child {
        margin-right: 0px;
    }
    .dropdown-menu li:hover:last-child {
        background-color: #f5f5f5;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-right {
        float: right !important;
        margin-right: -16px;
    }
    .navbar-nav>li>a {
        padding: 42.5px 3px 28.5px;
        font-size: 16px;
    }
    header.transparent-fix {
        background: transparent;
    }
    .dropdown-menu>li {
        margin: 0;
    }
    header.affix {
        transition: height .4s ease;
    }
    header.affix .logo {
        padding: 15px 10px;
        transition: all 0.3s ease 0s;
    }
    header.affix .navbar-nav > li > a {
        padding: 23px 3px;
        min-height: 70px;
    }
    header.affix .navbar-nav > li.dropdown > a {
        padding: 20px 10px 15px 5px;
        opacity: 1;
    }
    .affix .navbar-nav > li a.btn-add {
        margin: 18px 0;
        padding: 4px 8px 6px 6px;
        min-height: inherit;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 0px;
        border-radius: 3px;
        border: 0;
    }
    .nav-add ul {
        margin-top: 1px !important;
    }
    .affix .navbar-nav>li>.dropdown-menu {
        margin-top: 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 0;
    }
}

@media (max-width: 425px) {
    header .onlylogo {
        padding: 15px 0;
    }
    header .onlylogo > a > div {
        height: 40px;
    }
}

@media (max-width: 1024px) {
    .hamb-mob-icon {
        display: block;
        float: left;
        padding: 22px 5px 20px 5px;
        font-size: 29px;
        color: #fff;
        transition: padding .4s ease 0s;
        transform: translateZ(0);
    }
}


/* #LOGO
=====================================================*/

header .logo {
    display: inline-block;
    padding: 35px 10px 20px;
    transition: all .4s ease 0s;
}

header .logo img {
    width: 120px;
}

@media (max-width: 767px) {
    header.affix .logo {
        padding: 17px 10px;
    }
    header .logo {
        padding: 22px 10px;
    }
}

@media (min-width: 768px) {
    header .logo {
        float: left;
    }
}


/* #VEHICLE
=====================================================*/

vehicle > div {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

vehicle .col-md-9,
vehicle .col-md-3 {
    display: inline-block;
    vertical-align: top;
    float: none;
}

@media (max-width: 991px) {
    vehicle .col-md-9,
    vehicle .col-md-3 {
        width: 100%;
    }
}

vehicle .delete {
    background-color: #0785f2 !important;
    background-image: radial-gradient(circle farthest-side at center bottom, #1665c1, #003087 125%) !important;
    color: white;
    padding: 10px;
    margin: 0 -5px;
}

vehicle:last-child > div {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.car_item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    min-width: 90px;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
}

.car_item span {
    display: block;
    /* background: #0785f2; */
    color: #5e5e5e;
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
}

.car_choosen {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #0785f2;
    background: #3b3b3b;
}

.car_item svg {
    display: block;
    margin: 0 auto;
}

.car_item:hover .link_title {
    color: #8f8f8f !important;
}

.car_item:hover path {
    fill: #8f8f8f;
}

.car_item .link_selected .link_title {
    color: #0785f2 !important;
    font-weight: 600;
}

.car_item .link_selected path {
    fill: #0785f2 !important;
}


/* #GARAGE
=====================================================*/

.garage_create {
    background: #dddfe2;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: 194px;
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
}

.garage_create .action {
    background: white;
    margin-top: -1px;
    display: block;
}

.garage_create .action div {
    border-bottom: 1px solid #e9eaed;
    padding: 10px 0;
}

.garage_create .action button {
    min-width: inherit !important;
}

.garage_create .aditional {
    clear: both;
    padding: 8px 0 6px 0;
    text-align: center;
    border-bottom: 1px solid #e9eaed;
    background: #fcfcfc;
    cursor: pointer;
}

.garage_create .aditional:hover {
    color: #0785f2 !important;
}


/* #WELCOME
=====================================================*/

#welcome-wrapper {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url('../images/bg/welcome.jpg');
    background-size: cover;
    color: white;
    height: 100vh;
    background-position-x: center;
    background-position-y: center;
}

.opaque {
    background: rgba(0, 0, 0, 0.46);
}

#welcome-wrapper .welcome-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
    height: 100vh;
}

#welcome-wrapper .welcome-content .welcome-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    transform: translateY(25%);
}

#welcome-wrapper .slogan {
    z-index: 14;
    line-height: 1;
    padding: 0px;
    font-weight: 200;
    font-size: 60px;
    position: relative;
}

#welcome-wrapper .subcaption {
    z-index: 15;
    white-space: normal;
    transition: none;
    line-height: 25px;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    margin: 40px 0;
}

#welcome-wrapper .hover-op-70:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

@media (max-width: 320px) {
    #welcome-wrapper .welcome-content .welcome-content-inner {
        transform: translateY(15%);
    }
}

@media (min-width: 760px) {
    #welcome-wrapper .welcome-content .welcome-content-inner {
        transform: translateY(0%);
    }
}

@media (min-height: 760px) {
    #welcome-wrapper .welcome-content .welcome-content-inner {
        transform: translateY(30%);
    }
}

@media (max-width: 425px) {
    #welcome-wrapper .hover-op-70 {
        display: block;
        margin: 0 0 15px;
    }
    #welcome-wrapper .welcome-content {
        padding: 75px 30px;
    }
    #welcome-wrapper .slogan {
        font-size: 50px;
    }
}

@media (max-height: 425px) {
    #welcome-wrapper .hover-op-70 img {
        width: 100px;
    }
    #welcome-wrapper .welcome-content {
        padding: 25px;
    }
    #welcome-wrapper .slogan {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    #welcome-wrapper .welcome-content {
        text-align: left;
        padding: 0;
        height: 100vh;
    }
    #welcome-wrapper .welcome-content .welcome-content-inner {
        max-width: none;
        margin: 0 2%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* #AUTHENTICATION
=====================================================*/

.auth_content {
    padding: 40px 40px 30px;
    min-height: calc(100vh - 170px);
}

.tab-panel {
    margin: auto;
    /* box-shadow: 2px 2px 3px 0 hsla(205,5%,48%,.12); */
    max-width: 620px;
    /* border: 1px solid #dbe2e8; */
    border: 1px solid #dee0e3;
    /* border-radius: 3px; */
    text-align: center;
}

.tab-panel-ops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-panel-ops > div {
    cursor: pointer;
    background: #fafbfc;
    border-bottom: 1px solid #dee0e3;
    /* font-weight: 600; */
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border-left: 1px solid #dee0e3;
}

.tab-panel-ops > div > a {
    color: #7d97ad;
    font-weight: inherit;
}

.tab-panel-ops > div:first-child {
    border-left: 0;
}

.tab-panel-ops > div.selected {
    cursor: default;
    background: #fff;
    /* font-weight: 500; */
    color: #2e3d49;
    border-bottom: 0;
}

.tab-panel-ops > div.selected > a {
    color: #2e3d49;
}

.tab-panel-content {
    padding: 60px;
}

.auth_title {
    font-size: 31px;
    font-weight: 300;
    line-height: 1.3;
    color: #2e3d49;
    text-align: center;
}

.auth_description {
    font-size: 14px;
    line-height: 1.6;
    color: #525c65;
    max-width: 460px;
    margin: 20px auto;
}

.auth_form {
    margin: 25px 0 40px;
}

.auth_form input {
    height: 44px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(46, 60, 73, .05);
    border-radius: 2px;
    color: #2e3d49;
}

.auth_form input:focus {
    outline: none;
    border-color: #0785f2;
}

.auth_form input+input {
    margin-left: 20px;
}

.auth_redirect {
    color: #0785f2;
}

.auth_redirect:hover {
    color: #2e3d49;
}

.auth_content hr {
    width: 100%;
    height: 1px;
    background-color: #dee0e3;
    border: none;
    margin: 30px 0;
}

.oauth_text {
    color: #757c81;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 425px) {
    .auth_content {
        padding: 0;
    }
    .tab-panel {
        height: 100%;
        border: 0;
    }
    .tab-panel-content {
        padding: 25px;
    }
}


/* #ABOUT
=====================================================*/

.ab-carona {
    text-align: center;
    padding: 90px 0;
    /*background-color: #0785f2;*/
    color: #666;
}

.ab-carona h3 {
    font-size: 3em;
    font-weight: 300;
    margin: 0 0 25px;
    color: #666;
    line-height: 1;
}

.ab-carona h3 span {
    font-weight: 700;
    color: #0785f2;
    /* background: #0785f2; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.ab-carona-btn > a {
    height: 75px;
    line-height: 73px;
    padding: 0 25px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666;
    color: #666;
    background-color: transparent;
}

.ab-carona-btn-white > a {
    height: 75px;
    line-height: 73px;
    padding: 0 25px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

.ab-carona-btn > a:hover,
.ab-carona-btn-white > a:hover {
    border: 1px solid #226cc3;
    color: #fff;
    background-color: #1e7ae8;
}

.ab-carona-btn p {
    color: #666;
    font-size: 1.2em;
    margin: 25px 0 0;
}

.ab-carona-btn p > a {
    /* font-weight: 700; */
    color: #0785f2;
}

.carona-icon-features {
    margin-top: 30px;
    display: inline-block;
    float: none;
    vertical-align: text-top;
    color: #555;
}

.carona-icon-features h4 {
    color: #555;
}

.carona-icon-features:hover h4 {
    color: #0785f2;
}

.carona-icon-features span {
    /* color: #0785f2; */
    font-size: 60px;
    /* background: #0785f2; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.carona-icon-features:hover span {
    color: #0785f2;
}

.bg-about {
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg/about-alt.jpg');
}


/* #SHOWCASE
=====================================================*/

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
}

@media (max-width: 992px) {
    .showcase .display-flex,
    .showcase .display-flex-reverse {
        display: inline-block !important;
    }
}

.showcase h3 {
    font-size: 25px;
    margin: 5px 0 10px 0;
    font-weight: 100;
}

.showcase h2 {
    font-size: 25px;
    font-weight: 100;
    color: #666
}

.showcase .probootstrap-box {
    background: #fff;
    padding: 1.5em;
    margin-bottom: 1.5em;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, .1);
    box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, .1);
    border: 1px solid #cccccc;
}

.showcase .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.showcase .probootstrap-animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.showcase .probootstrap-box .icon i {
    font-size: 60px;
    color: #0747a6;
}

.showcase .event {
    width: 250px;
    height: 80px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: 50px auto;
}

.showcase .event:before {
    content: '';
    display: block;
    width: 245px;
    height: 70px;
    background: #0747a6;
    border: 1px solid #CCC;
    border-radius: 2px;
    transform: rotate(2deg);
    position: relative;
    top: 12px;
    left: 2px;
    z-index: -1;
}

.showcase .event:after {
    content: '';
    display: block;
    width: 245px;
    height: 75px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    transform: rotate(-2deg);
    position: relative;
    top: -136px;
    z-index: -2;
}

.showcase .event > span {
    display: block;
    width: 60px;
    background: #0747a6;
    position: relative;
    top: -55px;
    left: -22px;
    /* Text */
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    text-align: center;
    border-radius: 0px 0 0 4px;
    border: 1px solid #cccccc;
}

.showcase .event > .info {
    display: inline-block;
    position: relative;
    top: -80px;
    left: 50px;
}

.showcase .event > .info span {
    /* Text */
    color: #666;
    font-weight: 100;
    /* line-height: 17px; */
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.showcase .event > .info small {
    /* Text */
    color: #0747a6;
    font-weight: 100;
    font-size: 16px;
    display: block;
    line-height: 15px;
}

.showcase .event > .info:first-line {
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 0 0;
    font-weight: 700;
}

.showcase .event > .price {
    display: inline-block;
    width: 60px;
    position: relative;
    top: -85px;
    left: 115px;
    /* Text */
    color: #E35354;
    text-align: center;
    font-weight: 700;
}

.showcase section {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.showcase .logo {
    height: 3rem;
    margin-bottom: 10px;
    width: auto;
}


/* #DONATE
=====================================================*/

.bg-donate {
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg/donate.jpg');
}


/* #ADS
=====================================================*/

.bg-ADS {
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg/ads.jpg');
}


/* #STICKY STYLE
=====================================================*/

.carona-sticky .title-container {
    padding-top: 180px;
    padding-bottom: 47px;
}

.carona-sticky .title {
    margin: 100px 0 0 0;
    font-size: 36px;
    line-height: 38px;
    font-weight: lighter;
}

.carona-sticky .tab {
    color: #6d7c85;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding: 0;
}

.carona-sticky .tab li {
    display: inline-block;
    margin: 0px 10px;
    color: #6d7c85;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    flex: 1;
}

.carona-sticky .tab li a {
    padding: 15px 25px 20px;
    display: block;
    color: #666;
}

.carona-sticky .tab li:after {
    left: 50%;
    right: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
}

.carona-sticky.alerts .tab li.active a,
.carona-sticky .tab li.active a {
    color: #0785f2;
}

.carona-sticky .tab li.active:after {
    -webkit-transition: all false false, ease-out false false, 250ms false false;
    -moz-transition: all false false false, ease-out false false false, 250ms false false false;
    -o-transition: all false false false, ease-out false false false, 250ms false false false;
    transition: all ease-out 250ms;
    background: #0785f2;
    left: 0;
    right: 0;
}

.breadcrumbs {
    margin-top: 112px;
    text-align: right;
    font-size: 12px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
}

.breadcrumbs a {
    color: white;
    text-transform: capitalize;
}

.breadcrumbs a:hover,
.bread-current {
    color: #1e7ae8;
}

@media (max-width: 991px) {
    .carona-icon-features {
        margin-top: 50px;
    }
}

@media (max-width: 960px) {
    .carona-sticky .breadcrumbs {
        margin-top: 5px !important;
        text-align: left !important;
        float: left !important;
    }
}

@media (max-width: 767px) {
    .carona-sticky .title-container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .carona-sticky .tab {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
}


/* #APP STORE
=====================================================*/

.app-stores {
    background-image: url(../images/store/bg/welcome.jpg);
}

.app-stores .opaque {
    background: rgba(0, 0, 0, 0.5);
    padding: 150px 0;
}

.app-stores .stores-texts {
    text-align: center;
}

.app-stores .stores-texts h3 {
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 25px;
    color: #fff;
}

.app-stores .stores-texts a {
    display: inline-block;
    /* margin: 0 25px; */
    height: 60px;
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.app-stores .stores-texts a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


/* #FOOTER
=====================================================*/

footer {
    text-align: center;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

footer ul {
    background: white;
    padding: 23px 0;
    margin: 0 !important;
}

footer li {
    padding: 0 10px !important;
}

footer a {
    color: #666;
}

footer a:hover {
    color: #0785f2;
}

footer .fixed-endpage {
    padding: 20px 0;
    color: white;
    font-size: 13px;
    line-height: 2pc;
}

footer .fixed-endpage > img {
    width: 200px;
    margin-bottom: 25px;
}

footer .fixed-endpage a > img {
    width: 37px;
    border: 2px solid white;
    vertical-align: middle;
    margin: 0 6px;
}

footer .normal-endpage {
    border-top: 1px solid #d9d9d9;
}

footer .normal-endpage li {
    display: inline-block;
    line-height: 24px;
    font-size: 11.5px;
    margin: 4px 9px;
    padding: 0 !important;
    color: #666;
}

footer .simple-endpage {
    padding: 1.2rem 1.6rem;
    position: relative;
    margin-top: 3.2rem;
    line-height: 2.5;
    border-top: 1px solid #dee0e3;
}

footer .simple-endpage ul {
    background: transparent;
    padding: 0;
}

footer .simple-endpage .footer-links >li {
    display: inline-block;
    line-height: 24px;
    font-size: 11.5px;
    margin: 4px 9px;
    padding: 0 !important;
    color: #666;
}

footer .simple-copyright small,
footer .simple-copyright a {
    display: inline-block;
}

footer .simple-copyright img {
    height: 24px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 425px) {
    footer .simple-endpage {
        margin-top: 0;
    }
}


/* #FAQ
=====================================================*/

.faq-carona {
    text-align: center;
    padding: 55px 0;
    color: #666;
    background: transparent;
    /* min-height: 67vh; */
}

.faq-carona h3 {
    font-size: 3em;
    font-weight: 300;
    margin: 0;
    color: #666;
    line-height: 1;
}

.faq-carona h3 span {
    font-weight: 700;
    color: #0785f2;
}

.faq-carona .faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.faq-carona .faq-title h2 {
    font-size: 2.4rem;
    color: #666888;
}

.faq-carona ul {
    margin-top: 10px;
}

.faq-carona ul:first-child {
    margin-top: 20px
}

.faq-carona li {
    background: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    list-style: none;
    text-align: left;
}

.faq-content li {
    background: transparent;
    box-shadow: 0 0 0;
    list-style: square;
}

.faq-trigger {
    font-size: 2rem;
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 24px 72px 24px 24px;
    color: #0785f2;
    font-weight: normal !important;
}

.faq-content {
    display: none;
    padding: 0 24px 30px;
    font-size: 16px;
}

.content-visible .faq-content {
    display: block;
}

.faq-trigger:before,
.faq-trigger:after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #0785f2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.faq-trigger:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
}

.faq-trigger:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-visible .faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-visible .faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* #TERMS & PRIVACY
=====================================================*/

.terms-carona,
.privacy-carona {
    text-align: center;
    padding: 55px 0;
    color: #666;
    background: transparent;
    min-height: 67vh;
}

.terms-carona h3,
.privacy-carona h3 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0;
    color: #666;
    line-height: 1;
}

.terms-carona h3 span,
.privacy-carona h3 span {
    font-weight: 700;
    color: #0785f2;
}


/* #Coming soon
=====================================================*/

.csoon-carona {
    text-align: center;
    padding: 55px 0;
    color: #666;
    background: transparent;
    min-height: 67vh;
}

.csoon-carona h3 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0;
    color: #666;
    line-height: 1;
}

.csoon-carona h3 span {
    font-weight: 700;
    color: #0785f2;
}


/* #BACK TO TOP
================================================== */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    z-index: 20;
}

#back-top a {
    text-decoration: none;
    display: block;
    color: #2a2b2f;
    font-size: 26px;
    z-index: 999;
    padding: 5px;
    height: 37px;
    width: 37px;
    background: #fff;
    border-radius: 50%;
}

#back-top a:hover {
    color: #97999c;
}


/* #SCROLL TO
================================================== */

.local-scroll-cont {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    z-index: 20;
    -webkit-animation: scroll-down-anim ease-in-out 1s infinite;
    -moz-animation: scroll-down-anim ease-in-out 1s infinite;
    -o-animation: scroll-down-anim ease-in-out 1s infinite;
    animation: scroll-down-anim ease-in-out 1s infinite;
}

@media (max-height: 600px) {
    .local-scroll-cont {
        display: none;
    }
}

.scroll-down {
    color: #2a2b2f;
    font-size: 32px;
}

@-webkit-keyframes scroll-down-anim {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-moz-keyframes scroll-down-anim {
    0% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-o-keyframes scroll-down-anim {
    0% {
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes scroll-down-anim {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}


/* #BUTTONS
================================================== */

.blue-button,
.generic-button {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: Open Sans, sans-serif;
    display: inline-block;
    border: none;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    height: 44px;
    padding: 0 25px;
    /* min-width: 207px; */
    line-height: 1.3;
    background: transparent;
    color: #909090;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.blue-button:hover,
.full-blue {
    border: 1px solid #0785f2;
    color: #fff;
    background-color: #0785f2;
}

.full-blue:hover,
.blue-button:active {
    border: 1px solid #0785f2;
    color: #fff;
    background-color: #057ae0;
}

.full-blue:active {
    border: 1px solid #0785f2;
    color: #fff;
    background-color: #0374d6;
}

.green-button {
    border: 1px solid #3ac555;
    color: #fff;
    background-color: #4ecb66;
}

.green-button:hover {
    border: 1px solid #2c9640;
    color: #fff;
    background-color: #34b24c;
}

.green-button:active {
    border: 1px solid #268438;
    color: #fff;
    background-color: #2c9640;
}

.transparent-button {
    border: 1px solid #6c757d;
    background-color: #6c757d;
    color: white;
}

.transparent-button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.transparent-button:active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}


/* #MARGINS #PADDINGS
================================================== */

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px;
}

.m-5 {
    margin: 5px;
}

.mt-min-30 {
    margin-top: -30px;
}

.mt-min-35 {
    margin-top: -35px;
}

.mt-min-180 {
    margin-top: -180px;
}

.mt-min-120 {
    margin-top: -120px;
}

.mt-min-210 {
    margin-top: -210px;
}

.mt-min-500 {
    margin-top: -500px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-170 {
    margin-top: 170px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-7 {
    margin-right: 7px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-23 {
    margin-bottom: 23px
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-210 {
    margin-bottom: 210px;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mlr-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mlr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mlr-min-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.mlr-min-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-250 {
    padding-top: 250px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px;
}

.pr-75 {
    padding-right: 75px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plr-1 {
    padding-left: 1px;
    padding-right: 1px;
}

.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pad-login-right {
    padding-right: 0 !important;
}

@media only screen and (max-width:1200px) {
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mt-lg-10 {
        margin-top: 10px
    }
    .mt-lg-20 {
        margin-top: 20px
    }
    .mt-lg-30 {
        margin-top: 30px
    }
    .mt-lg-40 {
        margin-top: 40px
    }
    .mt-lg-50 {
        margin-top: 50px
    }
    .mt-lg-60 {
        margin-top: 60px
    }
    .mt-lg-70 {
        margin-top: 70px
    }
    .mt-lg-80 {
        margin-top: 80px
    }
    .mt-lg-90 {
        margin-top: 90px
    }
    .mt-lg-100 {
        margin-top: 100px
    }
    .mt-lg-110 {
        margin-top: 110px
    }
    .mt-lg-120 {
        margin-top: 120px
    }
    .mt-lg-130 {
        margin-top: 130px
    }
    .mt-lg-140 {
        margin-top: 140px
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .mb-lg-10 {
        margin-bottom: 10px
    }
    .mb-lg-20 {
        margin-bottom: 20px
    }
    .mb-lg-30 {
        margin-bottom: 30px
    }
    .mb-lg-40 {
        margin-bottom: 40px
    }
    .mb-lg-50 {
        margin-bottom: 50px
    }
    .mb-lg-60 {
        margin-bottom: 60px
    }
    .mb-lg-70 {
        margin-bottom: 70px
    }
    .mb-lg-80 {
        margin-bottom: 80px
    }
    .mb-lg-90 {
        margin-bottom: 90px
    }
    .mb-lg-100 {
        margin-bottom: 100px
    }
    .mb-lg-110 {
        margin-bottom: 110px
    }
    .mb-lg-120 {
        margin-bottom: 120px
    }
    .mb-lg-130 {
        margin-bottom: 130px
    }
    .mb-lg-140 {
        margin-bottom: 140px
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
    .pt-lg-10 {
        padding-top: 10px
    }
    .pt-lg-20 {
        padding-top: 20px
    }
    .pt-lg-30 {
        padding-top: 30px
    }
    .pt-lg-40 {
        padding-top: 40px
    }
    .pt-lg-50 {
        padding-top: 50px
    }
    .pt-lg-60 {
        padding-top: 60px
    }
    .pt-lg-70 {
        padding-top: 70px
    }
    .pt-lg-80 {
        padding-top: 80px
    }
    .pt-lg-90 {
        padding-top: 90px
    }
    .pt-lg-100 {
        padding-top: 100px
    }
    .pt-lg-110 {
        padding-top: 110px
    }
    .pt-lg-120 {
        padding-top: 120px
    }
    .pt-lg-130 {
        padding-top: 130px
    }
    .pt-lg-140 {
        padding-top: 140px
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
    .pb-lg-10 {
        padding-bottom: 10px
    }
    .pb-lg-20 {
        padding-bottom: 20px
    }
    .pb-lg-30 {
        padding-bottom: 30px
    }
    .pb-lg-40 {
        padding-bottom: 40px
    }
    .pb-lg-50 {
        padding-bottom: 50px
    }
    .pb-lg-60 {
        padding-bottom: 60px
    }
    .pb-lg-70 {
        padding-bottom: 70px
    }
    .pb-lg-80 {
        padding-bottom: 80px
    }
    .pb-lg-90 {
        padding-bottom: 90px
    }
    .pb-lg-100 {
        padding-bottom: 100px
    }
    .pb-lg-110 {
        padding-bottom: 110px
    }
    .pb-lg-120 {
        padding-bottom: 120px
    }
    .pb-lg-130 {
        padding-bottom: 130px
    }
    .pb-lg-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:1024px) {
    .mt-md-0 {
        margin-top: 0!important
    }
    .mt-md-10 {
        margin-top: 10px
    }
    .mt-md-20 {
        margin-top: 20px
    }
    .mt-md-30 {
        margin-top: 30px
    }
    .mt-md-40 {
        margin-top: 40px
    }
    .mt-md-50 {
        margin-top: 50px
    }
    .mt-md-60 {
        margin-top: 60px
    }
    .mt-md-70 {
        margin-top: 70px
    }
    .mt-md-80 {
        margin-top: 80px
    }
    .mt-md-90 {
        margin-top: 90px
    }
    .mt-md-100 {
        margin-top: 100px
    }
    .mt-md-110 {
        margin-top: 110px
    }
    .mt-md-120 {
        margin-top: 120px
    }
    .mt-md-130 {
        margin-top: 130px
    }
    .mt-md-140 {
        margin-top: 140px
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .mb-md-10 {
        margin-bottom: 10px
    }
    .mb-md-20 {
        margin-bottom: 20px
    }
    .mb-md-30 {
        margin-bottom: 30px
    }
    .mb-md-40 {
        margin-bottom: 40px
    }
    .mb-md-50 {
        margin-bottom: 50px
    }
    .mb-md-60 {
        margin-bottom: 60px
    }
    .mb-md-70 {
        margin-bottom: 70px
    }
    .mb-md-80 {
        margin-bottom: 80px
    }
    .mb-md-90 {
        margin-bottom: 90px
    }
    .mb-md-100 {
        margin-bottom: 100px
    }
    .mb-md-110 {
        margin-bottom: 110px
    }
    .mb-md-120 {
        margin-bottom: 120px
    }
    .mb-md-130 {
        margin-bottom: 130px
    }
    .mb-md-140 {
        margin-bottom: 140px
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pt-md-10 {
        padding-top: 10px
    }
    .pt-md-20 {
        padding-top: 20px
    }
    .pt-md-30 {
        padding-top: 30px
    }
    .pt-md-40 {
        padding-top: 40px
    }
    .pt-md-50 {
        padding-top: 50px
    }
    .pt-md-60 {
        padding-top: 60px
    }
    .pt-md-70 {
        padding-top: 70px
    }
    .pt-md-80 {
        padding-top: 80px
    }
    .pt-md-90 {
        padding-top: 90px
    }
    .pt-md-100 {
        padding-top: 100px
    }
    .pt-md-110 {
        padding-top: 110px
    }
    .pt-md-120 {
        padding-top: 120px
    }
    .pt-md-130 {
        padding-top: 130px
    }
    .pt-md-140 {
        padding-top: 140px
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pb-md-10 {
        padding-bottom: 10px
    }
    .pb-md-20 {
        padding-bottom: 20px
    }
    .pb-md-30 {
        padding-bottom: 30px
    }
    .pb-md-40 {
        padding-bottom: 40px
    }
    .pb-md-50 {
        padding-bottom: 50px
    }
    .pb-md-60 {
        padding-bottom: 60px
    }
    .pb-md-70 {
        padding-bottom: 70px
    }
    .pb-md-80 {
        padding-bottom: 80px
    }
    .pb-md-90 {
        padding-bottom: 90px
    }
    .pb-md-100 {
        padding-bottom: 100px
    }
    .pb-md-110 {
        padding-bottom: 110px
    }
    .pb-md-120 {
        padding-bottom: 120px
    }
    .pb-md-130 {
        padding-bottom: 130px
    }
    .pb-md-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:768px) {
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mt-sm-10 {
        margin-top: 10px
    }
    .mt-sm-20 {
        margin-top: 20px
    }
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-40 {
        margin-top: 40px
    }
    .mt-sm-50 {
        margin-top: 50px
    }
    .mt-sm-60 {
        margin-top: 60px
    }
    .mt-sm-70 {
        margin-top: 70px
    }
    .mt-sm-80 {
        margin-top: 80px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .mt-sm-100 {
        margin-top: 100px
    }
    .mt-sm-110 {
        margin-top: 110px
    }
    .mt-sm-120 {
        margin-top: 120px
    }
    .mt-sm-130 {
        margin-top: 130px
    }
    .mt-sm-140 {
        margin-top: 140px
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .mb-sm-10 {
        margin-bottom: 10px !important
    }
    .mb-sm-15 {
        margin-bottom: 15px !important
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-40 {
        margin-bottom: 40px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mb-sm-60 {
        margin-bottom: 60px
    }
    .mb-sm-70 {
        margin-bottom: 70px
    }
    .mb-sm-80 {
        margin-bottom: 80px
    }
    .mb-sm-90 {
        margin-bottom: 90px
    }
    .mb-sm-100 {
        margin-bottom: 100px
    }
    .mb-sm-110 {
        margin-bottom: 110px
    }
    .mb-sm-120 {
        margin-bottom: 120px
    }
    .mb-sm-130 {
        margin-bottom: 130px
    }
    .mb-sm-140 {
        margin-bottom: 140px
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pt-sm-10 {
        padding-top: 10px
    }
    .pt-sm-20 {
        padding-top: 20px
    }
    .pt-sm-30 {
        padding-top: 30px
    }
    .pt-sm-40 {
        padding-top: 40px
    }
    .pt-sm-50 {
        padding-top: 50px
    }
    .pt-sm-60 {
        padding-top: 60px
    }
    .pt-sm-70 {
        padding-top: 70px
    }
    .pt-sm-80 {
        padding-top: 80px
    }
    .pt-sm-90 {
        padding-top: 90px
    }
    .pt-sm-100 {
        padding-top: 100px
    }
    .pt-sm-110 {
        padding-top: 110px
    }
    .pt-sm-120 {
        padding-top: 120px
    }
    .pt-sm-130 {
        padding-top: 130px
    }
    .pt-sm-140 {
        padding-top: 140px
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pb-sm-10 {
        padding-bottom: 10px
    }
    .pb-sm-20 {
        padding-bottom: 20px
    }
    .pb-sm-30 {
        padding-bottom: 30px !important
    }
    .pb-sm-40 {
        padding-bottom: 40px
    }
    .pb-sm-50 {
        padding-bottom: 50px
    }
    .pb-sm-60 {
        padding-bottom: 60px
    }
    .pb-sm-70 {
        padding-bottom: 70px
    }
    .pb-sm-80 {
        padding-bottom: 80px
    }
    .pb-sm-90 {
        padding-bottom: 90px
    }
    .pb-sm-100 {
        padding-bottom: 100px
    }
    .pb-sm-110 {
        padding-bottom: 110px
    }
    .pb-sm-120 {
        padding-bottom: 120px
    }
    .pb-sm-130 {
        padding-bottom: 130px
    }
    .pb-sm-140 {
        padding-bottom: 140px
    }
    .pl-sm-0 {
        padding-left: 0!important
    }
}

@media only screen and (max-width:767px) {
    .m-xs-0 {
        margin: 0!important
    }
    .mt-xs-0 {
        margin-top: 0!important
    }
    .mt-xs-10 {
        margin-top: 10px !important
    }
    .mt-xs-20 {
        margin-top: 20px !important
    }
    .mt-xs-30 {
        margin-top: 30px !important
    }
    .mt-xs-40 {
        margin-top: 40px !important
    }
    .mt-xs-50 {
        margin-top: 50px !important
    }
    .mt-xs-60 {
        margin-top: 60px !important
    }
    .mt-xs-70 {
        margin-top: 70px !important
    }
    .mt-xs-80 {
        margin-top: 80px !important
    }
    .mt-xs-90 {
        margin-top: 90px !important
    }
    .mt-xs-100 {
        margin-top: 100px !important
    }
    .mt-xs-110 {
        margin-top: 110px !important
    }
    .mt-xs-120 {
        margin-top: 120px !important
    }
    .mt-xs-130 {
        margin-top: 130px !important
    }
    .mt-xs-140 {
        margin-top: 140px !important
    }
    .mb-xs-0 {
        margin-bottom: 0 !important
    }
    .mb-xs-10 {
        margin-bottom: 10px !important
    }
    .mb-xs-20 {
        margin-bottom: 20px !important
    }
    .mb-xs-30 {
        margin-bottom: 30px !important
    }
    .mb-xs-40 {
        margin-bottom: 40px !important
    }
    .mb-xs-50 {
        margin-bottom: 50px !important
    }
    .mb-xs-60 {
        margin-bottom: 60px !important
    }
    .mb-xs-70 {
        margin-bottom: 70px !important
    }
    .mb-xs-80 {
        margin-bottom: 80px !important
    }
    .mb-xs-90 {
        margin-bottom: 90px !important
    }
    .mb-xs-100 {
        margin-bottom: 100px !important
    }
    .mb-xs-110 {
        margin-bottom: 110px !important
    }
    .mb-xs-120 {
        margin-bottom: 120px !important
    }
    .mb-xs-130 {
        margin-bottom: 130px !important
    }
    .mb-xs-140 {
        margin-bottom: 140px !important
    }
    .mr-xs-0 {
        margin-right: 0 !important
    }
    .p-xs-0 {
        padding: 0!important
    }
    .pt-xs-0 {
        padding-top: 0!important
    }
    .pt-xs-10 {
        padding-top: 10px
    }
    .pt-xs-20 {
        padding-top: 20px
    }
    .pt-xs-30 {
        padding-top: 30px
    }
    .pt-xs-40 {
        padding-top: 40px
    }
    .pt-xs-50 {
        padding-top: 50px
    }
    .pt-xs-60 {
        padding-top: 60px
    }
    .pt-xs-70 {
        padding-top: 70px
    }
    .pt-xs-80 {
        padding-top: 80px
    }
    .pt-xs-90 {
        padding-top: 90px
    }
    .pt-xs-100 {
        padding-top: 100px
    }
    .pt-xs-110 {
        padding-top: 110px
    }
    .pt-xs-120 {
        padding-top: 120px
    }
    .pt-xs-130 {
        padding-top: 130px
    }
    .pt-xs-140 {
        padding-top: 140px
    }
    .pb-xs-0 {
        padding-bottom: 0!important
    }
    .pb-xs-10 {
        padding-bottom: 10px
    }
    .pb-xs-20 {
        padding-bottom: 20px
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pb-xs-40 {
        padding-bottom: 40px
    }
    .pb-xs-50 {
        padding-bottom: 50px
    }
    .pb-xs-60 {
        padding-bottom: 60px
    }
    .pb-xs-70 {
        padding-bottom: 70px
    }
    .pb-xs-80 {
        padding-bottom: 80px
    }
    .pb-xs-90 {
        padding-bottom: 90px
    }
    .pb-xs-100 {
        padding-bottom: 100px
    }
    .pb-xs-110 {
        padding-bottom: 110px
    }
    .pb-xs-120 {
        padding-bottom: 120px
    }
    .pb-xs-130 {
        padding-bottom: 130px
    }
    .pb-xs-140 {
        padding-bottom: 140px
    }
    .plr-xs-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:480px) {
    .mt-xxs-0 {
        margin-top: 0!important
    }
    .mt-xxs-5 {
        margin-top: 5px !important;
    }
    .mt-xxs-10 {
        margin-top: 10px
    }
    .mt-xxs-20 {
        margin-top: 20px
    }
    .mt-xxs-30 {
        margin-top: 30px
    }
    .mt-xxs-40 {
        margin-top: 40px
    }
    .mt-xxs-50 {
        margin-top: 50px
    }
    .mt-xxs-60 {
        margin-top: 60px
    }
    .mt-xxs-70 {
        margin-top: 70px
    }
    .mt-xxs-80 {
        margin-top: 80px
    }
    .mt-xxs-90 {
        margin-top: 90px
    }
    .mt-xxs-100 {
        margin-top: 100px
    }
    .mt-xxs-110 {
        margin-top: 110px
    }
    .mt-xxs-120 {
        margin-top: 120px
    }
    .mt-xxs-130 {
        margin-top: 130px
    }
    .mt-xxs-140 {
        margin-top: 140px
    }
    .mb-xxs-0 {
        margin-bottom: 0!important
    }
    .mb-xxs-10 {
        margin-bottom: 10px
    }
    .mb-xxs-20 {
        margin-bottom: 20px
    }
    .mb-xxs-30 {
        margin-bottom: 30px
    }
    .mb-xxs-40 {
        margin-bottom: 40px
    }
    .mb-xxs-50 {
        margin-bottom: 50px
    }
    .mb-xxs-60 {
        margin-bottom: 60px
    }
    .mb-xxs-70 {
        margin-bottom: 70px
    }
    .mb-xxs-80 {
        margin-bottom: 80px
    }
    .mb-xxs-90 {
        margin-bottom: 90px
    }
    .mb-xxs-100 {
        margin-bottom: 100px
    }
    .mb-xxs-110 {
        margin-bottom: 110px
    }
    .mb-xxs-120 {
        margin-bottom: 120px
    }
    .mb-xxs-130 {
        margin-bottom: 130px
    }
    .mb-xxs-140 {
        margin-bottom: 140px
    }
    .pt-xxs-0 {
        padding-top: 0!important
    }
    .pt-xxs-10 {
        padding-top: 10px
    }
    .pt-xxs-20 {
        padding-top: 20px
    }
    .pt-xxs-30 {
        padding-top: 30px
    }
    .pt-xxs-40 {
        padding-top: 40px
    }
    .pt-xxs-50 {
        padding-top: 50px
    }
    .pt-xxs-60 {
        padding-top: 60px
    }
    .pt-xxs-70 {
        padding-top: 70px
    }
    .pt-xxs-80 {
        padding-top: 80px
    }
    .pt-xxs-90 {
        padding-top: 90px
    }
    .pt-xxs-100 {
        padding-top: 100px
    }
    .pt-xxs-110 {
        padding-top: 110px
    }
    .pt-xxs-120 {
        padding-top: 120px
    }
    .pt-xxs-130 {
        padding-top: 130px
    }
    .pt-xxs-140 {
        padding-top: 140px
    }
    .pb-xxs-0 {
        padding-bottom: 0!important
    }
    .pb-xxs-10 {
        padding-bottom: 10px
    }
    .pb-xxs-20 {
        padding-bottom: 20px
    }
    .pb-xxs-30 {
        padding-bottom: 30px
    }
    .pb-xxs-40 {
        padding-bottom: 40px
    }
    .pb-xxs-50 {
        padding-bottom: 50px
    }
    .pb-xxs-60 {
        padding-bottom: 60px
    }
    .pb-xxs-70 {
        padding-bottom: 70px
    }
    .pb-xxs-80 {
        padding-bottom: 80px
    }
    .pb-xxs-90 {
        padding-bottom: 90px
    }
    .pb-xxs-100 {
        padding-bottom: 100px
    }
    .pb-xxs-110 {
        padding-bottom: 110px
    }
    .pb-xxs-120 {
        padding-bottom: 120px
    }
    .pb-xxs-130 {
        padding-bottom: 130px
    }
    .pb-xxs-140 {
        padding-bottom: 140px
    }
    .pl-xxs-10 {
        padding-left: 10px;
    }
}


/*	#TYPOGRAPHY
===============================================================*/


/***** #HEADINGS *****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #2a2b2f;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a2b2f;
    margin: 0;
}

h1 {
    font-size: 32px;
    line-height: 45px;
    margin: 40px 0 32px 0;
}

h2 {
    font-size: 2.4rem;
    line-height: 32px;
    margin: 27px 0 18px 0;
}

h3 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 33px;
    margin: 26px 0 16px 0;
}

h4 {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 25px;
    margin: 21px 0 19px 0;
}

h5 {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 25px;
    margin: 18px 0 13px 0;
}

h6 {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 18px;
    margin: 18px 0 13px 0;
}

.heading-line {
    position: relative;
}

.heading-line h1,
.heading-line h2,
.heading-line h3,
.heading-line h4,
.heading-line h5,
.heading-line h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
}

.heading-line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 2px solid #eee;
    left: auto;
    top: 58%;
    right: 0;
}

.h2-line:before {
    top: 59%;
}

.h3-line:before {
    top: 61%;
}

.h4-line:before {
    top: 51.5%;
}

.h5-line:before,
.h6-line:before {
    top: 55%;
}

.heading-underline h1,
.heading-underline h2,
.heading-underline h3,
.heading-underline h4,
.heading-underline h5,
.heading-underline h6 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.heading-underline h2 {
    padding-bottom: 20px;
}

.heading-underline h3 {
    padding-bottom: 16px;
}

.heading-underline h4 {
    padding-bottom: 16px;
}

.heading-underline h5,
.heading-underline h6 {
    padding-bottom: 16px;
}


/*****	#DIVIDERS	*****/

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #eee;
    width: 100%;
}

.divider i {
    position: relative;
    line-height: 1;
    font-size: 14px!important;
    text-align: center;
}

.divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 12px;
    left: 25px;
    height: 0;
    border-top: 2px solid #EEE;
}

.divider.divider-center {
    text-align: center;
}

.divider.divider-center i {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    z-index: 1;
}

.divider.divider-center:after {
    left: 0;
}

.divider-line {
    height: 2px;
    width: 100%;
    background: #eee;
}

.divider-dashed {
    height: 0px;
    width: 100%;
    margin: 20px 0 20px 0;
    border-top: 2px dashed #eee;
}

hr {
    border-top: 1px solid #e8e8e8;
    margin: 22px 0 22px 0;
}

hr.gradient {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

hr.short {
    margin: 11px 0 11px 0;
}

hr.tall {
    margin: 44px 0 44px 0;
}

hr.taller {
    margin: 66px 0 66px 0;
}

hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .2), transparent);
}

hr.invisible {
    background: none;
}

.label {
    font-weight: normal;
}


/***** #HIGHLIGHTS *****/

.highlight-text,
.highlight-text-grey {
    background-color: #ffea00;
    color: #2a2b2f;
    padding: 0 3px;
}

.highlight-text-grey {
    background-color: #C0C0C0;
    color: #fff;
}


/***** #ICONS LIST *****/

.icon-list {
    padding-left: 0;
    margin-left: 24px;
    list-style-type: none;
}

.icon-list li {
    position: relative;
}

.icon-list>li [class*=" fa-"] {
    position: absolute;
    left: -21px;
    text-align: center;
    top: 4px;
    width: 14px;
}

.icon-list.elegant-font {
    margin-left: 0;
    margin-bottom: 0;
}

.icon-li {
    margin-right: 10px;
}

.glyphs.css-mapping {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
}

.glyphs.css-mapping li {
    margin: 0 30px 20px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.glyphs.css-mapping .icon {
    margin: 0;
    margin-right: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
    color: #162a36 !important;
    overflow: hidden;
    float: left;
    font-size: 24px;
}

.glyphs.css-mapping input {
    margin: 0;
    margin-top: 5px;
    padding: 8px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #d8e0e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    float: right;
}


/* #DATE TIME PICKER
================================================== */

.date_time_input_date {
    padding-right: 0 !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 50% !important;
    float: left !important;
}

.date_time_input_time {
    border-left: 1px solid #ddd !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    float: right;
    min-width: 75px !important;
    width: 50% !important;
}


/* #PLACE PICKER
================================================== */

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 0px;
    text-align: right;
    display: block;
    background-image: url("");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}

.hdpi.pac-logo:after {
    height: 0px;
    background-image: url("")
}
