/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}
button, input, select, textarea { margin: 0; }
nput:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px;
   -moz-box-shadow: 0px 0px 5px red;
   -webkit-box-shadow: 0px 0px 5px red;
   box-shadow: 0px 0px 5px red;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

body, select, input, textarea {
  font-family: arial, sans-serif;
  font-weight: 400;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #fff; }
a:hover { color: #fff; }


/**
 * Site styles
 */
html {     -webkit-font-smoothing: antialiased; } 
html, body {
  font-family: 'flamaultralight';
  font-size: 20px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  /*overflow: hidden;*/
}


header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: .2em .5em .2em .5em;
  color: #fff;
}

footer p {
  font-size: .8em;
}
header{
  width: 100%; height:100%;
  position: relative;
}

#shareBar{
  position: fixed;
  top: 15px; right: 10px;
}
#shareBar a{
  padding: 0.2rem;
}


#logo{
  background: url('../img/star-wars-logo1.svg') no-repeat center;
  background-size: contain;
  width: 60%; height: 300px;
  position: absolute;
  top: 50%; left: 50%;
  overflow: visible;

  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
#logo_intro{
  font-size: 2rem;
  font-family: 'flamaultralight';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: -2rem;
  text-align: center;
  /*color: rgba(74,171,199,0.7);*/
  text-shadow: 0 0 6px rgba(255,255,255,0.2);
}

.section{
  width: 100%; height: auto;
  overflow: hidden;
}
#section0{
  position: relative;
  height: 100%;
}
#section3{
  padding-bottom: 3rem;
}


#main {
  position: fixed;
  top: 0; bottom:0;
  left: 0; right:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
  overflow: hidden;
}
#main canvas {
  position: fixed;
}

.scrollDown {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-size: 0.7rem;
    opacity: 0.6;
}

/* topo */
#top{
  position: fixed;
  top: -56px;
  height: 56px;
  width: 100%;
  background-color: #000;
  z-index: 100;

  transition: top 1s;
  -moz-transition: top 1s;
  -webkit-transition: top 1s;
}
#top.active{
  top: 0px;
}

#logo_top {
    line-height: 56px;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    font-family: 'flamaultralight';
    text-transform: uppercase;
}

#logo_estadao {
    position: fixed;
    font-family: 'Marcas Estadão';
    font-size: 1.5rem;
    color: #fff;
    line-height: 56px;
    padding-left: 1rem;
    z-index: 10000;
    top:0px;
}
#logo_estadao:before {
    content: "";
}

/* content */

#container {
  position: relative;
  width: 100%;
  z-index: 10;
  background: transparent;
}

.content{
  position: relative;
  background: rgba(0,0,0,0.3);

  background: #fff;
  color: #000;
  /*max-width: 640px; */
  z-index: 10;
  margin: 0 auto;
  overflow: hidden;
  font-size: 2.2rem;
  overflow: hidden;
}

.content h3, .content h5{
  width: calc(100% - 2rem);
  max-width: 660px;
  margin: 0 auto;
  padding: 0 1rem;
}

.content h2{
  display: block;
  font-family: 'flamaultralight';
  font-weight: normal;
  background-color: rgba(143,215,239,0.5);/* #8fd7ef; */
  color: #000;
  font-size: 2.7rem;
  text-shadow: 0 0px 8px rgba(255,255,255,0.3);
  margin: 0;
  padding: 1.3rem 1rem 1rem 1rem;
  /*max-width: 660px;*/
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}
.content h3{
  display: block;
  font-family: 'flamamedium';
  color:#fff; /* #8fd7ef; */
  font-size: 1.3rem;
  text-shadow: 0 0px 8px rgba(255,255,255,0.5);
  padding: 0 1rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -2.2rem;
  letter-spacing: 0.05em;

  transform: translateY(calc(-100% - 0.5rem));
  -moz-transform: translateY(calc(-100% - 0.5rem));
  -webkit-transform: translateY(calc(-100% - 0.5rem));

}

