body {
  margin: 0;
  background-color: #000;
  height:100%;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:link,img {
  border-style: none;
  outline: none;
  border: none;
  text-decoration: none;
}

.TL { top: 0; left: 0; position: absolute; }
.T { top: 0; left: 50%; position: absolute; }
.TR { top: 0; right: 0; position: absolute; }
.L { top: 50%; left: 0; position: absolute; }
.C { top: 50%; left: 50%; position: absolute; }
.R { top: 50%; right: 0; position: absolute; }
.BL { bottom: 0; left: 0; position: absolute; }
.B { bottom: 0; left: 50%; position: absolute; }
.BR { bottom: 0; right: 0; position: absolute; }
.full { width: 100%; height: 100%; display: block; }
.invis { visibility: hidden; opacity: 0; }
.hList { list-style: none; white-space: nowrap;}
.hList li { display: inline-block;  white-space: normal; vertical-align: top;}

.absFull {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

/* Background image fullscreen */
.bgContainer {
	height: 100%;
	width: 100%;
	position: relative;
	
	/*overflow: hidden;*/
}

.bgContainer img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}
.nav-container{
	text-align:center;
	margin: 20px auto; 
	padding:10px;
	z-index: 9990;
}
.pottermoreText a{
	font-family: 'Oswald', serif;
    color: #9a918c;
    letter-spacing: 2.5px;
    font-weight: 600;
    font-size: 8px;
    z-index:100;
	display:none;
}
#bgShell {
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	opacity:0;
	display:none;
}
#header-container {
  margin-top: -8px;
  width: 100%;
  height: 8px;
  display: block;
  background-color: #000;
  background-position: center;
  top: 0;
}
#creditCast{
	margin-top:30px;
	width:100%;
	height:42px;
	position: absolute;
}
#creditCast ul {
  padding: 5px 0 0 0;
  text-align:center;
  list-style: none;
}
#creditCast li {
  display: inline;
}
#imglogo{
	margin-top:100px;
	opacity:0;
}
#imgline{
	margin-top:100px;
	opacity:0;
}
#imgpottermore{
	margin-top:100px;
	opacity:0;
}
.topCast{
	top:30px;
	position: absolute;
	height:42px;
	overflow:hidden;
}
.credName{
	background-Position: 0px -42px;
}
.buttonText1{
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 700;
	line-height: 230%;
	letter-spacing: 1px;
	color:#fff;
	width:140px;
	height:35px;
	background-image: url('../images/button1.jpg');
	background-repeat: no-repeat;
	background-position: 0px -45px;
	float:right;
	margin-right:10px;
}
.buttonText2{
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 700;
	line-height: 230%;
	letter-spacing: 1px;
	color:#fff;
	width:140px;
	height:35px;
	background-image: url('../images/button2.jpg');
	background-repeat: no-repeat;
	background-position: 0px -45px;
	float:right;
	margin-right:10px;
}
#nav-bar {
    width: 100%;
    height: 30px;
    display: block;
    background: #c2ad7f;
    top: 0;
}
#header-container {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 9990;
}
#nav-wrapper {
    z-index: 9990;
}
.trailerBtn{
	position: relative;
	margin:0px 15px 0px 30px;
	overflow: hidden;
    font-family: 'Halant', serif;
    font-weight: 600;
    letter-spacing: 4px;
    color: #9a918c;
    /*white-space: nowrap;*/
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
    height: 30px;
    width: 180px;
    cursor: pointer;
    display:inline;
    z-index: 9999;
    text-shadow: 2px 2px #000;
}
.trailerBtnActive{
	position: relative;
	margin:0px 15px 0px 30px;
	overflow: hidden;
    font-family: 'Halant', serif;
    font-weight: 600;
    letter-spacing: 4px;
    color: #e2dece;
    white-space: nowrap;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
    height: 30px;
    width: 180px;
    display:inline;
    cursor:default;
    z-index: 9999;
    text-shadow: 2px 2px #000;
}
.mainMenuBtn {
	margin: 0 10px 0 10px;
	font-family: 'Halant', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #9a918c;
    white-space: nowrap;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    padding: 2px 5px 0px 8px;
}
.mainMenuBtnActive {
	margin: 0 10px 0 10px;
	font-family: 'Halant', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #e2dece;
    white-space: nowrap;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    padding: 2px 5px 0px 8px;
}
#bgVid {
	width: 100%;
  	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 9990;
}
#bgVid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  #bgVid > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #bgVid > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  #bgVid > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}
/*#navmenu div {
  height:42px;
  overflow:hidden;
  display:inline;
}*/
#HistoryOfMagic {	
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}
#videos_playerContainer{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -380px;
	width: 740px;
	height: 390px;
	background-cover: #000;
}
#bgVidHome {
	display:none;
	opacity:0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
