.content{
    overflow:hidden;
}

.c_left{
    width:calc(var(--dcv-content-width) - 355px);
}

.c_right{
    width:350px;
}

.c_left, .c_right{
    float:left;
    box-sizing:border-box;
}

.c_left_content{
    margin:auto;
    box-sizing: border-box;
    width:calc(100% - 20px);
}

.indexkep{
    width:calc(100%);
    height:calc(var(--dcv-c_left_content-width) / 1.7);
    /*background-color: #012;*/
    background-color: #fff;
    border-radius:15px;
    box-sizing: border-box;
    overflow:hidden;
    /*background-image:url("/static/img/animeimg.png");
    background-size:cover;
    background-position: center;*/
    margin:10px 0;
    max-height:400px;
    position:relative;
}

.indexkep .animecim{
    padding:5px;
    font-size:20px;
    text-overflow: clip;
    background-color:#379a;
    text-align:center;
    color:white;
    position:relative;
    z-index:5;
}

.indexkep .forraskiiras{
    padding:5px;
    font-size:12px;
    text-overflow: clip;
    background-color:#379a;

    text-align:center;
    color:white;
    position: absolute;
    bottom: 0;
    z-index:5;
    min-width: 34%;

    border:2px solid rgba(29, 54, 51, 0.377);
    border-top-right-radius:20px;
    border-left:none;
    border-bottom:none;
}

.indexkep .bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.info{
    overflow: hidden;
    margin:10px 0;
    background-color:transparent;
    border-radius:15px;
    border:2px solid #3335;
    padding:5px;
}

.info_desc, .info_data{
    width:100%;
    padding:5px;
    text-align:center;
    overflow:hidden;
    text-overflow: clip;
}

.info_desc{
    /*background-color:#47a7;*/
    background-color: #aaa9;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.info_data{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background-color: #fff;
}

.info .info_data .link1{
    margin:3px;
    text-decoration:none;
    color:black;
    text-align:center;
    padding:5px 10px;
    border:1px solid #888;
    border-radius:15px;
    box-sizing: border-box;
    display:inline-block;
}

.info .info_data .link1.active{
    background-color:#f907;
}

.info .info_data .link1:hover{
    background-color:#58f7;
}

.info.ismerteto .info_data{
    text-align:left;
    padding:15px;
}

.info.ertekeles .info_data{
    font-size:40px;
    text-align: center;
}

.info.ertekeles .info_data .rating{
    display:inline-block;
    color:orange;
}

.info.ertekeles .info_data .details{
    font-size:17px;
    margin-top:-10px;
    margin-bottom:10px;
}

.animeresz{
    overflow:auto;
    border:1px solid #cde9;
    padding:0px;
    margin:5px;
    border-radius:10px;
    cursor:pointer;
    transition-property:background-color, border;
    transition-duration:0.2s;
    display:block;
    color:black;
    text-decoration: none;
}

.animeresz .resz_indexkep{
    width:60%;
    height:100px;
    /*background-image:url("/static/img/animeimg.png");
    background-position:center;
    background-size: cover;*/
    display:block;
    /*border-radius:10px;*/
    margin:5px auto;
    margin-top: 20px;
    position:relative;
}

.animeresz .resz_cim{
    display:block;
    padding: 5px 20px;
    text-align:center;
    box-sizing: border-box;
    width:100%;
    margin:10px 0;
}

.animeresz:hover{
    background-color:#def9;
    border:1px solid #789f;
}

.animeresz .resz_info{
    color:black;
    text-decoration: none;
    display:inline-block;
    width:100%;
}

.animeresz .muveletek{
    display:block;
    width:100%;
    overflow:auto;
    text-align: center;
}

.animeresz .resz_szerkeszt, .animeresz .resz_torol{
    width:100px;
    height:50px;
    display:inline-block;
    line-height:50px;
    text-align:center;
    color:#000;
    margin:5px;
    margin-bottom:10px;
    border:1px solid #778;
    border-radius:25px;
    transition-property: background-color;
    transition-duration:0.2s;
}

.animeresz .resz_szerkeszt:hover, .animeresz .resz_torol:hover{
    background-color:#0001;
}

.animeresz .resz_szerkeszt{

}

.animeresz .resz_szerkeszt:hover{
    background-color:#09f3;
}

.animeresz .resz_torol{

}

.animeresz .resz_torol:hover{
    background-color:#f003;
}

.animeresz .inactive{
    background-color:#999;
    color:#ddd;
}

.animeresz .inactive:hover{
    background-color:#999;
}

.indexkep .muveletek{
    width:100%;
    height:60px;
    background-image:linear-gradient(to bottom,#0009,transparent);
    margin:0 auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.indexkep .muveletek .btn{
    color:white;
    display:inline-block;
    width:40px;
    height:60px;
    line-height:60px;
    font-size:50px;
    margin: 0 10px;
    cursor:pointer;
    transition-property:color;
    transition-duration:0.2s;
    text-decoration: none;
    position:relative;
}

.indexkep .muveletek .btn:hover{
    color:#589;
}

.indexkep .muveletek .btn.inactive{
    color:#777;
    cursor:default;
}

.indexkep .muveletek .btn .tooltip{
    position:absolute;
    top:calc(100% + 10px);
    left:-130px;
    width:300px;
    text-align:center;
    font-size:30px;
    height:30px;
    line-height:30px;
    display:none;
    color: #def;
}

.indexkep .muveletek .btn .tooltip .text{
    padding:6px;
    background-color:#3459;
    color:#def;
    border:1px solid #777;
    border-radius: 10px;
    font-family:sans-serif;
}

.indexkep .muveletek .btn:hover .tooltip{
    display:inline-block;
}


.container.reszek .container_content{
    /*max-height:1000px;*/
    max-height:calc(var(--dcv-c_left_content-height) - 32px);
    overflow-y: auto;
    overflow-x:visible;
}

.likeit{
    height: 25px;
    float:right;
    color: white;
    z-index: 5;
    position: absolute;
    bottom: 35px;
    right: 30px;
    font-size: 40px !important;
    cursor: pointer;
    transition-property:text-shadow, color;
    transition-duration:0.3s;
}

.likeit:hover, .likeit.benyomva{
    text-shadow: 0px 0px 20px #ff7777;
}

.likeit.benyomva{
    color:red;
}

@media only screen and (max-width:800px){
    .c_left, .c_right{
        width:100%;
    }

    .container.reszek .container_content{
        max-height:none;
    }
}

@media only screen and (min-width:801px){

}
