*{
    margin: 0px;
    padding: 0px;
}
@font-face{
font-family: 'CharlemagneStd-Bold';
src: url('fonts/CharlemagneStd-Bold'); /* IE9 Compat Modes */
src: url('fonts/CharlemagneStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/CharlemagneStd-Bold.woff') format('woff'), /* Modern Browsers */
     url('fonts/CharlemagneStd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/CharlemagneStd-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face{
font-family: 'DroidSerif-Italic';
src: url('fonts/DroidSerif-Italic'); /* IE9 Compat Modes */
src: url('fonts/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/DroidSerif-Italic.woff') format('woff'), /* Modern Browsers */
     url('fonts/DroidSerif-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/DroidSerif-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face{
font-family: 'DroidSerif';
src: url('fonts/DroidSerif'); /* IE9 Compat Modes */
src: url('fonts/DroidSerif.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/DroidSerif.woff') format('woff'), /* Modern Browsers */
     url('fonts/DroidSerif.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/DroidSerif.svg#svgFontName') format('svg'); /* Legacy iOS */
}
a{
	color: #25AAE1;
	text-decoration: none;
}
a img{
	border: none;
	outline: none;
}
  body {
  	color: #939598;
  	background: url(images/bkg-gradient.jpg) repeat-y;
  	background-size:100%;
  	font-family: 'DroidSerif';
  }

.small-link {
	font-size: 12px;
	margin-bottom: 20px;
}
/*
.page_container {
	overflow: hidden;
    width: 100%;
    border: 1px solid red;
}
*/
/*
  .row_title{
  background: blue;
  width: 1000px;

  
	  min-height: 160px;
  }
*/
  #change_title{
	color: #939598;
	font-family: 'CharlemagneStd-Bold';
	width: 100%;
	height: 25px;
	padding-top: 13px;
	margin: 10px 0 0 0;
	letter-spacing: 13px;
  }
  #change_sub_title{
  	font-family: 'DroidSerif-Italic';
	  font-size: 10px;
	  text-align: center;
  }
  h1#main_title {
  	color: #000;
	letter-spacing: 25px;
	font-size: 26px;
	padding: 16px 0px 0 0;
	font-family: 'CharlemagneStd-Bold';
  }
  h2#movie_title{
	color: #000;
	letter-spacing: 6px;
	font-size: 36px;
	margin: 22px 0 0px 19px;
	font-family: 'CharlemagneStd-Bold';
	float: left;
  }
  h2#movie_title_end{
	color: #000;
	letter-spacing: 6px;
	font-size: 30px;
	margin: 0px 0 20px 0;
	font-family: 'CharlemagneStd-Bold';
	float: left;
  }
  h2{
	  color: #000;
	  font-size: 21px;
	  font-family: 'DroidSerif-Italic';
	  line-height: 30px;
	  margin: 0 0 10px 0;
  }
  #movie_year{
	  font-size: 18px;
	  float: right;
	margin-top: 26px;
  }
  .movie_title_left{
  font-family: 'DroidSerif-Italic';
	float: left;
	width: 205px;
	font-size: 23px;
	padding:0;
	text-align: right;
  }
  .movie_title_right{
	  float: left;
	  width: 795px;
  }
  .movie_title_right p{
	float: right;
	margin: 36px 36px 0px 0;
	 font-family: 'DroidSerif-Italic';
  }
  #myCanvas{
	background: url(images/boo-lines.png) no-repeat;
	width: 872px;
	height: 125px;
	position: absolute;
	left: 64px;
	top: 120px;
	opacity: 0;
	/* display: none; */
  }
  .page{
      width: 1000px;
      margin: 0 auto;
      text-align: center;
      position: relative;
  }
  .year{
	color: #939598;
	position: center;
	position: absolute;
	width: 100%;
	left: 0px;
	font-size: 13px;
	font-family: DroidSerif-Italic;
  }
  .bottom_row{
	  bottom: -5px;
  }
  .top_row{
	  top: -5px;
  }
  .row{
      width: 100%;
      min-height: 143px;
      margin: 10px 0;
      position: relative;
  }
  .film{
	color: #fff;
	float: left;
	margin: 10px;
	width: 122px;
	height: 133px;
	position:absolute;
	z-index: 2;
  }
  #p_title{
	  color:black;font-family: 'DroidSerif'; font-size:23px;
  }
  #sub_title{
	color: #939598;
	font-family: 'DroidSerif-Italic';
	width: 700px;
	line-height: 30px;
	font-size: 16px;
	margin: 0 auto;
	padding-top: 38px;
  }
  #scramble{
	  width: 437px;
	margin: 20px auto;
  }
  #discover{
	font-family: 'DroidSerif-Italic';
	float:left;
	color: #fff;
	background: #25aae1;
	margin: 13px auto;
	width: 300px;
	padding: 10px 10px;
	border-radius: 8px;
	font-size: 24px;
	cursor: pointer;
	position: relative;
	z-index: 5;
  }
  
  .bottom_container{
  	display: none;
	  width: 100%;
	  min-height: 370px;
	  padding-bottom: 90px;
  }
  .bottom_left{
	  float: left;
	  width:205px;
	  padding: 5px 5px 5px 0; 
  }
  .bottom_mid{
	float: left;
	width: 500px;
	padding: 2px 16px;
	line-height: 24px;
	text-align: left;
  }
  .line_sep{
	  background: url(images/line_sep.png) no-repeat;
	  width: 100%;
	  height: 18px;
  }
  .bottom_right{
	  float: left;
	  width:248px;
	  padding: 5px;
  }
  #movie_main_pic{
  	border-radius: 3px;
	width: 198px;
	height: 159px;
  }
  .thumbs_ev{
  	border-radius: 3px;
  	margin: 2px;
	width: 244px;
	height: 68px;
	cursor: pointer;
  }
  .thumbs_ev:hover{
  		margin: 0;
	  border: 2px solid #25AAE1;
  }
  