.content h5{
  font-size: 1.1rem;
  margin-top: 3rem;
  color: #000;
  text-transform: uppercase;
  font-family: 'flamamedium';
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.5em;
}
.content h5 .line{
  display: block;
  margin: 0.5em auto;
  width: 120px;
  border-bottom: 1px solid #355e66;
}

.content img.openingImg{
  /*max-width: 660px;*/
  display: block;
  width: 100%;
}

.content p {
    max-width: 660px;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.6em;
    color: #3d7a86;/*a5bfc4;*/
    text-shadow: 0 0px 5px rgba(255,255,255,0.3);
    margin: 0 auto;
    font-family: 'flamalight';
}
.content p.intro{
  margin: 1rem auto 0 auto;
  font-size: 1.25rem;
  color: #000;
  font-family: 'flamaultralight';
}
.content p.author{
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #000;
  text-transform: uppercase;
  font-family: 'flamaultralight';
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.5em;
}
.content p.author .line{
  display: block;
  margin: 0.5em auto;
  width: 120px;
  border-bottom: 1px solid #355e66;
}
.content p.small {
    font-size: 0.85rem;
    font-family: 'flamabook';
}

.content p b {
  font-family: 'flamabook';
}

/* box */
#sagaBox{
  /*background: url('../img/box-bg.svg') no-repeat center;
  background-size: 360px 100%;
  padding-top: 1rem;*/
}
#sagaBox p{
  max-width: 580px;
  font-family: 'flamalight';
  font-size: 0.9rem;
  /*text-shadow: 0 0 0;*/
  letter-spacing: 0.05em;
  color: #3d7a86;

  display: none;
}
#sagaBox p.active{
  display: block;
}
#sagaBox p.intro{
  font-size: 1.25rem;
  color: #a5bfc4;
}
#sagaBox p span.title{
  display: block;
  margin-bottom: 0rem;
  font-size: 1.4rem;
  font-family: 'flamalight';
  color: #000;
}
#sagaBox p span.info{
  color: #000;
  font-family: 'flamaultralight';
  text-shadow: none;
  display: block;
  border-bottom: 1px dotted #fff;
  padding-bottom: 1rem;
}
#sagaBox p span.info b{
  color: #3d7a86;
  font-family: 'flamabook';
}
.bgBox{
  position: absolute;
  height: 100%;
  width: 100%; max-width: 660px;
  left: 50%;

  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

  /*background-color: rgba(255,255,255,0.7);*/
  background-color: rgba(143,215,239,0.5);
  z-index: -1;
}


/* owl - carousel */
#episodeListType{
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  color:#8fd7ef;
  margin: 2rem auto;
  position: relative;
  width: 100%; max-width: 660px;
  overflow: hidden;
  padding: 0;
}
#episodeListType a{
  color:#3d7a86;
  font-family: 'flamamedium';
  font-size: 0.8rem;
  padding: 1rem 0;
  display: inline-block;
  background: rgba(255,255,255,0.55);
  margin: 0 1px 0 0;
  width: calc(50% - 1px);

  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkite-transition: all 0.2s;
}
#episodeListType a.active{
  color: #000;
  background: rgba(255,255,255,0);
}
#episodeListType a:hover{
  opacity: 0.8;
}

#episodeOrderA{
  /*float: left;*/
}
#episodeOrderB{
  /*float: right;*/
}


#episodeList{
  position: relative;
  margin: 1rem 0;
  overflow: hidden;
}
#episodeList .episode{
  position: relative;
  width: calc( (100% - 9px) / 7);
  /*width: 100%;*/
  float: left;
  border: 1px solid #fff;
  margin-right: -1px;
  cursor: pointer;
  z-index:0;
  background: #fff;

  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#episodeList .episode.active{
  border: 1px solid #000;
  z-index:10;
}

#episodeList .episode img{
  width: 100%;
  display: block;
  opacity: 0.7;
}
#episodeList .episode.active img{
  opacity: 1;
}

