/**
 * @tableofcontents
 *
 * 1. Region main
 * 2. Country And City Tooltip
 */

/* @section 1. Region main */
.wt-rgn-stats-wrap {
    text-align: center;
    margin: 40px 0;
}

.wt-rgn-stats-mainBox
{
    display: inline-block;
    padding: 20px 0;
    border-top: 0.5px solid rgba(66, 82, 110, 0.41);
    border-bottom: 0.5px solid rgba(66, 82, 110, 0.41);
}

.wt-rgn_stats-box
{
    display: inline-block;
}

.wt-rgn_stats-cnt {
    padding: 0px 30px;
    min-width: 125px;
    text-align: center;
}

.wt-rgn_stats-box:nth-of-type(2)
{
    border-right: 0.5px solid rgba(66, 82, 110, 0.41);
    border-left: 0.5px solid rgba(66, 82, 110, 0.41);
}

.wt-rgn_stats-cnt > b
{
    color: #2F39BF;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.wt-rgn_stats-cnt > span
{
    color: #42526E;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
}

.wt-rgn_main {
    padding: 80px 0;
    overflow: hidden;
}

.wt-rgn-cntry-main {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 60px;
    background: url(../../img/widget/region-map-img3.svg) no-repeat center bottom;
    opacity: 0;
}

.wt-rgn_main_actv .wt-rgn-cntry-main
{
    animation: glb_map_anm 1s ease-out;
    opacity: 1;
}

@keyframes glb_map_anm {
    0%
    {
        opacity: 0;
        transform: translateY(100px);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0px);
    }
}

.wt-rgn_inr {
    position: relative;
}
.wt-rgn_inr-top {
    color: #fff;
    text-align: center;
}

.wt-rgn_inr-top h2 {
    color: #0A1E43;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wt-rgn_inr-top p {
    color: #42526E;
    font-size: 18px;
    line-height: 24px;
}
/* @section 2. Country And City Tooltip */
.wt-rgn-cntry-wrapper {
    width: 80%;
    margin: 0 auto;
}

.wt-rgn-cntry-colps-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #2D37B6;
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 0 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

#wt-rgn-contr-canada {
    left: 290px;
    top: 90px;
    overflow: hidden;
    animation-duration: 2.3s;
    animation-timing-function: ease-out;
}

