/* Reset */


html,body {
  height:100%;
  padding:0;
  margin:0;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} 

a:link, a:visited, a:active, a:hover{
  text-decoration: none;
  color: inherit;
}

a.activelink {color: #520875;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
a.activelink:hover {color: #f5ba16;}


ol, ul {
 list-style: none;
 list-style-type: none; 
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* Fonts */

@font-face{
	font-family: 'Antenna-Black';
	src: url('../fonts/Antenna-Black.woff') format('woff');
}

@font-face{
	font-family: 'Antenna-Bold';
	src: url('../fonts/Antenna-Bold.woff') format('woff');
}

@font-face{
	font-family: 'Antenna-Regular';
	src: url('../fonts/Antenna-Regular.woff') format('woff');
}

@font-face{
	font-family: 'Molot';
	src: url('../fonts/Molot.woff') format('woff');
}

/* header */

loader {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/loading.gif');
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
}

header loader {
	height: 110px;
}

div[content] {
  padding-top: 110px;  
  height: calc(100% - 110px);
    position: relative;
}

div[content].noMargin{
    padding-top: 0;
}

div[section='Frieza'], div[section='Goku'], div[section='Vegeta']{
    overflow-x: hidden;
}


div[content].loading {
  background-image: url('../images/loading.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: rotating 2s linear infinite;
}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


header *[expand] {
	display: none;
}

body.expanded *[expand] {
	display: block;
}

header .social-links{display: block;}

body{
  background-image: url('../images/background-50.jpg');
  background-attachment: fixed;
  background-size: 100% auto;
  /*background-position: center 20%;*/
  background-repeat: no-repeat;
  background-color: black;
}

body[section = 'Theaters'] {
  background: initial;
}

#bgMobile{
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url('../images/background-50.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.container {
  width: 100%;
  /* margin-top: 70px;*/
  /* padding-top: 70px; */
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.container .centered, .centerX {
	/* width: 900px; */
    margin: 0 auto;	
  padding-left: 18%;
  padding-right: 18%;
}

@media (min-width: 1200px){.container {width: 100% !important;}}
@media (min-width: 992px){ .container {width: 100% !important;}}
@media (min-width: 768px){ .container {width: 100% !important;}}


body.mail,body.products{ 
	background: url();
	background-color: #520875;
}

body.theaters, body.characters{
	background: url();
	background-color: #fff;
}



/* ------------------------------- */

.container.landigPage{
    display: table;
    width: 100%;
    height: 100%;
}
.container.landigPage .landingIntro{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#searchTeaters h1.theaters, #searchTeaters h2.theaters{
color: #520875;
font-size: 35px;
margin-top: 20px;
margin-left: 20px;
display: inline-block;
font-family: 'Molot';
text-transform: uppercase;
text-align: center;
    margin-bottom: 10px;
}

#searchTeaters h2.theaters {
font-size: 25px;
color: #8a669c;
display: block;
text-align: left;
margin-top: -15px;
}

#searchTeaters h2.theaters span, #searchTeaters .disclaimer {
color: #acacac;
font-size: 16px;
position: relative;
}

#searchTeaters .disclaimer {
top: 0;
cursor: default !important;
z-index: 100;
margin-left: 20px;
margin-top: -5px;
}




div[ball] {
  position: fixed;
  /* margin-top: 40px; */
  cursor: pointer;
  bottom: 5%;
  width: 100%;  
  text-align: center;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all ease-in 0.2s;
}


body[withball] div[ball] {
  opacity: 1;
}

body[noball] div[ball] {
  display: none;
}


/* --------------------------------- */

/* TRAILERS */

div[trailer] {
  background-size: contain;
  background-repeat: no-repeat;

  width: 100%;
  position: relative;
}

.trailer-primary {
  background-image: url('../images/assets/thumb/homevideo.jpg');
}

.trailer-1 {
  background-image: url('../images/assets/thumb/DBZ-043 copy_FLAT.jpg');
}

.trailer-2 {
  background-image: url('../images/assets/thumb/035-448 copy_FLAT.jpg');
}

.trailer-3 {
  background-image: url('../images/assets/thumb/DBZ-073 copy_FLAT.jpg');
}


div[trailer] div[play]{   
  position: absolute;

  top: -moz-calc(50% - 32px);
  top: calc(50% - 32px);
  left: -moz-calc(50% - 32px);
  left: calc(50% - 32px);
}


div[trailer] div[play] img{  
  width: 64px;

}

.container #trailers{
  text-align: center;
  margin: auto;
  padding-top: 0px;
  width: 90%;
  box-sizing: border-box;
}

#trailers li.primary {
	width: 50%;
	display: block;
	margin: 0 auto 50px;
}