video#videoContentHome {
	position: fixed;
	top: 52%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#releaseDate{
	font-size:30px;
	font-family: 'Halant', serif;
	color:#a0a093;
	text-align: center;
	bottom: 50px;
	width: 100%;
	left: 0;
	z-index: 9990;
	opacity:0;
	font-weight: 400;
	letter-spacing: 7px;
}
#ttTitle{
	font-size:15px;
	font-family: 'Halant', serif;
	color:#d0c9b3;
	text-align: center;
	bottom: 150px;
	width: 100%;
	left: 0;
	z-index: 9990;
	opacity:1;
	font-weight: 400;
	letter-spacing: 0px;
}
#jkrww{
	display: block;
	opacity:0;
	float:right;
	padding: 17px 45px 0px 0px;
	z-index:9999;
}
#pottermore{
	display: block;
	opacity:0;
	float:right;
	padding: 20px 25px 0px 0px;
	z-index:999;
}
#fbhashtag{
	
}
/*#navmenu ul li {
  height: 56px;
  line-height: 56px;
  width: 400px;
  cursor:pointer;
  margin: 0px 0 15px 0;
  padding: 0 0 0 0;
  background: rgba(238,234,223,0.8) url(../images/nav_triangle.png) no-repeat left;
}	*/
.navRollOver{
	height: 56px;
  	line-height: 56px;
	width: 400px;
	cursor:pointer;
	margin: 0px 0 15px 0;
    padding-right: 15px;
	background: url(../images/nav_rollover.png) no-repeat center;
	background-position: -418px;
}
.navCat{
 	height: 56px;
  	line-height: 56px;
	width: 400px;
	cursor:pointer;
	margin-bottom: 15px;
	margin-top: -40px;
    padding: 0 0 0 0;
	background: url(../images/nav_triangle.png) no-repeat left;
	background-color: rgba(238,234,223,0.8);
}
#preloaderShell {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
    padding: 0;
    border: 0;
	z-index: 500;
}
#preloaderShell td {
   vertical-align: middle;
   text-align: center;
}

#shell {
  position: absolute;
 /*min-height: 600px;
  min-width: 1000px;*/
  min-width: 1000px;
  min-height: 730px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

#contentWrapper {
  display: block;
  overflow: hidden;
  /*bottom: 227px;*/
  width: 100%;
  height: 100%;
}

#contentShell {
  display: block;
  height: 100%;
  width: 100%;
  /*-ms-transform: scale(0,0);
  transform: scale(0,0);  
  -webkit-transform: scale(0,0); */
}
#percentageLoaded {
	font-family: 'Halant', serif;
	top: 40%;
	left: 40%;
	position:absolute;
	z-index: 502;
	text-align:center;
	color:#fff;
	font-size:25px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.closeBut{
	cursor:pointer;
	background-position: 0px -45px;
	margin-top:5px;
	overflow: hidden;
	width:47px;
	height:45px;
	background-image: url('../images/close_box.jpg');
	background-repeat: no-repeat;
}
.closeButGallery{
	cursor:pointer;
	margin-top:5px;
	overflow: hidden;
	width:31px;
	height:29px;
	background-image: url('../images/close.jpg');
	background-repeat: no-repeat;
}

#gallery {
	z-index:9989;
    /*background: #000;*/
}
/* line 6, scss/desktop/_gallery.scss */
#galleryImageBar {
  height: 100%;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
