﻿@font-face {
    font-family: 'Cordale';
    src: url(/_assets/fonts/355865_0_0.eot);
    src: url(/_assets/fonts/355865_0_0.eot?#iefix) format('embedded-opentype'),url(/_assets/fonts/355865_0_0.woff2) format('woff2'),url(/_assets/fonts/355865_0_0.woff) format('woff'),url(/_assets/fonts/355865_0_0.ttf) format('truetype'),url(/_assets/fonts/355865_0_0.svg#wf) format('svg');
    font-style: italic;
    font-weight: 300;
    font-display: auto
}

@font-face {
    font-family: 'Cordale';
    src: url(/_assets/fonts/355865_1_0.eot);
    src: url(/_assets/fonts/355865_1_0.eot?#iefix) format('embedded-opentype'),url(/_assets/fonts/355865_1_0.woff2) format('woff2'),url(/_assets/fonts/355865_1_0.woff) format('woff'),url(/_assets/fonts/355865_1_0.ttf) format('truetype'),url(/_assets/fonts/355865_1_0.svg#wf) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: 'Cordale';
    src: url(/_assets/fonts/355865_2_0.eot);
    src: url(/_assets/fonts/355865_2_0.eot?#iefix) format('embedded-opentype'),url(/_assets/fonts/355865_2_0.woff2) format('woff2'),url(/_assets/fonts/355865_2_0.woff) format('woff'),url(/_assets/fonts/355865_2_0.ttf) format('truetype'),url(/_assets/fonts/355865_2_0.svg#wf) format('svg');
    font-style: normal;
    font-weight: 300;
    font-display: auto
}

@font-face {
    font-family: 'Cordale';
    src: url(/_assets/fonts/355865_3_0.eot);
    src: url(/_assets/fonts/355865_3_0.eot?#iefix) format('embedded-opentype'),url(/_assets/fonts/355865_3_0.woff2) format('woff2'),url(/_assets/fonts/355865_3_0.woff) format('woff'),url(/_assets/fonts/355865_3_0.ttf) format('truetype'),url(/_assets/fonts/355865_3_0.svg#wf) format('svg');
    font-style: italic;
    font-weight: 700;
    font-display: auto
}

@font-face {
    font-family: 'icomoon';
    src: url(/_assets/fonts/icomoon.eot?jep12u);
    src: url(/_assets/fonts/icomoon.eot?jep12u#iefix) format('embedded-opentype'),url(/_assets/fonts/icomoon.woff2?jep12u) format('woff2'),url(/_assets/fonts/icomoon.ttf?jep12u) format('truetype'),url(/_assets/fonts/icomoon.woff?jep12u) format('woff'),url(/_assets/fonts/icomoon.svg?jep12u#icomoon) format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-speaker-mute:before {
    content: ""
}

.icon-speaker:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-up-chevron:before {
    content: ""
}

.icon-down-chevron:before {
    content: ""
}

.icon-info:before {
    content: "";
    color: #fff
}

.icon-check:before {
    content: "";
    color: #fff
}

.icon-chevron-right:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: none;
    outline: none !important
}

    .hamburger:hover {
        opacity: .7
    }

    .hamburger.is-active:hover {
        opacity: .7
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #000
    }

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 100%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -10px
        }

        .hamburger-inner::after {
            bottom: -10px
        }

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s .13s linear
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,10px,0) rotate(45deg)
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,10px,0) rotate(-45deg)
    }

html {
    font-size: 10px
}

@media only screen and (max-width:991px) {
    html {
        font-size: 9px
    }
}

html, body {
    font-family: "Cordale",sans-serif;
    height: 100%
}

body {
    font-size: 1.6rem;
    overflow: auto
}

    body.overflow-hidden {
        overflow: hidden
    }

form {
    height: 100%
}

main {
    min-height: 100%;
    overflow: hidden;
    padding-bottom: 41px;
    position: relative;
    background: #f0f0f0;
    background: #f0f0f0;
}

@media only screen and (max-width:1200px) {
    main {
        padding-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    main {
        padding-bottom: 69px
    }
}

@media only screen and (max-width:767px) {
    main {
        padding-top: 73px;
        padding-bottom: 138px
    }
}

h1, h2, h3, h4, h5 {
    margin: 0
}

h1 {
    font-size: 4.2rem
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 3.2rem
    }
}