#trailers li{
    display: inline-block;
    width: 28%;
    padding: 0 2%;
}

#trailers li a{
    position: relative;
}

#trailers li a .playBtn{
    position: absolute;
    width: 100%;
    height: 70%;
    padding: 0;
    display: table;
}

#trailers li a .playBtn div{
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#trailers li a .playBtn div img{
    width: 20%;
}

#trailers li:nth-child(3){
    padding-right: 0;
}

#trailers li img[holder] {
    width: 100%;
    height: auto;
}

/*#trailers li div.title{
    color: #fff;
    font-family: 'Molot';
    text-align: center;
    font-size: 30px;
    padding-top: 18px;
}*/

#trailers li h1{
    color: #fff;
    font-family: 'Molot';
    text-align: center;
    font-size: 30px;
    padding-top: 18px;
    letter-spacing: 1px;
}


@media (max-width: 1024px) {
    /*.container #trailers{
        padding-top: 100px;
    }*/

    .container #trailers li div.title{
        font-size: 20px;
        padding-top: 18px;
    }

  .container #trailers{
 
    width: 65% ;
  }
}

@media (max-width: 640px){
    .div[ball] {display: none;}

    .container #trailers{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        width: 100%;
    }

    .container #trailers li{
        position: relative;
        margin-bottom: 20px;
        height: 100%;
    }

    .container #trailers li div.title{
        font-size: 40px;
        padding: 0;
        /*position: absolute;*/
        width: 100%;
        top: 20px;
    }

    #trailers li a .playBtn{height: 60%;}
}

#overlayTrailers{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
}

#overlayTrailers .closeOverlayTrailers{
    position: absolute;
    right: 20px;
    top: 35px;
    color: #fff;
    font-family: 'Antenna-Bold';
    font-size: 20px;
}

#overlayTrailers .share{
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #ec1c23;
    font-family: 'Antenna-Bold';
    font-size: 25px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
}







#overlay{
	display: none;
	width: 100%;
	height: 100%;
	top: 0;	
	background-color: #000;
	position: fixed;
}

#overlayCharacters, #overlayGalley{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 90px;
    text-align: center;
}

#overlayGalley{
	background-color: #000;
    position: fixed;
    z-index: 100;
    top: 110px;
    height: calc(100% - 110px);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

#overlayGalley img {
  width: 100%;
}

#overlay a, #overlayGalley a, #overlayCharacters a{
	position: absolute;
	font-family: 'Antenna-Bold';
	font-size: 20px;
	right: 20px;
    top: 20px;
    color: #fff;
}

#overlayCharacters a{
    position: fixed;
    top: 0;
    right: 0;
    color: #520875;
    font-size: 30px;
    padding: 50px 50px 0 0;
}

#overlay #share, #overlayGalley #share{
	text-transform: uppercase;
	color: #fff;
	font-family: 'Antenna-Bold';
	display: inline-block;
	background-color: #ec1c23;
	padding: 10px 25px;
	font-size: 25px;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 50px;
}

.visible{
	display: block !important;
}

.hide{
	display: none;
}

