﻿﻿
body, h1, h2, h3, h4, p, a, li {
    font-family: 'Roboto', sans-serif !important;
}

p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #828282;
}

h4 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-weight: 700;
}

a {
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.col_area {
    column-count: 2;
    column-gap: 60px;
}

.small-container {
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
}

.clear {
    display: block;
    width: 100%;
    clear: both;
}

.btn_block {
    background-color: #00b170;
    padding: 14px 31px;
    line-height: 1.33333;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: white;
    clear: both;
    margin-top: 60px;
    border-radius: 0;
    border: none;
    transition: 0.3s all ease;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

    .btn_block:hover, .btn_block:hover, .btn_block:focus {
        transform: scale(1.1);
        background-color: #00b170;
        color: white;
        transition: 0.3s all ease;
    }

.side_image {
    display: inline-block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

    .side_image img {
        display: block;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
        float: right;
        right: 0;
        position: absolute;
        transition: ease;
    }

        .side_image img.left {
            left: 0;
            right: auto;
        }

.col_area {
    column-count: 2;
    column-gap: 60px;
}

div.text_area {
    padding-top: 50px;
    padding-bottom: 70px;
}

div.background_lightblue {
    background-color: #e8f8fa;
}

div.background_verylightgray {
    background-color: #fbfbfb;
}

.modal-dialog {
    z-index: 80000;
}

.modal {
    z-index: 80000;
}

.modal-content {
    border-radius: 0 !important;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: ease;
    background-color: white;
    transition: 1s all ease;
}

    header .logo_area {
        display: inline-block;
    }

    header .nav_area {
        display: inline-block;
        float: right;
    }

    header img.logo {
        max-width: 160px;
        margin-top: 9px;
    }

    header ul li {
        display: inline-block;
        list-style: none;
        position: relative;
    }


        header ul li:not(.on) a:hover:before {
            transition: transform .2s, opacity .1s;
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

        header ul li:not(.on) a:active:before {
            transition: transform .2s, opacity .1s;
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }


        header ul li:not(.on) a:focus:before {
            transition: transform .2s, opacity .1s;
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

        header ul li a:not(.on):before {
            content: '';
            display: block;
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: -10px;
            height: 3px;
            background-color: #f3ce3c;
            transition: transform .3s, opacity .2s;
            opacity: 0;
            transform: scaleX(.4);
        }

    header div.phoneNumber {
        font-size: 22px;
        margin-bottom: 13px;
        text-align: right;
        color: #89c33f;
    }

        header div.phoneNumber a {
            font-weight: 700 !important;
            color: #89c33f;
            font-size: 22px !important;
        }

    header div.nav_area a {
        font-weight: 300;
        margin-left: 4px;
        margin-right: 4px;
        font-size: 17px;
    }

        header div.nav_area a:focus, header div.nav_area a:active {
            text-decoration: none;
        }

.item_inner h2 {
    font-size: 40px;
}

header.scrolled {
    /*background-color: rgba(255, 255, 255, 0.98);*/
    background-color: #fff;
    /*padding: 0.5rem 2rem;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    position: fixed;
    width: 100%;
    top: 0;
    display: block;
    z-index: 7000;
    transition: ease-in;
    transition-duration: 0.4s;
    padding-top: 5px;
    padding-bottom: 5px;
}

    header.scrolled .logo {
        max-width: 120px;
        transition: ease-in;
        transition-duration: 0.4s;
    }

    header.scrolled div.nav_area a {
        font-size: 15px;
        transition: ease-in-out;
        transition-duration: 0.4s;
    }

    header.scrolled div.phoneNumber {
        font-size: 17px;
        margin-bottom: 7px;
        transition: ease-in-out;
        transition-duration: 0.4s;
    }

        header.scrolled div.phoneNumber a {
            font-size: 17px !important;
            transition: ease-in-out;
            transition-duration: 0.4s;
        }

.item_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-self: auto;
    left: 0;
    right: 0;
    flex-direction: column;
    color: white;
    text-align: center;
    justify-content: center;
    z-index: 6;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-height: 600px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.item_inner h1 {
    font-size: 66px;
    font-weight: 300;
}

    .item_inner h1 strong {
        color: gold;
    }

.item_inner h2 {
    font-size: 40px;
}

.item_inner .btn {
    display: block;
    position: relative;
    width: 400px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 27px;
    border: 3px solid gold;
    border-radius: 83px;
    transition: ease-in-out;
    transition-duration: 0.3s;
    cursor: pointer;
}

    .item_inner .btn:hover {
        color: #004d7e;
        background-color: gold;
        transform: scale(1.06);
        /*font-weight: 700;*/
    }

.item_inner h3 {
    position: relative;
}

    .item_inner h3 span {
        right: 0;
        position: absolute;
        left: 0;
        top: 38px;
        transform: rotate(-4deg);
        /* color: black; */
        font-size: 20px;
        color: #e85151;
    }

div.area {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

    div.area h2 {
        padding-top: 60px;
        margin-bottom: 50px;
        font-size: 40px;
        font-style: italic;
        font-weight: 700;
        color: #004d7e;
        text-transform: uppercase;
    }

div.area2 div.text_area {
    padding-top: 80px;
    padding-bottom: 70px;
}

div.homepage div.area3 {
    background-color: #002235;
    color: white;
}

    div.homepage div.area3 h4 {
        text-align: center;
        font-size: 33px;
        margin-bottom: 50px;
        font-weight: 300;
    }

div.homepage div.area4 {
    padding-bottom: 110px;
}

div.homepage div.area5 {
    padding-bottom: 55px;
    padding-top: 120px;
}

    div.homepage div.area5 h2 {
        padding-top: 25px;
    }

div.homepage div.area6 h2 {
    margin-bottom: 70px;
}

div.homepage div.area6 div.text_area {
    padding-bottom: 30px;
}

div.homepage div.area8 {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

    div.homepage div.area8 div.currencies {
        text-align: center;
        width: 100%;
    }

        div.homepage div.area8 div.currencies span {
            font-size: 122px;
            display: inline-block;
            margin-left: 30px;
            margin-right: 30px;
            color: white;
            font-weight: 700;
        }

    div.homepage div.area8 h3 {
        text-align: center;
        font-size: 40px;
        color: gold;
        text-transform: uppercase;
        letter-spacing: 7px;
    }

    div.homepage div.area8 .background {
        background-image: url("../images/skyline-bg.jpg");
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

div.homepage div.area9 {
    position: relative;
}

    div.homepage div.area9 .indicators {
        position: absolute;
        z-index: 7;
        bottom: 0;
    }

    div.homepage div.area9 .carousel-indicators li {
        border: 1px solid #ffd700;
    }

        /* Ex */

        /*div.homepage div.area9 .item {
    min-height: 500px;
}*/

        div.homepage div.area9 .carousel-indicators li.active {
            background-color: #ffd700;
        }

.SecurityCarousel_image img {
    display: none;
    transition: ease;
    animation: fadeIn;
    animation-duration: 0.9s;
}

    .SecurityCarousel_image img.active {
        display: block;
        transition: ease-in-out;
        animation-name: slideInLeft;
    }

div.homepage div.area9 area {
    min-height: 530px;
}

div.homepage div.area9 #SecurityCarousel .item {
    display: none;
    transition: ease;
}

    div.homepage div.area9 #SecurityCarousel .item.active {
        display: block;
        transition: ease-in-out;
        animation-name: slideInRight;
        animation-delay: 0s;
        animation-duration: 1.5s;
    }

div.homepage div.area9 #SecurityCarousel .area {
    min-height: 600px !important;
}

div.homepage div.area9 h2 {
    padding-top: 94px;
}

div.homepage div.area9 .indicators {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}

    div.homepage div.area9 .indicators span {
        display: inline-block;
        width: 55px;
        height: 6px;
        background-color: rgb(230, 230, 230);
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
        border-radius: 100px;
    }

        div.homepage div.area9 .indicators span.active {
            background-color: gold;
        }

/* Ex*/

div.homepage div.area10 {
    padding-bottom: 90px;
}

    div.homepage div.area10 div.cprov-imgs {
        margin-top: 40px;
        text-align: center;
        margin-bottom: 40px;
    }

    div.homepage div.area10 .cart-prov {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    div.homepage div.area10 div.cprov-imgs img {
        width: 190px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
        object-fit: scale-down;
        object-position: center;
    }

div.homepage div.area11 .carousel-inner > .item {
    min-height: 400px;
}

div.homepage div.area11 {
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-top: 110px;
}


    div.homepage div.area11 img {
        max-width: 300px;
        margin-bottom: 40px;
    }

div.homepage .carousel-caption {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
}

div.homepage .div.area11 .item {
    text-align: center;
    justify-content: center;
    display: flex;
    align-self: center;
}

div.homepage div.area11 p {
    color: #acacac;
    text-shadow: none;
}

    div.homepage div.area11 p i {
        font-size: 25px;
        color: #004d7d;
        font-weight: 400;
    }

div.homepage div.area11 .carousel-indicators {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    padding-left: initial;
    padding-right: initial;
    border: none;
    bottom: 0;
}

    div.homepage div.area11 .carousel-indicators li {
        display: inline-block;
        width: 55px;
        height: 6px;
        background-color: rgb(230, 230, 230);
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
        border-radius: 100px;
    }

        div.homepage div.area11 .carousel-indicators li.active {
            background-color: #22b173;
        }

div.homepage div.area11 .btn {
    display: block;
    position: relative;
    width: 400px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 20px;
    border: 2px solid #22b173;
    border-radius: 20px;
    transition: ease-in-out;
    transition-duration: 0.3s;
    cursor: pointer;
    color: #22b173;
}

    div.homepage div.area11 .btn:hover {
        color: white;
        background-color: #22b173;
        transform: scale(1.06);
        font-weight: 700;
    }

div.homepage .AsSeeOn {
    text-align: center;
}

    div.homepage .AsSeeOn h4 {
        font-weight: 200;
        font-size: 24px;
        font-style: italic;
        color: #9a9999;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    div.homepage .AsSeeOn img {
        max-width: 103px;
        max-height: 31px;
        width: 100%;
        object-fit: scale-down;
        margin-left: 2px;
        margin-right: 2px;
        vertical-align: text-bottom;
    }


div.homepage .section-13 {
    background-color: #3f3f3f;
    padding: 4rem 0;
    position: relative;
}


@media all and (max-width: 700px) {
    div.homepage .section-13 {
        padding: 1rem 1rem;
    }
}

div.homepage .section-13 .overlay {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    padding: 2rem 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

div.homepage .section-13 .splash-box {
    padding: 2rem;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
    position: relative;
}

    div.homepage .section-13 .splash-box p {
        color: white;
    }

    div.homepage .section-13 .splash-box .btn {
        color: #fff;
        background-color: #f6ce3c;
        font-weight: normal;
        background-image: none;
        border: none;
        border-radius: 0;
        text-shadow: none;
        box-shadow: 0;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        margin-bottom: 2rem;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        word-spacing: normal;
        word-wrap: break-word;
        white-space: pre-line;
        padding: 10px 16px;
        line-height: 1.33333;
    }

        div.homepage .section-13 .splash-box .btn:hover {
            transform: scale(1.1);
        }


@media all and (max-width: 700px) {
    div.homepage .section-13 .splash-box {
        padding: 1rem;
        width: 100%;
    }
}

div.homepage .area13 {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #002235;
    color: white;
}


    div.homepage .area13 h2 {
        font-size: 32px !important;
        color: gold !important;
    }


    div.homepage .area13 p {
        color: white;
        text-align: center;
    }

    div.homepage .area13 .btn {
        display: block;
        position: relative;
        width: 400px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        font-size: 20px;
        border: 2px solid gold;
        border-radius: 20px;
        transition: ease-in-out;
        transition-duration: 0.3s;
        cursor: pointer;
        color: white;
    }

        div.homepage .area13 .btn:hover {
            color: white;
            background-color: gold;
            transform: scale(1.06);
            font-weight: 700;
        }

div.homepage .area14 {
    min-height: 700px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}


div.homepage .area15 {
    background-color: #002235;
    min-height: 700px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

    div.homepage .area15 h2 {
        color: gold !important;
    }

    div.homepage .area15 p {
        color: white;
    }

    div.homepage .area15 .side_image {
        z-index: 4;
        left: 0;
    }

div.homepage div.area16 {
    background-color: #002235;
    color: white;
}

    div.homepage div.area16 h4 {
        text-align: center;
        font-size: 33px;
        margin-bottom: 50px;
        font-weight: 300;
    }


    div.homepage div.area16 p {
        color: white;
        text-align: center;
        margin-bottom: 10px;
    }

    div.homepage div.area16 div.video {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    div.homepage div.area16 p img {
        max-width: 90px;
        width: 100%;
    }

div.homepage div.area17 {
    text-align: center;
    background-color: #f3ce3c;
}

    div.homepage div.area17 h4 {
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        div.homepage div.area17 h4 img {
            max-width: 87px;
            vertical-align: sub;
        }

    div.homepage div.area17 .text_area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

div.payment_methods {
    position: relative;
    height: 125px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 50px;
}

    div.payment_methods img {
        max-width: 160px;
        position: absolute;
        display: none;
        float: none;
        top: auto;
        bottom: auto;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-self: center;
    }

div.video {
    max-width: 700px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}




/* START: footer*/

footer {
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: #002235;
    color: white;
    font-size: 16px;
}

    footer h5 {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 16px;
    }

    footer nav ul {
        list-style: none;
        padding-left: inherit;
    }

        footer nav ul li {
            margin-bottom: 4px;
        }

            footer nav ul li a {
                color: white;
                font-weight: 200;
            }

                footer nav ul li a:hover, footer nav ul li a:focus {
                    color: gold;
                }

    footer address {
        font-weight: 200;
    }


    footer .btn_yellow {
        display: block;
        position: relative;
        width: 120px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        font-size: 16px;
        border: 2px solid gold;
        border-radius: 20px;
        transition: ease-in-out;
        transition-duration: 0.3s;
        cursor: pointer;
        color: white;
        margin-top: 15px;
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        footer .btn_yellow:hover, footer .btn_yellow:focus {
            color: white;
            background-color: gold;
            transform: scale(1.06);
            font-weight: 700;
        }

    footer small {
        margin-top: 14px;
        display: block;
        text-align: center;
    }

    footer .logo_area ul {
        list-style: none;
    }

    footer .logo_area li {
        display: inline-block;
    }

        footer .logo_area li img {
            max-width: 60px;
        }

/* END: footer*/


div.TimePopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 900px;
    color: white;
    width: 100%;
    /*display: none;*/
    margin-top: auto;
    margin-bottom: auto;
    max-height: 520px;
}

#TimePopup div.modal-content {
    padding: 20px;
    background-image: url("../images/2018/timed-pop-up-kp.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    max-height: 515px;
    overflow: auto;
}

    #TimePopup div.modal-content .btn {
        background-color: #01b170;
        margin-top: 29px;
        margin-bottom: 31px;
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        cursor: pointer;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: 700;
        border-radius: 0;
    }

        #TimePopup div.modal-content .btn:hover, #TimePopup div.modal-content .btn:focus {
            background-color: #078054;
        }

    #TimePopup div.modal-content h3 {
        font-size: 45px;
        font-style: italic;
        font-weight: 700;
        color: gold;
    }

    #TimePopup div.modal-content h4 {
        margin-top: 5px;
        color: gold;
        margin-bottom: 50px;
    }

    #TimePopup div.modal-content p {
        color: white;
        font-size: 16px;
    }


.modal-body {
    overflow: auto;
}

/* START: Terms*/

div.terms h2 {
    margin-bottom: 50px;
}

/* END: Terms*/

/* START: Privacy */

div.privacy h2 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #004d7e !important;
}

div.privacy h3 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    color: #004d7e !important;
    margin-bottom: 30px !important;
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
}

div.privacy ul {
    list-style: none;
    padding-left: 25px !important;
    font-size: 16px;
}

div.privacy p {
    font-size: 16px;
}

div.privacy ul li {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    margin-bottom: 10px;
}

/* END: Privacy*/

/* START: cookie */

div.cookie h2 {
    margin-bottom: 20px;
    font-size: 26px;
}

/* END: cookie */

/* START: success_stories */

div.success_stories .area_1 {
    background-image: url("../images/2018/success-stories.jpg");
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

    div.success_stories .area_1 .container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-direction: column;
        vertical-align: middle;
        flex-flow: column;
    }

    div.success_stories .area_1 h1 {
        font-size: 55px;
        font-style: italic;
        font-weight: 700;
        color: #004d7e;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
    }

div.success_stories div.area .logo_area {
    margin-bottom: 70px;
}

div.success_stories .area_2 a {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

div.success_stories .area_3 a {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

div.success_stories h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

div.success_stories div.area .logo_area img {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* END: success_stories*/

/* START: Case Model */

.case_model {
    transition: ease;
}

    .case_model .modal-lg {
        max-width: 1200px;
        width: 100%;
        transition: all ease;
    }

    .case_model .modal-content {
        padding: 25px;
    }

    .case_model .modal-header h3 {
        text-align: center;
        font-size: 29px;
        font-weight: bold !important;
    }

    .case_model .modal-header span {
        position: absolute;
        top: 8px;
        right: 21px;
        font-size: 41px;
    }

    .case_model .modal-body h3 {
        font-size: 18px;
        font-weight: bold !important;
        color: #828282;
    }

    .case_model .modal-body p {
        font-size: 16px;
    }

    .case_model .modal-body .person p {
        margin-bottom: 10px;
    }

    .case_model .modal-body .person {
        margin-bottom: 42px;
        margin-top: 25px;
    }

    .case_model .modal-body strong {
        font-weight: 700;
        color: #777;
        font-size: 20px;
    }

    .case_model .modal-header img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 24px;
    }

    .case_model .modal-body img {
        display: block;
    }

    .case_model .name {
        text-align: center;
        margin-bottom: 80px !important;
    }

    .case_model .modal-body img {
        max-width: 200px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
        position: relative;
        border-radius: 50%;
        width: 140px;
        height: 140px;
        object-fit: cover;
    }



    .case_model .modal-lg {
        max-width: 1103px;
    }

#Live_KAARTEN_Case_Video iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#Live_KAARTEN_Case_Video .modal-content {
    overflow: auto;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


    #Live_KAARTEN_Case_Video .modal-content video {
        max-width: 900px;
    }

/* END: Case Model*/

.team {
    margin-top: 77px;
}

/* Start: Iframe responsive */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9 {
    padding-bottom: 42.857143%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* End: Iframe responsive*/

.wbounce-modal {
    font-family: "Open Sans",sans-serif;
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10011;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .wbounce-modal * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wbounce-modal.underlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        /*cursor: pointer;*/
    }

    .wbounce-modal .wbounce-modal-flex {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        width: 100%;
        max-height: 700px;
        margin-top: auto;
        margin-bottom: auto;
    }

        .wbounce-modal .wbounce-modal-flex.wbounce-modal-flex-activated {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
        }

    .wbounce-modal .wbounce-modal-sub {
        display: block;
        position: relative;
        left: initial;
        opacity: 1;
        overflow: scroll;
        overflow-x: hidden;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        max-width: 95%;
        max-height: 95%;
        width: 600px;
        background-color: #f0f1f2;
        z-index: 21;
        border-radius: 4px;
    }

        .wbounce-modal .wbounce-modal-sub::-webkit-scrollbar {
            display: none;
        }

        .wbounce-modal .wbounce-modal-sub.belowIE10 {
            top: 50%;
            margin: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .wbounce-modal .modal-title {
        font-size: 18px;
        background-color: #252525;
        color: #fff;
        padding: 10px;
        margin: 0;
        border-radius: 4px 4px 0 0;
        text-align: center;
    }

    .wbounce-modal .modal-body {
        padding: 20px 35px;
        font-size: 0.9em;
    }

    .wbounce-modal h3 {
        color: #fff;
        font-size: 1em;
        margin: 0.2em;
        text-transform: uppercase;
        font-weight: 500;
    }

    .wbounce-modal h4 {
        font-size: 1.25em;
        margin: 10px 0;
    }

        .wbounce-modal h4 a {
            text-decoration: none;
        }

    .wbounce-modal p {
        line-height: 1.7em;
        color: #344a5f;
    }

    .wbounce-modal form {
        text-align: center;
        margin-top: 35px;
    }

        .wbounce-modal form p {
            text-align: left;
            margin-left: 35px;
            opacity: 0.8;
            margin-top: 1px;
            padding-top: 1px;
            font-size: 0.9em;
        }

        .wbounce-modal form input[type=email], .wbounce-modal form input[type=tel] {
            color: #999;
            padding: 12px;
            font-size: 15px;
            width: 300px;
            border-radius: 4px;
            border: 1px solid #ccc;
            -webkit-font-smoothing: antialiased;
        }

        .wbounce-modal form input[type=text] {
            padding: 12px;
            font-size: 1.2em;
            width: 300px;
            border-radius: 4px;
            border: 1px solid #ccc;
            -webkit-font-smoothing: antialiased;
        }

        .wbounce-modal form input[type=submit] {
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px;
            font-size: 14px;
            border-radius: 0 !important;
            color: #fff;
            background-image: none;
            background-color: #4ab471;
            border: none;
            cursor: pointer;
            -webkit-font-smoothing: antialiased;
            letter-spacing: 1.2px;
        }

    .wbounce-modal .byline, .wbounce-modal .updated {
        display: block;
    }

    .wbounce-modal .modal-footer {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px;
    }

        .wbounce-modal .modal-footer p {
            text-transform: capitalize;
            cursor: pointer;
            display: inline;
            border-bottom: 1px solid #344a5f;
        }


/*exit popup styling*/
#element_to_pop_up {
    text-align: center;
    text-transform: uppercase;
}

.gold {
    color: #f6cf3d !important;
}

.popup-top {
    background-color: #004d7c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup-header {
    padding-top: 1rem;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.popup-tagline {
    color: #FFF !important;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 2rem;
}

#exitpopup .wbounce-modal-sub {
    background-color: white !important;
    max-width: 900px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}


#exitpopup h2 {
    font-size: 52px;
    text-align: left;
    margin-bottom: 10px;
    color: #004d7e;
    font-weight: 700;
}

    #exitpopup h2 span {
        color: red;
    }


#exitpopup p {
    line-height: 1.7em;
    color: #344a5f;
    font-weight: 600;
    font-size: 20px;
}

#exitpopup ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    #exitpopup ul li {
        line-height: 2em;
        color: #344a5f;
        font-weight: 600;
        font-size: 18px;
        font-style: italic;
    }

        #exitpopup ul li i {
            color: gold;
            margin-right: 10px;
        }