h2 {
    font-size: 3.2rem
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 2.4rem
    }
}

h3 {
    font-size: 2.4rem
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 1.8rem
    }
}

h4 {
    font-size: 1.8rem;
    line-height: 1.41
}

@media only screen and (max-width:767px) {
    h4 {
        font-size: 1.6rem
    }
}

p strong {
    color: #870052
}

p.info {
    font-size: 1.8rem
}

a {
    color: #870052;
    text-decoration: none
}

    a:hover {
        color: #870052;
        text-decoration: underline
    }

.full-width {
    width: 100%
}

.container-fluid {
    padding-left: 101px;
    padding-right: 101px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width:767px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.form-group label.error {
    background: #870052;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #f0edeb;
    position: absolute;
    padding: 3px 10px;
    margin: 14px -5px 0;
    z-index: 1
}

    .form-group label.error::before {
        content: "";
        border-color: transparent transparent #870052 transparent;
        border-style: solid;
        border-width: 5px;
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: 16px
    }

.form-group select.error ~ .select2-container .select2-selection--single {
    border-color: #ee80c3
}

.captcha input {
    width: 55%;
    padding-right: 40px !important
}

.captcha .input-group-append {
    padding: 0;
    width: 45%;
    position: relative
}

@media only screen and (max-width:1400px) {
    .captcha .input-group-append {
        padding-top: 5px
    }
}

.captcha .input-group-append img {
    width: 100%;
    height: 100%
}

.captcha .input-group-append .captcha-icon {
    position: absolute;
    left: -25px;
    color: #fff;
    font-size: 1.4rem
}

    .captcha .input-group-append .captcha-icon.refreshbtn {
        top: 3px
    }

    .captcha .input-group-append .captcha-icon.voicebtn {
        bottom: 3px
    }

    .captcha .input-group-append .captcha-icon:hover {
        text-decoration: none;
        color: #ee80c3
    }

.captcha label.error {
    z-index: 9;
    bottom: -15px
}

hr {
    border-top: 2px solid #870052;
    margin-bottom: 34px
}

@media only screen and (max-width:767px) {
    hr {
        margin-bottom: 20px
    }
}

.form-control {
    background: none;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #394040;
    border-radius: 0
}

    .form-control::-webkit-input-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .form-control::-moz-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .form-control:-ms-input-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .form-control:-moz-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .form-control:focus {
        background: none;
        border-bottom: 1px solid #fff;
        box-shadow: none;
        color: #fff
    }

    .form-control.error {
        border-color: #ee80c3
    }

        .form-control.error ~ .input-group-prepend span {
            border-color: #ee80c3 !important
        }

.form-icon-field {
    position: relative
}

    .form-icon-field i {
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #a7a9a9
    }

.light-form-fields .form-control {
    color: #a7a9a9;
    border-color: #a7a9a9;
    padding: 14px 0
}

    .light-form-fields .form-control::-webkit-input-placeholder {
        color: #a7a9a9 !important;
        font-size: 1.6rem
    }

    .light-form-fields .form-control::-moz-placeholder {
        color: #a7a9a9 !important;
        font-size: 1.6rem
    }

    .light-form-fields .form-control:-ms-input-placeholder {
        color: #a7a9a9 !important;
        font-size: 1.6rem
    }

    .light-form-fields .form-control:-moz-placeholder {
        color: #a7a9a9 !important;
        font-size: 1.6rem
    }

    .light-form-fields .form-control.error {
        border-color: #ee80c3
    }

.input-group .input-group-prepend span {
    background: none;
    border: none;
    border-bottom: 1px solid #394040
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 17px 29px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    .btn {
        padding: 13px 29px
    }
}

.btn.btn-light {
    background: none;
    border-color: #fff;
    color: #fff;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

    .btn.btn-light:hover {
        background: #fff;
        color: #272b2b
    }

.btn.btn-dark {
    background: none;
    border-color: #394040;
    color: #272b2b;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

    .btn.btn-dark:hover {
        background: #394040;
        color: #fff
    }

.btn.btn-default {
    background-image: linear-gradient(to right,#200,#870052);
    color: #fff
}

    .btn.btn-default:hover {
        border-color: #870052;
        background-image: linear-gradient(to right,white,white);
        color: #870052
    }

.note {
    font-size: 1.2rem;
    color: #a3a4a4
}

    .note a {
        color: #a3a4a4 !important;
        text-decoration: underline !important
    }

        .note a:hover {
            text-decoration: none !important
        }

.box-item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .box-item {
        margin-bottom: 20px
    }
}

.box-item picture {
    overflow: hidden
}

    .box-item picture img {
        width: 100%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

.box-item figcaption {
    position: absolute;
    background: rgba(57,64,64,.9);
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    width: 100%;
    bottom: 0;
    font-size: 1.8rem;
    height: 100px
}

@media only screen and (max-width:767px) {
    .box-item figcaption {
        height: 75px
    }
}

.box-item figcaption.no-background {
    background: none
}

.box-item:hover picture {
    overflow: hidden
}

    .box-item:hover picture img {
        width: 100%;
        transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15)
    }

ul {
    margin: 0;
    padding: 0
}

    ul li {
        list-style: none;
        padding: 0
    }

.table {
    margin-bottom: 30px
}

    .table tr th, .table tr td {
        border: 1px solid #a7a9a9;
        padding: 30px;
        vertical-align: middle
    }

    .table thead th {
        font-weight: bold;
        color: #870052
    }

.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,8,28,.9);
    display: none
}

.custom-control {
    padding: 0
}

    .custom-control label.error {
        background: #870052;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 1.2rem;
        color: #f0edeb;
        position: absolute;
        padding: 3px 10px;
        margin: 14px -5px 0;
        z-index: 1;
        bottom: 0;
        left: 0
    }

        .custom-control label.error::before {
            content: "";
            border-color: transparent transparent #870052 transparent;
            border-style: solid;
            border-width: 5px;
            width: 0;
            height: 0;
            position: absolute;
            top: -10px;
            left: 16px
        }

    .custom-control .custom-control-label {
        padding-left: 20px
    }

        .custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
            width: 15px;
            height: 15px;
            left: 0
        }

    .custom-control .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #870052;
        background-color: #870052
    }