#footer{
	background: #fff;
	width: 100%;
	height: 68px;
	position: fixed;
	bottom: -61px;
	opacity: 0;
	z-index: 3;
}
#footer_inner{
	width: 1000px;
	margin:0 auto;
}
#footer_left{
	float: left;
	min-height: 2px;
	width:441px;
	position: relative;
}
/*
#footer_left a{
	margin: 25px 58px 0px 0;
	color: #939598;
	cursor: pointer;
	font-family: 'DroidSerif-Italic';
	float: left;
	text-transform: uppercase;
}
*/
#footer_mid{
	float: left;
	width:123px;
}
#footer_right{
	float: left;
	margin-left: 40px;
}
/*
.vert_row{
	background: white;
	border: 1px solid;
	width: 132px;
	height: 200px;
	padding: 5px;
	bottom: -358px;
	position: absolute;
	z-index: -2;
}
*/
.soc_holder{
	margin: 26px 0 0 0;
	font-size: 12px;
}
.bottom_btn_holder a.source_link{
	color: #25AAE1;
	text-align: center;
	font-size: 12px;
}
.bottom_btn_holder{
	border: 1px solid #fff;
	background: #fff;
	float: left;
	padding: 5px;
	width: 134px;
	text-align: center;
	margin: 25px 0 0 0;
	height: 300px;
	border-radius: 3px;
	
}
.bottom_btn_holder a{
	color: #939598;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'DroidSerif-Italic';
}
#arrow_bubble{
	background: url(images/arrow-notification.png) no-repeat;
	width:223px;
	height: 64px;
	position: absolute;
	bottom: 84px;
	opacity:0;
	z-index: 4;
}
  .clear{
      clear: both;
  }
  .nav_left{
  	background: url(images/nav-arrow-sprite.png) no-repeat;
	  float: left;
	  width: 60px;
	  height: inherit;
	  cursor: pointer;
  }
  .nav_left_active{
	 background: url(images/nav-arrow-sprite.png) no-repeat 0px -62px;

  }
  .nav_left:hover{
  	background: url(images/nav-arrow-sprite.png) no-repeat -0px -124px;
  }
  
  .nav_left_prev{
  	background: url(images/nav-arrow-sprite.png) no-repeat -0px -62px;
  }
  .nav_right{
	background: url(images/nav-arrow-sprite.png) no-repeat -62px 0;
	float: left;
	width: 62px;
	height: inherit;
	cursor: pointer;
  }
  .nav_right_active{
	 background: url(images/nav-arrow-sprite.png) no-repeat -62px -62px;

  }
  .nav_right:hover{
  	background: url(images/nav-arrow-sprite.png) no-repeat -62px -124px;
  }
  .nav_right_next{
  	background: url(images/nav-arrow-sprite.png) no-repeat -62px -62px;
  }
  .nav_btns{
  	margin: 7px auto;
	width: 122px;
	height: 86px;
	position: relative;
  }
  .nav_pager{
	font-size: 10px;
	width: 39px;
	height: 20px;
	left: 42px;
	top: 26px;
	text-align: center;
	position: absolute;
  }
  .socbtns{
	  float: left;
	  width: 88px;
	  cursor: pointer;
	  overflow: hidden;
	  min-height: 70px;
	  background: #fff;
	  text-align: center;
	  margin: 11px 0px 0 0;
	  border-radius: 8%;
	  position: relative;
  }
  #facebook{
	background: url(images/social-sprite.png) no-repeat;
	width: 21px;
	height: 20px;
	margin:12px auto 40px auto;
  }