/* line 12, scss/desktop/_gallery.scss */
#galleryImageBar.grabbed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slide {
	background: #000 url(../images/gallery/loadLoop.gif) no-repeat;
	background-position: center center;
	.imageShell {
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0;
		@include transition(opacity 0.5s);
	}
	
	&.loaded {
		background: #000;
		.imageShell {
			opacity: 1;
		}
	}
}
/* line 21, scss/desktop/_gallery.scss */
.slide .imageShell {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 4.5s;
  -moz-transition: opacity 4.5s;
  -o-transition: opacity 4.5s;
  transition: opacity 4.5s;
}
/* line 28, scss/desktop/_gallery.scss */
.slide.loaded {
  background: #000;
}
/* line 30, scss/desktop/_gallery.scss */
.slide.loaded .imageShell {
  opacity: 1;
}
/* line 36, scss/desktop/_gallery.scss */
.galleryArrow {
  opacity:0;
  display: block;
  width: 66px;
  height: 60px;
  margin-top: -30px;
  background-image: url(../images/gallery/arrows.png);
  background-position: right top;
  cursor: pointer;
}
/* line 44, scss/desktop/_gallery.scss */
.desktop .galleryArrow:hover {
  background-position: right bottom;
}
/* line 47, scss/desktop/_gallery.scss */
.galleryArrow#galleryLeft {
  background-position: left top;
}
/* line 49, scss/desktop/_gallery.scss */
.galleryArrow#galleryLeft:hover {
  background-position: left bottom;
}
/* line 49, scss/desktop/_gallery.scss */
.galleryArrow#galleryRight:hover {
  background-position: right bottom;
}

/*#galleryCloseBtn {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/gallery/closeBtn.png) center top no-repeat;
	position: relative;
	@include transition(transform 0.32s ease-out);
	left: 30px;
	top: 30px;
	cursor: pointer;
	
	.desktop &:hover {
		background-position: left bottom;
	}
}*/
/* line 1, scss/partials/_footer.scss */
#footer {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 35px;
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
  z-index: 2;
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  transform: translateZ(10px);
}
/* line 13, scss/partials/_footer.scss */
#footer a {
  font-weight: 400;
  text-decoration: none;
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 23, scss/partials/_footer.scss */
#footer #bottomRight, #footer #bottomLeft {
  position: relative;
}
/* line 26, scss/partials/_footer.scss */
#footer #bottomRight ul, #footer #bottomLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 30, scss/partials/_footer.scss */
#footer #bottomRight ul li, #footer #bottomLeft ul li {
  float: left;
}
/* line 33, scss/partials/_footer.scss */
.ie #footer #bottomRight ul li a, .ie #footer #bottomLeft ul li a {
  line-height: 44px;
}
/* line 42, scss/partials/_footer.scss */
#footer #bottomRight .footer-logo {
  margin: -15px 20px 0px 0px;
}
/* line 46, scss/partials/_footer.scss */
#footer #bottomRight ul li {
  float: right;
  margin-left: 1.5em;
}
/* line 53, scss/partials/_footer.scss */
#footer #mpaa_legal {
  line-height: 1.25em;
  padding: 0;
  margin: 6px;
}
/* line 57, scss/partials/_footer.scss */
#footer #mpaa_legal a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 60, scss/partials/_footer.scss */
.no-touch #footer #mpaa_legal a:hover {
  color: #fff;
}
/* line 67, scss/partials/_footer.scss */
#footer #bottomCenter {
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
}
/* line 75, scss/partials/_footer.scss */
#footer #bottomCenter.autoCenter {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}
/* line 83, scss/partials/_footer.scss */
#footer #bottomLeft {
  text-align: left;
  float: left;
  padding-left: 14px;
}
/* line 90, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links, #footer #bottomLeft #credits-button {
  float: left;
}
/* line 93, scss/partials/_footer.scss */
#footer #bottomLeft #credits-button {
  margin-left: -4px;
}
/* line 95, scss/partials/_footer.scss */
.ie #footer #bottomLeft #credits-button {
  line-height: 44px;
}
/* line 100, scss/partials/_footer.scss */
#footer #bottomLeft #bottom_left_links li {
  margin-right: 1.5em;
}
/* line 106, scss/partials/_footer.scss */
#footer .lt-ie9 #bottomLeft {
  font-family: "ff-angie-web-pro-n4", "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 110, scss/partials/_footer.scss */
