*{margin:0; padding:0;}
body{font-family: 'Lato',sans-serif; font-size:12px; background:rgba(185, 181, 181, 0.3); background: #2c2c2d;}
a img{border:0;}
a{text-decoration:none; color:#000;}


header, article, footer{margin:0 auto;}

header{position: fixed; top:0; z-index: 1000; width:100%; color:#FFF; text-align: center; height:30px;}
header:hover .top{display: block;}
header .top{ background:#000; display: block; padding:5px 0;}
header .top div{display: inline-block; margin:0 5px;}
header .top .tryb{float:right; margin-right:15px; margin-top:2px;}
header .top .tryb a{color:#FFF;}
header select{font-family: 'Lato',sans-serif; font-size:12px; margin-left:5px;}
.back-to-site{float:left; margin-right:15px; margin-top:2px;}
.back-to-site a{color: RED;}
a.group-website-ref{color: #FFF;}
a.group-website-ref:hover{color: #FFD700;}

#reader{clear:both; margin:50px 0;}
.webtoon .media-box{display: block;}

.media-box{
	cursor:pointer;
    position: relative;
    width:100%;
    text-align: center;
    display: none;
}
.webtoon-box{

    position: relative;
    width:100%;
    text-align: center;
}
.active{display: block;}

.media-box div{
	clear:both;

}
.spinner{

    background:url(7252.GIF) no-repeat center center;
    display: block;
    padding-top:200px;
    width:128px;
    height: 128px;
    margin:0 auto;
    position: relative;
}
.feed img.spinner-show{
    visibility: visible;
}
.feed img.spinner-hide{
    visibility: hidden;
}

.left,.right{width:90px; height:100%; position: fixed; top:0; z-index:500; cursor: pointer;}
.left{left:0;}
.right{right:0;}
.left:hover{background:url('../images/left.png') center center no-repeat  rgba(185, 181, 181, 0.5);}
.right:hover{background:url('../images/right.png') center center no-repeat  rgba(185, 181, 181, 0.5);}

.home{padding:0 0 20px 0;}
.home h1{color:#FFD700; background: #252525; clear:both; font-size: 18px; margin-bottom:10px; text-align: center; padding:10px 0;}

.text{font-size:14px; color:#000; width:100%; max-width:800px; margin:0 auto; color:#FFF;}
.text div{padding:0 20px;}
.spis{margin:0 auto; border-top:2px solid #FFD700; margin-bottom:10px;}

.spis .spis_chap{margin:0 auto; width:100%; overflow: hidden;}
.spis .spis_chap div div{overflow: hidden; float:left; margin:10px 0;}
.spis div a{ color:#FFF; display: block;  background: #252525;  margin:5px; border:1px solid #FFF; padding:10px;   font-size:14px; float:left;}

select option:empty { display:none }
