/* ==========================================================================
   Slideshow carousel module
   ========================================================================== */
.carousel.slideshow.small .carousel-item {
  height: 318px;
}
.carousel.slideshow.small .carousel-item .slide .content {
  padding: 90px 5% 45px 5%;
}
.carousel.slideshow.small .carousel-item .slide h1{
  line-height: .9;
}
.carousel.slideshow.small .carousel-item .slide p{
  font-size: 20px;
}
/* ==========================================================================
   Kids banner
   ========================================================================== */

#kids-banner #kids-actions .for-kids-buttons{ right: 0; margin: 0 auto; }
/*.kids-banner-container div.carousel.activities-carousel.images-carousel.with-controls,
#kids-banner #kids-actions .ka-title{ display: none; }*/
#kids-banner > #kids-actions{
  width: 30%;
}
.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;
}
/* ==========================================================================
   Hero promo banner
   ========================================================================== */
.hero-promo.left .content .channels img,
.hero-promo.right .content .channels img,
.hero-promo.left .content .channels a{
  height: 76px;
}
.hero-promo .title h2{
  font-size: 40px;
}
.hero-promo.left .content .channels div,.hero-promo.right .content .channels div{
  height: 30px;
  padding: 15px, 0px;
}
.hero-promo .content a.watch-button{
  width: 297px;
  height: 75px;
  background: url(../img/btb_button_bob_on_tv.png) no-repeat;
  background-size: 297px 75px;
  font-size: 20px;
  line-height: 26px;
}
.hero-promo .content a.watch-button span{
  font-size: 16px;
}
.carousel.collection-carousel .carousel-item .description{
  font-size: 16px;
  min-height: auto;
  max-height: 110px;
  overflow-y: scroll;
}
.carousel.collection-carousel .carousel-item .thumbnail{
  margin-right: 20px;
  height: 120px;
  width: auto;
}
.hero-promo .content.carousel-only .carousel.with-pagination.pagination-right .pagination{
  left: 20px;
}
.hero-promo.right .content.carousel-only .carousel-item a, .hero-promo.left .content.carousel-only .carousel-item a{
  left: 190px;
  width: 146px;
  background: url(../img/btb_button_learn_more.png) no-repeat scroll center center;
  background-size: 146px 40px;
  font-size: 16px;
  bottom: 0;
}
.hero-promo .carousel{
  max-width: 410px;
  margin: 0px;
}
.hero-promo .carousel.logos-carousel{
  max-width: 410px;
  margin: 0 auto;
}
.hero-promo .content.carousel-only .carousel-item{
  height: 170px;
}

/* ==========================================================================
   Spot Promo
   ========================================================================== */
.spot-promos .spot-promo-1 p, .spot-promos .spot-promo-2 p{ font-size: 16px; }
.spot-promos .spot-promo-1 h2{ font-size: 35px; }
.spot-promos .spot-promo-2 a.like{
  transform: scale(.65);
  -moz-transform: scale(.65);
  -webkit-transform: scale(.65);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
}
.spot-promos .spot-promo-2 a.like:hover{
  transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
}
.spot-promos .social-wrapper{ padding: 30px 10px; }
/* ==========================================================================
   Navigation
   ========================================================================== */
#navigation-overlay.expanded {
  opacity: 0.35;
}
.en-us #navigation {
  height: 55px;
  background-size: 100% 45px;
  background-position: 0px 10px;
}  
#navigation {
  height: 66px;
}
#navigation .logo{
  background: url(../img/btb_nav_background_left_medium.png) no-repeat scroll top left;
  height: 70px;
  width: 151px;
}
#navigation .back-to-top{
  background: url(../img/btb_logo_medium.png) no-repeat scroll top left;
  height: 64px;
  width: 102px;
}
#navigation > div > #nav-mobile-btn {
  display: block;
  float: right;
  line-height: 0.01%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-left: -100px;
  padding: 29px 20px;
}
#navigation > div > #nav-mobile-btn:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 150px;
  background: url(../img/btb_nav_background_right_medium.png) no-repeat top left;
  background-size: 150px 70px;
}
#navigation > div > #nav-mobile-btn span {
  position: relative;
}
#navigation > div > #nav-mobile-btn span:before,
#navigation > div > #nav-mobile-btn span:after {
  content: '';
  position: absolute;
  left: 0
}
#navigation > div > #nav-mobile-btn span:before {
  top: -15px;
}
#navigation > div > #nav-mobile-btn span:after {
  bottom: -15px;
}
#navigation > div > #nav-mobile-btn span,
#navigation > div > #nav-mobile-btn span:before,
#navigation > div > #nav-mobile-btn span:after {
  display: inline-block;
  border-radius: 4px;
  background: #fdd900;
  width: 30px;
  height: 6px;
}

