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

* html .clearfix {
    zoom: 1
}

*:first-child + html .clearfix {
    zoom: 1
}

.list-reset {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.horizontal-center {
    position: relative;
    display: block !important;
    margin: 0 auto
}

.box-shadow {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25)
}

.h-border {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent url("/assets/images/bg-border-v.png") repeat-x scroll left bottom
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f1f1f1
}

@media (max-width: 768px) {
    body {
        padding-bottom: 65px
    }

    body.error-page-body {
        padding-bottom: 0px
    }
}

.container {
    max-width: 1200px
}

section {
    position: relative
}

a:hover, a:focus {
    text-decoration: none
}

address {
    margin-bottom: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0.01px
}

@media screen and (max-width: 480px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        width: 100% !important;
        left: 0
    }

    .visible-xxs {
        display: block !important
    }

    .hidden-xxs {
        display: none !important
    }
}

html {
    font-size: 100%
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

h1, .h1, .cp-thumbnail.featured .title {
    font-size: 28px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #14274f
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400
}

h3, .h3, .customer-profile-nav .title {
    font-size: 21px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400
}

h4, .h4 {
    font-size: 19px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400
}

h5, .h5, .cp-thumbnail .title a {
    font-size: 17px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400
}

h6, .h6 {
    font-size: 15px;
    line-height: 1.1;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400
}

p, a, .p {
    font-size: 14px;
    line-height: 1.33;
    font-family: "Open Sans", sans-serif
}

.text-large {
    font-size: 17px;
    line-height: 1.3
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-strong {
    font-weight: bold
}

.text-normal {
    font-weight: normal
}

@media (max-width: 767px) {
    .text-left-xs {
        text-align: left
    }

    .text-center-xs {
        text-align: center
    }

    .text-right-xs {
        text-align: right
    }

    .text-justify-xs {
        text-align: justify
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .text-justify-sm {
        text-align: justify
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-justify-md {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-right-lg {
        text-align: right
    }

    .text-justify-lg {
        text-align: justify
    }
}

.text-primary {
    color: #fd8204 !important
}

.bg-primary {
    background-color: #fd8204
}

.text-secondary {
    color: #092c74 !important
}

.bg-secondary {
    background-color: #092c74
}

.text-generic {
    color: #666 !important
}

.bg-generic {
    background-color: #666
}

.text-generic-dark {
    color: #333 !important
}

.bg-generic-dark {
    background-color: #333
}

.text-white {
    color: #fff !important
}

.bg-white {
    background-color: #fff
}

.text-danger {
    color: #d9534f !important
}

.bg-danger {
    background-color: #d9534f
}

.text-success {
    color: #3c763d !important
}

.bg-success {
    background-color: #3c763d
}

.text-warning {
    color: #f0ad4e !important
}

.bg-warning {
    background-color: #f0ad4e
}

.label-confirmed {
    background: #0aa699
}

.seo-title {
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    padding: 0px !important;
    margin: 0px !important
}

.seo-title:before {
    display: none;
    height: 0px;
    width: 0px;
    background-color: transparent
}

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

.display-block {
    display: block !important
}

.display-table {
    display: table !important
}

.hidden {
    display: none !important
}

.visible {
    display: block !important
}

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

.invisible {
    opacity: 0
}

.visible-small {
    display: none !important
}

@media screen and (max-width: 768px) {
    .hide-medium {
        display: none !important
    }
}

@media screen and (max-width: 480px) {
    .hide-small {
        display: none !important
    }

    .visible-small {
        display: block !important
    }
}

li.disabled a {
    text-decoration: none;
    color: #666
}

li.disabled a:hover {
    cursor: not-allowed;
    text-decoration: none
}

.hr {
    width: 30px;
    margin: 0;
    height: 4px;
    background-color: #14274f
}

.btn-xl {
    padding: 20px 30px !important
}

.pad-top-sm {
    padding-top: 5px !important
}

.pad-top-md {
    padding-top: 15px !important
}

.pad-top-lg {
    padding-top: 20px !important
}

.pad-top-xl {
    padding-top: 25px !important
}

.pad-top {
    padding-top: 10px !important
}

.pad-top-0 {
    padding-top: 0px !important
}

.pad-bottom-sm {
    padding-bottom: 5px !important
}

.pad-bottom-md {
    padding-bottom: 15px !important
}

.pad-bottom-lg {
    padding-bottom: 20px !important
}

.pad-bottom-xl {
    padding-bottom: 25px !important
}

.pad-bottom {
    padding-bottom: 10px !important
}

.pad-bottom-0 {
    padding-bottom: 0px !important
}

.pad-left-sm {
    padding-left: 5px !important
}

.pad-left-md {
    padding-left: 15px !important
}

.pad-left-lg {
    padding-left: 20px !important
}

.pad-left-xl {
    padding-left: 25px !important
}

.pad-left {
    padding-left: 10px !important
}

.pad-left-0 {
    padding-left: 0px !important
}

.pad-right-sm {
    padding-right: 5px !important
}

.pad-right-md {
    padding-right: 15px !important
}

.pad-right-lg {
    padding-right: 20px !important
}

.pad-right-xl {
    padding-right: 25px !important
}

.pad-right {
    padding-right: 10px !important
}

.pad-right-0 {
    padding-right: 0px !important
}

.pad-x-sm {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pad-x-md {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pad-x-lg {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pad-x-xl {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pad-x {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pad-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.pad-y-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pad-y-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pad-y-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pad-y-xl {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pad-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pad-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.mar-top-sm {
    margin-top: 5px !important
}

.mar-top-md {
    margin-top: 15px !important
}

.mar-top-lg {
    margin-top: 20px !important
}

.mar-top-xl {
    margin-top: 25px !important
}

.mar-top {
    margin-top: 10px !important
}

.mar-top-0 {
    margin-top: 0px !important
}

.mar-bottom-sm {
    margin-bottom: 5px !important
}

.mar-bottom-md {
    margin-bottom: 15px !important
}

.mar-bottom-lg {
    margin-bottom: 20px !important
}

.mar-bottom-xl {
    margin-bottom: 25px !important
}

.mar-bottom {
    margin-bottom: 10px !important
}

.mar-bottom-0 {
    margin-bottom: 0px !important
}

.mar-left-sm {
    margin-left: 5px !important
}

.mar-left-md {
    margin-left: 15px !important
}

.mar-left-lg {
    margin-left: 20px !important
}

.mar-left-xl {
    margin-left: 25px !important
}

.mar-left {
    margin-left: 10px !important
}

.mar-left-0 {
    margin-left: 0px !important
}

.mar-right-sm {
    margin-right: 5px !important
}

.mar-right-md {
    margin-right: 15px !important
}

.mar-right-lg {
    margin-right: 20px !important
}

.mar-right-xl {
    margin-right: 25px !important
}

.mar-right {
    margin-right: 10px !important
}

.mar-right-0 {
    margin-right: 0px !important
}

.mar-x-sm {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mar-x-md {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mar-x-lg {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mar-x-xl {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mar-x {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mar-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.mar-y-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mar-y-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mar-y-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mar-y-xl {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.mar-y {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mar-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

@media screen and (max-width: 480px) {
    .pad-x-0-xs {
        padding-left: 0;
        padding-right: 0
    }
}

.cp-wrapper {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -30px
}

.cp-wrapper .cp-content {
    background-color: #fff;
    padding: 15px 0
}

.cp-wrapper .page-title {
    display: inline-block
}

.cp-wrapper .page-title span {
    color: #fd8204
}

.cp-wrapper .myaph-brand {
    float: right
}

.cp-wrapper .myaph-brand span:first-child {
    font-size: 28px;
    line-height: 1.33;
    color: #092c74
}

.cp-wrapper .myaph-brand span:nth-child(2) {
    font-size: 28px;
    line-height: 1.33;
    color: #fd8204;
    font-weight: 600
}

.cp-wrapper .myaph-brand span:last-child {
    font-size: 12px;
    line-height: 1.33;
    color: #092c74;
    display: block
}

.cp-wrapper .cp-booking-form {
    margin-top: 30px
}

.cp-wrapper .section-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.cp-wrapper .section-title .title {
    font-size: 28px;
    line-height: 1.33;
    color: #14274f
}

.cp-wrapper .section-title p {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    padding-left: 10%;
    padding-right: 10%
}

@media (max-width: 768px) {
    .cp-wrapper .section-title p {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .cp-wrapper .cp-content {
        margin-top: -60px
    }
}

.ie8 .cp-wrapper, .ie9 .cp-wrapper, .ie10 .cp-wrapper {
    background-attachment: scroll
}

.ie8 .cp-wrapper {
    background-position: center top
}

.cp-content .page-header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0
}

.cp-content.cp-response .page-header {
    text-align: center;
    border-left: none
}

.cp-content.cp-response .page-content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.cp-content.cp-response .page-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #333
}

.cp-content.cp-response .page-content form {
    margin-top: 30px
}

.cp-content.cp-response .page-content form input {
    text-align: center
}

.customer-profile-background {
    background: radial-gradient(circle at 50% 30%, #fff 0%, rgba(255, 251, 242, 0.85) 2.5%, rgba(255, 236, 208, 0.45) 7%, rgba(255, 216, 170, 0.2) 14%, rgba(252, 200, 155, 0.08) 22%, rgba(250, 195, 150, 0) 34%), radial-gradient(ellipse 700% 66% at 50% 100%, #04030a 0%, #0b0918 42%, #171429 72%, rgba(23, 20, 41, 0.95) 92%, rgba(23, 20, 41, 0) 100%), radial-gradient(ellipse 200% 9% at 50% 28%, #ffd6a0 0%, #f6b47a 50%, rgba(236, 170, 124, 0) 100%), radial-gradient(ellipse 230% 30% at 50% -6%, #16346c 0%, #2c5fa4 45%, #6aa3d8 78%, rgba(160, 200, 235, 0) 100%), #14122a;
    margin-bottom: -30px;
    padding-bottom: 30px
}

@media (min-width: 769px) {
    .customer-profile-background {
        background: #14122a url("/assets/images/background/customer-profile-background.jpg") center center/cover no-repeat
    }
}

.customer-page-content-wrapper {
    margin-top: 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.85);
    padding-bottom: 15px
}

.customer-page-content-wrapper #booking-form {
    display: none
}

@media (max-width: 768px) {
    .customer-page-content-wrapper .content-secondary {
        display: none
    }
}

.customer-profile .page-header {
    margin: 0 15px
}

.customer-profile header {
    background: #fff;
    padding: 15px 0;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px
}

.customer-profile header h1.line {
    color: #092c74;
    margin: 0 0 20px;
    padding: 20px 0 15px;
    font-weight: 400;
    position: relative;
    font-size: 26px;
    line-height: 1.33;
    font-weight: 600;
    text-align: center;
    color: #092c74
}

.customer-profile header h1.line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    height: 5px;
    width: 60px;
    background-color: #fd8204
}

.customer-profile header h1 {
    font-size: 26px;
    line-height: 1.33;
    font-weight: 600;
    color: #092c74;
    text-align: left;
    padding: 0 0px 0px;
    margin-top: 10px
}

.customer-profile header h1 a {
    font-size: 26px;
    line-height: 1.33
}

.no-result {
    text-align: center
}

.no-result span {
    color: #ccc
}

.no-result p {
    margin-top: 15px;
    color: #ccc
}

.customer-profile-header .title {
    background-color: #092c74;
    padding: 15px;
    font-size: 17px;
    line-height: 1.33;
    color: #fff;
    width: 100%;
    position: relative;
    font-weight: 700
}

.customer-profile-header .title:before {
    position: absolute;
    left: 20px;
    bottom: -19px;
    content: '';
    border: 10px solid transparent;
    border-top-color: #092c74
}

.customer-profile-header .title .title-text {
    display: inline-block;
    padding-top: 3px
}

.customer-profile-header .title button {
    float: right
}

@media screen and (max-width: 480px) {
    .customer-profile-header .title .title-text {
        display: block;
        padding-top: 0
    }

    .customer-profile-header .title button {
        margin-top: 10px;
        float: left
    }
}

.customer-profile-box {
    background: #fff;
    padding: 30px 15px 15px;
    border-width: 0px 1px 1px 1px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.customer-profile-box .panel-heading {
    padding-bottom: 0
}

.customer-profile-box .panel-heading ul.nav-tabs {
    border-bottom: 0
}

.customer-profile-box .panel-heading ul.nav-tabs li a {
    background: #eaeaea;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.customer-profile-box .panel-heading ul.nav-tabs li.active a {
    background: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    border-bottom: 1px solid #fff
}

.customer-profile-box p.legend:before {
    right: 0;
    margin: auto
}

.customer-profile-box fieldset .btn-secondary.to-stroke {
    color: #fff
}

.customer-profile-box fieldset .btn-secondary.to-stroke:hover {
    color: #092c74
}

.customer-profile-box .panel {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin: 0 auto 15px auto
}

.customer-profile-box .panel.with-nav-tabs {
    border: none;
    padding: 0
}

.customer-profile-box .panel h2 {
    font-size: 19px;
    line-height: 1.33;
    color: #092c74;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative
}

.customer-profile-box .panel h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    height: 5px;
    width: 30px;
    background-color: #fd8204
}

.customer-profile-box .terms-conditions p {
    font-size: 11px;
    line-height: 14px
}

.booking-overview .customer-discount h2 {
    font-size: 45px;
    line-height: 1.33;
    letter-spacing: -3px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fd8204;
    display: inline-block;
    float: left;
    margin-right: 5px
}

.booking-overview .customer-discount span {
    font-size: 11px;
    line-height: 1.33
}

@media (max-width: 991px) {
    .booking-overview .customer-discount span {
        font-size: 14px;
        line-height: 1.33;
        padding-top: 15px;
        display: inline-block
    }
}

.booking-overview .customer-discount a {
    font-size: 11px;
    line-height: 1.33
}

@media (max-width: 991px) {
    .booking-overview .customer-discount a {
        font-size: 14px;
        line-height: 1.33
    }
}

@media (max-width: 991px) {
    .booking-overview .bookings-count {
        margin-bottom: 15px
    }
}

.booking-overview .count {
    font-size: 28px;
    line-height: 1.33;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    font-weight: 600
}

.booking-overview .total {
    border: 2px solid #092c74;
    display: flex
}

.booking-overview .total .count {
    background: #092c74
}

.booking-overview .bookings {
    padding: 10px;
    display: inline-block;
    background: #f6f6f6
}

.booking-overview .completed {
    border: 2px solid #666;
    display: flex
}

.booking-overview .completed .count {
    background: #666
}

.booking-overview .upcoming {
    border: 2px solid #16a085;
    display: flex
}

.booking-overview .upcoming .count {
    background: #16a085
}

.booking-overview .cancelled {
    border: 2px solid #ef4836;
    display: flex
}

.booking-overview .cancelled .count {
    background: #ef4836
}

.ie8 .booking-overview .completed, .ie8 .booking-overview .upcoming, .ie8 .booking-overview .cancelled, .ie9 .booking-overview .completed, .ie9 .booking-overview .upcoming, .ie9 .booking-overview .cancelled {
    display: inline-block
}

.customer-profile ul.tabs-cat li.cate-item a {
    padding-top: 30px
}

.customer-login + i {
    font-size: 21px;
    line-height: 1.33;
    position: absolute;
    right: 0;
    top: 45px;
    margin: -32px 15px 0 0;
    color: #ccc
}

.customer-login-form {
    padding: 0 0 15px 0;
    margin-top: 15px;
    display: inline-block;
    max-width: 100%
}

.customer-login-form .form-field {
    height: auto !important
}

.customer-login-form .form-submit {
    padding: 10px 15px 0 15px
}

.customer-login-form .form-submit a {
    padding-top: 15px;
    display: inline-block;
    color: #fff
}

.customer-login-form .field-checkbox {
    padding: 10px 15px
}

.customer-login-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 35px
}

.customer-login-form .alert:first-child {
    margin-top: 15px
}

.customer-login-form .alert:before {
    font-family: "aph-webfont";
    content: "\e93f";
    margin-right: 8px;
    margin-left: -25px;
    display: inline-block
}

.customer-login-content {
    padding-top: 40px
}

.customer-login-content i {
    color: #fff
}

@media (max-width: 991px) {
    .customer-login-content {
        padding-top: 0
    }
}

.customer-login-content h2 {
    color: #092c74;
    border-bottom: 1px dashed #14274f;
    display: inline-block;
    padding-bottom: 10px
}

.customer-login-content ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0px
}

.customer-login-content ul li {
    position: relative;
    padding: 22px 0 0 55px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.33
}

.customer-login-content ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    background: #fd8204
}

.my-aph-footer {
    padding-right: 40px
}

.my-aph {
    float: right;
    font-size: 28px;
    line-height: 1.33
}

.my-aph span.slogan {
    font-size: 12px;
    line-height: 1.33;
    display: block;
    color: #092c74
}

span.my {
    color: #092c74 !important;
    font-weight: 400 !important;
    font-size: inherit !important
}

span.aph {
    color: #fd8204 !important;
    font-weight: 700 !important;
    font-size: inherit !important;
    color: #fd8204 !important;
    font-weight: 400 !important;
    color: #fd8204 !important;
    font-weight: 400 !important
}

.mycar-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #fff
}

.mycar-box.active {
    border: solid 1px #fd8204;
    background-color: rgba(253, 130, 4, 0.05)
}

.mycar-box h4 {
    color: #fd8204;
    text-align: left;
    padding: 0;
    margin: 0
}

.mycar-box .preferred-car {
    text-align: right;
    font-weight: 700
}

.mycar-box .preferred-car i {
    color: #fd8204
}

.mycar-box .add-car {
    text-align: center;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 3px
}

.mycar-box .add-car i {
    font-size: 28px;
    line-height: 1.33;
    transition: all .2s linear;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc
}

.mycar-box .add-car i:hover {
    color: #092c74
}

.mycar-box .add-car span {
    transition: all .2s linear;
    display: block;
    margin-top: 10px;
    color: #092c74;
    font-weight: 600
}

.mycar-box .add-car span:hover {
    color: #fd8204
}

.car-registration button.js_find-car-trigger {
    padding: 7px 15px
}

.myprofile-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #fff
}

.myprofile-box h4 {
    text-align: left;
    padding: 0;
    margin: 0
}

.myprofile-box .show-password {
    padding: 5px 10px
}

.myprofile-box label.show-password-label {
    font-size: 14px;
    line-height: 1.33;
    text-transform: uppercase;
    font-weight: 400
}

.social-preferences {
    border-top: 1px solid #f6f6f6;
    padding-top: 20px
}

.social-preferences h4 {
    margin-bottom: 20px
}

.btn-facebook {
    background: #3b5998
}

.btn-twitter {
    background: #1da1f2
}

.edit-personal-information fieldset.preferred-car {
    border-top: 8px solid #fd8204;
    border-right: 8px solid #fd8204;
    border-bottom: 8px solid #fd8204;
    border-radius: 0
}

@media (max-width: 991px) {
    .edit-personal-information fieldset.preferred-car {
        border: 8px solid #fd8204
    }
}

.edit-personal-information .preferred-car-header {
    background: #fd8204;
    padding: 15px;
    color: #fff;
    font-size: 17px;
    line-height: 1.33;
    vertical-align: middle;
    text-align: center;
    display: table;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.edit-personal-information .preferred-car-header .center-wrap {
    display: table-cell;
    vertical-align: middle
}

.edit-personal-information .preferred-car-header i {
    font-size: 35px;
    line-height: 1.33;
    display: block;
    padding: 0
}

@media (max-width: 991px) {
    .edit-personal-information .preferred-car-header {
        border-radius: 0
    }
}

.edit-personal-information button {
    padding: 10px 25px
}

.tgl {
    display: none
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.tgl + .tgl-btn:after {
    left: 0
}

.tgl + .tgl-btn:before {
    display: none
}

.tgl:checked + .tgl-btn:after {
    left: 50%
}

.tgl-light + .tgl-btn {
    background: #f6f6f6;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .3s ease;
    transition: all .4s ease
}

.tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.tgl-light:checked + .tgl-btn {
    background: #fd8204
}

.tgl span {
    font-size: 28px;
    line-height: 1.33
}

.voucher-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #fff
}

.voucher-box.active {
    border: solid 1px #fd8204;
    background-color: rgba(253, 130, 4, 0.05)
}

.voucher-box .purchase-voucher {
    text-align: center;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #fd8204;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc
}

.voucher-box .purchase-voucher i {
    background-color: #fff;
    font-size: 28px;
    line-height: 1.33;
    transition: all .2s linear;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc
}

.voucher-box .purchase-voucher i:hover {
    color: #092c74
}

.voucher-box .purchase-voucher h3 {
    color: #fff
}

.voucher-box .purchase-voucher:hover {
    transition: all .2s linear;
    background-color: #092c74
}

.customer-profile-table-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden
}

.customer-profile-table-wrapper.show-overflow {
    overflow-x: auto
}

.customer-profile-table-wrapper h1 {
    text-align: center
}

.customer-profile-table-wrapper h1 span {
    border-radius: 5px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    background-color: #fd8204;
    color: #666;
    padding: 5px;
    font-size: 60%
}

.customer-profile-table-wrapper .table thead {
    background: #ccc;
    border: none;
    width: 100%
}

.customer-profile-table-wrapper .table thead th {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
    color: #666
}

.customer-profile-table-wrapper .table thead th .table-sort {
    color: #666;
    display: inline
}

.customer-profile-table-wrapper .table thead th .table-sort span {
    position: relative;
    top: 1px;
    margin-left: 10px
}

.customer-profile-table-wrapper .table thead th .table-sort:hover {
    color: #fff
}

.customer-profile-table-wrapper .table > tbody > tr, .customer-profile-table-wrapper .table > tfoot > tr, .customer-profile-table-wrapper .table > tbody > tr, .customer-profile-table-wrapper .table > tfoot > tr {
    border-bottom: solid 1px #ddd;
    transition: all .2s linear
}

.customer-profile-table-wrapper .table > tbody > tr:hover, .customer-profile-table-wrapper .table > tfoot > tr:hover, .customer-profile-table-wrapper .table > tbody > tr:hover, .customer-profile-table-wrapper .table > tfoot > tr:hover {
    background-color: #d8e2f5
}

.customer-profile-table-wrapper .table > thead > tr > th, .customer-profile-table-wrapper .table > tbody > tr > th, .customer-profile-table-wrapper .table > tfoot > tr > th, .customer-profile-table-wrapper .table > thead > tr > td, .customer-profile-table-wrapper .table > tbody > tr > td, .customer-profile-table-wrapper .table > tfoot > tr > td {
    vertical-align: middle;
    text-align: center
}

.customer-profile-table-wrapper .table-bordered > thead > tr > th, .customer-profile-table-wrapper .table-bordered > tbody > tr > th, .customer-profile-table-wrapper .table-bordered > tfoot > tr > th, .customer-profile-table-wrapper .table-bordered > thead > tr > td, .customer-profile-table-wrapper .table-bordered > tbody > tr > td, .customer-profile-table-wrapper .table-bordered > tfoot > tr > td {
    border: none
}

.customer-profile-table-title {
    margin-bottom: 40px;
    text-align: center
}

.customer-profile-box table > tbody + tbody {
    border: 0
}

tbody.package {
    border: 0 !important;
    border-bottom: 0 !important
}

tbody.package:hover td {
    background-color: #d8e2f5;
    transition: all .2s linear
}

tbody.package tr:nth-last-child(2) {
    border: 0 !important
}

td.call-action a {
    font-size: 11px;
    line-height: 1.33;
    font-weight: 700
}

.mycars tr.preferred {
    background: #f4dcc2 !important
}

.mycars tr.preferred i {
    color: #fd8204
}

table.mycars {
    margin-bottom: 0
}

table.mycars td {
    text-align: left !important
}

table.mycars th {
    text-align: left !important;
    background: #f6f6f6
}

table.vouchers {
    margin-bottom: 0
}

table.vouchers td, table.vouchers th {
    text-align: left !important
}

.ie .customer-profile-table .btn {
    margin-top: 0px
}

table.myprofile {
    margin-bottom: 0
}

table.myprofile td {
    text-align: left !important;
    width: 50%
}

table.myprofile th {
    text-align: left !important;
    background: #f6f6f6
}

.cp-table {
    width: 888px;
    max-width: inherit
}

.cp-table > thead > tr > th, .cp-table > tbody > tr > td {
    text-align: left !important;
    font-size: 12px
}

.cp-table .action-btn-group .btn {
    padding-top: 3px;
    padding-bottom: 3px
}

.cp-thumbnail {
    transition: all .2s linear;
    border: solid 1px #ccc
}

.cp-thumbnail img {
    transition: all .2s linear;
    transition: all .2s linear
}

.cp-thumbnail img:hover {
    opacity: .7
}

.cp-thumbnail img:hover {
    cursor: pointer
}

.cp-thumbnail .content {
    padding: 15px;
    background-color: #f6f6f6;
    text-align: center;
    position: relative
}

.cp-thumbnail .title {
    margin: 0;
    text-align: center
}

.cp-thumbnail .title a {
    display: block
}

.cp-thumbnail .btn {
    margin-top: 20px
}

.cp-thumbnail.featured {
    min-height: 500px;
    background-position: right top;
    background-size: cover;
    margin-bottom: 0
}

.cp-thumbnail.featured .content {
    margin-top: 130px;
    display: block;
    position: relative;
    width: 80%;
    left: 10%;
    bottom: 15px;
    background-color: rgba(253, 130, 4, 0.8)
}

.cp-thumbnail.featured .content p {
    font-size: 17px;
    line-height: 1.33;
    color: #fff;
    margin-top: 20px
}

.cp-thumbnail.featured .title {
    font-weight: 500;
    color: #fff
}

.cp-thumbnail.featured .title span {
    display: block
}

.cp-thumbnail.variation-2 .title {
    color: #092c74
}

.cp-thumbnail.variation-2 .title a {
    font-weight: 500;
    color: #fd8204
}

.cp-thumbnail.variation-3 .content {
    background-color: #fd8204;
    color: #fff
}

.cp-thumbnail.variation-3 .title a {
    font-weight: 500;
    color: #fff
}

.cp-thumbnail:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .cp-thumbnail.featured {
        min-height: auto
    }

    .cp-thumbnail.featured .content {
        position: relative
    }
}

.cp-thumbnail-divider {
    margin-bottom: 30px;
    margin-top: 0
}

.cp-thumbnail-accordion {
    width: 322%
}

.cp-thumbnail-accordion.full-width {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 15px
}

.cp-thumbnail-accordion .content {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f1f1f1
}

.cp-thumbnail-accordion .content h2 {
    margin-top: 0;
    color: #092c74
}

.ie8 .cp-thumbnail-accordion {
    width: 100%
}

.cp-thumbnail-wrapper .cp-thumbnail {
    border: none
}

.cp-thumbnail-wrapper .cp-thumbnail.variation-2 .content {
    background-color: #fff;
    border: solid 1px #ccc
}

.cp-thumbnail-wrapper .cp-thumbnail:hover {
    box-shadow: none
}

.cp-thumbnail-wrapper:nth-child(4n+1) .cp-thumbnail-accordion {
    margin-left: 0
}

.cp-thumbnail-wrapper:nth-child(4n+2) .cp-thumbnail-accordion {
    margin-left: -111%
}

.cp-thumbnail-wrapper:nth-child(4n+3) .cp-thumbnail-accordion {
    margin-left: -222%
}

@media (max-width: 991px) {
    .cp-thumbnail-wrapper .cp-thumbnail-accordion {
        width: 100%
    }

    .cp-thumbnail-wrapper:nth-child(4n+1) .cp-thumbnail-accordion {
        margin-left: 0
    }

    .cp-thumbnail-wrapper:nth-child(4n+2) .cp-thumbnail-accordion {
        margin-left: 0
    }

    .cp-thumbnail-wrapper:nth-child(4n+3) .cp-thumbnail-accordion {
        margin-left: 0
    }
}

.cp-triangle {
    position: relative
}

.cp-triangle.color-one {
    margin-bottom: 15px;
    top: -1px;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fd8204 transparent transparent transparent
}

.cp-triangle.color-two {
    margin-bottom: 30px;
    border-color: transparent;
    top: -1px
}

.cp-triangle.color-two:before, .cp-triangle.color-two:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0
}

.cp-triangle.color-two:before {
    bottom: -16px;
    left: 47%;
    border-top-color: #ccc;
    border-width: 16px
}

.cp-triangle.color-two:after {
    bottom: -15px;
    left: 47.3%;
    border-top-color: #fff;
    border-width: 15px
}

.customer-profile-nav {
    margin-top: 0px;
    text-align: center
}

.customer-profile-nav span {
    color: #fff;
    font-size: 19px;
    line-height: 1.33;
    display: block
}

.customer-profile-nav ul li a {
    display: block
}

.customer-profile-nav ul li.active i, .customer-profile-nav ul li.active a {
    color: #fd8204
}

.customer-profile-nav .title {
    color: #fd8204;
    background-color: #092c74
}

.customer-profile-nav .arrow {
    border-top: 20px solid #092c74
}

.customer-profile-nav a:hover i, .customer-profile-nav button:hover i {
    color: #092c74
}

.customer-profile-nav i {
    font-size: 22px;
    line-height: 1.33;
    display: block;
    color: #666
}

.customer-profile-nav button.cp-booking-form-trigger {
    font-size: 15px;
    line-height: 1.33;
    background: none;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #666;
    padding: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

.customer-profile-nav button.cp-booking-form-trigger:hover {
    color: #092c74
}

@media screen and (max-width: 991px) {
    .customer-page-content-wrapper #sticky-sidebar {
        position: relative;
        top: 0
    }

    .customer-profile-nav.cp-sticky-sidebar-nav {
        display: block;
        max-width: 100%;
        background-color: transparent;
        box-shadow: none
    }

    .customer-profile-nav.cp-sticky-sidebar-nav ul li {
        width: 25%;
        height: 78px;
        float: left;
        background: none
    }

    .customer-profile-nav.cp-sticky-sidebar-nav .content {
        background-color: transparent;
        border: solid 1px #ccc
    }
}

@media screen and (max-width: 480px) {
    .customer-profile-nav.cp-sticky-sidebar-nav ul li {
        width: 33%
    }
}

@media screen and (max-width: 400px) {
    .customer-profile-nav.cp-sticky-sidebar-nav ul li {
        width: 50%
    }
}

.my-aph-branding {
    text-align: center;
    margin-top: 10px
}

.my-aph-branding span:first-child {
    font-size: 27px;
    line-height: 1;
    color: #092c74
}

.my-aph-branding span:nth-child(2) {
    font-size: 27px;
    line-height: 1;
    color: #fd8204;
    font-weight: 600
}

.my-aph-branding span:last-child {
    font-size: 12px;
    line-height: 1;
    color: #092c74;
    display: block;
    margin-top: 5px
}

@media (max-width: 768px) {
    .my-aph-branding {
        margin-bottom: 20px
    }
}

.my-aph-banner {
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid 1px #ccc
}

.my-aph-banner .branding {
    background-color: #f6f6f6;
    text-align: center;
    width: 20%;
    float: left;
    display: inline-block;
    border-right: solid 1px #ccc;
    padding: 15px
}

.my-aph-banner .branding span:first-child {
    font-size: 27px;
    line-height: 1;
    color: #092c74
}

.my-aph-banner .branding span:nth-child(2) {
    font-size: 27px;
    line-height: 1;
    color: #fd8204;
    font-weight: 600
}

.my-aph-banner .branding span:last-child {
    font-size: 12px;
    line-height: 1;
    color: #092c74;
    display: block;
    margin-top: 5px
}

.my-aph-banner .content-wrapper {
    width: 80%;
    padding: 15px;
    display: inline-block;
    float: left
}

.my-aph-banner .content {
    width: 80%;
    display: inline-block;
    float: left;
    padding-right: 15px
}

.my-aph-banner .cta {
    width: 20%;
    display: inline-block;
    text-align: right
}

.my-aph-banner .title {
    color: #092c74;
    border-bottom: none;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative
}

.my-aph-banner .title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 30px;
    background-color: #fd8204
}

@media (max-width: 991px) {
    .my-aph-banner .content, .my-aph-banner .cta {
        width: 100%
    }

    .my-aph-banner .cta {
        text-align: left
    }
}

@media (max-width: 768px) {
    .my-aph-banner .branding {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #ccc
    }

    .my-aph-banner .content-wrapper {
        width: 100%;
        text-align: center
    }

    .my-aph-banner .content, .my-aph-banner .cta {
        text-align: center
    }

    .my-aph-banner .title:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0px;
        height: 5px;
        width: 30px;
        background-color: #fd8204
    }
}

.cp-message {
    margin-bottom: 15px;
    border: solid 1px #ccc;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cp-message .content {
    position: relative;
    height: 140px;
    cursor: pointer
}

.cp-message .default, .cp-message .applied, .cp-message .message {
    height: 100%
}

.cp-message .message {
    display: none
}

.cp-message .discount {
    display: inline-block;
    padding: 5px;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.cp-message .discount.default {
    background-color: #d9534f
}

.cp-message .discount.applied {
    background-color: #0aa699
}

.cp-message .discount.message-success {
    background-color: #0aa699
}

.cp-message .discount.message-error {
    background-color: #d9534f
}

.cp-message .discount-value {
    display: block;
    font-size: 2em;
    font-weight: 600;
    margin-top: 10px
}

.cp-message .discount-text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.cp-message .discount-status-applied {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.cp-message .discount-status-message {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.cp-message .title {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.4em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #fff;
    text-align: center
}

.cp-message .subtitle {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 60%;
    color: #fff;
    text-align: center;
    font-weight: 400
}

.cp-message .btn-discount-message {
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #0aa699;
    transition: background-color 0.3s
}

.cp-message .btn-discount-message:hover, .cp-message .btn-discount-message:focus {
    background-color: #09988c;
    color: #fff
}

@media screen and (max-width: 991px) {
    .cp-message .discount {
        width: 100px;
        height: 100px
    }

    .cp-message .discount-value {
        font-size: 1.4em
    }

    .cp-message .discount-text {
        font-size: 0.85em
    }

    .cp-message .discount-status-message, .cp-message .discount-status-applied {
        font-size: 1em
    }

    .cp-message .title {
        font-size: 1.8em
    }
}

@media screen and (max-width: 768px) {
    .cp-message .title {
        font-size: 1.4em
    }

    .cp-message .title .btn {
        margin-top: 5px
    }
}

@media screen and (max-width: 480px) {
    .cp-message .discount {
        width: 100%;
        height: auto;
        background: none !important;
        top: 25px;
        left: 0;
        transform: none
    }

    .cp-message .discount-value {
        font-size: 0.85em;
        margin-top: 7px
    }

    .cp-message .discount-text {
        font-size: 0.85em
    }

    .cp-message .discount-status-message, .cp-message .discount-status-applied {
        font-size: 0.85em
    }

    .cp-message .discount-status-applied {
        display: none
    }

    .cp-message .title {
        font-size: 1em;
        margin-left: 0;
        padding-top: 20px;
        text-align: center
    }
}

.voucher-description {
    padding-bottom: 20px;
    display: block
}

.voucher-description h2 {
    margin-top: 0;
    color: #092c74
}

.cancel-voucher-offer-wrapper {
    background-color: #f6f6f6;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 3px
}

.cancel-voucher-offer-wrapper .title {
    font-weight: 700;
    margin-bottom: 15px
}

.cancel-voucher-offer-wrapper .title .text-info {
    font-size: 12px
}

.cancel-voucher-offer-wrapper .value {
    color: #fd8204
}

.cancel-voucher-offer-wrapper .alert {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: none
}

.cancel-voucher-offer-wrapper .alert .alert-icon {
    display: flex;
    width: 100px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #28a1c5;
    font-size: 2rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.cancel-voucher-offer-wrapper .alert .alert-content {
    padding: 15px
}

.refund-button-back {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.voucher-input-wrapper {
    display: block;
    width: 100%
}

.voucher-input-wrapper .voucher-label {
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0.5rem
}

.voucher-input-wrapper .voucher {
    display: block;
    margin-bottom: 1rem
}

.voucher-input-wrapper .voucher .voucher-input-group {
    border-radius: 3px;
    width: 30%;
    float: left
}

.voucher-input-wrapper .voucher .voucher-input-group input {
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 3px
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper {
    width: calc(70% - 35px);
    float: left;
    padding-left: 15px
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 15px
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount.double > .title {
    font-size: 1rem
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount.double > .title:last-child {
    font-size: 0.75rem;
    font-weight: normal
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount .title {
    margin-bottom: 5px
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount .title:last-child {
    font-weight: normal;
    color: #666;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount .voucher-package-element .title {
    margin-bottom: 0
}

.voucher-input-wrapper .voucher .voucher-discount-wrapper.cancellations .voucher-discount .voucher-package-element .title span {
    color: #666;
    font-weight: normal
}

.voucher-input-wrapper .voucher .voucher-discount {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: left
}

.voucher-input-wrapper .voucher .voucher-delete {
    display: inline-block;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #d9534f;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s
}

.voucher-input-wrapper .voucher .voucher-delete:hover {
    background-color: #e27c79;
    color: #fff
}

.voucher-input-wrapper .voucher-message {
    font-size: 12px;
    display: block;
    margin-top: 5px
}

.voucher-input-wrapper .voucher-message span {
    margin-right: 5px
}

.voucher-input-wrapper .voucher-message.error {
    color: #d9534f
}

.voucher-input-wrapper .voucher-message.success {
    color: #5cb85c
}

.voucher-input-wrapper .voucher-discount {
    text-align: center;
    border-radius: 3px;
    padding: 0.5rem
}

.voucher-input-wrapper .voucher-discount.aph {
    background-color: #f7eadd
}

.voucher-input-wrapper .voucher-discount.aph .value {
    color: #fd8204
}

.voucher-input-wrapper .voucher-discount.non-aph {
    background-color: #e0e6f0
}

.voucher-input-wrapper .voucher-discount.non-aph .value {
    color: #092c74
}

.voucher-input-wrapper .voucher-discount .title {
    display: block;
    font-size: 12px
}

.voucher-input-wrapper .voucher-discount .title:first-child {
    font-weight: 600
}

.voucher-input-wrapper .voucher-discount .title.bonus-header {
    font-size: 16px
}

.voucher-input-wrapper .voucher-discount .value {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.voucher-control-wrapper {
    display: block;
    width: 100%
}

.voucher-search-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem
}

.voucher-search-wrapper span {
    display: block;
    padding-top: 0.5rem
}

.voucher-summary-total {
    width: 360px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.voucher-summary-total .total-value {
    display: block;
    color: #092c74;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 1.4rem
}

.voucher-summary-total .element {
    display: block;
    padding-bottom: 0.25rem;
    margin-bottom: 1.25rem;
    border-bottom: solid 1px #ccc
}

.voucher-summary-total .element:last-child {
    margin-bottom: 0
}

.voucher-summary-total .title {
    float: left
}

.voucher-summary-total .value {
    float: right;
    font-weight: 600;
    font-size: 1.1rem
}

.voucher-summary-total .value.is-aph {
    color: #fd8204
}

.voucher-summary-total .value.non-aph {
    color: #092c74
}

.voucher-additional-info {
    position: relative;
    display: block;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px
}

.voucher-additional-info h2 {
    font-size: 19px;
    line-height: 1.1;
    color: #092c74
}

.voucher-additional-info ol {
    position: relative;
    counter-reset: li;
    margin: 20px 0 15px 0;
    padding-left: 0
}

.voucher-additional-info ol > li {
    margin-left: 40px !important;
    list-style: none;
    padding-bottom: 15px
}

.voucher-additional-info ol > li:before {
    border-radius: 50%;
    position: absolute;
    left: 0px;
    content: counter(li);
    counter-increment: li;
    display: block;
    width: 31px;
    height: 31px;
    padding: 8px 7px 7px 8px;
    line-height: 13px;
    background: #fd8204;
    margin-top: -6px;
    color: #fff;
    text-align: center
}

.voucher-additional-info ol > li > ol {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px
}

.voucher-additional-info ol > li > ol li:before {
    background: #ccc
}

@media screen and (max-width: 768px) {
    .voucher-input-wrapper .voucher {
        position: relative;
        margin-top: 1.5rem
    }

    .voucher-input-wrapper .voucher:first-child {
        margin-top: 0
    }

    .voucher-input-wrapper .voucher .voucher-label {
        margin-bottom: 1rem
    }

    .voucher-input-wrapper .voucher .voucher-input-group {
        width: 100%;
        float: none
    }

    .voucher-input-wrapper .voucher .voucher-discount-wrapper {
        width: 100%;
        padding-left: 0
    }

    .voucher-input-wrapper .voucher .voucher-discount {
        width: calc(50% - 9px);
        margin-left: 0
    }

    .voucher-input-wrapper .voucher .voucher-discount:last-child {
        margin-right: 0
    }

    .voucher-input-wrapper .voucher .voucher-delete {
        position: absolute;
        top: 0;
        right: 0
    }

    .voucher-control-wrapper {
        margin-top: 1.5rem;
        margin-bottom: 1rem
    }

    .cancel-voucher-offer-wrapper .alert {
        flex-direction: column
    }

    .cancel-voucher-offer-wrapper .alert .alert-icon {
        justify-content: flex-start;
        color: #28a1c5;
        background-color: transparent;
        margin-top: 15px;
        margin-left: 15px;
        width: 100%
    }

    .cancel-voucher-offer-wrapper .alert .alert-content {
        padding-top: 0
    }
}

@media screen and (max-width: 480px) {
    .voucher-input-wrapper .voucher-discount-wrapper.cancellation .voucher-discount {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }

    .voucher-input-wrapper .voucher {
        padding-top: 1.5rem;
        border-top: solid 1px #ccc
    }

    .voucher-input-wrapper .voucher:first-child {
        padding-top: 0;
        border-top: none
    }

    .voucher-input-wrapper .voucher .voucher-label {
        display: inline-block;
        width: auto
    }

    .voucher-input-wrapper .voucher .voucher-discount {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0
    }

    .voucher-input-wrapper .voucher .voucher-delete {
        top: 1rem
    }

    .voucher-summary-total {
        width: 280px;
        margin-top: 1rem
    }
}

.voucher-cancellation-spinner {
    width: 20px;
    height: 20px;
    margin: auto;
    border-right: 3px solid #fd8204;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin 0.9s linear infinite;
    -moz-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite
}