/* START: landing_page2 */

.landing_page2 {
    min-height: 100vh;
}

    .landing_page2 a.PrivacyPolicy {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: white;
        margin-top: 30px;
    }

    .landing_page2 header {
        background-color: transparent;
    }


        .landing_page2 header img {
            max-width: 177px;
        }

    .landing_page2 footer {
        display: none;
    }

    .landing_page2 .Pharmacy {
        background-image: url("../images/2018/pharmacy-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Pharmacy a.PrivacyPolicy {
            color: #0055a2 !important;
        }


    .landing_page2 .Gaming {
        background-image: url("../images/gaming-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Gaming h1 {
            color: white !important;
        }

        .landing_page2 .Gaming h2 {
            color: white !important;
        }


    .landing_page2 .HighRisk {
        background-image: url("../images/highrisk-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .HighRisk h1 {
            color: white !important;
        }

        .landing_page2 .HighRisk h2 {
            color: white !important;
        }


    .landing_page2 .Dating {
        background-image: url("../images/dating-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Dating h1 {
            color: white !important;
        }

        .landing_page2 .Dating h2 {
            color: white !important;
        }

        .landing_page2 .Dating .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .Adult {
        background-image: url("../images/adult-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Adult h1 {
            color: white !important;
        }

        .landing_page2 .Adult h2 {
            color: white !important;
        }

        .landing_page2 .Adult .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .mlm {
        background-image: url("../images/mlm-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .mlm h1 {
            color: white !important;
        }

        .landing_page2 .mlm h2 {
            color: white !important;
        }

        .landing_page2 .mlm .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .Ecig {
        background-image: url("../images/ecig-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Ecig h1 {
            color: white !important;
        }

        .landing_page2 .Ecig h2 {
            color: white !important;
        }

        .landing_page2 .Ecig .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .Blockchain {
        background-image: url("../images/blockchain-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Blockchain h1 {
            color: white !important;
        }

        .landing_page2 .Blockchain h2 {
            color: white !important;
        }

        .landing_page2 .Blockchain .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .Cryptocurrency {
        background-image: url("../images/blockchain-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Cryptocurrency h1 {
            color: white !important;
        }

        .landing_page2 .Cryptocurrency h2 {
            color: white !important;
        }

        .landing_page2 .Cryptocurrency .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .refused {
        background-image: url("../images/sad-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .refused h1 {
            color: white !important;
            font-size: 58px !important;
            font-weight: 200 !important;
            margin-bottom: 26px !important;
            margin-top: 31px !important;
            line-height: 1.4;
        }

            .landing_page2 .refused h1 strong {
                font-size: 70px !important;
            }

        .landing_page2 .refused h2 {
            color: gold !important;
            font-weight: 700;
        }

        .landing_page2 .refused .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }

    .landing_page2 .ECommerce {
        background-image: url("../images/ecommerce-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .ECommerce h1 {
            color: white !important;
        }

        .landing_page2 .ECommerce h2 {
            color: white !important;
        }


    .landing_page2 .OnlineBetting {
        background-image: url("../images/betting-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .OnlineBetting h1 {
            color: white !important;
        }

        .landing_page2 .OnlineBetting h2 {
            color: white !important;
        }

    .landing_page2 .SaveWithKingPay h1 {
        color: white !important;
    }

    .landing_page2 .SaveWithKingPay h2 {
        color: white !important;
    }

        .landing_page2 .SaveWithKingPay h2 span {
            color: #ffcc06 !important;
            font-weight: 700;
            font-size: 45px;
        }

    .landing_page2 .SaveWithKingPay {
        background-image: url("../images/save-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }


        .landing_page2 .SaveWithKingPay .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .WorldWide h1 {
        color: white !important;
    }

        .landing_page2 .WorldWide h1 span {
            color: #ffcc06 !important;
        }

    .landing_page2 .WorldWide h2 span {
        color: #ffcc06 !important;
    }

    .landing_page2 .WorldWide h2 {
        color: white !important;
    }

        .landing_page2 .WorldWide h2 span {
            color: #ffcc06 !important;
            font-weight: 700;
            font-size: 45px;
        }

    .landing_page2 .WorldWide {
        background-image: url("../images/balloon-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }


        .landing_page2 .WorldWide .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .CBD h1 {
        color: white !important;
    }

        .landing_page2 .CBD h1 span {
            color: #ffcc06 !important;
        }

    .landing_page2 .CBD h2 span {
        color: #ffcc06 !important;
    }

    .landing_page2 .CBD h2 {
        color: white !important;
    }

        .landing_page2 .CBD h2 span {
            color: #ffcc06 !important;
            font-weight: 700;
            font-size: 45px;
        }

    .landing_page2 .CBD {
        background-image: url("../images/cbd-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }


        .landing_page2 .CBD .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .Forex h1 {
        color: white !important;
    }

        .landing_page2 .Forex h1 span {
            color: #ffcc06 !important;
        }

    .landing_page2 .Forex h2 span {
        color: #ffcc06 !important;
    }

    .landing_page2 .Forex h2 {
        color: white !important;
    }

        .landing_page2 .Forex h2 span {
            color: #ffcc06 !important;
            font-weight: 700;
            font-size: 45px;
        }

    .landing_page2 .Forex {
        background-image: url("../images/forex-bg.jpg");
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }


        .landing_page2 .Forex .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }

    .landing_page2 .Presentation h1 {
        color: white !important;
        font-size: 59px !important;
        margin-top: 0px !important;
        margin-bottom: 42px !important;
    }

        .landing_page2 .Presentation h1 span {
            color: #ffcc06 !important;
        }

    .landing_page2 .Presentation h2 span {
        color: #ffcc06 !important;
    }

    .landing_page2 .Presentation h2 {
        color: white !important;
    }

    .landing_page2 .Presentation .video {
        margin-bottom: 60px;
    }

    .landing_page2 .Presentation h2 span {
        color: #ffcc06 !important;
        font-weight: 700;
        font-size: 45px;
    }

    .landing_page2 .Presentation {
        /*background-image: url("../images/forex-bg.jpg");*/
        background-color: #001c2d;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .Presentation h1 span {
            color: red !important;
        }


        .landing_page2 .Presentation .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }


    .landing_page2 .MerchantAccount h1 {
        color: white !important;
        font-size: 59px !important;
        margin-top: 0px !important;
        margin-bottom: 42px !important;
    }

        .landing_page2 .MerchantAccount h1 span {
            color: #ffcc06 !important;
        }

    .landing_page2 .MerchantAccount h2 span {
        color: #ffcc06 !important;
    }

    .landing_page2 .MerchantAccount h2 {
        color: white !important;
    }

    .landing_page2 .MerchantAccount .video {
        margin-bottom: 60px;
    }

    .landing_page2 .MerchantAccount h2 span {
        color: #ffcc06 !important;
        font-weight: 700;
        font-size: 45px;
    }

    .landing_page2 .MerchantAccount {
        /*background-image: url("../images/forex-bg.jpg");*/
        background-color: #001c2d;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .landing_page2 .MerchantAccount .perfect {
            width: 100%;
        }

        .landing_page2 .MerchantAccount h1 span {
            color: red !important;
        }


        .landing_page2 .MerchantAccount .btn {
            max-width: 385px !important;
            max-width: fit-content !important;
        }



    .landing_page2 .perfect h1 {
        text-align: center;
        font-size: 70px;
        margin-top: 70px;
        margin-bottom: 80px;
        color: #0055a2;
    }

    .landing_page2 .perfect h2 {
        text-align: center;
        font-size: 40px;
        color: #0055a2;
        margin-bottom: 60px;
    }

    .landing_page2 .perfect .btn {
        font-size: 24px;
        padding-left: 70px;
        padding-right: 70px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 0;
        right: 0;
        display: block;
        max-width: 289px;
        margin-bottom: 70px;
        background-color: #22b173;
        border-radius: 0;
        font-weight: 700;
    }

        .landing_page2 .perfect .btn:hover, .landing_page2 .perfect .btn:focus {
            transform: scale(1.09);
            background-color: #198a59;
        }


    .landing_page2 h3 {
        text-align: center;
        color: #22b173;
        position: relative;
        font-weight: 700;
    }

        .landing_page2 h3 span {
            right: 0;
            position: absolute;
            left: 0;
            top: 38px;
            transform: rotate(-4deg);
            /* color: black; */
            font-size: 20px;
            color: #e85151;
        }

    .landing_page2 div.logo_area {
        margin-top: 190px;
        clear: both;
        text-align: center;
    }

    .landing_page2 ul {
        list-style: none;
        padding-left: 0;
    }

        .landing_page2 ul li {
            display: inline-block;
        }

            .landing_page2 ul li img {
                max-width: 80px;
            }


/* END: landing_page2 */

.wbounce-modal form input[type=email], .wbounce-modal form input[type=tel] {
    color: #344a5f;
    padding: 12px;
    font-size: 15px;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    float: left;
    display: block;
    /* width: 100%; */
    clear: both;
    margin-bottom: 10px;
}

.popup-submit-field-container {
    display: block;
    width: 300px;
    margin-top: 30px;
}

.wbounce-modal form input[type=submit] {
    width: 300px;
    font-size: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    cursor: pointer;
    margin-bottom: 30px;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    color: red;
}

    .validation-summary-errors ul li {
        margin-left: 0;
        padding-left: 0;
        font-size: 16px !important;
        text-align: left;
        color: red !important;
    }

#exitpopup img.crown {
    right: -58px;
    position: relative;
    bottom: -20px;
    width: 100%;
}

#exitpopup .close_button {
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

/*end exit popup styling*/

.forbes {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* START: Privacy Policy Popup */

#privacyPopup .modal-content {
    background-color: #ffffff;
}

#privacyPopup #form-section {
    margin-top: 5px;
    padding-top: 5px;
}

#privacyPopup button.close {
    font-size: 29px !important;
    margin-right: 9px !important;
    margin-bottom: 13px !important;
}

#privacyPopup .modal-dialog {
    max-width: 900px;
}

/*END: Privacy Policy Popup*/

/*START: GOOGLE review */

div.review {
    max-width: 400px;
    padding: 20px;
    margin: 15px;
    display: inline-block;
    text-align: center;
}

    div.review img {
        max-width: 150px;
        margin-bottom: 15px;
    }

    div.review div.review_message {
        font-style: italic;
    }

    div.review div.rate {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 600;
        color:#f6ce3c;
    }

div.review_area {
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
}

div.review_area strong
{
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

div.review_area .yellow
{
    color:#f6ce3c;
}

/*END: GOOGLE review */

/* START: Register */

#form-section {
    /*margin-top: 40px;*/
    padding: 60px 0 50px 0;
    background-color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.95);
    max-width: 900px;
    width: 100%;
    color: #777;
}

@media screen and (max-width: 480px) {
    #form-section {
        /*margin-top: 50px !important;*/
        padding: 25px 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    #form-section {
        margin-top: 70px;
        padding: 25px 0 10px 0;
    }
}

@media screen and (min-width: 768px) {
    #form-section {
        margin-top: 40px;
        padding: 60px 0 50px 0;
    }
}

#form-section h1 {
    font-size: 80px;
    font-weight: bold;
}

@-moz-document url-prefix() {
    #form-section h1 {
        font-size: 68px;
    }
}

#form-section h1 span {
    color: #f6ce3c;
    clear: both;
    display: block;
}

@media screen and (max-width: 767px) {
    #form-section h1 {
        font-size: 50px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    @-moz-document url-prefix() {
        #form-section h1 {
            font-size: 48px;
        }
    }

    #exitpopup h2 {
        font-size: 42px;
    }

    #exitpopup .wbounce-modal-sub {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) {
    #form-section h1 {
        font-size: 80px;
    }

    @-moz-document url-prefix() {
        #form-section h1 {
            font-size: 68px;
        }
    }
}

#form-section h2 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #form-section h2 {
        font-size: 14px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) {
    #form-section h2 {
        font-size: 24px;
    }
}

