@charset "utf-8";

html {

    font: 300 16px / 22px 'Source Sans Pro';

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    background: #ffffff;

    color: #000000;

    -webkit-font-smoothing: antialiased;

}

.vp-center {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-pack: center;

    /* justify-content: center; */

}

.uk-panel-box {

    padding: 35px;

    background: #f7f7f7;

    /* color: #555555; */

    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);

}

.uk-panel-box .uk-panel-title {

	font-size: 29px;

    color: #b71721;

}/* CSS Document */

.uk-button {

    -webkit-appearance: none;

    margin: 0;

    border: none;

    overflow: visible;

    font: inherit;

    color: #ffffff;

    text-transform: none;

    display: inline-block;

    box-sizing: border-box;

    padding: 0 12px;

    background: #b71721;

    vertical-align: middle;

    line-height: 40px;

    min-height: 40px;

    text-decoration: none;

    text-align: center;

    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);

    font-weight: 300;

    font-size: 18px;

    -webkit-transition: background 0.2s ease-in-out;

    transition: background 0.2s ease-in-out;

}

.tm-block > .uk-container > .uk-grid, .tm-block > .uk-container > .tm-footer {

    padding: 10px 0;

}

.droppicsgalleryheapshot {

    position: relative;

    margin: 2px 2px 2px 20px;

}

h1, h2, h3 {

    line-height: 35px;

}
.fb-event-title {
    /* font-size: 13px; */
    margin-bottom: 3px;
}
.fb-event {
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    /* box-shadow: 0 0 10px #999999 inset; */
    color: #111111;
    /* font-size: 12px; */
    margin-bottom: 10px;
    padding: 10px;
    min-height: 50px;
    text-align: right !important;
}
element.style {
    border: none;
    overflow: auto;
    width: 100%;
    /* height: 300px; */
}
.fbpageplugin {
    /* margin-bottom: 5px; */
    overflow-x: scroll;
}

.tm-block.tm-block-dark.uk-panel-box-secondary {
    background: #000 url('../../../images/fon1.jpg') center center / cover no-repeat;
    min-height: 300px;
}