.loading-wrap {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg)
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg)
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg)
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 58px 0
}

@media only screen and (max-width:1200px) {
    header {
        position: absolute
    }
}

@media only screen and (max-width:767px) {
    header {
        padding: 20px 0
    }
}

header .logo {
    width: 234px;
    float: left;
    position: relative;
    z-index: 2;
    
}

@media only screen and (max-width:1366px) {
    header .logo {
        width: 132px
    }
}

@media only screen and (max-width:767px) {
    header .logo {
        width: 100px
    }
}

header .logo img {
    width: 100%
}

header .sticky-item {
    display: none
}

header .miles-and-smiles-logo {
    position: absolute;
    right: 101px;
    top: 15px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header .miles-and-smiles-logo {
        right: 40px
    }
}

@media only screen and (max-width:991px) {
    header .miles-and-smiles-logo {
        right: 160px;
        top: 59px
    }
}

@media only screen and (max-width:767px) {
    header .miles-and-smiles-logo {
        width: 100px;
        top: 20px;
        right: 90px
    }
}

@media only screen and (max-width:370px) {
    header .miles-and-smiles-logo {
        display: none
    }
}

header .miles-and-smiles-logo img {
    width: 100%
}

header .sticky-miles-and-smiles-logo {
    width: 120px;
    margin-top: -7px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header .sticky-miles-and-smiles-logo {
        display: none !important
    }
}

header .sticky-miles-and-smiles-logo img {
    width: 100%
}

header .sticky-apply-now-btn .btn {
    padding: 12px 27px;
    margin-top: -17px;
    position: relative
}

header .sticky-logo-shape {
    background: url(/_assets/img/nav/logo-shape.png) no-repeat center center;
    position: absolute;
    left: 280px;
    top: 0;
    width: 56px;
    height: 100%;
    display: none
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header .sticky-logo-shape {
        left: 180px
    }
}

@media only screen and (max-width:767px) {
    header .sticky-logo-shape {
        left: 110px
    }
}

