﻿

/****************************************** TIPPY STYLES  *********************************************************/
/*Tippy Copied Styles from: "https://unpkg.com/tippy.js@6/animations/scale.css"*/
/* Tippy is the javascript plugin that shows the countries pop over in an animated modal. */

.tippy-box[data-animation=scale][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    transform: scale(.5);
    opacity: 0
}

/****** START GLOBAL LAYOUT *********/


/*! CSS Used from: http://localhost:63689/_css/global_style.css */
@media all {


    .map-on-mobile ul.sub-menu::-webkit-scrollbar-track {
        background-color: #7d939e;
        border-radius: 10px;
    }

    .map-on-mobile ul.sub-menu::-webkit-scrollbar {
        width: 5px;
        background-color: #d99f6d;
    }

    .map-on-mobile ul.sub-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #d99f6d;
    }

    /* This affects the whole site. No links will have an underline.*/
    a:hover, a:link, a:visited {
        text-decoration: none;
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }


    .select_country.select_country_1 {
        margin-left: 1rem;
    }

    .map-section {
        padding: 42px 0 48px;
        margin: 0 auto;
    }

        .map-section .animation-holder .earth {
            display: none;
        }

        .map-section .animation-holder .map-on-mobile .map-default {
            padding: 0 15px;
            width: 100%;
        }

        .map-section .animation-holder .map-on-mobile .country {
            text-align: center;
            color: #fcfcfc;
            font-family: Nunito,sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
        }

        .map-section .animation-holder .mob-map-link {
            text-align: center;
        }

            .map-section .animation-holder .mob-map-link a {
                color: #d99e6e;
                /*font-family: Nunito,sans-serif;*/
                font-size: 15px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: none;
                padding-right: 16px;
            }

                .map-section .animation-holder .mob-map-link a:after {
                    content: url(/Content/SVG/map/circle-arrow.svg);
                    display: inline-block;
                    height: 23px;
                    width: 23px;
                    position: relative;
                    -webkit-transition: .4s;
                    transition: .4s;
                    right: 0;
                    top: 6px;
                }

                .map-section .animation-holder .mob-map-link a:hover {
                    color: #e07721;
                }

                    .map-section .animation-holder .mob-map-link a:hover:after {
                        right: -16px;
                    }

    header.header #header_nav .map-on-mobile .menu_inner_wrap {
        overflow: hidden !important;
    }

    .map-on-mobile .wrap_2.row_outter {
        margin-top: 1.5rem;
    }

    .map-on-mobile .menu_inner_wrap {
        min-height: 300px;
    }

    .map-on-mobile .sub-menu .menu-item {
        width: 100% !important;
    }

    .map-on-mobile .menu-item > ul.sub-menu.col-lg-10 {
        max-height: 300px;
        overflow-y: auto;
    }

    @media (max-width:640px) {
        .map-on-mobile .menu_inner_wrap {
            min-height: 50vh;
        }

        .map-on-mobile .menu-item > ul.sub-menu.col-lg-10 {
            max-height: 50vh;
        }
    }

    @media (min-width:425px) {
        .map-section {
            padding: 62px 0 48px;
        }
    }

    @media (min-width:769px) {
        .map-section {
            padding: 81px 0 60px;
        }
    }

    @media (min-width:1200px) {
        .map-section .animation-holder .earth {
            display: block;
        }

        .map-section .animation-holder .map-on-mobile {
            display: none;
        }
        
        .pulse-animation {
            -webkit-animation: pulsate 1.8s ease-out infinite;
            animation: pulsate 1.8s ease-out infinite;
        }
    }


    .continets {
        height: 0;
    }


    .earth {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

        .earth .map-image {
            max-width: 100%;
        }

        .earth .pin-effect {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 70px;
            height: 70px;
            display: block;
            background: rgba(255,255,255,.6);
            border-radius: 50%;
            opacity: 0;
        }

        .earth .wrap-circle-hover {
            display: none;
        }

    @media (min-width:1200px) {
        .earth .wrap-circle-hover {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .earth .wrap-circle-hover .circle-hover {
                position: relative;
                width: 16px;
                height: 16px;
                border: 4px solid #333;
                background-color: #fff;
                border-radius: 50px;
                display: inline-block;
                -webkit-transition: all .15s;
                transition: all .15s;
            }

            .earth .wrap-circle-hover:hover .circle-hover {
                width: 26px;
                height: 26px;
                border: 8px solid #333;
            }
    }

    .earth .america-continent .north-america {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .america-continent .central-america {
        position: absolute;
        top: 200px;
        left: 263px;
        width: auto;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .america-continent .south-america {
        position: absolute;
        width: auto;
        top: 235px;
        left: 299px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .america-continent .na-pin {
        position: absolute;
        bottom: 341px;
        left: 203px;
        cursor: pointer;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .america-continent .na-pin .countries-holder-na {
            position: relative;
        }

    .earth .america-continent .ca-pin {
        cursor: pointer;
        position: absolute;
        bottom: 215px;
        left: 245px;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .america-continent .ca-pin .countries-holder-ca {
            position: relative;
        }

    .earth .america-continent .sa-pin {
        cursor: pointer;
        bottom: 146px;
        left: 370px;
        position: absolute;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .america-continent .sa-pin .countries-holder-sa {
            position: relative;
        }

    .earth .europe-continent .europe {
        position: absolute;
        top: 9px;
        width: 59.15%;
        right: 1px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .europe-continent .eu-pin {
        cursor: pointer;
        bottom: 404px;
        left: 540px;
        position: relative;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .europe-continent .eu-pin .countries-holder-eu {
            position: relative;
        }

    .earth .africa-continent .africa {
        position: absolute;
        width: auto;
        top: 152px;
        right: 461px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .africa-continent .af-pin {
        cursor: pointer;
        bottom: 240px;
        left: 590px;
        position: relative;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .africa-continent .af-pin .countries-holder-af {
            position: relative;
        }

    .earth .asia-oceania-continent .australia {
        position: absolute;
        width: auto;
        right: 39px;
        top: 285px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .asia-oceania-continent .mid-east {
        position: absolute;
        width: auto;
        top: 136px;
        right: 420px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .asia-oceania-continent .asia {
        position: absolute;
        width: auto;
        top: 91px;
        right: 149px;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .earth .asia-oceania-continent .asi-pin {
        cursor: pointer;
        bottom: 345px;
        left: 783px;
        position: relative;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .asia-oceania-continent .asi-pin .countries-holder-asi {
            position: relative;
        }

    .earth .asia-oceania-continent .aus-pin {
        cursor: pointer;
        bottom: 90px;
        left: 970px;
        position: absolute;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .asia-oceania-continent .aus-pin .countries-holder-aus {
            position: relative;
        }

    .earth .asia-oceania-continent .mid-ea-pin {
        z-index: 1;
        cursor: pointer;
        bottom: 260px;
        left: 670px;
        position: absolute;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        display: inline-block;
    }

        .earth .asia-oceania-continent .mid-ea-pin .countries-holder-mid-ea {
            position: relative;
        }

    * {
        -webkit-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out;
    }
}

.tippy-popper {
    -webkit-perspective: 700px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    pointer-events: none;
    line-height: 1.4;
    max-width: calc(100% - 10px);
}
    /* #tippy-3{
        width:100%;
    }*/

    .tippy-popper[x-placement^=bottom] .tippy-arrow {
        border-bottom: 8px solid #333;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        top: -7px;
        margin: 0 6px;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
        -webkit-transform-origin: top;
        transform-origin: top;
    }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            -webkit-transform: translateY(0) rotateX(-60deg);
            transform: translateY(0) rotateX(-60deg);
        }

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .9rem;
    padding: .3rem .6rem;
    max-width: 350px;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
}

    .tippy-tooltip[data-size=large] {
        padding: .4rem .8rem;
        font-size: 1rem;
    }

    .tippy-tooltip[data-interactive] {
        pointer-events: auto;
    }

.tippy-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

@media all {

    /*small map theme*/
    .tippy-tooltip.map-theme {
        font-size: 1rem;
        font-weight: 500;
        max-width: 600px;
        text-align: left;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.13);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.13);
    }

        .tippy-tooltip.map-theme .country {
            min-width: 340px;
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-family: Nunito,sans-serif;
        }

            .tippy-tooltip.map-theme .country .top-head-country {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 5px;
            }

            .top-head-country, .tippy-tooltip.map-theme .country .top-head-country {
                /*border-bottom: 1px solid #efefef;*/
                margin-bottom: .5rem;
                padding-bottom: .5rem;
            }

                .tippy-tooltip.map-theme .country .top-head-country .map-tooltip-title {
                    font-size: 2rem;
                    line-height: 1.1;
                    margin: 0 1rem 0 0;
                    flex-grow: 1;
                    flex-shrink: 0;
                    text-align: center
                }

                .tippy-tooltip.map-theme .country .top-head-country .link-block {
                    padding: 0;
                    width: 100%;
                    text-align: right;
                    padding-right: 1rem;
                }

                    .tippy-tooltip.map-theme .country .top-head-country .link-block .map-link {
                        margin-right: 20px;
                        color: #ec8315;
                        font-size: 15px;
                        font-weight: 700;
                        line-height: 24px;
                        text-decoration: none;
                        -webkit-transition: .4s;
                        transition: .4s;
                        position: relative;
                    }

                        .tippy-tooltip.map-theme .country .top-head-country .link-block .map-link:after {
                            content: url(/Content/SVG/map/circle-arrow.svg);
                            position: absolute;
                            -webkit-transition: .4s;
                            transition: .4s;
                            right: -30px;
                            top: 0;
                            width: 22px;
                            height: auto;
                        }

                        .tippy-tooltip.map-theme .country .top-head-country .link-block .map-link:hover {
                            color: #c38543;
                        }

                            .tippy-tooltip.map-theme .country .top-head-country .link-block .map-link:hover:after {
                                top: 0;
                                right: -35px;
                            }

            .tippy-tooltip.map-theme .country .flag-block {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                max-height: 260px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: flex-start;
            }

            .tippy-tooltip.map-theme .country .flag-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                max-width: 220px;
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
                font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
                margin: 0 auto;
                width: 100%;
            }

                .tippy-tooltip.map-theme .country .flag-wrap:last-child,
                .tippy-tooltip.map-theme .country .flag-wrap:nth-last-child(2):nth-child(odd) {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }

                .tippy-tooltip.map-theme .country .flag-wrap.row_spacer {
                    border-bottom: 0;
                }

                .tippy-tooltip.map-theme .country .flag-wrap .name_country {
                    padding: 0.5rem 0;
                    display: inline-block;
                    font-size: 1.5rem;
                    font-weight: 400;
                    line-height: 24px;
                    cursor: pointer;
                    -webkit-transition: .3s;
                    transition: .3s;
                }

                    .tippy-tooltip.map-theme .country .flag-wrap .name_country a {
                        color: #fff;
                    }

                        .tippy-tooltip.map-theme .country .flag-wrap .name_country a:hover {
                            color: #c38543;
                        }

                .tippy-tooltip.map-theme .country .flag-wrap .image-services {
                    width: 20px;
                    height: 15px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    display: inline-block;
                    margin-right: 10px;
                }

                .tippy-tooltip.map-theme .country .flag-wrap:last-child {
                    margin-bottom: 15px;
                }

            .tippy-tooltip.map-theme .country .describe-block {
                position: relative;
                min-height: 40px;
                border-top: 1px solid #e6e8eb;
                margin-top: 10px;
            }

                .tippy-tooltip.map-theme .country .describe-block .describe-group-countries {
                    display: none;
                    font-size: 15px;
                    font-weight: 400;
                    padding-top: 15px;
                }

                .tippy-tooltip.map-theme .country .describe-block .block-default {
                    display: block;
                }

    .d-none-block {
        display: none !important;
    }

    /*.show {
        display: block !important;
    }*/


    * {
        -webkit-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out;
    }
}
/*End Media All*/




/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1);
        /*transform: scale(.1);*/
        opacity: 0;
    }

    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 40px rgba(90,153,212,0);
        box-shadow: 0 0 0 40px rgba(90,153,212,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(90,153,212,0);
        box-shadow: 0 0 0 0 rgba(90,153,212,0);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


/**************** MENU OVERRIDES *********************************/

header.header #header_nav .select_country,
header.header #header_nav .select_language {
    cursor: pointer;
    display: block;
    font-family: "Museo Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 300;
    margin-right: 66px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #607D8B;
}

header.header #header_nav div.select_country:after {
    content: "Select a Country";
}

header.header #header_nav .select_language {
    margin-right: 80px;
}

.list a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 585px) {
    header.header .headwrap #header_nav .select_country,
    header.header #header_nav .select_language {
        margin-right: 15px;
        font-size: 11px;
        -webkit-transition: opacity 500ms ease-in;
        -ms-transition: opacity 500ms ease-in;
        -o-transition: opacity 500ms ease-in;
        -moz-transition: opacity 500ms ease-in;
        transition: opacity 500ms ease-in;
    }

    header.header #header_nav div.select_country:after {
        content: "Country";
    }

    .list a {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:1200px) and (min-width:425px) {

}

@media screen and (max-width:1201px) {
    header.header #header_nav.open #menu-country-menu.header_menu .menu-item.show-subnav ul.sub-menu {
        /*display: block !important;*/
    }
}


/*Troubleshooting Overrides:*/
/*Style.css line 5550*/
@media only screen and (min-width: 1023px) {
    .map-section .animation-holder .map-on-mobile .map-default {
        margin-top: 75px;
    }
}

/*https://mdbootstrap.com/support/angular/modal-not-scrollable/ */
header.header #header_nav .menu_wrap.active {
    overflow: auto !important;
}


@media only screen and (min-width: 426px) and (max-width: 900px) {
    /*********************
  HEADER STYLES
  *********************/


    header.header #header_nav.open #menu-country-menu.header_menu {
        flex-direction: column;
        align-items: center;
    }
    #menu-country-menu.show-subnav li ul.sub-menu {
        width: inherit;
        overflow-x: hidden;
    }
        header.header #header_nav.open #menu-country-menu.header_menu > .menu-item,
        header.header #header_nav.open #menu-country-menu.nav li ul.sub-menu .menu-item {
            height: 62px;
            width: 384px;
        }

            header.header #header_nav.open #menu-country-menu.header_menu > .menu-item:hover {
                text-indent: 0 !important;
                -webkit-box-shadow: 0 0 0 transparent !important;
                -moz-box-shadow: 0 0 0 transparent !important;
                -ms-box-shadow: 0 0 0 transparent !important;
                -o-box-shadow: 0 0 0 transparent !important;
                box-shadow: 0 0 0 transparent !important;
                border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
                background-color: transparent !important;
            }

                header.header #header_nav.open #menu-country-menu.header_menu > .menu-item:hover + .menu-item + .menu-item {
                    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
                }

            header.header #header_nav.open #menu-country-menu.header_menu > .menu-item > a {
                font-size: 30px;
                line-height: 40px;
            }



    #menu-country-menu.nav li ul.sub-menu .sub-menu-back-link {
        font-size: 18px;
        line-height: 22px;
        padding-left: 22px;
        margin-bottom: 12px;
        background-size: 28px;
        background-position: -10px -4px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
    #menu-country-menu.show-subnav li > ul.sub-menu.col-lg-10 {
        width: 63.28125vw;
    }
}

    @media only screen and (max-width: 1200px) and (min-width: 426px) {
        #globalMenu.active ~ #menuFooter.active {
            height: 60px;
            bottom: 0;
            background-color: #585858; /*rgba(77, 77, 77, 0.8);*/
            overflow: hidden;
        }

            #globalMenu.active ~ #menuFooter.active > #inner-footer > #menu-footer-social-menu li.menu-item {
                margin-right: 16px !important;
                position: unset;
            }

            #globalMenu.active ~ #menuFooter.active > #inner-footer > #menu-footer-login-menu {
                justify-content: flex-end;
                align-items: center;
            }

        nav .show-subnav ul.sub-menu {
            font-size: 1vw;
        }

        #menu-country-menu.show-subnav li ul.sub-menu {
            overflow-x: hidden;
        }



         header.header #header_nav.open #menu-country-menu.header_menu .sub-menu > li.menu-item:nth-last-child(2) {
            border-bottom: 1px solid transparent;
        }
    }