#follow {
  letter-spacing: 18px;
  width: 0;
}
/* line 116, scss/partials/_footer.scss */
#follow #follow_label {
  margin-right: 6px;
  line-height: 30px;
  vertical-align: top;
}
/* line 122, scss/partials/_footer.scss */
#social_icons #follow .social-icon {
  position: relative;
}
/* line 125, scss/partials/_footer.scss */
#social_icons #follow .social-icon:before {
  font-size: 20px;
  color: #9a918c;
  line-height: 35px;
  margin: 0 6px 0 0;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#social_icons #follow .social-iconm:before {
  font-size: 30px;
  color: #9a918c;
  line-height: 35px;
  margin: 0 10px 0 0;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
/* line 133, scss/partials/_footer.scss */
.no-touch #social_icons #follow .social-icon:hover:before {
  color: #d5cac3;
}
/* line 139, scss/partials/_footer.scss */
#social_icons #followShelf {
  display: inline-block;
}
/* line 143, scss/partials/_footer.scss */
#footer #share {
  float: left;
  margin: 0px 0px 0px 25px;
}
/* line 148, scss/partials/_footer.scss */
#footer #sharelabel {
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  position: relative;
  margin-right: 0px;
}
/* line 155, scss/partials/_footer.scss */
.ie #footer #sharelabel {
  line-height: 44px;
}
/* line 160, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 165, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 171, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 60px;
  height: 21px;
}
/* line 177, scss/partials/_footer.scss */
#footer #bottomRight {
  margin-top: 6px;
  float: right;
  text-align: right;
  padding-right: 1.25em;
}
/* line 265, scss/partials/_footer.scss */
#footer #copyright {
  margin-top: 3px;
  font-size: 10px;
  color: #fff;
  opacity: .35;
  font-family: "tablet-gothic-compressed";
}
/* line 271, scss/partials/_footer.scss */
#footer #MPAA_requirements {
  position: absolute;
  bottom: -200px;
  right: 0px;
  width: auto;
  background: #000;
  padding: 20px;
}
/* line 280, scss/partials/_footer.scss */
#footer #MPAA_requirements img {
  display: block;
}
/* line 284, scss/partials/_footer.scss */
#footer #MPAA_requirements ul {
  margin: 1em .25em 0 .25em;
}
/* line 288, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li {
  text-align: left;
  display: block;
  margin-top: .5em;
}
/* line 294, scss/partials/_footer.scss */
#footer #MPAA_requirements ul li a {
  margin: 0;
  float: none;
  line-height: 1.25em;
  color: #f0bc28;
}
/* line 301, scss/partials/_footer.scss */
#footer .no-touch #MPAA_requirements ul li a:hover {
  color: #fff;
}
#footer #credits {
  margin: 0px 0px 0px 0px;
}
/* line 310, scss/partials/_footer.scss */
#footer #creditsShelf {
  background-color: #726a5f;
  display: block;
  position: absolute;
  width: 100%;
  padding: 30px 10px 10px 10px;
  color: #fff;
  line-height: 1em;
  bottom: 0;
}

/* line 310, scss/partials/_footer.scss */
#footer #shareShelf {
  display: block;
  position: absolute;
  width: 100px;
  padding: 30px 10px 10px 10px;
  color: #fff;
  line-height: 1em;
  bottom: 0;
  right: 0px;
}

/* line 310, scss/partials/_footer.scss */
#footer #legalShelf {
  right: 10px;
  background-color: #726a5f;
  display: block;
  position: absolute;
  width: 250px;
  padding: 30px 10px 10px 10px;
  color: #fff;
  line-height: 1em;
  bottom: 0;
  z-index:9999;
}