header nav {
    padding-top: 25px
}

@media only screen and (max-width:991px) {
    header nav {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    header nav {
        padding-top: 0
    }
}

header nav .nav {
    margin-left: 81px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header nav .nav {
        margin-left: 40px
    }
}

@media only screen and (max-width:991px) {
    header nav .nav {
        display: none
    }
}

header nav .nav li {
    list-style: none;
    margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header nav .nav li {
        margin-left: 20px
    }
}

header nav .nav li .nav-link {
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    color: #394040;
    line-height: 15px;
    font-size: 1.8rem;
    position: relative
}

@media only screen and (max-width:1366px) {
    header nav .nav li .nav-link {
        font-size: 1.6rem
    }
}

header nav .nav li .nav-link:hover {
    color: #870052
}

header nav .nav li:first-child {
    margin-left: 0
}

header nav .nav li.search-group {
    position: relative
}

 

    header nav .nav li.search-group > .close {
        opacity: 1
    }

        header nav .nav li.search-group > .close i {
            color: #fff
        }

            header nav .nav li.search-group > .close i:before {
                content: ""
            }

header nav .nav:first-child {
    margin-left: 0
}

    header nav .nav:first-child li .nav-link:after {
        position: absolute;
        left: 0;
        bottom: -14px;
        content: "";
        width: 0;
        height: 5px;
        background-color: #870052;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    header nav .nav:first-child li .nav-link:hover, header nav .nav:first-child li .nav-link.active {
        color: #870052
    }

        header nav .nav:first-child li .nav-link:hover:after, header nav .nav:first-child li .nav-link.active:after {
            width: 100%
        }





header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0 !important;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.08);
    background-image: linear-gradient(to right,#394040,black);
    padding: 16px 0
}

@media only screen and (max-width:767px) {
    header.fixed {
        padding: 20px 0
    }
}

header.fixed .header-item {
    display: none
}

header.fixed .sticky-logo-shape {
    display: block
}

header.fixed .sticky-item {
    display: block
}

header.fixed nav {
    padding-top: 16px
}

@media only screen and (max-width:991px) {
    header.fixed nav {
        padding-top: 5px
    }
}

header.fixed nav ul {
    margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    header.fixed nav ul {
        margin-left: 20px
    }
}

header.fixed nav ul li .nav-link {
    color: #fff;
    font-size: 1.6rem
}

header.fixed nav ul li.search-group .search-field {
    bottom: -75px;
    right: -5px
}

header.fixed nav ul:first-child li .nav-link {
    position: relative
}

    header.fixed nav ul:first-child li .nav-link:after {
        position: absolute;
        left: 0;
        bottom: -34px;
        content: "";
        width: 0;
        height: 5px;
        background-color: #870052;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    header.fixed nav ul:first-child li .nav-link:hover, header.fixed nav ul:first-child li .nav-link.active {
        color: #fff
    }

        header.fixed nav ul:first-child li .nav-link:hover:after, header.fixed nav ul:first-child li .nav-link.active:after {
            width: 100%
        }

header.fixed nav ul:last-child li:first-child {
    border-right: none;
    padding-right: 0
}

header.fixed nav ul:last-child li .nav-link:hover, header.fixed nav ul:last-child li .nav-link.active {
    color: #fff
}

    header.fixed nav ul:last-child li .nav-link:hover:after, header.fixed nav ul:last-child li .nav-link.active:after {
        width: 100%
    }

header.fixed .hamburger .hamburger-inner {
    background-color: #fff
}

    header.fixed .hamburger .hamburger-inner::after, header.fixed .hamburger .hamburger-inner::before {
        background-color: #fff
    }

.sub-page header {
    background: #fff;
    padding: 50px 0;
    position: relative
}

@media only screen and (max-width:767px) {
    .sub-page header {
        padding: 20px 0
    }
}

.sub-page header .sticky-logo-shape {
    display: block;
    background: url(/_assets/img/nav/logo-shape-subpage.png) no-repeat top right;
    width: 82px
}