/* menu */
#navigation > div > #nav-menu {
  max-width: 0%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: max-width 1s ease;
  -moz-transition: max-width 1s ease;
  -o-transition: max-width 1s ease;
  transition: max-width 1s ease;
  width: 100%;
  padding-top: 64px;
  background-color: #dc5326;
  display: block;
  float: right;
}
#navigation.expanded > div > #nav-menu {
  max-width: 100%;
}
#navigation.expanded > div > #nav-menu ul li i, #navigation > div > #nav-menu ul li i{
  display: none !important;
}
#navigation > div > #nav-menu > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: -1000px;
  bottom: auto;
  margin: 0;
  padding: 0;
  max-width: 100%;
  background-color: #dc5326;
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}
#navigation.expanded > div > #nav-menu > ul {
  top: 100%;
  max-width: 100%;
}
#navigation > div > #nav-menu > ul li {
  display: block;
  padding: 0;
  border: 1px solid #fa8124;
}
#navigation > div > #nav-menu > ul > li:first-child {
  display: block;
}
#navigation > div > #nav-menu > ul > li:hover {

}
#navigation > div > #nav-menu > ul > li.active {

}
#navigation > div > #nav-menu > ul,
#navigation > div > #nav-menu > ul a {
  font-family: 'Diamante', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
}
#navigation > div > #nav-menu > ul li a {
  display: block;
  font-size: 10vmin;
  margin: 0;
}
.ru-ru #navigation > div > #nav-menu > ul li a {
  font-size: 6vmin;
}
.el-gr #navigation > div > #nav-menu > ul li a {
  font-size: 6vmin;
}
/* kids button */
#navigation > div > #nav-menu > div {
  background-color: #dc5326;
 	height: 70px;
  width: 100%;
  z-index: 1;
  background: transparent url(../img/btb_mobile_nav_for_kids_background.png) no-repeat scroll center center / 301px 70px; /*TODO, prevent multiple images being loaded for this bg*/
  min-width: 0;
  margin: 0 auto;
  overflow: visible;
  left: 100px;
  border-top: 1px solid #fa8124;
  border-bottom: 1px solid #fa8124;
  position: relative;
  display: block;
}
#navigation > div > #nav-menu > div a{
  position: absolute;
  height: 30px;
  width: 112px;
  background: transparent url(../img/btb_button_for_kids.png) no-repeat scroll top left;
  background-size: 112px 30px;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