/* line 321, scss/partials/_footer.scss */
#footer #shareShelf .footer-btn {
  margin-left: 0;
}
/* line 325, scss/partials/_footer.scss */
#footer #shareShelf .facebook {
  float: none;
  margin: 0;
  display: block;
}
/* line 334, scss/partials/_footer.scss */
#footer #shareShelfContents {
  position: relative;
  text-align: right;
}
/* line 337, scss/partials/_footer.scss */
#footer #shareShelfContents .shareshelf-button {
  color: #f0bc28;
  display: block;
  margin: 5px 0;
}
/* line 342, scss/partials/_footer.scss */
.no-touch #footer #shareShelfContents #shareshelf-button:hover {
  color: #ffffff;
}
/* line 351, scss/partials/_footer.scss */
#footer #footer_links {
  margin: 6px 1em 0 0;
  padding: 0;
}
/* line 355, scss/partials/_footer.scss */
#footer #footer_links li {
  margin: 0;
  display: inline-block;
}
/* line 358, scss/partials/_footer.scss */
#footer #footer_links li a {
  border: 0px;
  margin: 0 8px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* copyright hover */
.no-touch #footer #footer_links li a:hover {
  color: #fff;
}
/* line 368, scss/partials/_footer.scss */
#footer .like-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
#footer .share-button {
  width: 90px;
  height: 21px;
  /* background: #21242B; */
}
/* line 373, scss/partials/_footer.scss */
#footer .tweet-button {
  width: 90px;
  height: 21px;
}
#footer .google-button {
  width: 90px;
  height: 21px;
}
#footer .tumblr-button {
  width: 90px;
  height: 21px;
}

/* line 378, scss/partials/_footer.scss */
#footer #share-facebook {
  position: relative;
  top: 4px;
}
/* line 383, scss/partials/_footer.scss */
#footer .footer-btn {
  float: left;
  margin: 0 2em;
  display: block;
  color: #726a5f;
  text-decoration: none;
  font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  z-index:1;
}

/* line 398, scss/partials/_footer.scss */
#footer .footer-btn.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 419, scss/partials/_footer.scss */
#footer #sharelabel {
  position: relative;
  margin-left: 0;
  /*
          &.active .border-arrow {
              border-top-width: 4px;
              border-bottom-width: 0px;
          }
  		*/
}
/* line 423, scss/partials/_footer.scss */
#footer #sharelabel.active {
  color: #fff;
}
#footer #creditlabel.active {
  color: #fff;
}

/* line 425, scss/partials/_footer.scss */
#footer #sharelabel.active .border-arrow {
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 440, scss/partials/_footer.scss */
#footer .border-arrow {
  display: inline-block;
  margin-left: 6px;
  margin-top: 0px;
  margin-bottom: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 0px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  -o-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
  display: none;
}
#creditsShelfContents{
  margin-top: -10px;
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}
#creditsShelfContents a{
  outline: none;
  border: none;
  color: #000;
  font-size:11px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon1 {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon-Free' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon1-facebook:before {
    content: "\ea90";
}
.icon1-twitter:before {
    content: "\ea96";
}
/*
.icon-instagram:before {
    content: "\ea92";
}*/

.icon1-pinterest:before {
    content: "\ead1";
}
.icon1-download3:before {
    content: "\e9c7";
}
/* share icons */
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
[data-icon]:before {
	font-family: "si" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "si" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-facebook:before {
	content: "b"
}
.icon-twitter:before {
	content: "a"
}
.icon-youtube:before {
	content: "r"
}
.icon-facebook:before {
	content: "b"
}
.icon-instagram:before {
	content: "x"
}
.icon-tumblr:before {
	content: "z"
}

/*.icon-instagram:before {
	content: "x"
}
.icon-facebook:before {
	content: "b"
}
.icon-vine:before {
	content: "u"
}
.icon-triangle-left:before {
	content: "f"
}
.icon-triangle-right:before {
	content: "g"
}
.icon-tumblr:before {
	content: "z"
}
.icon-googleplus:before {
	content: "c"
}
.icon-pinterest:before {
	content: "d"
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}*/

@font-face {
	font-family: 'fa-snapchat';
	src:url('../fonts/fa-snapchat.eot?-73zac');
	src:url('../fonts/fa-snapchat.eot?#iefix-73zac') format('embedded-opentype'),
		url('../fonts/fa-snapchat.ttf?-73zac') format('truetype'),
		url('../fonts/fa-snapchat.woff?-73zac') format('woff'),
		url('../fonts/fa-snapchat.svg?-73zac#fa-snapchat') format('svg');
}
[data-icon]:before {
	font-family: "fa-snapchat" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class^="icons-"]:before, [class*=" icons-"]:before {
	font-family: "fa-snapchat" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icons-snapchat:before {
	content: "a";
	font-family: 'fa-snapchat';
	content: "\e600";
}
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
    -ms-transform: scale(0,0);
  	transform: scale(0,0);  
  	-webkit-transform: scale(0,0);
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 20px;
    color: #84e9ff;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'b';
}
.soc-twitter:before {
    content:'a';
}
.soc-tumblr:before {
    content:'z';
}
.soc-pinterest:before {
    content:'d';
}
#gen_msg{
	background: transparent;
	display:none;
	z-index:9999;
}
#ytoverlay{
	text-align: center;
	padding-top:10%;
	opacity:1;
	z-index:9995;
	position: fixed;
	width: 100%;
	height: 100%; 
	top: 0;
	left: 0;
	background-color:rgba(0, 0, 0, 0.8);
	opacity:0;
}
@-webkit-keyframes play1 {
   from { background-position:    0px; }
     to { background-position: -28490px; }
}