#fb_holder{
	
}
  #twitter{
	background: url(images/social-sprite.png) no-repeat -23px 0px;
	width: 21px;
	height: 20px;
	margin: 12px auto 40px auto;
  }
  #gplus{
	background: url(images/social-sprite.png) no-repeat -43px 0px;
	width: 23px;
	height: 21px;
	margin: 12px auto 40px auto;
  }
  #linked{
	background: url(images/social-sprite.png) no-repeat -66px 0px;
	width: 21px;
	height: 20px;
	margin: 12px auto 40px auto;
  }
   #i{
	background: url(images/social-sprite.png) no-repeat -89px 0px;
	width: 21px;
	height: 21px;
	margin: 12px auto 0 auto;
  }
  
  
.film_icon{
	width: 101px;
	position: absolute;
	height: 101px;
	top: 16px;
	left: 10px;
}
.brave{
	background: url(images/sprite.png) no-repeat 0px 0px;
}
.brave_hover{
	background: url(images/sprite.png) no-repeat -102px 0px;
}
.brave_active{
	background: url(images/sprite.png) no-repeat -204px 0px;
	opacity: 1;
}

.incredibles{
	background: url(images/sprite.png) no-repeat 0px -101px;
}
.incredibles_hover{
	background: url(images/sprite.png) no-repeat -102px -101px;
}
.incredibles_active{
	background: url(images/sprite.png) no-repeat -204px -101px;
	opacity: 1;
}


.toystory1{
	background: url(images/sprite.png) no-repeat 0px -202px;
}
.toystory1_hover{
	background: url(images/sprite.png) no-repeat -102px -202px;
}
.toystory1_active{
	background: url(images/sprite.png) no-repeat -204px -202px;
	opacity: 1;
}


.toystory2{
	background: url(images/sprite.png) no-repeat 0px -303px;
}
.toystory2_hover{
	background: url(images/sprite.png) no-repeat -102px -303px;
}
.toystory2_active{
	background: url(images/sprite.png) no-repeat -204px -303px;
	opacity: 1;
}

.nemo{
	background: url(images/sprite.png) no-repeat 0px -404px;
}
.nemo_hover{
	background: url(images/sprite.png) no-repeat -102px -404px;
}
.nemo_active{
	background: url(images/sprite.png) no-repeat -204px -404px;
	opacity: 1;
}

.ratatouille{
	background: url(images/sprite.png) no-repeat 0px -505px;
}
.ratatouille_hover{
	background: url(images/sprite.png) no-repeat -102px -505px;
}
.ratatouille_active{
	background: url(images/sprite.png) no-repeat -204px -505px;
	opacity: 1;
}