#navigation .for-kids-container a.button span span span:hover{
  color: #ffce41;
}
#navigation .button {
  top: 2px;
  font-size: 0.55em;
  line-height: 1.3;
  padding: 13px 16px 13px 12px;
}
#navigation .button > span {
  padding: 0 8px;
}
#navigation > div > a {
  left: 1%
  width: 106px;
  height: 55px;
  background-size: contain;
  top: 5px;
  z-index: 2;
}
#navigation::before {
  content: '';
  display: block;
  width: 0px;
  right: 0;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
}
#navigation.expanded::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 62px;
  z-index: 2;
  right: 0;
}
#navigation > div > #nav-close-btn {
  position: absolute;
  height: 70px;
  width: 150px;
  right: -150px;
  top: 0;
  background: url(../img/btb_mobile_close_button.png) no-repeat 100px center / 27px 27px, url(../img/btb_nav_background_right_medium.png) no-repeat top right;
  z-index: 1;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  opacity: 1;
}
#navigation.expanded > div > #nav-close-btn {
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  opacity: 1;
  right: 0;
  z-index: 1;
}
#navigation.expanded > div > #nav-close-btn:hover {
  cursor: pointer;
}
#navigation > div > #nav-menu > div a{
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  left: -60px;
  color: #fff;
  text-shadow: 2px 2px #000;
  display: block;
  margin: auto;
}
#navigation .for-kids-container a.button span span span{
  bottom: auto !important;
}
#navigation > div > #nav-mobile-btn span:before {
  top: -10px !important;
}
#navigation > div > #nav-mobile-btn span:after {
  bottom: -10px !important;
}
#navigation > div > #nav-menu > ul > li {
  margin: 0;
}
#navigation > div > #nav-menu > ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#navigation.expanded > div > #nav-menu > div {
  left: 0;
}
#navigation > div > #nav-menu > ul li:nth-of-type(1) { border-left: none; border-top: none; }
#navigation > div > #nav-menu > ul li:nth-of-type(2) { border-left: none; border-top: none; }
#navigation > div > #nav-menu > ul li:nth-of-type(3) { border-top: none; }
#navigation > div > #nav-menu > ul li:nth-of-type(4) { border-left: none; border-top: none; }
#navigation > div > #nav-menu > ul li:nth-of-type(5) { border-top: none; }
#navigation > div > #nav-menu > div > div:nth-of-type(1) {
  right: -20px;
  bottom: 0;
  top: auto;
  width: 102px;
	height: 81px;
	background-size: cover;
}
#navigation .button {
  line-height: 1.3;
  left: -12px;
  top: -2px;
}
#navigation > div > #nav-menu > div > div:nth-of-type(2) {
  left: 154px;
  top: 0;
  width: 63px;
  height: 81px;
  background: transparent url(../img/nav-kids-btn-right-out.png) no-repeat;
  background-size: cover;
  position: absolute;
}
#navigation > div > .breadcrumb {
  top: 64px;
  height: 24px;
  line-height: 24px;
  padding-left: 5%;
  /*-webkit-transform: scale(0.499);
  transform: scale(0.499);
  -webkit-transform-origin: top left;
  transform-origin: top left;*/
 /*  ^^^ creates problems in safari an some mobile browsers*/
}
#navigation > div > .breadcrumb a, #navigation > div > .breadcrumb {
	font-size: 17px;
}
#navigation > div > #nav-menu > ul > li:hover .mini-nav {
		display: none;
	}
#navigation > div > #nav-menu > ul > li.has-subnav:before{
	display: none;
}
#navigation > div > #nav-menu > ul > li.active a {
  border: none;
}

/* ==========================================================================
   products page - callout module
   ========================================================================== */
.callout-boxes .callout-box-1, .callout-boxes .callout-box-2{
	display: table-cell;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div h2, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div h2 {
	margin-top: 30px;
	margin-left: 0;
  margin-bottom: 10px;
}  
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div p, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div p {
	display: inline-block;
	margin-top: 0px;
	padding-bottom: 20px;
}
.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: none;
  width: 100%;
  height: auto;
  /*max-height: 370px;*/
  margin-bottom: 0;
  margin-right: 0;
}
.callout-boxes .callout-box-buttons {
	float: right;
	padding-bottom: 20px;
}
.callout-boxes .button {
	margin: 0;
}
.callout-boxes .callout-box-1 > div:nth-of-type(1) > div, .callout-boxes .callout-box-2 > div:nth-of-type(1) > div {
	position: relative;
}
/* ==========================================================================
   Activities
   ========================================================================== */
#activities .activity{
  width: 50%;
}


/* ==========================================================================
   Products
   ========================================================================== */
.products .product-wrapper .products-shop-here .products-store img{
  height: 75px;
}
.product-description .product-color .product-title {
	font-size: 55px;
}
.products-video-module.product-left .product-description .product-color .product-subtitle {
	font-size: 20px;
}
.products-video-module.product-left .button {
	width: 195px;
}
.products-video-module.product-left .product-description div:last-child {
    padding: 30px 20px 30px 50px;
}