#form-section h3 {
    color: #f6ce3c;
    font-weight: normal;
    padding: 0 15px;
    margin-bottom: 50px;
}

#form-section .blurb {
    padding: 0 15px;
}

    #form-section .blurb p {
        font-size: 16px;
    }

@media screen and (max-width: 767px) {
    #form-section .blurb p {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    #form-section .blurb p {
        font-size: 16px;
    }
}

#form-section .row {
    margin: 0 auto;
}

#form-section .form-group {
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #form-section .form-group {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    #form-section .form-group {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

#form-section .row label {
    margin-bottom: 8px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #form-section .row label {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    #form-section .row label {
        font-size: 16px;
    }
}

#form-section input,
#form-section textarea,
#form-section select {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #form-section input,
    #form-section textarea,
    #form-section select {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    #form-section input,
    #form-section textarea,
    #form-section select {
        font-size: 16px;
    }
}

#form-section input.wpcf7-submit {
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #004d7c;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 20px;
    margin-top: 6px;
}

    #form-section input.wpcf7-submit:hover {
        background-color: #222;
    }

@media screen and (max-width: 480px) {
    #form-section input.wpcf7-submit {
        width: 100%;
        font-size: 17px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #form-section input.wpcf7-submit {
        font-size: 14px;
        margin-top: 2px;
    }
}

