/*//////////////////////////////////////////////////////

~ Video Page

//////////////////////////////////////////////////////*/

#channelDetails{
padding-left: 50px;
}


#details_page .channelDetailsContent .details .thumb-area{
margin: 0 30px 30px 0 !important;
max-width: 290px;
float: left !important;
clear: none !important;
}



#channelInfo{
padding-left: 50px;
}

#channelEpisodes{
}


#channelEpisodes .details p,
.searchResults .details p{
font-size: 10px;
height: 1.2em;
padding-right: 30px;
overflow: hidden;
margin-bottom: 4px;
}



#channelEpisodes .details .date{
font-size: 10px;
height: 1em;
color: rgba(255,255,255, .5) ;
}


#channelEpisodes .details h4,
.searchResults .details h4{

height: 1.1em;
padding-right: 30px;
overflow: hidden;
margin-bottom: 14px;
}


.searchResults .details{

}


.channelDetailsContent {
padding-bottom: 80px;
}

.channelDetailsContent .description{
opacity: 0;
height: 0;
padding: 20px 0;
display: none;
}



.channelDetailsContent .description.on{
display: block;
height: inherit;
opacity: 1;
}


.channelDetailsContent .tags{
opacity: 0;
height: 0;
clear: both;
padding: 20px 0;
display: none;
}


#details_page .rate{
margin-top: 5px !important;
float: left !important;
width: 112px;
margin-left: 0px;
}

.channelDetailsContent .details{
padding-top: 20px;
}
.channelDetailsContent .details p{ 
font-weight: bold;
padding-top: 50px;
}


.url {
display: block;

}



.url a{
text-decoration: none;
color: rgba(255,255,255, .5) ;
 -moz-transition: all 1s ease-in-out; 
 -webkit-transition: all 1s ease-in-out; 
}

.url span a{
padding-top: 10px;
display: block;
text-decoration: none;
color: rgba(255,255,255, .1) ;
}

.url:hover a{
text-decoration: underline;
color: rgba(255,255,255,1 ) ;
}

#details_page .rate{
float: right;
}




.channelDetailsContent .thumb{
margin: 0 30px 20px 0!important;

}



 .only-in-miro{
 display: none;
 }



/*////////-- Watching page ---///////*/


#videoBoxTop h1{
margin: 0 0 25px;
font-size: 20px;
}


#videoArea .page{
padding: 0
}


.synopsis{

padding-top: 30px;
}
.synopsis p.full{
padding-top: 15px;
}

.synopsis .read_more{
display: none;
}


.synopsis strong{
line-height: 1.4em;
color: rgba(255,255,255,.7);
margin-bottom: 10px;
}



.synopsis .more{
margin-bottom: 10px;
padding-left: 10px;
font-weight: normal;
color: rgba(255,255,255,.3);
}

.synopsis .more strong{
color: rgba(255,255,255,.4);

}


.video_buttons_align{
float: left;
width: 150px;
padding-right: 30px;
margin: 30px 0 0px 0px;
}


.video_buttons_align a{
display: block;
margin: 0px 0 10px 0px !important;
}


#video{
padding: 30px 0;
text-align: center;
}

#channelInfoPreview{
width: 100%;
}

.next{
padding: 26px 0 0 0 !important;
height: 0 !important;
overflow: hidden;
float: left;
width: 60px;
line-height: 3em;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius:30px;
background: url(../images/icons.png) 21px -704px no-repeat;
background: url(../images/icons.png) 21px -704px no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 1)), to(rgba(255,255,255, .7))) !important;
background: url(../images/icons.png) 21px -704px no-repeat, -moz-linear-gradient(top,  rgba(255,255,255, 1),  rgba(255,255,255, .7)) !important;

margin-right: 15px;

}
.previous{
padding: 26px 0 0 0 !important;
height: 0 !important;
overflow: hidden;
float: left;
width: 60px;
line-height: 3em;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius:30px;
background: url(../images/icons.png) 21px -748px no-repeat;
background: url(../images/icons.png) 21px -748px no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 1)), to(rgba(255,255,255, .7))) !important;
background: url(../images/icons.png) 21px -748px no-repeat, -moz-linear-gradient(top,  rgba(255,255,255, 1),  rgba(255,255,255, .7)) !important;

margin-right: 15px;

}



