.mapcontrols {
    z-index: 11;
    height: 50px;
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.mapcontrols a {
	margin-left: 5px;
}

#mapdiv {
	position: relative;
}
.map {
    height: 40%;
    min-height: 350px;
    background-color: #517eb9;
    padding: 10px;
    display: flex;
    border-radius: 8px;
    position: relative;
}

#mappanel {
    height: 50%;
    min-height: 350px;
    flex:1;
}

#div_pin {
    position: absolute;
    margin: 10px;
    left: 10px;
    z-index: 10;
    width: 270px;   
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    max-width:270px;
    max-height:420px;
    visibility: hidden;
}

.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-style: solid;
    border-color: rgba(0,136,209,0.5);
}

.elementToFadeOut {
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}

@-webkit-keyframes fadeinout {
    0% { opacity: 1; display: block;}
    100% { opacity: 0; display: block;}
}

@keyframes fadeinout {
    0% { opacity: 1; display: block;}
    100% { opacity: 0; display: block;}
}

#statusinfo {
    width: 100%;
    z-index: 11;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: rgba(0,136,209,0.5);
    padding: 10px;
    font-size: 20px;
    opacity: 0;
    margin-top: -50px;
}

.layer {
    width: 250px;
    display: inline-block;
    border-radius: 8px;
}

.layer img {
    width: 100%;
}

@media (max-width: 500px) {
    .layer {
        width: 180px;
    }
}


.opaque {
    opacity: 1 !important;
}

.div_list {
    margin: 10px auto;
    padding-left: 10px;
}

/*#div_pinlist {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
    -moz-column-fill: initial;
}*/

.layer {
    display: inline-block;
    background: whitesmoke;
    margin: 0 2px 15px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

@media (min-width: 960px) {
    #columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/*@media (min-width: 1200px) {
    #div_pinlist {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}*/

#div_pinlist:hover .layer:not(:hover) {
    /*opacity: 0.4;*/
}

.layer-adv-data span {
    font-size: larger;
}

.btnCountry {
    float: right;
}

.nav-item img {
    max-height: 3rem;
}

.footer {
    padding: 1rem 1.5rem 2rem;
}

/*TODO customize in SASS*/
.tabs li.is-active a {
    border-bottom-color: #0088d1;
    color: #0088d1;
}

html {
    background-color: #fff;
}

.layer-adv-logo{
    margin: -18px -17px 0 -18px;
}

.sectionheader {
    background-color:  rgba(0,136,209,0.5);
    margin: 10px;
    padding: 10px 10px 0px 10px;
}

.sectionheader .box {
    height: 300px;
    margin-right: 5px;
    align-self: flex-start;
}

.box {
    border-radius: 0px;
}

.title {
    color: #0088d1;
}

.layer-adv-data {
    display: block; /* or inline-block */
    text-overflow: ellipsis !important;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 10.6em;
    line-height: 1.3em;
    margin-top: 5px;
}

.cssfilters {
    margin: 0 auto;
    max-width: 1000px;
    padding: 3px;
    margin-bottom: 10px;
    display: inline-flex;
}
.cssfilters .button {
    margin-left: 5px;
}

#nav {
    background-size: contain;
    height: 80px;
    background-color: whitesmoke !important;
    background-repeat: no-repeat;
}

.gutter-sizer { width: 10px; }

.maplogo {
    float: right;
    z-index: 11;
    margin-right: 10px;
}

.box {
    border-radius: 0px;
    box-shadow: none;
}

#imgLoader {
    margin: 10px;
}

.cmds {
    margin: 10px;
}

.cmds button {
    margin-left: 10px;
}

