/* Tất cả các styles được tách ra từ vechungtoi.html */

/* Style block 1 */
.ali_ott_plugin {
            position: fixed;
            top: 50%;
            right: 0;
            z-index: 9999999999;
            display: none !important;
        }

        .ali_ott_plugin .app-main {
            padding: 10px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            background-color: rgb(223, 239, 209) !important;
            box-shadow: rgba(9, 30, 66, 0.08) 0px 0px 1px, rgba(62, 62, 60, 0.08) 0px 4px 8px 1px;
            display: none !important;
        }

        .call-ott-popup {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

/* Style block 2 */
.main-menu a {
            color: #333;
            font-size: 1.15rem
        }

        .main-menu .menu__links {
            justify-content: flex-end
        }

        .main-menu .menu__links li {
            position: relative
        }

        .main-menu .menu__links li a {
            display: flex;
            align-items: center;
            padding: 0 15px;
            background-color: rgba(0, 0, 0, 0);
            transition: color 300ms;
            -webkit-transition: color 300ms;
            -moz-transition: color 300ms;
            -o-transition: color 300ms;
            white-space: nowrap
        }

        .main-menu .menu__links li a:focus,
        .main-menu .menu__links li a:hover {
            color: #77a300;
            box-shadow: unset;
            outline: none
        }

        .main-menu .menu__links li a svg {
            font-size: 26px;
            margin-right: 13px
        }

        .main-menu .menu__links li a img {
            margin-right: 6px
        }

        .main-menu .menu__links li>a {
            line-height: 80px;
            position: relative;
            color: #00363d
        }

        .main-menu .menu__links li>a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            background-color: #77a300;
            width: 0;
            height: 4px;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            transition: width 300ms;
            -webkit-transition: width 300ms;
            -moz-transition: width 300ms;
            -o-transition: width 300ms
        }

        .main-menu .menu__links li.active {
            background-color: #fbfff0
        }

        .main-menu .menu__links li.active a {
            color: #00363d;
            font-weight: bold
        }

        .main-menu .menu__links li.dropdown>a:after {
            content: "";
            font-family: FontAwesome;
            margin-left: 5px;
            font-size: 24px
        }

        .main-menu .menu__links li.dropdown.show>a:after {
            content: ""
        }

        .main-menu .menu__links li.dropdown.show>a:before {
            width: 100%
        }

        .main-menu .menu__links .dropdown-menu {
            border: none;
            margin: 0;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
            -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
            min-width: 200px
        }

        .main-menu .menu__links .dropdown-menu a {
            padding-top: 13px;
            padding-bottom: 13px
        }

        .main-menu .menu__links .dropdown-menu a+a {
            border-top: 1px solid #c4cdd5
        }

        .canvas-menu {
            position: fixed;
            top: 0;
            left: -300px;
            width: 300px;
            height: 100vh;
            z-index: 1001;
            background: #fff;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            opacity: 0
        }

        .canvas-menu.open {
            -webkit-transform: translate(300px, 0);
            -moz-transform: translate(300px, 0);
            -ms-transform: translate(300px, 0);
            -o-transform: translate(300px, 0);
            transform: translate(300px, 0);
            opacity: 1
        }

        .canvas-menu a {
            color: #333;
            font-size: 1.15rem
        }

        .canvas-menu .user-area {
            padding: 15px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #c4cdd5
        }

        .canvas-menu .user-area img {
            margin-right: 10px;
            width: 80px;
            height: 80px
        }

        .canvas-menu .user-area a {
            color: #77a300;
            font-weight: bold
        }

        .canvas-menu .user-area span {
            font-weight: bold;
            font-size: 16px
        }

        .canvas-menu .menu__links {
            display: block
        }

        .canvas-menu .menu__links li {
            position: relative
        }

        .canvas-menu .menu__links li a {
            display: flex;
            align-items: center;
            padding: 13px 15px;
            color: #4a4a4a;
            background-color: rgba(0, 0, 0, 0)
        }

        .canvas-menu .menu__links li a:focus,
        .canvas-menu .menu__links li a:hover {
            color: #77a300
        }

        .canvas-menu .menu__links li a svg {
            font-size: 26px;
            margin-right: 13px
        }

        .canvas-menu .menu__links li a img {
            margin-right: 15px
        }

        .canvas-menu .menu__links li.active {
            background-color: #fbfff0
        }

        .canvas-menu .menu__links li.active::before {
            content: "";
            display: block;
            width: 4px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #77a300
        }

        .canvas-menu .menu__links li.active a {
            color: #00363d;
            font-weight: bold
        }

        .canvas-menu .menu__links li.dropdown>a:after {
            content: "";
            font-family: FontAwesome;
            margin-left: auto
        }

        .canvas-menu .menu__links li.dropdown>a img {
            width: 24px;
            height: auto
        }

        .canvas-menu .menu__links li.dropdown.show>a:after {
            content: ""
        }

        .canvas-menu .menu__links .dropdown-menu {
            position: relative !important;
            transform: translate(0, 0) !important;
            float: none;
            border: none;
            padding: 0 0 0 40px;
            margin: 0;
            background-color: #f4f5f7
        }

        .canvas-overlay {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            background-color: rgba(0, 0, 0, .4);
            width: 100vw;
            height: 100vh
        }

        #main {
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s
        }

        .canvas-menu__open {
            -webkit-transform: translate(300px, 0);
            -moz-transform: translate(300px, 0);
            -ms-transform: translate(300px, 0);
            -o-transform: translate(300px, 0);
            transform: translate(300px, 0)
        }

        .menu-open {
            overflow: hidden;
            height: 100vh
        }

        .btn-canvas {
            flex: 1;
            display: inline-block;
            cursor: pointer;
            transition-property: opacity, -webkit-filter;
            transition-property: opacity, filter;
            transition-property: opacity, filter, -webkit-filter;
            transition-duration: .15s;
            transition-timing-function: linear
        }

        .btn-canvas .canvas-box {
            width: 24px;
            height: 18px;
            display: inline-block;
            position: relative
        }

        .btn-canvas .canvas-box .canvas-inner,
        .btn-canvas .canvas-box .canvas-inner:before,
        .btn-canvas .canvas-box .canvas-inner:after {
            width: 100%;
            height: 2px;
            background-color: #00363d;
            border-radius: 2px;
            position: absolute;
            transition-property: transform;
            transition-duration: .15s;
            transition-timing-function: ease
        }

        .btn-canvas .canvas-box .canvas-inner {
            top: auto;
            bottom: 0;
            transition-duration: .15s;
            transition-delay: .15s;
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
        }

        .btn-canvas .canvas-box .canvas-inner:before,
        .btn-canvas .canvas-box .canvas-inner:after {
            content: "";
            display: block
        }

        .btn-canvas .canvas-box .canvas-inner:before {
            top: -8px;
            transition: top .12s .3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .15s cubic-bezier(0.55, 0.055, 0.675, 0.19)
        }

        .btn-canvas .canvas-box .canvas-inner:after {
            top: -16px;
            transition: top .3s .3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear
        }

/* Style block 3 */
.mainHeader {
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .mainHeader .logo-area {
            flex: 3
        }

        .mainHeader .menu-area {
            flex: 9
        }

        .mainHeader .logo {
            display: flex;
            height: 100%
        }

        .mainHeader .logo a {
            height: 100%;
            display: flex;
            align-items: center
        }

        .mainHeader .logo img {
            display: block;
            max-width: 100%
        }

        @media screen and (max-width: 991px) {
            .mainHeader {
                padding: 15px 0
            }

            .mainHeader .logo-area {
                flex: 10;
                order: 2
            }

            .mainHeader .menu-area {
                flex: 1;
                order: 1;
                display: flex;
                align-items: center
            }

            .mainHeader .logo {
                justify-content: center;
                padding-right: 24px
            }

            .mainHeader .logo img {
                height: 30px
            }
        }


.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
        .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view--down-arrow {
            margin-left: -8px;
            position: absolute
        }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
        .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view--down-arrow,
        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
        .react-datepicker__year-read-view--down-arrow::before,
        .react-datepicker__month-read-view--down-arrow::before,
        .react-datepicker__month-year-read-view--down-arrow::before {
            box-sizing: content-box;
            position: absolute;
            border: 8px solid rgba(0, 0, 0, 0);
            height: 0;
            width: 1px
        }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
        .react-datepicker__year-read-view--down-arrow::before,
        .react-datepicker__month-read-view--down-arrow::before,
        .react-datepicker__month-year-read-view--down-arrow::before {
            content: "";
            z-index: -1;
            border-width: 8px;
            left: -8px;
            border-bottom-color: #aeaeae
        }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
            top: 0;
            margin-top: -8px
        }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
            border-top: none;
            border-bottom-color: #f0f0f0
        }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
            top: -1px;
            border-bottom-color: #aeaeae
        }

        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
        .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view--down-arrow {
            bottom: 0;
            margin-bottom: -8px
        }

        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
        .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view--down-arrow,
        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
        .react-datepicker__year-read-view--down-arrow::before,
        .react-datepicker__month-read-view--down-arrow::before,
        .react-datepicker__month-year-read-view--down-arrow::before {
            border-bottom: none;
            border-top-color: #fff
        }

        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
        .react-datepicker__year-read-view--down-arrow::before,
        .react-datepicker__month-read-view--down-arrow::before,
        .react-datepicker__month-year-read-view--down-arrow::before {
            bottom: -1px;
            border-top-color: #aeaeae
        }

        .react-datepicker-wrapper {
            display: inline-block;
            padding: 0;
            border: 0
        }

        .react-datepicker {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: .8rem;
            background-color: #fff;
            color: #000;
            border: 1px solid #aeaeae;
            border-radius: .3rem;
            display: inline-block;
            position: relative
        }

        .react-datepicker--time-only .react-datepicker__triangle {
            left: 35px
        }

        .react-datepicker--time-only .react-datepicker__time-container {
            border-left: 0
        }

        .react-datepicker--time-only .react-datepicker__time {
            border-radius: .3rem
        }

        .react-datepicker--time-only .react-datepicker__time-box {
            border-radius: .3rem
        }

        .react-datepicker__triangle {
            position: absolute;
            left: 50px
        }

        .react-datepicker-popper {
            z-index: 1
        }

        .react-datepicker-popper[data-placement^=bottom] {
            margin-top: 10px
        }

        .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
        .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
            left: auto;
            right: 50px
        }

        .react-datepicker-popper[data-placement^=top] {
            margin-bottom: 10px
        }

        .react-datepicker-popper[data-placement^=right] {
            margin-left: 8px
        }

        .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
            left: auto;
            right: 42px
        }

        .react-datepicker-popper[data-placement^=left] {
            margin-right: 8px
        }

        .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
            left: 42px;
            right: auto
        }

        .react-datepicker__header {
            text-align: center;
            background-color: #f0f0f0;
            border-bottom: 1px solid #aeaeae;
            border-top-left-radius: .3rem;
            border-top-right-radius: .3rem;
            padding-top: 8px;
            position: relative
        }

        .react-datepicker__header--time {
            padding-bottom: 8px;
            padding-left: 5px;
            padding-right: 5px
        }

        .react-datepicker__year-dropdown-container--select,
        .react-datepicker__month-dropdown-container--select,
        .react-datepicker__month-year-dropdown-container--select,
        .react-datepicker__year-dropdown-container--scroll,
        .react-datepicker__month-dropdown-container--scroll,
        .react-datepicker__month-year-dropdown-container--scroll {
            display: inline-block;
            margin: 0 2px
        }

        .react-datepicker__current-month,
        .react-datepicker-time__header,
        .react-datepicker-year-header {
            margin-top: 0;
            color: #000;
            font-weight: bold;
            font-size: .944rem
        }

        .react-datepicker-time__header {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .react-datepicker__navigation {
            background: none;
            line-height: 1.7rem;
            text-align: center;
            cursor: pointer;
            position: absolute;
            top: 10px;
            width: 0;
            padding: 0;
            border: .45rem solid rgba(0, 0, 0, 0);
            z-index: 1;
            height: 10px;
            width: 10px;
            text-indent: -999em;
            overflow: hidden
        }

        .react-datepicker__navigation--previous {
            left: 10px;
            border-right-color: #ccc
        }

        .react-datepicker__navigation--previous:hover {
            border-right-color: #b3b3b3
        }

        .react-datepicker__navigation--previous--disabled,
        .react-datepicker__navigation--previous--disabled:hover {
            border-right-color: #e6e6e6;
            cursor: default
        }

        .react-datepicker__navigation--next {
            right: 10px;
            border-left-color: #ccc
        }

        .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
            right: 80px
        }

        .react-datepicker__navigation--next:hover {
            border-left-color: #b3b3b3
        }

        .react-datepicker__navigation--next--disabled,
        .react-datepicker__navigation--next--disabled:hover {
            border-left-color: #e6e6e6;
            cursor: default
        }

        .react-datepicker__navigation--years {
            position: relative;
            top: 0;
            display: block;
            margin-left: auto;
            margin-right: auto
        }

        .react-datepicker__navigation--years-previous {
            top: 4px;
            border-top-color: #ccc
        }

        .react-datepicker__navigation--years-previous:hover {
            border-top-color: #b3b3b3
        }

        .react-datepicker__navigation--years-upcoming {
            top: -4px;
            border-bottom-color: #ccc
        }

        .react-datepicker__navigation--years-upcoming:hover {
            border-bottom-color: #b3b3b3
        }

        .react-datepicker__month-container {
            float: left
        }

        .react-datepicker__year-container {
            margin: .4rem;
            text-align: center;
            display: flex;
            flex-wrap: wrap
        }

        .react-datepicker__year-container-text {
            display: inline-block;
            cursor: pointer;
            flex: 1 0 30%;
            width: 12px;
            padding: 2px
        }

        .react-datepicker__month {
            margin: .4rem;
            text-align: center
        }

        .react-datepicker__month .react-datepicker__month-text,
        .react-datepicker__month .react-datepicker__quarter-text {
            display: inline-block;
            width: 4rem;
            margin: 2px
        }

        .react-datepicker__input-time-container {
            clear: both;
            width: 100%;
            float: left;
            margin: 5px 0 10px 15px;
            text-align: left
        }

        .react-datepicker__input-time-container .react-datepicker-time__caption {
            display: inline-block
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container {
            display: inline-block
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
            display: inline-block;
            margin-left: 10px
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
            width: 85px
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
            -moz-appearance: textfield
        }

        .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
            margin-left: 5px;
            display: inline-block
        }

        .react-datepicker__time-container {
            float: right;
            border-left: 1px solid #aeaeae;
            width: 85px
        }

        .react-datepicker__time-container--with-today-button {
            display: inline;
            border: 1px solid #aeaeae;
            border-radius: .3rem;
            position: absolute;
            right: -72px;
            top: 0
        }

        .react-datepicker__time-container .react-datepicker__time {
            position: relative;
            background: #fff
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
            width: 85px;
            overflow-x: hidden;
            margin: 0 auto;
            text-align: center
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
            list-style: none;
            margin: 0;
            height: calc(195px + .85rem);
            overflow-y: scroll;
            padding-right: 0px;
            padding-left: 0px;
            width: 100%;
            box-sizing: content-box
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
            height: 30px;
            padding: 5px 10px;
            white-space: nowrap
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: #fff;
            font-weight: bold
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
            background-color: #216ba5
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc
        }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
            cursor: default;
            background-color: rgba(0, 0, 0, 0)
        }

        .react-datepicker__week-number {
            color: #ccc;
            display: inline-block;
            width: 1.7rem;
            line-height: 1.7rem;
            text-align: center;
            margin: .166rem
        }

        .react-datepicker__week-number.react-datepicker__week-number--clickable {
            cursor: pointer
        }

        .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
            border-radius: .3rem;
            background-color: #f0f0f0
        }

        .react-datepicker__day-names,
        .react-datepicker__week {
            white-space: nowrap
        }

        .react-datepicker__day-name,
        .react-datepicker__day,
        .react-datepicker__time-name {
            color: #000;
            display: inline-block;
            width: 1.7rem;
            line-height: 1.7rem;
            text-align: center;
            margin: .166rem
        }

        .react-datepicker__month--selected,
        .react-datepicker__month--in-selecting-range,
        .react-datepicker__month--in-range,
        .react-datepicker__quarter--selected,
        .react-datepicker__quarter--in-selecting-range,
        .react-datepicker__quarter--in-range {
            border-radius: .3rem;
            background-color: #216ba5;
            color: #fff
        }

        .react-datepicker__month--selected:hover,
        .react-datepicker__month--in-selecting-range:hover,
        .react-datepicker__month--in-range:hover,
        .react-datepicker__quarter--selected:hover,
        .react-datepicker__quarter--in-selecting-range:hover,
        .react-datepicker__quarter--in-range:hover {
            background-color: #1d5d90
        }

        .react-datepicker__month--disabled,
        .react-datepicker__quarter--disabled {
            color: #ccc;
            pointer-events: none
        }

        .react-datepicker__month--disabled:hover,
        .react-datepicker__quarter--disabled:hover {
            cursor: default;
            background-color: rgba(0, 0, 0, 0)
        }

        .react-datepicker__day,
        .react-datepicker__month-text,
        .react-datepicker__quarter-text {
            cursor: pointer
        }

        .react-datepicker__day:hover,
        .react-datepicker__month-text:hover,
        .react-datepicker__quarter-text:hover {
            border-radius: .3rem;
            background-color: #f0f0f0
        }

        .react-datepicker__day--today,
        .react-datepicker__month-text--today,
        .react-datepicker__quarter-text--today {
            font-weight: bold
        }

        .react-datepicker__day--highlighted,
        .react-datepicker__month-text--highlighted,
        .react-datepicker__quarter-text--highlighted {
            border-radius: .3rem;
            background-color: #3dcc4a;
            color: #fff
        }

        .react-datepicker__day--highlighted:hover,
        .react-datepicker__month-text--highlighted:hover,
        .react-datepicker__quarter-text--highlighted:hover {
            background-color: #32be3f
        }

        .react-datepicker__day--highlighted-custom-1,
        .react-datepicker__month-text--highlighted-custom-1,
        .react-datepicker__quarter-text--highlighted-custom-1 {
            color: #f0f
        }

        .react-datepicker__day--highlighted-custom-2,
        .react-datepicker__month-text--highlighted-custom-2,
        .react-datepicker__quarter-text--highlighted-custom-2 {
            color: green
        }

        .react-datepicker__day--selected,
        .react-datepicker__day--in-selecting-range,
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--selected,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--selected,
        .react-datepicker__quarter-text--in-selecting-range,
        .react-datepicker__quarter-text--in-range {
            border-radius: .3rem;
            background-color: #216ba5;
            color: #fff
        }

        .react-datepicker__day--selected:hover,
        .react-datepicker__day--in-selecting-range:hover,
        .react-datepicker__day--in-range:hover,
        .react-datepicker__month-text--selected:hover,
        .react-datepicker__month-text--in-selecting-range:hover,
        .react-datepicker__month-text--in-range:hover,
        .react-datepicker__quarter-text--selected:hover,
        .react-datepicker__quarter-text--in-selecting-range:hover,
        .react-datepicker__quarter-text--in-range:hover {
            background-color: #1d5d90
        }

        .react-datepicker__day--keyboard-selected,
        .react-datepicker__month-text--keyboard-selected,
        .react-datepicker__quarter-text--keyboard-selected {
            border-radius: .3rem;
            background-color: #2a87d0;
            color: #fff
        }

        .react-datepicker__day--keyboard-selected:hover,
        .react-datepicker__month-text--keyboard-selected:hover,
        .react-datepicker__quarter-text--keyboard-selected:hover {
            background-color: #1d5d90
        }

        .react-datepicker__day--in-selecting-range,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__quarter-text--in-selecting-range {
            background-color: rgba(33, 107, 165, .5)
        }

        .react-datepicker__month--selecting-range .react-datepicker__day--in-range,
        .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,
        .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range {
            background-color: #f0f0f0;
            color: #000
        }

        .react-datepicker__day--disabled,
        .react-datepicker__month-text--disabled,
        .react-datepicker__quarter-text--disabled {
            cursor: default;
            color: #ccc
        }

        .react-datepicker__day--disabled:hover,
        .react-datepicker__month-text--disabled:hover,
        .react-datepicker__quarter-text--disabled:hover {
            background-color: rgba(0, 0, 0, 0)
        }

        .react-datepicker__month-text.react-datepicker__month--selected:hover,
        .react-datepicker__month-text.react-datepicker__month--in-range:hover,
        .react-datepicker__month-text.react-datepicker__quarter--selected:hover,
        .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
        .react-datepicker__quarter-text.react-datepicker__month--selected:hover,
        .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
        .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
        .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
            background-color: #216ba5
        }

        .react-datepicker__month-text:hover,
        .react-datepicker__quarter-text:hover {
            background-color: #f0f0f0
        }

        .react-datepicker__input-container {
            position: relative;
            display: inline-block;
            width: 100%
        }

        .react-datepicker__year-read-view,
        .react-datepicker__month-read-view,
        .react-datepicker__month-year-read-view {
            border: 1px solid rgba(0, 0, 0, 0);
            border-radius: .3rem
        }

        .react-datepicker__year-read-view:hover,
        .react-datepicker__month-read-view:hover,
        .react-datepicker__month-year-read-view:hover {
            cursor: pointer
        }

        .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
            border-top-color: #b3b3b3
        }

        .react-datepicker__year-read-view--down-arrow,
        .react-datepicker__month-read-view--down-arrow,
        .react-datepicker__month-year-read-view--down-arrow {
            border-top-color: #ccc;
            float: right;
            margin-left: 20px;
            top: 8px;
            position: relative;
            border-width: .45rem
        }

        .react-datepicker__year-dropdown,
        .react-datepicker__month-dropdown,
        .react-datepicker__month-year-dropdown {
            background-color: #f0f0f0;
            position: absolute;
            width: 50%;
            left: 25%;
            top: 30px;
            z-index: 1;
            text-align: center;
            border-radius: .3rem;
            border: 1px solid #aeaeae
        }

        .react-datepicker__year-dropdown:hover,
        .react-datepicker__month-dropdown:hover,
        .react-datepicker__month-year-dropdown:hover {
            cursor: pointer
        }

        .react-datepicker__year-dropdown--scrollable,
        .react-datepicker__month-dropdown--scrollable,
        .react-datepicker__month-year-dropdown--scrollable {
            height: 150px;
            overflow-y: scroll
        }

        .react-datepicker__year-option,
        .react-datepicker__month-option,
        .react-datepicker__month-year-option {
            line-height: 20px;
            width: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto
        }

        .react-datepicker__year-option:first-of-type,
        .react-datepicker__month-option:first-of-type,
        .react-datepicker__month-year-option:first-of-type {
            border-top-left-radius: .3rem;
            border-top-right-radius: .3rem
        }

        .react-datepicker__year-option:last-of-type,
        .react-datepicker__month-option:last-of-type,
        .react-datepicker__month-year-option:last-of-type {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border-bottom-left-radius: .3rem;
            border-bottom-right-radius: .3rem
        }

        .react-datepicker__year-option:hover,
        .react-datepicker__month-option:hover,
        .react-datepicker__month-year-option:hover {
            background-color: #ccc
        }

        .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
        .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
        .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
            border-bottom-color: #b3b3b3
        }

        .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
        .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
        .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
            border-top-color: #b3b3b3
        }

        .react-datepicker__year-option--selected,
        .react-datepicker__month-option--selected,
        .react-datepicker__month-year-option--selected {
            position: absolute;
            left: 15px
        }

        .react-datepicker__close-icon {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0);
            border: 0;
            outline: 0;
            padding: 0px 6px 0px 0px;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            display: table-cell;
            vertical-align: middle
        }

        .react-datepicker__close-icon::after {
            cursor: pointer;
            background-color: #216ba5;
            color: #fff;
            border-radius: 50%;
            height: 16px;
            width: 16px;
            padding: 2px;
            font-size: 12px;
            line-height: 1;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            content: "×"
        }

        .react-datepicker__today-button {
            background: #f0f0f0;
            border-top: 1px solid #aeaeae;
            cursor: pointer;
            text-align: center;
            font-weight: bold;
            padding: 5px 0;
            clear: left
        }

        .react-datepicker__portal {
            position: fixed;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, .8);
            left: 0;
            top: 0;
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 2147483647
        }

        .react-datepicker__portal .react-datepicker__day-name,
        .react-datepicker__portal .react-datepicker__day,
        .react-datepicker__portal .react-datepicker__time-name {
            width: 3rem;
            line-height: 3rem
        }

        @media(max-width: 400px), (max-height: 550px) {

            .react-datepicker__portal .react-datepicker__day-name,
            .react-datepicker__portal .react-datepicker__day,
            .react-datepicker__portal .react-datepicker__time-name {
                width: 2rem;
                line-height: 2rem
            }
        }

        .react-datepicker__portal .react-datepicker__current-month,
        .react-datepicker__portal .react-datepicker-time__header {
            font-size: 1.44rem
        }

        .react-datepicker__portal .react-datepicker__navigation {
            border: .81rem solid rgba(0, 0, 0, 0)
        }

        .react-datepicker__portal .react-datepicker__navigation--previous {
            border-right-color: #ccc
        }

        .react-datepicker__portal .react-datepicker__navigation--previous:hover {
            border-right-color: #b3b3b3
        }

        .react-datepicker__portal .react-datepicker__navigation--previous--disabled,
        .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
            border-right-color: #e6e6e6;
            cursor: default
        }

        .react-datepicker__portal .react-datepicker__navigation--next {
            border-left-color: #ccc
        }

        .react-datepicker__portal .react-datepicker__navigation--next:hover {
            border-left-color: #b3b3b3
        }

        .react-datepicker__portal .react-datepicker__navigation--next--disabled,
        .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
            border-left-color: #e6e6e6;
            cursor: default
        }

