/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
	font-size: 16px;
  font-weight: normal;
	color: #005696;
  line-height: 1.3;
  background: url(../img/btb_background_specked_bar.png) repeat-x, url(../img/btb_background_blueprint_square.png) repeat;
  font-family: DINPro, 'Open Sans Condensed', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; 
}
body.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

h1{ font-family: 'Diamante', 'Open Sans Condensed', sans-serif; font-weight: normal;}

h3, h2 { font-family: 'Gotham', sans-serif; margin: 0; font-weight: normal;}
h4{ font-weight: normal}
p{ margin: 0; font-weight: normal;}

.xxx {
	 word-wrap: break-word;
	 word-break: break-all;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* Remove default fieldset styles. */

fieldset { border: 0; margin: 0; padding: 0; }

/* Allow only vertical resizing of textareas. */

textarea { resize: vertical; }


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#content {
  width: 100%;
  max-width: 1422px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: transparent repeat scroll center top;
  overflow: hidden;
}
#content.products, #content.events
{
  overflow: visible;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.button {
  font-family: 'Gotham', sans-serif;
  color: #fff;
  font-size: 21px;
}

a.button{
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
a.button:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.es-es .button {
  line-height: 21px;
}
.button:hover {
  cursor: pointer;
}

/* external button */
.button.external-link > span {
  padding-top: 0;
}
.button.external-link em {
  background: transparent url(../img/ico-external-link.png) no-repeat scroll left center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: -3px;
  z-index: 1;
}
.button.external-link:hover em {
  background-position: right center;
}

.button.replay em {
  background: transparent url(../img/ico-replay.png) no-repeat scroll left center;
  background-size: 200% auto;
  width: 21px;
  height: 25px;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: -3px;
  z-index: 1;
}

/* button with arrow */
.button.with-arrow em {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin-left: 8px;  
}
.button.with-arrow:hover em {
  border-color: transparent transparent transparent #ffd204;
}

/* Thomas on TV - find showtimes button */
.button.showtimes {
  text-align: left;
}
.button.showtimes > span {
  padding: 8px 16px 10px 16px;
}
.button.showtimes strong {
  font-family: 'Diamante', sans-serif;
  font-weight: normal;
  font-size: 56px;
  line-height: 49px;
  position: relative;
  padding-right: 55px;
  margin-right: 10px;
}
.button.showtimes strong:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
  background: transparent url(../img/hero-promo-search-showtimes.png) no-repeat scroll left center;
}
.button.showtimes:hover strong:after {
  background-position: right center;
}
.button.showtimes em {
  float: right;
  font-style: normal;
  font-size: 21px;
  line-height: 21px;
  margin-top: 5px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
#navigation-overlay {
  position: fixed;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#navigation {
  font-family: 'Diamante', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1422px;
  z-index: 2;
  color: #fef035;
  background: url(../img/btb_nav_background_tile.png) repeat-x scroll 0% 25%;
  height: 131px;
  width:100%
}
 /* logo */
#navigation .logo{
  position: absolute;
  height: 110px;
  width: 238px;
  background: transparent url(../img/btb_nav_background_left.png) no-repeat scroll top left;
  left: 0;
  top: 0;
}
#navigation .back-to-top{
  position: absolute;
  height: 110px;
  width: 159px;
  background: transparent url(../img/btb_logo.png) no-repeat scroll top left;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
}
#navigation .back-to-top:hover{
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.fr-fr #navigation .back-to-top, .fr-be #navigation .back-to-top {
  background: transparent url(../img/btb_logo_fr.png) no-repeat scroll left top;
  background-size: contain
}

.ru-ru #navigation .back-to-top {
  background: transparent url(../img/btb_logo_ru.png) no-repeat scroll left top;
  background-size: contain
}

.el-gr #navigation .back-to-top {
  background: transparent url(../img/btb_logo_gr.png) no-repeat scroll left top;
  background-size: contain
}

.de-de #navigation .back-to-top {
  background: transparent url(../img/btb_logo_de.png) no-repeat scroll left top;
  background-size: contain
}

.es-es #navigation .back-to-top {
  background: transparent url(../img/btb_logo_es.png) no-repeat scroll left top;
  background-size: contain
}

.it-it #navigation .back-to-top {
  background: transparent url(../img/btb_logo_it.png) no-repeat scroll left top;
  background-size: contain
}

.pt-pt #navigation .back-to-top {
  background: transparent url(../img/btb_logo_pt.png) no-repeat scroll left top;
  background-size: contain
}

.pl-pl #navigation .back-to-top {
  background: transparent url(../img/btb_logo_pl.png) no-repeat scroll left top;
  background-size: contain
}

.nl-nl #navigation .back-to-top, .nl-be #navigation .back-to-top {
  background: transparent url(../img/btb_logo_nl.png) no-repeat scroll left top;
  background-size: contain
}

.es-mx #navigation .back-to-top {
  background: transparent url(../img/btb_logo_mx.png) no-repeat scroll left top;
  background-size: contain
}

.pt-br #navigation .back-to-top {
  background: transparent url(../img/btb_logo_br.png) no-repeat scroll left top;
  background-size: contain
}

.nb-no #navigation .back-to-top {
  background: transparent url(../img/btb_logo_no.png) no-repeat scroll left top;
  background-size: contain
}

#navigation > div > a:hover {
  transform: scale(1.05);
}

/* menu */
#navigation > div > #nav-menu {
  width: auto;
  text-align: center;
}
#navigation > div > #nav-menu > ul {
  margin: 23px auto 0 auto;
  padding: 0;
  max-width: 70%;
}
#navigation > div > #nav-menu > ul > li {
  display: inline-block;
  margin: 0 3%;
	position: relative;
}
#navigation > div > #nav-menu > ul > li:hover {
  color: #fff;
}
#navigation > div > #nav-menu > ul > li.active {
  color: #fff;

}

#navigation > div > #nav-menu > ul > li.active a {
  border-bottom: 3px solid #fff;
  color: #fff;
}
#navigation > div > #nav-menu > ul > li.active.clickable > a:hover {
	color: #ffd204;
}
#navigation > div > #nav-menu > ul > li:first-child {
  display: none;
}
#navigation > div > #nav-menu > ul ,
#navigation > div > #nav-menu > ul a {
  font-size: 37px;
  text-decoration: none;
  color: inherit;
}
.ru-ru #navigation > div > #nav-menu > ul,
.ru-ru #navigation > div > #nav-menu > ul a {
  font-size: 2vw;
}
.el-gr #navigation > div > #nav-menu > ul a {
  font-size: 1.75vw;
}
/*Switching to relavive font size*/
@media only screen and (max-width: 1200px) {
.el-gr #navigation > div > #nav-menu > ul a {
    font-size: 2vw;
  }
}

#navigation >div > ul a {
  display: inline-block;
}

/* hamburger menu */
#navigation > div > #nav-mobile-btn {
  display: none;
}
#navigation > div > #nav-mobile-close {
  display: none;
}
/* kids button */
#navigation .for-kids-container{
  position: absolute;
  height: 110px;
  width: 238px;
  background: transparent url(../img/btb_nav_background_right.png) no-repeat scroll top left;
  right: -4px;
  top: 0;
}
#navigation .for-kids-container a.button{
  position: absolute;
  height: 131px;
  width: 157px;
  background: transparent url(../img/btb_for_kids_icon.png) no-repeat scroll top left;
  right: 2px;
  top: 0px;
}

#navigation .for-kids-container a.button:hover {
  transform: scale(1.05);
  color: #ffd204;
}
#navigation .for-kids-container a.button span span span{
  position: absolute;
  bottom: 12px;
  right: 20%;
}
#navigation > div > #nav-menu > div > a {
  z-index: 1;
  white-space: nowrap;
}
#navigation > div > #nav-menu > div > a > span {
/*  padding-left: 18px;
  padding-right: 8px;*/
}
#navigation > div > #nav-menu > div > a em {
/*  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin-left: 8px;*/
}
#navigation > div > #nav-menu > div > a:hover em {
/*  border-color: transparent transparent transparent #ffd204;*/
}

/* breadcrumbs */
#navigation > div > .breadcrumb, .pop-up-breadcrumb{
  background: #1c9ad6;
  padding: 0;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 103px;
  min-width: 0;
  padding-left: 7%;
  padding-right: 1%;

  /*extend the breadcrumb to the left side of the screen*/
  /*margin-left: -50vmax;
  border-left: 50vmax solid #1c9ad6;*/

}
#navigation > div > .breadcrumb, #navigation > div > .breadcrumb a, .pop-up-breadcrumb {
  color: white;
  text-decoration: none;
  font-size: 34px;
  font-family: 'Diamante', sans-serif;
}

.ru-ru #navigation > div > .breadcrumb, #navigation > div > .breadcrumb a, .pop-up-breadcrumb {
   font-size: 23px; 
}

.el-gr #navigation > div > .breadcrumb, #navigation > div > .breadcrumb a, .pop-up-breadcrumb {
   font-size: 23px; 
}

#navigation > div > .breadcrumb a[href="#"], .pop-up-breadcrumb {
  pointer-events: none;
  white-space: nowrap; 
}
#navigation > div > .breadcrumb a:hover {
  color: #ffd204;
}
#navigation > div > .breadcrumb:before, .pop-up-breadcrumb:before {
  display: none;
}
#navigation > div > .breadcrumb:after, .pop-up-breadcrumb:after {
  content:'';
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 100%;
  right: auto;
  width: 40px;
  background: url(../img/breadcrump-ge.png) no-repeat scroll right center transparent;
}

/*HITE-588 -Top navigation auto focus not working*/
#navigation > div > #nav-menu > ul > li  a.active {
  border-bottom: 3px solid #54bceb;
  color: #fff;
}
/* ==========================================================================
   Navigation - sub nav
   ========================================================================== */
.mini-nav {
	display: none;
	padding-top: 10px;
}
#navigation > div > #nav-menu > ul > li{
	padding-left: 15px;
}
#navigation > div > #nav-menu > ul > li i{
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
#navigation > div > #nav-menu > ul > li:hover i{
	transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fa-li{
  left: -1.3em !important;
}
#navigation > div > #nav-menu > ul > li:hover .mini-nav {
	display: block;
}
.mini-nav ul{
	padding: 0;
	list-style: none;
	margin-top: 0;
	position: absolute;
	left: -5px;
} 
#navigation > div > #nav-menu > ul .mini-nav ul li {
	background-color: #fc8100;
	border-top: 3px solid #dc5326;
	padding-left: 10px;
	padding-right: 10px;
	min-width:110px
}
#navigation > div > #nav-menu > ul .mini-nav ul li:first-child {
	border-top: none;
}
#navigation > div > #nav-menu > ul .mini-nav ul li:hover {
	background-color: #ff9506;
}
#navigation > div > #nav-menu > ul .mini-nav ul li a {
	font-size: 34px;
	line-height: 1.2;
	color: #fff;
	white-space: nowrap;
	display: block;
	border: none;
}
.el-gr #navigation > div > #nav-menu > ul .mini-nav ul li a {
  font-size: 24px;
}
@media only screen and (max-width: 1355px){
  #navigation > div > #nav-menu > ul,
  #navigation > div > #nav-menu > ul a {
    font-size: 30px;
    margin-top: 30px;
  }
  #navigation > div > #nav-menu > ul > li.has-subnav::before{
    top: 10px;
  }
  #navigation > div > #nav-menu > ul .mini-nav ul li a {margin: 0;}
}
@media only screen and (max-width: 1200px){
  #navigation > div > #nav-menu > ul,
  #navigation > div > #nav-menu > ul a {
    font-size: 25px;
  }
  .mini-nav{
    margin: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 1100px){
  #navigation > div > #nav-menu > ul,
  #navigation > div > #nav-menu > ul a {
    margin-top: 38px;
    font-size: 20px;
  }
}
/* ==========================================================================
   skroller body styles
   ========================================================================== */
#skrollr-body{ 
  max-width: 1422px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(19,34,71,0.75);
  -moz-box-shadow: 0px 0px 0px 8px rgba(19,34,71,0.75);
  box-shadow: 0px 0px 0px 8px rgba(19,34,71,0.75);
  background-color: rgba(19,34,71,0.75);
}

/* ==========================================================================
   Hero Promotions
   ========================================================================== */
.hero-promo {
  position: relative;
  overflow: hidden;
  height: 600px;
  margin: 10px 0;
}
.hero-promo .background {
  position: absolute;
  z-index: 0;
  background: transparent no-repeat scroll center center;
  background-size: 100%; /* fallback for browsers that don't support bg size cover */
  background-size: cover;
  width: 100.1%;
  height: 800px;
  left: 0;
  top: 0;
}
.hero-promo .stationary-character{
  position: absolute;
  bottom: 0;
  height: 493px;
  width: 268px;
  z-index: 1;
}
.hero-promo.left .stationary-character{
  width: auto;
  right: 0;
}
.hero-promo.rightt .stationary-character{
  width: auto;
  left: 0;
}
.hero-promo.right .content-wrapper,
.hero-promo.left .content-wrapper  {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 60px 0;
  height: 472px;
  background-color: #fff !important;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(68,68,68,0.61);
  -moz-box-shadow: 5px 5px 12px 0px rgba(68,68,68,0.61);
  box-shadow: 5px 5px 12px 0px rgba(68,68,68,0.61);
}
.hero-promo.right .content-wrapper {
  float: right;
}
.hero-promo .bob{
  position: absolute;
  margin: 20px 40px;
  display: block;
  height: 658px;
  width: 457px;
}
.hero-promo.bob img 
{
    position: relative;
    -ms-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
    top:-5.5%;
}
.hero-promo .title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 185px;
  padding-left: 40px;
  text-transform: uppercase;
}
.hero-promo.btb-blue .title, .where-to-watch-page .movie-detail.dark-blue-background /*MD*/
{
  background-color: rgb(26,42,83);
}
.hero-promo.btb-yellow .title{
  background-color: rgb(255,207,0);
}
.hero-promo .title img{
  position: absolute;
  z-index: 1;
}
.hero-promo.left .title img{ 
  top: 0; 
  right: 0; 
}
.hero-promo.right .title img{ 
  right: 0; 
  bottom: 0; 
}
.hero-promo.title-shape-left .title img{ 
  left:0;
  bottom:0;
  top: auto;
}
.hero-promo.title-shape-top .title img{ right: 0; top: 0; }