#episodeList .episodeNum{
  background: rgba(255,255,255,0.6);
  font-family: 'flamamedium';
  position: absolute;
  width: calc(100% - 1em);
  padding: 0.5em;
  bottom:0; left:0;
  z-index:10;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.75;
  color:#333;
}
#episodeList .episode.active .episodeNum{
  color: #000;
  opacity: 1;
  background: rgba(255,255,255,0.8);
}
.contentImage{
  width: 100%; max-width: 940px;
  margin: 2rem auto 1rem auto;
}
.contentImage img{
  width: 100%;
}

/* content gallery */
#contentGalleryContainer{
  width: 100%; max-width: 940px;
  margin: 1rem auto 0 auto;
}
#contentGallery.owl-carousel{
  z-index:0;
  width: 100%; max-width: 940px;
}
#contentGallery.owl-carousel .owl-item{
  width: 100%;
}
#contentGallery .photo{
  width: 100%; max-width: 940px;
}

#contentGallery .photo img{
  width: 100%; max-width: 940px;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
  font-size: 2rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
  color: #fff;
}
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 50%; 
  margin-top: -15px;

}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 50%;
  margin-top: -15px;
}

#contentGallery.owl-carousel .owl-controls .owl-buttons div.owl-prev{
  left: 0; right: auto;
}
#contentGallery.owl-carousel .owl-controls .owl-buttons div.owl-next{
  right: 0; left: auto;
}

/* character gallery */
#characterGallery.owl-carousel{
  margin: 2rem auto 0 auto;
  max-width: 660px; height: 230px;
  width: 100%;
}
#characterGallery.owl-carousel .owl-item {
  padding: 0.3rem 0;
  text-align: center;
}
#characterGallery .carouselThumb{
  display: inline-block;
  width: 160px; height: 160px;
  border-radius: 90px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border: 2px solid #8fd7ef;
  box-shadow: 0 0 20px rgba(255,255,255,0.7);
  cursor: pointer;
  opacity: 0.8;

  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#characterGallery .carouselThumb.active{
  border: 2px solid #000;
  opacity: 1;
  width: 200px; height: 200px;
  border-radius: 100px;
  margin: 0 auto 0 auto;
}
#characterGallery .carouselThumb:hover{
  border: 2px solid #dedede;
  opacity: 0.95;
}

#characterGallery .carouselThumb img{
  width: 100%;
}
.characterContent{
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.characterContent p{
  position: relative;
  display: none;
  padding: 0;
  opacity:0;
  z-index:0;
  color: #000;
}
.characterContent p.active{
  display: block;
  opacity:1;
  z-index: 10;
}
.characterContent p span.subtitle{
  font-family: 'flamabook';
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #3d7a86;
  text-align: center;
  margin-right: 0.5rem;
}
.characterTitle{
  font-family: 'flamaultralight';
  color: #000;
  text-align: center;
  font-size: 2rem;
  display: block;
  border-bottom: 1px solid #355e66;
  padding: 1rem;
  margin-bottom: 1rem;
}
#characterGalleryContent .galleryArrow{
  color: #000;
  width: 30px; height: 60px;
  position: absolute;
  top: -140px;
}
#characterGalleryContent .galleryPrev{
  left: -30px;
}
#characterGalleryContent .galleryNext{
  right: -50px;
}


/* bb8 */
#bb8Box{
  background: #d4c1b0;
  margin: 4rem 0;
  padding: 1rem 0;
  border-top: 18px solid rgba(143,215,239,0.5);
  border-bottom: 18px solid rgba(143,215,239,0.5);
  min-height: 300px;
  position: relative;
}

