﻿.nowshowing-wrap{
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    margin:40px 0;
}
.nowshowing-wrap h3{
	margin:0 0 20px 0;
}

/*.movie-info{
    padding:5px;
}
*/
.nowshowing-wrap .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nowshowing-wrap .box:last-child{
    margin-bottom: 0;
}
.nowshowing-wrap .box .sfImgHolder{
	width: 100px;
	height: 110px;
    float: left;
    overflow: hidden;
}
.nowshowing-wrap .box .sfImgHolder img{
    width: 100%;
    height: auto;
}
.nowshowing-wrap .box .movie-info{
    width:calc(100% - 120px);
    float: left;
    padding-left: 15px;
}
.nowshowing-wrap .box .movie-info h6{
    margin:10px 0 0px;
    line-height: 16px;
}
.nowshowing-wrap .box .movie-info span{
    font-size: 12px;
    font-style: italic;
}
.nowshowing-wrap .box:hover{
    background-color: #fcd70a;
}
.nowshowing-wrap .box:hover .sfImgHolder img{
    filter:grayscale(100%);
}
.nowshowing-wrap .box .sfBtn{
    font-size: 12px;
    padding: 3px 10px;
    height: 30px;
    line-height: 20px;
    margin-top: 10px;
}
.nowshowing-wrap .box:hover .sfBtn{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/*----------*/
.slide h6{
	position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    margin: 0 10px;
    background:#761330;
    color: #fff;
	height:auto;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
	top:auto;
	bottom: 0px;
	opacity: 0;
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;

}
.slide:hover h6{
	opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.showDetailPage .owl-controls{
	position: relative !important;
	margin:20px 0 0;
	bottom: 0 !important;
	top: 0 !important;
	width: 100% !important;
}
.showDetailPage .owl-controls .owl-page, 
.showDetailPage .owl-controls .owl-buttons div {
    background: #f79c2e none repeat scroll 0 0;
    border-radius: 50%;
    float: right;
    height: 30px;
    width: 30px;
}
.showDetailPage .owl-prev {
    color: #fff;
    margin-right: 50px;
}
.showDetailPage .owl-next {
    color: #fff;
    margin-right: -80px;
}
.showDetailPage .owl-controls .owl-page, 
.showDetailPage .owl-controls .owl-buttons div > i {
    line-height: 34px;
}