.hero-promo .title .titles-container{
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.hero-promo.left.title-shape-right .title .titles-container{
  margin-right: 10px;
  text-align: left;
}
.hero-promo .title h1 {
  font-family: 'gotham', sans-serif;
  color: #db5225;
  font-size: 25px;
  margin: 0;
}
.hero-promo .title h2 {
  color: #fff;
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  font-size: 50px;
  line-height: .9;
  margin: 0;
}
.hero-promo.left .content-wrapper .title{
  text-align: right;
  margin: 0px 0 0 0;
  padding-right:20px;
  height: 185px;
}
/*To accomodate "TV listings" in index.html*/
.hero-promo.left .content-wrapper .title .tv-listings a{
  background: url(../img/btb_button_tv_listings.png) no-repeat scroll center center / 100% auto;
}
.hero-promo .content {
  position: absolute;
  box-sizing: border-box;
  width: 97%;
  text-align: center;
  height: 287px;
}
.hero-promo .content.logos-centered {
  width: 100%;
  margin: 0 auto;
}
.hero-promo .content.logos-centered .carousel {
  width: 85% !important; 
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.hero-promo.left .content .channels{
  display: table;
  width: 100%;
  margin: 0 auto 20px 0;
}
.hero-promo.left .content .channels a, .movie-info .channels a{
  padding: 10px 20px;
}
.hero-promo.left .content .channels a:nth-of-type(2), .movie-info .channels a:nth-of-type(2){
  border-left: 4px solid #c3c3c3;
  border-right: 4px solid #c3c3c3;
}
.hero-promo.left .content .channels img, .movie-info .channels img{
  transition: all .2s ease-in-out;
  height: 110px;
  width: auto;
}
.hero-promo.left .content .channels img:hover, .movie-info .channels img:hover{
  transform: scale(1.2);
}
.hero-promo .content .channels a{
  background: none;
}
.hero-promo .title a.watch-button{
  display: inline-block;
  overflow: hidden;
  height: 99px;
  width: 392px;
  font-size: 30px;
  padding: none;
  color: #fff;
  text-decoration: none;
  background: url(../img/btb_button_learn_more.png) no-repeat left top / 100% 100%;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.hero-promo .title a.watch-button span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.hero-promo .title a,
.no-quote .actions a, 
.description-only a,
/*MD*/
.where-to-watch-page .movie-info .movie-detail a
{
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: 243px;
  height: 50px;
  color: #fff;
  line-height: 46px;
  margin: 20px 0;
  text-align: center;
  background: url(../img/btb_button_learn_more.png) no-repeat left top / 100% auto;
  text-shadow: 0px 2px rgba(0,0,0,0.5);
}
.description-only .actions{
  position: absolute;
  bottom: 0;
  left: 20px;
}
.hero-promo.watch .title a{
  padding-top: 4px;
  line-height: 1;
}
.hero-promo .button.showtimes {
  margin-top: 10px;
}
.hero-promo .quote
{
  font-family: 'gotham', 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  color: #e8e8e8;
  position: absolute;
  display: table;
  top: 0;
  width: 50%;
  height: 50%;
  top: 25%;
  background-color: rgba(93, 115, 152, 0.5);
  opacity: 0;
  transition: opacity .5s;
  z-index: 5;
}
/*MD*/
.where-to-watch-page .quote
{
  font-family: 'gotham', 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  color: #e8e8e8;
  position: absolute;
  display: table;
  /*top: 0;*/
  width: 99.9%;
  height: 50%;
  /*top: 25%;*/
  background-color: rgba(93, 115, 152, 0.5);
  opacity: 0;
  transition: opacity .5s;
  z-index: 5;
}
.hero-promo .quote.readmore, 
/*MD*/
.where-to-watch-page .quote.readmore{
  opacity: 1;
}
.hero-promo .quote.right, .hero-promo .no-quote.right{
  right: 0;
}
.hero-promo .quote.left, 
/*MD*/
.where-to-watch-page .quote.left
{
  left: 0;
}
.hero-promo .quote p,
/*MD*/
.where-to-watch-page .quote p
{
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 17%;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.hero-promo .quote.empty p,
/*MD*/
.where-to-watch-page .quote.empty p{
  display: none;
}


.hero-promo .quote p:before,
/*MD*/
.where-to-watch-page .quote p:before
{
  content: "";
  position: absolute;
  /*top: 5%;*/
  /*left: 3%;*/
  top: 13%;
  left: 2%;
  background: transparent url(../img/btb_quotes.png) no-repeat scroll top left;
  background-size: 100% 100%;
  height: 50px;
  width: 50px;
}
.hero-promo .quote p:after,
/*MD*/
.where-to-watch-page .quote p:after
{
  content: "";
  position: absolute;
  bottom: 5%;
  right: 3%;
  background: transparent url(../img/btb_quotes_end.png) no-repeat scroll top left;
  background-size: 100% 100%;
  height: 50px;
  width: 50px;
}
.hero-promo .no-quote{
  position: absolute;
  top: 10%;
  width: 50%;
  height: 90%;
}
.hero-promo .no-quote div{
  padding: 10px 30px;
  color: #fff;
}
.hero-promo .no-quote div h1{
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  padding: 0;
  margin: 0;
  line-height: .9;
  font-size: 40px;
}
.hero-promo .no-quote div h2, 
.hero-promo .title h3{
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  padding: 0;
  margin: 0 0 20px 0;
  color: #dc5325;
  font-size: 35px;
}
.hero-promo .title h3{ color: #fff; }
.hero-promo .no-quote div p{
/*  font-size: 20px;
  font-family: 'gotham', 'Open Sans Condensed', sans-serif;*/
  color: #e8e8e8;

    font-family: DINPro, 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
.hero-promo .content.description-only{
  bottom: auto;
}
.hero-promo .content.description-only p{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
  font-family: DINPro, 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
/* ==========================================================================
   Hero left carousel module
   ========================================================================== */
.hero-promo .carousel{
  max-width: 660px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hero-promo .content.carousel-only{
  position: absolute;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
.hero-promo .content.carousel-only .carousel-item{
  height: 200px;
}
.hero-promo.right .content.carousel-only .carousel-item a,   
.hero-promo.left .content.carousel-only .carousel-item a{
  position: absolute; 
  bottom: 10px;
  left: 278px;
  width: 180px;
  height: 37px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  background: url(../img/btb_button_learn_more.png) no-repeat scroll center center / 100% auto;
}
.products.hero-promo.right .content.carousel-only .carousel-item a{
  background: url(../img/btb_button_shop_now.png) no-repeat scroll center center;
  background-size: 146px 40px;
}
.hero-promo.right .carousel-only,
.hero-promo.left .carousel-only{
  padding: 0px;
}
.hero-promo .content.carousel-only .carousel.with-pagination.pagination-right .pagination{
  bottom: -30px;
  left: 50px;
}
/* ==========================================================================
   Slideshow carousel module
   ========================================================================== */
.carousel.slideshow .carousel-item {
  height: 540px;
  background-position: center center !important;
  background-size: cover;
}
.carousel.slideshow .carousel-item a.content{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.carousel.slideshow .carousel-item a.content .slide{
  position: relative;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 60%;
}
.carousel.slideshow .carousel-item.active-item .slide {
  opacity: 1;
}
.carousel.slideshow.no-breadcrumb-space .carousel-item a.content .slide{
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.carousel.slideshow.small .carousel-item {
  position: relative;
  height: 380px;
}
.carousel.slideshow.small .carousel-item .slide{
  height: 380px;
  width: 100%;
}
.carousel.slideshow.small .carousel-item .slide h1{
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  text-align: center;
  width: 100%;
  font-family: 'Diamante', sans-serif;
  font-size: 71px;
  color: #ffce41;
}
.carousel.slideshow .carousel-item a.content .slide h1 {
  padding: 0;
  margin: 0 auto;
  font-family: 'Diamante', sans-serif;
  font-size: 71px;
  color: #ffce41;
  line-height: 71px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.carousel.slideshow.small .carousel-item .slide h1 sup,
.carousel.slideshow .carousel-item a.content .slide h1 sup{
  font-size:40px;
  top:-1em;
  }
.carousel.slideshow .carousel-item a.content .slide h3 {
  margin: 10px 0px 10px 0px;
}
.carousel.slideshow .carousel-item a.content .slide .youtube-subscribe-btn {
  margin-left: 20%;
}
.carousel.slideshow.small .carousel-item a.content .slide p{
  display: block;
  margin: 0 auto;
  width: 80%;
  color: #e8e8e8;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  font-style: normal;
}
.carousel.slideshow .carousel-item a.content .slide strong {
  display: block;
  font-family: 'Diamante', sans-serif;
  font-size: 80px;
  color: #ffce41;
  line-height: 84px;
  letter-spacing: 1;
}

.ru-ru .carousel.slideshow .carousel-item a.content .slide strong,
.el-gr .carousel.slideshow .carousel-item a.content .slide strong {
  font-size: 48px;
}
.carousel.slideshow .carousel-item a.content .slide{
  display: block;
  font-family: 'Diamante', 'Open Sans Condensed', Roboto, 'Russo one', sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1;
  color: #fff;
  margin-top: 20px;
}
.carousel.slideshow .pagination span{
  background: url(../img/btb_promo_button_deselected.png) no-repeat scroll center center / 80% auto;
  width: 56px;
  height: 49px;
}
.carousel.slideshow .pagination span.active{
  background: url(../img/btb_promo_button.png) no-repeat scroll center center / 80% auto;
  width: 56px;
  height: 49px;
}
@media only screen and (max-width: 1150px){
  .carousel.slideshow .carousel-item a.content .slide h1{
    font-size: 70px;
    line-height: 70px;
  }
}

/* ==========================================================================
   Collection carousel (used in hero module)
   ========================================================================== */
.carousel.collection-carousel .carousel-item {
  box-sizing: border-box;
  height: 280px;
  padding: 10px 20px;
}
.carousel.collection-carousel .carousel-item .thumbnail {
  float: left;
  width: 219px;
  margin-right: 40px;
}
.carousel.collection-carousel .carousel-item .description {
  text-align: left;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0;
  position: relative;
  max-width: 300px;
  height: 126px;
  font-size: 16px;
  font-family: DINPro, 'Open Sans Condensed', sans-serif;
}
.carousel.collection-carousel.no-thumbnail .carousel-item .description {
  /*font-size: 15px;*/
  /*line-height: 22px;*/
  height: 140px;
}
.carousel.collection-carousel .carousel-item .description p {
  margin: 0;
  padding: 0;
}
.carousel.collection-carousel .carousel-item .actions .button {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px){
  .carousel.collection-carousel .carousel-item .description{
    font-size: 16px;
    min-height: auto;
    max-height: 120px;
    overflow-y: scroll;
  }
  .where-to-watch-page .movie-left #ooyala-container.movie-container{width:100% !important}
  .hero-promo.left .content-wrapper{height:330px !important}
}
/* ==========================================================================
   Images only carousel
   ========================================================================== */
.carousel.images-carousel .carousel-item a,.carousel.images-carousel .carousel-item span img {
  display: block;
  /*height: 100%;*/
  /*overflow: hidden;*/
}
.carousel.images-carousel .carousel-item a img,.carousel.images-carousel .carousel-item span img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
.carousel.images-carousel .carousel-item a:hover img,.carousel.images-carousel .carousel-item span:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* ==========================================================================
   Actvities carousel
   ========================================================================== */
.activities-carousel{
  position: absolute;
  top: 16px;
}
.carousel.images-carousel.activities-carousel a {
  float:left;
  padding: 10px 20px;
}
.carousel.images-carousel.activities-carousel a img{
  height: 94px;
  width: 115px;
}
.carousel.images-carousel.activities-carousel a:after {
  content: '';
  display:none
}
.carousel.images-carousel.activities-carousel a.video:after {
  background-position: 0 0;
}
.carousel.images-carousel.activities-carousel a.game:after {
  background-position: 0 -66px;
}
.carousel.images-carousel.activities-carousel a.activity:after {
  background-position: 0 -132px;
}
.carousel.images-carousel.activities-carousel.with-separator .carousel-item:after {
  right: -9px;
}

/* ==========================================================================
   Logos carousel
   ========================================================================== */
.carousel.logos-carousel .carousel-item {
  text-align: left;
}
.carousel.logos-carousel .carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.carousel.logos-carousel .carousel-item a img {
  position: relative;
  left: 4.545%;
  top: 4.545%;
  width: 90.9%;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
.carousel.logos-carousel .carousel-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel.logos-carousel.with-separator .carousel-item:after {
  right: -10px;
  top: 33%;
  bottom: 33%;
}
/* ==========================================================================
   Image carousel with text under the image
   ========================================================================== */
.carousel.images-carousel.with-text .carousel-item a {
  /*position: relative;
  overflow: visible;*/
}
.carousel.images-carousel.with-text .carousel-item a span {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  height: 35px;
  text-align: center;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #0f6fac;
}
.carousel.images-carousel.with-text .carousel-item a span em {
  background: transparent url(../img/ico-external-link-blue.png) no-repeat scroll left top;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: inline-block;
  margin-bottom: -2px;
}
.carousel.images-carousel.with-text .controls span {
  margin-top: -37px;
}

/*HITE-158*/

.carousel.images-carousel.with-text .carousel-item span {
  position: absolute;
  /*top: 100%;*/
  left: 0;
  right: 0;
  margin-top: 5px;
  height: 35px;
  text-align: center;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #0f6fac;
}

/* ==========================================================================
   Toys carousel
   ========================================================================== */
.carousel.toys-carousel {
  margin: 10px auto;
}
.carousel.toys-carousel.with-controls {
  padding: 0 120px;
}
.carousel.toys-carousel .carousel-root {
  padding-bottom: 32px;
}
.carousel.toys-carousel.with-separator .carousel-item:after {
  right: -52px;
  border: none;
  width: 4px;
  border-radius: 4px;
  background: #ddd;
}
.carousel.toys-carousel .carousel-item a,.carousel.toys-carousel .carousel-item span {
  /*position: relative;
  overflow: visible;*/
}
.carousel.toys-carousel .carousel-item a span,.carousel.toys-carousel .carousel-item span span {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 32px;
  text-align: center;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #0f6fac;
}
/*HITE-142*/
.carousel.toys-carousel .carousel-item span span {
    width:175px
}
.carousel.toys-carousel .controls span {
  margin-top: -37px;
}

/* ==========================================================================
   Kids banner
   ========================================================================== */
.pt-pt .kids-banner-container
{
  margin: 44px 0 44px 0;
}
.el-gr .kids-banner-container
{
  margin: 44px 0 44px 0;
}
.pl-pl .kids-banner-container
{
  margin: 44px 0 44px 0;
}
.tr-tr .kids-banner-container
{
  margin: 44px 0 44px 0;
}
.fr-be .kids-banner-container
{
  margin: 44px 0 44px 0;
}
.nl-be .kids-banner-container
{
  margin: 44px 0 44px 0;
}

.kids-flag-bar{
  background-color: #005696;
  height: 94px;
  display: table;
  width: 100%;
}
.kids-flag-bar>div{
  display: table-cell;
  vertical-align: middle;
  height: 66px;
  width: 50%;
}

.kids-flag-bar ul, .flag-popup-content ul{
  margin: 0;
  padding: 0;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.kids-flag-bar ul li, .flag-popup-content ul li{
  float:left;
  /*height: 66px;*/
  display: inline-block;
  /*padding-right: 40px;*/
  padding: 2%;
}


.kids-flag-bar ul li:last-child, .flag-popup-content ul li:last-child{
  padding-right: 0;
}

.kids-flag-bar ul li img, .flag-popup-content ul li img{
  width: 94px;
  height: 63px;
  box-shadow: 2px 4px 0 rgba(0,0,0,.5);
}

.kids-flag-bar p, .flag-bar-header{
  color: #FFF;
  font-family: 'Diamante', 'Rex', sans-serif;
  font-size: 27px;
  display: inline-block;
  padding: 1% 39%;
}

.flag-pop-up {
}

.flagbar-pop-up {
  width: 55%;
  height: 85%;
}

#flag-pop-up-container
{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  /*display: none;*/
}

#flag-pop-up-div{
  width: 100%;
  height: 574px;
  /*background-color: #009ddc;
  border: 8px solid #005696;*/
  background-color: #1a2a53;
  border: 8px solid #12386b;
  border-radius: 20px;
  /*display: inline-block;*/
  margin-top: 5%;
}

.flag-popup-header{
  height: 320px;
  background: url('../img/kids/flag-popup-bg.png') no-repeat;
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: table;
}

.flag-popup-header h2{
  color: #ffd204;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 75px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 30px;
}

.flag-popup-header h2 a{
  float: right;
  margin-top: -97px;
  background: url('../img/kids/kids-flag-popup-close.png');
  width: 25px;
  height: 27px;
}

.flag-popup-content{
  height: 42.3%;
  background-color: #FFF;
  border-radius: 0 0 12px 12px;
  vertical-align: middle;
  width: 100%;
  /*margin: 0 auto;*/
}

.flag-popup-content > div {
  vertical-align: middle;
  margin: 0 2% 0 2%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.flag-popup-content .carousel .controls span.next {
	right: 0;
}
.flag-popup-content .carousel .controls span.previous {
	left: 0;
}
.flag-popup-content ul{
  width: 100%;
  display: inline-block;
  left: 15%;
}

.flag-popup-content ul li img{
  width: 124px;
  height: 83px;
}
.kids-banner-container{
  margin: 6px 0;
  height: 240px;
  width: 100%;
  background: url(../img/btb_kids_spot_border.png) repeat-x left bottom, url(../img/btb_kidsbanner_right.png) repeat-x;
}
.kids-banner-container div.carousel.activities-carousel.images-carousel.with-controls{
  width: 75%;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.kids-banner-container div.carousel.activities-carousel.images-carousel.with-controls .carousel-root{
  padding-left: 0;
}
#kids-banner {
  height: inherit;
  width: inherit;
  position: relative;
  z-index: 1;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#kids-banner > #kids-actions{
  position: absolute;
  left: 0;
  width: 40%;
  height: inherit;
}
#kids-banner .for-kids-buttons{
  position: absolute;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  color: #3f3f3f;
  height: 241px;
  width: 288px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#kids-banner .for-kids-buttons .ki-container{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: inherit;
  width: inherit;
  z-index: 10;
  left: 0;
  background: url(../img/btb_forkids_hex.png) no-repeat center top / auto 100%;
}
#kids-banner .for-kids-buttons .ki-container p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  color: #ffce41;
}
#kids-banner .for-kids-buttons .ki-container a{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 42px;
  width: 157px;
  line-height: 40px;
  text-align: center;
  background: url(../img/btb_button_lets_go.png) no-repeat center top / 100% auto;
}
#kids-banner #kids-actions .ka-title{
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
  font-family: 'Gotham', 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
#kids-banner .kids-introducing{
  position: absolute;
  right: 0;
  height: inherit;
  width: 50%;
}
#kids-banner .kids-introducing .ki-title-container{
  position: absolute;
  left: 180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33%;
}
#kids-banner .kids-introducing .ki-title-container .ki-title{
  text-align: center;
}
#kids-banner .kids-introducing .ki-title a{
  text-decoration: none;
}
#kids-banner .kids-introducing .ki-title p{
  font-family: 'Diamante', sans-serif;
  color: rgb(0,86,150);
  font-size: 25px;
  margin-bottom: 15px;
}
#kids-banner .kids-introducing .ki-title p:before {
  display: inline-block;
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  width: 40%;
  top: 15%;
  left: -9%;
  margin-top: -2px;
  margin-left: 10px;
}
#kids-banner .kids-introducing .ki-title p:after {
  display: inline-block;
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  width: 40%;
  top: 15%;
  margin-top: -2px;
  margin-left: 10px;
}
#kids-banner .kids-introducing .ki-title h3{
  font-family: 'Diamante', sans-serif;
  font-size: 60px;
  color: #fff;
  margin-top: -30px;
  background: url(../img/btb_icon_bolt.png) no-repeat scroll center left / 24px 23px,
              url(../img/btb_icon_bolt.png) no-repeat scroll center right / 24px 23px;
}
#kids-banner .kids-introducing .ki-title hr{
  background: #fff;
  border: none;
  display: inline-block;
  width: 200px;
}
#kids-banner .kids-introducing .character{
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 5;
  height: inherit;
  height: 285px;
  width: 319px;
  overflow: hidden;
}
.ru-ru #kids-banner .kids-introducing .character a {
  font-size: 28px;
}
#kids-banner .kids-introducing .character a img{
  height: 100%;
  width: inherit;
  display: block;
  text-indent: -9999px;
  outline: none; 
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}
#kids-banner .kids-introducing .character a:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.el-gr #kids-banner .kids-introducing .character a {
  font-size: 28px;
}
.endless-fun-banner {
	position: relative;
	/*min-width: 290px;*/
	margin: auto;
	margin-top: 18px;
	display: inline-block;
}
.endless-fun-banner > div:nth-of-type(1), .endless-fun-banner > div:nth-of-type(3) {
	position: absolute;
	bottom: -11px;
	height: 36px;
	width: 33px;
	background-repeat: no-repeat;
}
.endless-fun-banner > div:nth-of-type(1) {
	background-image: url(../img/bg-kids_cta_ribbon-left.png);
}
.endless-fun-banner > div:nth-of-type(3) {
	background-image: url(../img/bg-kids_cta_ribbon-right.png);
	right: 0;
}
.endless-fun-banner > div:nth-of-type(2) {
	background-color: #fff;
	text-align: center;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	color: #009DDC;
	font-size: 1.2vw;
  height: 24px;
  line-height: 28px;
	padding: 3px 10px 3px 10px;
}
/* Character introduction banner responsive styles */
@media only screen and (max-width: 1200px) {
  #kids-banner .kids-introducing .character{
    height: 250px;
    width: 280px;
  }
  #kids-banner .kids-introducing .ki-title-container .ki-title{
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
	.endless-fun-banner {
		min-width: 197px;
	}
	.endless-fun-banner > div:nth-of-type(2) {
		font-size: 16px;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 40px;
  	height: 20px;
  	line-height: 22px;
	}
	.endless-fun-banner > div:nth-of-type(1), .endless-fun-banner > div:nth-of-type(3) {
		height: 20px;
		width: 22px;
		background-size: contain;
		bottom: -5px;
	}
	.kids-cta > div strong {
		font-size: 70px;
		line-height: 70px;
	}
}
@media only screen and (max-width: 970px) {
  #kids-banner #kids-actions .ka-title{
    font-size: 14px;
  }
}

