html,
body {
    margin: 0;
}

.mtf-headliner-font {
    font-family: 'segoe UI semilight', 'Open Sans Light', 'Helvetica', 'Tahoma', 'Geneva CY', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

.mtf-social-font {
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.mtf {
    display: block;
    color: black;
    /*background-color: white;*/
    border-radius: 8px;
    padding: 20px;
    font-family: 'Tahoma', 'Geneva CY', sans-serif;
    /*border: 1px solid #e5e5e5;*/
    line-height: 1.4;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}

.mtf * {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mtf a {
    color: #ff0056;
    text-decoration: none;
}

.mtf a:hover,
.mtf a:focus {
    color: #f50053;
    text-decoration: underline;
}

.mtf p {
    margin-top: 0;
}

.mtf-accent-text {
    color: #ff0056;
}

.mtf-header {
    display: block;
    font-size: 12px;
}

.mtf-upper {
    text-transform: uppercase;
}

.mtf-upper.button-more {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    line-height: 36px;
    border: 2px solid #ff0056;
    text-align: center;
    background-color: transparent;
    margin-top: 40px;
}

.mtf-upper.button-more-embed {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    line-height: 36px;
    border: 2px solid #ff0056;
    text-align: center;
    background-color: transparent;
    margin-top: 40px;
}

.button-more-embed {
    width: 80px;
    height: 32px;
    float: left;
}

.mtf-upper.mtf-accent-text.mtf-white-bg.button-more:hover, .mtf-upper.mtf-accent-text.mtf-white-bg.button-more-embed:hover {
    background-color: #ff0056;
    color: #fff;
}

.mtf-right {
    float: right;
    vertical-align: top;
}

.mtf-light-text {
    color: #a6a6a6;
}

.mtf-hr {
    border-top: none;
    border-bottom: 1px solid black;
}

.mtf-header-title {
    font-size: 36px;
    font-family: 'segoe UI semilight', 'Open Sans Light', 'Helvetica', 'Tahoma', 'Geneva CY', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
    display: block;
    margin: 0 200px -1.25em;
    text-align: center;
}

.mtf-white-bg {
    background-color: white;
    display: inline-block;
}

.mtf-header-title .mtf-white-bg {
    top: -1.25em;
    padding: 0 8px;
}

.mtf-brick-list {
    display: block;
    margin: 20px -20px 20px 0;
    padding: 0;
    font-size: 0;
}

.mtf-brick {
    display: inline-block;
    margin: 0;
    padding: 0 20px 20px 0;
    min-width: 220px;
    width: 300px;
    vertical-align: top;
    border-radius: 3px;
}

.mtf-brick_banned {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

.mtf-brick_banned .mtf-block-link {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.mtf-brick-content {
    z-index: 2;
}

.mtf-border-block {
    padding: 0;
    list-style: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
}

.mtf-deck-block {
    margin-bottom: 10px;
}

.mtf-border-block-embedded {
    padding: 0;
    list-style: none;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
}

.mtf-border-block-embedded-slide {
    padding: 0;
    list-style: none;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
    max-height: 500px;
    max-width: 500px;
}

.mtf-border-block:hover,
.mtf-border-block:focus {
    background-color: #f7f7f7;
}

.brick-disabled:hover {
    background-color: #fff;
}

.mtf-block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.mtf-brick:hover .mtf-block-link {
    background-color: rgba(0, 0, 0, 0.05);
}

.mtf-brick-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 280px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.mtf-brick-text {
    margin: 10px;
    overflow: hidden;
}

.mtf-brick-text a {
    z-index: 2;
}

.mtf-brick-ava {
    background-size: cover;
    background: no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.mtf-brick-image-list {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.mtf-brick-image-list-item {
    height: 45px;
    width: 45px;
    background-size: contain;
    float: left;
    margin: 2px;
}

.mtf-brick-image-list-item-link {
    height: 100%;
    z-index: 100;
    display: block;
}

.mtf-brick-image-list-item-link:hover {
    background-color: #aaaaaa;
    opacity: 0.3;
}

.mtf-soc-bubble {
    border-radius: 50%;
    /* font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; */
    font-weight: bold;
    /* font-style: italic; */
    cursor: pointer;
}

.soc-icon {
    padding: 5px;
}

.mtf-soc-bubble.tw {
    background-color: #00aaef;
}

.mtf-soc-bubble.tw:hover,
.mtf-soc-bubble.tw:focus {
    background-color: #0086bc;
}

.mtf-soc-bubble.vk {
    background-color: #5c81ab;
}

.mtf-soc-bubble.vk:hover,
.mtf-soc-bubble.vk:focus {
    background-color: #48688c;
}

.mtf-soc-bubble.yt {
    background-color: #e63127;
}

.mtf-soc-bubble.yt:hover,
.mtf-soc-bubble.yt:focus {
    background-color: #db2625;
}

.mtf-soc-bubble.cb {
    background-color: #0433ff;
}

.mtf-soc-bubble.cb:hover,
.mtf-soc-bubble.cb:focus {
    background-color: #042ab5;
}

.mtf-soc-bubble.tmb {
    background-color: #36465d
}

.mtf-soc-bubble.tmb:hover,
.mtf-soc-bubble.tmb:focus {
    background-color: #253447;
}

.mtf-soc-bubble.vn {
    background-color: #05c091;
}

.mtf-soc-bubble.vn:hover,
.mtf-soc-bubble.vn:focus {
    background-color: #059a70;
}

.mtf-soc-bubble.fb {
    background-color: #435f9e;
}

.mtf-soc-bubble.fb:hover,
.mtf-soc-bubble.fb:focus {
    background-color: #34497a;
}

.mtf-soc-bubble.gp {
    background-color: #d63f36;
}

.mtf-soc-bubble.gp:hover,
.mtf-soc-bubble.gp:focus {
    background-color: #b42d25;
}

.mtf-soc-bubble.ins {
    background-color: #814e33;
}

.mtf-soc-bubble.ins:hover,
.mtf-soc-bubble.ins:focus {
    background-color: #5c3825;
}

.controller:hover {
    background: #ffffff;
}

.controller .mtf-soc-bubble {
    height: 25px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    border-radius: 8px;
    padding: 2px 8px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.controller .mtf-soc-bubble span {
    vertical-align: top;
}

.controller .mtf-soc-bubble__checkbox {
    margin-top: 0;
    top: 3px;
}

.controller .socials-line {
    padding-right: 0;
    text-align: right;
}

.controller .socials-line-title {
    padding-right: 5px;
    float: left;
    display: inline-block;
}

.mtf-brick-ava .mtf-soc-bubble {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -5px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.mtf-brick-author {
    font-style: italic;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    padding-left: 45px;
    margin-left: -45px;
    box-sizing: border-box;
    width: 100%;
    line-height: 13px;
    margin-top: 3px;
}

.post-date-block {
    line-height: 12px;
    margin-top: 3px;
}

.mtf-footer {
    height: 20px;
}

.mtf-footer-title {
    top: -35px;
    font-size: 13px;
    font-family: 'segoe UI semilight', 'Open Sans Light', 'Helvetica', 'Tahoma', 'Geneva CY', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.mtf-footer-title .mtf-white-bg {
    padding: 0 8px;
    cursor: pointer;
}

.mtf-footer-title .mtf-white-bg:hover,
.mtf-footer-title .mtf-white-bg:focus {
    color: #f50053;
}

.mtf-darker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.15);
    display: none;
    border-radius: 8px;
}

.mtf-darker.show {
    display: block;
}

.mtf-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.canvas-loader {
    bottom: 77px;
    left: 50%;
    position: absolute;
    margin-left: -52px;
}

.canvas-loader.top {
    top: 77px;
    left: 50%;
    position: absolute;
    margin-left: -52px;
}

@media (max-width: 1570px) {
    .mtf-brick {
        width: 16%;
    }
}

.new-posts {
    background-color: #ff0056;
    color: #fff !important;
    border-radius: 3px;
    padding: 2px 3px;
    -webkit-animation: blink1 3s linear infinite;
    animation: blink1 3s linear infinite;
}

@-webkit-keyframes blink1 {
    0% {
        background-color: #ff1866;
    }
    50% {
        background-color: rgba(255, 63, 129, 0);
    }
    100% {
        background-color: #ff1866;
    }
}

@keyframes blink1 {
    0% {
        background-color: #ff1866;
    }
    50% {
        background-color: rgba(255, 63, 129, 0);
    }
    100% {
        background-color: #ff1866;
    }
}

.soc-comments {
    margin: 20px 0;
}

.mtf-brick-loises {
    white-space: nowrap;
    font-size: 0px;
    display: inline-block;
    float: left;
    text-align: left;
}

.mtf-brick-loise {
    display: inline-block;
    min-width: 24px;
    height: 22px;
    padding: 6px 3px;
    text-align: center;
    opacity: 0.6;
    vertical-align: top;
}

.mtf-brick-loises__count {
    vertical-align: middle;
    font-size: 13px;
    line-height: 12px;
    display: inline-block;
}

.mtf-brick-loises__count .fa {
    min-width: 13px;
}

.brick-menu {
    background: none;
    position: relative;
    z-index: 3;
    display: block;
    margin: 10px;
    text-align: right;
    font-size: 0;
}

.brick-menu:after {
    content: '';
    clear: both;
    display: block;
}

.brick-menu__item {
    display: inline-block;
    font-size: 0px;
    line-height: 13px;
    color: #000;
    width: 24px;
    height: 22px;
    border-radius: 2px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 6px 3px;
    background-origin: content-box;
    opacity: 0.6;
    text-align: center;
    white-space: nowrap;
}

.brick-menu__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.brick-menu__item .fa {
    vertical-align: middle;
    font-size: 13px;
    line-height: 12px;
}

.brick-menu__item_banuser {
    float: right;
}

.brick-menu__item_remove {
    float: right;
}

.brick-menu__item:hover {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.05);
}

.twitter-tweet-rendered {
    width: 100% !important;
    margin: 0 !important;
}

.instagram-media-rendered {
    box-shadow: none !important;
    border: 1px solid #e1e4eb;
}

.mtf-slide {
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* float: none; */
}

.mtf-slide-container {
    margin: 5px auto;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.mtf-slide-tag {
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mtf-slide-tag h1 {
    font-size: 80px;
}

.wrapper {
    display: none;
    position: absolute;
    /*top:50%;*/
    left: 50%;
}

.preloader-sign {
    font-family: 'segoe UI semilight', 'Open Sans Light', 'Helvetica', 'Tahoma', 'Geneva CY', sans-serif;
    position: relative;
    top: 30px;
    left: -63px;
}

.loader {
    min-height: 20px;
    margin-top: 20px;
    z-index: 9999;
}

.stat-flow-block {
    max-width: inherit;
}
/*Screen block type 1*/
.mtf-screen-container {
    height: 100%;
    overflow-y: hidden;
}

.mtf-screen-block {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: black;
}

.mtf-screen-block .image {
    height: 100%;
    position: absolute;
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: 50%;
}

.mtf-screen-block .text-box {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 5%;
    font-size: 25px;
}

.mtf-screen-block .text-box .author {
    color: #ff1866;
}

.mtf-screen-block .black-background {
    background-color: black;
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.mtf-screen-block .text-box .text {
    color: #fff;
}

.mtf-screen-block .gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    position: absolute;
    bottom: 0;
    height: 35vh;
    z-index: 5;
    width: 100%;
}
.mtf-screen-block .blur{
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    -webkit-filter: blur(20px);
}
.mtf-screen-block .bcg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
/*Screen block type 2*/
.mtf-screen-block .swch-image{
    width: 60%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mtf-screen-block .swch-text{
    width: 20%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mtf-screen-block .swch-text p{
    z-index: 25;
    display: block;
    font-size: 25px;
    position: absolute;
    color: white;
    margin: 40px 8px 8px 8px;
}
.mtf-screen-block .swch-text .author{
    color: #ff1866;
}

.mtf-screen-block .swch-text .text-bcg{
    height: 100%;
    width: 100%;
}

.mtf-screen-block .swch-image-leaving{
    width: 20%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    z-index: 30;
}
.mtf-screen-block #swch-image-animate{
    opacity: 0;
    width: 60%;
    height:100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
/*Screen block type 3*/
.mtf-screen-block .squeeze-image{
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mtf-screen-block .squeeze-image.squeeze{
    -webkit-transition: all 2s cubic-bezier(0,0,.2,1);
}
.mtf-screen-block .squeeze-image.big{
    height: 200%;
    width: 200%;
}
.mtf-screen-block .squeeze-image.default{
    width: 60%;
    height:100%;
    z-index: 1;
}
.mtf-screen-block .squeeze-text{
    width: 40%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mtf-screen-block .squeeze-text p{
    z-index: 0;
    display: block;
    font-size: 40px;
    position: relative;
    color: white;
    margin: 50px 50px 50px 50px;
    max-width: 100%;
    word-wrap: break-word;
}
.mtf-screen-block .squeeze-text .author{
    color: #ff1866;
}
.mtf-screen-block .squeeze-text .likes{
    bottom: 0;
    position: absolute;
    font-size: 55px;
    color: #ff1866;
    padding: 50px 50px 0px 50px;
    background: linear-gradient(to top, rgb(0, 0, 0), #000,rgba(0, 0, 0, 0.79),rgba(131, 128, 25, 0));
    width: 100%;
    z-index: 1;
    height: 150px;
}

.mtf-screen-block #squeeze-image-new{
    opacity: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#squeeze-info-slide{

}
#squeeze-info-slide .squeeze-info-tags{
    display: block;
    margin: auto;
    width: 80%;
    color: white;
    text-align: center;
    padding-top: 15%;
    font-size: 100px;
}
#squeeze-info-slide .squeeze-info-tag{
    margin-left: 10px;
}
#squeeze-info-slide .squeeze-info-likes{
    margin-top: 50px;
}