﻿
.map-container {
    padding: 3.2rem 0.8rem;
    position: relative;
    display: inline-block;
}

    .map-container img {
        width: 100%;
    }

    .map-container .point {
        cursor: pointer;
        position: absolute;
        width: 1rem;
        height: 1rem;
        background-color: #58585B;
        border-radius: 50%;
        transition: all 0.3s ease;
        will-change: transform, box-shadow;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
        animation: pulse 3s infinite;
    }
        .map-container .point:hover {
            animation: none;
            transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

    .map-container .AmphenolAirLbFrance {
        top: 32%;
        left: 49%;
    }

    .map-container .Amphenolbrasil {
        top: 61%;
        left: 34%;
    }

    .map-container .argentina {
        top: 77%;
        left: 27%;
    }

    .map-container .colombia {
        top: 55%;
        left: 21%;
    }

    .map-container .panama {
        top: 51%;
        left: 18%;
    }

    .map-container .mexico {
        top: 53%;
        left: 20%;
    }

    .map-container .usaAerospace {
        top: 45%;
        left: 23%;
    }

    .map-container .arabia {
        top: 40%;
        left: 53%;
    }

    .map-container .turquia {
        top: 31%;
        left: 57%;
    }

    .map-container .rusia {
        top: 16%;
        left: 67%;
    }

    .map-container .AmphenolHK {
        top: 46%;
        left: 80%;
    }

    .map-container .AmphenolChina {
        top: 40%;
        left: 76%;
    }


    .map-container .AmphenolJapon {
        top: 40%;
        left: 90%;
    }

    .map-container .AmphenolCanada {
        top: 39%;
        left: 20%;
    }

    .map-container .Amphenolaustralia {
        top: 72%;
        left: 90%;
    }

    .map-container .Amphenolcorporate {
        top: 42%;
        left: 26%;
    }


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
    }
}


/*******************************
ACCORDION
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;

}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff!important;
    background-color: #58585B;
    border-color: #EEEEEE;
    text-align: center;
    border-radius:12px;
    margin-bottom:20px;
}

.panel-title {
    font-size: 18px;
    color:white!important;
    font-weight:bold;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: white !important;
    }

.more-less {
    float: right;
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    text-align:center;
  
}

.ContainerCust {
    width: 80% !important;
    margin: 0 auto;
}


/*LINKS*/


.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.stage {
    display: table-cell;
    vertical-align: middle;
}

.tabled, .middled {
    text-align: center;
    margin: 0 auto;
}

.thin {
    font-weight: 300;
}

.thick {
    font-weight: 900;
    color: #58585B;
}

.thin2 {
    font-size:1.8em;
    font-weight: 300;
    color: #58585B;
}

.thick2 {
    font-size: 1.8em;
    font-weight: 800;
    color: #005EB8;
}

p {
    font-weight: 100;
    font-size: 80%;
    margin: 1px;
}

.p2 {
    font-weight: 900;
    font-size: 1.2em;

}

[class^="link-"] {
    /*display: inline-block;*/
    margin: 2em
}

/* linkone */
.link-1 a:before, .link-1 a:after {
    content: '';
    border-bottom: solid 1px white;
    position: absolute;
    bottom: 0;
    width: 0;
}

.link-1 a:before {
    left: 0;
}

.link-1 a:after {
    right: 0;
}

.link-1 a:hover:before, .link-1 a:hover:after {
    width: 50%;
}

.link-1 a:before, .link-1 a:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* linktwo */
.link-2 a:hover {
    color: #5CAAEF;
}

.link-2 a:before {
    content: '';
    border-bottom: solid 1px #5CAAEF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.link-2 a:hover:before {
    opacity: 1.0;
}

.link-2 a, .link-2 a:before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*Links*/