#contain p {
    text-transform: uppercase;
    font-family: 'open sans', 'arial', sans-serif;
    color: #ffffff;
    font-size: 2em;
}

#map-contain svg {
    display: block;
    margin: 0 auto;
    width: 100%
}
/*#map-contain {*/
    /*background: url('/~gasarc/wp-content/themes/gasarc/images/bk.jpg');*/
    /*position: relative;*/
/*}*/

#map-contain p {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    padding-top: 1em
}

g#south-america path,
g#south-america polygon,
g#north-america path,
g#north-america polygon,
g#middle-east path,
g#middle-east polygon,
g#asia-pacific path,
g#asia-pacific polygon,
g#europe path,
g#europe polygon,
g#africa path,
g#africa polygon {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}


g#north-america:hover path,
g#north-america:hover polygon {
    fill: #006225!important
}


g#asia-pacific:hover path,
g#asia-pacific:hover polygon  {
    fill: #1c52a2 !important
}

g#south-america:hover path,
g#south-america:hover polygon,
g#middle-east:hover path,
g#middle-east:hover polygon,
g#europe:hover path,
g#europe:hover polygon,
g#africa:hover path,
g#africa:hover polygon{
    fill: #4c6c7b !important
}

.map-head {
    background: #efefef;
    border-bottom: #ADADAD 2px solid;
    padding: 30px 0;
    text-align: center;
}

.map-head img {
    height: 230px;
}

.map-head img:nth-child(2) {
    margin-left: 5%
}


.logo p {
    text-transform: uppercase!important;
    font-family: 'open sans', 'arial', sans-serif!important;
    color: #6D6D6D!important;
    text-align: left!important;
    font-size: 1em!important;
}

.logo {
    display: none;
    height: 40px;
    position: absolute;
}

.logo img {
    height: 3em;
}

.europe {
    left: 39%;
    top: 36%;
}

.africa {
    bottom: 34%;
    left: 43%;
}

.north-america {
    top: 42%;
    left: 37%;
}

.south-america {
    bottom: 28%;
    left: 42%;
}

.middle-east {
    right: 35%;
    bottom: 39%;
}

.asia-pacific {
    right: 19%;
    top: 47%;
}

.sub {
    font-size: .8em;
}

.map-head.foot {
    font-size: 1em;
    text-transform: none;
    padding: 0 10%;
    color: #929395;
}
    
.map-head.foot a {
    text-decoration: none;
    color: #929395;
}

.foot p {
    margin: 0;
    padding: 20px;
    color: #929395!important;
    text-transform: none!important;
}
.foot-text  {text-align: center!important;}

@media all and (max-width: 1400px) {
    .europe {
        left: 37%;
        top: 36%;
    }
    .africa {
        bottom: 38%;
        left: 38%;
    }
    .north-america {
        top: 40%;
        left: 37%;
    }
    .south-america {
        bottom: 28%;
        left: 44%;
    }
    .middle-east {
        right: 23%;
        bottom: 43%;
    }
    .asia-pacific {
        right: 1%;
        top: 44%;
    }
}