@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


ul, ol {
    list-style: none;
}

.container {
/*    width: 1260px;*//*    width: 1260px;*/
}

/*.container-fluid {
    width: 1260px;
    background-color: #fff;
    padding: 0 30px;
    min-height: 70vh;
}*/

.ng-hide {
    display: none !important;
}

.site-loading {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    top: 30%;
}

    .site-loading .site-loader {
        border: 3px solid #f1f1f1;
        border-radius: 50%;
        border-top-color: #fff;
        border-bottom-color: #009ad9;
        width: 200px;
        height: 200px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .site-loading img {
        width: 150px;
        position: absolute;
        left: 23px;
        top: 80px;
    }

.handler-loading {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 18px;
    -webkit-animation: spin linear infinite 1s;
    -moz-animation: spin linear infinite 1s;
    -o-animation: spin linear infinite 1s;
    animation: spin linear infinite 1s;
}


i.fa.fa-spinner.handler-loading {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting:empty {
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(RGBA(119, 153, 190, .2) 100%, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px 100%, 100% 100%, 100% 70px;
    background-position: 0 100%, 0 0px, 0 72px;
    animation: waiting 1s infinite;
}

span.waiting {
    vertical-align: middle;
    display: inline-block;
}

.invalid-feedback {
    display: block;
}

@keyframes waiting {
    to {
        background-position: 100% 0, 0 0, 0 50px;
    }
}


.blueback {
    width: 100%;
    height: 500px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff !important;
}

    .blueback .waiting {
        text-align: center;
        align-items: center;
        position: relative;
        top: -56px;
    }

        .blueback .waiting img {
            width: 46%;
            position: relative;
            top: 20%;
        }

        .blueback .waiting .text {
            font-weight: 600;
            font-size: 18px;
            color: #009ad9;
        }


/*
@keyframes p1 {
    0% {
        width: 0%;
        transform: rotateX(270deg);
    }

    100% {
        width: 46%;
        transform: rotateX(0deg);
    }
}

.waitingp1 {
    animation: p1 1s linear;
}
    */


.banner {
    background-image: url("../img/beach22.jpg");
    background-size: cover;
    //height: 100vh;
    box-shadow: 0px 0px 10px #a5a5a5;
}

.header {
    align-items: center;
    display: inline-flex;
    height: 107px;
}

.header-flex {
    display: flex;
    float: right;
}

    .header-flex a {
        color: #333;
        padding: 7px 32px;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 500;
    }

a:hover {
    color: #a9081b !important;
}

.hireus {
    background-color: #009ad9;
    color: #fff !important;
}

    .hireus:hover {
        color: #fff !important;
    }

.loginbox {
    color: #a9081b;
}

    .loginbox input {
        border-radius: 9px;
        padding: 20px 19px;
        margin-bottom: 15px;
        width: 100%;
        font-size: 15px;
        border: none;
        outline: none;
    }

    .loginbox p span:hover {
        color: white;
    }

    .loginbox h6 {
        margin-bottom: 22px;
        padding: 0px 4px;
        font-size: 21px;
        font-weight: 600;
    }

    .loginbox p {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

        .loginbox p span {
            cursor: pointer;
            color: #a9081b;
            font-size: 16px;
        }

    .loginbox a:hover {
        text-decoration: none;
    }

.loginbutton button {
    padding: 8px 50px;
    border-radius: 10px;
    outline: none;
    border: none;
    background: #005ea8;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.loginbutton {
    width: 100%;
    text-align: center;
    margin: 37px 0px;
}

.loginbox {
    margin: 15vh auto;
    background-color: #efefefbd;
    padding: 30px;
    border-radius: 10px;
    width: 47%;
}

.bannerheading {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 22px;
    position: absolute !important;
    top: 340px;
    right: -104px;
    transform: rotate(270deg);
}

    .bannerheading p {
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
        word-spacing: 5px;
        color: #fff;
        background: #009ad9;
        padding: 5px 50px 5px 50px;
        border-radius: 7px 7px 0 0;
        text-transform: uppercase;
        margin: 0;
        border: 2px solid #ffffff;
        border-bottom: 0px;
    }

    .bannerheading span {
        font-size: 35px;
        font-weight: 600;
    }

.banner .container {
    font-size: 14px;
}

.row.col-md-12.middleheading {
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 23px;
}

.middlecontentbox {
    padding: 50px 46px 70px 46px;
}

.row.col-md-12.middlebox {
    box-shadow: 2px 2px 17px #afafafa8;
    border-radius: 5px;
    padding: 0;
}

.col-md-6.middlecontenttext {
    padding: 40px 30px;
}

.col-md-6.middlecontentimage {
    padding: 0;
}

.col-md-6.middlecontenttext p:first-child {
    font-weight: 600;
    font-size: 21px;
}

.col-md-6.middlecontenttext p:nth-child(2) {
    font-size: 13px;
    font-weight: 600;
    margin: 23px 0px;
}

.learnmorebtn button {
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 12px;
    background: #009ad9;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.col-md-6.middlecontentimage img {
    height: 100%;
    width: 100%;
}

footer.container {
    background: #00000096;
}

footer {
    font-size: 14px;
    line-height: 27px;
    background: rgb(255 255 255 / 81%);
    padding: 30px 0px 0;
    box-shadow: 0px 0px 10px #e9e9e9;
}

.social-icns .fa {
    color: #fff;
}

.social-icns img, .social-icns .fa {
    width: 24px;
    margin-right: 13px;
    cursor: pointer;
    margin-bottom: 11px;
}

/*body::-webkit-scrollbar {
    color: #fff;
    background: #303030;
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #2e2e2e;
    border-radius: 10px;
}*/


/*new css from old design*/

.open > .dropdown-menu {
    display: block !important;
}

input::placeholder {
    color: #9b9b9b !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e600;
    border-color: #adadad;
}

a {
    color: #009ad9;
}

span.caret {
    color: #009ad9;
    position: relative;
    left: 5px;
}

.bg {
    min-height: 83vh;
    width: 1170px;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
}

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.tabsCircle {
    display: inline-block;
}

    .tabsCircle:after {
        content: "";
        display: block;
        width: 3px;
        height: 6px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 1px;
        margin-left: 3px;
    }

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #2e6da400;
}

::placeholder {
    color: #000 !important;
    opacity: 1;
}

input::placeholder {
    color: #000 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff00;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-primary > .panel-heading {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-primary {
    border-color: #ffffff;
}

.panel-primary {
    border-color: #ffffff;
}

#dropdownMenuButton {
    background: #e0e0e02b !important;
    border-radius: 0px !important;
    border: 1px solid #c0c3c38a !important;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}

.footer li {
    position: relative;
    top: -8px;
}

.total_price.col-md-12 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 27px;
}

.total_price span {
    margin-right: 5px;
}

.total_price_dom {
    font-size: 19px !important;
    padding: 0;
    padding-top: 70px;
}


/*******************************************************************************Result-Page css******************************************************************/

.myBtnn {
    color: #000000ad;
    padding: 5px 0px;
    background: #e0e0e02b;
    position: relative;
    /* top: 8px; */
    border-radius: 5px;
    border: 1px solid #c0c3c38a;
    width: 115px;
    font-size: 12px;
}

.sort_label {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new {
    margin-top: 17px !important;
}

.fli-code {
    font-size: 11px;
    color: gray;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.new2 {
    background: #fff;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new20 {
    padding-right: 0px;
}

.flt_logo {
    padding-left: 0px;
    padding-right: 0px;
}

.dept-time {
    color: #000;
    font-size: 20px;
}

.dept-city {
    font-size: 11px;
    color: #878787;
}

.dept-time1 {
    color: #000;
    font-size: 20px;
    display: inline-block;
}

.fli-trvlDays {
    font-size: 8px;
    color: #eb2026;
    display: inline-block;
    margin-left: 5px;
}

.fli-duration {
    margin-bottom: 0px;
    text-align: center;
}

.fli-stops-desc {
    margin-bottom: 0px;
    color: #1076bb;
    font-size: 12px;
    text-align: center;
}

.price_new {
    text-align: right;
    margin-bottom: 0px;
}

.fa-chevron-down {
    color: #1076bb;
}


/*******************************************************************************Result-Page css end******************************************************************/


/*Responsive for mobile device*/


.checkbox + .checkbox,
.radio + .radio {
    margin-top: -13px;
}

.checkbox label,
.radio label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input::placeholder {
    color: #9b9b9b !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #009ad9;
    color: #333333;
    font-weight: bold;
}

#price-range {
    width: 100%;
    margin: 37px auto;
    text-align: center;
}

.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
    border-top: 0px solid #ff000000;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 9px;
}

.custom-handle {
    background: #fff !important;
    border-color: #f16367 !important;
    border-radius: 10px;
    height: 18px !important;
    width: 18px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #f4f5f0;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #009ad9 !important;
    color: #333333;
}

.custom-slider {
    height: 5px !important;
}

.custom-handle {
    background: #fff !important;
    border-color: #54a0c1 !important;
    border-radius: 10px;
    height: 20px !important;
    width: 20px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #3c6d59;
}

.custom-range {
    background: #54a0c1;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 10px;
}

.sort_label1,
.sort_label2 {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new2:hover {
    transition: all 0.3s linear 0s;
    cursor: pointer;
    box-shadow: rgb(211 211 211) 1px 1px 5px !important;
    background: #f6fbff !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

a.dropdown-item {
    display: block;
}



/*.ui-widget.ui-widget-content {
    border: none;
    height: 2px;
}
*/
.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
    border-radius: 10px;
    width: 16px;
    height: 16px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
}

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
        cursor: pointer;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009ad9;
    /*border-radius: 10px;*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(237 106 8 / 0.31);
    }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

.navigation_block {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12px 0px 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navigation_block .nav_bar {
    overflow: visible !important;
}

.navigation_block .nav_bar {
    float: right;
}

ul.dropdown-menu li a {
    border: none !important;
}

ul.dropdown-menu {
    margin-top: 10px;
    padding: 10px;
}

li.menu a:hover {
    color: #fff !important;
}

li.menu:hover span.caret {
    color: #fff;
}

ul.nav_bar li.menu a {
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    outline: none;
    border: 1px solid;
}

.navigation_block .nav_bar .menu a i {
    float: right;
    margin-left: 5px;
}

.navigation_block .nav_bar .menu:last-child {
    margin-right: 0px;
    border-right: none;
}

.navigation_block .nav_bar .menu {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    position: relative;
    padding: 0px 5px;
}

.dropdown-menu:hover {
    display: block !important;
}

.navigation_block .nav_bar .menu .dropdown-menu li a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
}

.navigation_block .nav_bar .menu a:hover,
.navigation_block .nav_bar .menu a:active,
.navigation_block .nav_bar .menu a:focus {
    text-decoration: none;
    color: #fff;
    background: #009ad9;
}

.navigation_block .nav_bar .menu .dropdown-menu li a:hover {
    color: #fff;
}

.open > .dropdown-menu {
    display: block;
}

.price_new {
    text-align: right;
}


/*animation css*/

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}


/*animation ends*/

.btn-group.show-on-hover button:hover {
    background: none;
}

ul.dropdown-menu.sm-menu1 a {
    padding: 7px 10px;
}

ul.dropdown-menu.sm-menu1 {
    width: 100%;
}

    ul.dropdown-menu.sm-menu1 a:hover {
        background: none;
    }

.navigation_block .nav_bar .menu .dropdown-menu li a:hover {
    background: none;
    color: #009ad9 !important;
}

a.navbar-brand {
    padding: 15px 0px;
}

.mainlogo {
    height: 80px;
}

.modifyresult {
    display: flex;
}

    .modifyresult span {
        margin-right: 26px;
    }

.modalclose {
    opacity: 1;
    background: #009ad9;
    padding: 0px 10px;
    border-radius: 95px;
    color: #fff;
    position: relative;
    right: -27px;
    top: -11px;
    border: 0;
    font-size: 22px;
}

.full_new1 input {
    border-radius: 0;
}

button.modifysearch {
    background: #009ad9;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    position: relative;
    top: 19px;
}

.row.back_new1 {
    border-radius: 5px 5px 0 0;
}

.modirow {
    border-radius: 0px 0px 5px 5px;
}

.fare_type .dropdown-menu a,
.booked .dropdown-menu a {
    padding: 4px 12px;
}

button.roundbooknow {
    border: none;
    padding: 9px 25px;
    border-radius: 7px;
    background: #009ad9;
    color: #fff;
    margin: 22px 0;
}

.select_flt {
    margin-left: 10px;
    position: relative;
    z-index: 1000;
}

.results {
    margin-bottom: 20px;
}


/*checkout*/

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 9px;
}


/****** Bootstrap Colors ******/


/*** Accordion Toggles ***/

.panel-heading {
    position: relative;
}

    .panel-heading .accordion-toggle:after {
        font-family: "Glyphicons Halflings";
        content: "\e260";
        position: absolute;
        right: 16px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        font-family: "Glyphicons Halflings";
        content: "\e259";
    }


/*** Filter Menu ***/


/* Panels */

.filter-menu .panel {
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.filter-menu .panel-heading {
    background: #fff;
    padding: 0;
}

.filter-menu .panel-title {
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.filter-menu a.panel-title {
    color: #333333;
}

    .filter-menu a.panel-title:hover,
    .filter-menu a.panel-title:focus {
        color: #333333;
        text-decoration: none;
    }

.filter-menu .panel-body {
    padding: 16px;
}

.filter-menu .panel-group {
    margin: -16px;
}

    .filter-menu .panel-group .panel-title {
        background: #eee;
        transition: color, 0.5s, ease;
    }

        .filter-menu .panel-group .panel-title:hover {
            color: #333333;
            text-decoration: none;
            background: #777777;
        }

    .filter-menu .panel-group .panel + .panel {
        margin-top: 0;
    }

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 10px;
}

.sort_label1,
.sort_label2 {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
    color: #1076bb;
    top: 18px;
    font-size: 14px;
}

.filter-menu .panel-group .panel-title:hover {
    color: #000;
    text-decoration: none;
    background: #ffffff;
}

.filter-menu .panel-group .panel-title {
    background: #fff;
    transition: color, 0.5s, ease;
}

.panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e260";
    position: absolute;
    right: 16px;
    color: #1076bb;
    top: 19px;
    font-size: 14px;
}

.tvlrDtls-wrapper {
    background: #fff;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.make_relative {
    position: relative;
}

.tvlr-row:last-of-type {
    border-bottom: none;
}

.paddLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tvlr-sctn {
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    color: #4a4a4a;
}

.collapse.in {
    display: block;
}

.tvlrDtls-section {
    border-top: 1px solid rgba(242, 242, 242, 0) !important;
}

.trvl-formfield-row:not(:last-child) {
    margin-bottom: 10px;
}

.trvl-formfield-row:not(:last-child) {
    margin-bottom: 10px;
}

.trvl-formfield-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.trvl-formfield-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 10px 0;
}

