
#header{
background-image:url('../../imgs/logo_anime.png');
background-image:url('../../imgs/logo_animelogo_anime.png'), -ms-linear-gradient(top, #f8f9fe, #e0e1fe);
background-image:url('../../imgs/logo_anime.png'), -moz-linear-gradient(top, #f8f9fe, #e0e1fe);
background-image:url('../../imgs/logo_anime.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #f8f9fe), color-stop(1, #e0e1fe));
background-image:url('../../imgs/logo_anime.png'), -o-linear-gradient(top, #f8f9fe, #e0e1fe);
}

/* Context */
#p_content {
margin-top:40px;
padding-top:3px;
}

/* Genre list, flex_box in content.css */
#desc_gen {
margin:1em 2px;
background:#fefeee;
font-family:"Calibri", "Century Gothic", "Arial", sans-serif;
font-size:1em;
text-indent:1em;
padding:1px;
}
#genre h3, #genre h4, #genre h5 {
margin:2px auto;
color:#0000ee;
font-family:"Calibri", Arial, sans-serif;
font-size:16px;
letter-spacing:1.5px;
text-align:center;
text-decoration:none;
}
#genre .flex_item {
width:210px;
padding:2px 1px;
}
#genre .flex_item:nth-child(2) {
order:1;
}
#genre .flex_item:hover { background-color:#fefefe; }
#allgames .flex_item a{
display:block;
width:99%;
}
#genre .flex_item img{
max-width:200px;
}

/* Page Anime */
#descriere {
margin:6px 10px 0 10px;
padding-bottom:.6em;
}

/* Photo */
#imgepisod {
width:250px;
height:auto;
padding:8px 15px 8px 10px;
float:left;
}

/* Description */
#datepi {
margin:15px 0 0 300px;
}
#descriere p {
text-indent:25px;
padding:8px 0 0 5px;
margin-bottom:1px;
}

/* Player mp3 - song */
#song  {
background:#fefedd;
border-radius:.5em;
clear:both;
margin:5px auto;
padding:0 1px 1px 1px;
position:relative;
text-align:center;
}
#song h3 {
margin:0 auto;
padding:2px;
text-align:center;
text-decoration:none;
}
#song button {
display:block;
font-size:18px;
font-weight:700;
margin:5px auto 0 auto;
}
#song audio {
margin:8px auto 0 auto;
display:block;
}

/* Thumb images */
#anime_imgs{
margin:5px auto;
}
#anime_imgs .adv_cnt{
margin:5px 12%;
}
.thumb_imgs {
position:relative;
margin:15px auto;
background:#fdfdff;
padding:0;
text-align:center;
width:99%;
}
.thumb_imgs img {
border:2px solid #fbfb10;
border-radius:.4em;
cursor:pointer;
margin:0 3px;
width:100px;
}
.thumb_imgs img:hover {
border:2px solid #fe1111;
}
/*end*/

/*Rewrite from addons.css*/
#adv_footer , #p_content.adv_2 #adv_footer {
margin-top:-3px;
}

/* mobile dev. */
@media screen and (max-width: 640px){

#p_content {
margin-top:110px;
padding-top:23px;
}
#genre h2 {font-size:16px;}
#datepi {
margin:3px 0 0 3px;
}
#anime_imgs .adv_cnt{
margin:4px auto;
}

}