/* PLURA */
.maping p {
    line-height: normal;
    padding-bottom: initial;
}


/* Popover */
.popover {
    border: solid 1px #0C7D7D;
}

.popover .popover-header{
    background-color: #096464;
}


.popover {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
}

.popover .popover-header {
    padding: 15px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover .popover-body {
    padding: 15px;
    line-height: 28px;
}




/* Map */
.maping .locations {
	width: 26px;
	height: 26px;
	border-radius: 100px;
	cursor: pointer;
	position: absolute;
	background-color: #ffa21d;
	opacity: 0;
}

.maping .locations:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.maping .maplegend {
	color: #808080;
    font-size: 14px;
    position: absolute;
    top: 150px;
}

.maping .maplegend .circledark{
	margin-right: 10px;
    border-radius: 50px;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #096464;
}

.maping .maplegend .circlelight{
	margin-right: 10px;
    border-radius: 50px;
    float: left;
    width: 20px;
    height: 20px;
	background-color: #129f9a;
}

.maping .locations.portugal {
	width: 20px;
    height: 20px;
    top: 66%;
    left: 16.5%;
}

.maping .locations.cascais {
	width: 20px;
    height: 20px;
    top: 67%;
    left: 14%;
}

.maping .locations.alenquer {
    width: 20px;
    height: 20px;
    top: 61%;
    left: 17%;
}

.maping .locations.azambuja {
    width: 20px;
    height: 20px;
    top: 59%;
    left: 19%;
}

.maping .locations.sado {
    width: 20px;
    height: 20px;
    top: 71%;
    left: 18%;
}

.maping .locations.alcanena {
    width: 20px;
    height: 20px;
    top: 53%;
    left: 21%;
}

.maping .locations.lena {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20%;
}

.maping .locations.figueira {
    width: 20px;
    height: 20px;
    top: 41%;
    left: 20%;
}

.maping .locations.planalto {
    width: 30px;
    height: 30px;
    top: 35%;
    left: 25.5%;
}

.maping .locations.vouga {
    width: 30px;
    height: 30px;
    top: 31.5%;
    left: 22.5%;
}

.maping .locations.teja {
    width: 30px;
    height: 30px;
    top: 28.5%;
    left: 32.5%;
}

.maping .locations.gondomar {
    width: 30px;
    height: 30px;
    top: 23.5%;
    left: 22.5%;
}

.maping .locations.tratave {
    width: 30px;
    height: 30px;
    top: 17.5%;
    left: 22.5%;
}

.maping .locations.vilareal {
    width: 20px;
    height: 20px;
    top: 94%;
    left: 31%;
}

.maping .locations.saudiarabia {
	width: 50px;
    height: 50px;
    top: 40.5%;
    left: 86%;
}

.maping .locations.capeverde {
	width: 50px;
    height: 50px;
    top: 45.5%;
    left: 47.5%;
}

.maping .locations.angola {
	width: 50px;
    height: 50px;
    top: 74%;
    left: 71.5%;
}

.maping .locations.mozambique {
	width: 50px;
    height: 50px;
    top: 77%;
    left: 82%;
}