@charset "utf-8";
/* CSS Document */

.galleryListPage {
}

.listHeader {
	height: 52px;
	margin: 20px auto;
}

.listLogo {
	background: url(../img/images/title/info-window-title.png) no-repeat;
	background-size: contain;
	height: 52px;
	width: 480px;
}

.galleryListPage .listTitle {
	background: url(../img/images/title/chopper-gallery.png) no-repeat;
	background-size: contain;
	height: 30px;
	width: 150px;
}

.galleryListPage .title {
	background: url(../img/images/icon/icon-camera.png) no-repeat left center;
	background-size: contain;
	color: #fff;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
}

.galleryListPage .chopperGallery {
	background: url(../img/images/title/chopper-gallery.png) no-repeat;
	background-size: contain;
	height: 50px;
	text-indent: -9999px;
}


/*movie page*/
.movieListPage .listTitle {
	background: url(../img/images/title/chopper-gallery.png) no-repeat;
	background-size: contain;
	height: 30px;
	width: 150px;
}

.movieListPage .title {
	background: url(../img/images/icon/icon-movie.png) no-repeat left center;
	background-size: contain;
	color: #fff;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
}

.movieListPage .chopperMovie {
	background: url(../img/images/title/chopper-movie.png) no-repeat;
	background-size: contain;
	height: 50px;
	text-indent: -9999px;
}

.listContainer {
	padding: 10px;
}

.galleryList {
}

.galleryList li {	
	float:left;
	margin-right: 1%;
	width: 19%;
}

.galleryList li:nth-of-type(4n) {
	margin-right: 0;
}

.galleryImg img {
	width: 100%;
}

.galleryImg img:hover {
	cursor: pointer;
}

.galleryTitle {
	color: #fff;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.movieThumb {
	position: relative;
	overflow: hidden;
}

.movieThumb:before {
	background: rgba(255, 255, 255, .1) url(../img/images/gallery/movie/movie-strip.png) no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.movieThumb:after {
	background: rgba(255, 255, 255, .1) url(../img/images/gallery/movie/movie-strip.png) no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
}

.movieListPage .wrapper100percent {
	padding-bottom: 50px;
}

.showMovieList {
		-webkit-transition: all .3s;
	   -moz-transition: all .3s;
       -o-transition: all .3s;
			    transition: all .3s;
	background: transparent;
	border: 1px #1b191b solid;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 21px auto 0;
	outline: none;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.showMovieList:hover {
	border: 1px solid #fff;
	color: #fff;
}


@media (max-width: 991px) {
	
.listLogo {
	background: url(../img/images/title/info-window-title.png) no-repeat;
	background-size: contain;
	height: 42px;
	margin: 0 auto;
	width: 95%;
}
	
.galleryList li {
	margin-right: .5%;
	width: 33%;
}
		
.galleryList li:nth-of-type(3n) {
	margin-right: 0;
}
}

@media (max-width: 767px) and (orientation : portrait) {
 
.galleryList li {
	margin-right: 0;
	width: 49%;
}

.galleryList li:nth-of-type(1n) {
	margin-right: 1%;
}

.galleryTitle {
	font-size: 1rem;
}
		
.listHeader {
	height: 42px;
	margin: 0 auto;
}

.galleryListPage .title,
.movieListPage .title {
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}

.galleryListPage .chopperGallery,
.movieListPage .chopperMovie {
	background-position: center;
	height: 30px;
}

}