.stec-layout-map {

    float: left;
    width: 100%;
    position: relative;
    z-index: 0;

    .stec-layout-map-noevents {
        display: none;
        float: left;
        margin: 10px 0;
        font-family: Arial;
        font-weight: 700;
        font-size: 14px;
        color: #4d576c;
        text-indent: 10px;
    }

    .stec-omap-marker-pin {
        width: 52px;
        height: 52px;
        border-radius: 3px;
        border:2px solid #fff;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
        overflow: hidden;


        i {
            color:#fff;
            width: 52px;
            line-height: 52px;
            text-align: center;
            font-size: 25px;
        }

        > div {
            background-size: cover;
            width: 100%;
            height: 100%;
            text-align: center;
            float:left;

            span {
                color:#fff;
            }

            .icon-date {
                font-size: 28px;
                font-weight: bold;
                line-height: 1;
                display: block;
                margin-top: 6px;
            }

            .icon-month { 
                font-size: 10px;
                font-weight: normal;
                text-transform: uppercase;
                line-height: 1;
                display: block;
            }
        }
    }

    .leaflet-popup-content {
        p {
            margin-bottom: 0;
        }
    }

    .stec-layout-map-container {
        height: 600px;
        width: 50%;
        float: left;
    }

    .stec-layout-map-sidebar {
        width: 50%;
        float: right;

        .stec-layout-events {
            &.container-focused {
                .stec-layout-event {
                    opacity: 0.3;
                }
            }
        }

        .stec-layout-event {
            &.event-focused {
                opacity: 1 !important;  
            }
        }
    }

    &.sidebar-fullwidth {
        .stec-layout-map-container {
            display: none;
        }

        .stec-layout-map-sidebar {
            width: 100%;
        }

        .stec-layout-event:not(.active) {
            display: none;
        }
    }

    .stec-scrollable {
        overflow: hidden;
        float: left;
        width: 100%;
        max-height: 600px;
    }
}