#bb8Box .wrapper{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#bb8Box .wrapper .view{
  display: block;
  float: left;
  text-align: center;
  position: relative;
  height:600px;
}
#bb8Box .gradient{
  position: absolute;
  z-index:100;
  width: 100%; height: 30%; top:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#bb8Switch{
  width: 100%;
  max-width: 400px;
  position: absolute;
  z-index: 110;
  top: 1rem;
  font-size: 0.8rem;
  color: #999;
  font-family: 'flamamedium';
}
#bb8Switch span{
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.6rem;
  padding: 0 0.5rem;
}
#bb8Switch span.active{
  color: #d3833e;
}

#bb8View1{
  width: 100%;
  max-width: 560px;
}
#bb8View2{
  width: calc(100% - 440px);
  z-index:111;
  margin-left: -140px;
  text-align: left;
  color: #333;
}

#bb8View2 .viewContext{
  color: #333;
  text-align: left;
  padding: 0;
  width: calc(100% - 220px);
  min-width: 280px;
  float: left;
}
#bb8View2 .viewContext p{
  color: #333;
  text-align: left;
  padding: 1rem 0;
  line-height: 1.2rem;
  font-size: 0.85rem;
  font-family: 'flamabook';
}
#bb8View2 .viewContext p.subtitle{
  color: #d3833e;
  font-family: 'flamabook';
  font-size: 1.3rem; line-height: 1.1em;
  padding: 0.5rem 0 0 0;
}
h4.bb8Title{
  color: #333;
  font-size: 4.5rem; line-height: 4.5rem;
  display: block;
  width: 100%;
  margin-top:0.5rem;
  margin-left: -3px;
  z-index:10000;
  text-align: left;
  font-family: 'flamaultralight';
}

#view360a, #view360b{
  width: 100%;
  position: absolute;
  z-index:0;
  margin-top: 1rem;
  /*display: none;*/
}
#view360a.active, #view360b.active{
  display: block;
  z-index:99;
}
#view360a img, #view360b img{
  position: relative;
  left:0; top:0;
}

#bb8PartButtons{
  width: 220px;
  float: right;
  overflow: visible;
  position: relative;
}
#bb8PartButtons img{
  display: block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
}
#bb8PartButtons img:hover{
  opacity: 0.7;
}

#zoomIcon{
  display: block; position: absolute;
  width: 30px; height: 30px;
  top: 20px; left: 10px;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
}

#bb8PartsOverlay{
  /*background: #fff;
  border: 4px solid #fff; 
  border-radius: 16px;*/
  width: 690px; height: 600px;
  position: absolute; overflow: hidden;
  top: -10px; left: 0px;
 
  text-align: center;
  z-index:10000;
  display: none;
}
#bb8PartsOverlay img{
  position: absolute;
  left: 50px; top: 0;
}


#credits{
  margin: 5rem 0;

  color: #ccc;
  font-family: 'flamaultralight';
}
#credits .content{
  width: calc(100% - 2rem);
  max-width: calc(660px);
  padding: 1rem;
  background: transparent;
  margin: 0 auto;
}
#credits .content h5.title{
  font-size:0.8rem;
  margin:0;
  color: #fff;
}
#credits .content table{
    width: 100%;
    font-size:0.8rem;
    color: #ccc;

    margin: 0 auto;
}
#credits .content table td {
    padding: 0.5rem;
    border-style: none;
    word-break: normal;
    line-height: 1.5;
    color: #d3d3d3;
    margin: 0 auto;
    max-width: 700px;
    border-bottom: 1px solid #444;
}
#credits .content table td:first-child{
  text-transform: uppercase;
  width:50%;
  font-family: 'flamabook';
  text-align: right;
}


/* timeline 
#timeline{
  width: 100%;
  margin: 4rem 0;
  position: relative;
  bottom: 0;
}
#timeline .tlStroke{
  width: 100%;
  background-color: rgba(143,215,239,1);
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#timeline ul{
  max-width:660px;
  margin: 0 auto;
  text-align: center;
}
#timeline ul li{
  color: #fff;
  background-color: rgba(143,215,239,1);
  width: 30px; height: 30px;
  border-radius: 15px;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
}
#timeline ul li.active{
  background-color: rgba(143,215,239,1);
  width: 40px; height: 40px;
  border-radius: 20px;
  margin-top: -5px;
}
#timeline ul li span{
  color: #fff;
  width: 100px;
  margin-top: -2rem;
  margin-left: -50px;
  font-size: 1rem;
  position: absolute;
  display: block;
  display: none;
}*/

