/* maps & googlemap */
.eklenti-gmap {
    position: relative;
}

*.eklenti-gmap {
    max-width: 100% !important;
    width: auto;
}

.eklenti-gmap .iwin {
    max-width: 400px;
    margin: 0;
    background: #FFF;
}

.eklenti-gmap H1, .eklenti-gmap H2, .eklenti-gmap H3, .eklenti-gmap H4, .eklenti-gmap H5, .eklenti-gmap H6 {
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    font-weight: 500;
}

.eklenti-gmap .iwin H5.t {
    margin: 0 0 5px 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #B5B5B5;
}

.eklenti-gmap .iwin, .eklenti-gmap .iwin P {
    font-size: 13px;
    margin: 0;
    line-height: 130%;
}

/*table*/
.eklenti-gmap .iwin TABLE {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px 0;
}

.eklenti-gmap .iwin TABLE TH, .eklenti-gmap .iwin TABLE TD {
    border: 1px solid #D1D1D1;
    padding: 0 5px;
    color: #3C3C3C;
}

.eklenti-gmap .iwin TABLE TR:nth-child(even) TD {
    background-color: #E9E9E9;
    color: #1E1E1E;
}

.eklenti-gmap .iwin TABLE TH {
    background-color: #798594;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #687591;
    border-bottom: 2px solid #4B5766;
    margin: 0;
}

/*end table*/
/*openlayers map*/
.ol-infowin {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: 0 0 15px 0;
    box-shadow: 0px 3px 20px -3px #000000;
    min-width: 100px;
    cursor: default;
}

.ol-infowin:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 8px );
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
}

.ol-infowin .t {
    background-color: #F0F0F0;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    /*+border-radius: 5px 5px 0 0;*/
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    border-bottom: 1px solid #DEDEDE;
}

@media (max-width: 1024px) {
    .olmap-mob-handle {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        height: 100%;
        width: 25%;
        max-width: 120px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
        border-right: 5px dashed rgba(0, 0, 0, 0.187);
        margin-right: 5px;
    }
}

/*openlayers override*/
BODY .ol-zoom {
    top: auto;
    left: 1em;
    right: auto;
    bottom: 1em;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
}

BODY .ol-control BUTTON, BODY .ol-control BUTTON:focus, BODY .ol-control BUTTON:hover {
    margin: 0;
    color: #717171;
    font-size: 1.6em;
    font-weight: 700;
    background-color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

BODY .ol-control BUTTON:hover {
    color: #000000;
    background-color: #F2F2F2;
}