/* ==========================================================================
   products page - shoping module
   ========================================================================== */
.shop-callout .shop-first, .shop-callout .shop-second {
	margin-top: -12px;
}
.shop-callout .shop-first, .shop-callout .shop-second {
	height: 24px;
	width: 80px;
}
.shop-callout .shop-first {
	background-image: url(../img/shop-left-arrow-959.png);
}
.shop-callout .shop-second {
	background-image: url(../img/shop-right-arrow-959.png);
}
.shop-callout .shop-stores {
	margin-left: 81px;
	margin-right: 81px;
}
.shop-callout .shop-stores a {
	padding: 10px 7px 7px 7px;
	height: auto;
	width: auto;
	line-height: 24px;
}
.shop-callout .shop-stores a img {
	height: 24px;
	display: block;
}

/* ==========================================================================
   Movies & TV
   ========================================================================== */

.movie-container > div > div {
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.movie-image-placeholder .movie-container div img {
  height: auto;
  width: 100%;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.movie-info {
  width: 100%;
  float: none;
  z-index: 1;
}
.movie-info .movie-carousel {
/*  height: auto;
  padding: 10px;*/
}
.movie-container {
  position: static;
  width: 100%;
  display: block;
}
.movie-container > div {
  width: auto;
  height: auto;
  overflow: visible;
}
.movie-left .movie-container {
  margin-left: 0;
}
.movie-right .movie-container {
  margin-right: 0;
  padding: 20px 0;
}
.where-to-watch-page .quote {
    position: relative;
	padding: 10% 0;
}	
.where-to-watch-page .quote p {
	padding: 0 19%;
}
.movie-detail {
  background-size: cover;
}

/* ==========================================================================
   Events video
   ========================================================================== */
.events-video-wrapper .movie-container {
  width: 100%;
}
.events-video-header h2, .events-video-header h3 {
  margin-left: 0;
}
.events-video-ticket img {
  width: 100%;
}
.events-video-description {
  width: 100%;
}
.events-video-ticket {
  margin: 40px 60px;
}
.events-video-description .button {
  right: 50px;
  bottom: 50px;
}

/* ==========================================================================
   About when page
   ========================================================================== */
.timeline-module:before {
  background: url(../img/btb_about_when_building_section.png) repeat-y left top / 178px 151px, 
              url(../img/btb_about_when_rack.png) repeat-y 168px 0px / 38px 120px, 
              url(../img/btb_about_when_footer_building.png) no-repeat 100px 100% / 218px 265px;
}

.timeline-module .elevator{
  background: url(../img/btb_about_when_elevator.png) no-repeat 0px 0px / 146px 123px;
  left: 178px;
}

.timeline-module ul {
  width: 60%;
  padding-top: 62px;
  padding-left: 7.7%;
  padding-right: 8.6%;
  margin-left: 21.484375%;
  margin-right: 0;
  left: 12%;
  background-size: 59.42857142857143px 59.42857142857143px;
}
.timeline-module li {
  margin-bottom: 4.3em;
}
.timeline-module p {
  font-size: 20px;
  margin-left: 0;
}
.timeline-module .date {
  margin-bottom: 0.73em;
  float: none;
  clear: both;
}
.timeline-module ul:before {
  right: 0;
  left: 58.42857142857143px;
  background-size: 49.77142857142857px 59.42857142857143px;
}
.timeline-module ul:after {
  top: 58.42857142857143px;
  background-size: 59.42857142857143px 49.77142857142857px;
}
/* ==========================================================================
   About who page
   ========================================================================== */
.about .about-promo{
  overflow: visible;
  margin-bottom: 100px;
}
.about .about-promo .about-who-wrapper{
  height: auto;
  transition: none;
  overflow: visible;
}
.about .about-promo .about-who-wrapper.full-size{ height: auto;}
.about .about-promo .about-who-wrapper .about-who-icons{
  height: 300px;
  overflow: hidden;
}
.about .about-promo .title img{
  width: 120px;
  height: auto;
}
.about .about-promo.left .title{
  right: 20%;
}
.about .about-promo.right .title{
  left: 20%;
}
.about .about-promo.left .title h2, .about .about-promo.right .title h2, .about .about-promo.bottom .title h2{
  font-size: 45px;
}
.about .about-promo.dark-orange .content-wrapper .character{ background: url(../img/btb_about_character_background_bob.png) no-repeat scroll 100% 0% / 70% auto; }
.about .about-promo.light-blue .content-wrapper .character{ background: url(../img/btb_about_character_background_wendy.png) no-repeat scroll 0% 0% / 70% auto; }
.about .about-promo.green .content-wrapper .character{ background: url(../img/btb_about_character_background_leo.png) no-repeat scroll 100% 0% / 70% auto; }
.about .about-promo.light-orange .content-wrapper .character{ background: url(../img/btb_about_character_background_scoop.png) no-repeat scroll 0% 0% / 70% auto; }
.about .about-promo.dark-blue .content-wrapper .character{ background: url(../img/btb_about_character_background_muck.png) no-repeat scroll 100% 0% / 70% auto; }
.about .about-promo.yellow .content-wrapper .character{ background: url(../img/btb_about_character_background_lofty.png) no-repeat scroll 0% 0% / 70% auto; }
.about .about-promo.right .about-who-wrapper .about-character,
.about .about-promo.left .about-who-wrapper .about-character{
  position: relative;
  z-index: 100;
  width: 94%;
  padding: 40px;
  max-height: 120px;
  transition: max-height 1.5s;
  -webkit-transition: max-height 1.5s;
  -moz-transition: max-height 1.5s;
}
.about .about-promo.right .about-who-wrapper.full-size .about-character,
.about .about-promo.left .about-who-wrapper.full-size .about-character{
  max-height: 600px;
}
.about .about-promo.right .content-wrapper .about-character p:last-child,
.about .about-promo.left .content-wrapper .about-character p:last-child{
  padding: 20px 0;
}
.about .about-promo.right .content-wrapper .character{
  text-align: left;
}
.about .about-promo.left .content-wrapper .character{
  text-align: right;
}
.about .about-promo.right .content-wrapper .character,
.about .about-promo.left .content-wrapper .character{
  max-height: 421px;
}
.about .about-promo.right .content-wrapper .character img,
.about .about-promo.left .content-wrapper .character img{
  max-height: 400px;
  overflow: hidden !important;
}
.about .about-promo.light-orange div.character img{ left: 0; top: 0; width: 95%;}
.about .about-promo.yellow div.character img{ left: 0; top: 0px; width: 95%;}
.about .about-promo.dark-blue div.character img{ right: -60px; top: 0px; width: 95%;}
.about .about-promo.left .actions a{
  bottom: 1%;
  left: 4%;
}
.about .about-promo.bottom{
  margin-bottom: 0;
  margin-top: 180px;
}
/* ==========================================================================
   About why page
   ========================================================================== */
.why-module-title h2{
  font-size: 60px;
  height: auto;
}
/* ==========================================================================
   Where to Watch
   ========================================================================== */
.where .hero-promo.left.trailer .content-wrapper{
  background: url("../img/btb_module_icon_tv.png") no-repeat scroll 120% -5px / 281px 244px, rgba(0, 0, 0, 0) url("../img/btb_module_bg_more_blue_tall.png") repeat-x scroll left top / 100% 100%;
}

/* ==========================================================================
   Events
   ========================================================================== */
.hero-promo.event-1 .bob{
  margin: 20px;
}
/* ==========================================================================
   Tentpole DVD
   ========================================================================== */





.dropdown-toggleable {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  /*margin-left: -387px;*/
}
.dropdown-toggleable > a {
  display: inline-block;
  position: relative;
  padding-left: 75px;
  line-height: 129px;
  color: #ffd204;
  font-family: 'Diamante', sans-serif;
  text-decoration: none;
  font-size: 48px;

}
.dropdown-toggleable > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  background: url(../img/bg58x118-tentpole_menu_arrows.png) 0 0 no-repeat;
  width: 58px;
  height: 58px;
  margin-top: -29px;
}
.dropdown-toggleable > ul {
  display: none;
  z-index: 1;
  position: relative;
  background: url(../img/bg-stripespattern.png) top left #009ddc;
  background-attachment: fixed;
  left: -20px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 30%;
  right: auto;
}
.dropdown-toggleable.active > ul {
  display: block;
}
.dropdown-toggleable.active > a:before {
  background-position: left bottom;
}
.dropdown-toggleable.active > a {
  color: white;
}

.tentpole-top {
  margin-top: 66px;
}
.tentpole-menu-wrapper{
  display:none;
}
.tentpole-menu-wrapper .menu-opt-icon {
  display: block;
}
.tentpole-menu-wrapper .menu-opt-icon a {
  width: auto;
  font-size: 48px;
  line-height: 1.6;
  padding-left: 75px;

}
.tentpole-menu-wrapper .logo {
  width: 47%;
  left: -2%;
}

/* ==========================================================================
   events detail
   ========================================================================== */
.schedule-info-column {
	width: 50%;
}

/* ==========================================================================
   activity detail
   ========================================================================== */
.activity-detail-module {
  padding: 0 40px;
}
.activity-detail-module-content {
  padding: 50px 10px;
}
.activity-detail-module-title {
  height: 450px;
}
.activity-detail-module-title h2 {
  font-size: 140px;
}
.activity-detail-module-column,
.activity-detail-module-column:last-child {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
  float: none;
}
.activity-detail-module-column h3,
.activity-detail-module-column p {
  margin: 0 0 26px 0;
  padding-right: 0;
}
/* ==========================================================================
   products detail
   ========================================================================== */
  /*.pop-up {
  	width: auto;
  }
  .pop-up .pop-up-header {
  	height: 45px;
  	padding: 5px;
  }*/
   .pop-up {
  	/*width: 100%;*/
	width:95%
  }
  .pop-up .pop-up-header {
  	height: 45px;
  	padding: 5px;
  }
.thanks-summary-header {height:90px !important}
.ugc-thanks-summary{color: #fff; float: left; margin:0px 6px; text-align: left;width: 67%}
 .ugc-thanks-summary p { line-height: 12px; }

.en-ca .ugc-thanks-summary{color: #fff; float: left; margin:52px 6px; text-align: left;width: 67%}
.ugc-logo {float:right;width: 28%;}
  .pop-up .pop-up-breadcrumb {
    font-size: 12px;
  }
/*.thomas-footer-links{width:100%}
.site-footer-links {padding-left: 0%;}
.site-footer-links li {float: left;list-style-type: none;padding: 0px 10px;border-right: 1px solid #3d7fb1;color: #3d7fb1;font-size: 14px;}
.footer-options {width: 90%;margin: 5px auto;padding: 3.5% 18% !important;}*/
/* ==========================================================================
   Footer
   ========================================================================== */
#footer .footer-options{
  width: 95%;
}
#footer .footer-links{
  bottom: 16px;
}
#footer .footer-links .site-footer-links li{
  padding: 0 10px;
}
#footer .footer-links .site-footer-links li a{
  font-size: 14px;
}
#footer .footer-options .socials{
  right: 1%;
}
#footer .footer-options .socials a img{
  height: 30px;
  width: auto;
  padding: 22px 6px 0 12px;
}
#footer .footer-options .socials a::before, #footer .footer-options .socials a:last-child::after{
  margin-top: 15px;
  height: 44px;
}
#footer .footer-options .share{
  left: 36%;
}

/* ==========================================================================
   404 error and interstitial
   ========================================================================== */
.pop-up .pop-up-content {
padding: 100px 0px;
}
.button.showtimes em{
display:block;float:none
}
.products-apps .movie-container div img{width:100%}

@media only screen 
and (max-width : 959px) 
and (orientation : portrait) {
}

kids-flag-bar p, .flag-bar-header {font-size: 25px;padding: 1% 35%;}
.flagbar-pop-up {
    width: 80%;
}