/* ==========================================================================
   Spot promos
   ========================================================================== */
.spot-promos {
  position: relative;
	width: 100%;
  margin: 6px 0;
  height: 240px;
}
.spot-promos .separator {
	display: none;
}
.spot-promo-1, .spot-promo-2 {
  position: absolute;
  top: 0;
  bottom: 0;
	height: 240px;
  width: 50%;
  background: no-repeat scroll left top;
  background-size: 100% 100%;
}
.spot-promo-1{
  left: 0;
}
.spot-promo-2{
  right: 0;
}
.spot-promos .social-wrapper{
  padding: 30px 40px;
}
.spot-promos .social-info{
  position: relative;
  height: 90px;
  padding: 0;
}
.spot-promos .social-button{
  position: relative;
  height: 100px;
  padding: 0;
}
.spot-promos .social-button a{
  position: absolute;
  top: 10px;
  color: #fff;
  text-decoration: none;
}
.spot-promos .spot-promo-1 h3,
.spot-promos .spot-promo-2 h3{
  font-family: 'gotham', 'Open Sans Condensed', sans-serif; 
  font-size: 25px;
  text-transform: uppercase;
}
.spot-promos .spot-promo-1 h3{
  color: #db522b;
}
.spot-promos .spot-promo-1 h2{
  color: #fff;
  font-family: 'Diamante','Open Sans Condensed', sans-serif;
  font-size: 40px;
  line-height:1;
}
.spot-promos .spot-promo-1 p, 
.spot-promos .spot-promo-2 p{
font-family: 'DINPro','Open Sans Condensed', sans-serif;
font-size: 20px
}
.spot-promos .spot-promo-1 p{
  color: #285e9b;
  padding: 10px 0 0 0;
}
.spot-promos .spot-promo-2 p{
  color: #fff;
  margin-left: 80px;
}
.spot-promos .spot-promo-2 a.like{
  font-family: 'Gotham', sans-serif;
  display: block;
  height: 50px;
  width: 473px;
  line-height: 50px;
  /*background: url(../img/btb_facebook_like.png) no-repeat left top / 70% auto;*/
  background: url(../img/btb_button_like_bob.png) no-repeat left top / 100% auto;
}
.spot-promos .spot-promo-2 a.like:hover{
  color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.spot-promos .spot-promo-1 a{
  color: #fff;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 243px;
  text-align: center;
  line-height: 50px;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  background: url(../img/btb_button_sign_up.png) no-repeat center center / 100% auto;
}
.spot-promos .spot-promo-2 h3{
  color: #fff100;
}
.spot-promos .spot-promo-2 a span{
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/btb_social_facebook_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}
.spot-promos .spot-promo-2 a span:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media only screen and (max-width: 1250px) {
  .spot-promos .spot-promo-1 h2{font-size: 35px}
  .spot-promos .spot-promo-1 a{ width: 200px; }
  .spot-promos .spot-promo-1 p, .spot-promos .spot-promo-2 p{ font-size: 16px; }
}
@media only screen and (max-width: 1040px) {
  .spot-promos .spot-promo-1 h2{font-size: 35px}
}
/* ==========================================================================
   About
   ========================================================================== */
.hero-promo.image-only .content-wrapper{ height: 444px; margin-bottom: 24px }
.hero-promo.image-only .content{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-promo.about .content img{ height: 100%; width: auto; }
/* ==========================================================================
   About Who
   ========================================================================== */
.about .about-promo{
  position: relative;
  top: 0;
  background-size: 100%;
  overflow: hidden;
}
.about .about-promo .background{
  background: no-repeat scroll center center;
  background-size: cover;
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.about .about-promo.bottom .background{
  height: 193px;
}
.about .about-promo .about-who-wrapper{
  position: relative;
  top: 80px;
  height: 480px;
  overflow: visible;
  transition: height 1.5s;
}
.about .about-promo .about-who-wrapper.full-size{
  height: 690px;
}
.about .about-promo.dark-orange .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.light-blue .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.green .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.light-orange .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.dark-blue .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.yellow .about-who-wrapper{ background: #fff url(../img/btb_about_caution.png) repeat-x scroll 0px -12px; }
.about .about-promo.dark-orange .content-wrapper .about-character{ background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_bob.png) repeat scroll left top; }
.about .about-promo.light-blue .content-wrapper .about-character{  background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_wendy.png) repeat scroll left top; }
.about .about-promo.green .content-wrapper .about-character{  background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_leo.png) repeat scroll left top; }
.about .about-promo.light-orange .content-wrapper .about-character{  background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_scoop.png) repeat scroll left top; }
.about .about-promo.dark-blue .content-wrapper .about-character{  background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_muck.png) repeat scroll left top; }
.about .about-promo.yellow .content-wrapper .about-character{  background: url(../img/btb_about_caution.png) repeat-x scroll 0px -46px, url(../img/btb_about_description_lofty.png) repeat scroll left top; }
.about .about-promo.dark-orange .content-wrapper .character{ background: url(../img/btb_about_character_background_bob.png) no-repeat scroll 100% 0%; }
.about .about-promo.light-blue .content-wrapper .character{ background: url(../img/btb_about_character_background_wendy.png) no-repeat scroll 0% 0%; }
.about .about-promo.green .content-wrapper .character{ background: url(../img/btb_about_character_background_leo.png) no-repeat scroll 100% 0%; }
.about .about-promo.light-orange .content-wrapper .character{ background: url(../img/btb_about_character_background_scoop.png) no-repeat scroll 0% 0%; }
.about .about-promo.dark-blue .content-wrapper .character{ background: url(../img/btb_about_character_background_muck.png) no-repeat scroll 100% 0%; }
.about .about-promo.yellow .content-wrapper .character{ background: url(../img/btb_about_character_background_lofty.png) no-repeat scroll 0% 0%; }
.about .about-promo.dark-orange .title h2{ color: #dc5326; }
.about .about-promo.light-blue .title h2{ color: #2ab2eb; }
.about .about-promo.green .title h2{ color: #8bc753; }
.about .about-promo.light-orange .title h2{ color: #fa8000; }
.about .about-promo.dark-blue .title h2{ color: #1f3a7b; }
.about .about-promo.yellow .title h2{ color: #ffbd1e; }
.about .about-promo.left .title, 
.about .about-promo.right .title{
  position: absolute;
  top: 80px;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.about .about-promo.bottom .title{ 
  position: absolute;
  top: 35px;
  text-align: center;
  padding: 0px;
  width: 100%; 
  z-index: 1;
}
.about .about-promo.left .title h2,
.about .about-promo.right .title h2,
.about .about-promo.bottom .title h2{
  position: static !important;
  color: #ef8039;
  font-size: 75px;
  font-family: 'Diamante', 'gotham', sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
}
.about .about-promo.bottom .title h2{
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.about .about-promo.left .content-wrapper,
.about .about-promo.right .content-wrapper{
  background: none;
  z-index: 3;
  width: 100%;
  margin: 0px;
}
.about .about-promo.left .content-wrapper .about-character,
.about .about-promo.right .content-wrapper .about-character{
  top: 32px; 
  width: 30%;
  text-align: left;
  font-size: 20px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  z-index: 4;
}
.about .about-promo.right .content-wrapper .about-character{
  position: absolute;
  right: 0;
}
.about .about-promo.left .content-wrapper .about-character{
  position: absolute;
  left: 0;
}
.about .about-promo .content-wrapper .about-who-wrapper .about-character p:last-child{
  opacity: 0;
  transition: opacity 1s;
}
.about .about-promo .content-wrapper .about-who-wrapper.full-size .about-character p:last-child{
  opacity: 1;
}
.about .about-promo .content-wrapper .about-character a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  padding-left: 30px;
  margin: 15px 0;
}
.about .about-promo .content-wrapper .about-character a:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  background: transparent;
  border-top: 10px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 10px solid transparent;
  transition: transform 1s ease 0s;
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
}
.about .about-promo .content-wrapper .about-character a.less:before{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.about .about-promo.left .content-wrapper .character,
.about .about-promo.right .content-wrapper .character{
  position: absolute;
  z-index: 10;
  top: 32px;
  width: 500px;
  height: auto;
}
.about .about-promo .about-who-wrapper .character img{ position: relative; top: -80px; }
.about .about-promo.light-blue div.character img{ left: -70px;}
.about .about-promo.light-orange div.character img{ left: 0; top: 0; width: 95%;}
.about .about-promo.yellow div.character img{ left: 0; top: 100px; width: 95%;}
.about .about-promo.dark-blue div.character img{ right: -60px; top: 70px; width: 95%;}
.about .about-promo.left .content-wrapper .character{
  right: 0;
}
.about .about-promo.right .content-wrapper .character{
  left: 0;
}
.about .about-promo.bottom{
  position: relative;
  height: 193px;
  margin-top: 80px;
  width: 100%;
}
.about .about-promo.bottom .actions{
  text-align: center;
  width: 388px;
  margin: auto;
}
.about .about-promo.bottom .actions a{
  position: absolute;
  display: block;
  bottom: 0px;
  text-decoration: none;
  line-height: 82px;
  font-size: 60px;
  text-shadow: 0px 2px rgba(0,0,0,0.5);
  height: 82px;
  width: 388px;
  color: #fff;
  font-size: 18px;
  background: url(../img/btb_button_meet_the_team.png) no-repeat scroll center center / 75% auto;
  z-index: 3;
}
.about .title a{
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  text-shadow: 0px 2px rgba(0,0,0,0.5);
  height: 40px;
  width: 146px;
  color: #fff;
  font-size: 18px;
  background: url(../img/btb_button_for_kids.png) no-repeat scroll center center / 146px 40px;
  z-index: 3;
}
/* ==========================================================================
   Where to Watch
   ========================================================================== */
.hero-promo.title-large .title { height: 280px; padding: 0; }
.hero-promo.title-large .content{ height: 192px; }
.hero-promo.title-large .content-wrapper .content .where-to-watch-container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hero-promo.title-large .titles-container{
  position: relative;
  padding-left: 40px;
}
/* ==========================================================================
   Products
   ========================================================================== */
.products .subnav {
  margin-top: 0 !important;
  background: url(../img/btb_activities_internal_background.png) repeat top left / 160px 90px;
  padding: 40px 0 0 0;
}
.subnav .carousel-menu{
  height: 90px;
  position: relative;
  left: 0;
  min-height: 58px;
  border-top: 4px solid rgba(13,61,154,0.75);
  border-bottom: 4px solid rgba(13,61,154,0.75);
  z-index: 10;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.subnav .carousel-menu-wrapper{
  border: none;
}
.products-module {
  background: url(../img/btb_activities_internal_background.png) repeat top left / 160px 90px;
  position: relative;
  background-color: #fff;
  padding: 60px 0 0 0;
}
.product-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 540px;
  background-color: #fff;
}
.product-left .product-description { float: left; }
.product-right .product-description { float: right; }
.product-red .product-description .product-color {
  background-color: rgb(210,47,48);
}
.product-display, .product-description { width: 50%; }
.product-yellow .product-description .product-color {
  background-color: rgb(255,206,28);
}
.product-description {
  position: relative;
  z-index: 2;
}
.product-description .product-color { 
  position: relative;
  height: 340px; 
  z-index: 1;
}
.product-left .product-description .product-color{
  color: #fff;
}
.products .product-description .product-color img{
  position: absolute;
  top: 0; 
  right: 0;
  z-index: 1;
}
.products .product-description .product-color .product-text{ 
  position: relative;
  z-index: 2;
  height: inherit;
}
.product-description .product-color .product-title{ 
  position: relative;
  z-index: 2;
  padding: 30px 0 20px 40px;
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  font-size: 66px;
  line-height: 0.8em;
  font-weight: 500;
}
.product-right .product-description .product-color .product-title{ color: #db5225; }
.product-left .product-description .product-color .product-title{ color: #ffce41; }
.product-left .button, .product-right .button{
  position: absolute;
  display: block;
  height: 56px;
  width: 205px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background: url('../img/btb_button_learn_more.png') no-repeat left top / 100% auto;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.products-video-module.product-left .button{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	float: right;
	margin-right: 0;
}
.product-description .product-color p{
  padding: 0 35px;
}
.products .product-wrapper .products-shop-here{
  background-color: #fff;
  height: 150px;
  text-align: center;
  padding: 25px 0 0 0;
}
.products .product-wrapper .products-shop-here .products-store .carousel.toys-carousel.with-controls {
	padding: 0 40px;
} 
.products .product-wrapper .products-shop-here .products-store a{
  display: inline-block;
  line-height: 40px;
  border-right: 2px solid #ffce41;
  padding: 20px;
}
.products .product-wrapper .products-shop-here .products-store a:last-child{
  border-right: none;
}
.products .product-wrapper .products-shop-here .products-store img{
  height: 100px;
  width: auto;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}
.products .product-wrapper .products-shop-here .products-store img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.product-left .product-display{
  position: absolute;
  right: 0;
  margin: 0;
  height: inherit;
  text-align: center;
}
.product-left .product-display img,
.product-right .product-display img{
  width: auto;
  max-width: 100%;
}
.product-left .product-display img {
	height: 100%;
}
.product-right .product-display{
  position: absolute;
  left: 0;
  margin: 40px 0;
  height: inherit;
  text-align: center;
}
.products-promo, .events-promo{
  position: relative;
  height: 350px;
  margin: 40px 0;
  overflow: hidden;
  background: url(../../en-us/Images/btb_events_background.jpg) no-repeat center center / 100% auto;
}
.events-promo{ margin: 10px 0; } 
.products-promo .quote, .events-promo .quote{
  font-family: 'gotham', 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  color: #e8e8e8;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  top: 25%;
  padding-left: 20px;
  background-color: rgba(93, 115, 152, 0.5);
  opacity: 0;
  transition: opacity .5s;
  transition: opacity .5s;
  transition: opacity .5s;
}
.products-promo .quote.readmore, .events-promo .quote.readmore{ 
  opacity: 1;
}
.products-promo .quote p, .events-promo .quote p{
  display: block;
  margin: 4% auto;
  width: 76%;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.products-promo .quote p:before, .events-promo .quote p:before{
  content: "";
  position: absolute;
  top: 20%;
  left: 3%;
  background: transparent url(../img/btb_quotes.png) no-repeat scroll top left;
  background-size: 100% 100%;
  height: 50px;
  width: 50px;
}
.products-promo .quote p:after, .events-promo .quote p:after{
  content: "";
  position: absolute;
  bottom: 20%;
  right: 3%;
  background: transparent url(../img/btb_quotes_end.png) no-repeat scroll top left;
  background-size: 100% 100%;
  height: 50px;
  width: 50px;
}

/*HITE-612*/
.tr-tr .product-left .product-description h3.product-subtitle {
  width: 90%
}
.product-description div:last-child ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product-description div:last-child ul li {
	position: relative;
	padding-left: 5px;
}
.product-image {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
}
.product-image div {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}

.product-video {
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.product-video div {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}

/* DVDs and APPs related */
.products-dvds .movie-container div img, .products-apps .movie-container div img, .products-apps .movie-container div .video_element {
  max-height: 480px;
  max-width: 480px;
}
.products-dvds .movie-container div div, .products-apps .movie-container div div {
  text-align: center;
  padding: 0 10px 10px 10px;
}
.movie-container .video_element {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 0px;
  padding-bottom: 56.26%;
}
.movie-container .video_element iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.where-to-watch-page .movie-left #ooyala-container.movie-container {
    width: 50%;
}
.products-dvds .movie-detail p, .products-apps .movie-detail p {
  max-width: 100%;
}
/*
.products-apps .movie-carousel {
  height: 110px;
}
.products-apps .movie-info {
  height: 290px;
  margin-bottom: 110px;
}
*/
.toys-carousel-container {
  background: #fff;
  padding: 10px 10px 10px 10px;
}

/* ==========================================================================
   Movies & TV
   ========================================================================== */

.movie-module {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  height: 527px;
  margin-bottom: 60px;
}
.movie-info {
  display: table;
  table-layout: fixed;
  width: 50%;
  height: 330px;
  margin-bottom: 130px;
  position: relative;
}
.movie-detail {
  padding: 20px 50px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  width: 100%;
  background-color: #1d69a5;
  background-position: center center;
  background-repeat: no-repeat;
}
.movie-detail.yellow { background: #ffcf00 url(../img/btb_module_icon_crane_yellow.png) no-repeat right top / auto auto; }
.movie-detail.red{ background: #d22f30 url(../img/btb_module_icon_plug_red.png) no-repeat right top / auto auto; }
.movie-detail.orange{ background-color: #dc5327; }
.movie-detail.blue{ background-color: #0379d0; }
.movie-detail h2 {
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  /*font-size: 56px;*/
  /*color: #ffce41;*/
  font-weight: normal;
  /*line-height: 1.5;*/
  color: #fff;
  font-size: 50px;
  line-height: .9;
  margin: 0;
}
.movie-detail.yellow h2{ color: #db5225; }
.movie-detail h3 {
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.movie-detail p {
  margin-bottom: 10px;
  max-width: 60%;
  color: #fff;
  line-height: 1.2;
}
.movie-detail.yellow p{ color: #285e9b; }
.movie-logo {
  float: right;
  width: 30%;
  margin-left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.movie-logo img {
  max-width: 100%;
}
a.movie-logo img {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
a.movie-logo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.movie-left .movie-info {
  float: left;
}
.movie-right .movie-info {
  float: right;
}
.movie-container {
  position: absolute;
  top: 0;
  bottom: 0;
}
.movie-left .movie-container {
  right: 0;
}
.movie-right .movie-container {
  left: 0;
  right: 49.9%;
}
.movie-container > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.movie-container > div > div {
/*  height: 100%;*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.movie-module.products-dvds .movie-container > div > div, .movie-module.products-apps .movie-container > div > div {
  height: auto;
}
/*
.movie-container div img {
  width: 100%;
  height: auto;
}
*/
#ooyala-movie-container, .movie-image-placeholder .movie-container .player-wrapper, .movie-image-placeholder .movie-container .ooyala-video-player, .movie-image-placeholder .movie-container .innerWrapper  {
  height: 100%;
}
/*.movie-image-placeholder .movie-container div img {
  height: 100%;
  width: auto;
  min-width: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}*/
.movie-carousel, .movie-info .where-to-watch{
  height: 197px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
}
.movie-info .where-to-watch .channel-container, .movie-carousel .movie-carousel-content{ 
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
   More products module
   ========================================================================== */
.more-products-module.with-gap-between-modules {
  margin-top: 60px;
}

.more-products-module .title {
  background: #1d69a5 no-repeat scroll left center;
  padding: 25px 20px 25px 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
.more-products-module .title .title-container,
.more-products-module .title .logo-container,
.more-products-module .title .link-container {
  display: table-cell;
  vertical-align: middle;
}
.more-products-module .title .title-container {
  padding-right: 20px;
  height: 120px;
}
.more-products-module .title .logo-container {
  width: 182px;
}
.more-products-module .title .link-container {
  width: 245px;
  padding-right: 20px;
}
.more-products-module .title .title-container h1 {
  font-family: 'Cyclone A', 'Cyclone B', sans-serif;
  font-size: 56px;
  color: #ffd204;
  font-weight: normal;
  line-height: 44px;
  margin: 0;
}
.more-products-module .title .title-container h2 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  margin: 10px 0 0 0;
}
.more-products-module .title .link-container a {
  font-family: Gotham, 'Open Sans Condensed', Roboto, 'Russo one', sans-serif;
  font-size: 25px;
  color: #e8e8e8;
  line-height: 27px;
  text-decoration: none;
}
.more-products-module .title .link-container a:hover {
  color: #ffd204;
}
.more-products-module .title .link-container a em {
  background: transparent url(../img/ico-external-link.png) no-repeat scroll left center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: -3px;
}
.more-products-module .title .link-container a:hover em {
  background-position: right center;
}
.more-products-module .content {
  background: #fff;
  padding: 20px 40px;
}
.more-products-module .content .actions {
  text-align: right;
  padding: 15px 0;
}
.more-products-module .content .carousel.with-separator .carousel-item:after {
  right: -12px;
  border: none;
  width: 4px;
  border-radius: 4px;
  background: #ddd;
  top: 10%;
  bottom: 31%;
}
.more-products-module .content .carousel .carousel-root {
  padding-bottom: 40px;
}

/* ==========================================================================
   Videos
   ========================================================================== */
.video_element {
  position: relative;
}
.video_element[data-autoplay="true"] .yt_thumb:before {
  display: none;
}


.video_element iframe{
  z-index: 1;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_element .yt_thumb{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.video_element .yt_thumb:before {
  content: '';
  display: block;
  background: url(../img/play-btn.png) center center no-repeat transparent;
  background-size: contain;
  width: 15.83333333333333%;
  height: 28.14814814814815%;
  position: absolute;
  left: 42.08333333333334%;
  top: 35.92592592592593%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.video_element .yt_thumb:before {
  opacity: 0.8;	 
}
.video_element.yt_ready .yt_thumb:before {
  opacity:0.7;
}
.video_element.yt_ready:hover .yt_thumb:before {
  opacity:1;
}
.video_element[data-popup="true"]:hover .yt_thumb:before {
    opacity: 1;
}

.video_element .fullscreen{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.videoEmpty .video_element .yt_thumb:before{content:none}

/* ==========================================================================
   Events
   ========================================================================== */

.events-video-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
}
.events-video-header {
  display: table;
  height: 192px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #009ddc;
}
.events-video-wrapper .movie-container {
  background-color: transparent;
  width: 50%;
}
.events-video-header div {
  display: table-cell;
  vertical-align: middle;
}
.events-video-header h2, .events-video-header h3 {
  padding: 0 20px 0 60px;
  margin-left: 50%;
  color: #fff;
  font-size: 22px;
}
.events-video-header h2 {
  font-size: 56px;
  color: #ffd204;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  line-height: 0.8em;
  margin-bottom: 12px;
}
.events-video-description {
  float: right;
  width: 50%;
  position: relative;
}
.events-video-description p {
  margin: 40px 60px 110px;
}
.events-video-ticket {
  width: 180px;
  height: 180px;
  float: left;
  text-align: center;
  margin: 40px;
}
.events-video-ticket img {
  max-width: 100%;
  max-height: 100%;
}
.events-video-description .button {
  position: absolute;
  bottom: 40px;
  right: 60px;
}

/* ==========================================================================
   Activities
   ========================================================================== */
.frame{
  position: relative;
  margin: 0;
  width: 96%;
  margin: 10px auto;
}
.frame:before{
  content: "";
  position: absolute;
  background: url(../img/btb_activities_frame_left_top_corner.png) no-repeat top left / 167px 167px, 
              url(../img/btb_activities_frame_right_top_corner.png) no-repeat top right / 167px 167px,
              url(../img/btb_activities_frame_right_bottom_corner.png) no-repeat bottom right / 167px 167px,
              url(../img/btb_activities_frame_left_bottom_corner.png) no-repeat bottom left / 167px 167px,
              url(../img/btb_activities_frame_border_top.png) repeat-x 0% 6px / 54px 54px,
              url(../img/btb_activities_frame_border_left.png) repeat-y 6px 0% / 54px 54px,
              url(../img/btb_activities_frame_border_bottom.png) repeat-x 0% 99.9% / 54px 54px,
              url(../img/btb_activities_frame_border_right.png) repeat-y 99.6% 0% / 54px 54px;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 25px;
}
.frame span.left-handle, .frame span.right-handle{
  display: block;
  position: absolute;
  top: 40%;
  height: 452px;
  width: 95px;
  z-index: 10;
  background-attachment: fixed;
}
.frame span.left-handle{left: -2%;background: url(../img/btb_activities_frame_handle_left.png) no-repeat -2% 50% / 95px 452px;}
.frame span.right-handle{right: -2%;background: url(../img/btb_activities_frame_handle_right.png) no-repeat 102% 50% / 95px 452px;}

.frame .frame-internal{
  padding: 57px 57px;
}

.header-title {
	font-family: 'Cyclone A','Cyclone B', Rex, sans-serif;
  color: #ffd204;
  font-size: 7.5em;
  position: relative;
  top: 56%;
  left: 3.3%;
  line-height: 1;
}

.carousel-menu {
  height: 90px;
  position: relative;
  left: 0;
  min-height: 58px;
  z-index: 10;
  background: url(../img/btb_activities_internal_background.png) repeat top left / 160px 90px;
  padding: 12px 0 20px 0;
}
.carousel-menu{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.carousel-menu-wrapper {
  border-top: 4px solid rgba(13,61,154,0.75);
  border-bottom: 4px solid rgba(13,61,154,0.75);
}
.carousel-menu-wrapper {
  height: inherit;
  margin: auto;
  width: 100%;
}
.carousel-menu-elements {
  height: 100%;
  margin-right: 7%;
  margin-left: 6%;
  overflow: hidden;
  position: relative;
}
.carousel-menu-controls {
  display: none; /*Hiding by default unless there are more than 5 elements*/
}

.carousel-menu-controls a {
  display: block;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  outline: none;
}
.carousel-menu-controls a[data-disabled="true"] {
  opacity: 0.5;
  cursor: default;
}
.carousel-menu-controls .cm-next {
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  height: 0;
  width: 0;
  top: 45px;
  right: 5%;
}
.carousel-menu-controls .cm-prev {
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
  height: 0;
  width: 0;
  top: 45px;
  left: 5%;
}
.carousel-menu-controls a.cm-prev:before {
  content: '';
  position: absolute;
  top:-44px;
  left:-35px;
  display: block;
  background-color: rgba(0,140,238,0.5);
  width: 90px;
  height: 90px;
  z-index: -1;
}
.carousel-menu-controls a.cm-next:before {
  content: '';
  position: absolute;
  top:-44px;
  left:-55px;
  display: block;
  background-color: rgba(0,140,238,0.5);
  width: 90px;
  height: 90px;
  z-index: -1;
}
.carousel-menu-controls .cm-next:hover {
  border-left: 20px solid rgb(255,210,4);
}
.carousel-menu-controls .cm-prev:hover {
  border-right: 20px solid rgb(255,210,4);
}
.carousel-menu-controls a.cm-next[data-disabled="true"] {
  border-left: 20px solid #fff;  
}
.carousel-menu-controls a.cm-prev[data-disabled="true"] {
  border-right: 20px solid #fff;  
}
.carousel-menu-elements ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  list-style: none;
  right: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: justify;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.carousel-menu-elements ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.carousel-menu-elements ul:before {
    content: '';
    display: inline-block;
}

.carousel-menu-elements li {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-menu-elements li+li+li+li+li+li a {
/*  max-width: 0px;
*/  direction: ltr;
}

.carousel-menu-elements li+li+li+li+li+li+li {
/*  display: none;
*/}
@media only screen and (max-width: 1200px) {
  .carousel-menu-elements li+li+li+li+li a {
/*    max-width: 0px;
*/    direction: ltr;
  }
  :root .carousel-menu-elements li+li+li+li+li a {
    margin-right: 0;
  }

  .carousel-menu-elements li+li+li+li+li+li {
/*    display: none;
*/  }
}


@media only screen and (max-width: 900px) {
  .carousel-menu-elements li+li+li+li a {
/*    max-width: 0px;
*/    direction: ltr;
  }
  .carousel-menu-elements li+li+li+li+li {
/*    display: none;
*/  }
}


@media only screen and (max-width: 680px) {
  .carousel-menu-elements li+li+li a {
/*    max-width: 0px;
*/    direction: ltr;
  }
  .carousel-menu-elements li+li+li+li {
/*    display: none;
*/  }
}

.carousel-menu-elements a {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 0;
  font-family: 'Diamante', sans-serif;
  font-size: 54px;
  max-width: 500px;
  display: block;

}
.carousel-menu-elements a.active {
  /*text-decoration: underline;*/
  color: #ffce41;
  position: relative;
}
.carousel-menu-elements a.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
}
.carousel-menu-elements a:hover,.site-footer-links li a:hover{
  color: #ffce41;
}

#activities .summary {
  color: #e8e8e8;
  font-size: 20px;
  border-top: solid 15px rgb(0,22,64);
  border-bottom: solid 6px rgb(0,22,64);
  padding:  0 0 40px 0;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  background: url(../img/btb_activities_internal_background.png) repeat top center;
}
#activities .summary p{
  background-color: rgba(22,72,176,0.75);
  display: block;
  padding: 20px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
#activities .result-count {
  color: #005696;
  font-size: 16px;
  margin: 1em 3%;
  display: none;
}
#activities .grid-wrap {
  overflow: hidden;
  position: relative;
  background: url(../img/btb_activities_internal_background.png) repeat top left;
}
#activities .grid:after {
  content:"";
  display:block;
  height:6px;
  background:rgb(0,22,64);
  margin-top:-6px;
  position:relative;
  z-index:10;
}
#activities .activity {
  position: relative;
  text-align: center;
  float: left;
  width: 33.3%;
  height: 500px;
  color: #fff;
  border-bottom: solid 6px rgb(0,22,64);
  padding: 5px 0 0;
  /*background: url(../img/btb_activities_internal_background.png) repeat top left;*/
  font-family: 'DINPro', sans-serif;
  font-size: 23px;
  overflow: hidden;
}
#activities .activity h1{
  font-family: 'Diamante', sans-serif;
  line-height: 1;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin:0;
  padding:0;
}
#activities .activity h2{
  font-family: 'Diamante', sans-serif;
  font-size: 30px;
  margin:0 0 14px;
  line-height:1em;
}
#activities .activity.coloring h2{
  color: rgb(212,19,25);
}
#activities .activity.projects h2{
  color: rgb(255,206,28);
}
#activities .activity.puzzles h2{
  color: rgb(139,199,83);
}
#activities .activity.morefun h2{
  color: #fc8100;
}
#activities .activity .thumbnail {
  margin: auto;
  display: block;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  width: 231px;
  height: 192px;
}
#activities .activity .thumbnail img{
 width:100%;
  }
#activities .activity .thumbnail:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#activities .activity .teaser {
  font-size:17px;
  line-height:1.5em;
  padding: 0 6px 10px 6px;
}
#activities .activity span+.teaser {
  height: 43%;
}
#activities .activity span {
  font-size: 17px;
  color: #fef035;
  margin-top: 15px;
  display: block;
}
#activities .activity > a {
  font-size: 20px;
  line-height: 50px;
  height: 56px;
  width: 205px;
  display: block;
  margin: auto;
  background: url(../img/btb_button_download.png) no-repeat top left / 100% 100%;
}
#activities .activity a:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*#activities .activity h3 {
  margin-top: 0;
  color: #005696;
  font-size: 24px;
  display: table-cell;
  height: 3em;
  vertical-align: middle;
  font-weight: 900;
}
#activities .activity:hover h3 {
}
#activities .activity h3 a {
  color: inherit;
  text-decoration: none !important;
}*/
.activities-load-more {
  display: none;
}
#activities .status-background{
  padding: 20px;
  background: url(../img/btb_activities_internal_background.png) repeat top left;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#activities .status {
  margin: 0px auto;
  height: 73px;
  background: url(../img/sprite_loading.png) center 0px no-repeat transparent;
}
@media only screen and (max-width: 1020px) {
  #activities .activity {
    width: 50%;
  }
}

@media only screen and (max-width: 760px) {
  #activities .activity {
    width: 100%;
  }
}
/* Max-Min font sizes for teaser */
@media only screen and (min-width: 480px) {  #activities .activity .teaser {
    /*font-size: 17px;*/
} }
@media only screen and (max-width: 345px) {  #activities .activity .teaser {
    font-size: 3.1vmin;
} }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  min-height: 300px;
  height: 100%;
  position: relative;
  font-family: 'Gotham', sans-serif;
  background: #123053 url(../img/btb_footer_bg_Tile.png) repeat-x left top / auto 119px;
  text-align:center;
}
#footer #footer-wrapper{
  max-width: 1422px;
  margin: 0 auto;
}
#footer #footer-wrapper > img{display: none;}
#footer .footer-icons {
  position: relative;
  height: 119px;
  width: auto;
	background: url(../img/btb_footer_bg_endcap.png) no-repeat left top / 58px 119px, 
              url(../img/btb_footer_bg_endcap.png) no-repeat right top / 58px 119px;
}
#footer .footer-options{
  position: relative;
  width: auto;
  height: 70px;
  margin: 0 auto;
  list-style-type: none;
}
#footer .footer-options .newsletter{ 
  position: absolute;
  width: 33%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px rgba(0,0,0,0.5);
}
#footer .footer-options .newsletter .newsletter-sign-up{
  display: block;
  height: 50px;
  width: 302px;
  font-size: 20px;
  line-height: 46px;
  margin: 14px auto 0 auto;
  background: url(../img/btb_footer_button.png) no-repeat left top / 100% auto;
  cursor: pointer;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}