.form-control {
    width: 100%;
    height: 33px !important;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.tvlrInput {
    width: 100%;
    border: 1px solid #dcdada;
    padding: 8px 12px;
    font-size: 12px !important;
    color: #4a4a4a;
    outline: 0;
}

.btn-danger {
    color: #fff;
    background-color: #f16367;
    border-color: #f16367;
    border-radius: 0px;
    width: 120px;
    height: 30px;
    line-height: 10px;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: left;
    color: grey;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\2b";
    font-size: 9px;
    color: #1076bb;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: right;
    color: #1176bb;
    font-size: 10px;
}

.panel-heading a.collapsed:after {
    content: "\2b";
}

.fareSmry-sctn:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.fareSmry-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    cursor: pointer;
}

.fareSmry-hdng {
    color: #000;
    font-size: 14px;
}

.fareSmry-expand-icon.open {
    background-position: -30px -331px;
}

.fareSmry-expand-icon {
    background-position: -51px -332px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.fareSmry-wrap {
    padding: 0px 15px;
}

.bookingcon {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 30px;
    color: #1076bb;
}

    .bookingcon span {
        font-size: 25px;
        font-weight: 600;
    }

button {
    cursor: pointer !important;
}

.btn-group.show-on-hover.open button:focus {
    background: none !important;
    box-shadow: none;
}

.btn-cont {
    padding: 8px 43px !important;
    background: #009ad9;
    color: #fff;
}

    .btn-cont:hover {
        color: #fff;
    }

.modal-header,
.modal-footer {
    font-size: 7px;
    color: white;
    background-image: linear-gradient( 96deg, #1076bb 0%, #009ad9 115%) !important;
    text-align: center;
}

.modal-dialog.modal-dialog-centered {
    width: 70%;
    transform: translate(0, 4%) !important;
    height: 100%;
}

.fa-close {
    color: white;
    opacity: 1;
}

button.close {
    opacity: 1;
}

.col-md-12.new_bg1 {
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.printall button {
    width: 100%;
}

.checkoutpopupdetail {
    font-size: 12px;
}

.departure {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.row.col-md-12.middlebox {
    margin-bottom: 70px;
}

span.tabsCircle.appendRight5 {
    background: #fff;
}

.mainsearch {
    display: inline-flex;
    margin: 30px 16px;
}

button.btnnser {
    border: none;
    padding: 10px 20px;
    font-weight: 600;
}

    button.btnnser:hover,
    button.btnnser:focus {
        background: #0b70b5;
        color: #fff;
    }

.searchsearch {
    width: 216px;
    padding: 5px;
    background: #009ad9;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    position: relative;
    top: 22px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
}

.loginbutton button:hover {
    transition: 0.3s;
    position: relative;
    top: -2px;
}

input {
    /*caret-color: #1076bb;*/
    color: #000 !important;
}

.flight_chevron button {
    background: none;
    border: none;
    color: #1076bb;
}

.flight_chevron i {
    font-size: 13px;
    margin-right: 4px;
}

.fli-duration strong {
    margin: 0px 4px;
}

ul.paymentMethod li {
    list-style: none;
}

    ul.paymentMethod li label {
        font-weight: 600;
        font-size: 13px;
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

ul.paymentMethod {
    margin: 24px 0px;
}

button.btn.btn-cont {
    margin-bottom: 20px;
}

.homepagea #dropdownMenuButton {
    color: #fff !important;
}

.col-md-2.col-xs-6.one_way {
    width: 100px;
}

span.roundradio {
    float: left;
    position: absolute;
}

/*footer .mainlogo {
    width: 245px !important;
}*/

.roundnew20 {
    margin-bottom: 17px;
}

.roundchkback.round {
    border-right: 1px solid #f1f1f1;
}


/* .roundheading {
    background: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1;
} */

.roundheading div:nth-child(1) {
    border-right: 1px solid #f1f1f1;
}

.roundheading div {
    display: flex;
}

img.logoss {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-right: 10px;
    padding: 2px;
}

.roundheading p {
    font-weight: 600;
    font-size: 11px;
    margin: 0;
    align-items: center;
    display: flex;
}

.footer_fixed {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    background: #f5f5ff;
    width: 85%;
    box-shadow: 0px 0px 8px #cdcdcd;
    transform: translate(7.5%, 0%);
    border-radius: 240px;
    padding: 12px 0px;
}

.rounddepart,
.roundreturn {
    margin-top: 10px;
}

div#demo1 {
    box-shadow: 0px 0px 10px #c1c1c1;
}

.resultaa {
    margin: 20px 0;
}

.loop1 p {
    font-weight: 600;
}

ul.widget-ul {
    margin-bottom: 30px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    top: -9px;
}

table.ui-datepicker-calendar td a {
    background: #0b70b5 !important;
    border: none;
    color: #fff !important;
    text-align: center;
}

div#ui-datepicker-div {
    /*height: 40%;*/
    background: #fff !important;
    box-shadow: 0px 0px 10px #fff;
    border: none;
    margin-top: 9px;
}

.ui-datepicker-buttonpane.ui-widget-content {
    display: none !important;
}

.ui-datepicker-header.ui-widget-header {
    background: #fff;
    border: none;
}

.ui-datepicker-title {
    background: #fff;
}

div#ui-datepicker-div::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -15px;
    left: 20px;
}

.selected_box_bottom {
    background: white;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    width: 275px;
    box-shadow: 0 0 11px #0000001f;
    /*display:none;*/
}

    /*.selected_box_bottom.visible{
        display:block;
    }
*/
    .selected_box_bottom .col-7 label {
        font-weight: 700;
        font-size: 11px;
    }

.dropdown-item {
    cursor: pointer;
}

input.qtyminus,
input.qtyplus {
    font-size: 17px;
    font-weight: 600;
    background: #02609d !important;
    color: #fff !important;
    border: none;
}

.selected_box_bottom input {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    padding: 0 7px !important;
}

.plus_minus_box input[type="text"] {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f5f5f5;
}

.selected_box_bottom .col-7 {
    margin-bottom: 16px;
}

button.btn_done.submitv {
    margin: 10px 0;
    width: 100%;
    background: #02609d;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #f5f5f5;
}

.chevrontoggle1,
.chevrontoggle2,
.chevrontoggle3,
.chevrontoggle4 {
    text-align: right;
    position: absolute !important;
    top: 84px;
}

    .chevrontoggle1 div,
    .chevrontoggle2 div,
    .chevrontoggle3 div,
    .chevrontoggle4 div {
        border-radius: 60%;
        float: right;
        color: #009ad9;
        text-align: center;
        align-items: center;
        display: inline-table;
        cursor: pointer;
        border: 1px solid #009ad9;
        width: 6%;
    }

.relative {
    position: relative;
}

.bookingclass .dropdown-menu {
    width: 100%;
}

.rhead {
    display: flex;
    color: #fff;
    font-size: 11px;
    max-height: 100%;
    margin-top: 20px;
}

    .rhead p {
        position: relative;
        top: 5px;
    }

.fixed {
    position: fixed;
    background: #fff;
    width: 100% !important;
    z-index: 1;
    box-shadow: 0px 0px 10px #efefef;
}

.navv {
    transition: 0.3s;
}

.header .col-md-9 {
    padding-right: 0;
}

.navv .container {
    padding: 0;
}

.airimg {
    position: absolute;
    top: 200px;
    right: 320px;
}

    .airimg img {
        width: 290px;
    }

/*.blueback {
    width: 100%;
    height: 100%;
    position: absolute;
}*/

footer a,
.maill div {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.lastt {
    display: block;
    background: #303030;
    padding: 15px 0px;
    margin-top: 16px;
}

.row.col-md-12.maill {
    margin-top: 6px;
}

.homepa {
    position: relative;
    display: flex;
    justify-content: center;
}

.homepagea {
    position: absolute;
    top: 80px;
}

.ser-control {
    background: #005ea8a6;
    border-radius: 0px 7px 7px 7px;
    padding: 0px 11px;
    display: inline-block;
}

.focuss:hover {
    background-color: #009ad9;
}

.one_way,
.round_trip {
    width: 118px !important;
}

.focuss {
    cursor: pointer;
    text-align: center;
}

.allway {
    padding: 0 !important;
}

.focuss {
    /*background: #005ea8a6;*/
    background: #009ad9;
    padding-top: 10px;
}

.one_way {
    border-radius: 5px 0px 0px 0px;
}

.round_trip {
    border-radius: 0px 5px 0px 0px;
}

.focusss {
    /*background: #009ad9;*/
    background: #005ea8a6;
}

button.owl-prev {
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    position: absolute;
    font-size: 38px !important;
    left: -13px;
    transition: 0.35s;
    top: 135px;
    box-shadow: 0 0 10px 2px #00000017;
    border-radius: 50%;
}

.owl-nav span {
    display: block;
    margin-top: -10px;
}

button.owl-next {
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    position: absolute;
    font-size: 38px !important;
    right: -13px;
    transition: 0.35s;
    top: 135px;
    box-shadow: 0 0 10px 2px #00000017;
    border-radius: 50%;
}

.findimg img {
    height: 160px;
    width: 100% !important;
}

.sabvacation .findimg img {
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.sabcontent {
    padding: 10px;
}

    .sabcontent h4 {
        color: #023f78;
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: 600;
    }

    .sabcontent p {
        margin: 0;
        font-size: 14px;
    }

    .sabcontent h3 {
        margin-top: 14px;
        font-size: 12px;
        font-weight: 600;
    }

.sabvacation a {
    font-size: 14px;
    font-weight: 500;
    color: #009ad9;
}

span.rateofpoint {
    background: #023f78;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}

.sabcontent span:last-child {
    color: #565656;
}

.sabvacation {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.heading h2 {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #555;
}

.pheading p {
    text-align: center;
    margin-bottom: 30px;
}

.topdeal {
    margin: 60px 0px;
}

.sabvacation a:hover {
    text-decoration: none;
}


/*new css 17/01/2022*/

.gocome {
    margin-top: 25px;
}

    .gocome span {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
    }

        .gocome span input {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

.ser-control {
    width: 100%;
}

.mainsearch input[type="text"] {
    height: 44px !important;
}


/*hotelcss*/

.sort_by {
    margin-bottom: 15px;
}

    .sort_by .col-sm-2 {
        text-align: center;
    }

    .sort_by p,
    .sort_by span {
        font-weight: 600;
        color: #3a3939;
        font-size: 15px;
        padding-top: 4px;
    }

    .sort_by .col-sm-3 {
        flex: 0 0 21%;
        max-width: 21%;
    }

    .sort_by select {
        padding: 5px;
    }

/*span:first-child {
    border-right: 0px solid #7c7c7c;
    padding-right: 6px;
}*/

.lst_map > span {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 600;
}

.htldtl_ritscsn {
    padding: 10px 5px 10px 24px;
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
}

.htldtl_ritscsn_rw {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 25px;
}

.htlcust {
    padding: 0;
}

.htlimg {
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
    margin-bottom: 13px;
}

    .htlimg img {
        height: 170px;
        overflow: hidden !important;
        transition: 0.3s;
        object-fit: cover;
        max-height: 171px;
        width: 100%;
    }

.htltxt {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 12px;
}

    .htltxt h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }

        /*.htltxt h3 {
        display: flex;
        align-items: baseline;
    }
*/

        .htltxt h3 a, .htltxt h3 star-rating {
            display: inline;
        }

    .htltxt .htladrs {
        font-size: 10px;
        color: #8f8d8a;
        letter-spacing: 0.4px;
        font-weight: 600;
    }

    .htltxt p {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 8px;
        color: #71747a;
        line-height: 21px;
        background-color: #f7f7f7;
        margin-top: 2px;
        margin-bottom: 5px;
    }

p.botttom_p {
    font-weight: bold;
    color: #eb6102;
    background-color: transparent;
    padding: 0;
}

    p.botttom_p span {
        margin-right: 15px;
        font-size: 12px;
    }

    p.botttom_p i {
        padding: 0;
        font-size: 12px;
        margin: 0;
    }

p.botttom_p_last {
    font-weight: 600;
    color: #a3a2a2;
    background-color: transparent;
    padding: 0;
    letter-spacing: 0.3px;
}

    p.botttom_p_last span, p.botttom_p_last a {
        margin-right: 15px;
        font-size: 11px;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }

.price-border {
    border-left: 1px solid #e6e1e3;
}

.HtlPric {
    padding: 15px 0px;
    text-align: center;
}

    .HtlPric > h4 {
        font-weight: 600;
        color: #eb6102;
    }

    .HtlPric h4 > span {
        font-size: 17px;
        color: #b5b2ae;
    }

.htltxt h3 {
    margin-top: 1px;
}

.frslt-rightsid i.fa.fa-star {
    color: gold;
    margin-left: 6px;
    font-size: 16px;
}

.htlsrchbar {
    padding-top: 23px;
    padding-bottom: 23px;
}

.example {
    background-color: #eb6102;
    display: flex;
    border-radius: 15px;
}

.srch {
    width: 84%;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #eb6102;
    padding: 4px 0px 4px 15px;
    border-radius: 21px;
    outline: none;
}

button.sidbarsrchbtn {
    border: none;
    background-color: #ffffff00;
    color: white;
}

    button.sidbarsrchbtn i.fa.fa-search {
        padding-left: 5px;
    }

.htlsrch {
    margin: 20px 0px 10px 0px;
}

.htl {
    padding-top: 23px;
    padding-bottom: 23px;
}

.Htlfltr {
    padding: 4px 0px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
}

.start.col-sm-12 {
    display: flex;
    justify-content: space-between;
}

    .start.col-sm-12 .rating span {
        display: block;
    }

    .start.col-sm-12 .rating .star-rating {
        background-color: #eb6102;
        padding: 4px 5px;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s;
    }

    .start.col-sm-12 .rating .star-htl-count {
        text-align: center;
        padding: 1px;
        color: #7e7a7a;
        margin-top: 5px;
    }

.Htlfltr.HtmlNam.row {
    display: block;
}

.start.col-sm-12 {
    margin-bottom: 14px;
}




/*hotel-detail*/

.topdn {
    padding: 20px;
    width: 100%;
}

h3.namedetail a {
    font-size: 22px;
    font-weight: 600;
    color: #02609d;
}

.containerslider {
    margin-top: 10px;
    padding: 0 20px;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.containerslider #bx-pager {
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    margin: 0px 5px 0px -5px;
    background: transparent;
    max-height: 345px;
}

    .containerslider #bx-pager a {
        display: inline-block;
        width: 25%;
        margin: 0px;
        padding: 0px;
        float: left;
    }

        .containerslider #bx-pager a img {
            height: 131px;
            width: 100%;
            display: inline-block;
        }

div#bx-pager a img {
    padding: 2px;
    border-radius: 6px;
}

a.bx-prev,
a.bx-next {
    cursor: pointer;
}


/*hoteloverview*/

.htlCntnt .card {
    margin-top: 1px;
    box-shadow: 0px 0px 10px #c1c1c1;
    margin-bottom: 25px;
}

.htlCntnt .card-header {
    padding: 0px;
    border-bottom: 1px solid rgb(47 116 162);
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.mb-0 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: white !important;
    padding: 6px 15px;
    padding-top: 14px;
}

.htlCntnt .card-body {
    background-color: #ffffff;
}

    .htlCntnt .card-body p {
        margin-bottom: 18px;
        font-size: 13px;
        color: #242424;
    }

    .htlCntnt .card-body p {
        margin-bottom: 18px;
        font-size: 13px;
        color: #242424;
    }

.htlCntnt ul li {
    font-size: 13px;
}

.htlCntnt b {
    font-size: 13px;
}

.location {
    font-size: 13px;
}

    .location STRONG {
        color: #5c5656;
    }


/*hotelamneties*/

.htlCntnt .card-body {
    background-color: #ffffff;
    margin-bottom: 18px;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    line-height: 29px;
    padding: 43px 16px;
}

    .htlCntnt .card-body li {
        list-style: none;
    }

.overView .row .tabtxt > div {
    width: 100%;
}

.amenty_content {
    font-size: 13px;
    line-height: 31px;
}

.tabtxt {
    display: flex;
}

.amenty_content i.fa.fa-check {
    margin-right: 9px;
    color: #eb6102;
}

.htlrstpg.htlDtlP fieldset {
    padding-bottom: 50px !important;
    position: relative;
    padding-top: 67px !important;
    box-shadow: 0px 0px 10px #c1c1c1;
    margin-bottom: 58px !important;
}

.cust_add_bottom legend {
    display: contents !important;
}

.toptext p {
    position: absolute;
    top: -20px;
    padding: 8px 10px;
    z-index: 1000;
    width: 313px;
    font-size: 16px;
    color: white;
    border-radius: 6px;
    left: 2%;
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.RmInfoText {
    position: relative;
    padding-left: 18px;
}

    .RmInfoText > p {
        padding: 7px 4px;
        font-size: 13.2px;
        border: 2px solid #eb6102;
        background-color: #ffffff;
        font-weight: bold;
        color: #101010;
        margin-bottom: 18px;
        border-radius: 4px;
        width: 152px;
        text-align: center;
        margin: auto;
        margin-bottom: 34px;
        text-align: center;
    }

.txtbdr {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.4px;
    border-right: 1px solid #dcdcdc;
    margin-right: -14px;
    /* padding: 0px 0px 0px 12px; */
    min-height: 87px;
}

    .txtbdr p {
        color: #918e8e !important;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .txtbdr i {
        color: #eb6102;
        margin-right: 10px;
        color: #eb6102;
        font-size: 14px;
    }

.add_bottom_30.hidden-xs > div {
    margin-bottom: 20px;
    text-align: center;
}

span.badge {
    padding: 10px 4px;
    font-size: 13px;
    border: 2px solid #eb6102;
    background-color: #ffffff;
    font-weight: bold;
    color: #101010;
    margin-bottom: 18px;
    border-radius: 4px;
    width: 152px;
    text-align: center;
    /* margin: auto; */
}

.custar-right {
    padding: 10px 15px;
    border-right: 1px solid gainsboro;
}

ul.list_ok li {
    color: #918e8e !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

ul.list_ok i {
    margin-right: 10px;
    color: #eb6102;
    font-size: 14px;
}

ul.list_ok li a {
    letter-spacing: 0.3px;
    color: #e96a12 !important;
    text-decoration: underline !important;
}

.capcity_item i {
    color: #eb6204 !important;
    font-size: 26px;
    margin-right: 6px;
}

.capcity_item span {
    font-size: 16px !important;
    color: #918e8e;
}

.price_list {
    font-size: 18px;
    color: #eb6204;
    font-weight: 600;
}

span.currency {
    color: #eb6204;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.price_list small {
    color: #918e8e;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

section#map {
    display: inline-block;
    width: 100%;
}

.col-md-12.detblk {
    box-shadow: 0px 0px 10px #c1c1c1;
    margin: 35px 0px;
}

    .col-md-12.detblk li {
        list-style: none;
    }


/*hotelcheckout*/

.check_lft_box > h4,
.check_rit_box > h4 {
    color: #ffffff;
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
    font-size: 17px;
    padding: 12px 11px;
    margin-bottom: 15px;
}

.htl_info {
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.bk_htl_img img {
    height: 100px;
    width: 100%;
    border: 1px solid gainsboro;
}

.bk_htl_data > h5 {
    font-size: 15px;
    font-weight: 800;
    color: #eb6102;
    line-height: 20px;
    margin-bottom: 10px;
}

.bk_htl_data > span {
    font-size: 12px;
    color: #967a50;
}

.bk_htl_data p {
    line-height: 11px;
    font-size: 11px;
    font-weight: 500;
    color: #a3a3a3;
    letter-spacing: 0.2px;
}

.htl_info_p {
    line-height: 24px;
    padding-top: 26px;
    font-size: 13px;
}

    .htl_info_p p {
        color: #8d8989;
        font-size: 13px;
        line-height: 29px;
        font-weight: 600;
    }

.room_info {
    margin-top: 10px;
    font-weight: 600;
    line-height: 29px;
    background-color: #f5f5ff;
    padding: 12px;
    color: rgb(116, 116, 116);
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.htl_info_p p {
    color: #8d8989;
    font-size: 13px;
    line-height: 29px;
    font-weight: 600;
}

.chek_lft_bottm {
    margin-top: 18px;
    border-top: 1px solid #dddddd;
    padding: 12px 15px;
    font-size: 18px;
    color: #525151;
}

    .chek_lft_bottm > span:first-child {
        float: left;
    }

    .chek_lft_bottm > span:last-child {
        float: right;
    }

.htl li {
    list-style: none;
}

.htl label {
    font-weight: 500;
    font-size: 12px;
}

.htl input {
    position: relative;
    top: 4px;
    margin-right: 7px !important;
}

.ui-menu.ui-widget.ui-widget-content {
    /*padding: 2px;*/
    border: none;
    color: #fff;
    background: #282525;
    max-height: 300px;
    display: block;
    overflow: hidden auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 600;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 10px !important;
    font-weight: normal;
}

.ui-menu.ui-widget.ui-widget-content li:after {
    background: #ffffff80;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop {
    opacity: 0.6 !important;
}

.ngerror {
    color: red;
    font-size: 12px;
}

.sesion-expire {
    width: 500px;
    margin: 0 auto;
    padding: 40px 50px 50px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 5px;
}

    .sesion-expire.checkout {
        transform: translate(80%, 30%);
    }

    .sesion-expire h3 {
        color: #555251;
        margin-top: 0;
    }

    .sesion-expire i {
        font-size: 21px;
        color: #f38a37;
        vertical-align: middle;
        margin: 0 2px;
    }

    .sesion-expire h5 {
        line-height: 1.4;
        margin: 15px 0 10px;
    }

    .sesion-expire a {
        margin: 0px 7px 0;
    }

.alert-modal .modal-content {
    transform: translate(0, 30vh);
    box-shadow: none !important;
    border: 0;
    outline: none !important;
}

/*.alert-modal .modal-content {
    width: 500px;
    margin: 0 auto;
    border-radius: 0;
    border: 0 !important;
}*/

.alert-content {
    text-align: center;
    padding: 20px;
}

    .alert-content .alert-icon {
        font-size: 50px;
    }

    .alert-content .alert-msg {
        margin: 10px 0 20px;
    }

.zoom-in {
    -webkit-animation: zoomin 0.2s ease-in forwards;
    -moz-animation: zoomin 0.2s ease-in forwards;
    -o-animation: zoomin 0.2s ease-in forwards;
    animation: zoomin 0.2s ease-in forwards;
}

@keyframes zoomin {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


.flt-filter-reset {
    float: right;
    font-weight: 100;
    color: #1076bb;
    position: relative;
    left: -15px;
    font-size: 13px;
    cursor: pointer;
}

.flt-filter .widget-ul .checkbox label {
    margin-top: 10px;
    line-height: 1.5;
    vertical-align: top;
    font-size: 14px;
}

    .flt-filter .widget-ul .checkbox label input[type=checkbox] {
        top: 0;
    }

.flt-top-toolbar {
    background: #fff;
    box-shadow: 0px 0px 7px #d9d9d9;
    margin-bottom: 11px;
    padding: 8px 7px;
}

.flt-total-count {
    color: #000000e3;
    font-weight: 600;
    font-size: 11px;
}

.flt-destiantion-bar {
    background-image: linear-gradient( 96deg, #cb6c23 0%, #009ad9 115%) !important;
    border-radius: 5px;
}

    .flt-destiantion-bar .flt-loc {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        margin-top: 8px;
        margin-bottom: 5px;
        font-weight: 600;
    }

        .flt-destiantion-bar .flt-loc > img {
            width: 18px;
            margin-right: 13px;
            margin-left: 13px;
        }

    .flt-destiantion-bar .flt-dates {
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

.flt-results {
    background-color: #ffffff;
    box-shadow: 0px 0px 7px #d9d9d9;
    padding: 15px;
}

.seconds_new {
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-bottom: 6px;
    color: gray;
}

.ui-slider {
    background: transparent !important;
    height: 2px;
    margin-bottom: 10px;
}

.range-min, .range-max {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    color: #a7a9a5;
    font-weight: 600;
}

.ui-slider-handle {
    cursor: pointer !important;
}

    .ui-slider-handle.ui-state-hover {
        background-color: #005ea8 !important;
    }


.flt-result-container {
    background: #fff;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .flt-result-container:hover {
        transition: all 0.3s linear 0s;
        cursor: pointer;
        box-shadow: rgb(211 211 211) 1px 1px 5px !important;
        background: #f6fbff !important;
    }

    .flt-result-container hr {
        margin-top: 0 !important;
    }

.widget-ul input[type=checkbox] {
    position: static;
    margin: 0;
    vertical-align: middle;
}

.widget-ul input + label {
    padding-left: 5px;
    margin: 0;
    vertical-align: middle;
}

.widget-ul .checkbox {
    margin: 0;
    margin-bottom: 10px;
}

.p-0 {
    padding: 0;
}

.checkout-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

    .checkout-loading .site-loading {
        top: 50%;
    }

.bookingclass button.btn.btn-secondary.btn-block {
    text-align: left;
}

.bookingclass span.caret {
    float: right;
    position: relative;
    top: 8px;
}

.controlpoint input {
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    height: 44px !important;
    font-weight: normal !important;
}

input, select {
    outline: none;
}

.controlpoint {
    padding: 30px 10px;
}

    .controlpoint label {
        color: #fff;
        margin-bottom: 11px;
    }

.wdhtcs {
    padding: 1px;
}

    .wdhtcs:first-child {
        padding-left: 18px;
    }

div#htltop1 span {
    color: #fff !important;
}

button.btn-search-control {
    width: 216px;
    padding: 5px;
    background: #009ad9;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    position: relative;
    top: 22px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    position: relative;
    left: 38%;
    top: 49px;
}

div#htlbottom1 {
    margin-top: 22px;
}

#htlbottom1 select {
    border: none;
    height: 40px;
    border-radius: 5px;
    padding: 0px 7px;
}

#htlbottom1 .col-md-3.col-sm-4.col-xs-12.ar-right {
    display: flex;
    flex-direction: column;
}

.full_new1 input {
    padding: 23px 29px;
    border-radius: 7px;
}

.modal_new {
    box-shadow: 0px 0px 9px #fff;
}

.fare_type .dropdown-menu {
    width: 100%;
}

.newhotel i {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 17px;
    color: #6a6a6a;
}

.newhotel input {
    padding-left: 38px;
}

.newflightt i {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 17px;
    color: #6a6a6a;
}

.newflightt input {
    padding-left: 38px;
}

.nav_bar span {
    position: relative;
    right: -8px;
}

.allway p {
    text-decoration: none;
}

.plus_minus_box {
    display: flex;
}

#htlbottom label {
    color: initial !important;
    font-size: 12px;
    font-weight: 600;
}

div#htlbottom {
    padding: 10px 20px;
}

input.qtyminus, input.qtyplus {
    border: none !important;
    color: #fff !important;
    height: 27px !important;
}

input#txtroom {
    /*height: 27px !important;*/
    color: #000 !important;
}

input#txtFrom {
    padding: 6px 12px !important;
}

.room_block select {
    height: 38px;
    border-radius: 5px;
    padding: 0px 7px;
}

.room_block {
    margin-top: 10px;
    margin-bottom: 20px;
}

i#Closebox {
    float: right;
    cursor: pointer;
}