#wt-rgn-contr-usa {
    left: 300px;
    top: 140px;
    overflow: hidden;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-maxico {
    left: 280px;
    top: 180px;
    overflow: hidden;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-newYork {
    left: 156px;
    top: 250px;
    overflow: hidden;
}
#wt-rgn-contr-sauPoulo {
    left: 380px;
    top: 230px;
    overflow: hidden;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-uk {
    left: 510px;
    top: 55px;
    overflow: hidden;
    animation-duration: 4.5s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-london {
    left: 490px;
    top: 178px;
    overflow: hidden;
}
#wt-rgn-contr-europe {
    left: 530px;
    top: 88px;
    overflow: hidden;
    animation-duration: 3.8s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-netherland {
    left: 540px;
    top: 68px;
    overflow: hidden;
    animation-duration: 4s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-sweden {
    left: 570px;
    top: 48px;
    overflow: hidden;
    animation-duration: 4s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-ireland {
    left: 505px;
    top: 75px;
    overflow: hidden;
    animation-duration: 3.5s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-tokyo {
    right: 220px;
    top: 135px;
    overflow: hidden;
    animation-duration: 4.8s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-korea {
    right: 250px;
    top: 125px;
    overflow: hidden;
    animation-duration: 3s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-asia {
    right: 250px;
    top: 160px;
    overflow: hidden;
    animation-duration: 2.8s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-singapore {
    right: 280px;
    top: 220px;
    overflow: hidden;
    animation-duration: 3.3s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-india {
    right: 355px;
    top: 160px;
    overflow: hidden;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-australia {
    right: 160px;
    top: 290px;
    overflow: hidden;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-germany {
    left: 560px;
    top: 80px;
    overflow: hidden;
    animation-duration: 1.3s;
    animation-timing-function: ease-out;
}
#wt-rgn-contr-france {
    left: 515px;
    top: 100px;
    overflow: hidden;
    animation-duration: 4.3s;
    animation-timing-function: ease-out;
}
.wt-rgn-contr-tip {
    float: left;
    width: 100px;
    text-align: center;
    background: #fff;
    position: relative;
    cursor: auto;
    z-index: 999;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    top: -80px;
    left: -43px;
    opacity: 0;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.wt-rgn-contr-tip2
{
    width: 160px !important;
    left: -72px !important;
}

.wt-rgn-contr-tip-arow {
    float: left;
    width: 100%;
    height: 8px;
    background: url(../../img/widget/sprite-region_icon2.png) no-repeat center -564px;
    position: absolute;
    left: 0px;
    bottom: -6px;
}
.wt-rgn-contr-tip-inr {
    width: 100%;
}

.wt-rgn-contr-tip-inr > a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #2D37B6;
    border-radius: 4px 4px 0 0;
    display: block;
    padding: 2px;
    cursor: pointer;
}

.wt-rgn-contrTip_prvdWrap
{
    padding: 5px 5px 2px;
}

.wt-rgn-contrTip_prvdWrap > a:last-child
{
    margin-right: 0px !important;
}

.wt-rgn-contrTip_prvdWrap > a{
    height: 16px;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    background: url(../../img/widget/sprite-region_icon2.png) no-repeat -10px -166px;
    cursor: pointer;
}

.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-aws {
    height: 16px;
    background-position:-10px -165px;
}
.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-do {
    height: 15px;
    width: 26px;
    background-position:-7px -232px;
}

.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-gce {
    height: 17px;
    width: 20px;
    background-position:-10px -297px;
}

.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-vltr {
    height: 16px;
    width: 20px;
    background-position:-10px -365px;
}

.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-kyup {
    height: 16px;
    width: 20px;
    background-position:-10px -683px;
}

.wt-rgn-contrTip_prvdWrap > a.wt-rgn-contr-tip-linode {
    height: 16px;
    width: 20px;
    background-position:-10px -753px;
}

.wt-rgn-contr-tip3 {
    top: -120px;
}
.wt-rgn-contr-tip4 {
    top: 70px;
}
.wt-rgn-contr:hover .wt-rgn-contr-tip {
    opacity: 1;
    top: -70px !important;
}

.wt-rgn-contr:hover .wt-rgn-contr-tip3 {
    opacity: 1;
    top: -73px;
}

.wt-rgn-contr:hover .wt-rgn-contr-tip4 {
    opacity: 1;
    top: 48px;
}


@media (max-width: 1199px) {

    #wt-rgn-contr-canada {
        left: 210px;
    }

    #wt-rgn-contr-usa {
        left: 220px;
    }

    #wt-rgn-contr-maxico
    {
        left: 200px;
    }

    #wt-rgn-contr-sauPoulo {
        left: 300px;
    }

    #wt-rgn-contr-uk {
        left: 430px;
    }

    #wt-rgn-contr-netherland {
        left: 460px;
    }

    #wt-rgn-contr-sweden {
        left: 490px;
    }

    #wt-rgn-contr-ireland {
        left: 425px;
    }

    #wt-rgn-contr-france {
        left: 435px;
    }

    #wt-rgn-contr-europe {
        left: 450px;
    }

    #wt-rgn-contr-germany {
        left: 480px;
    }

    #wt-rgn-contr-india
    {
        right: 275px;
    }

    #wt-rgn-contr-asia {
        right: 170px;
    }

    #wt-rgn-contr-singapore {
        right: 200px;
    }

    #wt-rgn-contr-korea
    {
        right: 170px;
    }

    #wt-rgn-contr-tokyo
    {
        right: 140px;
    }

    #wt-rgn-contr-australia
    {
        right: 80px;
    }
}