@-moz-keyframes play1 {
   from { background-position:    0px; }
     to { background-position: -28490px; }
}

@-ms-keyframes play1 {
   from { background-position:    0px; }
     to { background-position: -28490px; }
}

@-o-keyframes play1 {
   from { background-position:    0px; }
     to { background-position: -28490px; }
}

@keyframes play1 {
   from { background-position:    0px; }
     to { background-position: -28490px; }
}
#feature_txt{
  margin-top: -900px;
  margin-left: 25px;
  letter-spacing: 2px;
  font-weight: 900;
  font-family: 'tablet-gothic-compressed';
  text-shadow: 1px 1px 1px #4d0002;
  text-align: left;
  padding: 283px 0px 0px 0px;
  color: #fff;
  font-size: 25px;
}
#contentText{
	display: block;
	margin-right:-460px;
}
#contentBoxText{
	width: 423px;
	height: 278px;
	display: block;
	background: url(../images/content_box.png) no-repeat center;
	background-position: center;
	padding: 30px 30px;
}
#bodyText{
	padding: 25px 25px 20px 25px;
	text-align: right;
}
#textTitle{
	font-size: 35px;
	font-family: 'tablet-gothic-compressed';
	text-shadow: 1px 1px 1px #4d0002;
	color: #fff;
}
#textDescription{
	font-weight: 300;
	font-size: 16px;
	font-family: 'tablet-gothic-compressed';
	text-shadow: 1px 1px 1px #4d0002;
	color: #fff;
	margin-top:10px;
}
#trailer{
	position:absolute;
	cursor:pointer;
	height:40px;
	width:200px;
	margin-left:220px;
	top: 230px;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -30150px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -30150px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -30150px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -30150px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -29700px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -29700px; }
}
p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #9f958a;
  letter-spacing: 0.03em;
  line-height: 155%;
}
.fb-like{
    height: 20px;
    overflow: hidden;
}
/* Tiny Scrollbar */
#storyScrollText { width: 750px; margin: 10px 0 10px; }
#storyScrollText .viewport { font-weight: 700;width: 700px; height: 207px; overflow: hidden; position: relative; }
#storyScrollText .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#storyScrollText .scrollbar{ position: relative; background-position: 0 0; float: left; width: 15px; left:-10px;}
#storyScrollText .track { height: 100%; width:13px; position: relative; padding: 0 1px;left: -15px; }
#storyScrollText .thumb { background: transparent url(../images/scroll_bar.png) no-repeat 50% 100%; height: 70px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#storyScrollText .thumb .end { background: transparent url(../images/scroll_bar.png) no-repeat 50% 0; overflow: hidden; height: 20px; width: 13px;left: 0px;  }
#storyScrollText .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.beast {
  top:20px;
  width: 960px;
  left: -490px;
  margin-left: 50%;
  position: relative;
  display: none;
}
#showcase {

  height: 768px;
  visibility: hidden;
}
#showcase img {
  cursor: pointer;
}
/*#nav > button {
  width: 66px;
  height: 60px;
  background: url(../images/gallery/arrows.png);
  z-index: 10;
  cursor: pointer;
  border: none;
  outline:none;
}
#nav > button:active,
#nav > button.down {
  outline:none;
  border: none;
}*/
.left{
  top:130px;
  left: -65px;
  width: 66px;
  height: 60px;
  background: url(../images/gallery/arrows.png);
  z-index: 10;
  cursor: pointer;
  border: none;
  outline:none;
  background-position: left top;
  display:none;
  opacity:0;
}
.left:hover {
  background-position: left bottom;
}
.right{
  top:130px;
  right: -65px;
  width: 66px;
  height: 60px;
  background: url(../images/gallery/arrows.png);
  z-index: 10;
  cursor: pointer;
  border: none;
  outline:none;
  background-position: right top;
  display:none;
  opacity:0;
}
.right:hover {
  background-position: right bottom;
}
.shareCarousel{
	margin-left: 175px;
    border-width: 1px;
    border-style: solid;
    border-color: #a69977;
    width: 150px;
    background-color: #28201e;
    padding: 8px 5px 5px 15px;
    opacity: .9;
}
/*MINA Arrows*/
.MinaLeft{
  top:150px;
  left: 0px;
  width: 66px;
  height: 60px;
  background: url(../images/gallery/arrows.png);
  z-index: 10;
  cursor: pointer;
  border: none;
  outline:none;
  background-position: left top;
  display:none;
  opacity:0;
}
.MinaLeft:hover {
  background-position: left bottom;
}
.MinaRight{
  top:150px;
  right: 0px;
  width: 66px;
  height: 60px;
  background: url(../images/gallery/arrows.png);
  z-index: 10;
  cursor: pointer;
  border: none;
  outline:none;
  background-position: right top;
  display:none;
  opacity:0;
}
.MinaRight:hover {
  background-position: right bottom;
}
#soundButton {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 35px;
  cursor: pointer;
  z-index: 9999;
}