@media only screen and (max-width:767px) {
    .sub-page header .sticky-logo-shape {
        background-size: cover;
        left: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .sub-page header .miles-and-smiles-logo {
        top: 44px
    }
}

.sub-page header .miles-and-smiles-logo img {
    width: 100%
}

.sub-page header nav {
    padding-top: 35px
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .sub-page header nav {
        padding-top: 8px
    }
}

@media only screen and (max-width:767px) {
    .sub-page header nav {
        padding-top: 0
    }
}

.sub-page header nav ul:first-child li .nav-link {
    position: relative
}

    .sub-page header nav ul:first-child li .nav-link:after {
        position: absolute;
        left: 0;
        bottom: -48px;
        content: "";
        width: 0;
        height: 5px;
        background-color: #870052;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .sub-page header nav ul:first-child li .nav-link:hover:after, .sub-page header nav ul:first-child li .nav-link.active:after {
        width: 100%
    }

.left-shape {
    background: url(/_assets/img/nav/logo-bg.png) no-repeat top left;
    background-size: cover;
    width: 324px;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    .left-shape {
        left: -90px
    }
}

@media only screen and (max-width:767px) {
    .left-shape {
        width: 150px;
        height: 190px
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: none;
    padding-top: 160px;
    background: #eee
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    .mobile-menu {
        padding-top: 130px
    }
}

@media only screen and (max-width:767px) {
    .mobile-menu {
        padding-top: 73px
    }
}

.mobile-menu .top-links {
    background: url(/_assets/img/form-bg.png) no-repeat center center;
    background-size: cover;
    padding: 30px 40px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:767px) {
    .mobile-menu .top-links {
        padding: 20px
    }
}

.mobile-menu .top-links ul li {
    float: left;
    margin-right: 40px;
    position: relative
}

    .mobile-menu .top-links ul li a {
        font-size: 1.6rem;
        color: #fff;
        padding-left: 24px
    }

@media only screen and (max-width:767px) {
    .mobile-menu .top-links ul li a {
        padding-left: 20px
    }
}

.mobile-menu .top-links ul li a i {
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    left: 0
}

.mobile-menu .top-links ul li:last-child {
    margin-left: 0
}

.mobile-menu > .nav-wrap {
    height: calc(100vh - 73px - 61px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 40px;
    background: #fff;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:767px) {
    .mobile-menu > .nav-wrap {
        padding: 0 20px
    }
}

.mobile-menu > .nav-wrap .search-wrap {
    padding: 20px 0
}

    .mobile-menu > .nav-wrap .search-wrap .form-group {
        position: relative;
        margin-bottom: 0
    }

        .mobile-menu > .nav-wrap .search-wrap .form-group i, .mobile-menu > .nav-wrap .search-wrap .form-group a {
            position: absolute
        }

        .mobile-menu > .nav-wrap .search-wrap .form-group i {
            left: 0;
            top: 0;
            left: 15px;
            top: 17px;
            font-size: 2.2rem
        }

        .mobile-menu > .nav-wrap .search-wrap .form-group a {
            background: #394040;
            color: #fff;
            right: 0;
            top: 0;
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0
        }

        .mobile-menu > .nav-wrap .search-wrap .form-group input {
            background: #eee;
            padding: 15px 90px 14px 45px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            outline: none;
            border: none;
            width: 100%
        }

@media only screen and (min-width:768px) and (max-width:992px) {
    .mobile-menu > .nav-wrap .search-wrap .form-group input {
        padding: 18px 90px 18px 45px
    }
}

.mobile-menu > .nav-wrap .search-wrap .form-group label.error {
    left: 0;
    bottom: -35px;
    margin: 0
}

.mobile-menu > .nav-wrap > ul li {
    padding: 0
}

.mobile-menu > .nav-wrap > ul > li {
    border-bottom: 1px solid #394040;
    position: relative
}

    .mobile-menu > .nav-wrap > ul > li i {
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .mobile-menu > .nav-wrap > ul > li > a {
        font-size: 1.8rem;
        color: #272b2b;
        padding: 0;
        font-weight: bold;
        padding: 20px 0;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        position: relative
    }

        .mobile-menu > .nav-wrap > ul > li > a:after {
            content: "";
            position: absolute;
            left: -20px;
            right: -20px;
            top: -1px;
            width: 0;
            height: 100%;
            background: #870052;
            z-index: -1;
            display: block
        }

    .mobile-menu > .nav-wrap > ul > li > .arrw-btn {
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .mobile-menu > .nav-wrap > ul > li.open > a {
        color: #fff
    }

        .mobile-menu > .nav-wrap > ul > li.open > a:after {
            width: 120%
        }

    .mobile-menu > .nav-wrap > ul > li.open > .arrw-btn {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

        .mobile-menu > .nav-wrap > ul > li.open > .arrw-btn i {
            color: #fff
        }

    .mobile-menu > .nav-wrap > ul > li .arrw-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px;
        line-height: 2
    }

    .mobile-menu > .nav-wrap > ul > li:last-child {
        border: none
    }

    .mobile-menu > .nav-wrap > ul > li > ul {
        display: none
    }

        .mobile-menu > .nav-wrap > ul > li > ul > li {
            border-bottom: 1px solid #394040;
            position: relative
        }

            .mobile-menu > .nav-wrap > ul > li > ul > li a {
                font-size: 1.6rem;
                color: #272b2b;
                padding: 0;
                padding: 20px 0;
                display: block
            }

            .mobile-menu > .nav-wrap > ul > li > ul > li:last-child {
                border: none
            }

            .mobile-menu > .nav-wrap > ul > li > ul > li.active {
                border-color: #870052
            }

                .mobile-menu > .nav-wrap > ul > li > ul > li.active a {
                    color: #870052
                }

footer {
    position: absolute;
    z-index: 99;
    background: #2484c6;
    padding: 0;
    width: 100%;
    bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:1250px) {
    footer {
        padding:16px 0 11px
    }
}

footer span {
    color: #394040;
    padding-right: 29px;
    margin-right: 29px;
    border-right: 1px solid #394040;
    opacity: .6;
    float: left
}

@media only screen and (min-width: 768px) and (max-width:1250px) {
    footer span {
        position:absolute;
        bottom: 0;
        border: none
    }
}

@media only screen and (max-width: 767px) {
    footer span {
        float:none;
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
        text-align: center
    }
}

footer .footer-left-group {
    font-size: 1.3rem
}

@media only screen and (max-width: 767px) {
    footer .footer-left-group {
        text-align:center
    }
}

footer .footer-left-group ul {
    float: left
}

@media only screen and (max-width: 767px) {
    footer .footer-left-group ul {
        float:none
    }
}

footer .footer-left-group ul li {
    float: left
}

@media only screen and (max-width: 1200px) {
    footer .footer-left-group ul li {
        float:none;
        display: inline-block
    }
}

footer .footer-left-group ul li a {
    margin-right: 29px;
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width: 1400px) {
    footer .footer-left-group ul li a {
        margin-right:26px
    }
}

@media only screen and (min-width: 768px) and (max-width:1250px) {
    footer .footer-left-group ul li a {
        margin:0 10px 15px 0;
        display: block;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-left-group ul li a {
        margin:0 13px 15px;
        display: block
    }
}

@media only screen and (max-width: 370px) {
    footer .footer-left-group ul li a {
        margin:0 8px 15px;
        display: block
    }
}

footer .footer-left-group ul li a:hover {
    text-decoration: underline
}

footer .footer-left-group ul li:last-child a {
    margin-right: 0
}

footer .socials-link {
    float: right
}

@media only screen and (max-width: 991px) {
    footer .socials-link {
        text-align:center;
        float: none
    }
}

footer .socials-link a {
    margin-left: 29px;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8rem;
    display: block;
    float: left;
    color: #394040;
    opacity: .9
}

@media only screen and (max-width: 991px) {
    footer .socials-link a {
        display:inline-block;
        margin-bottom: 15px;
        float: none;
        margin-left: 15px
    }
}

footer .socials-link a:first-child {
    margin-left: 0
}

footer .socials-link a:hover {
    color: #870052
}

footer {
    background-color: transparent
}

footer .url-lists {
    display: inline-block
}

footer .url-lists li {
    display: inline-block;
    margin: 0 15px
}

footer .url-lists li:first-child {
    margin-left: 0
}

footer .url-lists li:last-child {
    margin-right: 0
}

footer .url-lists li a {
    display: inline-block
}

footer .gray-bar,footer .blue-bar {
    height: 54px;
    font-size: 13px;
    padding: 18px 0
}

footer .gray-bar {
    background: #f5f5f5
}

footer .gray-bar a {
    color: #272b2b
}

footer .gray-bar .social-icons {
    float: right
}

footer .gray-bar .social-icons li {
    display: inline-block;
    margin: 0 15px
}

footer .gray-bar .social-icons li:last-child {
    margin-right: 0
}

footer .gray-bar .social-icons li a span {
    border: none;
    color: #272b2b;
    opacity: .9;
    margin: 0;
    padding: 0;
    font-size: 1.8rem
}

footer .blue-bar {
    background: #2484c6;
    color: #fff
}

footer .blue-bar .url-lists li a {
    color: #fff
}

footer .blue-bar p {
    float: right;
    opacity: .4
}


.shaft-calculation {
    padding: 155px 0;
    position: relative;
    z-index: 9
}

@media only screen and (max-width:767px) {
    .shaft-calculation {
        padding: 20px 0
    }
}

.shaft-calculation .container {
    position: relative;
    z-index: 4
}

.shaft-calculation-box {
    background: url(/_assets/img/shaft-calculation/bg-mil-form.png) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .shaft-calculation-box {
        margin: 0 -15px 16px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.shaft-calculation-box .calculation-wrap {
    padding: 110px 60px 10px
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    .shaft-calculation-box .calculation-wrap {
        padding: 110px 30px 10px
    }
}

@media only screen and (max-width:767px) {
    .shaft-calculation-box .calculation-wrap {
        padding: 20px 20px 10px
    }
}

.shaft-calculation-box .calculation-wrap .fly-planet {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px
}

@media only screen and (max-width:767px) {
    .shaft-calculation-box .calculation-wrap .fly-planet {
        display: none
    }
}

.shaft-calculation-box .calculation-wrap .form-group {
    margin-bottom: 35px
}

    .shaft-calculation-box .calculation-wrap .form-group label.error {
        bottom: 5px
    }

.shaft-calculation-box .calculation-wrap .input-group {
    position: static
}

    .shaft-calculation-box .calculation-wrap .input-group .input-group-prepend span {
        border-color: #a7a9a9;
        color: #a7a9a9;
        font-size: 1.6rem
    }

.shaft-calculation-box .calculation-wrap .btn {
    padding: 12px 29px;
    width: 100%
}

.shaft-calculation-box .calculation-footer {
    padding: 26px 60px;
    background: rgba(255,255,255,.1);
    color: #a3a4a4
}

@media only screen and (min-width:768px) and (max-width:1250px) {
    .shaft-calculation-box .calculation-footer {
        padding: 26px 30px
    }
}

@media only screen and (max-width:767px) {
    .shaft-calculation-box .calculation-footer {
        padding: 20px
    }
}

.shaft-calculation-box .calculation-footer p {
    margin: 0
}

.shaft-calculation-box .calculation-footer .shaft-counter-wrap {
    position: relative;
    text-align: center
}

    .shaft-calculation-box .calculation-footer .shaft-counter-wrap ul {
        margin-bottom: 0 !important
    }

        .shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li {
            padding-left: 0 !important;
            line-height: normal !important
        }

            .shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li.flip-clock-before {
                position: absolute
            }

            .shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li:before {
                display: none
            }

.notes-wrap .note {
    padding-right: 40px;
    display: none
}

@media only screen and (max-width:1200px) {
    .notes-wrap .note {
        padding: 0
    }
}

.left-colm .shaft-calculation-box {
    background: none
}

@media only screen and (max-width:767px) {
    .left-colm .shaft-calculation-box {
        margin: 0 0 16px
    }
}

.left-colm .shaft-calculation-box .calculation-wrap {
    padding: 0
}

.left-colm .shaft-calculation-box .calculation-footer {
    background: url(/_assets/img/shaft-calculation/footer-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 3px
}

    .left-colm .shaft-calculation-box .calculation-footer p {
        margin-bottom: 0 !important
    }

.left-colm .shaft-calculation-box .form-group .form-control {
    color: #272b2b;
    padding: 24px 0;
    border-bottom: 1px solid #394040
}

    .left-colm .shaft-calculation-box .form-group .form-control::-webkit-input-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .left-colm .shaft-calculation-box .form-group .form-control::-moz-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .left-colm .shaft-calculation-box .form-group .form-control:-ms-input-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .left-colm .shaft-calculation-box .form-group .form-control:-moz-placeholder {
        color: #272b2b !important;
        font-size: 1.6rem
    }

    .left-colm .shaft-calculation-box .form-group .form-control:focus {
        border-color: #394040
    }

.left-colm .shaft-calculation-box .form-group label.error {
    margin: -10px -5px 0;
    width: 105%
}

@media only screen and (max-width:767px) {
    .left-colm .shaft-calculation-box .form-group label.error {
        margin: -10px 0 0;
        width: 100%
    }
}

.left-colm .shaft-calculation-box .input-group .input-group-prepend span {
    color: #272b2b;
    border-bottom: 1px solid #394040
}

.left-colm .shaft-calculation-box .select2-container .select2-selection--single {
    border-color: #272b2b
}

    .left-colm .shaft-calculation-box .select2-container .select2-selection--single .select2-selection__rendered {
        color: #272b2b
    }

    .left-colm .shaft-calculation-box .select2-container .select2-selection--single .select2-selection__arrow b {
        color: #272b2b
    }

.left-colm .shaft-calculation-box .btn-light {
    background-image: linear-gradient(to right,#200,#870052);
    color: #fff
}

@media only screen and (max-width:767px) {
    .left-colm .shaft-calculation-box .btn-light {
        width: 100%
    }
}

.left-colm .shaft-calculation-box .btn-light:hover {
    border-color: #870052;
    background-image: linear-gradient(to right,white,white);
    color: #870052
}

.left-colm .fly-planet {
    display: none
}

.form-group .select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #a7a9a9;
    height: 50px;
    border-radius: 0
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        color: #a7a9a9;
        font-weight: bold;
        font-size: 1.6rem;
        padding-left: 3px;
        line-height: 50px
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 50px
    }

        .select2-container .select2-selection--single .select2-selection__arrow b {
            border: none;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            height: auto;
            width: auto;
            color: #fff;
            margin-top: -9px;
            -moz-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            font-size: 1.4rem
        }

            .select2-container .select2-selection--single .select2-selection__arrow b:before {
                content: ""
            }

.select2-container .select2-dropdown {
    border: 1px solid #a7a9a9;
    border-radius: 0
}

    .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
        background: #d8d8d8;
        color: #272b2b
    }

    .select2-container .select2-dropdown .custom-select2-item span {
        display: block
    }

        .select2-container .select2-dropdown .custom-select2-item span:last-child {
            color: #767676;
            font-size: 1.3rem
        }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.Page404 {
    background: url(/_assets/img/error/error-500.svg) no-repeat center 70px;
    padding: 395px 54px 0;
}

    .Page404 h2 {
        font-size: 24px;
        font-weight: bold;
        color: #2484c6;
        margin-bottom: 16px
    }

    .Page404 p {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px
    }

    .Page404 .page-subpage-Container {
        margin-top: -100px
    }

    .Page404 .search-box {
        padding: 30px;
        background: url(/_assets/img/filtre-bg.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 3px;
        color: #fff
    }

        .Page404 .search-box input {
            border-radius: 3px;
            border: solid 1px #767676;
            background-color: rgba(57,64,64,0);
            padding: 17px 20px
        }

            .Page404 .search-box input::-webkit-input-placeholder {
                color: #a7a9a9 !important;
                font-size: 1.6rem
            }

            .Page404 .search-box input::-moz-placeholder {
                color: #a7a9a9 !important;
                font-size: 1.6rem
            }

            .Page404 .search-box input:-ms-input-placeholder {
                color: #a7a9a9 !important;
                font-size: 1.6rem
            }

            .Page404 .search-box input:-moz-placeholder {
                color: #a7a9a9 !important;
                font-size: 1.6rem
            }

@media only screen and (max-width:991px) {
    .Page404 .search-box input {
        margin-bottom: 20px
    }
}
