body {
  font-family: Panton-ExtraBold;
	font-weight: normal;
	font-style: normal;
  font-size:100%;
  line-height:1.3em;
  margin:0px;
  padding:0px;  
}
body.where-to-watch-open,
body.preload {
  overflow:hidden;
}

a {
  text-decoration:none;
}

p {
  font-size:1em;
  line-height:1.3em;
  margin:0px;
}

h2 {
  color:#002f6c;
  padding:30px 0px;
  margin:0px;
  font-weight: normal;
}

.ss-content {
  padding-right:18px;
}

.img-responsive {
  max-width:100%;
}

.vjs-poster {
  background-size:cover;
}

.full-container {
  width:100%;  
  position:relative;
}
.container {
  width:100%;  
  margin:0 auto;
  /*padding:0px;*/
  position:relative;
  padding-left:10px;
  padding-right:10px;
}

/* cookies consent */
.cookies-consent-container {
	background-color: rgb(5,44,111,0.95);
	padding: 80px 200px;
    position: fixed;
    bottom: 0px;
    z-index: 10;
	width:100%;
	box-sizing: border-box;
	dsiplay:none;
}
.cookies-consent-inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.cookies-consent-text {
	width:80%;
	text-align:left;
	font-size: 13px;
	line-height:20px;
	color:#fff;
}
.cookies-consent-text a {
	text-decoration:underline;
	color:#fff;
}
.cookies-consent-text a:hover {
	color:#fff;
}
.cookies-consent-button {
	width:20%;
	font-size: 15px;
	line-height:15px;
	font-weight:bold;	
}
.cookies-consent-button a {
	color:#fff;
	padding:5px 50px;
	border:1px solid #fff;
	transition: all 0.5s;
	margin-left: 20px;	
}
.cookies-consent-button a:hover {
	background-color:#fff;
	color:#052c6f;
}

#body-wrapper {
  position:relative;
  overflow:hidden;
}

#header {
  width:100%;
  position:relative;
  padding:0px 0px 10px 0px;
  background:url('../images/headerbg.jpg') center center no-repeat;
  background-size:cover;
  /*min-height:380px;*/
  color:#fff;
}

#header-wrapper {
  max-width: 700px;  
  margin:0 auto;
  position:relative;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px;
}
#header-logo {
  text-align:center;
  padding:30px 0px;
  margin:0 auto;
}
#header-text {
  text-align:center;
  
}
#header-text p {
  padding-bottom:10px;
}
#header-social {
  position:absolute;
  bottom:0px;
  right:0px;
}
#header-social ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
#header-social li {
  display:inline-block;
  margin:0px 5px;
}
.header-social-item img {
  width:35px;
  height:35px;
}

.header-flag-item img {
  width:53px;
  height:35px;
}

#main {
  padding-bottom:100px;
  background:url('../images/centralbg.svg') top center no-repeat;
  background-size:cover;
  padding-bottom: 100px;
}
#main h2 {
  padding-left:10px;
}

#key-show-container {
  width:100%;
  display:flex;
  flex-flow: row wrap;
  justify-content:center;
  align-items: center; 
  align-content: flex-start;
  padding:0px 0px 100px 0px;   
}


.schedule-btn a{
  color: #294da1;
  text-decoration: none;
  font-size: 1.5em;
}

.schedule-btn a:hover{
  color: yellow;
  }

.icon-rollover-btn-wrapper,
.rollover-btn-wrapper {
  position:relative;
  cursor:pointer;
}
/*.icon-rollover-btn,*/
.rollover-btn {
  transition: all 0.5s;
}
.rollover-btn {
  width:100%;
}
.icon-rollover-btn.on,
.rollover-btn.on {
  opacity:0;
  position:absolute;
  top:0px;
  left:0px;
}
body.where-to-watch-stay-on .icon-rollover-btn-wrapper.active .icon-rollover-btn.on,
body.where-to-watch-stay-on .rollover-btn-wrapper.active .rollover-btn.on {
  opacity:0 !important;
}
.icon-rollover-btn-wrapper.active .icon-rollover-btn.on,
.rollover-btn-wrapper.active .rollover-btn.on {
  opacity:1;
}

.key-show-item .key-show-item-thum,
.where-to-watch-item .where-to-watch-item-thum {
  max-width:100%;
  display: block;
}

.key-show-item,
.where-to-watch-item {   
  position:relative;
  cursor:pointer;
  
}
.key-show-item {
  margin:10px 10px;
  max-width:360px;
  border:10px solid #00c1ea;
}
.key-show-item-overlay {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  display:flex;
  flex-flow: column nowrap;
  justify-content:center;
  align-items: center; 
  opacity:0;
  transition: all 0.5s;
}
.key-show-item.active .key-show-item-overlay {
  opacity:1;
}
.key-show-item-overlay-bg {
  width:100%;
  height:100%;
  background-color:#000;
  position:absolute;
  top:0px;
  left:0px;
  opacity:0.5;
}
.key-show-item-btn {
  position:relative;
}