#soundButton div {
  position: relative;
  float: left;
  margin-right: 1px;
  width: 2px;
  height: 100%;
}

#soundButton div:after {
  background: #9a918c;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10%;
  -webkit-animation-name: soundBar;
  -moz-animation-name: soundBar;
  animation-name: soundBar;
}

#soundButton div:nth-child(0n + 1):after {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

#soundButton div:nth-child(2):after {
  -webkit-animation-duration: .95s;
  -moz-animation-duration: .95s;
  animation-duration: .95s;
}

#soundButton div:nth-child(3):after {
  -webkit-animation-duration: .90s;
  -moz-animation-duration: .90s;
  animation-duration: .90s;
}

#soundButton div:nth-child(4):after {
  -webkit-animation-duration: .93s;
  -moz-animation-duration: .93s;
  animation-duration: .93s;
}

#soundButton div:nth-child(5):after {
  -webkit-animation-duration: .97s;
  -moz-animation-duration: .97s;
  animation-duration: .97s;
}

#soundButton.on div:after {
  -webkit-animation-name: soundBar;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-name: soundBar;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  animation-name: soundBar;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#soundButton.off div:after {
  -webkit-animation-name: soundBarOff;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-name: soundBarOff;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  animation-name: soundBarOff;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

@-webkit-keyframes soundBarOff {
  100% {
    height: 10%;
  }
}

@-webkit-keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}

@-moz-keyframes soundBarOff {
  100% {
    height: 10%;
  }
}

@-moz-keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}

@keyframes soundBarOff {
  100% {
    height: 10%;
  }
}

@keyframes soundBar {
  0% {
    height: 1%;
  }
  100% {
    height: 100%;
  }
}
#suitcase_mobile {
    position: absolute;
   /* width: 720px;
	height: 405px;
    background: transparent url(../images/sprite_suitcase.jpg);*/
    
    width: 1000px;
	height: 563px;
	background: transparent url(../images/sprite_suitcase.jpg);
	
    cursor: pointer;
}
#loader_smoke {
    position: absolute;
   /* width: 720px;
	height: 405px;
    background: transparent url(../images/sprite_suitcase.jpg);*/
    top: 30%;
    left: 45%;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 200px;
	height: 200px;
	background: transparent url(../images/loader_smoke.jpg);
	opacity: 0;
}
#loader_circle {
	margin-top: -285px;
    text-align: center;
    width: 500px;
	height: 281px;
	background: #000 url(../images/load_circle.gif) no-repeat center center;

}