i.fa.fa-angle-down.new_down {
    position: relative;
    left: -13px;
    top: 15px;
    font-weight: bold;
}

.selected_box_top.selected_box_tri {
    display: flex;
}

input#txtroom {
    /*margin: 0px 4px;*/
}

input.qty.noTrav {
    height: initial !important;
    margin: 0px 7px;
}

.flt-modify .gocome span {
    color: #000 !important;
}

.flt-results {
    display: grid;
}

.modal-header button.close {
    position: absolute;
    right: 11px;
    top: 17px;
}

.departure span {
    color: #fff;
    padding: 10px;
}

.checkoutpopupdetail .departure span {
    color: #333 !important;
}

.row.flight_popup {
    margin: 20px 0px;
}

.flight_popup_body.flight_fare_details {
    padding: 0px;
}

    .flight_popup_body.flight_fare_details .row {
        border-radius: 5px;
    }

.baggage-style span {
    font-weight: 600;
}

flight-baggage-details table.table.table-bordered {
    margin-top: 20px;
}

.dept-time, .dept-time1 {
    text-align: left;
}

a.btn.btn-danger.bok-btn {
    background: #005ea8;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: initial;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #005ea8;
}

.a.btn.btn-danger.bok-btn:hover {
    color: #fff !important;
}

