.logo-inner {
    text-align: center;
    margin: 70px 0 45px;
}

.logo-inner img {
    height: 57px;
}

.page-contact .title {
    font-size: 30px;
    color: #000;
    margin: 45px 0;
    text-align: center;
}

.select-country.activeted .regions .region.selected {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.page-contact {position: relative; max-width: 800px; margin: 0 auto;}

.page-contact .logo-inner {
    text-align: center;
    margin: 70px 0 45px;
}

.page-contact .title {
    font-size: 30px;
    color: #000;
    margin: 45px 0;
    text-align: center;
}

.page-contact .regions {
    text-align: center;
}

.page-contact .regions .region {
    display: inline-block;
    margin-left: 2%;
    cursor: pointer;
    vertical-align: top;
}

.page-contact .regions .region:first-child {
    margin-left: 0;
}

.page-contact .regions .region i {
    display: inline-block;
    background: url(/resources/templates/globalAstraTheme/images/regions.png);
    width: 110px;
    height: 110px;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
}

.page-contact .regions .region b {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
}

.page-contact .regions .region.asia-pacific i {
    background-position: 0 0;
}

.page-contact .regions .region.asia-pacific:hover i,
.page-contact .regions .region.selected.asia-pacific i {
    background-position: 0 -110px;
}

.page-contact .regions .region.europe i {
    background-position: -110px 0;
}

.page-contact .regions .region.europe:hover i,
.page-contact .regions .region.selected.europe i {
    background-position: -110px -110px;
}

.page-contact .regions .region.africa i {
    background-position: -220px 0;
}

.page-contact .regions .region.africa:hover i,
.page-contact .regions .region.selected.africa i {
    background-position: -220px -110px;
}

.page-contact .regions .region.americas i {
    background-position: -330px 0;
}

.page-contact .regions .region.americas:hover i,
.page-contact .regions .region.selected.americas i {
    background-position: -330px -110px;
}

.page-contact .regions .region:hover i,
.page-contact .regions .region.selected i {
    border-color: #0089cf;
    box-shadow: 0 5px 10px 0 rgba(0, 57, 92, 0.26);
}

.page-contact .regions .region:hover b,
.page-contact .regions .region.selected b {
    color: #0089cf;
}

.page-contact .countries .region > ul {
    display: block;
    width: 100%;
    margin-left: 0;
}

.page-contact .countries {
    margin: 20px 0;
}

.page-contact .countries .region > ul > li > a {
    font-size: 13px !important;
}

.page-contact .countries {
    margin-top: 60px;
}

.page-contact .countries .region {
    display: none;
}

.page-contact .countries .region.selected {
    display: block;
}

.page-contact .countries .region > ul {
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}

.page-contact .countries .region > ul:first-child {
    margin-left: 0;
}

.page-contact .countries .region > ul > li {
    margin-bottom: 15px;
}

.page-contact .countries .region > ul > li > a {
    text-decoration: none;
    font-size: 13px !important;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.page-contact .countries .region > ul > li > a img {
    margin-right: 10px;
    width: 24px;
    height: 16px;
    transform: translate3d(0, 0, 0);
}
.child li{
    list-style: none;
}
.child ul  {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.store-link{
    font-size: 13px !important;
}

@media screen and (max-width: 700px) {
    .child ul  {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .page-contact .regions .region{
        width: 100%;
    }

    .page-contact .regions .region{
        margin-left:0!important;
        margin-bottom: 25px!important;
    }

    .countries{
        margin-bottom: 60px !important;
    }
}


/*[ Animation ]
-----------------------------------------------------------
*/
@keyframes fly {
    0%   {left:64px; top: 0px; opacity:1;}
    25%  {left:50%; top:-50px;}
    50%  {left:80%; top:-90px;}
    75%  {left:95%; top:-115px; animation-timing-function: step-end;}
    77%  {left:64px; top: 0px; opacity:0; animation-timing-function: ease-in;}
    100% {left:64px; top:0px; opacity:1;}
}
@keyframes shake {
    0%   {transform: translate(2px, 1px) rotate(0deg);}
    10%  {transform: translate(-1px, -2px) rotate(-1deg);}
    20%  {transform: translate(-3px, 0px) rotate(1deg);}
    30%  {transform: translate(0px, 2px) rotate(0deg);}
    40%  {transform: translate(1px, -1px) rotate(1deg);}
    50%  {transform: translate(-1px, 2px) rotate(-1deg);}
    60%  {transform: translate(-3px, 1px) rotate(0deg);}
    70%  {transform: translate(2px, 1px) rotate(-1deg);}
    80%  {transform: translate(-1px, -1px) rotate(1deg);}
    90%  {transform: translate(2px, 2px) rotate(0deg);}
    100% {transform: translate(1px, -2px) rotate(-1deg);}
}
.rocket {
    height: 55px;
    width: 54px;
    position: absolute;
    background-color: transparent;
    display:none;
    left:64px;
    z-index: 0;
}
.rocket-img{
    height: 100%;
    width: 100%;
    display: inline;
}
.rocket-animate{
    animation: fly 2s 2s linear 1, shake 0.9s linear 4;
}
.anim-flex{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.anim-container{
    height: 57px;
    width: 221px;
    position: absolute;
}
.mars-logo-class{
    background-color: transparent;
}
.visible{
    display: block;
}
.hidden{
    display: none;
}