/* 
    Document   : most_recent
    Created on : 09-ene-2013, 19:30:29
    Author     : daizgar
    Description:
        Purpose of the stylesheet follows.
*/
.recentVideo {
	min-height:300px !important;
        overflow: hidden;
           padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 20px;
        margin: opx;
        max-height: 340px !important;
        
}

.recentVideoContent {
	/*max-width:300px;*/
	/*height:320px;*/
	margin-top:10px;
	
	

}

.recentVideoThumbImageHolder  {
	/*width:290px;
	height:176px;*/
	padding:2px;
        width: 100%;
        height: 100%;

}

.recentPlayCaret {
	
        /*width:285px; 
        height:170px;*/
border:none;
transition:border 0.4s ease-in-out;
 -webkit-transition:border 0.4s ease-in-out;
 
   

}

.recentPlayCaret:hover {
    background-image: url("../img/playCaret.png");
     background-repeat: no-repeat;
     background-size: cover;
     border: 1px solid #aaaaaa ;
}


.ChannelCaret {
	
        /*width:285px; 
        height:170px;*/
border:none;
transition:border 0.4s ease-in-out;
 -webkit-transition:border 0.4s ease-in-out;
 
   

}

.ChannelCaret:hover {
    background-image: url("../img/channel-caret.png");
     background-repeat: no-repeat;
     background-size: cover;
     border: 1px solid #aaaaaa ;
}


.recentVideoTitle {
	
	/*width: 270px;*/
overflow: hidden;
max-height: 63px;
}

.recentVideoTitle h3{
	font-size:18px;
	margin-top:5px;
	text-align:center;
        padding-bottom: 10px;
	
}

.recentVideoDescription {
	font-family: "Open Sans",sans-serif;
font-size: 13px;
overflow: hidden;
/*width: 257px;*/
min-height: 55px;
margin-top: 10px;
text-align: left;
color: #333;
max-height: 100px;
overflow: hidden;
}

@media(max-width:760px){
     .recentVideo{
     
    }
    .recentVideoTitle{
        max-height: 100%;
    }
}