/* ------ map--------*/
.lg-map-wrapper {
    position: relative;
    margin: 0 auto;
}
.lg-map-preloader{
    display: none !important;
}
.lg-map-wrapper .lg-map-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}
/*.lg-map-wrapper .lg-map {
    left: 325px !important;
    top: 0;
}*/
.lg-map-wrapper .lg-map-text {
    float: left !important;
    width: 400px !important;
    height: 200px !important;
    padding: 10px 20px;
    clear: both;
}
.lg-map-text {
    width: 400px !important;
    height: 100px !important;
    background: #eff7f7 !important;
    position: relative !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-right: 40px !important;
    margin-left: 40px !important;
}
.lg-map-text:before {
    content:"" !important;
    position: absolute !important;
    top: 100% !important;
    left: 370px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 0 solid transparent !important;
    border-right: 30px solid #eff7f7 !important;
    border-bottom: 40px solid transparent !important;
}
.lg-map-text h1.titulo{
    text-align: center !important;
    color: #72ccc9 !important;
    font-size: 23px !important;
    margin: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.lg-map-text table.tabela{
    width: 100% !important;
}
.lg-map-text table.tabela tr{
    text-align: center !important;
}
.lg-map-text table.tabela tr th{
    font-size: 34px !important;
    padding-bottom: 10px !important;
    color: #5c6674 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}
.lg-map-text table.tabela tr td{
    color: #5c6674 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.lg-map-wrapper .lg-map-text img {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}
.lg-map-wrapper .lg-map-text ul {
    margin-left: 30px;
}
.lg-map-tooltip {
    position: fixed;
    /*display: none !important;*/
    padding: 10px 15px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #262626;
    -moz-border-radius: 4px;
    /* FF1-3.6 */
    
    -webkit-border-radius: 4px;
    /* Saf3-4, iOS 1-3.2, Android <1.6 */
    
    border-radius: 4px 4px 4px 4px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.mouse-position {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
/* console */

.lg-map-console {
    float: left;
    clear: both;
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.lg-map-console ul {
    padding: 0;
    margin: 0;
}

.lg-map-console li {
    list-style-type: none;
    float: left;
    cursor: pointer;
}

.lg-map-console li.lg-map-zoom-in {
    width: 28px;
    height: 29px;
    background: url('../images/in.png');
}
.lg-map-console li.lg-map-zoom-out {
    width: 28px;
    height: 29px;
    background: url('../images/out.png');
}
.lg-map-console li.lg-map-move-up {
    width: 25px;
    height: 29px;
    background: url('../images/up.png');
}
.lg-map-console li.lg-map-move-down {
    width: 20px;
    height: 29px;
    background: url('../images/down.png');
}
.lg-map-console li.lg-map-move-left {
    width: 18px;
    height: 29px;
    background: url('../images/left.png');
}
.lg-map-console li.lg-map-move-right {
    width: 21px;
    height: 29px;
    background: url('../images/right.png');
}
.lg-map-console li.lg-map-zoom-reset {
    width: 62px;
    height: 29px;
    background: url('../images/reset.png');
}
/*.label_madeira{
    position: relative !important;
    left: 340px !important;
    bottom: 200px !important;
    color: #5c6674 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.label_acores{
    position: relative !important;
    left: 385px !important;
    bottom: 90px !important;
    color: #5c6674 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}*/
#map_caption{
    width: 100px !important;
    position: relative !important;
    bottom: 130px !important;
    margin-left: 40px !important;
}
#map_caption table tr td.img_caption{
    position: relative !important;
    top: 2px !important;
    right: 2px !important;
}
#map_caption table td.caption{
    font-family: 'Karla', sans-serif !important;
}