#footer .footer-options .newsletter .newsletter-sign-up:hover{ 
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#footer .footer-options .share{ 
  position: absolute;
  width: 33%;
  left: 33%;
  text-align: center;
  color: #fff;
  font-family: 'Diamante', sans-serif;
  font-size: 30px;
}
#footer .footer-options .share span{
  position: relative;
  top: 17px;
}
#footer .footer-options .share .share-btn{
  margin-left: 5px;
  cursor: pointer;
}
#footer .footer-options .share-pop, .share-pop{
  position: absolute;
  display: none;
  top: -90px;
  left: -24px;
  width: 266px;
  height: 91px;
  background: url(../img/btb_footer_shareBox.png) no-repeat left top / 100% auto;
}
#footer .footer-options .share-pop-inner{
  margin-top: -27px;
}
#footer .footer-options .socials{
  position: absolute;
  text-align: center;
  right: 0;
  width: 40%;
  color: #fff;
  font-family: 'Diamante', sans-serif;
  font-size: 30px;
}
#footer .footer-options .socials span{
  position: relative;
  top: 8px;
}
#footer .footer-options .socials a img{
  padding: 10px 12px 0 20px;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
}
#footer .footer-options .socials a img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#footer .footer-options .socials a:last-child img{
  padding-right: 16px;
}
#footer .footer-options .socials a:before{ 
  content: ''; 
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 62px;
  margin-top: 6px;
  background: url(../img/btb_footer_rule.png) no-repeat left top / 100% auto;
}
#footer .footer-options .socials a:last-child:after{
  content: ''; 
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 62px;
  margin-top: 6px;
  background: url(../img/btb_footer_rule.png) no-repeat right top / 100% auto;
}
#footer .footer-links{
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
}
#footer .footer-links ul.site-footer-links{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
#footer .footer-links .site-footer-links li{
  display: inline;
  padding: 0 20px;
  border-right: 3px solid #9f3513;
}
#footer .footer-links .site-footer-links li.last{ border: 0;letter-spacing: 0.02em;}
#footer .footer-links .site-footer-links li a{
  color: #9f3513;
  font-size: 18px;
  text-decoration: none;
}
#footer .footer-country{
  margin: 20px auto;
  text-align: center;
  line-height: 46px;
  height: 46px;
  width: 300px;
  background: url(../img/btb_button_country.png) no-repeat left top / 100% auto;
  cursor: pointer;
}
#footer .footer-country .country-selection-mobile select{
  font-family: 'Gotham', sans-serif;
  color: #fff;
  font-size: 20px;
  width: inherit;
  background: transparent;
  outline: none;
  border: none;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12%;
}
#footer .footer-country .country-selection-mobile select option{
  outline: none;
  border: none;
  font-size: 16px;
  background-color: rgb(18,48,83);
  text-align: left;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footer .footer-country .country-selection-mobile select::-ms-expand { /* for IE 11 */
  display: none;
}
#footer .copyright-text{
  width: 90%;
  font-size: 12px;
  font-family: 'DINPro', sans-serif;
  margin: 40px auto;
  margin-top:10px;
  margin-bottom:10px;
  color: #2c71c0;
}