.container #gallery .leftArrow, .container #gallery .rightArrow, #overlayGalley .leftArrow, #overlayGalley .rightArrow, #overlayCharacters .leftArrow, #overlayCharacters .rightArrow{
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
#overlayCharacters .leftArrow, #overlayCharacters .rightArrow{
	color: #000;
}

.container #gallery{
	text-align: center;
	padding-top: 1%;
    padding-left: 100px;
    padding-right: 100px;
}

.container #gallery .galleryContent{
	position: relative;
}

.container #gallery .galleryContent .carousel-inner{
}

.container #gallery .galleryContent .carousel-inner .item{
    text-align: left;
}

.container #gallery ul {
    width: 100%;
    display: inline-block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    column-count:3;
}

.container #gallery ul li{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.container #gallery ul li img{
    width: 100%;
    height: auto;
}

.container #gallery .leftArrow, .container #gallery .rightArrow{
	position: absolute;
	top: 43%;
}

.container #gallery .leftArrow{
    left: -60px;
}

.container #gallery .rightArrow{
    right: -60px;
}

.container #gallery ul li .mobileShare{display: none;}

@media (max-width: 1024px){
    .container #gallery{padding-left: 75px; padding-right: 75px;}

}

@media (max-width: 640px){
    .container #gallery .leftArrow, .container #gallery .rightArrow{display: none;}
    .container #gallery{padding: 0; /* margin-top: 600px */;}
    .container #gallery ul{-webkit-column-count: 1; -moz-column-count: 1;}
    .container #gallery ul li{width: 100%; position: relative;}
    .container #gallery .item{display: block;}
    /*.container #gallery ul li .mobileShare{
        position: absolute;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Antenna-Bold';
        background-color: #ec1c23;
        bottom: 20px;
        right: 20px;
        line-height: 40px;
        width: 120px;
        text-align: center;
        display: block;
    }*/
}


#overlayGalley .leftArrow, #overlayCharacters .leftArrow{
	position: fixed;
	left: 60px;
	top: 49%;
}

#overlayGalley .rightArrow, #overlayCharacters .rightArrow{
	position: fixed;
	right: 60px;
	top: 49%;
}

#bgFrieza{
	position: fixed;
	right: 0;
	z-index: -1;
	top: 100px;
	-webkit-transition: all ease-in 1s;
}

.container p{
	color: #fff;
	font-family: 'Antenna-Regular';
}

.container #mail{
    /*text-align: center;
    position: relative;*/
	height: 100%;
    width: 100%;
    display: table;
}



/* overlay */
#overlayCharacters .imgCharacter{
    width: 50%;
    display: inline-block;
    text-align: center;
}

#overlayCharacters .imgCharacter img{width: 100%;}

#overlayCharacters .descriptionCHaracter{
    width: 40%;
    display: inline-block;
    text-align: left;
    float: right;
    margin-top: 20%;
    margin-left: 10%;
}

#overlayCharacters .descriptionCHaracter h1{
    color: #520875;
    font-family: 'Molot';
    font-size: 120px;
    display: inline-block;
}

#overlayCharacters .descriptionCHaracter div{
    font-family: 'Antenna-Regular';
    font-size: 18px;
    width: 90%;
    color: #8a669c;
}

@media (max-width: 1024px){
    #overlayCharacters .descriptionCHaracter h1{font-size: 90px;}
    #overlayCharacters .descriptionCHaracter div{font-size: 16px;}
    #overlayCharacters a{padding: 40px 40px 0 0;}
}

@media (max-width: 640px){
    #overlayCharacters .imgCharacter{width: 100%;}
    #overlayCharacters .descriptionCHaracter{width: 100%; float: none; margin-top: 0;}
    #overlayCharacters .leftArrow, #overlayCharacters .rightArrow{display: none;}
    #overlayCharacters .descriptionCHaracter div{font-size: 22px;}
}

/* ---------------------- */

/* COLLECTIONS */
#collectionsSeasons{
	text-align: center;
    padding-top: 110px;
}

/*
#collectionsSeasons ul{
	width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
*/