@media screen and (min-width: 768px) {
    #form-section input.wpcf7-submit {
        font-size: 16px;
        margin-top: 6px;
    }
}

#form-section img.ajax-loader {
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    #form-section img.ajax-loader {
        margin: 0 auto;
        float: none !important;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #form-section img.ajax-loader {
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    #form-section img.ajax-loader {
        margin-top: 10px;
    }
}

#form-section .has-error .help-block,
#form-section .has-error .control-label,
#form-section .has-error .radio,
#form-section .has-error .checkbox,
#form-section .has-error .radio-inline,
#form-section .has-error .checkbox-inline,
#form-section .has-error.radio label,
#form-section .has-error.checkbox label,
#form-section .has-error.radio-inline label,
#form-section .has-error.checkbox-inline label {
    color: #e03704;
}

#form-section .wpcf7-response-output {
    color: #fff;
    margin: 0 15px 15px 15px;
    border: none;
}

@media screen and (max-width: 480px) {
    #form-section .wpcf7-response-output {
        margin: 0 15px 0 15px;
    }
}

@media screen and (max-width: 767px) {
    #form-section .wpcf7-response-output {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    #form-section .wpcf7-response-output {
        font-size: 16px;
    }
}

#form-section .wpcf7-response-output.wpcf7-validation-errors {
    background-color: #e03704;
}

