/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}


html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

html, body{
 //overflow-x: hidden;
    }

b,strong{font-weight: 700;}
body, input, a{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    
   /*font-family: 'Tektur', cursive;/*/
   font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background-image: url('bg.jpg');
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
      background-size: cover;
}

h1,h2,h3,h4,h5,h6{font-weight: 400;
font-family: 'Russo One', sans-serif;
}

.main-wrap{
    width: 480px;
    margin: 0 auto;
    background: #f0f0f0;
}
section{
    margin: 0 auto 5px;
    padding: 0;   
    border-bottom: 1px solid #eee;
    background: #fff;
}

.lvl-col-v1{
    color: #643490;
}
span.hash-tag{
    color: #643490;
}
.lvl-title-v1{
    font-size: 24px;
    padding: 15px 20px;
    font-weight: 400;
    line-height: 1.5em;   
    border-bottom: 1px solid #eee;
    text-align: center;
}
.lvl-title-v1:before{
    content: '';
    display: inline-block;
    float: left;
    width: 3px;
    height: 36px;
    margin: 0 20px 0 0;
    background: #f010e8;
}

.post-v1{
    padding: 20px;
}
.post-v1 .post-ava{
    margin: 5px 0 20px;
}
.post-v1 .post-ava:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.post-v1 .post-ava>img{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 2px;
}
.post-v1 .post-ava>div{
    padding: 0 0 0 70px;
}
.post-v1 .post-ava>div h4{
    font-size: 18px;
    font-weight: 700;
}
.post-v1 .post-ava>div h4.active-ava:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: url("1lx_6-tv.png") 0 -20px no-repeat;
}
.post-v1 .post-ava>div span{
    font-size: 14px;
    color: #888;
}
.post-v1>img{
    display: block;
    margin: 0 auto 5px;
    border-radius: 2px;
}
.post-v1 .post-cont>p{
    padding: 0 0 15px;
}
.post-v1 .post-cont>p:last-child{
    padding: 0 0 15px;
}
.post-v1 .post-share{
    padding: 15px 0 0;
    line-height: 30px;
}
.post-v1 .post-share:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.post-v1 .post-share>span{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #888;
}
.post-v1 .post-share>span:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: url("1lx_6-tv.png") no-repeat;
}
.post-v1 .post-share .post-like{
    margin: 0;
}
.post-v1 .post-share .post-like:before{
    background-position: 0 0;
}
.post-v1 .post-share .post-remsg{
    float: right;
    padding: 4px 6px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.post-v1 .post-share .post-remsg:before{
    margin: 0 2px 0 0;
    background-position: 0 -40px;
}
.post-v1 .post-share .post-relike{
    float: right;
    padding: 4px 6px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.post-v1 .post-share .post-relike:before{
    background-position: 0 -60px;
}

.button-m{
    position: relative;
    display: block;
    width: 380px;
    height: 84px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    line-height: 82px;
 
    font-weight: 400;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #168deb;
    border-bottom: 2px solid #376c9e;
    border-radius: 3px;
}
.m1-form>div{
    margin: 0 auto 15px;
}
.m1-form>div:last-of-type{
    margin-bottom: 0;
}
.m1-form input{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 380px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    background: #fff;
    text-indent: 25px;
    font-size: 18px;
 
    font-weight: 400;  
    border-radius: 3px;
    background: #f1f1f1;
}

section.orange-sheme{
    color: #fff;
    border: 0;
    background: #643490; 
}
.orange-sheme .lvl-col-v1{
    color: #fff;
}
.orange-sheme .lvl-title-v1{
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.orange-sheme .lvl-title-v1:before{
    background: #fff;
}
.orange-sheme span.hash-tag{
    color: #fff;
}
.orange-sheme .button-m{
    box-shadow: 0 0 15px 1px rgba(255,255,255,.3);
}
.orange-sheme .m1-form input{
    background: #fff;
}

.sup-block-v4.orange-sheme2 .sup-cont>li:before {
    display: none;
}

.sup-block-v4.orange-sheme2 .sup-cont>li {
        padding: 10px 30px 10px 20px;
}


.sup-block-v4.orange-sheme2 .sup-cont2>li {
         padding: 4px 30px 4px 20px;
    margin: 4px 0 11px;
}

.video-container{
    position: relative;
    width: 440px;
    height: 240px;
    overflow:hidden;
    margin: 0 auto 10px;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