/*
#collectionsSeasons ul li{
  width: 100%;
  /* min-width: 33%; 
  height: auto;
  /* display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 10px;
  /* padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
*/

#collectionsSeasons ul {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#collectionsSeasons ul li {
	position: relative;
	float: left;
	width: 32%;
	margin: .5%;
}


#collectionsSeasons ul li img{width: 100%}

#collectionsSeasons ul li div[container] {
  background-color: #520875;
  height: auto;
  position: relative;
}

#collectionsSeasons ul li[left] div[container] {
  margin-left: 0px;
}
#collectionsSeasons ul li[right] div[container] {
  margin-right: 0px;
}



#collectionsSeasons ul li .seasonOverlay{
	width: 100%;
	height: 82%;
    background-color: rgba(82, 8, 117, 0.9);
}

#collectionsSeasons ul li .seasonOverlay{
	position: absolute;
	top: 0;
}

#collectionsSeasons ul li .seasonOverlay p{
	font-family: 'Molot';
	font-size: 60px;
    text-transform: uppercase;
}

#collectionsSeasons ul li .seasonOverlay p:nth-child(1){
	padding-top: 5%;
}

#collectionsSeasons ul li .buy{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Antenna-Black';
	color: #fff;
	background-color: #ec1c23;
	width: 165px;
	line-height: 59px;
	margin-top: 2%;
	cursor: pointer;
    font-size: 24px;
}


#collectionsSeasons ul li .title{
    font-family: 'Molot';
    color: #fff;
    font-size: 33px;
    background-color: rgba(82, 8, 117, 0.9);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 18%;
}

#collectionsSeasons ul li .title div{
    display: table;
    width: 100%;
    height: 100%;
}

#collectionsSeasons ul li .title div h1{
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}



@media (max-width: 1024px){
    #collectionsSeasons ul li{width: 100%;}
    #collectionsSeasons ul li .title{font-size: 18px;}
    #collectionsSeasons ul li .seasonOverlay p{font-size: 48px;}
    #collectionsSeasons ul li .buy{width: 124px; line-height: 44px; font-size: 22px;}
}

@media (max-width: 640px){
    #collectionsSeasons ul{-webkit-column-count:1; -moz-column-count:1; column-count: 1;}
    #collectionsSeasons ul li{width: 100%; max-width: 100%; margin-right: 0px;}
    #collectionsSeasons ul li .title{font-size: 34px;}
    #collectionsSeasons ul li .seasonOverlay p:nth-child(1){padding-top: 20%;}
}

/*#battle-gods {
	background-image: url("../images/battle_of_gods.jpg");
}
#seasons{
	background-image: url("../images/seasons1-9.jpg");
}

#movies-set{
	background-image: url("../images/movie_set.jpg");
}*/

.clear:after {
    clear: both;
    content: "";
    display: table;
}


/* -------------------------------------------------------- */



@media (max-width: 1024px){

	.container .centered {
	  padding-left: 15%;
	  padding-right: 15%;
	}

}

@media (max-width: 640px) { /* Mobile */
 
 div[content] {
  padding-top: 100px;  
  height: calc(100% - 100px);
}
 
	*[nomobile] {
		display: none;
	}
	.container {
		/* padding-top: 100px; */
	}


	body:not(.expanded) .main-nav {
		display: none !important;
	}


  body:not(.expanded) .social-links {
    display: none !important;
  }


  body.expanded) .social-links {
    display: block !important;
  }


	.container .centered {
	  padding-left: 10%;
	  padding-right: 10%;
	}	

  body div[ball] {
    display: none !important;
  }
}






.container.nooverflow {
  overflow: hidden;
  height: 100%;
  position: relative;
  display: table;
}

.container.nooverflow.trailers{
    height: calc(95% - 87px);
}

div[section = 'Story'] .container.nooverflow{
    height: calc(95% - 90px);
}

.container.nooverflow .centered, .centerY { 
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}