.toystory3{
	background: url(images/sprite.png) no-repeat 0px -607px;
}
.toystory3_hover{
	background: url(images/sprite.png) no-repeat -102px -607px;
}
.toystory3_active{
	background: url(images/sprite.png) no-repeat -204px -607px;
	opacity: 1;
}

.up{
	background: url(images/sprite.png) no-repeat 0px -709px;
}
.up_hover{
	background: url(images/sprite.png) no-repeat -102px -709px;
}
.up_active{
	background: url(images/sprite.png) no-repeat -204px -709px;
	opacity: 1;
}

.cars1{
	background: url(images/sprite.png) no-repeat 0px -810px;
}
.cars1_hover{
	background: url(images/sprite.png) no-repeat -102px -810px;
}
.cars1_active{
	background: url(images/sprite.png) no-repeat -204px -810px;
	opacity: 1;
}

.cars2{
	background: url(images/sprite.png) no-repeat 0px -912px;
}
.cars2_hover{
	background: url(images/sprite.png) no-repeat -102px -912px;
}
.cars2_active{
	background: url(images/sprite.png) no-repeat -204px -912px;
	opacity: 1;
}

.walle{
	background: url(images/sprite.png) no-repeat 0px -1014px;
}
.walle_hover{
	background: url(images/sprite.png) no-repeat -102px -1014px;
}
.walle_active{
	background: url(images/sprite.png) no-repeat -204px -1014px;
	opacity: 1;
}

.bugslife{
	background: url(images/sprite.png) no-repeat 0px -1115px;
}
.bugslife_hover{
	background: url(images/sprite.png) no-repeat -102px -1115px;
}
.bugslife_active{
	background: url(images/sprite.png) no-repeat -204px -1115px;
	opacity: 1;
}

.monu{
	background: url(images/sprite.png) no-repeat 0px -1217px;
}
.monu_hover{
	background: url(images/sprite.png) no-repeat -102px -1217px;
}
.monu_active{
	background: url(images/sprite.png) no-repeat -204px -1217px;
	opacity: 1;
}

.moninc{
	background: url(images/sprite.png) no-repeat 0px -1319px;
}
.moninc_hover{
	background: url(images/sprite.png) no-repeat -102px -1319px;
}
.moninc_active{
	background: url(images/sprite.png) no-repeat -204px -1319px;
	opacity: 1;
}

.long_bottom{
	text-align: left;
	padding: 5px;
	width: 100%;
}
#i_bubble{
	background:url(images/popup-window.png) no-repeat;
	width: 230px;
	height: 0px;
	position: absolute;
	padding: 5px;
	bottom: 75px;
	left: -80px;
	display: none;
	text-align: center;
	z-index: 0;
}
#i_bubble p{
	color: #000;
	font-size: 14px;
	display: none;
}
#i_bubble a{
	font-size: 14px;
	display: none;
}
#boo_bubble{
	background: url(images/kitty-speech-bubble.png) no-repeat;
	padding: 10px;
	color: #EF3B57;
	width: 118px;
	font-size: 24px;
	height: 76px;
	position: fixed;
	bottom: 180px;
	right: 315px;
	padding: 24px 0px 0 24px;
	display: none;
	z-index: 5;
}
#boo{
	background: url(images/boo-witch.png) no-repeat;
	width:388px;
	height: 349px;
	position: fixed;
	bottom: -349px;
	right: -388px;
	z-index: 5;
}
#boo_middle{
	opacity: 0;
	position: absolute;
	top: 132px;
	z-index: 1;
	left: 450px;
	width: 101px;
	height: 101px;
}
#boo_left{
	float:left; width:674px; padding:7px;
	line-height: 24px;
	margin-top: 10px;
}
#boo_right{
	float:left; width:300px;
	padding:5px;
	line-height: 24px;
	margin-top: 10px;
}
#end_left{
	float: left;
	width:335px;
	padding: 5px;
}
#end_right{
	float: left;
	width:644px;
	padding: 5px;
	text-align: left;
	display: none;
}
.container_1 {    
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
  
.card{
	position: absolute;
	z-index:1;
}


.card {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s linear;        
    -ms-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {

}

.back {   
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
 }