#footer {
  width:100%;
  text-align:center;  
}
#footer-legal {  
  width:100%;
  height:60px;
  background-color:#000;
  color:#999;
  padding:5px 0px;
  position:fixed;
  bottom:0px;
  z-index:9;
  display:flex;
  align-items:center;
  font-size:0.7em;
  line-height:1em;
}
#footer-legal a,
#footer-legal a:visited,
#footer-legal a:hover {
  color:#fff;
  text-decoration: none;
}

#footer-where-to-watch-bg{
  width:100%;
  height:100%;
  background-color:#294da1;
  position:absolute;
  top:0px;    
}
/*
#footer-where-to-watch-bg{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  background-color:#294da1;  
  display:none;
}
*/
/*
body.where-to-watch-open #footer-where-to-watch-bg{
  display:block;
}
*/
#footer-where-to-watch {
  width:100%;
  background-color:#294da1;
  color:#fff;
  position:fixed;
  /*bottom:0px;  */
  /*top:100%;*/
  top:0px;
  border-top:10px solid #fff;
  box-shadow: 0px -5px 5px #888888;
  /*height: 90px;*/
  /*height: 100%;*/
  transition: all 0.5s;  
  /*overflow:hidden;  */
}
/*
body.preload #footer-where-to-watch  {
  top: 300px;
}
*/
/*
body.where-to-watch-open #footer-where-to-watch {
  position:absolute;
  bottom:0px;
  z-index:1;
}
*/
#footer-where-to-watch .container {
  position:relative;
  z-index:1;
}

#where-to-watch-nav-container {
  position:relative;
  z-index:2;
  cursor:pointer;
}
#where-to-watch-nav {
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
  align-items: center;   
}
#where-to-watch-title {
  color:#002f6c;
  font-size: 1.5em;
  text-align:left; 
  color:#fff;
  padding: 20px 10px;
}
body.desktop.where-to-watch-stay-on #where-to-watch-nav-container:hover #where-to-watch-title {
  color:#ffffff !important;
} 
body.desktop #where-to-watch-nav-container:hover #where-to-watch-title {
  color:#ffd105;
}
.where-to-watch-arrow {  
  width:46px;
  height:28px;
  margin-right:20px;
}
#where-to-watch-wrapper {
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
  z-index: 1;
}
body.where-to-watch-open #where-to-watch-wrapper {
  overflow: auto;
}

#where-to-watch-container {
  width:100%;
  /*
  display:flex;
  flex-flow: row wrap;
  justify-content:flex-start;
  align-items: center;
  align-content: flex-start; 
  */
  /*padding:0px 0px 30px 0px;   */
  padding:0px 0px 100px 0px;  
  text-align:center;
}
.where-to-watch-item {   
  display:inline-block;
  margin: 10px 10px;
  max-width: 360px;
  border: 10px solid #00c1ea;
}
.where-to-watch-item-channel {
  background-color:#fff;
  color:#002f6c;
  padding:10px 5px;
  text-align:center;
}
.where-to-watch-item-country {
  background-color:#00c1ea;
  color:#fff;
  padding:15px 5px;
  font-size:1.3em;
  text-align:center;
}
.where-to-watch-item:hover .where-to-watch-item-country{
  color:#ffd105 !important;
}
.where-to-watch-item.selected {
  border-color:#ffd105;
}

/* Preload
############################ */
#preload-container {  
  width:100%;
  height:100%;
  overflow:hidden;
  position:fixed;
  top:0px;
  left:0px;
  z-index:9999;
  background: #fff url(../images/dwaloader.gif) center center no-repeat;
  background-size: 80px 80px;
}
#preload-container.hidden {
  display:none;
}
#preload-progress {
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-60px;
  margin-top:50px;
  width:120px;
  height:20px;
  color: #002f6c;
  text-align:center;
}

/* exit Bumper 
************************************** */
#exit-bumper-container {
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  display:flex;  
  justify-content:center;
  align-items: center;  
  display:none;
  z-index: 10;
}
.exit-bumper-open #exit-bumper-container{
  display:flex;
}
#exit-bumper-bg{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  background-color:#fff;  
  display:none;  
}
.exit-bumper-open #exit-bumper-bg{
  display:block;
}
#exit-bumper-content {
  width:100%;
  background-color:#294da1;    
  color:#fff;
  padding:20px;
  text-align:center;    
  position:relative;
  top: -30px;
}
#exit-bumper-text {
  padding-bottom:30px;
  font-size:1.3em;
  line-height:1.4em;
}
#exit-bumper-btn {
  padding-bottom:20px;  
}
#exit-bumper-btn a {
  color:#294da1;
  background-color:#fff;
  padding:10px 20px;
  margin:0px 20px;
  font-weight:bold;
  font-size: 1.2em;
  line-height: 1.4em;
}
#exit-bumper-btn a:hover{
  background-color:#ffd105;
}