.modal-content {
    overflow: auto;
    display: block;
    border-radius: 5px;
}

a.btn_1.outline.selectRoom {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 7px;
}

.btn_1, .bok-btn {
    position: relative;
    top: 20px;
}

a.btn_1.outline.selectRoom:hover {
    background: #005ea8;
    color: #fff !important;
}

.flt-result-seg {
    margin-bottom: 20px;
}

li.ui-menu-item .ui-state-active {
    background: #005ea8 !important;
    border: none !important;
    margin: 0;
}

.ui-menu.ui-widget.ui-widget-content {
    margin-top: 16px !important;
    /*box-shadow: 0px 0px 5px 1px #b3b0b0;*/
}

.accordion-wrapper {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    width: 97%;
}

    .accordion-wrapper .accordion-header div {
        padding: 5px 0;
        cursor: pointer;
        font-size: 14px;
    }

    .accordion-wrapper .accordion-header .fa {
        padding: 0 10px;
    }

    .accordion-wrapper .accordion-header.active .fa:before {
        content: "\f068";
    }

    .accordion-wrapper .accordion-body {
        padding: 10px;
    }

.ui-autocomplete {
    z-index: 9999999;
}

.ui-autocomplete-loading {
    background-image: url("../img/ui-loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

span.next.ar-left {
    position: absolute;
    top: 40%;
    right: 28px;
    background: #8b8989;
    padding: 5px 11px;
    border-radius: 100%;
    color: #c1c1c1;
}

span.pre.ar-right {
    position: absolute;
    top: 40%;
    left: 20px;
    background: #8b8989;
    padding: 5px 11px;
    border-radius: 100%;
    color: #c1c1c1;
}

.list_icons .fa {
    width: 20px;
    text-align: right;
}


.canclsn-block{
    background:#fff;
    width:56vw;
}
a:hover {
    color: #a9081b !important;
}
flight-search .resp_full {
    WIDTH: 50% !IMPORTANT;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 15px !important;
    border: 1px solid gainsboro;
    width: 45%;
    width: 78px !important;
    text-align: center;
    border-radius: 3px;
    margin-right: 3px;
}
footer .col-md-9 {
    width: 100%;
    text-align: center;
}


.container.contactusform > .row {
    padding: 20px 10px !important;
}

.longdash {
    width: 80px;
    height: 4px;
    background-color: #76b502;
    border-radius: 145px;
}

.container.contactusform p img {
    /* width: 29.8%; */
    margin: 16px 0px;
}

    .container.contactusform p img:first-child, .container.contactusform p img:nth-child(2) {
        margin-right: 11px;
    }

.textchat {
    justify-content: space-between;
    margin-top: 21px;
    display: flex;
    margin-left: -42px;
}

    .textchat .row {
        padding: 0;
    }

.row.col-md-4.eachcol {
    box-shadow: 0px 0px 5px #e0e8f7;
    border-radius: 6px;
    padding: 9px 0px;
    background: #fff;
    justify-content: space-between;
    cursor: pointer;
    max-width: 32%;
    width:29%;
}

.usp1 {
    text-align: center;
}

.eachcol img {
    background: #ebf2ff;
    padding: 6px;
    border-radius: 50%;
    width: 39px;
}

.usp {
    padding: 9px 5px 0px 5px;
    text-align: center;
}

    .usp p:nth-child(1) {
        font-weight: bold;
    }

    .usp p:nth-child(1), .usp p:nth-child(2) {
        padding: 0;
        margin-bottom: 8px;
    }

    .usp p:nth-child(2) {
        font-size: 11px !important;
    }

.eachcol:nth-child(3) img {
    padding: 0 !important;
}

.col-md-12.tespk {
    margin-top: 19px;
    padding: 0;
    font-size: 13px;
}

.contactboxes {
    margin-top: 16px;
}

    .contactboxes input, .contactboxes textarea {
        width: 100%;
        padding: 6px 10px;
        margin-bottom: 20px;
        border: 1px solid #76b502;
        transition: 0.5s;
        outline: none;
        border-radius: 3px;
    }

    .contactboxes textarea {
        color: #d5c4bb;
    }

textarea {
    overflow: auto;
    resize: vertical;
}

.query button {
    background-color: #76b502;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
}

.logo {
/*    width: 1260px;*/
    margin: auto;
    padding-top: 14px;
}
.loginbox .logo {
    width: auto;
    margin: auto;
    padding-top: 0px;
}
.thanku_cnfrm {
    font-weight: 500;
    text-align: center;
    padding-bottom: 11px;
    font-size: 22px;
    color: #005f9b;
}
    .thanku_cnfrm h1 {
        color: #7ab800;
        font-size: 50px;
    }
p.nonrcp {
    color: #801f5a;
    background: #c291af;
    width: 100% !important;
    font-size: 10.5pt;
    padding: 8px
}
/*Media querries*/
@media (max-width:770px) {
    .loginbox {
        width: 80%;
    }
    .forgot-res {
        display: block !important;
    }
    .agentReg{
        padding: 0 20px !important;
    }
   
}
.footer-outer-links {
    text-align: center;
}

    .footer-outer-links .footer-link {
        padding: 8px 0;
    }