#footer img.copyright-image{
  display:inline !important;
  text-align:center;
  margin-bottom:40px;
}
@media only screen and (max-width: 1220px){
  #footer .footer-options .newsletter{
    left: 25px;
  }
  #footer .footer-options .socials span{
    top: 12px;
    font-size: 20px;
  }
  #footer .footer-options .socials a img{
    height: 40px;
    width: auto;
    padding: 12px 6px 0 12px;
  }
  #footer .footer-options .share span{
    position: relative;
    top: 17px;
    font-size: 20px;
  }
  #footer .footer-options .share-pop{
    top: -100px;
    left: -50px;
  }
}
  /* ==========================================================================
   products page - callout module
   ========================================================================== */
.callout-boxes{
	width: 100%;
	max-width: 1422px;
	display: table;
	table-layout: fixed;
}
.callout-boxes .callout-box-1, .callout-boxes .callout-box-2 {
	display: table-cell;
	width: 50%;
	max-width: 711px;
  vertical-align: top;
  background-size: 125%;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1), .callout-boxes .callout-box-2 > div:nth-of-type(1) {
	position: relative;
	display: inline-block;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div {
	padding: 35px 50px;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div h2, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 54px;
	color: #ffd300;
	font-weight: normal;
	line-height: 1;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div p, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div p {
	font-family: Gotham, sans-serif;
	color: #e8e8e8;
	margin-top: 10px;
}
.callout-boxes .callout-box-1 {
	background: #116AAC;
}
.callout-boxes .callout-box-2 {
	background: #00A261;
}
.callout-boxes .button {
	float: right;
	margin-bottom: 30px;
	margin-top: 10px;
	bottom: 0;
}

.callout-boxes .callout-box-1 > div:nth-of-type(1) > div img, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div img {
	float: left;
	margin-right: 42px;
	margin-bottom: 35px;
}
/* ==========================================================================
   shoping module
   ========================================================================== */
.shop-callout {
	background-color: #fff;
	width: 100%;
	position: relative;
}
.shop-callout .shop-first, .shop-callout .shop-second {
	/*width: 340px;*/
	width: 22%;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-size: cover;
}
.shop-callout .shop-first {
	background-image: url(../img/shop-left-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.shop-callout .shop-second {
	background-image: url(../img/shop-right-arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	right: 0;
} 
.shop-callout .shop-stores {
	/*margin-left: 341px;*/
	/*margin-right: 341px;*/
	margin-left: 22%;
	margin-right: 22%;
	text-align: center;
}
.shop-callout .shop-stores a {
	display: inline-block;
	height: 50px;
	width: 150px;
	line-height: 50px;
}
.shop-callout .shop-stores a img {
	display: inline-block;
	transition: transform 0.3s ease 0s;
	margin: auto;
	vertical-align: middle;
}
	.shop-callout .shop-stores a img:hover {
		transform: scale(1.1);
	}

/* ==========================================================================
   products details
   ========================================================================== */

.pop-up-placeholder .close-popup, .pop-up .close-popup {
  width: 20px;
  height: 20px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-color: #0067cb;
  border: 3px solid white;
  border-radius: 100px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  cursor: pointer;
}
.pop-up .close-popup {
  top: -10px;
  right: -10px;
}

.pop-up-placeholder .close-popup::before, .pop-up .close-popup:before {
  content: 'x';
  display: block;
  color: white;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  font-size: 17px;
}

.pop-up-placeholder .video_element {
  width: 75vw;
  height: 42.1875vw;
  margin: 0 auto;
  border: 10px solid white;
  background-color: white;
}
.pops-up {
  display: none;
}
.pop-up {
	max-width: 950px;
	height: auto;
	background-color: #fff;
	/*margin: auto;*/
	margin-top: 4%;
	position: relative;
	display: none;
}
.pop-up .pop-up-header {
	height: 90px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px;
}
.pop-up .pop-up-content {
  padding: 35px 0px;
  color: #015697;
}
.pop-up .pop-up-content h3 {
  font-size: 14px;
  line-height: 18px;
  color: #005695;
}
.pop-up .pop-up-content p, .pop-up .pop-up-content ul {
  font-size: 14px;
  line-height: 18px;
  color: #005696;
}
.pop-up .pop-up-content ul li {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pop-up .pop-up-content ul {
  padding-left: 60px;
  padding-right: 35px;
}
.pop-up .pop-up-footer {
	padding: 5px 10px;
	text-align: right;
	background-position: left;
	background-repeat: no-repeat;
}
.pop-up .pop-up-footer.showSignUp {
}
.pop-up .pop-up-footer.noSignUp {
    padding-top: 2%; 
    padding-left: 36%;
}
.pop-up .link {
    float: right;
    text-decoration: none;
    margin-right: 45px;
    line-height: 50px;
}
.pop-up .link:hover {
    color: #ffd204;
}
.pop-up .pop-up-breadcrumb {
  margin: 15px 0;
  display: inline-block;
  position: relative;
  border-left: none;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  text-transform: none;
  top: 0;
  padding-left: 30px;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
}
.pop-up .pop-up-breadcrumb:after {
	position:absolute;
	height: 30px;
}

.pop-up h3, .pop-up p {
  padding-left: 35px;
  padding-right: 35px;
}
/* ==========================================================================
   Tentpole DVD
   ========================================================================== */

.tentpole#skrollr-body{
  background: url(../img/btb_activities_internal_background.png) repeat scroll left top / 160px 90px;
  background-attachment: fixed;
}
.tentpole-menu-wrapper {
  min-height: 129px;
  max-height: 129px;
  position: relative;
  border-top: 4px solid rgba(13, 61, 154, 0.75);
  border-bottom: 4px solid rgba(13, 61, 154, 0.75);
  margin-bottom: 60px;
}
.tentpole-menu-wrapper .logo {
  background-image: url(../img/btb_for_kids_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30.8%;
  height: 147%;
  overflow: hidden;
  position: absolute;
  top: -30.25%;
  left: -0.565%;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tentpole-menu-wrapper .logo p{
  font-family: 'Gotham', sans-serif;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  width: 140px;
  color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.content-playing + .tentpole-menu-wrapper .logo {
  top: 0;
  height: 115%;
}

.tentpole-menu-wrapper ul {
  position: absolute;
  padding: 0;
  left: 31.7%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
.tentpole-menu-wrapper li, .menu-opt-button {
  list-style: none;
  display: inline-block;
  padding-right: 50px;
}

.tentpole-menu-wrapper li a{
  line-height: 129px;
}
.tentpole-menu-wrapper .menu-opt-icon {
  position: relative;

}
.tentpole-menu-wrapper .menu-opt-icon a {
  position: relative;
  padding-left: 64px;
  display: inline-block;
  line-height: 129px;
  color: rgb(254,219,0);
  font-family: 'Diamante', sans-serif;
  text-decoration: none;
  font-size: 48px;
}
.tentpole-menu-wrapper .menu-opt-icon:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.tentpole-menu-wrapper .menu-opt-icon:before {
  content: "";
  width: 71px;
  height: 59px;
  position: absolute;
  left: -12px;
  top: 50%;
  background: url(../img/btb_tentpole_tabGraphic_play.png) no-repeat 0 0 / 100% auto;
  margin-top: -28.5px;
  transition: transform .5s;
  -moz-transition: -moz-transform .5s;
  -webkit-transition: -webkit-transform .5s;
}

.tentpole-menu-wrapper .menu-opt-button a{
  line-height: 31px;
  font-size: 25px;
  position: relative;
  top: -7px;
}

.tentpole-menu-wrapper .menu-opt-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.tentpole-menu-wrapper .menu-opt-button a{
  top: 34px;
}
.dropdown-toggleable>a{
  display: none;
}

.tentpole-menu-wrapper .menu-opt-button .button.with-arrow em {
  position: relative;
  top: -3px;
}

.tentpole-top {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.tentpole-top a.replay{
  display: block;
  width: 243px;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  background: url(../img/btb_button_learn_more.png) no-repeat left top / 100% auto;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  position:absolute;
  bottom:0;
  right:0;
}
.tentpole-top .replay:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.tentpole-top .button {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 20;
}
.tentpole-top .video_element {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#tentpole-dvd .movie-module {
  margin-top: 0;
}
#tentpole-dvd .movie-detail > div h2.buy-dvd {
  margin-top: 10%;
  /*background-color: #1d69a5*/
}
#tentpole-dvd .movie-detail .movie-logo {
  max-height: 230px;
}
#tentpole-dvd .movie-detail > div h2 {
  margin-bottom: 20px;
}
#tentpole-dvd .movie-detail > div h3 {
  font-size: 24px;
}
#tentpole-dvd .movie-detail p {
  font-size: 16px;
  line-height: 24px;
}
.tentpole-module-header {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 122px;
  line-height: 48px;
  font-size: 35px;
  font-family: 'Diamante', sans-serif;
  background: url(../img/btb_tentpole_tab.png) no-repeat left top / 347px 122px, url(../img/btb_tentpole_tab_banner.png) repeat-x left bottom / 20px 56px;
}
.tentpole-module-header h1{
  position: absolute;
  left: 120px;
  top: 40px;
  margin: 0;
  color: #ffce41;
}
.tentpole-module-header h1:before {
  content: "";
  width: 89px;
  height: 74px;
  position: absolute;
  left: -100px;
  top: -18px;
}
.tentpole-module-header.tentpole-module-play h1:before {
  background: url(../img/btb_tentpole_tabGraphic_play.png) no-repeat 0 0 / 100% auto;
}
.tentpole-module-header.tentpole-module-watch h1:before {
  background: url(../img/btb_tentpole_tabGraphic_watch.png) no-repeat 0 0 / 100% auto;
}
.tentpole-module-header.tentpole-module-print h1:before {
  background: url(../img/btb_tentpole_tabGraphic_print.png) no-repeat 0 0 / 100% auto;
}
.play-new-train {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.play-new-stripe {
  display: block;
  position: absolute;
  background-color: #f00;
  color: #fff;
  top: 20px;
  left: -50px;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  height: 35px;
  line-height: 40px;
  width: 210px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.play-train-ico {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 71px;
  height: 72px;
  background-image: url(../img/introducing-icon.png);
}
.play-train-ribbon {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0;
  min-width: 40%;
  color: #fff;
  text-decoration: none;
}
.play-new-train:hover .play-train-ribbon strong {
  color: #ffd204;
}
.play-train-ribbon em {
  font-style: normal;
  padding-left: 55px;
  font-size: 24px;
}
.play-train-ribbon strong {
  display: block;
  padding-left: 55px;
  position: relative;
  height: 62px;
  line-height: 62px;
  background-color: #52bdec;
  font-size: 50px;
  font-family: 'Diamante', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 5px;
}
.play-train-ribbon strong:after {
  content: "";
  position: absolute;
  right: -33px;
  top: 0;
  width: 33px;
  height: 62px;
  background-image: url(../img/introducing-ribbon.png);
}

/* ==========================================================================
   About landing
   ========================================================================== */
.when-module {
  min-height: 320px;
  background-color: #005696;
  background-size: cover;
  background-position: bottom center;
  padding: 60px;
}
.when-module-image {
  width: 50%;
  float: left;
}
.when-module-text {
  display: table;
  width: 50%;
  position: relative;
  min-height: 320px;
}
.when-module-image > div {
  margin-right: 30px;
}
.when-module-image > div img {
  max-width: 100%;
  height: auto;
}
.when-module-text > div {
  margin-left: 30px;
  padding-bottom: 60px;
}
.when-module-text h2 {
  font-size: 57px;
  font-family: 'Diamante', sans-serif;
  font-weight: normal;
  color: #ffd204;
  line-height: 0.8em;
  margin-bottom: 12px;
}
.when-module-text h3 {
  font-size: 22px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}
.when-module-text p {
  /*font-size: 15px;*/
  /*line-height: 22px;*/
  color: #fff;
}
.when-module-text .button {
  position: absolute;
  bottom: 0;
  left: 30px;
}


/* ==========================================================================
   About when page
   ========================================================================== */
.timeline-module {
  position: relative;
  padding-bottom: 8em;
  overflow: hidden;
  background-color: #1a82f7; 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(29,93,157)), to(rgb(124,168,217)));  
  background: -webkit-linear-gradient(top, rgb(29,93,157), rgb(124,168,217)); 
  background: -moz-linear-gradient(top, rgb(29,93,157), rgb(124,168,217)); 
  background: -ms-linear-gradient(top, rgb(29,93,157), rgb(124,168,217)); 
  background: -o-linear-gradient(top, rgb(29,93,157), rgb(124,168,217));
}
.timeline-module .scroll-page-up {
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 40px;
}
.timeline-module .scroll-page-up strong{
	text-align: center;
}
.timeline-module:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/btb_about_when_building_section.png) repeat-y left top / 302px 356px, 
              url(../img/btb_about_when_rack.png) repeat-y 290px 0px / 76px 239px,
              url(../img/btb_about_when_footer_building.png) no-repeat 200px 100% / 531px 436px;
  height: 100%;
  width: 100%;
}

.timeline-module .elevator{
  background: url(../img/btb_about_when_elevator.png) no-repeat 0px 0px / 293px 246px;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  position: absolute;
  left: 310px;
  top: 100px;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.timeline-module .train[data-direction="up"]{
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}


.timeline-module ul {
  margin: 60px 0 0 0;
  width: 50%;
  padding-top: 116px;
  padding-left: 7.7%;
  padding-right: 1%;
  padding-bottom: 0.1px;
  position: relative;
  left: 40%;
}
.timeline-module li {
  list-style: none;
  clear: both;
  margin-bottom: 5em;
  position: relative;
}
.timeline-module img {
  max-width: 100%;
  height: auto;
}
.timeline-module p {
  color: white;
  margin-bottom: 1em;
  margin-left: 120px;
}
.timeline-module .date {
  position: relative;
  font-size: 56.5px;
  color: #ffd204;
  font-family: 'Diamante', sans-serif;
  float: left;
  clear: left;
  line-height: 0.7;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1250px){
  .timeline-module:before {
    background: url(../img/btb_about_when_building_section.png) repeat-y left top / 226px 266px, 
                url(../img/btb_about_when_rack.png) repeat-y 218px 0px / 57px auto, 
                url(../img/btb_about_when_rack_bars.png) repeat-y 218px 0px / 57px 1088px, 
                url(../img/btb_about_when_footer_building.png) no-repeat 200px 100% / 400px 328px;
  }
  .timeline-module .elevator{
    background: url(../img/btb_about_when_elevator.png) no-repeat 0px 0px / 220px 185px;
    left: 234px;
  }
}
/* ==========================================================================
   About who page
   ========================================================================== */
.about-who-summary {
	text-align: center;
  margin-top:20px;
  margin-bottom:-70px;
	padding: 26px 60px 20px 60px;
	font-size: 24px;
	line-height: 30px;
	color: #e8e8e8;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.about-who-summary h2{
  font-size:30px;
  margin-bottom:10px;
}
.about-who-summary h3{
  font-size:25px;
  padding-top:20px;
}

.about-who-summary p{
  font-size:22px;
  margin-bottom:15px;
}
.about-who-summary p.title,
.about-who-summary p.subtitle {
  margin-bottom: 18px;
}

.callout-button {
	white-space: nowrap;
	background-color: #fff;
	text-align: center;
	padding: 60px;
}  
.callout-button p {
	font-size: 21px;
	color: #015697;
	margin-bottom: 30px;
}

.engine-introduction {
  position: relative;
  height: 401px;
  padding-top: 80px;
  overflow: hidden;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}
.engine-introduction.full-description {
  height: 521px;
}
.engine-introduction:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: #fff;
}
.engine-introduction .engine-wrapper {
  position: absolute;
  top: 0;
  height: 601px;
  background: transparent no-repeat scroll;
}
.engine-introduction.left .engine-wrapper {
  background-image: url(../img/engine-intro-stripes-left.png);
  background-position: left bottom;
  margin-left: -878px;
  left: 61.69%;
  right: 0;
}
.engine-introduction.right .engine-wrapper {
  background-image: url(../img/engine-intro-stripes-right.png);
  background-position: right bottom;
  margin-right: -878px;
  right: 61.69%;
  left: 0;
}
.engine-introduction .engine-wrapper .engine {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent no-repeat scroll;
}
.engine-introduction.left .engine-wrapper .engine {
  background-position: left top;
}
.engine-introduction.right .engine-wrapper .engine {
  background-position: right top;
}

.engine-introduction .badge {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
  z-index: 1;
}
.engine-introduction.left .badge {
  left: 26.4%;
  margin-left: -375px;
}
.engine-introduction.right .badge {
  right: 26.4%;
  margin-right: -375px;
}
.engine-introduction .badge .location {
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 12px;
}
.engine-introduction .badge .location span {
  display: inline-block;
  min-width: 47px;
  height: 47px;
  line-height: 51px;
  font-size: 32px;
  border-radius: 100%;
  position: relative;
  top: -13px;
}
.engine-introduction .badge .name {
  font-family: 'Diamante', sans-serif;
  font-size: 140px;
  line-height: 110px;
  margin-top: -13px;
  color: #fff;
}

.ru-ru .engine-introduction .badge .name {
  font-size: 85px;
}

.el-gr .engine-introduction .badge .name {
  font-size: 85px;
}
.engine-introduction .badge .title {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  height: 24px;
  line-height: 27px;
  background: transparent url(../img/engine-intro-badge-ribbon.png) repeat-x scroll left top;
  margin-top: 14px;
}
.engine-introduction .badge .title:before,
.engine-introduction .badge .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 28px;
  background: transparent url(../img/engine-intro-badge-ribbon.png) no-repeat;
}
.engine-introduction .badge .title:before {
  left: -24px;
  background-position: 0 -24px;
}
.engine-introduction .badge .title:after {
  right: -24px;
  background-position: 0 -52px;
}

.engine-introduction .badge .star {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  width: 0px;
  height: 0px;
  border-right: 10px solid transparent !important;
  border-bottom: 7px solid;
  border-left: 11px solid transparent !important;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.engine-introduction .badge .star em,
.engine-introduction .badge .star strong {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.engine-introduction .badge .star em {
  border-bottom: 8px solid;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  top: -5px;
  left: -7px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.engine-introduction .badge .star strong {
  top: 0px;
  left: -11px;
  border-right: 10px solid transparent !important;
  border-bottom: 7px solid;
  border-left: 10px solid transparent !important;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.engine-introduction .description {
  position: absolute;
  top: 154px;
  z-index: 2;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  color: #e8e8e8;
}
.engine-introduction.left .description {
  left: 83.98%;
  margin-left: -306px;
  right: 9.74%;
  margin-right: -73px;
}
.engine-introduction.right .description {
  left: 9.74%;
  margin-left: -73px;
  right: 83.98%;
  margin-right: -306px;
}
.engine-introduction .toggle-more {
  position: relative;
  font-family: Gotham, 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  color: #e8e8e8;
  margin: 24px 0;
  padding-left: 24px;
  cursor: pointer;
}
.engine-introduction .toggle-more:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
  -webkit-transition: -webkit-transform .15s;
  -moz-transition: -moz-transform .15s;
  -o-transition: -o-transform .15s;
  transition: transform .15s;
}
.engine-introduction.full-description .toggle-more:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.engine-introduction .description .more {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.engine-introduction.full-description .description .more {
  opacity: 1;
  max-height: 400px;
  padding-bottom: 20px;
}
.engine-introduction > .button {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  white-space: nowrap;
}
.engine-introduction.left > .button {
  left: 62.5%;
}
.engine-introduction.right > .button {
  left: 4.5%;
}
    
/* ==========================================================================
   About why page
   ========================================================================== */
.why-intro {
  height: auto;
  background-color: #fff;
  margin: 15px 0;
  overflow: hidden;
}
.why-intro h3{
  width: 100%;
  height: 40px;
  background-color: #db5225;
  color: #fef035;
  font-size: 30px;
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  padding-left: 40px;
  text-transform: uppercase;
}
.why-intro p{
  color: #db5225;
  line-height: 2;
  padding: 20px 40px;
}
.why-module {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
.why-module-title {
  height: 500px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.why-module-title div {
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 570px;
}
.why-module-title h2 {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  color: #fef035;
  width: 40%;
  height: 100px;
  background-color: rgba(45,52,68,0.75);
  font-size: 100px;
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  line-height: 0.8em;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
  text-transform: uppercase;
}
.why-module-content .why-module-text:before{
}


.why-module-text{
  border-top:solid 16px rgb(24,58,207);
  padding:30px 50px 10px;
}


#technology .why-module-content .why-module-text{ border-top:solid 16px rgb(24,58,207); }
#engineering .why-module-content .why-module-text{ border-top:solid 16px rgb(99,193,81); }
#arts .why-module-content .why-module-text{ border-top:solid 16px rgb(211,45,45); }
#math .why-module-content .why-module-text{ border-top:solid 16px rgb(254,228,9); }



.why-module-text p{
  padding: 10px;
  line-height: 2;
  color: #000;
  font-size: 20px;
}
.why-module-next, .why-module-to-top, .when-module-to-top{
  height: 80px;
  text-align: center;
  margin: 20px 0;
}
.why-module-next{ height: 40px; }

.scroll-page-down,
.scroll-page-up{
  position: relative;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 4px 7px rgba(0,0,0,0.5)); 
  filter: drop-shadow(0px 4px 7px rgba(0,0,0,0.5));
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=4, Color='#444')";
}
.scroll-page-up{
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}
.scroll-page-up{
  border-top: none;
  border-bottom: 40px solid #fff;
}
.scroll-page-down:hover{
  border-top: 40px solid #ffce41;
}
.scroll-page-up h3{
  position: relative;
  top: 50px;
  left: -150px;
  width: 300px;
  margin: 0 auto;
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  font-size: 30px;
}
.scroll-page-up:hover{
  color: #ffce41; 
  border-bottom-color: #ffce41;
}
.scroll-page-down:hover {
	background-position: right bottom;
}

/* ==========================================================================
   activities details
   ========================================================================== */
.activity-details .carousel.with-pagination.slideshow.small{ height: 320px; }
.activity-details .carousel .carousel-root{ height: 320px; }
.activity-details .carousel.slideshow .carousel-item{ height: 320px; }
.activity-details .carousel.slideshow.small .carousel-item .slide{
  background: none;
  bottom: 0;
  height: auto;
  padding: 10px 0;
  position: absolute;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.activity-detail-module {
  position: relative;
  padding: 0 60px;
  background: #fff;
  box-shadow: 0px 8px 8px 8px rgba(0,0,0,0.75);
  margin: 5px 0;
}
.activity-detail-module-title {
  height: 570px;
  background-size: cover;
  position: relative;
  background-position: center center;
  text-align: left;
}
.activity-detail-module-title h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  color: #ffd204;
  font-size: 173px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  line-height: 0.8em;
}
.activity-detail-module-content {
  padding: 50px 20px;
  position: relative;
}
.activity-detail-module-content .share{
  position: absolute;
  right: 100px;
  cursor: pointer;
  visibility: hidden;
}
.activity-detail-module-content .share .share-pop{
  left: -80px;
}
.activity-detail-module-content .share .share-pop .share-pop-inner{
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  -moz-transform: -moz-translateY(-50%);
  -webkit-transform: -webkit-translateY(-50%);
  text-align: center; 
}
.activity-detail-module-column {
  width: 48%;
  float: left;
  text-align: left;
}
.activity-detail-module-column:last-child {
  margin-left: 4%;
}
.activity-detail-module-column h3,
.activity-detail-module h3 {
  font-family: 'Diamante', 'Open Sans Condensed', sans-serif;
  font-size: 45px;
  margin: 0 0 26px 0;
  color: rgb(0,17,60);
  text-align: left;
  text-transform: uppercase;
}
.activity-detail-module-column p {
  margin: 30px 50px 20px;
  margin: 0 0 26px 0;
  padding-right: 50px;
}
.activity-detail-module-column:last-child p {
  padding-right: 0;
}
.activity-detail-module-column:first-child h3,
.activity-detail-module-column:first-child p {
  margin-right: 0;
}

.activity-detail-module .activity-detail-module-column img {
  width: 100%;
  height: auto;
  max-width: 584px;
  margin-top: 25px;
}
.activity-detail-module .activity-detail-module-column > img:nth-of-type(1) {
	margin-top: 0;
}
.activity-detail-module .activity-detail-module-column h4 {
  font-family: 'Gotham', sans-serif;
	font-size: 20px;
  line-height: 30px;
	color: #db5225;
	margin: 0;
}
.activity-detail-module .button {
	margin-bottom: 15px;
}

/* ==========================================================================
 	 Events detail
   ========================================================================== */
.event-details-summary {
	text-align: center;
	color: #005696;
	padding: 45px 80px 45px 80px;
	font-size: 22px;
	border-bottom: 5px dashed #cdebf9;
  background: #fff;
}
.schedule-info {
	padding: 60px;
  background: #fff;
}
.schedule-info-column {
	/*width: 434px;*/
	width: 33.3%;
	text-align: left;
	color: #005696;
	float: left;
}
.schedule-info-column h2{
	font-size: 25px;
	margin-bottom: 35px;
}
.schedule-info-column h3{
	font-size: 22px;
} 
.schedule-info-column div > div > p:nth-of-type(1) {
	margin-top: 35px;
}
.schedule-info-column div > div > p:last-child{
	margin-bottom: 20px;
	display: inline-block;
}
.schedule-info-column span {
	background-image: url(../img/ico-external-link-blue.png);
	margin-left: 7px;
	float: right;
	height: 14px;
	width: 14px;
}
.schedule-info-column a {
	text-decoration: none;
	color: #005696;
}
	.schedule-info-column a:hover {
		text-decoration: underline;
	}
/* ==========================================================================
   404 page
   ========================================================================== */
#content.error-404, #interstitial {
  position: relative;
  display: block;
  background-color: #fff;
}
#content.error-404 img, #interstitial img {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#content.error-404 .error-text, #interstitial .interstitial-text{
  position: absolute;
  left: 30px;
  width: 30%;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 10;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
#content.error-404 .error-text h3, #interstitial .interstitial-text h3{
  font-size: 28px;
}
#content.error-404 .error-text p{
  font-size: 20px;
}
#interstitial a#go-back{
  margin: 40px 0;
  display: block;
  height: 50px;
  line-height: 48px;
  width: 243px;
  background: rgba(0, 0, 0, 0) url("../img/btb_button_sign_up.png") no-repeat scroll center center / 100% auto;
}
/* ==========================================================================
   interstitial page
   ========================================================================== */
/*#interstitial {
  display: none;
  max-width: 1422px;
  margin: auto;
  width: 100%;
  position: relative;
  padding-bottom: 3%;
  padding-top: 12%;
  overflow-x: hidden;
}
#interstitial img {

}
#interstitial .interstitial-text h3{
  font-size: 20px;
  padding-bottom: 4%;
}  
#interstitial .interstitial-text {
  padding-top: 17%;
  margin-left: 5%;
}*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
  
.gap-between-same-modules {
	margin-top: 10px !important;
}
.pop-up-placeholder {
	display: none;
	/*position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	margin: auto;
	background-color: rgba(0,0,0,0.3);*/
}
.background-left {
  background-position: center left;
}
.background-right {
  background-position: center right;
}
.dark-blue-title {
  font-size: 22px;
  color: #005696;
}
.dark-blue-text {
  font-size: 18px;
  color: #005696;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
  
.social-thumb{width: 70px;height: 70px;background-size: cover;background-repeat: no-repeat;position: absolute;top: 0px;left: 0px;}
.videoEmpty .yt_thumb:before{display:none}
  
  /* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .carousel.slideshow .carousel-item .slide .content strong,.carousel.slideshow .carousel-item .slide .content em {text-shadow: 2px 2px rgba(0,0,0,0.5);}
/* display kids button on parents
#kids-banner,#navigation #nav-menu .for-kids-container,#content .callout-button,.engine-introduction .for-kids-button,.tentpole-menu-wrapper .menu-opt-button,.movie-detail .hide-for-mobile,.movie-module-play,.tentpole-module-play,.menu-opt-icon.icon-play{display:none}
*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .carousel.slideshow .carousel-item .slide .content strong,.carousel.slideshow .carousel-item .slide .content em {text-shadow: 2px 2px rgba(0,0,0,0.5);}
/* display kids button on parents
#kids-banner,#navigation #nav-menu .for-kids-container,#content .callout-button,.engine-introduction .for-kids-button,.tentpole-menu-wrapper .menu-opt-button,.movie-detail .hide-for-mobile,.movie-module-play,.tentpole-module-play,.menu-opt-icon.icon-play{display:none}
*/
    #kids-banner > div > div:first-child {font-size:1.2em;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .carousel.slideshow .carousel-item .slide .content strong,.carousel.slideshow .carousel-item .slide .content em {text-shadow: 2px 2px rgba(0,0,0,0.5);}
/* display kids button on parents
#kids-banner,#navigation #nav-menu .for-kids-container,#content .callout-button,.engine-introduction .for-kids-button,.tentpole-menu-wrapper .menu-opt-button,.movie-detail .hide-for-mobile,.movie-module-play,.tentpole-module-play,.menu-opt-icon.icon-play{display:none}
    */
#kids-banner > div > div:first-child {font-size:1.2em;}
}

@media only screen 
and (min-width : 321px) and (max-device-width : 1024px) and (orientation : landscape){
    .carousel.slideshow .carousel-item .slide .content strong,.carousel.slideshow .carousel-item .slide .content em {text-shadow: 2px 2px rgba(0,0,0,0.5);}
/* display kids button on parents
#kids-banner,#navigation #nav-menu .for-kids-container,#content .callout-button,.engine-introduction .for-kids-button,.tentpole-menu-wrapper .menu-opt-button,.movie-detail .hide-for-mobile,.movie-module-play,.tentpole-module-play,.menu-opt-icon.icon-play{display:none}
*/
#kids-banner > div > div:first-child {font-size:1.2em;}
}

.spot-promo-2 p a{color:#fff;text-decoration:none}
.spot-promo-2 p a:hover{color:#ffd204;text-decoration:none}
.country-selection-mobile{overflow:hidden}
/*.country-selection-mobile select{width:120%;padding-left: 35px;margin-left: 5px;-webkit-appearance:none}*/

#ugc-container {
  padding-top: 20px;
  background: url(../img/bg-pattern.png) center -312px no-repeat white;
  padding-bottom: 20px;
  min-height:640px;
}

#ugc-container .summary {
color: #005696;
font-size: 21px;
margin: 1em 3%;
line-height: 30px;
font-weight: 500;
text-align: center;
}
#_bapw-notice{
  position: fixed !important;
  bottom: 30px !important;
  top: 80px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.ugc-thanks-summary {color: #fff;float: left;margin: 20px 25px;text-align: left}
.ugc-logo {float:right}
body.no-scroll{ overflow: hidden; width: 100%; height: 100%; position: fixed; }
.overlay-override{position:static !important}
.popup-logo{float:right}
.pop-up-thankyou{color: #fff; float: left; margin: 20px 25px; text-align: left;}
.callout-box-inner-content{min-height:238px}

/*parents bugs - Savitha*/
.de-de #navigation .for-kids-container a.button span span span {bottom: 15px;}
.de-de a.button {font-size: 15px;}
.de-de #kids-banner .kids-introducing .ki-title p:before {width:27%}
.de-de #kids-banner .kids-introducing .ki-title p:after {width:27%}
.nl-nl #navigation .for-kids-container a.button span span span, .nl-be #navigation .for-kids-container a.button span span span {bottom: 15px; right: 9%;}
.nl-nl a.button, .nl-be a.button {font-size: 15px;}
.nl-nl #kids-banner .kids-introducing .ki-title p:before, .nl-be #kids-banner .kids-introducing .ki-title p:before {width:15%; margin-left: -5px;}
.nl-nl #kids-banner .kids-introducing .ki-title p:after, .nl-be #kids-banner .kids-introducing .ki-title p:after {width:15%;}
.nl-nl .carousel.collection-carousel .carousel-item .description{max-width: 330px;}
.fr-fr #navigation .for-kids-container a.button span span span, .fr-be #navigation .for-kids-container a.button span span span {bottom: 15px; right: 5%;}
.fr-fr a.button, .fr-be a.button {font-size: 15px;}
.fr-be .about .title a, .nl-be .about .title a {background-size: 163px 40px; width: 163px;}
.fr-fr #kids-banner .kids-introducing .ki-title p:before, .fr-be #kids-banner .kids-introducing .ki-title p:before {width:25%;}
.fr-fr #kids-banner .kids-introducing .ki-title p:after, .fr-be #kids-banner .kids-introducing .ki-title p:after {width:25%;}
.it-it #navigation .for-kids-container a.button span span span {bottom: 15px; right: 10%;}
.it-it a.button {font-size: 18px; }
.it-it #kids-banner .kids-introducing .ki-title p:before {width:15%}
.it-it #kids-banner .kids-introducing .ki-title p:after {width:15%}
.it-it .carousel.collection-carousel .carousel-item .description{max-width: 330px;}
.es-mx #navigation .for-kids-container a.button span span span {bottom: 15px; right: 10%;}
.es-mx a.button {font-size: 18px; }
.es-mx #kids-banner .kids-introducing .ki-title p:before {width:32%}
.es-mx #kids-banner .kids-introducing .ki-title p:after {width:32%}
.fr-fr #activities .activity > a {font-size: 15px; width: 240px;}

/*parents font changes for Poland + additional local-specific bugs - Tony*/
.pl-pl h3, h2 {font-family: 'DINPro', sans-serif; font-weight: 900;}
.pl-pl p {font-weight: 900;}
.pl-pl .button {font-family: 'DINPro', sans-serif;}
.pl-pl a.button {font-size: 18px;}
.pl-pl #navigation {font-family: 'Blocksta', sans-serif; font-weight: 600;}
/*.pl-pl #navigation > div > #nav-menu > ul , #navigation > div > #nav-menu > ul a {font-size: 38px;}*/
.pl-pl #navigation > div > #nav-menu > ul , #navigation > div > #nav-menu > ul a {font-size: 0.98em;}
.pl-pl .hero-promo .title h1 {font-family: 'DINPro', sans-serif; font-weight: 900;}
.pl-pl .hero-promo .title h2 {font-family: 'Blocksta', 'Open Sans Condensed', sans-serif; font-weight: 500;}
.pl-pl .hero-promo .quote {font-family: 'DINPro', 'Open Sans Condensed', sans-serif;}
.pl-pl .where-to-watch-page .quote {font-family: 'DINPro', 'Open Sans Condensed', sans-serif;}
.pl-pl .carousel.slideshow.small .carousel-item .slide h1{font-family: 'Blocksta', sans-serif; font-weight: 700;}
.pl-pl .carousel.slideshow .carousel-item a.content .slide h1 {font-family: 'Blocksta', sans-serif; font-size: 48px; font-weight: 700;}
.pl-pl #kids-banner #kids-actions .ka-title{font-family: 'DINPro', 'Open Sans Condensed', sans-serif; font-size: 30px; font-weight: 900;}
.pl-pl #kids-banner .kids-introducing .ki-title h3{font-family: 'DINPro', sans-serif; font-size: 40px; font-weight: 900; margin-top: -19px;}
.pl-pl .movie-detail h2 {font-family: 'Blocksta', 'Open Sans Condensed', sans-serif; font-weight: 700;}
.pl-pl .movie-detail h3 {font-family: 'DINPro', 'Open Sans Condensed', sans-serif;}
.pl-pl #activities .activity h1{font-family: 'Blocksta', sans-serif; font-size: 35px;}
.pl-pl #activities .activity h2{font-family: 'DINPro', sans-serif; font-size: 23px; font-weight: 900;}
.pl-pl #footer {font-family: 'DINPro', sans-serif;}
.pl-pl .about .about-promo.left .title h2,.about .about-promo.right .title h2,.about .about-promo.bottom .title h2{font-size: 65px; font-family: 'Blocksta', 'gotham', sans-serif;}
.pl-pl .activity-detail-module .activity-detail-module-column h4 {font-family: 'Blocksta', sans-serif;}
.pl-pl #kids-banner .kids-introducing .ki-title p:before {width:35%}
.pl-pl #kids-banner .kids-introducing .ki-title p:after {width:35%}
.pl-pl .carousel.collection-carousel .carousel-item .description{max-width: 330px; height:127px;}
.pl-pl #footer .footer-country .country-selection-mobile select {padding-left: 22%;}
.fr-fr .carousel.collection-carousel .carousel-item .description{max-width: 330px; height:127px;}
.de-de #footer .footer-country .country-selection-mobile select {padding-left: 23%;}
.de-de .carousel.collection-carousel .carousel-item .description{max-width: 330px; height:127px;}
.fr-fr #footer .footer-country .country-selection-mobile select {padding-left: 21%;}
.it-it #footer .footer-country .country-selection-mobile select {padding-left: 15%;}
.it-it .carousel.collection-carousel .carousel-item .description{height:127px;}
.nl-nl #footer .footer-country .country-selection-mobile select {padding-left: 22%;}
.nl-nl .carousel.collection-carousel .carousel-item .description{height:127px;}
.es-mx #footer .footer-country .country-selection-mobile select {padding-left: 20%;}
.es-mx .carousel.collection-carousel .carousel-item .description{max-width: 330px; height:127px;}

/*parents bugs - Tony*/
.pt-br #navigation .for-kids-container a.button span span span {bottom: 15px; right: 10%;}
.pt-br a.button {font-size: 15px;}
.pt-br #kids-banner .kids-introducing .ki-title p:before {width:27%}
.pt-br #kids-banner .kids-introducing .ki-title p:after {width:27%}
/*parents bugs - pt-pt*/
.pt-pt #navigation .for-kids-container a.button span span span {bottom: 15px; right: 10%;}
.pt-pt a.button {font-size: 15px;}
.pt-pt #kids-banner .kids-introducing .ki-title p:before {width:27%}
.pt-pt #kids-banner .kids-introducing .ki-title p:after {width:27%}
.pt-pt #footer .footer-country .country-selection-mobile select {padding-left: 22%;}
.pt-pt #navigation .back-to-top {
    background: transparent url(../img/btb_logo_br.png) no-repeat scroll left top;
    background-size: contain;
}

@media only screen and (max-width: 959px){
	.de-de #kids-banner .kids-introducing .ki-title p:before {width:23%}
	.de-de #kids-banner .kids-introducing .ki-title p:after {width:25%}
	.de-de .hero-promo.right .content.carousel-only .carousel-item a, .hero-promo.left .content.carousel-only .carousel-item a{font-size:14px;}
	.nl-nl #kids-banner .kids-introducing .ki-title p:before, .nl-be #kids-banner .kids-introducing .ki-title p:before {width:11%; margin-left: -0;}
	.nl-nl .hero-promo.right .content.carousel-only .carousel-item a, .hero-promo.left .content.carousel-only .carousel-item a{font-size:14px;}
	.fr-fr #kids-banner .kids-introducing .ki-title p:before, .fr-be #kids-banner .kids-introducing .ki-title p:before {width:20%;}
	.fr-fr #kids-banner .kids-introducing .ki-title p:after, .fr-be #kids-banner .kids-introducing .ki-title p:after {width:22%;}
	.fr-fr .hero-promo.right .content.carousel-only .carousel-item a, .hero-promo.left .content.carousel-only .carousel-item a{font-size:14px;}
    .it-it #navigation .for-kids-container a.button span span span {right: 6%;}
    .it-it #navigation > div > #nav-menu > div a {font-size: 14px; }
    .it-it #kids-banner .kids-introducing .ki-title p:before {width:10%}
    .it-it #kids-banner .kids-introducing .ki-title p:after {width:10%}
    .es-mx #kids-banner .kids-introducing .ki-title p:before {width:28%}
    .es-mx #kids-banner .kids-introducing .ki-title p:after {width:28%}
    .es-mx #navigation > div > #nav-menu > div a { font-size: 14px;}
    .de-de #navigation .for-kids-container a.button span span span {right: 7%;}
    .nl-nl #navigation > div > #nav-menu > div a, .nl-be #navigation > div > #nav-menu > div a {font-size: 11px;}
	.fr-fr #navigation > div > #nav-menu > div a, .fr-be #navigation > div > #nav-menu > div a {font-size: 11px;}
    .fr-fr #activities .activity > a {font-size: 15px; width: 240px;}
	.pt-pt #navigation > div > #nav-menu > div a {font-size: 11px;}
	.pt-pt #kids-banner .kids-introducing .ki-title p:before {width:25%}
	.pt-pt #kids-banner .kids-introducing .ki-title p:after {width:25%}
}
/* -- products last module migration-- */
.products-video-module .product-wrapper{
	height:auto;
}
.products-video-module.product-left .product-video{
	right: 0;
	width: 50%;
}
.products-video-module .product-description div:first-child {
    position: relative;
    height: 180px;
    display: table;
    width: 100%;
    z-index: 1;
}
.products-video-module .product-description div:first-child img {
    position: absolute;
    max-height: 100%;
    width: auto;
    bottom: 0;
    z-index: -1;
}
.products-video-module.product-left .product-description div:first-child img {
    right: 36.1%;
}
.products-video-module .product-description div:first-child > div {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
.products-video-module.product-left .product-description div:last-child {
    padding: 30px 30px 30px 50px;
}
.products-video-module.product-left .product-description .product-color .product-subtitle{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 4px;
}
.products-video-module.product-left .product-description .product-color .product-subtitle+.product-title{
	padding-top: 0;
	padding-left: 0;
}




.carousel.activities-carousel{
	margin: 10px auto;
	text-align: center;
}
.carousel.activities-carousel .carousel-root {
    padding-bottom: 32px;
}
.carousel.activities-carousel .carousel-item a span, .carousel.activities-carousel .carousel-item span span {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 32px;
    text-align: center;
    font-family: Gotham, 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #0f6fac;
}
.carousel.images-carousel.activities-carousel a {
    float: none;
    padding: 10px 20px;
    display: inline-block;
}
.products-video-module.product-left .product-video img{
	max-width:100%;
}
.products-video-module.product-left .product-video img {
	    width: 100%;
	    height: 100%;
	}
.carousel.toys-carousel.images-carousel.with-separator .carousel-item:after {
  right: -10px;
}
@media only screen and (max-width: 767px){
	.products-video-module.product-left .product-video {
	    position: relative;
	    width: 100%;
	    padding: 0;
	}
	.products-video-module.product-left .product-video>div {
	    padding-bottom: 56.25%;
	}
	
}
/* -- products last module migration ends-- */

/* Flag selector fixes */

.flag-selector {
	background-color: #1c2b52;
}

.flag-selector .flag-bar-header {
	padding: 1% 0;
    width: 100%;
    text-align: center;
}

.flag-selector .carousel .controls span.previous {
  -webkit-filter: drop-shadow(-4px 3px 3px rgba(0,0,0,0.5)); 
  filter: drop-shadow(-4px 3px 3px rgba(0,0,0,0.5));
}
.flag-selector .carousel .controls span.next {
  -webkit-filter: drop-shadow(4px 3px 3px rgba(0,0,0,0.5)); 
  filter: drop-shadow(4px 3px 3px rgba(0,0,0,0.5));
}

.toys-carousel-container .carousel .controls span.next {
	right: 0;
}
.toys-carousel-container .carousel .controls span.previous {
	left: 0;
}