@media (max-width: 992px) {

    .wt-rgn-cntry-main
    {
       background-size: contain;
    }

    .wt-rgn_inr-top h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .wt-rgn_inr-top p{
        font-size: 16px;
    }

    #wt-rgn-contr-canada {
        left: 140px;
        top: 125px;
    }

    #wt-rgn-contr-maxico
    {
        left: 120px;
        top: 215px;
    }

    #wt-rgn-contr-usa {
        left: 140px;
        top: 175px;
    }

    #wt-rgn-contr-sauPoulo {
        left: 210px;
        top: 250px;
    }

    #wt-rgn-contr-uk {
        left: 330px;
        top: 100px;
    }

    #wt-rgn-contr-netherland {
        left: 355px;
        top: 110px;
    }

    #wt-rgn-contr-sweden {
        left: 385px;
        top: 88px;
    }

    #wt-rgn-contr-ireland {
        left: 320px;
        top: 115px;
    }

    #wt-rgn-contr-france {
        left: 326px;
        top: 135px;
    }

    #wt-rgn-contr-europe {
        left: 348px;
        top: 125px;
    }

    #wt-rgn-contr-germany {
        left: 378px;
        top: 120px;
    }

    #wt-rgn-contr-india {
        right: 192px;
        top: 190px;
    }

    #wt-rgn-contr-asia {
        right: 110px;
        top: 190px;
    }

    #wt-rgn-contr-singapore {
        right: 130px;
        top: 240px;
    }

    #wt-rgn-contr-korea {
        right: 110px;
        top: 158px;
    }

    #wt-rgn-contr-tokyo {
        right: 78px;
        top: 165px;
    }

    #wt-rgn-contr-australia {
        right: 30px;
        top: 300px;
    }
}

@media (min-width: 767px) {
    .wt-rgn-contr {
        position: relative;
        width: 20px;
        height: 8px;
        opacity: 0;
    }

    .wt-rgn-contr:before {
        content: '';
        width: 20px;
        height: 8px;
        border-radius: 50%;
        background-color: #2F39BF;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        transition: all .3s cubic-bezier(.51,.23,.37,.89);
    }

    .wt-rgn-contr:hover:before
    {
        transform: scale(1.5);
    }

    .wt-rgn-contr_anm,
    .wt-rgn-contr_anm2
    {
        overflow: visible !important;
    }

    .wt-rgn-contr_anm:after,
    .wt-rgn-contr_anm2:after
    {
        content: '';
        width: 50px;
        height: 28px;
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 14px);
        background: rgba(47, 57, 191, 0.3);
        border-radius: 50%;
        opacity: 0;
        animation: pulsate 1500ms ease-out infinite;
    }

    .wt-rgn_main_actv .wt-rgn-contr
    {
        opacity: 1;
        animation-name: glb_loc_anm;
    }

    @keyframes glb_loc_anm {
        0%
        {
            opacity: 0;
            transform: scale(0);
        }
        50%
        {
            opacity: 0;
            transform: scale(0.5);
        }
        100%
        {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes pulsate {
        0% {
            transform: scale(0.1);
            opacity: 0;
        }
        25% {
            transform: scale(0.5);
            opacity: 0.5;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    .wt-rgn-cntry-colps-btn
    {
        display: none;
    }

   #wt-rgn-usa, #wt-rgn-uk, #wt-rgn-asia, #wt-rgn-aus, #wt-rgn-samerica
    {
        height: 100%;
        display: block;
        visibility: visible;
    }

    .wt-rgn-contr {
        position: absolute;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
}
/* @reset styling for small screen size */

@media (max-width: 766px) {

    .wt-rgn_main {
        padding-top: 20px;
    }

    .wt-rgn-cntry-main
    {
        background-position: center top;
        background-size: cover;
        padding: 20px 0;
        height: auto;
    }
    .wt-rgn-stats-wrap {
        margin: 20px 0;
    }

    .wt-rgn_stats-cnt > b {
        font-size: 30px;
        line-height: 30px;
    }

    .wt-rgn_stats-cnt > span
    {
        font-size: 16px;
    }

    .wt-rgn-contr {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        width: 100%;
        height: auto;
    }

    .wt-rgn-contr-tip,
    .wt-rgn-contr-tip2{
        opacity: 1 !important;
        left: auto !important;
        top: auto;
        width: 100% !important;
        border-bottom: 0px;
        margin-bottom: 10px;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .wt-rgn-contr:hover .wt-rgn-contr-tip {
        top: auto !important;
    }

    .wt-rgn-contr-tip-inr > a
    {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 3px;
        background: #0A1E43;
        border-radius: 0 !important;
    }

    .wt-rgn-contr-tip-arow,
    .wt-rgn-contrTip_prvdWrap
    {
        display: none;
    }
}

@media (max-width: 500px)
{
    .wt-rgn_stats-cnt > b {
        font-size: 26px;
        line-height: 26px;
    }

    .wt-rgn_stats-cnt > span {
        font-size: 14px;
    }

    .wt-rgn_stats-cnt {
        padding: 0px 15px;
        min-width: auto;
    }

    .wt-rgn-cntry-colps-btn {
        font-size: 18px;
        padding: 3px;
    }
}