#form-section .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #3e8505;
}

.extra_label_margin {
    margin-bottom: 28px !important;
}

#form-section ul {
    list-style: none;
    padding: 0;
}

#form-section .half {
    padding: 2rem;
    max-width: 600px;
}

hr {
    float: left;
    box-sizing: content-box;
    height: 0;
    width: 91%;
    /* margin-left: 10%; */
    margin-left: 2rem !important;
    color: #777;
    border-color: #777;
}


#cta-button, .apply-button {
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-bottom: 2rem;
    padding-left: 40px;
    padding-right: 40px;
    /*max-width: 500px;
    width: 100%;*/
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    /*word-break: break-all;*/
    word-spacing: normal;
    word-wrap: break-word;
    white-space: pre-line;
}


    #cta-button:visited,
    #cta-button:active,
    .apply-button:visited,
    .apply-button:active {
        outline: none;
        border: none;
    }

    #cta-button.green {
        color: #fff;
        background-color: #61B329;
        font-weight: normal;
    }

        #cta-button.green:hover,
        .apply-button.green:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            background-color: #77cd3c;
        }


/* END: Register */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.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.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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 {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -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 {
    0%, 100% {
        -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 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);
    }

    100% {
        -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);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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, -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);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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, -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);
    }

    100% {
        -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);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -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 {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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;
    }

    100% {
        -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;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        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 {
    0% {
        opacity: 1;
    }

    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}



@media (min-width: 768px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}




@media (max-width: 1437px) {
    .side_image img {
        object-fit: cover;
    }

    .side_image {
        width: 50%;
    }

    div.homepage div.area9 #SecurityCarousel p {
        color: black;
    }


    #SecurityCarousel .side_image {
        width: 100%;
    }
}

