@CHARSET "ISO-8859-1";

.movie-area-carousel{
	float: left;
	position: relative;
	width: 100%;
	min-height: 350px;
}

.movie-area-carousel .btn.prev, .movie-area-carousel .btn.next{
	width: 20px;
	height: 40px;
	top: 100px;
	cursor: pointer;
}

@media screen and (max-width: 600px){
	.movie-area-carousel .btn.prev, .movie-area-carousel .btn.next{
		top: 50px;
	}	
}

.movie-area-carousel .btn.prev{
	background: url(/wp-content/themes/Impreza/images/estrutura/setaesq.png) no-repeat left;
	position: absolute;
	left: -15px;
}

.movie-area-carousel .btn.next{
	background: url(/wp-content/themes/Impreza/images/estrutura/setadir.png) no-repeat right;
	position: absolute;
	right: -15px;	
}

.movie-area-carousel .btn.prev:hover{
	background: url(/wp-content/themes/Impreza/images/estrutura/setaesq.png) no-repeat right;
}

.movie-area-carousel .btn.next:hover{
	background: url(/wp-content/themes/Impreza/images/images/estrutura/setadir.png) no-repeat left;
}

#owl-carousel{
	width: 95%;
	margin: auto;
}

#owl-carousel div.owl-item{
	display: table-cell;
	margin-bottom: 8px;7
}

#owl-carousel div.item.movie{	
	position: relative;
    background-color: #E5E5E5;
    text-align: center;    
    padding: 3px 8px 3px 6px;
    margin-left: 6px;
 	margin-right: 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    list-style: none !important;
    min-height: 200px;
    -webkit-box-shadow: "0px 2px 5px rgba(50, 50, 50, 0.4)";
	-moz-box-shadow: "0px 2px 5px rgba(50, 50, 50, 0.4)";
	box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
	border-radius:5px 5px;
}

#owl-carousel div.item.movie > a.chamaVideo2{
    margin: 50% 0 0 0;
    left: 40%;
}

#owl-carousel div.item.movie p > a.hover:hover{
    color: #FFFFFF;
}

#owl-carousel div.item.movie p > a{
    color: #333333;
}

#owl-carousel div.item.movie:hover{
	background-color: #ff9900;
}

#owl-carousel div.item.movie img {
	width: 100%;    
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 50, 0.4) 0px 2px 5px;
    border: 4px solid #fff;	
}

#owl-carousel div.item.movie:hover img {
	border-color: #ff9900; 
	box-shadow : none;
}
#owl-carousel div.item.movie .legenda{
	margin: 4px !important;
	margin-top: -40px !important;
}
#owl-carousel div.item.movie p {
    font: 12px Verdana;
    color: #767676;
    line-height: 17px;
    color: #000000;
	text-shadow:0px 1px 2px rgba(50, 50, 50, 0.3);
	font-weight: bold; 
	padding-bottom:8px; 
	margin-bottom:5px;
}

#owl-carousel div.item.movie:hover p {
	color: #fff;
	text-shadow:0px 1px 2px rgba(50, 50, 50, 0.3);
	font-weight: bold; 
	padding-bottom: 8px; 
	margin-bottom: 5px;
}

#owl-carousel div.item.movie:hover a{
    color: #FFFFFF;
    text-decoration: none;
}

#owl-carousel div.item.movie a:hover{
   color: #ffebc2 !important;
   text-decoration: underline;
}

.verSinopse, .verSinopse2,
.aviseMe, .aviseMe2{
	color: #333333;
	display: block;
}

.owl-page.active span{
	background: #eb7e08 !important;
}