/* Style block 6 */
.depart-datetime__input {
            position: relative;
            width: 100%;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .depart-datetime__input svg {
            font-size: 1.25rem;
            color: #00363d;
            position: absolute;
            top: 10px;
            left: 7px;
            z-index: 1
        }

        .depart-datetime__input span {
            display: block;
            padding-left: 30px;
            background: rgba(0, 0, 0, 0);
            border: none;
            font-size: 14px;
            width: 100%;
            height: 38px;
            line-height: 38px;
            color: #333
        }

        .depart-datetime__input span.placeholder {
            color: #c3cdd5
        }

        .depart-datetime__input.has-error {
            border-color: #ef465e
        }

        .react-datepicker {
            font-size: 14px;
            display: flex
        }

        .react-datepicker .react-datepicker__header {
            padding-top: 0
        }

        .react-datepicker .react-datepicker-time__header span {
            padding-left: 0;
            line-height: unset;
            height: auto
        }

        .react-datepicker .react-datepicker__time-container {
            border-bottom: 1px solid #9b9b9b;
            margin-bottom: -1px;
            overflow: hidden
        }

        .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list .react-datepicker__time-list-item {
            line-height: 30px;
            padding: 0
        }

        .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list .react-datepicker__time-list-item.react-datepicker__time-list-item--selected {
            background-color: #77a300;
            color: #fff
        }

        .react-datepicker .react-datepicker__month-container {
            overflow: hidden
        }

        .react-datepicker .react-datepicker__day--selected,
        .react-datepicker .react-datepicker__day--in-selecting-range,
        .react-datepicker .react-datepicker__day--in-range,
        .react-datepicker .react-datepicker__month-text--selected,
        .react-datepicker .react-datepicker__month-text--in-selecting-range,
        .react-datepicker .react-datepicker__month-text--in-range {
            border-radius: unset;
            background-color: #77a300;
            color: #fff
        }

        .react-datepicker .react-datepicker__day-name,
        .react-datepicker .react-datepicker__day,
        .react-datepicker .react-datepicker__time-name {
            width: 30px;
            height: 30px;
            line-height: 30px
        }

        .react-datepicker-wrapper,
        .react-datepicker__input-container {
            display: flex;
            width: 100%
        }

        .react-datepicker-wrapper input,
        .react-datepicker__input-container input {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            height: 36px;
            padding-left: 30px;
            border: none
        }

        .react-datepicker__navigation--next--with-time {
            border-left-color: #00363d
        }

        .react-datepicker__navigation--previous {
            border-right-color: #00363d
        }

        .react-datepicker__day--keyboard-selected,
        .react-datepicker__month-text--keyboard-selected {
            background-color: #77a300;
            border-radius: unset
        }

/* Style block 7 */
.chair__input {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 5px;
            padding-left: 10px;
            width: 100%;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .chair__input.has-error {
            border-color: #ef465e
        }

        .chair__input .value {
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 5px
        }

        .chair__input .value span {
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 60px;
            display: block;
            overflow: hidden
        }

        .chair__input .value.default {
            color: #c4cdd5
        }

        .chair__input svg {
            color: #00363d;
            background-color: #fff
        }

        .chair__input .dropdown {
            width: 100%
        }

        .chair__input .dropdown>button {
            background-color: unset;
            border: none;
            outline: none;
            padding: 0;
            width: 100%;
            height: 38px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .chair__input .dropdown>button:not(:disabled):not(.disabled):hover,
        .chair__input .dropdown>button:not(:disabled):not(.disabled):focus,
        .chair__input .dropdown>button:not(:disabled):not(.disabled):active {
            background: unset;
            color: #333;
            box-shadow: unset
        }

        .chair__input .dropdown-menu {
            max-height: 250px;
            width: 200px;
            overflow: auto
        }

        .chair__input .dropdown-menu .dropdown-item {
            line-height: 30px
        }

        .chair__input .dropdown-menu .dropdown-item:active {
            background-color: #77a300
        }

/* Style block 8 */
.btn-dc {
            min-width: 150px;
            padding: 10px 12px;
            font-size: 14px;
            background-color: #77a300;
            color: #fff;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .btn-dc:not(.link):not(.secondary):hover,
        .btn-dc:not(.link):not(.secondary):focus {
            color: #fff
        }

        .btn-dc.full {
            width: 100%
        }

        .btn-dc.link {
            min-width: unset;
            color: #77a300;
            background: unset;
            text-decoration: underline
        }

        .btn-dc.link:hover,
        .btn-dc.link:focus {
            color: #77a300;
            text-decoration: none
        }

        .btn-dc.initial {
            text-transform: initial
        }

        .btn-dc.capitalize {
            text-transform: capitalize
        }

        .btn-dc.lowercase {
            text-transform: lowercase
        }

        .btn-dc:disabled {
            opacity: .7;
            background-color: #c4cdd5
        }

        .btn-dc.danger {
            color: #ef465e;
            background: unset;
            text-decoration: underline
        }

        .btn-dc.secondary {
            color: #9b9b9b;
            background: unset;
            text-decoration: underline
        }

        .btn-dc.x2 {
            padding: 14px 26px;
            font-size: 16px
        }

        .btn-dc div {
            margin-left: 10px
        }

/* Style block 9 */
.alert-datetime_invalid .button-actions {
            margin-top: 15px;
            display: flex;
            justify-content: center
        }

/* Style block 10 */
.local-search-input {
            background-color: #fff
        }

        .autocomplete-dropdown-container {
            width: 100%;
            z-index: 2
        }

        .autocomplete-dropdown-container .autocomplete-dropdown-title {
            padding: 15px;
            font-size: 1.15rem;
            font-weight: bold;
            margin-top: 10px
        }

        .autocomplete-dropdown-container .autocomplete-dropdown-list {
            background-color: #fff;
            max-height: -moz-calc(100vh - 65px - 54px);
            max-height: -webkit-calc(100vh - 65px - 54px);
            max-height: calc(100vh - 65px - 54px);
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            overflow: auto
        }

        .suggestion-item,
        .suggestion-item-active {
            padding: 14px 15px;
            border-bottom: 1px solid #f9f9f9;
            cursor: pointer
        }

        .suggestion-item:last-child {
            border: none
        }

        .suggestion-item-active {
            background-color: #fafafa
        }

        .child-airport-suggestion {
            padding-left: 30px
        }

/* Style block 11 */
.pick-drop-container {
            display: flex;
            flex-direction: column;
            position: relative
        }

        .pick-drop-container .button-area {
            margin-top: auto;
            padding-right: 15px;
            padding-left: 15px
        }

        .pick-drop-container .autocomplete-dropdown-container {
            position: absolute;
            top: 42px;
            right: 1px;
            bottom: auto;
            left: 1px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
        }

        .pick-drop-container .autocomplete-dropdown-container .autocomplete-dropdown-list {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            text-align: left
        }

        .address-container__loading {
            height: -moz-calc(100vh - 54px);
            height: -webkit-calc(100vh - 54px);
            height: calc(100vh - 54px);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: .7
        }

        .address-input {
            display: flex;
            align-items: center;
            background-color: #fff;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .address-input .local-search-input {
            width: 100%;
            height: 38px;
            line-height: 38px;
            border: none;
            padding-right: 10px;
            padding-left: 5px;
            outline: none;
            font-size: 1rem;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .address-input .location-icon {
            margin-left: 5px;
            font-size: 1.5rem;
            color: #00363d
        }

        .address-input.pick-address {
            margin: 0 15px
        }

        .address-input.pick-address .location-icon {
            color: #77a300
        }

        .address-input.pick-address .local-search-input {
            border-bottom: 1px solid #f9f9f9
        }

        .address-input.drop-address {
            margin: 0 15px
        }

        .address-input.drop-address .location-icon {
            color: #ef465e
        }

        .address-input .remove-icon {
            color: #00363d
        }

        .address-input .more-icon,
        .address-input .swap-icon {
            color: #77a300
        }

        .address-input.pick-address.filled .more-address,
        .address-input.pick-address.filled .swap-address,
        .address-input.drop-address.filled .more-address,
        .address-input.drop-address.filled .swap-address {
            border-left-color: #f9f9f9
        }

        .address__input .pick-drop-container:last-child {
            padding-bottom: 0
        }

        .address__input .pick-drop-container:last-child .address-input .location-icon {
            color: #ef465e
        }

/* Style block 12 */
.droppick-address__input {
            background-color: #fff;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding-left: 5px
        }

        .droppick-address__input.has-error {
            border-color: #ef465e
        }

        .droppick-address__input .value {
            width: 100%;
            height: 38px;
            line-height: 38px;
            padding-right: 10px;
            padding-left: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left
        }

        .droppick-address__input .location-icon {
            font-size: 1.5rem;
            color: #00363d
        }

        .droppick-address__input .location-icon.drop {
            color: #ef465e
        }

        .droppick-address__input .more-address,
        .droppick-address__input .delete-address {
            padding: 7px;
            display: flex;
            align-items: center
        }

        .droppick-address__input .more-address svg,
        .droppick-address__input .delete-address svg {
            color: #77a300
        }

        .droppick-address__input.filled .swap-address,
        .droppick-address__input.filled .more-address,
        .droppick-address__input.filled .delete-address {
            border-left: 1px solid #c4cdd5
        }

        .droppick-address__input.empty .value {
            color: #757575
        }

        .droppick-address__input .more-address.disabled svg {
            color: #c4cdd5
        }

        .droppick-address__input .remove-address {
            display: flex;
            align-content: center;
            margin-right: 4px
        }

        .droppick-address__input .remove-address svg {
            color: #00363d
        }

/* Style block 13 */
.vehicle__input {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 5px;
            padding-left: 10px;
            width: 100%
        }

        .vehicle__input .value {
            display: block;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .vehicle__input .value span {
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 60px;
            display: block;
            overflow: hidden
        }

        .vehicle__input svg {
            color: #00363d;
            background-color: #fff
        }

        .vehicle__input .dropdown {
            width: 100%
        }

        .vehicle__input .dropdown>button {
            background-color: unset;
            border: none;
            outline: none;
            width: 100%;
            padding: 0;
            height: 36px;
            line-height: 36px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .vehicle__input .dropdown>button:not(:disabled):not(.disabled):hover,
        .vehicle__input .dropdown>button:not(:disabled):not(.disabled):focus,
        .vehicle__input .dropdown>button:not(:disabled):not(.disabled):active {
            background: unset;
            color: #333;
            box-shadow: unset
        }

        .vehicle__input .dropdown-menu {
            max-height: 250px;
            width: 200px;
            overflow: auto
        }

        .vehicle__input .dropdown-menu .dropdown-item {
            line-height: 30px
        }

        .vehicle__input .dropdown-menu .dropdown-item:active {
            background-color: #77a300
        }

        .select-vehicle li {
            padding: 10px 15px
        }

        .select-vehicle li+li {
            border-top: 1px solid #c4cdd5
        }

        .select-vehicle li.active {
            color: #77a300;
            font-weight: bold
        }

/* Style block 14 */
.duration__input {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 5px;
            padding-left: 28px;
            width: 100%;
            background: #fff url(static/images/recent.360UgZK.svg) no-repeat 6px 10px;
            background-size: auto 15px
        }

        .duration__input .value {
            display: block;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .duration__input .value span {
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 60px;
            display: block;
            overflow: hidden
        }

        .duration__input svg {
            color: #00363d;
            background-color: #fff
        }

        .duration__input .dropdown {
            width: 100%
        }

        .duration__input .dropdown>button {
            background-color: unset;
            border: none;
            outline: none;
            width: 100%;
            padding: 0;
            height: 36px;
            line-height: 36px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .duration__input .dropdown>button:not(:disabled):not(.disabled):hover,
        .duration__input .dropdown>button:not(:disabled):not(.disabled):focus,
        .duration__input .dropdown>button:not(:disabled):not(.disabled):active {
            background: unset;
            color: #333;
            box-shadow: unset
        }

        .duration__input .dropdown-menu {
            max-height: 250px;
            width: 200px;
            overflow: auto
        }

        .duration__input .dropdown-menu .dropdown-item {
            line-height: 30px
        }

        .duration__input .dropdown-menu .dropdown-item:active {
            background-color: #77a300
        }

        .select-duration li {
            padding: 10px 15px
        }

        .select-duration li+li {
            border-top: 1px solid #c4cdd5
        }

        .select-duration li.active {
            color: #77a300;
            font-weight: bold
        }

/* Style block 15 */
.icon-box {
            max-width: 400px;
            margin: auto;
            text-align: center
        }

        .icon-box img {
            margin-bottom: 30px
        }

        .icon-box .title {
            font-weight: bold;
            font-size: 1.15rem;
            margin-bottom: 10px
        }

        .icon-box .desc {
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 24px
        }

/* Style block 16 */
.blog-post__item .wrap {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .blog-post__item .wrap {
            height: 100%
        }

        .blog-post__item .item-header {
            max-height: 200px;
            overflow: hidden
        }

        .blog-post__item .item-header img {
            width: 100%
        }

        .blog-post__item .item-content {
            padding: 15px;
            position: relative
        }

        .blog-post__item .item-content h4 {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 10px
        }

        .blog-post__item .item-content h4 a {
            color: #333
        }

        .blog-post__item .item-content p {
            line-height: 20px;
            margin-bottom: 0
        }

/* Style block 17 */
.popular-chunk__list {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .popular-chunk__list {
            overflow: hidden
        }

        .popular-chunk__item {
            padding: 15px;
            font-weight: 600;
            background-color: #fff;
            display: flex;
            justify-content: space-between
        }

        .popular-chunk__item+.item {
            border-top: 1px solid #c4cdd5
        }

        .popular-chunk__item .chunk {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 15px
        }

        .popular-chunk__item .chunk>span {
            flex: 1
        }

        .popular-chunk__item .chunk span:last-child {
            text-align: right
        }

        .popular-chunk__item svg {
            color: #637381;
            margin: 0 15px;
            font-size: 2rem
        }

        .popular-chunk__item .btn-price span {
            margin-right: 5px
        }

/* Style block 18 */
.customer-rating__item {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .customer-rating__item {
            padding: 20px;
            font-size: 16px;
            height: 100%;
            background-color: #fff
        }

        .customer-rating__item .item-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            line-height: 1
        }

        .customer-rating__item .item-header .rating {
            position: relative;
            display: inline-block
        }

        .customer-rating__item .item-header .rating:before {
            content: "";
            font-family: FontAwesome;
            color: #eee;
            font-size: 19px
        }

        .customer-rating__item .item-header .rated {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden
        }

        .customer-rating__item .item-header .rated:before {
            content: "";
            font-family: FontAwesome;
            color: #f0ca00;
            font-size: 19px
        }

        .customer-rating__item .item-header time {
            font-size: 14px
        }

        .customer-rating__item .item-content {
            margin-bottom: 15px
        }

        .customer-rating__item .item-content p {
            line-height: 24px;
            margin-bottom: 0
        }

        .customer-rating__item .item-name p {
            margin-bottom: 0
        }

        .customer-rating__item .item-name span {
            font-size: 14px;
            color: #777;
            font-style: italic
        }

/* Style block 19 */
.media__item .item-header {
            max-height: 200px;
            overflow: hidden;
            margin-bottom: 15px
        }

        .media__item .item-header img {
            width: 100%
        }

        .media__item .item-content .item-title {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 10px
        }

        .media__item .item-content .item-title a {
            color: #00363d
        }

/* Style block 20 */
.partner__block .media-wrap {
            display: flex;
            padding-right: 15px;
            padding-left: 15px
        }

        .partner__block .media {
            height: 75px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center
        }

/* Style block 21 */
.slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
        }

        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0
        }

        .slick-list:focus {
            outline: none
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand
        }

        .slick-slider .slick-track,
        .slick-slider .slick-list {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
            margin-left: auto;
            margin-right: auto
        }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: ""
        }

        .slick-track:after {
            clear: both
        }

        .slick-loading .slick-track {
            visibility: hidden
        }

        .slick-slide {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px
        }

        [dir=rtl] .slick-slide {
            float: right
        }

        .slick-slide img {
            display: block
        }

        .slick-slide.slick-loading img {
            display: none
        }

        .slick-slide.dragging img {
            pointer-events: none
        }

        .slick-initialized .slick-slide {
            display: block
        }

        .slick-loading .slick-slide {
            visibility: hidden
        }

        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid rgba(0, 0, 0, 0)
        }

        .slick-arrow.slick-hidden {
            display: none
        }

/* Style block 22 */
.slick-loading .slick-list {
            background: #fff url(static/images/ajax-loader.UiG36NM.gif) center center no-repeat
        }

        @font-face {
            font-family: "slick";
            font-weight: normal;
            font-style: normal;
            src: url(/static/fonts/ced611daf7709cc778da928fec876475.eot);
            src: url(/static/fonts/ced611daf7709cc778da928fec876475.eot?#iefix) format("embedded-opentype"), url(/static/fonts/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format("woff"), url(/static/fonts/d41f55a78e6f49a5512878df1737e58a.ttf) format("truetype"), url(static/images/slick.537EUM8.svg#slick) format("svg")
        }

        .slick-prev,
        .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 20px;
            height: 20px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            color: rgba(0, 0, 0, 0);
            border: none;
            outline: none;
            background: rgba(0, 0, 0, 0)
        }

        .slick-prev:hover,
        .slick-prev:focus,
        .slick-next:hover,
        .slick-next:focus {
            color: rgba(0, 0, 0, 0);
            outline: none;
            background: rgba(0, 0, 0, 0)
        }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1
        }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: .25
        }

        .slick-prev:before,
        .slick-next:before {
            font-family: "slick";
            font-size: 20px;
            line-height: 1;
            opacity: .75;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .slick-prev {
            left: -25px
        }

        [dir=rtl] .slick-prev {
            right: -25px;
            left: auto
        }

        .slick-prev:before {
            content: "←"
        }

        [dir=rtl] .slick-prev:before {
            content: "→"
        }

        .slick-next {
            right: -25px
        }

        [dir=rtl] .slick-next {
            right: auto;
            left: -25px
        }

        .slick-next:before {
            content: "→"
        }

        [dir=rtl] .slick-next:before {
            content: "←"
        }

        .slick-dotted.slick-slider {
            margin-bottom: 30px
        }

        .slick-dots {
            position: absolute;
            bottom: -25px;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center
        }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer
        }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: rgba(0, 0, 0, 0);
            border: 0;
            outline: none;
            background: rgba(0, 0, 0, 0)
        }

        .slick-dots li button:hover,
        .slick-dots li button:focus {
            outline: none
        }

        .slick-dots li button:hover:before,
        .slick-dots li button:focus:before {
            opacity: 1
        }

        .slick-dots li button:before {
            font-family: "slick";
            font-size: 6px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: "•";
            text-align: center;
            opacity: .25;
            color: #000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

/* Style block 23 */
.product-item {
            display: flex;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            border-radius: 4px;
            background-color: #fff;
            position: relative
        }

        .product-item+.product-item {
            margin-top: 15px
        }

        .product-item.recommended {
            border: 2px solid #77a300
        }

        .product-item .label-recommended {
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px 5px;
            background-color: #77a300;
            color: #fff;
            font-size: .8em;
            display: flex;
            align-items: center;
            border-bottom-right-radius: 4px
        }

        .product-item .label-recommended .recommended-icon {
            font-size: 1em;
            margin-right: 3px
        }

        .product-item .label-ride_method {
            display: inline-block;
            padding: 3px 10px;
            font-size: .8em;
            color: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px
        }

        .product-item .label-ride_method.private {
            background-color: #ef465e
        }

        .product-item .label-ride_method.sharing {
            background-color: #77a300
        }

        .product-item .col-media {
            padding: 15px;
            text-align: center;
            flex: 1;
            border-right: 1px solid #c4cdd5;
            display: flex;
            align-items: center
        }

        .product-item .col-media img {
            max-width: 100%
        }

        .product-item .customer-rating {
            position: relative;
            width: auto;
            height: auto;
            display: inline-block;
            margin-right: auto;
            margin-bottom: 10px
        }

        .product-item .customer-rating:before {
            content: "";
            font-family: FontAwesome;
            color: #eee;
            font-size: 1.15em
        }

        .product-item .customer-rating .rated {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden
        }

        .product-item .customer-rating .rated:before {
            content: "";
            font-family: FontAwesome;
            color: #f0ca00;
            font-size: 1.15em
        }

        .product-item .col-detail {
            flex: 3;
            padding: 15px
        }

        .product-item .item-title {
            display: flex;
            align-items: center;
            margin-bottom: 5px
        }

        .product-item .brand-name {
            font-size: 1.15em;
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 10px
        }

        .product-item .detail {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: .85rem;
            margin-bottom: 8px
        }

        .product-item .detail>span+span {
            margin-left: 6px
        }

        .product-item .detail svg {
            font-size: 1rem
        }

        .product-item .detail svg,
        .product-item .detail i {
            color: #00363d;
            margin-right: 3px;
            vertical-align: text-bottom
        }

        .product-item .price {
            font-weight: bold;
            font-size: 1.3em;
            color: #00363d;
            text-transform: uppercase
        }

        .product-item .more-button {
            text-align: center;
            color: #77a300;
            font-weight: bold;
            text-decoration: underline
        }

        .product-item .addons {
            margin: 15px -5px 0
        }

        .product-item .addons>span {
            display: flex;
            margin: 5px 0;
            padding-right: 5px;
            padding-left: 5px;
            font-size: .85rem;
            color: #646464
        }

        .product-item .addons svg {
            color: #77a300;
            font-size: 1.15em
        }

        .product-item .addons svg,
        .product-item .addons i {
            margin-right: 3px;
            margin-top: 2px;
            vertical-align: middle
        }

        .product-item .addons i {
            margin-top: 4px
        }

        .product-item .col-price {
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }

        .product-item .col-price .price {
            margin-bottom: 10px
        }

/* Style block 24 */
.form__select {
            text-align: left
        }

        .form__select .select__dropdown {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 5px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .form__select .select__dropdown.has-error {
            border-color: #ef465e
        }

        .form__select .select__dropdown svg {
            color: #00363d;
            background-color: #fff
        }

        .form__select .select__dropdown .dropdown {
            width: 100%
        }

        .form__select .select__dropdown .dropdown-toggle {
            background-color: unset;
            border: none;
            outline: none;
            padding: 0;
            width: 100%;
            height: 36px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .form__select .select__dropdown .dropdown-toggle:not(:disabled):not(.disabled):hover,
        .form__select .select__dropdown .dropdown-toggle:not(:disabled):not(.disabled):focus,
        .form__select .select__dropdown .dropdown-toggle:not(:disabled):not(.disabled):active {
            background: unset;
            color: #333;
            box-shadow: unset
        }

        .form__select .select__dropdown .dropdown-toggle:after {
            display: none
        }

        .form__select .select__dropdown .dropdown-toggle .value {
            width: 100%;
            text-align: left;
            padding-left: 5px;
            overflow: hidden
        }

        .form__select .select__dropdown .dropdown-toggle .value.default {
            color: #757575
        }

        .form__select .select__dropdown .dropdown-menu {
            max-height: 250px;
            min-width: 200px;
            overflow: auto
        }

        .form__select .select__dropdown .dropdown-menu .dropdown-item {
            line-height: 30px
        }

        .form__select .select__dropdown .dropdown-menu .dropdown-item:active,
        .form__select .select__dropdown .dropdown-menu .dropdown-item.active {
            background-color: #77a300
        }

/* Style block 25 */
.header-steps {
            background-color: #f4f5f7
        }

        .progress_bar {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            margin-top: 20px;
            margin-bottom: 20px
        }

        .progress_bar:before,
        .progress_bar:after {
            content: "";
            position: absolute;
            top: 24px;
            left: 50%;
            height: 4px
        }

        .progress_bar:before {
            z-index: 1;
            background-color: #77a300
        }

        .progress_bar:after {
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: -moz-calc(100% - 60px);
            width: -webkit-calc(100% - 60px);
            width: calc(100% - 60px);
            z-index: 0;
            background-color: #dcdcdc
        }

        .progress_bar.step2:before {
            -webkit-transform: translate(-100%, 0);
            -moz-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
            -o-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
            width: -moz-calc(50% - 30px);
            width: -webkit-calc(50% - 30px);
            width: calc(50% - 30px)
        }

        .progress_bar.step3:after {
            background-color: #77a300
        }

        .progress_bar div {
            padding: 10px 0;
            text-align: center;
            z-index: 2
        }

        .progress_bar div>span {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 20px;
            font-weight: bold;
            background-color: #dcdcdc;
            color: #fff;
            margin-bottom: 10px
        }

        .progress_bar div.active>span {
            background-color: #77a300
        }

/* Style block 26 */
.text-form-group {
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: left
        }

        .text-form-group label {
            font-weight: bold;
            margin-bottom: 5px
        }

        .text-form-group .input-wrap {
            position: relative
        }

        .text-form-group .input-wrap .desc {
            margin-top: 4px;
            font-size: .8em
        }

        .text-form-group input {
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 0 30px 0 10px;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .text-form-group input ::-webkit-input-placeholder {
            color: #c4cdd5
        }

        .text-form-group input :-moz-placeholder {
            color: #c4cdd5
        }

        .text-form-group input ::-moz-placeholder {
            color: #c4cdd5
        }

        .text-form-group input :-ms-input-placeholder {
            color: #c4cdd5
        }

        .text-form-group input.has-error {
            border-color: #ef465e;
            color: #ef465e
        }

        .text-form-group .close-icon {
            position: absolute;
            top: 7px;
            right: 5px
        }

        .text-form-group.form-icon input {
            padding-left: 30px
        }

        .text-form-group.form-icon .icon {
            position: absolute;
            top: 8px;
            left: 5px
        }

        .text-form-group.form-icon .icon svg {
            color: #00363d;
            font-size: 18px
        }

/* Style block 27 */
.email-form-group {
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: left
        }

        .email-form-group label {
            font-weight: bold;
            margin-bottom: 5px
        }

        .email-form-group .input-wrap {
            position: relative
        }

        .email-form-group input {
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            height: 38px;
            line-height: 38px;
            padding-right: 5px;
            padding-left: 10px
        }

        .email-form-group input ::-webkit-input-placeholder {
            color: #c4cdd5
        }

        .email-form-group input :-moz-placeholder {
            color: #c4cdd5
        }

        .email-form-group input ::-moz-placeholder {
            color: #c4cdd5
        }

        .email-form-group input :-ms-input-placeholder {
            color: #c4cdd5
        }

        .email-form-group input.has-error {
            border-color: #ef465e;
            color: #ef465e
        }

        .email-form-group.form-icon input {
            padding-left: 30px
        }

        .email-form-group .icon {
            position: absolute;
            top: 8px;
            left: 5px;
            color: #00363d
        }

        .email-form-group .close-icon {
            color: #00363d;
            position: absolute;
            top: 8px;
            right: 5px
        }

/* Style block 28 */
.textarea-form-group {
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: left
        }

        .textarea-form-group label {
            font-weight: bold;
            margin-bottom: 5px
        }

        .textarea-form-group .input-wrap {
            position: relative
        }

        .textarea-form-group textarea {
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 10px 30px 10px 10px;
            width: 100%;
            resize: none;
            overflow: hidden;
            min-height: 80px
        }

        .textarea-form-group textarea ::-webkit-input-placeholder {
            color: #c4cdd5
        }

        .textarea-form-group textarea :-moz-placeholder {
            color: #c4cdd5
        }

        .textarea-form-group textarea ::-moz-placeholder {
            color: #c4cdd5
        }

        .textarea-form-group textarea :-ms-input-placeholder {
            color: #c4cdd5
        }

        .textarea-form-group textarea.has-error {
            border-color: #ef465e;
            color: #ef465e
        }

        .textarea-form-group .close-icon {
            position: absolute;
            top: 7px;
            right: 5px
        }

        .desc {
            font-size: .8em
        }

/* Style block 29 */
.page-loading.fixed {
            position: fixed
        }

        .page-loading.absolute {
            position: absolute
        }

/* Style block 30 */
.radio__input {
            display: flex;
            align-items: center
        }

        .radio__input input {
            position: absolute;
            z-index: -99
        }

        .radio__input input+label {
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #333
        }

        .radio__input input+label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #c4cdd5;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            background: #fff
        }

        .radio__input input+label:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #77a300;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        .radio__input input:not(:checked)+label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .radio__input input:checked+label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .radio__input input:checked+label:before {
            border-color: #77a300
        }

/* Style block 31 */
.form-filter .asc-sort,
        .form-filter .desc-sort {
            padding: 10px 100px 10px 50px;
            text-transform: none;
            font-size: 1rem
        }

        .form-filter .asc-sort {
            margin-left: 15px;
            border-radius: 5px 0px 0px 5px;
            border-right: 1px solid #c4cdd5;
            background: #fff url(static/images/ascending.2yknAjq.png) no-repeat 10px 10px;
            background-size: auto 20px
        }

        .form-filter .desc-sort {
            border-radius: 0px 5px 5px 0px;
            background: #fff url(static/images/descending.EjnC7kY.png) no-repeat 10px 10px;
            background-size: auto 20px
        }

        .form-filter .asc-sort.active,
        .form-filter .desc-sort.active {
            box-shadow: inset 1px 1px 5px 0px #dcdcdc
        }

        .product-item {
            display: flex;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            border-radius: 4px;
            background-color: #fff;
            position: relative
        }

        .product-item+.product-item {
            margin-top: 15px
        }

        .product-item.recommended {
            border: 2px solid #77a300
        }

        .product-item .label-recommended {
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px 5px;
            background-color: #77a300;
            color: #fff;
            font-size: .8em;
            display: flex;
            align-items: center;
            border-bottom-right-radius: 4px
        }

        .product-item .label-recommended .recommended-icon {
            font-size: 1em;
            margin-right: 3px
        }

        .product-item .label-ride_method {
            display: inline-block;
            padding: 3px 10px;
            font-size: .8em;
            color: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px
        }

        .product-item .label-ride_method.private {
            background-color: #ef465e
        }

        .product-item .label-ride_method.sharing {
            background-color: #77a300
        }

        .product-item .col-media {
            padding: 15px;
            text-align: center;
            flex: 1;
            border-right: 1px solid #c4cdd5;
            display: flex;
            align-items: center
        }

        .product-item .col-media img {
            max-width: 100%
        }

        .product-item .customer-rating {
            position: relative;
            width: auto;
            height: auto;
            display: inline-block;
            margin-right: auto;
            margin-bottom: 10px
        }

        .product-item .customer-rating:before {
            content: "";
            font-family: FontAwesome;
            color: #eee;
            font-size: 1.15em
        }

        .product-item .customer-rating .rated {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden
        }

        .product-item .customer-rating .rated:before {
            content: "";
            font-family: FontAwesome;
            color: #f0ca00;
            font-size: 1.15em
        }

        .product-item .col-detail {
            flex: 3;
            padding: 15px
        }

        .product-item .item-title {
            display: flex;
            align-items: center;
            margin-bottom: 5px
        }

        .product-item .brand-name {
            font-size: 1.15em;
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 10px
        }

        .product-item .detail {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: .85rem;
            margin-bottom: 8px
        }

        .product-item .detail>span+span {
            margin-left: 15px
        }

        .product-item .detail svg {
            font-size: 1rem
        }

        .product-item .detail svg,
        .product-item .detail i {
            color: #00363d;
            margin-right: 3px;
            vertical-align: text-bottom
        }

        .product-item .detail .icon {
            max-width: 14px;
            margin-right: 5px
        }

        .product-item .price {
            font-weight: bold;
            font-size: 1.3em;
            color: #00363d;
            text-transform: uppercase
        }

        .product-item .more-button {
            text-align: center;
            color: #77a300;
            font-weight: bold;
            text-decoration: underline
        }

        .product-item .addons {
            margin: 15px -5px 0
        }

        .product-item .addons>span {
            display: flex;
            margin: 5px 0;
            padding-right: 5px;
            padding-left: 5px;
            font-size: .85rem;
            color: #646464
        }

        .product-item .addons svg {
            color: #77a300;
            font-size: 1.15em
        }

        .product-item .addons svg,
        .product-item .addons i {
            margin-right: 3px;
            margin-top: 2px;
            vertical-align: middle
        }

        .product-item .addons .icon {
            max-width: 14px;
            margin-right: 8px
        }

        .product-item .addons a {
            color: #77a300;
            text-decoration: underline
        }

        .product-item .addons a:hover {
            text-decoration: none
        }

        .product-item .col-price {
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }

        .product-item .col-price .price {
            margin-bottom: 10px
        }

/* Style block 32 */
.payment-method .payment-method_item+div {
            margin-top: 5px
        }

        .payment-method .desc {
            padding-left: 30px
        }

/* Style block 33 */
.checkbox-label {
            width: 100%;
            position: relative
        }

        .checkbox-label label {
            margin: 0
        }

        .checkbox-label .checkmark {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 20px;
            height: 20px;
            font-size: 1em;
            margin-right: 10px;
            background-color: #fff;
            text-align: center;
            transition: all .15s;
            -webkit-transition: all .15s;
            -moz-transition: all .15s;
            -o-transition: all .15s
        }

        .checkbox-label .checkmark:after {
            content: "";
            font-family: "FontAwesome";
            color: #fff;
            transition: all .15s;
            -webkit-transition: all .15s;
            -moz-transition: all .15s;
            -o-transition: all .15s
        }

        .checkbox-label .checkbox {
            opacity: 0;
            position: absolute;
            left: 0;
            z-index: 1
        }

        .checkbox-label .checkbox:checked~.checkmark {
            background-color: #77a300;
            border-color: #77a300
        }

/* Style block 34 */
.phone-form-group .input-wrap {
            display: block;
            position: relative
        }

        .phone-form-group .input-wrap .flex {
            display: flex;
            align-items: center
        }

        .phone-form-group .code,
        .phone-form-group input {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border: 1px solid #c4cdd5
        }

        .phone-form-group .code {
            display: flex;
            align-items: center;
            margin-right: 7px;
            height: 38px;
            line-height: 38px;
            padding: 3px 2px 3px 4px
        }

        .phone-form-group .code span {
            white-space: nowrap
        }

        .phone-form-group .code .down-icon {
            margin-left: auto;
            color: #00363d
        }

        .phone-form-group .close-icon {
            position: absolute;
            top: 6px;
            right: 5px
        }

        .phone-form-group input {
            padding: 0 30px 0 10px;
            width: 100%;
            height: 38px;
            line-height: 38px;
            -moz-appearance: textfield
        }

        .phone-form-group input ::-webkit-input-placeholder {
            color: #c4cdd5
        }

        .phone-form-group input :-moz-placeholder {
            color: #c4cdd5
        }

        .phone-form-group input ::-moz-placeholder {
            color: #c4cdd5
        }

        .phone-form-group input :-ms-input-placeholder {
            color: #c4cdd5
        }

        .phone-form-group input.has-error {
            border-color: #ef465e;
            color: #ef465e
        }

        .phone-code__select .btn {
            display: flex;
            align-items: center;
            margin-right: 10px;
            padding: 0 5px;
            height: 38px;
            line-height: 38px;
            box-shadow: none;
            background-color: #fff;
            color: #333;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .phone-code__select .btn span {
            white-space: nowrap
        }

        .dropdown-menu {
            margin: 0;
            padding: 0;
            border: 0;
            overflow: hidden;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
        }

        .phone-code__search {
            display: flex;
            align-items: center;
            background-color: #fff;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            padding-right: 10px;
            padding-left: 10px
        }

        .phone-code__search svg {
            font-size: 24px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .phone-code__search input {
            padding: 10px;
            width: 100%;
            border: none
        }

        .phone-code__list {
            height: -moz-calc(50vh - 40px);
            height: -webkit-calc(50vh - 40px);
            height: calc(50vh - 40px);
            overflow-y: auto
        }

        .phone-code__list li {
            padding: 10px 15px;
            display: flex;
            align-items: center
        }

        .phone-code__list li+li {
            border-top: 1px solid #c4cdd5
        }

        .phone-code__list li.active {
            color: #77a300;
            font-weight: bold
        }

        .phone-code__list li.active:after {
            content: "";
            font-family: FontAwesome;
            color: #77a300;
            margin-left: auto
        }

        .phone-code__list li svg {
            color: #77a300;
            margin-left: auto
        }

        .flag {
            width: 16px;
            height: 11px;
            background: url(static/images/flags.kTcksdp.png) no-repeat;
            margin-right: .5em;
            display: inline-block
        }

        .flag.flag-ad {
            background-position: -16px 0
        }

        .flag.flag-ae {
            background-position: -32px 0
        }

        .flag.flag-af {
            background-position: -48px 0
        }

        .flag.flag-ag {
            background-position: -64px 0
        }

        .flag.flag-ai {
            background-position: -80px 0
        }

        .flag.flag-al {
            background-position: -96px 0
        }

        .flag.flag-am {
            background-position: -112px 0
        }

        .flag.flag-an {
            background-position: -128px 0
        }

        .flag.flag-ao {
            background-position: -144px 0
        }

        .flag.flag-ar {
            background-position: -160px 0
        }

        .flag.flag-as {
            background-position: -176px 0
        }

        .flag.flag-at {
            background-position: -192px 0
        }

        .flag.flag-au {
            background-position: -208px 0
        }

        .flag.flag-aw {
            background-position: -224px 0
        }

        .flag.flag-az {
            background-position: -240px 0
        }

        .flag.flag-ba {
            background-position: 0 -11px
        }

        .flag.flag-bb {
            background-position: -16px -11px
        }

        .flag.flag-bd {
            background-position: -32px -11px
        }

        .flag.flag-be {
            background-position: -48px -11px
        }

        .flag.flag-bf {
            background-position: -64px -11px
        }

        .flag.flag-bg {
            background-position: -80px -11px
        }

        .flag.flag-bh {
            background-position: -96px -11px
        }

        .flag.flag-bi {
            background-position: -112px -11px
        }

        .flag.flag-bj {
            background-position: -128px -11px
        }

        .flag.flag-bm {
            background-position: -144px -11px
        }

        .flag.flag-bn {
            background-position: -160px -11px
        }

        .flag.flag-bo {
            background-position: -176px -11px
        }

        .flag.flag-br {
            background-position: -192px -11px
        }

        .flag.flag-bs {
            background-position: -208px -11px
        }

        .flag.flag-bt {
            background-position: -224px -11px
        }

        .flag.flag-bv {
            background-position: -240px -11px
        }

        .flag.flag-bw {
            background-position: 0 -22px
        }

        .flag.flag-by {
            background-position: -16px -22px
        }

        .flag.flag-bz {
            background-position: -32px -22px
        }

        .flag.flag-ca {
            background-position: -48px -22px
        }

        .flag.flag-catalonia {
            background-position: -64px -22px
        }

        .flag.flag-cd {
            background-position: -80px -22px
        }

        .flag.flag-cf {
            background-position: -96px -22px
        }

        .flag.flag-cg {
            background-position: -112px -22px
        }

        .flag.flag-ch {
            background-position: -128px -22px
        }

        .flag.flag-ci {
            background-position: -144px -22px
        }

        .flag.flag-ck {
            background-position: -160px -22px
        }

        .flag.flag-cl {
            background-position: -176px -22px
        }

        .flag.flag-cm {
            background-position: -192px -22px
        }

        .flag.flag-cn {
            background-position: -208px -22px
        }

        .flag.flag-co {
            background-position: -224px -22px
        }

        .flag.flag-cr {
            background-position: -240px -22px
        }

        .flag.flag-cu {
            background-position: 0 -33px
        }

        .flag.flag-cv {
            background-position: -16px -33px
        }

        .flag.flag-cw {
            background-position: -32px -33px
        }

        .flag.flag-cy {
            background-position: -48px -33px
        }

        .flag.flag-cz {
            background-position: -64px -33px
        }

        .flag.flag-de {
            background-position: -80px -33px
        }

        .flag.flag-dj {
            background-position: -96px -33px
        }

        .flag.flag-dk {
            background-position: -112px -33px
        }

        .flag.flag-dm {
            background-position: -128px -33px
        }

        .flag.flag-do {
            background-position: -144px -33px
        }

        .flag.flag-dz {
            background-position: -160px -33px
        }

        .flag.flag-ec {
            background-position: -176px -33px
        }

        .flag.flag-ee {
            background-position: -192px -33px
        }

        .flag.flag-eg {
            background-position: -208px -33px
        }

        .flag.flag-eh {
            background-position: -224px -33px
        }

        .flag.flag-en {
            background-position: -240px -33px
        }

        .flag.flag-er {
            background-position: 0 -44px
        }

        .flag.flag-es {
            background-position: -16px -44px
        }

        .flag.flag-et {
            background-position: -32px -44px
        }

        .flag.flag-eu {
            background-position: -48px -44px
        }

        .flag.flag-fi {
            background-position: -64px -44px
        }

        .flag.flag-fj {
            background-position: -80px -44px
        }

        .flag.flag-fk {
            background-position: -96px -44px
        }

        .flag.flag-fm {
            background-position: -112px -44px
        }

        .flag.flag-fo {
            background-position: -128px -44px
        }

        .flag.flag-fr {
            background-position: -144px -44px
        }

        .flag.flag-ga {
            background-position: -160px -44px
        }

        .flag.flag-uk {
            background-position: -176px -44px
        }

        .flag.flag-gd {
            background-position: -192px -44px
        }

        .flag.flag-ge {
            background-position: -208px -44px
        }

        .flag.flag-gf {
            background-position: -224px -44px
        }

        .flag.flag-gg {
            background-position: -240px -44px
        }

        .flag.flag-gh {
            background-position: 0 -55px
        }

        .flag.flag-gi {
            background-position: -16px -55px
        }

        .flag.flag-gl {
            background-position: -32px -55px
        }

        .flag.flag-gm {
            background-position: -48px -55px
        }

        .flag.flag-gn {
            background-position: -64px -55px
        }

        .flag.flag-gp {
            background-position: -80px -55px
        }

        .flag.flag-gq {
            background-position: -96px -55px
        }

        .flag.flag-gr {
            background-position: -112px -55px
        }

        .flag.flag-gs {
            background-position: -128px -55px
        }

        .flag.flag-gt {
            background-position: -144px -55px
        }

        .flag.flag-gu {
            background-position: -160px -55px
        }

        .flag.flag-gw {
            background-position: -176px -55px
        }

        .flag.flag-gy {
            background-position: -192px -55px
        }

        .flag.flag-hk {
            background-position: -208px -55px
        }

        .flag.flag-hm {
            background-position: -224px -55px
        }

        .flag.flag-hn {
            background-position: -240px -55px
        }

        .flag.flag-hr {
            background-position: 0 -66px
        }

        .flag.flag-ht {
            background-position: -16px -66px
        }

        .flag.flag-hu {
            background-position: -32px -66px
        }

        .flag.flag-ic {
            background-position: -48px -66px
        }

        .flag.flag-id {
            background-position: -64px -66px
        }

        .flag.flag-ie {
            background-position: -80px -66px
        }

        .flag.flag-il {
            background-position: -96px -66px
        }

        .flag.flag-im {
            background-position: -112px -66px
        }

        .flag.flag-in {
            background-position: -128px -66px
        }

        .flag.flag-io {
            background-position: -144px -66px
        }

        .flag.flag-iq {
            background-position: -160px -66px
        }

        .flag.flag-ir {
            background-position: -176px -66px
        }

        .flag.flag-is {
            background-position: -192px -66px
        }

        .flag.flag-it {
            background-position: -208px -66px
        }

        .flag.flag-je {
            background-position: -224px -66px
        }

        .flag.flag-jm {
            background-position: -240px -66px
        }

        .flag.flag-jo {
            background-position: 0 -77px
        }

        .flag.flag-jp {
            background-position: -16px -77px
        }

        .flag.flag-ke {
            background-position: -32px -77px
        }

        .flag.flag-kg {
            background-position: -48px -77px
        }

        .flag.flag-kh {
            background-position: -64px -77px
        }

        .flag.flag-ki {
            background-position: -80px -77px
        }

        .flag.flag-km {
            background-position: -96px -77px
        }

        .flag.flag-kn {
            background-position: -112px -77px
        }

        .flag.flag-kp {
            background-position: -128px -77px
        }

        .flag.flag-kr {
            background-position: -144px -77px
        }

        .flag.flag-kurdistan {
            background-position: -160px -77px
        }

        .flag.flag-kw {
            background-position: -176px -77px
        }

        .flag.flag-ky {
            background-position: -192px -77px
        }

        .flag.flag-kz {
            background-position: -208px -77px
        }

        .flag.flag-la {
            background-position: -224px -77px
        }

        .flag.flag-lb {
            background-position: -240px -77px
        }

        .flag.flag-lc {
            background-position: 0 -88px
        }

        .flag.flag-li {
            background-position: -16px -88px
        }

        .flag.flag-lk {
            background-position: -32px -88px
        }

        .flag.flag-lr {
            background-position: -48px -88px
        }

        .flag.flag-ls {
            background-position: -64px -88px
        }

        .flag.flag-lt {
            background-position: -80px -88px
        }

        .flag.flag-lu {
            background-position: -96px -88px
        }

        .flag.flag-lv {
            background-position: -112px -88px
        }

        .flag.flag-ly {
            background-position: -128px -88px
        }

        .flag.flag-ma {
            background-position: -144px -88px
        }

        .flag.flag-mc {
            background-position: -160px -88px
        }

        .flag.flag-md {
            background-position: -176px -88px
        }

        .flag.flag-me {
            background-position: -192px -88px
        }

        .flag.flag-mg {
            background-position: -208px -88px
        }

        .flag.flag-mh {
            background-position: -224px -88px
        }

        .flag.flag-mk {
            background-position: -240px -88px
        }

        .flag.flag-ml {
            background-position: 0 -99px
        }

        .flag.flag-mm {
            background-position: -16px -99px
        }

        .flag.flag-mn {
            background-position: -32px -99px
        }

        .flag.flag-mo {
            background-position: -48px -99px
        }

        .flag.flag-mp {
            background-position: -64px -99px
        }

        .flag.flag-mq {
            background-position: -80px -99px
        }

        .flag.flag-mr {
            background-position: -96px -99px
        }

        .flag.flag-ms {
            background-position: -112px -99px
        }

        .flag.flag-mt {
            background-position: -128px -99px
        }

        .flag.flag-mu {
            background-position: -144px -99px
        }

        .flag.flag-mv {
            background-position: -160px -99px
        }

        .flag.flag-mw {
            background-position: -176px -99px
        }

        .flag.flag-mx {
            background-position: -192px -99px
        }

        .flag.flag-my {
            background-position: -208px -99px
        }

        .flag.flag-mz {
            background-position: -224px -99px
        }

        .flag.flag-na {
            background-position: -240px -99px
        }

        .flag.flag-nc {
            background-position: 0 -110px
        }

        .flag.flag-ne {
            background-position: -16px -110px
        }

        .flag.flag-nf {
            background-position: -32px -110px
        }

        .flag.flag-ng {
            background-position: -48px -110px
        }

        .flag.flag-ni {
            background-position: -64px -110px
        }

        .flag.flag-nl {
            background-position: -80px -110px
        }

        .flag.flag-no {
            background-position: -96px -110px
        }

        .flag.flag-np {
            background-position: -112px -110px
        }

        .flag.flag-nr {
            background-position: -128px -110px
        }

        .flag.flag-nu {
            background-position: -144px -110px
        }

        .flag.flag-nz {
            background-position: -160px -110px
        }

        .flag.flag-om {
            background-position: -176px -110px
        }

        .flag.flag-pa {
            background-position: -192px -110px
        }

        .flag.flag-pe {
            background-position: -208px -110px
        }

        .flag.flag-pf {
            background-position: -224px -110px
        }

        .flag.flag-pg {
            background-position: -240px -110px
        }

        .flag.flag-ph {
            background-position: 0 -121px
        }

        .flag.flag-pk {
            background-position: -16px -121px
        }

        .flag.flag-pl {
            background-position: -32px -121px
        }

        .flag.flag-pm {
            background-position: -48px -121px
        }

        .flag.flag-pn {
            background-position: -64px -121px
        }

        .flag.flag-pr {
            background-position: -80px -121px
        }

        .flag.flag-ps {
            background-position: -96px -121px
        }

        .flag.flag-pt {
            background-position: -112px -121px
        }

        .flag.flag-pw {
            background-position: -128px -121px
        }

        .flag.flag-py {
            background-position: -144px -121px
        }

        .flag.flag-qa {
            background-position: -160px -121px
        }

        .flag.flag-re {
            background-position: -176px -121px
        }

        .flag.flag-ro {
            background-position: -192px -121px
        }

        .flag.flag-rs {
            background-position: -208px -121px
        }

        .flag.flag-ru {
            background-position: -224px -121px
        }

        .flag.flag-rw {
            background-position: -240px -121px
        }

        .flag.flag-sa {
            background-position: 0 -132px
        }

        .flag.flag-sb {
            background-position: -16px -132px
        }

        .flag.flag-sc {
            background-position: -32px -132px
        }

        .flag.flag-scotland {
            background-position: -48px -132px
        }

        .flag.flag-sd {
            background-position: -64px -132px
        }

        .flag.flag-se {
            background-position: -80px -132px
        }

        .flag.flag-sg {
            background-position: -96px -132px
        }

        .flag.flag-sh {
            background-position: -112px -132px
        }

        .flag.flag-si {
            background-position: -128px -132px
        }

        .flag.flag-sk {
            background-position: -144px -132px
        }

        .flag.flag-sl {
            background-position: -160px -132px
        }

        .flag.flag-sm {
            background-position: -176px -132px
        }

        .flag.flag-sn {
            background-position: -192px -132px
        }

        .flag.flag-so {
            background-position: -208px -132px
        }

        .flag.flag-somaliland {
            background-position: -224px -132px
        }

        .flag.flag-sr {
            background-position: -240px -132px
        }

        .flag.flag-ss {
            background-position: 0 -143px
        }

        .flag.flag-st {
            background-position: -16px -143px
        }

        .flag.flag-sv {
            background-position: -32px -143px
        }

        .flag.flag-sx {
            background-position: -48px -143px
        }

        .flag.flag-sy {
            background-position: -64px -143px
        }

        .flag.flag-sz {
            background-position: -80px -143px
        }

        .flag.flag-tc {
            background-position: -96px -143px
        }

        .flag.flag-td {
            background-position: -112px -143px
        }

        .flag.flag-tf {
            background-position: -128px -143px
        }

        .flag.flag-tg {
            background-position: -144px -143px
        }

        .flag.flag-th {
            background-position: -160px -143px
        }

        .flag.flag-tj {
            background-position: -176px -143px
        }

        .flag.flag-tk {
            background-position: -192px -143px
        }

        .flag.flag-tl {
            background-position: -208px -143px
        }

        .flag.flag-tm {
            background-position: -224px -143px
        }

        .flag.flag-tn {
            background-position: -240px -143px
        }

        .flag.flag-to {
            background-position: 0 -154px
        }

        .flag.flag-tr {
            background-position: -16px -154px
        }

        .flag.flag-tt {
            background-position: -32px -154px
        }

        .flag.flag-tv {
            background-position: -48px -154px
        }

        .flag.flag-tw {
            background-position: -64px -154px
        }

        .flag.flag-tz {
            background-position: -80px -154px
        }

        .flag.flag-ua {
            background-position: -96px -154px
        }

        .flag.flag-ug {
            background-position: -112px -154px
        }

        .flag.flag-um {
            background-position: -128px -154px
        }

        .flag.flag-us {
            background-position: -144px -154px
        }

        .flag.flag-uy {
            background-position: -160px -154px
        }

        .flag.flag-uz {
            background-position: -176px -154px
        }

        .flag.flag-va {
            background-position: -192px -154px
        }

        .flag.flag-vc {
            background-position: -208px -154px
        }

        .flag.flag-ve {
            background-position: -224px -154px
        }

        .flag.flag-vg {
            background-position: -240px -154px
        }

        .flag.flag-vi {
            background-position: 0 -165px
        }

        .flag.flag-vn {
            background-position: -16px -165px
        }

        .flag.flag-vu {
            background-position: -32px -165px
        }

        .flag.flag-wales {
            background-position: -48px -165px
        }

        .flag.flag-wf {
            background-position: -64px -165px
        }

        .flag.flag-ws {
            background-position: -80px -165px
        }

        .flag.flag-ye {
            background-position: -96px -165px
        }

        .flag.flag-yt {
            background-position: -112px -165px
        }

        .flag.flag-za {
            background-position: -128px -165px
        }

        .flag.flag-zanzibar {
            background-position: -144px -165px
        }

        .flag.flag-zm {
            background-position: -160px -165px
        }

        .flag.flag-zw {
            background-position: -176px -165px
        }

/* Style block 35 */
.payment-online__radio-group {
            margin-bottom: 10px
        }

        .payment-online__radio-group ul li {
            display: flex;
            align-items: center;
            margin-top: 8px;
            margin-bottom: 8px;
            padding: 5px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border: 1px solid #c4cdd5;
            position: relative
        }

        .payment-online__radio-group ul li:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1
        }

        .payment-online__radio-group ul li.active {
            border-color: #77a300
        }

        .payment-online__radio-group ul li svg:not(.active-icon) {
            color: #00363d;
            margin-right: 5px
        }

        .payment-online__radio-group ul li .active-icon {
            color: #77a300;
            margin-left: auto
        }

        .payment-online__radio-group ul li img {
            margin-right: 5px
        }

/* Style block 36 */
.payment-method .payment-method_item+div {
            margin-top: 5px
        }

        .payment-method .desc {
            padding-left: 30px
        }

/* Style block 37 */
.ticket-information .box {
            padding-top: 10px;
            padding-bottom: 10px
        }

        .ticket-information .box+.box {
            margin-top: 15px
        }

/* Style block 38 */
.token-confirm__popup .seconds-countdown {
            text-transform: lowercase;
            margin-left: 5px
        }

        .token-confirm__popup .form-buttons {
            margin-top: 30px
        }

        .digit-form-input {
            display: flex;
            max-width: 180px;
            margin: 15px auto
        }

        .digit-form-input .input-wrap {
            flex: 1;
            position: relative
        }

        .digit-form-input .input-wrap+.input-wrap {
            margin-left: 20px
        }

        .digit-form-input .digit-input {
            border: none;
            width: 100%;
            border-bottom: 2px solid #9b9b9b;
            text-align: center;
            font-size: 28px;
            font-weight: bold
        }

        .digit-form-input .digit-input::-webkit-inner-spin-button,
        .digit-form-input .digit-input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

/* Style block 39 */
.password-form-group {
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: left
        }

        .password-form-group label {
            font-weight: bold;
            margin-bottom: 5px
        }

        .password-form-group .input-wrap {
            position: relative
        }

        .password-form-group .input-wrap .desc {
            margin-top: 4px;
            font-size: .8em
        }

        .password-form-group input {
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 0 30px 0 10px;
            width: 100%;
            height: 38px;
            line-height: 38px
        }

        .password-form-group input ::-webkit-input-placeholder {
            color: #c4cdd5
        }

        .password-form-group input :-moz-placeholder {
            color: #c4cdd5
        }

        .password-form-group input ::-moz-placeholder {
            color: #c4cdd5
        }

        .password-form-group input :-ms-input-placeholder {
            color: #c4cdd5
        }

        .password-form-group input.has-error {
            border-color: #ef465e;
            color: #ef465e
        }

        .password-form-group .password-actions {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            left: auto;
            z-index: 1;
            background-color: #fff;
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            padding-right: 5px;
            padding-left: 5px;
            display: flex;
            align-items: center
        }

        .password-form-group .password-actions .divider {
            display: inline-block;
            height: 100%;
            border-right: 1px solid #c4cdd5;
            margin: 0 4px
        }

        .password-form-group .password-actions svg:last-child {
            font-size: 16px;
            margin: 0 3px
        }

        .password-form-group.form-icon input {
            padding-left: 30px
        }

        .password-form-group.form-icon .icon {
            position: absolute;
            top: 9px;
            left: 5px;
            color: #00363d;
            font-size: 18px
        }

/* Style block 40 */
.date-range__input .input-wrap {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .date-range__input .input-wrap {
            display: flex
        }

        .date-range__input .input-wrap .date-item {
            flex: 1;
            margin-bottom: 0;
            padding: 10px;
            display: flex;
            align-items: center;
            position: relative
        }

        .date-range__input .input-wrap .date-item svg {
            font-size: 18px;
            color: #00363d
        }

        .date-range__input .input-wrap .date-item+.date-item {
            border-left: 1px solid #c4cdd5
        }

        .date-range__input .react-datepicker__input-container input {
            padding-left: 10px
        }

/* Style block 41 */
.subpage__header {
            min-height: 240px;
            padding-top: 60px;
            padding-bottom: 60px;
            position: relative;
            display: flex;
            align-items: center;
            color: #fff;
            overflow: hidden
        }

        .subpage__header::before,
        .subpage__header:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }

        .subpage__header::before {
            background-color: #00363d;
            right: 50%
        }

        .subpage__header:after {
            background-color: #77a300;
            left: 50%
        }

        .subpage__header>div {
            position: relative;
            z-index: 1
        }

        .subpage__header .col-title {
            padding-right: 80px;
            display: flex;
            align-items: center
        }

        .subpage__header .col-child {
            padding-left: 80px
        }

        .subpage__header .page-title {
            font: bold 40px "Montserrat", sans-serif;
            line-height: 60px
        }

        .subpage__header .page-subtitle {
            font: bold 20px "Montserrat", sans-serif;
            line-height: 30px
        }

/* Style block 42 */
.pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 0
        }

        .pagination ul {
            display: flex;
            align-items: center;
            justify-items: center
        }

        .pagination ul li span {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #333;
            background-color: #fff;
            font-weight: bold;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            margin: 4px;
            text-align: center;
            cursor: pointer
        }

        .pagination ul li span:hover {
            background-color: #fbfff0
        }

        .pagination ul li.active span {
            color: #fff;
            background-color: #77a300
        }

        .pagination button {
            background: unset;
            border: none;
            text-align: center;
            line-height: 40px;
            padding: 0;
            display: flex;
            align-items: center
        }

        .pagination button svg {
            color: #00363d;
            font-size: 40px
        }

        .pagination button i {
            color: #00363d;
            font-size: 32px
        }

/* Style block 43 */
.ancillary-container img {
            max-width: 100%
        }

        .ancillary-container .intro-text {
            text-align: center;
            margin: 20px 0px
        }

        .ancillary-container .see-all {
            display: block;
            margin: 20px 0px;
            text-align: center;
            color: #77a301;
            font-size: 16px;
            text-decoration: underline
        }

/* Style block 44 */
.agent-landingpage__form,
        .mainHeader {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .mainHeader {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 0;
            transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out
        }

        .mainHeader.sticky {
            opacity: 0;
            -webkit-transform: translate(0, -100%);
            -moz-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
            -o-transform: translate(0, -100%);
            transform: translate(0, -100%)
        }

        .mainHeader.is-sticky {
            position: fixed;
            top: 0;
            right: 0;
            bottom: auto;
            left: 0;
            z-index: 9;
            opacity: 1;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        .mainHeader .logo-area {
            flex: 3
        }

        .mainHeader .action-area {
            flex: 9;
            display: flex;
            justify-content: flex-end
        }

        .mainHeader .logo {
            display: flex;
            height: 100%
        }

        .mainHeader .logo a {
            height: 100%;
            display: flex;
            align-items: center
        }

        .mainHeader .logo img {
            display: block;
            max-width: 100%
        }

        @media screen and (max-width: 991px) {
            .mainHeader {
                padding: 15px 0
            }

            .mainHeader .logo-area {
                flex: 10;
                order: 2
            }

            .mainHeader .menu-area {
                flex: 1;
                order: 1;
                display: flex;
                align-items: center
            }

            .mainHeader .logo {
                justify-content: center;
                padding-right: 24px
            }

            .mainHeader .logo img {
                height: 30px
            }
        }

        .agent-landing__page .block .block-title {
            margin-bottom: 60px
        }

        .agent-landing__page .block .block-title span {
            font-size: 32px;
            font-weight: bold;
            display: inline-block;
            border-bottom: 4px solid #77a300
        }

        .agent-partners__block {
            background-color: #f4f5f7
        }

        .agent-partners__block .icon-box img {
            width: 132px;
            height: 132px
        }

        .agent-partners__block .icon-box .title {
            font: bold 22px "Montserrat", sans-serif;
            color: #00363d
        }

        .agent-partners__block .icon-box .desc {
            font: normal 20px "Montserrat", sans-serif
        }

        .agent-landing__banner {
            background-color: #77a300;
            margin-bottom: 100px
        }

        .agent-landing__banner .banner-text {
            padding-top: 60px;
            text-align: center
        }

        .agent-landing__banner .row {
            align-items: flex-end
        }

        .agent-landing__banner .banner-meidia {
            display: flex
        }

        .agent-landing__banner .title {
            font: 700 72px "Montserrat", sans-serif;
            color: #fff
        }

        .agent-landing__banner .subtitle {
            font-size: 28px;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 20px;
            color: #fff
        }

        .agent-landingpage__form {
            background-color: #fff;
            padding: 20px;
            margin-bottom: -100px
        }

        .agent-landingpage__form .form-title {
            font: bold 20px "Montserrat", sans-serif;
            text-align: center;
            margin-bottom: 30px
        }

        .agent-landingpage__form label {
            display: block
        }

        .agent-landingpage__form button {
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 18px;
            transition: all 300ms;
            -webkit-transition: all 300ms;
            -moz-transition: all 300ms;
            -o-transition: all 300ms
        }

        .agent-landing-benefit .row {
            justify-content: center
        }

        .agent-landing-benefit .icon-box {
            margin-top: 30px;
            margin-bottom: 30px
        }

        .agent-landing-benefit .icon-box img {
            width: 85px;
            height: 85px
        }

        .agent-landing-benefit .icon-box .title {
            margin-bottom: 5px
        }

        .agent-landing-benefit .icon-box .desc {
            padding-right: 30px;
            padding-left: 30px
        }

        .operation-model__block {
            text-align: center;
            background-color: #f4f5f7
        }

        .operation-model__block .row {
            position: relative
        }

        .operation-model__block .row:before {
            position: absolute;
            top: 0;
            right: 50%;
            bottom: 0;
            left: auto;
            content: "";
            width: 2px;
            height: 100%;
            background-color: rgba(18, 18, 18, .06)
        }

        .operation-model__block .titlle {
            margin-bottom: 15px;
            font-size: 16px
        }

        .operation-model__block .media .desc {
            font: bold 20px "Montserrat", sans-serif;
            margin-top: 20px;
            text-align: left;
            color: #00363d
        }

        .steps-become-agent__block .progress_bar:before,
        .steps-become-agent__block .progress_bar:after {
            background-color: #77a300;
            height: 8px;
            top: 35px
        }

        .steps-become-agent__block .progress_bar div>span {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 60px;
            height: 60px;
            border: 8px solid #77a300;
            background-color: #fff;
            color: #77a300;
            font-size: 32px;
            line-height: 44px
        }

        .steps-become-agent__block .item {
            text-align: center
        }

        .steps-become-agent__block .item h4 {
            font: bold 16px "Montserrat", sans-serif;
            margin-bottom: 10px;
            color: #00363d
        }

        .steps-become-agent__block .item .desc {
            font-size: 16px;
            line-height: 1.5;
            padding-right: 30px;
            padding-left: 30px
        }

        .become-agent__block {
            background-color: #00363d
        }

        .become-agent__block .title {
            text-align: center;
            color: #fff;
            font: bold 52px "Montserrat", sans-serif;
            margin-bottom: 30px
        }

        .become-agent__block button {
            margin: auto
        }

        .agent-posts__block .blog-post__item .item-content {
            padding: 0
        }

        .agent-posts__block .blog-post__item .item-content .item-title {
            margin-top: 15px
        }

        .agent-posts__block .blog-post__item .item-content .item-title a {
            color: #00363d
        }

        .agent-posts__block .blog-post__item .item-content .description {
            display: none
        }

/* Style block 45 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
        @font-face {
            font-family: 'FontAwesome';
            src: url(/static/fonts/674f50d287a8c48dc19ba404d20fe713.eot);
            src: url(/static/fonts/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/static/fonts/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/static/fonts/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/static/fonts/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(static/images/fontawesome-webfont.1m8pQEn.svg#fontawesomeregular) format('svg');
            font-weight: normal;
            font-style: normal
        }

        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .fa-lg {
            font-size: 1.33333333em;
            line-height: .75em;
            vertical-align: -15%
        }

        .fa-2x {
            font-size: 2em
        }

        .fa-3x {
            font-size: 3em
        }

        .fa-4x {
            font-size: 4em
        }

        .fa-5x {
            font-size: 5em
        }

        .fa-fw {
            width: 1.28571429em;
            text-align: center
        }

        .fa-ul {
            padding-left: 0;
            margin-left: 2.14285714em;
            list-style-type: none
        }

        .fa-ul>li {
            position: relative
        }

        .fa-li {
            position: absolute;
            left: -2.14285714em;
            width: 2.14285714em;
            top: .14285714em;
            text-align: center
        }

        .fa-li.fa-lg {
            left: -1.85714286em
        }

        .fa-border {
            padding: .2em .25em .15em;
            border: solid .08em #eee;
            border-radius: .1em
        }

        .fa-pull-left {
            float: left
        }

        .fa-pull-right {
            float: right
        }

        .fa.fa-pull-left {
            margin-right: .3em
        }

        .fa.fa-pull-right {
            margin-left: .3em
        }

        .pull-right {
            float: right
        }

        .pull-left {
            float: left
        }

        .fa.pull-left {
            margin-right: .3em
        }

        .fa.pull-right {
            margin-left: .3em
        }

        .fa-spin {
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear
        }

        .fa-pulse {
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8)
        }

        @-webkit-keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            100% {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg)
            }
        }

        @keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            100% {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg)
            }
        }

        .fa-rotate-90 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .fa-rotate-180 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .fa-rotate-270 {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg)
        }

        .fa-flip-horizontal {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
            -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1)
        }

        .fa-flip-vertical {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
            -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
            transform: scale(1, -1)
        }

        :root .fa-rotate-90,
        :root .fa-rotate-180,
        :root .fa-rotate-270,
        :root .fa-flip-horizontal,
        :root .fa-flip-vertical {
            filter: none
        }

        .fa-stack {
            position: relative;
            display: inline-block;
            width: 2em;
            height: 2em;
            line-height: 2em;
            vertical-align: middle
        }

        .fa-stack-1x,
        .fa-stack-2x {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center
        }

        .fa-stack-1x {
            line-height: inherit
        }

        .fa-stack-2x {
            font-size: 2em
        }

        .fa-inverse {
            color: #fff
        }

        .fa-glass:before {
            content: "\f000"
        }

        .fa-music:before {
            content: "\f001"
        }

        .fa-search:before {
            content: "\f002"
        }

        .fa-envelope-o:before {
            content: "\f003"
        }

        .fa-heart:before {
            content: "\f004"
        }

        .fa-star:before {
            content: "\f005"
        }

        .fa-star-o:before {
            content: "\f006"
        }

        .fa-user:before {
            content: "\f007"
        }

        .fa-film:before {
            content: "\f008"
        }

        .fa-th-large:before {
            content: "\f009"
        }

        .fa-th:before {
            content: "\f00a"
        }

        .fa-th-list:before {
            content: "\f00b"
        }

        .fa-check:before {
            content: "\f00c"
        }

        .fa-remove:before,
        .fa-close:before,
        .fa-times:before {
            content: "\f00d"
        }

        .fa-search-plus:before {
            content: "\f00e"
        }

        .fa-search-minus:before {
            content: "\f010"
        }

        .fa-power-off:before {
            content: "\f011"
        }

        .fa-signal:before {
            content: "\f012"
        }

        .fa-gear:before,
        .fa-cog:before {
            content: "\f013"
        }

        .fa-trash-o:before {
            content: "\f014"
        }

        .fa-home:before {
            content: "\f015"
        }

        .fa-file-o:before {
            content: "\f016"
        }

        .fa-clock-o:before {
            content: "\f017"
        }

        .fa-road:before {
            content: "\f018"
        }

        .fa-download:before {
            content: "\f019"
        }

        .fa-arrow-circle-o-down:before {
            content: "\f01a"
        }

        .fa-arrow-circle-o-up:before {
            content: "\f01b"
        }

        .fa-inbox:before {
            content: "\f01c"
        }

        .fa-play-circle-o:before {
            content: "\f01d"
        }

        .fa-rotate-right:before,
        .fa-repeat:before {
            content: "\f01e"
        }

        .fa-refresh:before {
            content: "\f021"
        }

        .fa-list-alt:before {
            content: "\f022"
        }

        .fa-lock:before {
            content: "\f023"
        }

        .fa-flag:before {
            content: "\f024"
        }

        .fa-headphones:before {
            content: "\f025"
        }

        .fa-volume-off:before {
            content: "\f026"
        }

        .fa-volume-down:before {
            content: "\f027"
        }

        .fa-volume-up:before {
            content: "\f028"
        }

        .fa-qrcode:before {
            content: "\f029"
        }

        .fa-barcode:before {
            content: "\f02a"
        }

        .fa-tag:before {
            content: "\f02b"
        }

        .fa-tags:before {
            content: "\f02c"
        }

        .fa-book:before {
            content: "\f02d"
        }

        .fa-bookmark:before {
            content: "\f02e"
        }

        .fa-print:before {
            content: "\f02f"
        }

        .fa-camera:before {
            content: "\f030"
        }

        .fa-font:before {
            content: "\f031"
        }

        .fa-bold:before {
            content: "\f032"
        }

        .fa-italic:before {
            content: "\f033"
        }

        .fa-text-height:before {
            content: "\f034"
        }

        .fa-text-width:before {
            content: "\f035"
        }

        .fa-align-left:before {
            content: "\f036"
        }

        .fa-align-center:before {
            content: "\f037"
        }

        .fa-align-right:before {
            content: "\f038"
        }

        .fa-align-justify:before {
            content: "\f039"
        }

        .fa-list:before {
            content: "\f03a"
        }

        .fa-dedent:before,
        .fa-outdent:before {
            content: "\f03b"
        }

        .fa-indent:before {
            content: "\f03c"
        }

        .fa-video-camera:before {
            content: "\f03d"
        }

        .fa-photo:before,
        .fa-image:before,
        .fa-picture-o:before {
            content: "\f03e"
        }

        .fa-pencil:before {
            content: "\f040"
        }

        .fa-map-marker:before {
            content: "\f041"
        }

        .fa-adjust:before {
            content: "\f042"
        }

        .fa-tint:before {
            content: "\f043"
        }

        .fa-edit:before,
        .fa-pencil-square-o:before {
            content: "\f044"
        }

        .fa-share-square-o:before {
            content: "\f045"
        }

        .fa-check-square-o:before {
            content: "\f046"
        }

        .fa-arrows:before {
            content: "\f047"
        }

        .fa-step-backward:before {
            content: "\f048"
        }

        .fa-fast-backward:before {
            content: "\f049"
        }

        .fa-backward:before {
            content: "\f04a"
        }

        .fa-play:before {
            content: "\f04b"
        }

        .fa-pause:before {
            content: "\f04c"
        }

        .fa-stop:before {
            content: "\f04d"
        }

        .fa-forward:before {
            content: "\f04e"
        }

        .fa-fast-forward:before {
            content: "\f050"
        }

        .fa-step-forward:before {
            content: "\f051"
        }

        .fa-eject:before {
            content: "\f052"
        }

        .fa-chevron-left:before {
            content: "\f053"
        }

        .fa-chevron-right:before {
            content: "\f054"
        }

        .fa-plus-circle:before {
            content: "\f055"
        }

        .fa-minus-circle:before {
            content: "\f056"
        }

        .fa-times-circle:before {
            content: "\f057"
        }

        .fa-check-circle:before {
            content: "\f058"
        }

        .fa-question-circle:before {
            content: "\f059"
        }

        .fa-info-circle:before {
            content: "\f05a"
        }

        .fa-crosshairs:before {
            content: "\f05b"
        }

        .fa-times-circle-o:before {
            content: "\f05c"
        }

        .fa-check-circle-o:before {
            content: "\f05d"
        }

        .fa-ban:before {
            content: "\f05e"
        }

        .fa-arrow-left:before {
            content: "\f060"
        }

        .fa-arrow-right:before {
            content: "\f061"
        }

        .fa-arrow-up:before {
            content: "\f062"
        }

        .fa-arrow-down:before {
            content: "\f063"
        }

        .fa-mail-forward:before,
        .fa-share:before {
            content: "\f064"
        }

        .fa-expand:before {
            content: "\f065"
        }

        .fa-compress:before {
            content: "\f066"
        }

        .fa-plus:before {
            content: "\f067"
        }

        .fa-minus:before {
            content: "\f068"
        }

        .fa-asterisk:before {
            content: "\f069"
        }

        .fa-exclamation-circle:before {
            content: "\f06a"
        }

        .fa-gift:before {
            content: "\f06b"
        }

        .fa-leaf:before {
            content: "\f06c"
        }

        .fa-fire:before {
            content: "\f06d"
        }

        .fa-eye:before {
            content: "\f06e"
        }

        .fa-eye-slash:before {
            content: "\f070"
        }

        .fa-warning:before,
        .fa-exclamation-triangle:before {
            content: "\f071"
        }

        .fa-plane:before {
            content: "\f072"
        }

        .fa-calendar:before {
            content: "\f073"
        }

        .fa-random:before {
            content: "\f074"
        }

        .fa-comment:before {
            content: "\f075"
        }

        .fa-magnet:before {
            content: "\f076"
        }

        .fa-chevron-up:before {
            content: "\f077"
        }

        .fa-chevron-down:before {
            content: "\f078"
        }

        .fa-retweet:before {
            content: "\f079"
        }

        .fa-shopping-cart:before {
            content: "\f07a"
        }

        .fa-folder:before {
            content: "\f07b"
        }

        .fa-folder-open:before {
            content: "\f07c"
        }

        .fa-arrows-v:before {
            content: "\f07d"
        }

        .fa-arrows-h:before {
            content: "\f07e"
        }

        .fa-bar-chart-o:before,
        .fa-bar-chart:before {
            content: "\f080"
        }

        .fa-twitter-square:before {
            content: "\f081"
        }

        .fa-facebook-square:before {
            content: "\f082"
        }

        .fa-camera-retro:before {
            content: "\f083"
        }

        .fa-key:before {
            content: "\f084"
        }

        .fa-gears:before,
        .fa-cogs:before {
            content: "\f085"
        }

        .fa-comments:before {
            content: "\f086"
        }

        .fa-thumbs-o-up:before {
            content: "\f087"
        }

        .fa-thumbs-o-down:before {
            content: "\f088"
        }

        .fa-star-half:before {
            content: "\f089"
        }

        .fa-heart-o:before {
            content: "\f08a"
        }

        .fa-sign-out:before {
            content: "\f08b"
        }

        .fa-linkedin-square:before {
            content: "\f08c"
        }

        .fa-thumb-tack:before {
            content: "\f08d"
        }

        .fa-external-link:before {
            content: "\f08e"
        }

        .fa-sign-in:before {
            content: "\f090"
        }

        .fa-trophy:before {
            content: "\f091"
        }

        .fa-github-square:before {
            content: "\f092"
        }

        .fa-upload:before {
            content: "\f093"
        }

        .fa-lemon-o:before {
            content: "\f094"
        }

        .fa-phone:before {
            content: "\f095"
        }

        .fa-square-o:before {
            content: "\f096"
        }

        .fa-bookmark-o:before {
            content: "\f097"
        }

        .fa-phone-square:before {
            content: "\f098"
        }

        .fa-twitter:before {
            content: "\f099"
        }

        .fa-facebook-f:before,
        .fa-facebook:before {
            content: "\f09a"
        }

        .fa-github:before {
            content: "\f09b"
        }

        .fa-unlock:before {
            content: "\f09c"
        }

        .fa-credit-card:before {
            content: "\f09d"
        }

        .fa-feed:before,
        .fa-rss:before {
            content: "\f09e"
        }

        .fa-hdd-o:before {
            content: "\f0a0"
        }

        .fa-bullhorn:before {
            content: "\f0a1"
        }

        .fa-bell:before {
            content: "\f0f3"
        }

        .fa-certificate:before {
            content: "\f0a3"
        }

        .fa-hand-o-right:before {
            content: "\f0a4"
        }

        .fa-hand-o-left:before {
            content: "\f0a5"
        }

        .fa-hand-o-up:before {
            content: "\f0a6"
        }

        .fa-hand-o-down:before {
            content: "\f0a7"
        }

        .fa-arrow-circle-left:before {
            content: "\f0a8"
        }

        .fa-arrow-circle-right:before {
            content: "\f0a9"
        }

        .fa-arrow-circle-up:before {
            content: "\f0aa"
        }

        .fa-arrow-circle-down:before {
            content: "\f0ab"
        }

        .fa-globe:before {
            content: "\f0ac"
        }

        .fa-wrench:before {
            content: "\f0ad"
        }

        .fa-tasks:before {
            content: "\f0ae"
        }

        .fa-filter:before {
            content: "\f0b0"
        }

        .fa-briefcase:before {
            content: "\f0b1"
        }

        .fa-arrows-alt:before {
            content: "\f0b2"
        }

        .fa-group:before,
        .fa-users:before {
            content: "\f0c0"
        }

        .fa-chain:before,
        .fa-link:before {
            content: "\f0c1"
        }

        .fa-cloud:before {
            content: "\f0c2"
        }

        .fa-flask:before {
            content: "\f0c3"
        }

        .fa-cut:before,
        .fa-scissors:before {
            content: "\f0c4"
        }

        .fa-copy:before,
        .fa-files-o:before {
            content: "\f0c5"
        }

        .fa-paperclip:before {
            content: "\f0c6"
        }

        .fa-save:before,
        .fa-floppy-o:before {
            content: "\f0c7"
        }

        .fa-square:before {
            content: "\f0c8"
        }

        .fa-navicon:before,
        .fa-reorder:before,
        .fa-bars:before {
            content: "\f0c9"
        }

        .fa-list-ul:before {
            content: "\f0ca"
        }

        .fa-list-ol:before {
            content: "\f0cb"
        }

        .fa-strikethrough:before {
            content: "\f0cc"
        }

        .fa-underline:before {
            content: "\f0cd"
        }

        .fa-table:before {
            content: "\f0ce"
        }

        .fa-magic:before {
            content: "\f0d0"
        }

        .fa-truck:before {
            content: "\f0d1"
        }

        .fa-pinterest:before {
            content: "\f0d2"
        }

        .fa-pinterest-square:before {
            content: "\f0d3"
        }

        .fa-google-plus-square:before {
            content: "\f0d4"
        }

        .fa-google-plus:before {
            content: "\f0d5"
        }

        .fa-money:before {
            content: "\f0d6"
        }

        .fa-caret-down:before {
            content: "\f0d7"
        }

        .fa-caret-up:before {
            content: "\f0d8"
        }

        .fa-caret-left:before {
            content: "\f0d9"
        }

        .fa-caret-right:before {
            content: "\f0da"
        }

        .fa-columns:before {
            content: "\f0db"
        }

        .fa-unsorted:before,
        .fa-sort:before {
            content: "\f0dc"
        }

        .fa-sort-down:before,
        .fa-sort-desc:before {
            content: "\f0dd"
        }

        .fa-sort-up:before,
        .fa-sort-asc:before {
            content: "\f0de"
        }

        .fa-envelope:before {
            content: "\f0e0"
        }

        .fa-linkedin:before {
            content: "\f0e1"
        }

        .fa-rotate-left:before,
        .fa-undo:before {
            content: "\f0e2"
        }

        .fa-legal:before,
        .fa-gavel:before {
            content: "\f0e3"
        }

        .fa-dashboard:before,
        .fa-tachometer:before {
            content: "\f0e4"
        }

        .fa-comment-o:before {
            content: "\f0e5"
        }

        .fa-comments-o:before {
            content: "\f0e6"
        }

        .fa-flash:before,
        .fa-bolt:before {
            content: "\f0e7"
        }

        .fa-sitemap:before {
            content: "\f0e8"
        }

        .fa-umbrella:before {
            content: "\f0e9"
        }

        .fa-paste:before,
        .fa-clipboard:before {
            content: "\f0ea"
        }

        .fa-lightbulb-o:before {
            content: "\f0eb"
        }

        .fa-exchange:before {
            content: "\f0ec"
        }

        .fa-cloud-download:before {
            content: "\f0ed"
        }

        .fa-cloud-upload:before {
            content: "\f0ee"
        }

        .fa-user-md:before {
            content: "\f0f0"
        }

        .fa-stethoscope:before {
            content: "\f0f1"
        }

        .fa-suitcase:before {
            content: "\f0f2"
        }

        .fa-bell-o:before {
            content: "\f0a2"
        }

        .fa-coffee:before {
            content: "\f0f4"
        }

        .fa-cutlery:before {
            content: "\f0f5"
        }

        .fa-file-text-o:before {
            content: "\f0f6"
        }

        .fa-building-o:before {
            content: "\f0f7"
        }

        .fa-hospital-o:before {
            content: "\f0f8"
        }

        .fa-ambulance:before {
            content: "\f0f9"
        }

        .fa-medkit:before {
            content: "\f0fa"
        }

        .fa-fighter-jet:before {
            content: "\f0fb"
        }

        .fa-beer:before {
            content: "\f0fc"
        }

        .fa-h-square:before {
            content: "\f0fd"
        }

        .fa-plus-square:before {
            content: "\f0fe"
        }

        .fa-angle-double-left:before {
            content: "\f100"
        }

        .fa-angle-double-right:before {
            content: "\f101"
        }

        .fa-angle-double-up:before {
            content: "\f102"
        }

        .fa-angle-double-down:before {
            content: "\f103"
        }

        .fa-angle-left:before {
            content: "\f104"
        }

        .fa-angle-right:before {
            content: "\f105"
        }

        .fa-angle-up:before {
            content: "\f106"
        }

        .fa-angle-down:before {
            content: "\f107"
        }

        .fa-desktop:before {
            content: "\f108"
        }

        .fa-laptop:before {
            content: "\f109"
        }

        .fa-tablet:before {
            content: "\f10a"
        }

        .fa-mobile-phone:before,
        .fa-mobile:before {
            content: "\f10b"
        }

        .fa-circle-o:before {
            content: "\f10c"
        }

        .fa-quote-left:before {
            content: "\f10d"
        }

        .fa-quote-right:before {
            content: "\f10e"
        }

        .fa-spinner:before {
            content: "\f110"
        }

        .fa-circle:before {
            content: "\f111"
        }

        .fa-mail-reply:before,
        .fa-reply:before {
            content: "\f112"
        }

        .fa-github-alt:before {
            content: "\f113"
        }

        .fa-folder-o:before {
            content: "\f114"
        }

        .fa-folder-open-o:before {
            content: "\f115"
        }

        .fa-smile-o:before {
            content: "\f118"
        }

        .fa-frown-o:before {
            content: "\f119"
        }

        .fa-meh-o:before {
            content: "\f11a"
        }

        .fa-gamepad:before {
            content: "\f11b"
        }

        .fa-keyboard-o:before {
            content: "\f11c"
        }

        .fa-flag-o:before {
            content: "\f11d"
        }

        .fa-flag-checkered:before {
            content: "\f11e"
        }

        .fa-terminal:before {
            content: "\f120"
        }

        .fa-code:before {
            content: "\f121"
        }

        .fa-mail-reply-all:before,
        .fa-reply-all:before {
            content: "\f122"
        }

        .fa-star-half-empty:before,
        .fa-star-half-full:before,
        .fa-star-half-o:before {
            content: "\f123"
        }

        .fa-location-arrow:before {
            content: "\f124"
        }

        .fa-crop:before {
            content: "\f125"
        }

        .fa-code-fork:before {
            content: "\f126"
        }

        .fa-unlink:before,
        .fa-chain-broken:before {
            content: "\f127"
        }

        .fa-question:before {
            content: "\f128"
        }

        .fa-info:before {
            content: "\f129"
        }

        .fa-exclamation:before {
            content: "\f12a"
        }

        .fa-superscript:before {
            content: "\f12b"
        }

        .fa-subscript:before {
            content: "\f12c"
        }

        .fa-eraser:before {
            content: "\f12d"
        }

        .fa-puzzle-piece:before {
            content: "\f12e"
        }

        .fa-microphone:before {
            content: "\f130"
        }

        .fa-microphone-slash:before {
            content: "\f131"
        }

        .fa-shield:before {
            content: "\f132"
        }

        .fa-calendar-o:before {
            content: "\f133"
        }

        .fa-fire-extinguisher:before {
            content: "\f134"
        }

        .fa-rocket:before {
            content: "\f135"
        }

        .fa-maxcdn:before {
            content: "\f136"
        }

        .fa-chevron-circle-left:before {
            content: "\f137"
        }

        .fa-chevron-circle-right:before {
            content: "\f138"
        }

        .fa-chevron-circle-up:before {
            content: "\f139"
        }

        .fa-chevron-circle-down:before {
            content: "\f13a"
        }

        .fa-html5:before {
            content: "\f13b"
        }

        .fa-css3:before {
            content: "\f13c"
        }

        .fa-anchor:before {
            content: "\f13d"
        }

        .fa-unlock-alt:before {
            content: "\f13e"
        }

        .fa-bullseye:before {
            content: "\f140"
        }

        .fa-ellipsis-h:before {
            content: "\f141"
        }

        .fa-ellipsis-v:before {
            content: "\f142"
        }

        .fa-rss-square:before {
            content: "\f143"
        }

        .fa-play-circle:before {
            content: "\f144"
        }

        .fa-ticket:before {
            content: "\f145"
        }

        .fa-minus-square:before {
            content: "\f146"
        }

        .fa-minus-square-o:before {
            content: "\f147"
        }

        .fa-level-up:before {
            content: "\f148"
        }

        .fa-level-down:before {
            content: "\f149"
        }

        .fa-check-square:before {
            content: "\f14a"
        }

        .fa-pencil-square:before {
            content: "\f14b"
        }

        .fa-external-link-square:before {
            content: "\f14c"
        }

        .fa-share-square:before {
            content: "\f14d"
        }

        .fa-compass:before {
            content: "\f14e"
        }

        .fa-toggle-down:before,
        .fa-caret-square-o-down:before {
            content: "\f150"
        }

        .fa-toggle-up:before,
        .fa-caret-square-o-up:before {
            content: "\f151"
        }

        .fa-toggle-right:before,
        .fa-caret-square-o-right:before {
            content: "\f152"
        }

        .fa-euro:before,
        .fa-eur:before {
            content: "\f153"
        }

        .fa-gbp:before {
            content: "\f154"
        }

        .fa-dollar:before,
        .fa-usd:before {
            content: "\f155"
        }

        .fa-rupee:before,
        .fa-inr:before {
            content: "\f156"
        }

        .fa-cny:before,
        .fa-rmb:before,
        .fa-yen:before,
        .fa-jpy:before {
            content: "\f157"
        }

        .fa-ruble:before,
        .fa-rouble:before,
        .fa-rub:before {
            content: "\f158"
        }

        .fa-won:before,
        .fa-krw:before {
            content: "\f159"
        }

        .fa-bitcoin:before,
        .fa-btc:before {
            content: "\f15a"
        }

        .fa-file:before {
            content: "\f15b"
        }

        .fa-file-text:before {
            content: "\f15c"
        }

        .fa-sort-alpha-asc:before {
            content: "\f15d"
        }

        .fa-sort-alpha-desc:before {
            content: "\f15e"
        }

        .fa-sort-amount-asc:before {
            content: "\f160"
        }

        .fa-sort-amount-desc:before {
            content: "\f161"
        }

        .fa-sort-numeric-asc:before {
            content: "\f162"
        }

        .fa-sort-numeric-desc:before {
            content: "\f163"
        }

        .fa-thumbs-up:before {
            content: "\f164"
        }

        .fa-thumbs-down:before {
            content: "\f165"
        }

        .fa-youtube-square:before {
            content: "\f166"
        }

        .fa-youtube:before {
            content: "\f167"
        }

        .fa-xing:before {
            content: "\f168"
        }

        .fa-xing-square:before {
            content: "\f169"
        }

        .fa-youtube-play:before {
            content: "\f16a"
        }

        .fa-dropbox:before {
            content: "\f16b"
        }

        .fa-stack-overflow:before {
            content: "\f16c"
        }

        .fa-instagram:before {
            content: "\f16d"
        }

        .fa-flickr:before {
            content: "\f16e"
        }

        .fa-adn:before {
            content: "\f170"
        }

        .fa-bitbucket:before {
            content: "\f171"
        }

        .fa-bitbucket-square:before {
            content: "\f172"
        }

        .fa-tumblr:before {
            content: "\f173"
        }

        .fa-tumblr-square:before {
            content: "\f174"
        }

        .fa-long-arrow-down:before {
            content: "\f175"
        }

        .fa-long-arrow-up:before {
            content: "\f176"
        }

        .fa-long-arrow-left:before {
            content: "\f177"
        }

        .fa-long-arrow-right:before {
            content: "\f178"
        }

        .fa-apple:before {
            content: "\f179"
        }

        .fa-windows:before {
            content: "\f17a"
        }

        .fa-android:before {
            content: "\f17b"
        }

        .fa-linux:before {
            content: "\f17c"
        }

        .fa-dribbble:before {
            content: "\f17d"
        }

        .fa-skype:before {
            content: "\f17e"
        }

        .fa-foursquare:before {
            content: "\f180"
        }

        .fa-trello:before {
            content: "\f181"
        }

        .fa-female:before {
            content: "\f182"
        }

        .fa-male:before {
            content: "\f183"
        }

        .fa-gittip:before,
        .fa-gratipay:before {
            content: "\f184"
        }

        .fa-sun-o:before {
            content: "\f185"
        }

        .fa-moon-o:before {
            content: "\f186"
        }

        .fa-archive:before {
            content: "\f187"
        }

        .fa-bug:before {
            content: "\f188"
        }

        .fa-vk:before {
            content: "\f189"
        }

        .fa-weibo:before {
            content: "\f18a"
        }

        .fa-renren:before {
            content: "\f18b"
        }

        .fa-pagelines:before {
            content: "\f18c"
        }

        .fa-stack-exchange:before {
            content: "\f18d"
        }

        .fa-arrow-circle-o-right:before {
            content: "\f18e"
        }

        .fa-arrow-circle-o-left:before {
            content: "\f190"
        }

        .fa-toggle-left:before,
        .fa-caret-square-o-left:before {
            content: "\f191"
        }

        .fa-dot-circle-o:before {
            content: "\f192"
        }

        .fa-wheelchair:before {
            content: "\f193"
        }

        .fa-vimeo-square:before {
            content: "\f194"
        }

        .fa-turkish-lira:before,
        .fa-try:before {
            content: "\f195"
        }

        .fa-plus-square-o:before {
            content: "\f196"
        }

        .fa-space-shuttle:before {
            content: "\f197"
        }

        .fa-slack:before {
            content: "\f198"
        }

        .fa-envelope-square:before {
            content: "\f199"
        }

        .fa-wordpress:before {
            content: "\f19a"
        }

        .fa-openid:before {
            content: "\f19b"
        }

        .fa-institution:before,
        .fa-bank:before,
        .fa-university:before {
            content: "\f19c"
        }

        .fa-mortar-board:before,
        .fa-graduation-cap:before {
            content: "\f19d"
        }

        .fa-yahoo:before {
            content: "\f19e"
        }

        .fa-google:before {
            content: "\f1a0"
        }

        .fa-reddit:before {
            content: "\f1a1"
        }

        .fa-reddit-square:before {
            content: "\f1a2"
        }

        .fa-stumbleupon-circle:before {
            content: "\f1a3"
        }

        .fa-stumbleupon:before {
            content: "\f1a4"
        }

        .fa-delicious:before {
            content: "\f1a5"
        }

        .fa-digg:before {
            content: "\f1a6"
        }

        .fa-pied-piper-pp:before {
            content: "\f1a7"
        }

        .fa-pied-piper-alt:before {
            content: "\f1a8"
        }

        .fa-drupal:before {
            content: "\f1a9"
        }

        .fa-joomla:before {
            content: "\f1aa"
        }

        .fa-language:before {
            content: "\f1ab"
        }

        .fa-fax:before {
            content: "\f1ac"
        }

        .fa-building:before {
            content: "\f1ad"
        }

        .fa-child:before {
            content: "\f1ae"
        }

        .fa-paw:before {
            content: "\f1b0"
        }

        .fa-spoon:before {
            content: "\f1b1"
        }

        .fa-cube:before {
            content: "\f1b2"
        }

        .fa-cubes:before {
            content: "\f1b3"
        }

        .fa-behance:before {
            content: "\f1b4"
        }

        .fa-behance-square:before {
            content: "\f1b5"
        }

        .fa-steam:before {
            content: "\f1b6"
        }

        .fa-steam-square:before {
            content: "\f1b7"
        }

        .fa-recycle:before {
            content: "\f1b8"
        }

        .fa-automobile:before,
        .fa-car:before {
            content: "\f1b9"
        }

        .fa-cab:before,
        .fa-taxi:before {
            content: "\f1ba"
        }

        .fa-tree:before {
            content: "\f1bb"
        }

        .fa-spotify:before {
            content: "\f1bc"
        }

        .fa-deviantart:before {
            content: "\f1bd"
        }

        .fa-soundcloud:before {
            content: "\f1be"
        }

        .fa-database:before {
            content: "\f1c0"
        }

        .fa-file-pdf-o:before {
            content: "\f1c1"
        }

        .fa-file-word-o:before {
            content: "\f1c2"
        }

        .fa-file-excel-o:before {
            content: "\f1c3"
        }

        .fa-file-powerpoint-o:before {
            content: "\f1c4"
        }

        .fa-file-photo-o:before,
        .fa-file-picture-o:before,
        .fa-file-image-o:before {
            content: "\f1c5"
        }

        .fa-file-zip-o:before,
        .fa-file-archive-o:before {
            content: "\f1c6"
        }

        .fa-file-sound-o:before,
        .fa-file-audio-o:before {
            content: "\f1c7"
        }

        .fa-file-movie-o:before,
        .fa-file-video-o:before {
            content: "\f1c8"
        }

        .fa-file-code-o:before {
            content: "\f1c9"
        }

        .fa-vine:before {
            content: "\f1ca"
        }

        .fa-codepen:before {
            content: "\f1cb"
        }

        .fa-jsfiddle:before {
            content: "\f1cc"
        }

        .fa-life-bouy:before,
        .fa-life-buoy:before,
        .fa-life-saver:before,
        .fa-support:before,
        .fa-life-ring:before {
            content: "\f1cd"
        }

        .fa-circle-o-notch:before {
            content: "\f1ce"
        }

        .fa-ra:before,
        .fa-resistance:before,
        .fa-rebel:before {
            content: "\f1d0"
        }

        .fa-ge:before,
        .fa-empire:before {
            content: "\f1d1"
        }

        .fa-git-square:before {
            content: "\f1d2"
        }

        .fa-git:before {
            content: "\f1d3"
        }

        .fa-y-combinator-square:before,
        .fa-yc-square:before,
        .fa-hacker-news:before {
            content: "\f1d4"
        }

        .fa-tencent-weibo:before {
            content: "\f1d5"
        }

        .fa-qq:before {
            content: "\f1d6"
        }

        .fa-wechat:before,
        .fa-weixin:before {
            content: "\f1d7"
        }

        .fa-send:before,
        .fa-paper-plane:before {
            content: "\f1d8"
        }

        .fa-send-o:before,
        .fa-paper-plane-o:before {
            content: "\f1d9"
        }

        .fa-history:before {
            content: "\f1da"
        }

        .fa-circle-thin:before {
            content: "\f1db"
        }

        .fa-header:before {
            content: "\f1dc"
        }

        .fa-paragraph:before {
            content: "\f1dd"
        }

        .fa-sliders:before {
            content: "\f1de"
        }

        .fa-share-alt:before {
            content: "\f1e0"
        }

        .fa-share-alt-square:before {
            content: "\f1e1"
        }

        .fa-bomb:before {
            content: "\f1e2"
        }

        .fa-soccer-ball-o:before,
        .fa-futbol-o:before {
            content: "\f1e3"
        }

        .fa-tty:before {
            content: "\f1e4"
        }

        .fa-binoculars:before {
            content: "\f1e5"
        }

        .fa-plug:before {
            content: "\f1e6"
        }

        .fa-slideshare:before {
            content: "\f1e7"
        }

        .fa-twitch:before {
            content: "\f1e8"
        }

        .fa-yelp:before {
            content: "\f1e9"
        }

        .fa-newspaper-o:before {
            content: "\f1ea"
        }

        .fa-wifi:before {
            content: "\f1eb"
        }

        .fa-calculator:before {
            content: "\f1ec"
        }

        .fa-paypal:before {
            content: "\f1ed"
        }

        .fa-google-wallet:before {
            content: "\f1ee"
        }

        .fa-cc-visa:before {
            content: "\f1f0"
        }

        .fa-cc-mastercard:before {
            content: "\f1f1"
        }

        .fa-cc-discover:before {
            content: "\f1f2"
        }

        .fa-cc-amex:before {
            content: "\f1f3"
        }

        .fa-cc-paypal:before {
            content: "\f1f4"
        }

        .fa-cc-stripe:before {
            content: "\f1f5"
        }

        .fa-bell-slash:before {
            content: "\f1f6"
        }

        .fa-bell-slash-o:before {
            content: "\f1f7"
        }

        .fa-trash:before {
            content: "\f1f8"
        }

        .fa-copyright:before {
            content: "\f1f9"
        }

        .fa-at:before {
            content: "\f1fa"
        }

        .fa-eyedropper:before {
            content: "\f1fb"
        }

        .fa-paint-brush:before {
            content: "\f1fc"
        }

        .fa-birthday-cake:before {
            content: "\f1fd"
        }

        .fa-area-chart:before {
            content: "\f1fe"
        }

        .fa-pie-chart:before {
            content: "\f200"
        }

        .fa-line-chart:before {
            content: "\f201"
        }

        .fa-lastfm:before {
            content: "\f202"
        }

        .fa-lastfm-square:before {
            content: "\f203"
        }

        .fa-toggle-off:before {
            content: "\f204"
        }

        .fa-toggle-on:before {
            content: "\f205"
        }

        .fa-bicycle:before {
            content: "\f206"
        }

        .fa-bus:before {
            content: "\f207"
        }

        .fa-ioxhost:before {
            content: "\f208"
        }

        .fa-angellist:before {
            content: "\f209"
        }

        .fa-cc:before {
            content: "\f20a"
        }

        .fa-shekel:before,
        .fa-sheqel:before,
        .fa-ils:before {
            content: "\f20b"
        }

        .fa-meanpath:before {
            content: "\f20c"
        }

        .fa-buysellads:before {
            content: "\f20d"
        }

        .fa-connectdevelop:before {
            content: "\f20e"
        }

        .fa-dashcube:before {
            content: "\f210"
        }

        .fa-forumbee:before {
            content: "\f211"
        }

        .fa-leanpub:before {
            content: "\f212"
        }

        .fa-sellsy:before {
            content: "\f213"
        }

        .fa-shirtsinbulk:before {
            content: "\f214"
        }

        .fa-simplybuilt:before {
            content: "\f215"
        }

        .fa-skyatlas:before {
            content: "\f216"
        }

        .fa-cart-plus:before {
            content: "\f217"
        }

        .fa-cart-arrow-down:before {
            content: "\f218"
        }

        .fa-diamond:before {
            content: "\f219"
        }

        .fa-ship:before {
            content: "\f21a"
        }

        .fa-user-secret:before {
            content: "\f21b"
        }

        .fa-motorcycle:before {
            content: "\f21c"
        }

        .fa-street-view:before {
            content: "\f21d"
        }

        .fa-heartbeat:before {
            content: "\f21e"
        }

        .fa-venus:before {
            content: "\f221"
        }

        .fa-mars:before {
            content: "\f222"
        }

        .fa-mercury:before {
            content: "\f223"
        }

        .fa-intersex:before,
        .fa-transgender:before {
            content: "\f224"
        }

        .fa-transgender-alt:before {
            content: "\f225"
        }

        .fa-venus-double:before {
            content: "\f226"
        }

        .fa-mars-double:before {
            content: "\f227"
        }

        .fa-venus-mars:before {
            content: "\f228"
        }

        .fa-mars-stroke:before {
            content: "\f229"
        }

        .fa-mars-stroke-v:before {
            content: "\f22a"
        }

        .fa-mars-stroke-h:before {
            content: "\f22b"
        }

        .fa-neuter:before {
            content: "\f22c"
        }

        .fa-genderless:before {
            content: "\f22d"
        }

        .fa-facebook-official:before {
            content: "\f230"
        }

        .fa-pinterest-p:before {
            content: "\f231"
        }

        .fa-whatsapp:before {
            content: "\f232"
        }

        .fa-server:before {
            content: "\f233"
        }

        .fa-user-plus:before {
            content: "\f234"
        }

        .fa-user-times:before {
            content: "\f235"
        }

        .fa-hotel:before,
        .fa-bed:before {
            content: "\f236"
        }

        .fa-viacoin:before {
            content: "\f237"
        }

        .fa-train:before {
            content: "\f238"
        }

        .fa-subway:before {
            content: "\f239"
        }

        .fa-medium:before {
            content: "\f23a"
        }

        .fa-yc:before,
        .fa-y-combinator:before {
            content: "\f23b"
        }

        .fa-optin-monster:before {
            content: "\f23c"
        }

        .fa-opencart:before {
            content: "\f23d"
        }

        .fa-expeditedssl:before {
            content: "\f23e"
        }

        .fa-battery-4:before,
        .fa-battery:before,
        .fa-battery-full:before {
            content: "\f240"
        }

        .fa-battery-3:before,
        .fa-battery-three-quarters:before {
            content: "\f241"
        }

        .fa-battery-2:before,
        .fa-battery-half:before {
            content: "\f242"
        }

        .fa-battery-1:before,
        .fa-battery-quarter:before {
            content: "\f243"
        }

        .fa-battery-0:before,
        .fa-battery-empty:before {
            content: "\f244"
        }

        .fa-mouse-pointer:before {
            content: "\f245"
        }

        .fa-i-cursor:before {
            content: "\f246"
        }

        .fa-object-group:before {
            content: "\f247"
        }

        .fa-object-ungroup:before {
            content: "\f248"
        }

        .fa-sticky-note:before {
            content: "\f249"
        }

        .fa-sticky-note-o:before {
            content: "\f24a"
        }

        .fa-cc-jcb:before {
            content: "\f24b"
        }

        .fa-cc-diners-club:before {
            content: "\f24c"
        }

        .fa-clone:before {
            content: "\f24d"
        }

        .fa-balance-scale:before {
            content: "\f24e"
        }

        .fa-hourglass-o:before {
            content: "\f250"
        }

        .fa-hourglass-1:before,
        .fa-hourglass-start:before {
            content: "\f251"
        }

        .fa-hourglass-2:before,
        .fa-hourglass-half:before {
            content: "\f252"
        }

        .fa-hourglass-3:before,
        .fa-hourglass-end:before {
            content: "\f253"
        }

        .fa-hourglass:before {
            content: "\f254"
        }

        .fa-hand-grab-o:before,
        .fa-hand-rock-o:before {
            content: "\f255"
        }

        .fa-hand-stop-o:before,
        .fa-hand-paper-o:before {
            content: "\f256"
        }

        .fa-hand-scissors-o:before {
            content: "\f257"
        }

        .fa-hand-lizard-o:before {
            content: "\f258"
        }

        .fa-hand-spock-o:before {
            content: "\f259"
        }

        .fa-hand-pointer-o:before {
            content: "\f25a"
        }

        .fa-hand-peace-o:before {
            content: "\f25b"
        }

        .fa-trademark:before {
            content: "\f25c"
        }

        .fa-registered:before {
            content: "\f25d"
        }

        .fa-creative-commons:before {
            content: "\f25e"
        }

        .fa-gg:before {
            content: "\f260"
        }

        .fa-gg-circle:before {
            content: "\f261"
        }

        .fa-tripadvisor:before {
            content: "\f262"
        }

        .fa-odnoklassniki:before {
            content: "\f263"
        }

        .fa-odnoklassniki-square:before {
            content: "\f264"
        }

        .fa-get-pocket:before {
            content: "\f265"
        }

        .fa-wikipedia-w:before {
            content: "\f266"
        }

        .fa-safari:before {
            content: "\f267"
        }

        .fa-chrome:before {
            content: "\f268"
        }

        .fa-firefox:before {
            content: "\f269"
        }

        .fa-opera:before {
            content: "\f26a"
        }

        .fa-internet-explorer:before {
            content: "\f26b"
        }

        .fa-tv:before,
        .fa-television:before {
            content: "\f26c"
        }

        .fa-contao:before {
            content: "\f26d"
        }

        .fa-500px:before {
            content: "\f26e"
        }

        .fa-amazon:before {
            content: "\f270"
        }

        .fa-calendar-plus-o:before {
            content: "\f271"
        }

        .fa-calendar-minus-o:before {
            content: "\f272"
        }

        .fa-calendar-times-o:before {
            content: "\f273"
        }

        .fa-calendar-check-o:before {
            content: "\f274"
        }

        .fa-industry:before {
            content: "\f275"
        }

        .fa-map-pin:before {
            content: "\f276"
        }

        .fa-map-signs:before {
            content: "\f277"
        }

        .fa-map-o:before {
            content: "\f278"
        }

        .fa-map:before {
            content: "\f279"
        }

        .fa-commenting:before {
            content: "\f27a"
        }

        .fa-commenting-o:before {
            content: "\f27b"
        }

        .fa-houzz:before {
            content: "\f27c"
        }

        .fa-vimeo:before {
            content: "\f27d"
        }

        .fa-black-tie:before {
            content: "\f27e"
        }

        .fa-fonticons:before {
            content: "\f280"
        }

        .fa-reddit-alien:before {
            content: "\f281"
        }

        .fa-edge:before {
            content: "\f282"
        }

        .fa-credit-card-alt:before {
            content: "\f283"
        }

        .fa-codiepie:before {
            content: "\f284"
        }

        .fa-modx:before {
            content: "\f285"
        }

        .fa-fort-awesome:before {
            content: "\f286"
        }

        .fa-usb:before {
            content: "\f287"
        }

        .fa-product-hunt:before {
            content: "\f288"
        }

        .fa-mixcloud:before {
            content: "\f289"
        }

        .fa-scribd:before {
            content: "\f28a"
        }

        .fa-pause-circle:before {
            content: "\f28b"
        }

        .fa-pause-circle-o:before {
            content: "\f28c"
        }

        .fa-stop-circle:before {
            content: "\f28d"
        }

        .fa-stop-circle-o:before {
            content: "\f28e"
        }

        .fa-shopping-bag:before {
            content: "\f290"
        }

        .fa-shopping-basket:before {
            content: "\f291"
        }

        .fa-hashtag:before {
            content: "\f292"
        }

        .fa-bluetooth:before {
            content: "\f293"
        }

        .fa-bluetooth-b:before {
            content: "\f294"
        }

        .fa-percent:before {
            content: "\f295"
        }

        .fa-gitlab:before {
            content: "\f296"
        }

        .fa-wpbeginner:before {
            content: "\f297"
        }

        .fa-wpforms:before {
            content: "\f298"
        }

        .fa-envira:before {
            content: "\f299"
        }

        .fa-universal-access:before {
            content: "\f29a"
        }

        .fa-wheelchair-alt:before {
            content: "\f29b"
        }

        .fa-question-circle-o:before {
            content: "\f29c"
        }

        .fa-blind:before {
            content: "\f29d"
        }

        .fa-audio-description:before {
            content: "\f29e"
        }

        .fa-volume-control-phone:before {
            content: "\f2a0"
        }

        .fa-braille:before {
            content: "\f2a1"
        }

        .fa-assistive-listening-systems:before {
            content: "\f2a2"
        }

        .fa-asl-interpreting:before,
        .fa-american-sign-language-interpreting:before {
            content: "\f2a3"
        }

        .fa-deafness:before,
        .fa-hard-of-hearing:before,
        .fa-deaf:before {
            content: "\f2a4"
        }

        .fa-glide:before {
            content: "\f2a5"
        }

        .fa-glide-g:before {
            content: "\f2a6"
        }

        .fa-signing:before,
        .fa-sign-language:before {
            content: "\f2a7"
        }

        .fa-low-vision:before {
            content: "\f2a8"
        }

        .fa-viadeo:before {
            content: "\f2a9"
        }

        .fa-viadeo-square:before {
            content: "\f2aa"
        }

        .fa-snapchat:before {
            content: "\f2ab"
        }

        .fa-snapchat-ghost:before {
            content: "\f2ac"
        }

        .fa-snapchat-square:before {
            content: "\f2ad"
        }

        .fa-pied-piper:before {
            content: "\f2ae"
        }

        .fa-first-order:before {
            content: "\f2b0"
        }

        .fa-yoast:before {
            content: "\f2b1"
        }

        .fa-themeisle:before {
            content: "\f2b2"
        }

        .fa-google-plus-circle:before,
        .fa-google-plus-official:before {
            content: "\f2b3"
        }

        .fa-fa:before,
        .fa-font-awesome:before {
            content: "\f2b4"
        }

        .fa-handshake-o:before {
            content: "\f2b5"
        }

        .fa-envelope-open:before {
            content: "\f2b6"
        }

        .fa-envelope-open-o:before {
            content: "\f2b7"
        }

        .fa-linode:before {
            content: "\f2b8"
        }

        .fa-address-book:before {
            content: "\f2b9"
        }

        .fa-address-book-o:before {
            content: "\f2ba"
        }

        .fa-vcard:before,
        .fa-address-card:before {
            content: "\f2bb"
        }

        .fa-vcard-o:before,
        .fa-address-card-o:before {
            content: "\f2bc"
        }

        .fa-user-circle:before {
            content: "\f2bd"
        }

        .fa-user-circle-o:before {
            content: "\f2be"
        }

        .fa-user-o:before {
            content: "\f2c0"
        }

        .fa-id-badge:before {
            content: "\f2c1"
        }

        .fa-drivers-license:before,
        .fa-id-card:before {
            content: "\f2c2"
        }

        .fa-drivers-license-o:before,
        .fa-id-card-o:before {
            content: "\f2c3"
        }

        .fa-quora:before {
            content: "\f2c4"
        }

        .fa-free-code-camp:before {
            content: "\f2c5"
        }

        .fa-telegram:before {
            content: "\f2c6"
        }

        .fa-thermometer-4:before,
        .fa-thermometer:before,
        .fa-thermometer-full:before {
            content: "\f2c7"
        }

        .fa-thermometer-3:before,
        .fa-thermometer-three-quarters:before {
            content: "\f2c8"
        }

        .fa-thermometer-2:before,
        .fa-thermometer-half:before {
            content: "\f2c9"
        }

        .fa-thermometer-1:before,
        .fa-thermometer-quarter:before {
            content: "\f2ca"
        }

        .fa-thermometer-0:before,
        .fa-thermometer-empty:before {
            content: "\f2cb"
        }

        .fa-shower:before {
            content: "\f2cc"
        }

        .fa-bathtub:before,
        .fa-s15:before,
        .fa-bath:before {
            content: "\f2cd"
        }

        .fa-podcast:before {
            content: "\f2ce"
        }

        .fa-window-maximize:before {
            content: "\f2d0"
        }

        .fa-window-minimize:before {
            content: "\f2d1"
        }

        .fa-window-restore:before {
            content: "\f2d2"
        }

        .fa-times-rectangle:before,
        .fa-window-close:before {
            content: "\f2d3"
        }

        .fa-times-rectangle-o:before,
        .fa-window-close-o:before {
            content: "\f2d4"
        }

        .fa-bandcamp:before {
            content: "\f2d5"
        }

        .fa-grav:before {
            content: "\f2d6"
        }

        .fa-etsy:before {
            content: "\f2d7"
        }

        .fa-imdb:before {
            content: "\f2d8"
        }

        .fa-ravelry:before {
            content: "\f2d9"
        }

        .fa-eercast:before {
            content: "\f2da"
        }

        .fa-microchip:before {
            content: "\f2db"
        }

        .fa-snowflake-o:before {
            content: "\f2dc"
        }

        .fa-superpowers:before {
            content: "\f2dd"
        }

        .fa-wpexplorer:before {
            content: "\f2de"
        }

        .fa-meetup:before {
            content: "\f2e0"
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0
        }

        .sr-only-focusable:active,
        .sr-only-focusable:focus {
            position: static;
            width: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            clip: auto
        }

/* Style block 46 */
body,
        div,
        ul,
        input,
        h1,
        h2,
        h3,
        h4,
        h5,
        span,
        ul,
        ol,
        li {
            margin: 0;
            padding: 0;
            box-sizing: border-box
        }

        p {
            margin: 0 0 10px
        }

        html {
            font-size: 14px
        }

        a,
        a:hover {
            text-decoration: none
        }

        input,
        textarea,
        select,
        button {
            outline: none
        }

        button:focus,
        .btn:focus {
            outline: none;
            box-shadow: none
        }

        .form-group input:not[type=checkbox] {
            height: 38px;
            line-height: 38px
        }

        ul,
        ol,
        li {
            list-style: none
        }

        .d-flex {
            display: flex
        }

        .align-items-center {
            align-items: center
        }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none
        }

        .news__list .news__item .wrap,
        .faq__page .faq-questions,
        .faq__page .faq-category__nav .panel,
        .search-quick__form .wrap,
        .count-user-booking__alert,
        .booking-history__item,
        .account_page .user-profile,
        .account_page .user__summary,
        .account_page .nav-tabs,
        .ticket-detail .ticket-detail_price,
        .ticket-detail .ticket-vat_information,
        .ticket-detail .ticket-detail_customer,
        .rating__block .loading-item,
        .shortcut-booking-form .form-group.filters .form-filter .form__select,
        .shortcut-booking-form .form-group,
        .ticket-detail__page .main,
        .box {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box
        }

        .container {
            max-width: 1140px;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        .container-fluid {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -5px;
            margin-left: -5px
        }

        .form-control {
            display: block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        .col {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .col-1,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-10,
        .col-11,
        .col-12,
        .col,
        .col-auto,
        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm,
        .col-sm-auto,
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md,
        .col-md-auto,
        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg,
        .col-lg-auto,
        .col-xl-1,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl,
        .col-xl-auto {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        .col-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .col-8 {
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-5 {
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-2 {
            flex: 0 0 16.666667%;
            max-width: 16.666667%
        }

        .nav {
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            padding: .5rem 0;
            font-size: 1rem;
            color: #333;
            text-align: left;
            list-style: none;
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .dropdown-menu.show {
            display: block
        }

        .dropdown-menu[x-placement^=top],
        .dropdown-menu[x-placement^=right],
        .dropdown-menu[x-placement^=bottom],
        .dropdown-menu[x-placement^=left] {
            right: auto;
            bottom: auto
        }

        .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            font-weight: 400;
            color: #333;
            text-align: left;
            white-space: nowrap;
            background-color: rgba(0, 0, 0, 0);
            border: 0
        }

        .dropdown-item:hover,
        .dropdown-item:focus {
            background-color: #f8f9fa
        }

        .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            white-space: nowrap;
            background: unset;
            border: 0;
            text-align: left
        }

        .form-group {
            margin-bottom: 1rem
        }

        table {
            border-collapse: collapse
        }

        .table {
            width: 100%;
            margin-bottom: 1rem;
            color: #212529
        }

        .table th,
        .table td {
            padding: .75rem;
            vertical-align: top;
            text-align: left
        }

        .table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(0, 0, 0, .05)
        }

        .tab-content>.tab-pane {
            display: none
        }

        .tab-content>.active {
            display: block
        }

        .text-center {
            text-align: center
        }

        hr {
            margin-top: 1rem;
            margin-bottom: 1rem;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, .1)
        }

        .d-none {
            display: none
        }

        @media(min-width: 576px) {
            .col-sm-10 {
                flex: 0 0 83.33333%;
                max-width: 83.33333%
            }

            .col-sm-8 {
                flex: 0 0 66.66667%;
                max-width: 66.66667%
            }

            .col-sm-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-sm-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-sm-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-sm-2 {
                flex: 0 0 16.666667%;
                max-width: 16.666667%
            }

            .offset-sm-4 {
                margin-left: 33.33333%
            }

            .offset-sm-2 {
                margin-left: 16.666666%
            }

            .offset-sm-1 {
                margin-left: 8.333333%
            }
        }

        @media(min-width: 768px) {
            .col-md-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-md-6 {
                flex: 0 0 50%;
                max-width: 50%
            }
        }

        @media(min-width: 992px) {
            .col-lg-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-lg-9 {
                flex: 0 0 75%;
                max-width: 75%
            }
        }

        .news__list .news__item .wrap,
        .faq__page .faq-questions,
        .faq__page .faq-category__nav .panel,
        .search-quick__form .wrap,
        .count-user-booking__alert,
        .booking-history__item,
        .account_page .user-profile,
        .account_page .user__summary,
        .account_page .nav-tabs,
        .ticket-detail .ticket-detail_price,
        .ticket-detail .ticket-vat_information,
        .ticket-detail .ticket-detail_customer,
        .rating__block .loading-item,
        .shortcut-booking-form .form-group.filters .form-filter .form__select,
        .shortcut-booking-form .form-group,
        .ticket-detail__page .main,
        .box {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        body {
            font-size: 14px;
            line-height: 1.43;
            color: #333;
            font-family: "Open Sans", sans-serif
        }

        input,
        textarea,
        select,
        button {
            font-size: 14px
        }

        .page {
            background-color: #f4f5f7;
            min-height: -moz-calc(100vh - 54px);
            min-height: -webkit-calc(100vh - 54px);
            min-height: calc(100vh - 54px);
            flex-wrap: wrap;
            padding-bottom: 30px
        }

        .page .page-inner {
            width: 100%;
            padding: 15px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            background-color: #fff;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .scrolling {
            -webkit-overflow-scrolling: touch
        }

        .modal-open {
            overflow: hidden
        }

        .uppercase {
            text-transform: uppercase
        }

        .help-block {
            color: #ef465e;
            font-size: 90%;
            margin-top: 4px;
            margin-bottom: 4px
        }

        .form-horizontal .form-group>div {
            display: flex
        }

        .form-horizontal .form-group>div .label {
            width: 33.3333333%;
            padding-right: 15px;
            overflow: hidden
        }

        .form-horizontal .form-group>div .input-wrap {
            width: 66.6666667%
        }

        .multiple-radio.horizontal .input-wrap .list {
            display: flex;
            align-items: center
        }

        .multiple-radio.horizontal .radio__input+.radio__input {
            margin-left: 30px
        }

        .form-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px
        }

        .form-buttons button+button {
            margin-left: 10px
        }

        .detail__item {
            display: flex;
            padding: 5px 15px
        }

        .detail__item>span,
        .detail__item>div {
            flex: 1;
            text-align: left
        }

        .detail__item label {
            flex: 2;
            font-weight: bold;
            text-align: right;
            margin-bottom: 0
        }

        .detail__item.totalcost {
            margin-top: 0
        }

        .detail__item.totalcost label {
            font-size: 1.5em
        }

        .social-links {
            margin-bottom: 20px
        }

        .social-links ul {
            display: flex
        }

        .social-links ul li+li {
            margin-left: 32px
        }

        .social-links ul li .social-item {
            display: block;
            width: 32px;
            height: 32px;
            background-color: #77a300;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 32px;
            font-size: 20px
        }

        .btn-goback {
            display: flex;
            align-items: center;
            color: #77a300;
            background: unset;
            border: none;
            box-shadow: unset
        }

        .btn-goback span {
            text-decoration: underline;
            text-transform: uppercase
        }

        .mt15 {
            margin-top: 15px
        }

        .tab-forms {
            background-color: #f9f9f9;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px
        }

        .tab-forms .nav-tabs {
            border: none
        }

        .tab-forms .nav-tabs .nav-item {
            flex: 1;
            text-align: center;
            background-color: rgba(0, 0, 0, .1)
        }

        .tab-forms .nav-tabs .nav-link {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            border: none;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        .tab-forms .nav-tabs .nav-link.active {
            background-color: #f9f9f9;
            font-weight: bold
        }

        .tab-forms .call-center-container {
            display: flex;
            padding: 10px 0px 20px 0px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            justify-content: center;
            color: #77a300
        }

        .tab-forms .call-center-container .call-center-phone {
            height: 20px
        }

        .tab-forms .call-center-container div {
            margin-left: 5px
        }

        .booking-form {
            background-color: #f9f9f9;
            padding: 15px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .booking-form label {
            font-weight: 500;
            font-size: 14px
        }

        .booking-form .pick-drop-container {
            margin-bottom: 10px
        }

        .booking-form .depart-datetime__input,
        .booking-form .chair__input,
        .booking-form .vehicle__input,
        .booking-form .duration__input {
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            background-color: #fff
        }

        .booking-form .depart-datetime__input {
            display: flex;
            align-items: center
        }

        .booking-form .depart-datetime__input input {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            height: 36px
        }

        .booking-form .datetime {
            flex: 1;
            margin-right: 10px;
            padding: 0
        }

        .booking-form .chair,
        .booking-form .vehicle,
        .booking-form .duration {
            flex: 1;
            padding: 0
        }

        .booking-form .duration {
            margin-right: 5px
        }

        .booking-form .vehicle {
            margin-left: 5px
        }

        .booking-form .submit-button button {
            text-transform: uppercase
        }

        .hourly-booking .datetime {
            margin: 0
        }

        .remove-address {
            display: flex;
            align-content: center;
            margin-right: 4px
        }

        .remove-address svg {
            color: #00363d
        }

        .swap-address,
        .more-address {
            padding: 7px;
            display: flex;
            align-items: center
        }

        .swap-address svg,
        .more-address svg {
            color: #77a300
        }

        .pick-address.filled .swap-address,
        .pick-address.filled .more-address,
        .drop-address.filled .swap-address,
        .drop-address.filled .more-address {
            border-left: 1px solid #c4cdd5
        }

        .pick-address.empty .value,
        .drop-address.empty .value {
            color: #c4cdd5
        }

        .add-more-address-container {
            display: flex;
            margin-bottom: 10px;
            align-items: center;
            padding: 0px 0px 0px 8px
        }

        .add-more-address-container svg {
            width: .7em;
            height: .7em
        }

        .add-more-address-container span {
            padding-left: 5px;
            color: #666;
            font-size: 12px
        }

        .booking-success .block-header,
        .ticket-detail__page .block-header {
            margin-top: 15px;
            margin-bottom: 30px;
            text-align: center
        }

        .booking-success .block-header img,
        .ticket-detail__page .block-header img {
            margin-bottom: 15px
        }

        .booking-success .block-header h3,
        .ticket-detail__page .block-header h3 {
            font-weight: bold;
            font-size: 1.45em
        }

        .booking-success .block-body,
        .ticket-detail__page .block-body {
            text-align: center;
            margin-bottom: 15px
        }

        .booking-success .block-body h4,
        .ticket-detail__page .block-body h4 {
            font-weight: bold;
            font-size: 1.15em;
            margin-bottom: 10px
        }

        .booking-success .block-body .ticket-code,
        .ticket-detail__page .block-body .ticket-code {
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 30px
        }

        .booking-success .note,
        .ticket-detail__page .note {
            margin-bottom: 30px
        }

        .booking-success .ticket-notice,
        .ticket-detail__page .ticket-notice {
            text-align: left
        }

        .booking-success .ticket-notice .wrap,
        .ticket-detail__page .ticket-notice .wrap {
            background-color: #f4f5f7;
            padding: 15px
        }

        .booking-success .ticket-notice .wrap p,
        .ticket-detail__page .ticket-notice .wrap p {
            margin-bottom: 10px
        }

        .booking-success .block-footer button,
        .ticket-detail__page .block-footer button {
            padding-right: 48px;
            padding-left: 48px;
            margin-right: 7px;
            margin-left: 7px
        }

        .hourly-booking-success .customer__box {
            margin-top: 20px;
            padding: 10px 0px
        }

        .ticket-detail__page {
            background-color: #f4f5f7;
            padding-top: 30px;
            padding-bottom: 30px
        }

        .ticket-detail__page .main {
            padding: 15px
        }

        .ticket-detail__page .driver__box {
            max-width: 400px;
            margin: 0 auto 15px
        }

        .shortcut-booking-form .form-group.filters {
            display: flex;
            align-items: center;
            margin-right: -8px;
            margin-left: -8px
        }

        .shortcut-booking-form .form-group.filters .form-filter {
            flex: 1;
            padding-right: 8px;
            padding-left: 8px
        }

        .shortcut-booking-form .depart-datetime__input {
            flex: 1;
            display: flex;
            align-items: center;
            height: 38px;
            border: none
        }

        .shortcut-booking-form .depart-datetime__input svg {
            left: 8px;
            font-size: 1.15rem
        }

        .shortcut-booking-form .depart-datetime__input input {
            padding-right: 5px;
            padding-left: 30px;
            border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px
        }

        .shortcut-booking-form .form__select {
            flex: 1
        }

        .shortcut-booking-form .chair__input,
        .shortcut-booking-form .vehicle__input,
        .shortcut-booking-form .duration__input {
            border: none
        }

        .shortcut-booking-form .divider {
            display: block;
            height: 38px;
            border-right: 1px solid #c4cdd5
        }

        .shortcut-booking-form .pickdrop-input {
            display: flex;
            align-items: center;
            padding-right: 5px;
            padding-left: 7px
        }

        .shortcut-booking-form .pickdrop-input span {
            display: block;
            width: 100%;
            height: 38px;
            line-height: 38px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 5px;
            padding-left: 5px
        }

        .shortcut-booking-form .pickdrop-input.empty span {
            color: #9b9b9b
        }

        .shortcut-booking-form .pickdrop-input .location-icon {
            color: #00363d;
            font-size: 1.35rem
        }

        .shortcut-booking-form .pickdrop-input .clear-icon {
            color: #00363d;
            margin-left: auto
        }

        .shortcut-booking-form .address__input {
            background-color: #f9fafb;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .shortcut-booking-form .address__input>div {
            padding-bottom: 0;
            border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0
        }

        .shortcut-booking-form .address__input>div+div {
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px
        }

        .shortcut-booking-form .address__input>div+div:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 1px;
            width: -moz-calc(100% - 32px);
            width: -webkit-calc(100% - 32px);
            width: calc(100% - 32px);
            background-color: #c4cdd5
        }

        .shortcut-booking-form .address__input .droppick-address__input {
            position: relative;
            border: none;
            margin-bottom: 0
        }

        .shortcut-booking-form .address__input .droppick-address__input .value {
            height: 45px;
            line-height: 45px
        }

        .shortcut-booking-form .address__input .droppick-address__input .more-address,
        .shortcut-booking-form .address__input .droppick-address__input .swap-address,
        .shortcut-booking-form .address__input .droppick-address__input .delete-address {
            padding: 0;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .shortcut-booking-form .address__input .address-input {
            border: none
        }

        .shortcut-booking-form .address__input .address-input .local-search-input {
            height: 45px
        }

        .change-password__form .help-block {
            margin-bottom: 15px
        }

        .cancel-confirm__popup p {
            margin-bottom: 15px
        }

        .cancel-success__popup {
            text-align: center;
            padding-bottom: 0
        }

        .cancel-success__popup .title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px
        }

        .cancel-success__popup .why-cancel__list {
            margin: 15px 0
        }

        .cancel-success__popup .why-cancel__list li {
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 5px 7px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .cancel-success__popup .why-cancel__list li+li {
            margin-top: 7px
        }

        .cancel-success__popup .why-cancel__list li.active {
            color: #77a300;
            border-color: #77a300
        }

        .cancel-success__popup .why-cancel__list li svg {
            font-size: 18px
        }

        .price-list {
            background: #f4f5f7;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            padding-bottom: 15px
        }

        .price-list .price-filter {
            margin-bottom: 5px;
            margin-top: auto;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center
        }

        .price-list .btn-filter {
            border: 1px solid #77a300;
            padding: 10px 23px;
            margin-top: 15px;
            background-color: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            display: flex;
            align-items: center;
            margin: auto;
            outline: none;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -webkit-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -moz-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -o-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16)
        }

        .price-list .btn-filter svg {
            color: #77a300;
            margin-right: 4px;
            font-size: 18px
        }

        .price-list .loading-more {
            display: flex;
            justify-content: center;
            margin-top: 15px
        }

        .price-list .loading-item {
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -webkit-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -moz-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            -o-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .16);
            border-radius: 4px;
            background-color: #fff;
            position: relative
        }

        .price-list .loading-item+.loading-item {
            margin-top: 15px
        }

        .price-list .notice-data_empty {
            padding: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 300px
        }

        .price-list .notice-data_empty img {
            width: 100px;
            height: 100px
        }

        .price-list .notice-data_empty p {
            padding-right: 15px;
            padding-left: 15px;
            text-align: center
        }

        .price-list .notice-data_empty button,
        .price-list .notice-data_empty a {
            margin-top: 30px
        }

        .price-list .notice-data_empty button:hover,
        .price-list .notice-data_empty button:focus,
        .price-list .notice-data_empty button:active,
        .price-list .notice-data_empty a:hover,
        .price-list .notice-data_empty a:focus,
        .price-list .notice-data_empty a:active {
            color: #fff
        }

        .price-list .warning-data_empty {
            margin-bottom: 10px
        }

        .price-list .warning-data_empty .alert {
            margin-bottom: 0
        }

        .price-list .notice-empty-container .notice-data_empty {
            min-height: auto
        }

        .price-list .notice-empty-container .notice-data_empty a {
            margin: 20px 0px
        }

        .price-list .notice-empty-container .notice-data_empty button {
            margin: 20px 0px
        }

        .price-list .special-request-container {
            margin-top: 15px
        }

        .price-list .special-request-container div {
            text-align: center;
            margin-bottom: 5px;
            font-size: 12px;
            padding: 0px 50px
        }

        .price-list .special-request-container button {
            margin: 0 auto
        }

        .form-filter {
            margin-bottom: 15px
        }

        .form-filter .form__select .select__dropdown {
            background-color: #fff;
            border: none;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .form-filter .form__select .select__dropdown .dropdown {
            padding-top: 5px;
            padding-bottom: 5px
        }

        .form-filter .form__select .dropdown-toggle {
            border: none;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .form-filter .form__select .dropdown-toggle:focus {
            box-shadow: unset
        }

        .form-filter .form__select .dropdown-toggle .value.default {
            color: #333
        }

        .form-filter .form__select .dropdown-menu {
            width: 100%
        }

        .form-filter .form__select .dropdown-menu .dropdown-item.active,
        .form-filter .form__select .dropdown-menu .dropdown-item:active {
            background-color: #77a300
        }

        .range-time__popup .list {
            margin: 15px 0;
            display: flex;
            align-items: center;
            justify-content: space-around
        }

        .range-time__popup .radio__input label {
            font-weight: bold
        }

        .billing-detail .title {
            margin-top: 15px;
            margin-bottom: 15px;
            font-weight: bold;
            font-size: 1.5rem
        }

        .billing-detail .form-group .label {
            font-weight: normal;
            margin-bottom: 0
        }

        .billing-detail .form-group .input-wrap {
            margin-right: 80px
        }

        .billing-detail .multiple-checkbox .checkbox-label+div {
            margin-top: 10px
        }

        .billing-detail .price-summary {
            border-top: 1px solid #c4cdd5;
            padding: 10px 15px 0;
            margin: 20px -15px 0
        }

        .billing-detail .price-summary label {
            font-weight: bold
        }

        .billing-detail .price-summary button {
            margin-left: auto
        }

        .billing-detail .price-summary .total-cost {
            margin-top: 10px;
            font-size: 20px;
            font-weight: bold
        }

        .billing-detail .promotion-code__input {
            position: relative
        }

        .billing-detail .promotion-code__input .input-wrap .flex {
            position: relative
        }

        .billing-detail .promotion-code__input .input-wrap input {
            width: 100%;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border: 1px solid #c4cdd5;
            height: 38px;
            line-height: 38px;
            padding: 0 10px
        }

        .billing-detail .promotion-code__input .message {
            font-size: .85em;
            margin-top: 4px
        }

        .billing-detail .promotion-code__input.has-error .input-wrap input {
            border-color: #ef465e
        }

        .billing-detail .promotion-code__input.has-error .message {
            color: #ef465e
        }

        .billing-detail .promotion-code__input.loading .flex,
        .billing-detail .promotion-code__input.verified .flex {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            overflow: hidden
        }

        .billing-detail .promotion-code__input.loading .flex:before,
        .billing-detail .promotion-code__input.verified .flex:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1
        }

        .billing-detail .promotion-code__input.loading .flex .value,
        .billing-detail .promotion-code__input.verified .flex .value {
            display: block;
            height: 38px;
            line-height: 38px;
            padding: 0 30px 0 10px;
            border: 1px solid #c4cdd5;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .billing-detail .promotion-code__input.loading .input-wrap .flex:before {
            background-color: rgba(255, 255, 255, .8)
        }

        .billing-detail .promotion-code__input.verified .input-wrap {
            color: #77a300
        }

        .billing-detail .promotion-code__input.verified .input-wrap .flex::before {
            background-color: rgba(119, 163, 0, .1)
        }

        .billing-detail .promotion-code__input.verified .input-wrap input {
            border-color: rgba(119, 163, 0, .4);
            color: #77a300
        }

        .billing-detail .promotion-code__input.verified .message {
            color: #77a300
        }

        .billing-detail .promotion-code__input .processing,
        .billing-detail .promotion-code__input .remove_promotion-code {
            color: #333;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8px;
            z-index: 2;
            height: 38px;
            display: flex;
            align-items: center
        }

        .billing-detail .promotion-code__input button {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            background: #77a300;
            color: #fff;
            border: none
        }

        .billing-detail .promotion-cost__input .apfix {
            position: absolute;
            top: 0;
            right: 0;
            bottom: auto;
            left: 50%;
            z-index: 1;
            height: 38px;
            line-height: 38px;
            background-color: #eee;
            opacity: .5
        }

        .billing-detail .promotion-cost__input .close-icon {
            z-index: 2
        }

        .billing-detail .payment-method_item .radio__input label {
            font-weight: bold
        }

        .billing-detail .submit-button {
            flex: 1;
            margin-top: 10px
        }

        .billing-detail .submit-button button+button {
            margin: 10px 0
        }

        .billing-detail .term-note {
            text-align: center
        }

        .billing-detail .term-note a {
            color: #77a300;
            font-weight: bold
        }

        .billing-detail .price-tag {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #fff;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
            -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
        }

        .billing-detail .price-tag label {
            margin-right: 10px;
            margin: 0
        }

        .billing-detail .price-tag .total-cost {
            font-size: 20px;
            font-weight: bold
        }

        .billing-detail .vat-information .label {
            display: none
        }

        .billing-detail .vat-information .input-wrap {
            margin: 0;
            width: 100%
        }

        .tollfee-note {
            font-size: 11px;
            font-weight: normal
        }

        .price-detail {
            background-color: #fff;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            -webkit-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            -moz-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            -o-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06);
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 15px 0;
            display: flex;
            flex-direction: column
        }

        .price-detail hr {
            width: 100%
        }

        .detail__title {
            font-size: 1.15rem;
            font-weight: bold;
            margin-bottom: 15px
        }

        .media {
            justify-content: center
        }

        .media img {
            max-width: 100%
        }

        .booking-fail__popup {
            max-width: 500px;
            margin: auto
        }

        .booking-fail__popup .media img {
            width: 160px
        }

        .booking-fail__popup .button-area {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-top: 30px
        }

        .booking-fail__popup .button-area button {
            white-space: nowrap
        }

        .booking-fail__popup .depart-datetime__input {
            margin-top: 15px;
            margin-left: 15px;
            display: inline-block;
            padding: 0;
            width: auto;
            border: none
        }

        .booking-fail__popup .depart-datetime__input svg {
            color: #fff
        }

        .booking-fail__popup .depart-datetime__input input {
            background-color: #77a300;
            color: #fff;
            height: 38px
        }

        .booking-checking-payment__popup {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin: 15px 0
        }

        .booking-checking-payment__popup .countdown-timer {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 15px
        }

        .booking-checking-payment__popup .countdown-label {
            padding-right: 15px;
            padding-left: 15px;
            margin-bottom: 15px
        }

        .looking-driver__popup p {
            margin: 15px 0
        }

        .looking-driver__popup .countdown-text {
            font-size: 24px;
            font-weight: bold
        }

        .payment-timeout__popup .button-area {
            margin-top: 30px;
            display: flex
        }

        .payment-timeout__popup .button-area button {
            flex: 1
        }

        .payment-checking__popup .loading {
            display: inline-block
        }

        .payment-checking__popup p {
            margin-top: 15px;
            margin-bottom: 30px
        }

        .confirm__popup .digit-form-input {
            margin-bottom: 30px
        }

        .carousel {
            display: flex;
            flex-direction: column
        }

        .carousel .carousel-inner {
            order: 1
        }

        .carousel .carousel-indicators {
            position: relative;
            order: 2;
            margin-top: 5px
        }

        .carousel .carousel-indicators li {
            width: 12px;
            height: 12px;
            background: #c4cdd5;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border: none;
            margin-right: 8px;
            margin-left: 8px
        }

        .carousel .carousel-indicators li.active {
            background-color: #77a300
        }

        .block {
            padding-top: 60px;
            padding-bottom: 60px
        }

        .block .block-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 1.3em;
            font-weight: 600
        }

        .slider-area {
            background-position: bottom center;
            background-attachment: scroll;
            background-size: cover;
            padding: 87px 0;
            display: flex;
            align-items: center
        }

        .mainSlider {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-bottom: 10px
        }

        .mainSlider .title {
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 1.74rem;
            line-height: 2
        }

        .mainSlider .sub-title {
            font-size: 1.3rem;
            line-height: 1.75
        }

        .slick-slider {
            margin-right: -15px;
            margin-left: -15px
        }

        .slick-slider .slick-track {
            display: flex
        }

        .slick-slider .slick-slide {
            padding: 15px;
            height: auto
        }

        .slick-slider .slick-slide>div {
            height: 100%
        }

        .slick-slider .slick-dots li button:hover:before {
            color: #77a300 !important
        }

        .slick-slider .slick-dots li.slick-active button:before {
            opacity: 1 !important;
            color: #77a300 !important
        }

        .banner__block {
            text-align: center
        }

        .banner__block .col {
            margin-bottom: 15px
        }

        .banner__block .col img {
            margin-bottom: 30px
        }

        .banner__block .col h4 {
            font-weight: bold;
            font-size: 1.15rem;
            margin-bottom: 10px
        }

        .blog__block .carousel-item {
            padding: 15px
        }

        .rating__block {
            background-color: #f4f5f7
        }

        .rating__block .items {
            display: flex
        }

        .rating__block .loading-item {
            padding: 20px;
            background-color: #fff
        }

        .rating__block .slick-prev,
        .rating__block .slick-next {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background-color: #77a300;
            width: 30px;
            height: 30px;
            opacity: .65;
            transition: opacity 300ms;
            -webkit-transition: opacity 300ms;
            -moz-transition: opacity 300ms;
            -o-transition: opacity 300ms
        }

        .rating__block .slick-prev:hover,
        .rating__block .slick-next:hover {
            opacity: 1
        }

        .rating__block .slick-prev:before,
        .rating__block .slick-next:before {
            font-size: 30px;
            font-weight: bold;
            line-height: 4px
        }

        .rating__block .slick-prev:before {
            content: "‹"
        }

        .rating__block .slick-next:before {
            content: "›"
        }

        .popular-chunk__block {
            background-color: #f4f5f7
        }

        .popular-chunk__block .title {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 15px
        }

        .popular-chunk__block .viewmore {
            text-align: center;
            margin: 20px auto 0px auto
        }

        .popular-chunk__block .viewmore .btn {
            text-transform: uppercase;
            font-weight: bold;
            margin: auto;
            color: #77a300;
            background-color: unset;
            border: 1px solid #77a300;
            border: none;
            text-decoration: underline
        }

        .ticket-detail .ticket-detail_price,
        .ticket-detail .ticket-vat_information,
        .ticket-detail .ticket-detail_customer {
            padding: 15px 0
        }

        .ticket-detail .ticket-detail_price,
        .ticket-detail .ticket-detail_customer {
            margin-bottom: 15px
        }

        .quick-booking-form {
            width: 500px
        }

        .quick-booking-form .droppick-address__input {
            background-color: #f9f9f9
        }

        .quick-booking-form .pick-drop-container {
            padding-bottom: 0
        }

        .quick-booking-form .depart-datetime__input {
            flex: 1;
            border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            margin-right: -1px
        }

        .quick-booking-form .form__select {
            flex: 1
        }

        .quick-booking-form .chair__input {
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0
        }

        .quick-booking-form .form-control.vehicle {
            flex: 1;
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0
        }

        .quick-booking-form span {
            text-align: left
        }

        .account_page {
            margin: 30px 0
        }

        .account_page .nav-tabs {
            border-bottom: none;
            display: inline-block
        }

        .account_page .nav-tabs .nav-item {
            display: inline-block;
            min-width: 200px;
            text-align: center
        }

        .account_page .nav-tabs .nav-item .nav-link {
            border: none;
            border-radius: 0;
            padding: 10px;
            display: block
        }

        .account_page .nav-tabs .nav-item .nav-link.active {
            background-color: #f4ffd6;
            color: #00363d;
            font-weight: bold
        }

        .account_page .nav-tabs .nav-item:first-child .nav-link {
            border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px
        }

        .account_page .nav-tabs .nav-item:last-child .nav-link {
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0
        }

        .account_page .user__summary {
            text-align: center
        }

        .account_page .user__summary .avatar-area .avatar img {
            width: 100%
        }

        .account_page .user__summary .avatar-area .fullname {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 20px
        }

        .account_page .user__summary .avatar-area .referral .code {
            display: block
        }

        .account_page .user__summary .avatar-area .referral .desc {
            color: #777
        }

        .account_page .user__summary .avatar-area .member_balance {
            margin-bottom: 10px
        }

        .account_page .user__summary .transacion-area {
            border-top: 1px solid #c4cdd5;
            display: flex;
            padding: 15px
        }

        .account_page .user__summary .transacion-area .item {
            flex: 1
        }

        .account_page .user__summary .transacion-area .item img {
            width: 40px;
            height: 40px;
            margin-bottom: 10px
        }

        .account_page .user__summary .transacion-area .item .value {
            font-size: 18px;
            font-weight: bold;
            display: block
        }

        .account_page .user__summary .transacion-area .item .desc {
            color: #777
        }

        .account_page .user-profile {
            padding: 15px;
            margin-top: 20px
        }

        .account_page .user-profile .form {
            max-width: 500px;
            margin: auto
        }

        .account_page .user-profile .detail__item {
            align-items: center
        }

        .account_page .user-profile .detail__item>label {
            flex: 1;
            font-weight: normal;
            text-align: left
        }

        .account_page .user-profile .detail__item>div {
            flex: 3
        }

        .user__booking-history {
            margin-top: 30px
        }

        .user__booking-history .filter {
            display: flex;
            align-items: center
        }

        .user__booking-history .filter button {
            margin-left: 15px
        }

        .user__booking-history table {
            border-collapse: separate;
            border-spacing: 0 15px;
            width: 100%
        }

        .user__booking-history table td {
            border-top: none
        }

        .booking-history__item {
            margin: 15px 0
        }

        .booking-history__item td:not(:last-child) {
            border-right: 1px solid #c4cdd5
        }

        .booking-history__item .ticket-code {
            vertical-align: middle
        }

        .booking-history__item .ticket-code a {
            font-weight: bold;
            color: #77a300;
            text-decoration: underline
        }

        .booking-history__item .ticket-address .pick-address,
        .booking-history__item .ticket-address .drop-address {
            display: flex;
            align-items: center
        }

        .booking-history__item .ticket-address .pick-address svg,
        .booking-history__item .ticket-address .drop-address svg {
            font-size: 16px
        }

        .booking-history__item .ticket-address .pick-address span,
        .booking-history__item .ticket-address .drop-address span {
            max-width: 300px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .booking-history__item .ticket-address .pick-address {
            margin-bottom: 10px;
            position: relative
        }

        .booking-history__item .ticket-address .pick-address:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 7px;
            width: 1px;
            height: 10px;
            background-color: #c4cdd5
        }

        .booking-history__item .ticket-address .pick-address svg {
            color: #00363d
        }

        .booking-history__item .ticket-address .drop-address svg {
            color: #ef465e
        }

        .booking-history__item .ticket-price {
            font-weight: bold
        }

        .booking-history__item .ticket-price .price {
            background: url(static/images/coin_24x24.2hpuh9v.svg) no-repeat center left
        }

        .booking-history__item .ticket-price .datetime {
            background: url(static/images/access_time_24x24.1SGmXhU.svg) no-repeat center left;
            white-space: nowrap;
            margin-bottom: 0
        }

        .booking-history__item .ticket-price .price,
        .booking-history__item .ticket-price .datetime {
            padding-left: 25px;
            background-size: 16px
        }

        .booking-history__item .ticket-status {
            vertical-align: middle
        }

        .booking-history__item .ticket-status .status {
            font-size: 12px;
            color: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            display: block
        }

        .booking-history__item .ticket-status .status.cancel {
            background-color: #333
        }

        .booking-history__item .ticket-status .status.not_start {
            background-color: #ef465e
        }

        .booking-history__item .ticket-status .status.not_rating {
            background-color: #f99b2f
        }

        .booking-history__item .ticket-status .status.done {
            background-color: #77a300
        }

        .booking-history__item .ticket-status .status.pending {
            background-color: #ed664d
        }

        .booking-history__item .ticket-status .status span {
            display: block;
            min-width: 110px;
            padding: 6px 9px;
            text-align: center
        }

        .count-user-booking__alert {
            position: fixed;
            bottom: 15px;
            left: 0;
            z-index: 1;
            width: 320px;
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            padding: 15px
        }

        .count-user-booking__alert .head span {
            color: #00363d
        }

        .count-user-booking__alert .head span span {
            font-weight: bold;
            color: #ef465e
        }

        .blog__page {
            min-height: 300px;
            position: relative;
            background-color: #f4f4f4;
            padding-bottom: 60px
        }

        .search-quick__form {
            padding: 30px 0
        }

        .search-quick__form .wrap {
            width: 100%;
            max-width: 500px;
            margin: auto;
            position: relative
        }

        .search-quick__form input {
            width: 100%;
            padding: 0 40px 0 15px;
            height: 40px;
            border: none;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

        .search-quick__form button {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            background: unset;
            border: none;
            outline: none;
            text-align: center
        }

        .search-quick__form button svg {
            color: #00363d
        }

        .blog-category__list {
            padding-top: 30px
        }

        .blog-category__list .cat-filter {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px
        }

        .blog-category__list .cat-filter .filter-item {
            padding: 7px 21px;
            margin: 0 10px;
            font-weight: bold;
            border: 1px solid rgba(0, 0, 0, 0);
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            cursor: pointer
        }

        .blog-category__list .cat-filter .filter-item.active {
            border-color: #77a300;
            color: #77a300;
            background-color: #fff
        }

        .blog-post__item {
            height: 100%;
            padding: 15px 0
        }

        .blog-post__item .media img {
            width: 100%;
            height: 175px
        }

        .blog-post__item .content {
            padding: 15px
        }

        .blog-post__item .content .title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            line-height: 1.5;
            margin-top: 0;
            margin-bottom: 10px;
            text-align: justify
        }

        .blog-post__item .content .title a {
            color: #333
        }

        .blog-post__item .content .desc {
            line-height: 20px;
            margin-bottom: 10px;
            text-align: justify;
            font-size: 14px
        }

        .blog-post__item .viewmore {
            text-align: center;
            margin: 10px 0 5px
        }

        .blog-post__item .viewmore a {
            color: #77a300;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: bold
        }

        .category-blog__tag {
            margin-bottom: 10px;
            display: inline-block;
            font-weight: 500;
            font-size: 12px;
            color: #fff;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            padding: 2px 12px;
            min-width: 95px;
            text-align: center
        }

        .category-blog__tag.cat1 {
            background-color: #77a300
        }

        .category-blog__tag.cat2 {
            background-color: #22b573
        }

        .category-blog__tag.cat3 {
            background-color: #ef465e
        }

        .category-blog__tag.cat4 {
            background-color: #a70e1a
        }

        .category-blog__tag.cat5 {
            background-color: #f0a52b
        }

        .category-blog__tag.cat6 {
            background-color: #222
        }

        .post-detail__page a {
            color: #77a300
        }

        .post-detail__page .media {
            max-height: 350px;
            overflow: hidden
        }

        .post-detail__page .media img {
            width: 100%
        }

        .post-detail__page .body {
            max-width: 730px;
            margin: auto;
            padding: 50px 0
        }

        .post-detail__page .post-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px
        }

        .post-detail__page .post-header span {
            white-space: nowrap
        }

        .post-detail__page .post-header button {
            background: unset;
            border: none;
            color: #77a300;
            display: flex;
            align-items: center;
            padding: 0;
            text-transform: uppercase;
            font-weight: bold
        }

        .post-detail__page .post-header button span {
            text-decoration: underline
        }

        .post-detail__page .post-header button svg {
            color: #77a300;
            font-size: 30px
        }

        .post-detail__page .post-header .category-blog__tag {
            margin-bottom: 0
        }

        .post-detail__page .post-title {
            font: bold 24px "Montserrat", sans-serif;
            line-height: 36px;
            margin-bottom: 30px;
            text-align: justify
        }

        .post-detail__page .post-content {
            line-height: 20px;
            margin-bottom: 20px;
            text-align: justify
        }

        .post-detail__page .sharing {
            padding: 10px 0;
            display: flex;
            align-items: center
        }

        .post-detail__page .sharing>span {
            text-align: justify;
            font-weight: bold
        }

        .post-detail__page .sharing .social-links {
            margin-bottom: 0;
            margin-left: 30px
        }

        .post-detail__page .cta__block h4 {
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: bold
        }

        .post-detail__page .cta__block .content {
            margin: 30px 0
        }

        .related-posts .block-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 24px
        }

        .related-posts .post-item {
            text-align: left
        }

        .related-posts .post-item .media {
            margin-bottom: 10px
        }

        .related-posts .post-item .media a {
            display: block
        }

        .related-posts .post-item .media a img {
            width: 100%
        }

        .related-posts .post-item .title {
            margin: 10px 0;
            line-height: 24px;
            font-weight: bold
        }

        .related-posts .post-item .title a {
            font-size: 16px;
            color: #333
        }

        .b-sponsor-banner,
        .b-transport-banner {
            width: 100%;
            height: 320px;
            background-repeat: no-repeat;
            background-size: cover
        }

        .form-register-bussiness .form-title,
        .item-title {
            color: #00363d
        }

        .aboutus-banner .row:first-child .col-text .content {
            padding-right: 0
        }

        .aboutus-banner .row:first-child .col-media {
            background-image: url(static/images/smiley.1uXgLZO.png)
        }

        .aboutus-banner .row:last-child {
            background-color: #76a340
        }

        .aboutus-banner .row:last-child .col-text {
            justify-content: flex-end
        }

        .aboutus-banner .row:last-child .col-text .content {
            padding-left: 0
        }

        .aboutus-banner .row:last-child .col-media {
            background-image: url(static/images/cityscape.3F4n3Bt.png);
            background-position: left center
        }

        .aboutus-banner .col-content {
            padding: 80px
        }

        .aboutus-banner h1 {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 15px
        }

        .aboutus-banner p {
            color: #fff;
            line-height: 28px
        }

        .b-banner {
            background-color: #00363d;
            position: relative
        }

        .b-banner .col-media {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center
        }

        .b-banner .content {
            padding: 80px
        }

        .block-middle .col-text {
            display: flex;
            align-items: center
        }

        .block-middle .col-text .content {
            width: 100%;
            max-width: 540px
        }

        .block-title {
            color: #00363d;
            margin-bottom: 8px
        }

        .block-header {
            margin-bottom: 50px
        }

        .block-sub-title {
            display: inline-block;
            max-width: 768px;
            font-size: 16px;
            line-height: 28px
        }

        .b-core-values {
            padding-bottom: 0
        }

        .b-core-values .block-title {
            margin-bottom: 50px
        }

        .b-core-values .item:nth-child(1) {
            background-color: #f89a31
        }

        .b-core-values .item:nth-child(2) {
            background-color: #76a340
        }

        .b-core-values .item:nth-child(3) {
            background-color: #deb803
        }

        .b-core-values .item:nth-child(4) {
            background-color: #ee475e
        }

        .b-core-values .item:nth-child(5) {
            background-color: #2cb8af
        }

        .b-core-values .item:nth-child(6) {
            background-color: #01363d
        }

        .b-core-values .item .wrap {
            color: #fff;
            text-align: center;
            padding: 48px 60px
        }

        .b-core-values .item h5 {
            font-size: 18px;
            margin-bottom: 30px;
            font-weight: bold
        }

        .b-core-values .item p {
            line-height: 28px
        }

        .b-history .block-body {
            position: relative;
            margin-top: 50px;
            padding-bottom: 50px
        }

        .b-history .block-body .row:nth-child(even) .col-media {
            order: 1
        }

        .b-history .block-body .line {
            position: absolute;
            top: 0;
            right: auto;
            bottom: 0;
            left: 50%;
            z-index: 2;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            display: block;
            width: 3px;
            height: 100%;
            background-color: #77a300
        }

        .b-history .block-body .line:before {
            content: "";
            position: absolute;
            top: 0;
            right: auto;
            bottom: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 16px;
            height: 16px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background-color: #77a300
        }

        .b-history .block-body .line:after {
            content: "";
            position: absolute;
            top: auto;
            right: auto;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 25px;
            height: 25px;
            background: url(static/images/happy-face.3sq_tCA.svg) center/contain no-repeat
        }

        .b-history .block-body .col-media {
            padding-top: 56px;
            padding-bottom: 56px
        }

        .b-history .block-body .col-media .wrap {
            position: relative;
            text-align: center;
            padding-bottom: 30px
        }

        .b-history .block-body .col-media .wrap:after {
            content: "";
            position: absolute;
            top: auto;
            right: 0;
            bottom: 0;
            left: 0;
            height: 66px;
            z-index: 0
        }

        .b-history .block-body .col-media .wrap img {
            position: relative;
            z-index: 1
        }

        .b-history .block-body .col-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
            line-height: 2
        }

        .b-history .block-body .col-text h3 {
            position: relative;
            font-size: 20px;
            font-weight: bold;
            background-color: #fff;
            width: 100%
        }

        .b-history .block-body .col-text h3:before {
            content: "";
            width: 100%;
            height: 3px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #77a300
        }

        .b-history .block-body .row:nth-child(2n+1) .col-text {
            padding-left: 113px
        }

        .b-history .block-body .row:nth-child(2n+1) .col-text h3:before {
            position: absolute;
            top: 50%;
            right: 100%;
            bottom: auto;
            left: auto;
            margin-right: 25px
        }

        .b-history .block-body .row:nth-child(2n) .col-text {
            padding-right: 113px;
            align-items: flex-end;
            text-align: right
        }

        .b-history .block-body .row:nth-child(2n) .col-text h3:before {
            position: absolute;
            top: 50%;
            right: auto;
            bottom: auto;
            left: 100%;
            margin-left: 25px
        }

        .width-sm {
            max-width: 768px;
            margin: auto
        }

        .b-joinus .buttons {
            display: flex;
            flex-wrap: wrap;
            max-width: 600px;
            margin: auto
        }

        .b-joinus .btn-dc {
            flex: 1;
            line-height: 60px;
            font-size: 16px;
            margin: 10px
        }

        .block-align__center {
            text-align: center
        }

        .b-transport-banner {
            background-image: url(static/images/transport_banner.2Gkxvrc.jpg);
            background-size: 100% 100%
        }

        .b-transport-benefit .block-body .row {
            padding-top: 50px;
            padding-bottom: 30px
        }

        .b-transport-benefit .block-body .row:nth-child(2n) .col-text {
            padding-right: 35px
        }

        .b-transport-benefit .block-body .row:nth-child(2n) .col-media {
            padding-left: 35px
        }

        .b-transport-benefit .block-body .row:nth-child(2n+1) .col-media {
            padding-right: 35px
        }

        .b-transport-benefit .block-body .row:nth-child(2n+1) .col-text {
            padding-left: 35px
        }

        .b-transport-benefit .block-body .row .order_index {
            order: 1
        }

        .b-transport-benefit .col-media img {
            max-width: 100%
        }

        .b-transport-benefit .col-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%
        }

        .b-transport-benefit .col-text p {
            line-height: 2
        }

        .b-transport-benefit h3 {
            color: #00363d;
            font-size: 20px
        }

        .b-transport-intro .block-body {
            text-align: justify
        }

        .b-transport-intro .transport-logos {
            margin-top: 64px;
            text-align: center
        }

        .b-transport-intro .transport-logos {
            margin-top: 64px;
            text-align: center
        }

        .b-transport-intro .transport-logos .item {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .b-transport-intro .transport-logos img {
            max-width: 100%
        }

        .b-howtojoin .block-body {
            position: relative;
            background-color: #fff
        }

        .b-howtojoin .block-body .item {
            padding: 64px 40px;
            line-height: 28px
        }

        .b-howtojoin .block-body .item strong {
            color: #00363d
        }

        .b-howtojoin .block-body:after {
            content: "";
            display: block;
            width: 2px;
            height: 100%;
            position: absolute;
            top: 0;
            right: auto;
            bottom: 0;
            left: 50%;
            margin-left: -1px
        }

        .b-contactinfo h3 {
            font-size: 18px;
            margin-bottom: 24px;
            font-weight: bold
        }

        .b-contactinfo h4 {
            font-size: 16px;
            font-weight: bold;
            margin: 22px 0 5px 0
        }

        .b-contactinfo .social-menu {
            justify-content: flex-start;
            margin-top: 30px
        }

        .b-bussiness-banner .col-media {
            background-image: url(static/images/bussiness_banner.1T-vSGk.jpg)
        }

        .b-bussiness-banner .col-text {
            justify-content: flex-end
        }

        .b-bussiness-banner .col-text .content {
            padding-left: 0
        }

        .b-bussiness-banner .col-text .content h1 {
            color: #fff;
            font-size: 32px;
            font-weight: bold;
            line-height: 1.41;
            margin-bottom: 20px
        }

        .b-bussiness-banner .col-text .content p {
            font-size: 16px;
            color: #fff;
            line-height: 1.52;
            text-align: justify
        }

        .b-bussiness-banner .col-text .content p+p {
            margin-top: 15px
        }

        .b-bussiness-banner .col-text .content strong {
            color: #77a300
        }

        .b-bussiness-banner .col-text .content button {
            margin-top: 30px;
            border: none;
            border-radius: 0
        }

        .b-bussiness-benefit .item {
            text-align: center
        }

        .b-bussiness-benefit .item img {
            margin-bottom: 40px
        }

        .b-bussiness-benefit .item p {
            padding-right: 40px;
            padding-left: 40px
        }

        .b-bussiness-benefit .item h3 {
            margin-bottom: .5rem
        }

        .slider .slick-slider .slick-slide {
            height: 100%
        }

        .slider .slick-slider .slick-dots {
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 0 15px;
            text-align: left
        }

        .slider .slick-slider .slick-dots li {
            margin: 0
        }

        .slider .slick-slider .slick-dots li+li {
            margin-left: 20px
        }

        .slider .slick-slider .slick-dots li button {
            background-color: #fff;
            width: 16px;
            height: 16px
        }

        .slider .slick-slider .slick-dots li button:before {
            display: none
        }

        .slider .slick-slider .slick-dots li.slick-active button {
            background-color: #77a300
        }

        .slider .slick-slider .slick-track {
            display: flex;
            align-items: center
        }

        .slider .slick-slider .slick-arrow {
            width: 40px;
            height: 40px
        }

        .slider .slick-slider .slick-arrow.slick-prev {
            background: url(static/images/arrow-left.3DnshIB.svg) center/contain no-repeat;
            left: -50px
        }

        .slider .slick-slider .slick-arrow.slick-next {
            background: url(static/images/arrow-right.1BcuT6Z.svg) center/contain no-repeat;
            right: -50px
        }

        .slider .slick-slider .slick-arrow:before {
            display: none
        }

        .b-current-agent .block-header .block-title {
            margin-bottom: 8px
        }

        .b-current-agent .slick-slider {
            margin-top: 48px
        }

        .b-current-agent .slick-slide {
            text-align: center
        }

        .b-current-agent .slick-slide .item {
            text-align: center;
            background-color: #d8d8d8;
            display: inline-block;
            padding: 10px 20px
        }

        .b-agent-types .item .wrap {
            padding-top: 30px;
            padding-bottom: 30px
        }

        .bussiness-modal .modal-body {
            padding: 0
        }

        .bussiness-modal .modal-banner {
            height: 100%;
            padding: 0;
            background-color: #00363d;
            display: flex;
            flex-direction: column
        }

        .bussiness-modal .modal-banner .block-header {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 100px 30px 40px
        }

        .bussiness-modal .modal-banner .block-header .block-title {
            color: #fff;
            font-size: 32px
        }

        .bussiness-modal .modal-banner .block-header .block-sub-title {
            font-size: 18px
        }

        .bussiness-modal .modal-banner .block-body {
            margin-top: auto
        }

        .bussiness-modal .modal-banner .block-body img {
            max-width: 100%
        }

        .form-register-bussiness {
            padding: 40px 30px 25px 0
        }

        .b-sponsor-banner {
            background-image: url(static/images/sponsor_banner.3JoDdCX.jpg);
            background-size: 100% 100%
        }

        .b-sponsor-intro .block-body {
            text-align: justify
        }

        .sponsor-logos {
            margin-top: 64px;
            text-align: center
        }

        .Recruitment_Intro {
            padding: 20px 0
        }

        .b-customer-host a.btn_register {
            margin: 5px 5px 5px 5px;
            padding: 6px 10px;
            font-weight: bold;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border: none;
            color: #fff;
            background: #333
        }

        .accordian button {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1;
            font-size: 1rem;
            width: 100%;
            text-align: left;
            margin: 5px 0;
            padding: 10px 15px
        }

        .accordian .content {
            padding: 15px;
            border: 1px solid #bce8f1;
            margin-top: -15px;
            border-top: 1px solid #ddd
        }

        .joblist-banner .col-media {
            background-image: url(static/images/joblist-banner.154xUBg.png)
        }

        .joblist-banner .col-text {
            justify-content: flex-end
        }

        .joblist-banner .col-text .content {
            padding-left: 0
        }

        .joblist-banner .col-text .content h1 {
            color: #fff;
            font-size: 32px;
            font-weight: bold;
            line-height: 1.41;
            margin-bottom: 20px
        }

        .joblist-banner .col-text .content p {
            font-size: 16px;
            color: #fff;
            line-height: 1.52;
            text-align: justify
        }

        .joblist-banner .col-text .content p+p {
            margin-top: 15px
        }

        .joblist-banner .col-text .content strong {
            color: #77a300
        }

        .b-joblist .item .wrap {
            text-align: center;
            padding-top: 30px;
            padding-bottom: 30px
        }

        .b-joblist .item .wrap .media-wrap {
            margin-bottom: 15px
        }

        .b-joblist .item .wrap img {
            max-width: 100%
        }

        .b-joblist .item .wrap h3 {
            font-size: 20px;
            font-weight: bold;
            color: #00363d
        }

        .b-joblist .item .wrap p {
            font-size: 18px
        }

        .b-joblist .viewmore {
            margin-top: 25px
        }

        .b-methods .steps {
            margin-bottom: 60px
        }

        .b-methods .steps .step {
            font-size: 18px;
            display: flex;
            align-items: center
        }

        .b-methods .steps .step+.step {
            margin-top: 30px
        }

        .b-methods .steps .step .icon {
            display: inline-block;
            width: 55px;
            height: 55px;
            text-align: center;
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            line-height: 55px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background-color: #77a300;
            margin-right: 45px
        }

        .b-methods .steps .step a {
            font-weight: bold;
            color: #333
        }

        .b-methods .steps .step p {
            max-width: -moz-calc(100% - 100px);
            max-width: -webkit-calc(100% - 100px);
            max-width: calc(100% - 100px)
        }

        .b-methods .note {
            border: 1px solid #01363d;
            padding: 31px 37px;
            font-size: 18px
        }

        .jobdetail-modal .modal-header {
            text-align: center;
            border-bottom: 0
        }

        .jobdetail-modal .modal-header .close {
            position: absolute;
            right: 30px;
            top: 15px;
            font-size: 40px;
            color: #00363d
        }

        .jobdetail-modal .modal-content {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            padding: 30px 80px
        }

        .jobdetail-modal .modal-title {
            font: bold 24px/56px "Open Sans", sans-serif;
            text-align: center
        }

        .jobdetail-modal .modal-body {
            line-height: 1.5
        }

        .jobdetail-modal .modal-body h5,
        .jobdetail-modal .modal-body .h5 {
            font-weight: bold;
            margin-top: 30px;
            margin-bottom: 10px
        }

        .jobdetail-modal .modal-body a {
            color: #333
        }

        .jobdetail-modal .modal-footer {
            padding-bottom: 50px;
            border-top: 0
        }

        .jobdetail-modal .modal-footer .wrap {
            display: flex;
            justify-content: space-between;
            width: 100%
        }

        .jobdetail-modal .modal-footer ul {
            display: flex;
            align-items: center
        }

        .frm-joblist {
            margin-bottom: 48px
        }

        .frm-joblist .form-group {
            position: relative
        }

        .frm-joblist span {
            position: absolute;
            top: 13px;
            right: 10px;
            color: #00363d;
            font-size: 20px
        }

        .frm-joblist .form-row>.col,
        .frm-joblist .form-row [class*=col-] {
            padding-right: 10px;
            padding-left: 10px
        }

        .frm-joblist .form-group {
            height: 100%
        }

        .frm-joblist input,
        .frm-joblist select,
        .frm-joblist .form-control {
            height: 100%;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-color: #979797
        }

        .frm-joblist input:focus,
        .frm-joblist select:focus,
        .frm-joblist .form-control:focus {
            outline: unset;
            box-shadow: unset;
            -webkit-box-shadow: unset;
            -moz-box-shadow: unset;
            -o-box-shadow: unset
        }

        .frm-joblist input {
            padding-right: 30px
        }

        .frm-joblist button {
            width: 100%;
            height: 100%
        }

        .list-jobs tr th {
            color: #00363d
        }

        .list-jobs tr .title {
            cursor: pointer;
            color: #77a300
        }

        .faq__page .search-quick__form .wrap {
            margin-top: 10px
        }

        .faq__page .content-page {
            padding: 30px 0
        }

        .faq__page .faq-category__nav .panel-header {
            padding: 15px 15px;
            border-bottom: 1px solid #f4f5f7;
            min-height: unset
        }

        .faq__page .faq-category__nav .panel-header>div {
            margin: 0
        }

        .faq__page .faq-category__nav .panel-header .heading {
            font-size: 16px
        }

        .faq__page .faq-category__nav ul {
            padding-left: 25px
        }

        .faq__page .faq-category__nav ul li {
            padding: 10px 0
        }

        .faq__page .faq-category__nav ul li.active {
            color: #77a300
        }

        .faq__page .faq-questions {
            padding: 15px
        }

        .faq__page .faq-questions .panel {
            box-shadow: unset
        }

        .faq__page .faq-questions .panel:not(:last-child) {
            margin-bottom: 10px
        }

        .faq__page .faq-questions .panel:before {
            display: none
        }

        .faq__page .faq-questions .panel-header {
            background-color: #f4f5f7;
            padding: 15px;
            min-height: unset
        }

        .faq__page .faq-questions .panel-header svg {
            color: #333
        }

        .faq__page .faq-questions .panel-header[aria-expanded=true] {
            background-color: #77a300;
            color: #fff;
            font-weight: bold
        }

        .faq__page .faq-questions .panel-header[aria-expanded=true] svg {
            color: #fff
        }

        .faq__page .faq-questions .panel-header>div {
            margin: 0
        }

        .faq__page .faq-questions .panel-header .heading {
            font-size: 14px
        }

        .faq__page .faq-questions .panel-body {
            padding: 15px
        }

        .subpage__page .content-page {
            padding: 30px 0;
            text-align: justify
        }

        .subpage__page .content-page h4,
        .subpage__page .content-page h5,
        .subpage__page .content-page h6,
        .subpage__page .content-page ul {
            margin-bottom: 15px
        }

        .subpage__page .content-page li {
            margin-bottom: 5px
        }

        .subpage__page .content-page a {
            color: #77a300
        }

        .landingpage-page .content_layout {
            padding: 30px 0
        }

        .landingpage-page .content_layout .main {
            max-width: 100%;
            margin: auto
        }

        .news__list {
            padding: 0 15px
        }

        .news__list .news__item {
            padding-top: 15px;
            padding-bottom: 15px;
            height: 100%;
            position: relative
        }

        .news__list .news__item.loading::before {
            content: "";
            background-color: rgba(255, 255, 255, .6);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }

        .news__list .news__item .wrap {
            overflow: hidden;
            height: 100%
        }

        .news__list .news__item .media {
            margin-bottom: 10px
        }

        .news__list .news__item .content {
            padding: 15px
        }

        .news__list .news__item .title {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: bold
        }

        .news__list .news__item .desc {
            font-size: 14px
        }

        .news__list .news__item .viewmore {
            text-align: center;
            margin-bottom: 15px
        }

        .news__list .news__item .viewmore a {
            color: #77a300;
            text-transform: uppercase;
            text-decoration: underline
        }

        .news-detail__page {
            max-width: 720px;
            margin: auto
        }

        .news-detail__page .body {
            padding-right: 15px;
            padding-left: 15px
        }

        .news-detail__page .news-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .news-detail__page .news-title {
            font: bold 24px "Montserrat", sans-serif;
            margin: 10px 0 15px
        }

        .news-detail__page .news-content {
            padding-top: 15px;
            padding-bottom: 15px
        }

        .news-detail__page .news-content a {
            color: #77a300
        }

        .news-detail__page .news-content iframe,
        .news-detail__page .news-content img {
            max-width: 100%
        }

        .special-request__form {
            margin: 0 -15px -15px;
            display: flex
        }

        .special-request__form .intro {
            background-color: #77a300;
            color: #fff;
            text-align: left;
            padding: 30px 15px;
            width: 33.3333333%
        }

        .special-request__form .intro .title {
            font: bold 30px "Montserrat", sans-serif;
            margin-bottom: 15px
        }

        .special-request__form .intro ul {
            padding-left: 20px;
            margin-bottom: 15px
        }

        .special-request__form .intro ul li {
            list-style: square;
            margin: 5px 0
        }

        .special-request__form .intro p {
            font-size: 16px;
            font-weight: bold
        }

        .special-request__form .form {
            padding: 30px 15px 15px;
            width: 66.6666667%;
            text-align: left
        }

        .special-request__form .form .send-request {
            min-width: 300px
        }

        .special-request__form .form .form-group label {
            display: block;
            text-align: left;
            font-weight: bold;
            margin-bottom: 5px
        }

        .special-request__form .form .form-group .col {
            width: 50%
        }

        .special-request__form .form .form-group .col:first-child {
            padding-right: 7.5px
        }

        .special-request__form .form .form-group .col:last-child {
            padding-left: 7.5px
        }

        .special-request__form .form .form-group .form-icon {
            margin: 0
        }

        .special-request__form .droppick-address__input.has-error {
            border-color: #ef465e
        }

        .success-request__popup .form-buttons {
            margin-top: 20px
        }

        .key-value-items {
            padding: 0px;
            display: flex;
            max-height: 174px;
            position: relative;
            justify-content: space-between;
            margin-top: 30px;
            flex-direction: column
        }

        .key-value-items .key-value-item {
            max-height: 100%;
            max-width: 50%;
            display: flex;
            align-items: center;
            margin-top: 5px
        }

        .key-value-items .key-value-item .key-value-item-icon {
            width: 24px;
            height: 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start
        }

        .key-value-items .key-value-item img.key-value-item-img {
            max-height: 30px;
            height: 100%
        }

        .key-value-items .key-value-item .key-value-title {
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            line-height: 45px;
            white-space: nowrap;
            max-width: 100%;
            text-overflow: ellipsis;
            padding: 0 15px;
            overflow: hidden
        }

        .key-value-items .key-value-item .key-value-title:first-letter {
            text-transform: uppercase
        }

        .box,
        .ticket-detail__page .main,
        .shortcut-booking-form .form-group,
        .shortcut-booking-form .form-group.filters .form-filter .form__select,
        .rating__block .loading-item,
        .ticket-detail .ticket-detail_price,
        .ticket-detail .ticket-vat_information,
        .ticket-detail .ticket-detail_customer,
        .account_page .nav-tabs,
        .account_page .user__summary,
        .account_page .user-profile,
        .booking-history__item,
        .count-user-booking__alert,
        .search-quick__form .wrap,
        .faq__page .faq-category__nav .panel,
        .faq__page .faq-questions,
        .news__list .news__item .wrap {
            background-color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: 0 4px 8px 2px rgba(18, 18, 18, .06)
        }

        .b-benefit .item .wrap {
            text-align: center
        }

        .b-benefit .item .wrap img {
            width: 80px;
            height: 80px;
            margin-bottom: 24px
        }

        .b-benefit .item .wrap h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px
        }

        .b-social {
            background-color: #f4f5f7
        }

        .b-social .item .wrap {
            text-align: center
        }

        .b-social .item .wrap .media {
            position: relative;
            margin-bottom: 15px
        }

        .b-social .item .wrap img {
            max-width: 100%
        }

        .b-social .item .wrap h3 {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.41
        }

        .b-social .item .wrap h3 a {
            color: #00363d
        }

        .b-social .form-buttons {
            margin-top: 15px
        }

        @media screen and (max-width: 991px) {
            img {
                max-width: 100%
            }
        }

        @media(max-width: 768px) {
            .block {
                padding: 20px 0
            }

            .container {
                max-width: 100%
            }

            .aboutus-banner .row:last-child .col-text {
                justify-content: flex-start
            }

            .aboutus-banner .row:first-child .col-text .content,
            .aboutus-banner .row:last-child .col-text .content {
                padding: 10px;
                max-width: 100%
            }

            .b-core-values .item .wrap {
                padding: 10px 20px
            }

            .b-history .block-body .col-media {
                padding: 0
            }

            .display_none_xs {
                display: none !important
            }

            .b-history .block-body .row:nth-child(even) .col-media {
                order: 0
            }

            .b-transport-benefit .block-body .row:nth-child(even) .col-media,
            .b-transport-benefit .block-body .row .order_index {
                order: 0
            }

            .b-transport-benefit .block-body .row:nth-child(2n) .col-media,
            .b-transport-benefit .block-body .row:nth-child(2n+1) .col-media,
            .b-transport-benefit .block-body .row:nth-child(2n) .col-text,
            .b-transport-benefit .block-body .row:nth-child(2n+1) .col-text {
                padding: 10px
            }

            .slider .slick-slider .slick-arrow.slick-next {
                right: 0
            }

            .slider .slick-slider .slick-arrow.slick-prev {
                left: 0;
                z-index: 9999
            }
        }

        @media(max-width: 576px) {

            .b-transport-banner,
            .b-sponsor-banner {
                width: 100%;
                height: 200px
            }

            .b-howtojoin .block-body:after {
                position: relative
            }

            .b-agent-types .item .wrap {
                text-align: center
            }
        }

        @media(max-width: 320px) {
            .b-history .block-body .row:nth-child(2n+1) .col-text {
                padding-left: 50px
            }

            .b-history .block-body .row:nth-child(2n) .col-text {
                padding-right: 50px
            }
        }

/* Style block 47 */
.fb_hidden {
            position: absolute;
            top: -10000px;
            z-index: 10001
        }

        .fb_reposition {
            overflow: hidden;
            position: relative
        }

        .fb_invisible {
            display: none
        }

        .fb_reset {
            background: none;
            border: 0px;
            border-spacing: 0;
            color: #000;
            cursor: auto;
            direction: ltr;
            font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
            font-size: 11px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            margin: 0;
            overflow: visible;
            padding: 0;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            text-shadow: none;
            text-transform: none;
            visibility: visible;
            white-space: normal;
            word-spacing: normal
        }

        .fb_reset>div {
            overflow: hidden
        }

        @keyframes fb_transform {
            from {
                opacity: 0;
                transform: scale(.95)
            }

            to {
                opacity: 1;
                transform: scale(1)
            }
        }

        .fb_animate {
            animation: fb_transform .3s forwards
        }

        .fb_hidden {
            position: absolute;
            top: -10000px;
            z-index: 10001
        }

        .fb_reposition {
            overflow: hidden;
            position: relative
        }

        .fb_invisible {
            display: none
        }

        .fb_reset {
            background: none;
            border: 0px;
            border-spacing: 0;
            color: #000;
            cursor: auto;
            direction: ltr;
            font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
            font-size: 11px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            margin: 0;
            overflow: visible;
            padding: 0;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            text-shadow: none;
            text-transform: none;
            visibility: visible;
            white-space: normal;
            word-spacing: normal
        }

        .fb_reset>div {
            overflow: hidden
        }

        @keyframes fb_transform {
            from {
                opacity: 0;
                transform: scale(.95)
            }

            to {
                opacity: 1;
                transform: scale(1)
            }
        }

        .fb_animate {
            animation: fb_transform .3s forwards
        }

        .fb_dialog {
            background: rgba(82, 82, 82, .7);
            position: absolute;
            top: -10000px;
            z-index: 10001
        }

        .fb_dialog_advanced {
            border-radius: 8px;
            padding: 10px
        }

        .fb_dialog_content {
            background: #fff;
            color: #373737
        }

        .fb_dialog_close_icon {
            background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
            cursor: pointer;
            display: block;
            height: 15px;
            position: absolute;
            right: 18px;
            top: 17px;
            width: 15px
        }

        .fb_dialog_mobile .fb_dialog_close_icon {
            left: 5px;
            right: auto;
            top: 5px
        }

        .fb_dialog_padding {
            background-color: transparent;
            position: absolute;
            width: 1px;
            z-index: -1
        }

        .fb_dialog_close_icon:hover {
            background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
        }

        .fb_dialog_close_icon:active {
            background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
        }

        .fb_dialog_iframe {
            line-height: 0
        }

        .fb_dialog_content .dialog_title {
            background: #6d84b4;
            border: 1px solid #365899;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin: 0
        }

        .fb_dialog_content .dialog_title>span {
            background: url(https://connect.facebook.net/rsrc.php/v4/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
            float: left;
            padding: 5px 0 7px 26px
        }

        body.fb_hidden {
            height: 100%;
            left: 0px;
            margin: 0px;
            overflow: visible;
            position: absolute;
            top: -10000px;
            transform: none;
            width: 100%
        }

        .fb_dialog.fb_dialog_mobile.loading {
            background: url(https://connect.facebook.net/rsrc.php/v4/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
            min-height: 100%;
            min-width: 100%;
            overflow: hidden;
            position: absolute;
            top: 0;
            z-index: 10001
        }

        .fb_dialog.fb_dialog_mobile.loading.centered {
            background: none;
            height: auto;
            min-height: initial;
            min-width: initial;
            width: auto
        }

        .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
            width: 100%
        }

        .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
            background: none
        }

        .loading.centered #fb_dialog_loader_close {
            clear: both;
            color: white;
            display: block;
            font-size: 18px;
            padding-top: 20px
        }

        #fb-root #fb_dialog_ipad_overlay {
            background: rgba(0, 0, 0, .4);
            bottom: 0;
            left: 0;
            min-height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 10000
        }

        #fb-root #fb_dialog_ipad_overlay.hidden {
            display: none
        }

        .fb_dialog.fb_dialog_mobile.loading iframe {
            visibility: hidden
        }

        .fb_dialog_mobile .fb_dialog_iframe {
            position: sticky;
            top: 0
        }

        .fb_dialog_content .dialog_header {
            background: linear-gradient(from(#738aba), to(#2c4987));
            border-bottom: 1px solid;
            border-color: #043b87;
            box-shadow: white 0px 1px 1px -1px inset;
            color: #fff;
            font: bold 14px Helvetica, sans-serif;
            text-overflow: ellipsis;
            text-shadow: rgba(0, 30, 84, .296875) 0px -1px 0px;
            vertical-align: middle;
            white-space: nowrap
        }

        .fb_dialog_content .dialog_header table {
            height: 43px;
            width: 100%
        }

        .fb_dialog_content .dialog_header td.header_left {
            font-size: 12px;
            padding-left: 5px;
            vertical-align: middle;
            width: 60px
        }

        .fb_dialog_content .dialog_header td.header_right {
            font-size: 12px;
            padding-right: 5px;
            vertical-align: middle;
            width: 60px
        }

        .fb_dialog_content .touchable_button {
            background: linear-gradient(from(#4267b2), to(#2a4887));
            background-clip: padding-box;
            border: 1px solid #29487d;
            border-radius: 3px;
            display: inline-block;
            line-height: 18px;
            margin-top: 3px;
            max-width: 85px;
            padding: 4px 12px;
            position: relative
        }

        .fb_dialog_content .dialog_header .touchable_button input {
            background: none;
            border: none;
            color: white;
            font: bold 12px Helvetica, sans-serif;
            margin: 2px -12px;
            padding: 2px 6px 3px 6px;
            text-shadow: rgba(0, 30, 84, .296875) 0px -1px 0px
        }

        .fb_dialog_content .dialog_header .header_center {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            text-align: center;
            vertical-align: middle
        }

        .fb_dialog_content .dialog_content {
            background: url(https://connect.facebook.net/rsrc.php/v4/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
            border: 1px solid #4a4a4a;
            border-bottom: 0;
            border-top: 0;
            height: 150px
        }

        .fb_dialog_content .dialog_footer {
            background: #f5f6f7;
            border: 1px solid #4a4a4a;
            border-top-color: #ccc;
            height: 40px
        }

        #fb_dialog_loader_close {
            float: left
        }

        .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
            visibility: hidden
        }

        #fb_dialog_loader_spinner {
            animation: rotateSpinner 1.2s linear infinite;
            background-color: transparent;
            background-image: url(https://connect.facebook.net/rsrc.php/v4/yD/r/t-wz8gw1xG1.png);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            height: 24px;
            width: 24px
        }

        @keyframes rotateSpinner {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        .fb_iframe_widget {
            display: inline-block;
            position: relative
        }

        .fb_iframe_widget span {
            display: inline-block;
            position: relative;
            text-align: justify
        }

        .fb_iframe_widget iframe {
            position: absolute
        }

        .fb_iframe_widget_fluid_desktop,
        .fb_iframe_widget_fluid_desktop span,
        .fb_iframe_widget_fluid_desktop iframe {
            max-width: 100%
        }

        .fb_iframe_widget_fluid_desktop iframe {
            min-width: 220px;
            position: relative
        }

        .fb_iframe_widget_lift {
            z-index: 1
        }

        .fb_iframe_widget_fluid {
            display: inline
        }

        .fb_iframe_widget_fluid span {
            width: 100%
        }