@media (max-width: 1291px) {
    #SecurityCarousel .side_image {
        opacity: 0.3;
    }

    div.homepage div.area9 #SecurityCarousel p {
        color: black;
    }
}

@media (max-width: 767px) {
    .side_image {
        position: relative;
        width: 100%;
    }

        .side_image img {
            position: relative;
        }

    div.homepage div.area4 {
        padding-bottom: 0;
    }

    div.homepage div.area1 {
        padding-bottom: 0;
    }

    div.homepage .area14 {
        display: block;
    }

    div.homepage .area15 {
        display: block;
    }
}


@media (max-width:725px) {
    .col_area {
        column-gap: 24px;
    }
}

@media (max-width:600px) {
    .col_area {
        column-count: 1;
    }
}



.modal {
    background-color: rgba(77, 77, 77, 0.2784313725490196);
}


.contactOverlay .modal-dialog {
    width: 100%;
    max-width: 786px;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-dialog {
        margin: 0;
    }
}

.contactOverlay .modal-dialog {
    margin-top: 2%;
}

.contactOverlay .modal-content {
    /*-webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);*/
    background-color: #f6ce3c;
    color: #222;
    border-radius: 6px;
}

.contactuspopup {
    /*transition: ease;*/
}

.fade {
    transition: opacity .15s ease !important;
}

