.ruch-widget-map-container-full-screen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.ruch-widget-map-wrapper-full-screen {
    position: relative;
    background: #fff;
    width: 80%;
    margin: auto;
    top: 10%;
}

.ruch-widget-display-none {
    display: none;
}

.ruch-widget-margin-top {
    margin: 20px 0px 10px 0px;
    text-align: center;
}
.ruch-widget-empty-container {}

#ruchWidgetButtonContainer {
    width: 100%;
    padding: 10px;
    text-align: center;
}

#ruchWidgetButtonContainer button {
    border-radius: 15px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 9px 16px;
    cursor: pointer;
	color: #fff;
    background-color: #41b238;
    border: 1px solid #41b238;
}

@media (max-width: 1199px) {
    .ruch-widget-map-wrapper-full-screen {
        padding: 15px;
    }
}
