/*
 *  nitroplus_blasterz / movie.scss / movie.css
 *  compass mode
 *  version --- 1.0
 *  author  --- coreframe, inc.
 *  updated --- 2015/09/11
 *
 */
/* line 21, ../sass/movie.scss */
#movie #content .title h2 {
	top: 91px;
	left: 30px; 
}
/* line 27, ../sass/movie.scss */
#movie .wp {
	margin-top: -20px; 
}
/* line 33, ../sass/movie.scss */
#movie .wp .mov {
	text-align: center;
	margin-bottom: 30px; 
}
/* line 36, ../sass/movie.scss */
#movie .wp .mov h4 {
	width: 1080px;
	margin: 0 auto;
	padding-top: 35px;
	position: relative; 
}
/* line 41, ../sass/movie.scss */
#movie .wp .mov h4.new:before {
	content: "new";
	text-indent: -5000px;
	display: block;
	height: 36px;
	width: 56px;
	background: url("../../movie/img/ico_new.png") no-repeat;
	position: absolute;
	top: 5px;
	left: 16%;
	z-index: 60; 
}
/* line 53, ../sass/movie.scss */
#movie .wp .mov h4.border-top {
	padding-top: 40px;
	border-top: solid 2px #323232; 
}
/* line 58, ../sass/movie.scss */
#movie .wp .mov .movimg {
	background: url("../../movie/img/bg_mov01.png") no-repeat;
	width: 797px;
	height: 484px;
	margin: 0 auto;
	position: relative; 
}
/* line 64, ../sass/movie.scss */
#movie .wp .mov .movimg iframe {
	position: absolute;
	top: 29px;
	left: 17px; 
}
	
/*Icons*/
#icondisplay{
	padding: 20px 50px;
	text-align: center;
}

.icon ul {
    text-align: center; 
}

.icon ul li {
      display: inline-block;
      text-align: center; 
} 

.icon ul li img {
	border: 1px solid #449bd1;
	padding: 2px;
}

.icon a:hover > img{
			opacity: 0.6;
}		
		
/*Wallpapers*/
.mainhead {
	margin-top: 40px;
	margin-bottom: 25px;	
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wallback {
background: url("../../movie/img/bg_mov01.png") no-repeat;
	width: 797px;
	height: 484px;
	padding-top:29px;
	margin: 0 auto;
	position: relative;	
}
.wallpapers {
	position: relative; 
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 110px;
}
.wallpapers a {
	margin-left: 81px;
	float: left;
	font-size: 19px;
	color: #ff6600;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.wallpapers a:hover {
	color: #449bd1;
}