.thankyou div.modal-header {
    width: 100%;
    display: block;
}

    .thankyou div.modal-header img.logo {
        max-width: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.thankyou h2 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color: #004e7c;
    font-weight: bold;
    line-height: 1.4;
}


.thankyou .modal-header .close {
    position: absolute;
    right: 20px;
}


.contactuspopup .modal-content {
    background-color: #f8f8f8;
    color: white;
    /*transition: ease-in;
    transition-delay: 0.4s;*/
}

.contactuspopup input[type=submit] {
    background-color: #f6ce3c !important;
    color: white !important;
}

    .contactuspopup input[type=submit]:focus, .contactuspopup input[type=submit]:hover {
        background-color: #e1b104 !important;
        color: white !important;
    }

.contactuspopup .g-recaptcha {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 306px;
}

.contactuspopup img.crown {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 60px;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        border-radius: 0;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-content {
        /*-webkit-transform: translate(0, 15%);
        -ms-transform: translate(0, 15%);
        transform: translate(0, 15%);*/
        border-radius: 6px;
    }
}

.contactOverlay .modal-header {
    border-bottom: 0;
    position: relative;
    height: 80px;
    padding: 15px 15px 15px 15px;
    background-color: transparent;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-header {
        height: 0px;
        padding: 0;
    }

    #TimePopup div.modal-content .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.42);
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-header {
        height: 0px;
        padding: 15px 15px 15px 15px;
    }
}