/* overlay
************************************** */
.overlay-container{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  display:flex;  
  justify-content:center;
  align-items: flex-start;
  padding-top:5%;  
  display:none;
}
.overlay-open .overlay-container{
  display:flex;
}
.overlay-bg{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  background-color:#000;
  opacity:0.85;
  display:none;
  z-index: 3;
}
.overlay-open .overlay-bg{
  display:block;
}
.overlay-main {
  width:1140px;
  border: 10px solid #fff;
  background:url(../images/overlaybg.jpg) center center no-repeat;
  background-size:cover;
  position:absolute;
  z-index:99;  
  color:#fff;
  padding:20px;
}
.overlay-title {
  display:flex;  
  flex-flow: row nowrap;
  justify-content:space-between;
  align-items: center;
}
.overlay-close-btn-container {
  display:inline-block;
  position:absolute;
  top:-45px;
  left:50%;
  margin-left:-75px;
  width:150px;
  cursor:pointer;
}
.overlay-close-btn {
  background-color:#fff;
  color:#002f6c;
  padding:10px;
  text-align:center;
  font-weight: bold;
  font-size:1.7em;
  /*transition: all 0.5s;*/
}
body.desktop .overlay-close-btn:hover span{
  color:#ffd105 !important;
}
.overlay-close-btn span {
  color:#000;
}
.overlay-title-nav {
  display:flex;  
}
.overlay-title-nav .rollover-btn-wrapper {
  margin-right:10px;
}
.overlay-body {
  margin:0px;  
  padding:0px;
  position:relative;
}

.overlay-watch-video-container {
  position:relative;
  display:none;
  border: 10px solid #fff;
  background-color:#000;
}
.overlay-watch-video-container.active {
  display:block;
}
.overlay-read-story-container {  
  display:none;  
  width:100%;
  height:100%;
  padding:20px 0px 0px 0px;
}
.overlay-read-story-container.active {
  display:block;
}

.overlay-watch-video-btn,
.overlay-read-story-btn {
  opacity:0.5;
}
.overlay-watch-video-btn.selected{
  opacity:1;
}
.overlay-read-story-btn.selected{
  opacity:1;
}

.d13-video-skin.video-js .vjs-big-play-button{
  top:50%;
  left: 50%;    
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);  
  height: 1.5em;
  width: 1.5em;
  border-radius:1.5em;
}
.d13-video-skin.video-js .vjs-big-play-button {
  font-size:4em;
  line-height:1.4em;
}

/*
Media Queries
######################### */
@media (min-width: 480px) {
  .container {
    width: 450px;
  }  
}

@media (min-width: 768px) {
  .container {
    width: 738px;
  }  
}

@media (max-width: 991px) {
  
}

@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1240px) {
  .overlay-main {
    width:90%;
  }
  .overlay-container {
    padding-top:100px;
  }
}

@media only screen  and (max-width : 1170px) {
  .cookies-consent-container {
	  padding:80px 50px;
  }
}

@media (max-width: 992px) {
  .overlay-main {
    width:70%;    
  }
  .overlay-container {
    padding-top:100px;
  }
  .overlay-close-btn-container {
    top:-40px;
  }
  .key-show-item,
  .where-to-watch-item {
    border-width: 5px;
    max-width: 45%;
  }
  .where-to-watch-item-channel {
    font-size:0.8em;    
  }
  .where-to-watch-item-country {
    font-size:1em;
  }
  #footer-where-to-watch,
  .overlay-main,
  .overlay-watch-video-container {
    border-width: 5px;
  }
  /*
  .header-social-item img {
    width:20px;
    height:20px;
  }
  */
}
@media (max-width: 768px) {
  .key-show-item,
  .where-to-watch-item {
    max-width: 40%;
    margin: 5px 5px;
  }
  .key-show-item-btn {
    text-align:center;
  }
  .rollover-btn {
    width:50%;
  }
  #footer-legal {
    font-size:0.7em;
    line-height:0.9em;
    height: 90px;
  }
  #where-to-watch-title {
    padding:10px 10px;
  }
  .where-to-watch-arrow {
    width:32.85px;
    height:20px;
  }  
  
	.cookies-consent-container {
		padding:50px;
	}
	.cookies-consent-text,
	.cookies-consent-button {
		width:100%;
	}
	.cookies-consent-button {
		margin-top:30px;
		text-align:center;
	}
	.cookies-consent-button a {
		margin-left:0px;
	}
}
@media (max-width: 480px) {
  .container {
    width:100%;
    padding-left:0px;
    padding-right:0px;
  }
  #header {
    padding:0px 0px 5px 0px;
  }
  #header-text,
  #header-text p {
    font-size:0.8em;
    line-height:1.3em;
  }
  #header-text p {
    padding-bottom:5px;
  }
  #header-logo {
    padding:15px 0px 7px 0px;
    width:50%;
  }
  #header-social {
    position: absolute;
    top:10px;
    right:10px;
    text-align: center;    
  }
  .header-social-item img {
    width:20px;
    height:20px;
  }

 .header-flag-item img {
    width:30px;
    height:20px;
  }

  #exit-bumper-btn a {
    display:block;
    margin-bottom:10px;
  }
  #main h2 {
    padding:15px 10px 10px 10px;
  }
  #footer-legal {
    font-size:0.5em;
    line-height:0.7em;
  }
  /*
  #footer-legal {
    font-size:0.5em;
    line-height:0.7em;
  }.header-social-item img {
  */
}