/* switch on off */
/*------------------------------------------------*/
/* Switch SECTION START*/
/*------------------------------------------------*/
.Switch {
position: relative;
display: inline-block;
font-size: 1.6em;
font-weight: bold;
color: #ccc;
text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
height: 18px;
padding: 6px 6px 5px 6px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 4px;
background: #ececec;
box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
cursor: pointer;
}

body.IE7 .Switch { width: 78px; }

.Switch span { display: inline-block; width: 35px; }
.Switch span.On { color: #33d2da; }

.Switch .Toggle {
position: absolute;
top: 1px;
width: 37px;
height: 25px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
background: #fff;
background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: linear-gradient(top,  #ececec 0%,#ffffff 100%);

box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
z-index: 999;

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
}

.Switch.On .Toggle { left: 2%; }
.Switch.Off .Toggle { left: 54%; }


/* Round Switch */
.Switch.Round {
padding: 0px 20px;
border-radius: 40px;
}

body.IE7 .Switch.Round { width: 1px; }

.Switch.Round .Toggle {
border-radius: 40px;
width: 14px;
height: 14px;
}

.Switch.Round.On .Toggle { left: 3%; background: #d3833e; }
.Switch.Round.Off .Toggle { left: 58%; background: #d3833e; }

/********************/

@media screen and (max-width: 940px){
  #bb8Box .wrapper{
    width: 100%;
  }

  #bb8PartButtons, #bb8PartsOverlay{
    display: none;
  }
}


@media screen and (max-width: 500px){
  body, html{
    font-size: 18px;
  }

  .content p.intro{
    font-size: 1.1rem;
  }
  #logo_top{
    display: none;
  }
  #logo{
    width: 95%;
    height: 220px;
  }
  #logo_intro{
    font-size: 1.6rem;
  }
  #characterGallery.owl-carousel{
    margin: 1rem auto 0 auto;
    max-width: 660px; height: 170px;
  }
  #characterGallery .carouselThumb{
    width: 100px; height: 100px;
    border-radius: 50px;
    margin: 5px auto 0 auto;
  }
  #characterGallery .carouselThumb.active{
    width: 110px; height: 110px;
    border-radius: 55px;
  }
  .characterContent p{
    padding: 0 1rem;
  }
  #contentGallery .photo {
    width: 100%;
    max-width: auto;
  }
  .content h2{
    font-size: 1.7rem;
    padding: 1rem 0 1rem 0;
  }
  .content h3 {
    font-size: 1rem;
    margin-bottom: -1.2rem;
  }
  .characterTitle{
    font-size: 1.6rem;
  }

  .episodeNum span, .episode img{
    display: none;
  }

  #episodeList{
    height: 1.2em;
  }
  .episode{
    background: #000;
    overflow: hidden;
  }

  #bb8Box .wrapper{
    width: 96%;
    margin: 0 auto;
  }
  #bb8Box .wrapper .view{
    height:320px;
    width: 100%;
    float: none;
  }
  #bb8Box .wrapper .view img{
    width: 100%; 
  }
  #view360a, #view360b{
    text-align: right;
    width: 73%; margin-left: 27%;
    margin-top:2.5rem;
  }

  #bb8View2 .viewContext{
    width: 95%;
  }

  #bb8View1, #bb8View2{
    width: 100%; height: 320px;
    float: none;
    margin: 0 1rem;
  }
  #bb8PartButtons, #bb8PartsOverlay{
    display: none;
  }

  h4.bb8Title{
    text-align: center;
  }

  .episodeNum{
    position: absolute;
    top:0; height: 100%;
  }
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 