.contactOverlay .modal-header .watermark {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -40px;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-header .watermark {
        width: 40px;
        height: 40px;
        top: 25px;
        margin-left: -20px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-header .watermark {
        width: 80px;
        height: 80px;
        top: 30px;
        left: 50%;
        margin-left: -40px;
    }
}

.contactOverlay .modal-header .watermark img {
    width: 80px;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-header .watermark img {
        width: 40px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-header .watermark img {
        width: 80px;
    }
}

.contactOverlay .modal-header .close {
    position: relative;
    right: auto;
    top: auto;
    color: #222;
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 26px;
    text-shadow: none;
    position: absolute !important;
    right: 15px !important;
    z-index: 7;
}

    .contactOverlay .modal-header .close:hover {
        color: #fff;
    }

@media screen and (max-width: 767px) {
    .contactOverlay .modal-header .close {
        position: abolute;
        right: 20px;
        top: 20px;
    }

        .contactOverlay .modal-header .close:hover {
            color: #000;
        }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-header .close {
        position: relative;
        right: auto;
        top: auto;
    }

        .contactOverlay .modal-header .close:hover {
            color: #fff;
        }
}

.contactOverlay .modal-body {
    background-color: transparent;
    padding-top: 0px;
}

    .contactOverlay .modal-body h2 {
        font-family: 'Roboto', sans-serif;
        padding: 0 10px;
        font-size: 31px;
        margin-top: 24px;
        text-transform: capitalize;
    }

@media screen and (max-width: 767px) {
    .contactOverlay .modal-body h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-body h2 {
        font-size: 31px;
    }
}

.contactOverlay .modal-body .blurb {
    font-size: 16px;
    padding: 10px 15px 0 15px;
    display: block;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-body .blurb {
        font-size: 12px !important;
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-body .blurb {
        font-size: 16px;
        display: block;
    }
}

.contactOverlay .modal-body .blurb p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
    margin-top: 19px;
    border-bottom: 1px #ececec;
    border-bottom-style: solid;
    padding-bottom: 26px;
    color: gray;
}

@media screen and (max-width: 767px) {
    .contactOverlay .modal-body .blurb p {
        font-size: 13px !important;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .modal-body .blurb p {
        font-size: 16px;
        line-height: 24px;
    }
}

.contactOverlay .form-group {
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contactOverlay .form-group {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #SecurityCarousel .side_image {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .form-group {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.contactOverlay .row {
    margin: 0 auto;
}

    .contactOverlay .row label {
        margin-bottom: 8px;
        font-size: 16px;
    }

@media screen and (max-width: 767px) {
    .contactOverlay .row label {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay .row label {
        font-size: 16px;
    }
}

.contactOverlay input,
.contactOverlay textarea,
.contactOverlay select {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .contactOverlay input,
    .contactOverlay textarea,
    .contactOverlay select {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay input,
    .contactOverlay textarea,
    .contactOverlay select {
        font-size: 16px;
    }
}

/*.contactOverlay input.wpcf7-submit {
    background-image: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #004e7c;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 30px;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    margin-top: 21px;
}*/

.contactOverlay input.wpcf7-submit {
    display: block;
    position: relative;
    width: 400px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    /*margin-bottom: 75px;*/
    font-size: 20px !important;
    border: 2px solid #00b170 !important;
    border-radius: 20px !important;
    transition: ease-in-out;
    transition-duration: 0.3s;
    cursor: pointer;
    background-color: transparent !important;
    color: #00b170 !important;
}

    .contactOverlay input.wpcf7-submit:hover {
        color: white;
        background-color: #00b170 !important;
        transform: scale(1.06);
        font-weight: 700;
    }

.contactOverlay .field-validation-error {
    color: red;
}

.contactuspopup h2 {
    padding-top: 60px;
    margin-bottom: 0px;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    color: #004d7e;
    text-transform: uppercase;
    margin-top: 14px !important;
}

.contactOverlay input.wpcf7-submit:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #0a71ae;
}

.footer_popup {
    background-color: #004d7e;
    padding: 21px;
    text-align: center;
}

    .footer_popup p {
        font-style: italic;
        color: white;
        margin-bottom: 0;
    }

        .footer_popup p a {
            font-style: normal;
            font-weight: bold;
            text-decoration: underline;
            color: gold;
            margin-left: 10px;
        }

@media screen and (max-width: 480px) {
    .contactOverlay input.wpcf7-submit {
        width: 100%;
        font-size: 22px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contactOverlay input.wpcf7-submit {
        font-size: 22px;
        margin-top: 21px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay input.wpcf7-submit {
        font-size: 22px;
        margin-top: 21px;
    }
}

.contactOverlay img.ajax-loader {
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
}

@media (max-width:594px) {
    #exitpopup h2 {
        font-size: 36px;
        text-align: center;
    }

    #exitpopup p {
        text-align: center;
    }

    #exitpopup ul {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        list-style: none;
        padding-left: 0;
    }

    .wbounce-modal form input[type=email], .wbounce-modal form input[type=tel] {
        margin-left: auto;
        margin-right: auto;
        float: none;
        position: relative;
        left: auto;
        right: auto;
    }

    .popup-submit-field-container {
        width: 100%;
    }

    #exitpopup .close_button {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .contactOverlay img.ajax-loader {
        margin: 0 auto;
        float: none !important;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .contactOverlay img.ajax-loader {
        margin-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    .contactOverlay img.ajax-loader {
        margin-top: 10px;
    }
}

@media (max-width:419px) {
    .item_inner h3 span {
        top: 59px;
    }

    .item_inner .btn {
        margin-bottom: 20px;
    }
}


@media (max-width:1192px) {
    div.success_stories .area_1 {
        min-height: 399px;
    }
}


@media (max-width:1070px) {
    div.homepage div.area11 .carousel-inner > .item {
        min-height: 560px;
    }
}


@media (max-width:955px) {
    .landing_page2 .perfect h1 {
        font-size: 50px;
    }

    .landing_page2 .perfect h2 {
        font-size: 35px;
    }
}

@media (max-width:890px) {
    div.success_stories .area_1 {
        min-height: 300px;
    }

        div.success_stories .area_1 h1 {
            font-size: 42px;
        }
}

@media (max-width:789px) {
    header .logo_area {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    header .nav_area {
        text-align: center;
        float: none;
        display: block;
        width: 100%;
    }

    header div.phoneNumber {
        text-align: center;
        display: block;
        float: none;
    }

    header nav ul {
        padding-left: 0;
    }
}

@media (max-width:777px) {
    .landing_page2 .perfect h1 {
        font-size: 45px;
    }

    .landing_page2 .perfect h2 {
        font-size: 35px;
    }

    .landing_page2 header img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
}


@media(max-width:767px) {
    #SecurityCarousel .side_image img {
        max-height: 500px;
    }
}

@media (max-width:725px) {
    .col_area {
        column-gap: 24px;
    }
}

@media (max-width:651px) {
    div.homepage div.area10 div.cprov-imgs img {
        max-width: 170px;
    }
}

@media (max-width:600px) {
    .col_area {
        column-count: 1;
    }
}

@media (max-width:593px) {
    div.homepage div.area10 div.cprov-imgs img {
        width: 140px;
    }
}

@media (max-width:566px) {
    div.homepage div.area11 p i {
        font-size: 22px;
    }

    div.homepage div.area11 .carousel-inner > .item {
        min-height: 590px;
    }
}

@media (max-width:536px) {
    .landing_page2 .perfect h1 {
        font-size: 36px;
    }

    .landing_page2 .perfect h2 {
        font-size: 30px;
    }

    div.TimePopup {
        max-height: initial;
    }

    #TimePopup div.modal-content {
        max-height: initial;
    }
}


@media (max-width:522px) {

    .homepage div.area3 br {
        display: none;
    }
}

@media (max-width:507px) {
    div.homepage div.area10 div.cprov-imgs img {
        width: 100px;
    }
}

@media(max-width:472px) {
    .landing_page2 h3 span {
        top: 70px;
    }
}

@media (max-width:463px) {
    div.success_stories .area_1 h1 {
        font-size: 36px;
    }

    #TimePopup div.modal-content h3 {
        font-size: 40px;
    }

    #TimePopup div.modal-content .btn {
        font-size: 19px;
        padding-left: 19px;
        padding-right: 19px;
    }

    #TimePopup .col-lg-8 {
        width: 100%;
    }
}

@media (max-width:400px) {
    div.homepage div.area11 p i {
        font-size: 20px;
    }
}


@media (max-width:381px) {
    div.success_stories .area_1 .container {
        padding: 0;
    }

    div.success_stories .area_1 h1 {
        font-size: 33px;
        text-align: center;
    }
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
