@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
body {
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
}
body * {
  font-family: Arial, sans-serif;
}
body p, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body {
  color: #FFF;
  text-decoration: none;
}
body ul, body li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.subheader{
	margin-bottom:0.5rem; !important;
	color:#FFC107;
	font-weight:800;
	}
.thumbTitle{
	font-size:1rem;
	}
.continue .thumbTitle {
    font-size: 1rem;
    margin-top: 20px;
}
.thumbTitleTop10{
	margin-top:calc((100vw - 129px) * 0.09375);
	font-size:1rem;
	/*padding:50px;*/
	}
main {
/*  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  min-height: 100vh;
  overflow-x: hidden;*/
}

/*section {
  width: 100%;
  transition: ease all 0.5s;
}
section.hidden {
  opacity: 0;
  transition: none;
}
section.hidden:nth-child(odd) {
  transform: translateX(-50%);
}
section.hidden:nth-child(even) {
  transform: translateX(50%);
}*/
.allSectionsZ{
	z-index:1;
	}
.nowSectionZ{
	z-index:2 !important;
	}

.containers {
  width: 100%;
  padding-top:30px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:0px;
  margin: 0 auto;
}
.containersPromo {
  width: 100%;
  padding-top:60px;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:0px;
  margin: 0 auto;
}

.header {
  font-size: 16px;
/*  font-weight: 900;*/
  margin-bottom: 20px;
}

#notFound{
	margin:0px auto;
	width:90%;
	font-size:16px;
	}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
  cursor: pointer;
}
/* PANEL */

.sidepanel  {
  border-bottom: 1px solid #eeeeee;
  background-color: #f5f5f5;
  position: fixed;
  height: 90%;
  overflow-y: scroll;
  z-index: 8;
  top: 56px;
  left: 0;
  display:none;
  transition: 0.5s;
}
.card__thumb {
    width: 24px;
    height: 24px;
	vertical-align:bottom;
    margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
.card__share {
    width: 24px;
    height: 24px;
	vertical-align:bottom;
    margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
#shareDiv {
    margin-top: -160px;
    margin-right: 19px;
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 5px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-all;
    position: absolute;
    background-color: #017D7D;
	}
img.lazy {     
        /* optional way, set loading as background */
        background-image: url('images/loading.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
.sDarkRED {
	font-style: normal;
	font-weight: bold;
	color: #A00;
}
#specialnews a:link{
	font-style:italic;
	font-weight: bold;
	color: #A00 !important;
}
#specialnews a:hover {
	text-decoration: underline;
	font-style:italic;
	font-weight: bold;
	color: #A00 !important;
}

#specialnews a:visited {
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	color: #A00 !important;
}
#specialnews a:active {
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	color: #A00 !important;
}
#testWhite{
color: #FFFFFF;	
	}
hr {
	margin-top:0;
	margin-bottom:0;
  border-top: 1px dotted #A0A0A0;
}
.newIcon {
    width: 24px;
    height: 24px;
    margin-left: 4px; 
}



.moviesSection:not(.top10) {
  position: relative;
}
.moviesSection.fav{
    position: relative;
    padding-top: 100px;
    min-height: 100vh;
    margin-bottom: -120px;
	padding-bottom:120px;
}
.moviesSection.fav.more{
    position: relative;
    padding-top: 0;
    min-height: 100vh;
    margin-bottom: -120px;
	padding-bottom:120px;
}
.moviesSection.moreNew{
    position: relative;
    margin-bottom: -120px;
	padding-bottom:120px;
}
.moviesSection.top10 {
  padding-bottom:66px;
  position: relative;
}
.moviesSection.top10:before,.moviesSection:not(.top10):before {
  content:"";
  position: absolute;
  top: 60px;
  left: 0;
  width: 52px;
  height: 70%;
  background: linear-gradient(270deg, transparent, #000);
  z-index:4;
}
.moviesSection.top10:after,.moviesSection:not(.top10):after {
  content:"";
  position: absolute;
  top: 60px;
  right: 0;
  width: 67px;
  height: 70%;
  background: linear-gradient(90deg, transparent, #000);
}
.moviesSection .arrowL{
	transition: .5s ease;
  position: absolute;
  top: 36px;
  left: 0;
  z-index:6;
  cursor: pointer;
  opacity: 0;
}
.moviesSection .arrowL:hover{
  opacity: 1;
}

.moviesSection .arrowR{
	transition: .5s ease;
  position: absolute;
  top: 36px;
  right: 17px;
  z-index:6;
  cursor: pointer;
  opacity: 0;
}
.moviesSection .arrowR:hover{
  opacity: 1;
}
.moviesSection.top10 .moviesWrapper .movie {
  margin: 0 2px;
  counter-increment: indexs;
  cursor: pointer;
}
.moviesSection.top10 .moviesWrapper .movie:before {
  content: counter(indexs);
 line-height: 100px;
  color: #FFF;
  position: absolute;
  top:-20px;
  right:11px;
  font-size: 16px;
  font-weight:600;
/*  -webkit-text-stroke: 1px #F00;*/
  z-index:5;
}
.moviesSection.top10 .moviesWrapper .movie:after {
  content:url("assets/icon/top10.png");
  position: absolute;
  top:0px;
  right:-2px;
  z-index:4;
}
.viewsecnow {
  content: "";
  display:block;
  height:3px;
  background-color:#f00;
  position: absolute;
  top:calc(((100vw - 141px) * 0.09375) + 7px);
  left:10px;
  z-index:5;
}
.moviesSection.continue .moviesWrapper .movie:after {
  content: "";
  display:block;
  height:3px;
  width:calc(100% - 20px);
  background-color:#333;
  position: absolute;
  top:calc(((100vw - 141px) * 0.09375) + 7px);
  left:10px;
  z-index:4;
}
.moviesSection.top10 .moviesWrapper .movie .thumb {
  width:calc((100vw - 141px) / 6);
  height:calc((100vw - 141px) * 0.09375);
}
.moviesSection .moviesWrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  counter-reset: indexs;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.moviesSection.fav .moviesWrapper,.moviesSection.moreNew .moviesWrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  counter-reset: indexs;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.moviesSection.fav .moviesWrapper > div,.moviesSection.moreNew .moviesWrapper > div {
	margin-top:30px;
}

.moviesSection .moviesWrapper .movie ,.cardABCDE_promo {
max-width:calc((100vw - 141px) / 6);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin: 0 2px;
  position: relative;
  cursor: pointer;
}

.moviesSection .moviesWrapper .movieTop10 {
  display: flex;
  align-items: flex-start;
}

.moviesSection .moviesWrapper .movie .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:calc((100vw - 141px) / 6);
  height:calc((100vw - 141px) * 0.09375);
  border-radius: 3px;
}
#movieModal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 350px;
  border-radius: 5px;
  background-color: #141414;
  transform: translateY(-50%);
  box-shadow: 0 2px 10px 0 #000;
  z-index: 1000;
  transition: ease all 0.3s;
}
#movieModal.centered {
  left: 50%;
  transform: translate(-50%, -50%);
}
#movieModal.lefted {
  left: 0;
  transform: translate(0, -50%);
}
#movieModal.righted {
  left: 100%;
  transform: translate(-100%, -50%);
}
#movieModal.hidden {
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
#movieModal .portada {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.my-modal-content .portada {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 992px;
  height: 558px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#movieModal .info, .my-modal-content .info{
  padding: 20px;
}

#movieModal .info .botones, #movieModal .info .datos, #movieModal .info .tags ,.my-modal-content .info .botones, .my-modal-content .info .datos, .my-modal-content .info .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.my-modal-content .info .botones{
	margin-top:0;
	}
.my-modal-content .info .botones.arrowOnly{
	margin-top:30px !important;
	}
.download{
	display:none;
	}
#movieModal .info .botones .boton,.my-modal-content .info .botones .boton {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 8px;
  border-radius: 50%;
  border: 2px solid #595959;
  background-color: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  position: relative;
}
#movieModal .info .botones .boton:not(.play):hover:before ,.my-modal-content .info .botones .boton:not(.play):hover:before{
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: max-content;
  padding: 10px 20px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  transform: translate(-50%, -18px);
  box-shadow: 0 2px 10px 0 #000;
}
#movieModal .info .botones .boton:not(.play):hover:after ,.my-modal-content .info .botones .boton:not(.play):hover:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-18px);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#movieModal .info .botones .boton:not(.arrow), .my-modal-content.info .botones .boton:not(.arrow) {
  margin-right: 10px;
}
#movieModal .info .botones .boton.arrow {
  /*margin-left: auto;*/
}
.my-modal-content.more .info.more .botones .boton.arrow {
	display:inline;
	}
.my-modal-content.more.mob .info.more .botones .boton.arrow {
	display:none;
	}
.my-modal-content .info .botones .boton.arrow {
  display: none;
}
#movieModal .info .botones .boton.play,.my-modal-content .info .botones .boton.play {
  border-color: #fff;
  background-color: #fff;
  cursor: pointer;
}
#movieModal .info .botones .boton.play:hover ,.my-modal-content .info .botones .boton.play:hover ,#homeMoreInfo:hover{
	transform: scale(1.1);
}
	
#movieModal .info .botones .boton.play svg path,.my-modal-content .info .botones .boton.play svg path {
  fill: #000;
  stroke-width: 0;
}
#movieModal .info .botones .boton svg ,.my-modal-content .info .botones .boton svg {
  width: 100%;
  height: 100%;
}
#movieModal .info .botones .boton svg path,.my-modal-content .info .botones .boton svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#movieModal .info .datos ,.my-modal-content  .info .datos {
  margin: 20px 0;
  font-size:16px;
  font-weight: 600;
}

#movieModal .info .match {
background-color: rgba(0, 0, 0, .3);
margin-top: -60px;
margin-bottom:28px;
	font-weight: 600;
	font-size:20px;
  color: #fff;
  	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66));
display:none;
}
.grayTxt{
	color:#666;
	}
.greenTxt{
	color:#FFC107;
	}
#movieModal .info .dep,#movieModal .info .txt{
	display:none;
	}
.my-modal-content .info .match{
	position:absolute;
/*top: 580px;
max-width:600px;*/
margin-bottom:20px;
margin-left:180px;
padding-left:20px;
	font-weight: 600;
	font-size:24px;
  color: #fff;
  	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66))
}

#movieModal .info .datos .clasificacion, .my-modal-content .info .datos .clasificacion {
  margin: 0 10px;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #fff;
}
#movieModal .info .tags,.my-modal-content  .info .tags {
	margin-top:-18px;
  flex-wrap: wrap;
  font-weight: 400;
}
#movieModal .info .dep,.my-modal-content  .info .dep {
position: absolute;
    margin-top: 11px;
    right: 20px;
  flex-wrap: wrap;
  font-weight: 400;
  max-width: 250px;
}
#movieModal .info .txt,.my-modal-content  .info .txt {
    margin-top: -12px;
    max-width: 70%;
    flex-wrap: wrap;
    font-weight: 200;
}
#movieModal .info .txt2,.my-modal-content  .info .txt2 {
    margin-top: 15px;
    max-width: 70%;
    flex-wrap: wrap;
    font-weight: 200;
	display:none;
}
#movieModal .info .tags .tag,.my-modal-content .info .tags .tag {
  margin: 5px 5px 5px 0;
}
#movieModal .info .tags .tag:not(:first-child):before ,.my-modal-content .info .tags .tag:not(:first-child):before {
  content: "•";
  margin-right: 5px;
  opacity: 0.5;
}

.programForm{
	padding-left:0.5em;
	}

.background-video {
  width: 100%;
 /* height: 200px;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.my-modal-content .background-video {
	margin:0;
	padding:0;
  width: 100%;
  /*height: 558px;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body.no-scroll {
  overflow: hidden;
}

.site {
/*  max-width: 800px;
  margin: 3em auto;*/
}
.bookBG{
	background-color:#adcad2;
}
.promoBG{
	background-color:#d0d1d3;
}
.bg {
  background-size: cover;
  background: url("http://1design.jp/wp-content/uploads/2016/01/eyecatch-1.jpg") center center;
  height: 500px;
  width: 200%;
  margin-left: -50%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  z-index:10;
}
.my-modal-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.my-modal-content {
  position: absolute;
  width: 992px;
  /*text-align: center;*/
  padding: 0;
  background-color: black;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.66), 0 26px 52px rgba(0, 0, 0, 0.66);
  z-index:10;
}
.my-modal-content.more {
  position: absolute;
  width: calc((100vw - 141px) *5 / 6 + 120px);
  /*text-align: center;*/
  padding: 0;
  background-color: black;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.66), 0 26px 52px rgba(0, 0, 0, 0.66);
  z-index:10;
}
#audio-control{
	cursor: pointer;
	position:absolute;
	left: 85vw;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.36));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.36))
	}
#audio-control:hover {
	transform: scale(1.1);
	}
#js-close{
	z-index:38;
	position: absolute;
	padding: 0;
	cursor: pointer;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.36));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.36))
	}
#js-close:hover {
	transform: scale(1.1);
	}
#myfooter{
	width:100vw;
	left:0;
	color:#000;
	background-color:#FFF;
	margin-top:60px;
	padding: 10px 30px 10px 15px;
	font-size:1rem;
	line-height:1rem;
	display:flow-root;
	}
.bookPage{
	position:absolute;
bottom:0;
	}
#myfooter img{
	margin-left:10px;
	height:40px;
}
.myright{
  position: relative;
  float: right;
}
#realVideoDiv{
	position: absolute;
    top: 0;
	left:0;
  min-height: 100vh;            /* fall-back */
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
	width:100vw;
  padding:0;
  background-color:#000;
  z-index:36;
	display:none;
	}
#realVideoPlayerDiv{
	position: absolute;
    margin: 0;
  padding:0;
  z-index:2147483647;
	}
#realVideoPlayer_Back{
	position: absolute;
    top: 45px;
	left:30px;
  padding:0;
    width: 60px;
		cursor: pointer;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8))
	}
#realVideoPlayer_Back:hover {
	transform: scale(1.1);
	}
#realVideoPlayer_Fullscreen{
	position: absolute;
    top: 60px;
	left:calc(100vw - 110px);
  padding:0;
    width: 50px;
		cursor: pointer;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8))
	}
#realVideoPlayer_Fullscreen:hover {
	transform: scale(1.1);
	}
#next-button{
	display:none;
position: absolute;
    width: 200px;
    top: calc(100vh - 120px);
    left: calc(100vw - 200px);
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
	}
#realVideo{
	position: absolute;
	/*top:calc((100vh - 56.25vw) / 2);*/
	top:0;
	left:0;
	width:100%;
	height:100%;	
	}

#movieModal #vList{
	display:none;
	}

#vList {
	padding:2em;
}

.vlistcard {
	min-height: 168px;
	align-items: center;
	padding:18px;
    background-color: transparent;
	margin-top:0;
	border-bottom:#000;
	color:#FFF;
	border-bottom: 1px solid #404040;
	border-radius: 5px;
	cursor:pointer;
}
.vlistcard.vlistnow {
    background-color: #333;
}
.vlistimg{
position: absolute;
  display:inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:240px;
  height:135px;
  border-radius: 3px;
  margin-left:10px;
	}
.vlistcard:hover .vlistimg img {
	opacity: 1;
}
.vlistimg img{
margin-top:35px;
  margin-left: auto;
  margin-right: auto;
  width:65px;
  display: block;
  opacity: 0;
  transition: ease all 0.3s;
	}
.vlistright{
	margin-left:260px;
	}
.vlisttitle{
	margin-top:0;
	top:0;
	padding-left:1em;
	font-size:18px;
	font-weight:600;
}
.vlisttext{
	padding:1em;
	font-size:16px;
}
.vListBigTitle{
	margin-bottom:0.5em;
	}
.SquareBolderTxt{
    padding: 2px 4px;
    border: 1px solid #fff;
	border-radius:5px;
	font-weight:900;
	}
#audio-control img{
	width:60px;
	}
.movie.main{
	cursor: pointer;
	}

.transOnly{
	transition: ease all 1s;
	}
.moreLeseNewBtn{
	cursor: pointer;
	}
.moreLeseNewBtn:hover {
	transform: scale(1.1);
	}
.righticons,.datos,.dep,.txt,#vList,.boton.share,.boton.plus{
	display: none !important;
	}
@media only screen and (min-width: 1000px) {
  .my-modal-content {
    left: 50%;
    margin-left: -496px;
  }
  .my-modal-content.more {
    left: 50%;
    margin-left: calc(0px - (((100vw - 141px) *5 / 6 + 120px) / 2));
  }
  #js-close{
    left: 50%;
    margin-left: 436px;
  }
  #js-close.more{
    left: 50%;
    margin-left: calc((((100vw - 141px) *5 / 6 + 120px) / 2) - 43px);
  }
}
@media only screen and (min-height: 400px) {
  .my-modal-content {
    top: 50%;
    margin-top: -330px;
  }
  .my-modal-content.more {
      top: 50%;
    margin-top: -260px;
  }
   #js-close {
    top: 50%;
    margin-top: -320px;
  }
}
@media only screen and (max-width: 1600px) {
  .bookPage {
	bottom :0;
	margin-top: 0;
}

@media only screen and (max-width: 1400px) {
.moviesSection .moviesWrapper .movie, .cardABCDE_promo {
max-width:calc((100vw - 137px) / 5);
}
.my-modal-content.more {
width: calc((100vw - 137px) * 4 / 5 + 120px);
}
.moviesSection .moviesWrapper .movie .thumb{
  width:calc((100vw - 137px) / 5);
  height:calc((100vw - 137px) * 0.1125);
}
.thumbTitleTop10{
	margin-top:calc((100vw - 137px) * 0.1125);
	}
.moviesSection.top10 .moviesWrapper .movie .thumb {
  width:calc((100vw - 137px) / 5);
  height:calc((100vw - 137px) * 0.1125);
}
.viewsecnow {
  top:calc(((100vw - 137px) * 0.1125) + 7px);
}

.moviesSection.continue .moviesWrapper .movie:after {
  top:calc(((100vw - 137px) * 0.1125) + 7px);
}
#js-close.more{
   margin-left: calc((((100vw - 137px) *4 / 5 + 120px) / 2) - 55px);
  }
}
@media only screen and (max-width: 1100px) {
.moviesSection .moviesWrapper .movie, .cardABCDE_promo {
max-width:calc((100vw - 133px) / 4);
}

.moviesSection .moviesWrapper .movie .thumb {
  width:calc((100vw - 133px) / 4);
  height:calc((100vw - 133px) * 0.140625);
}

.moviesSection.top10 .moviesWrapper .movie .thumb {
  width:calc((100vw - 133px) / 4);
  height:calc((100vw - 133px) * 0.140625);
}
.thumbTitle,.continue .thumbTitle{
	font-size:0.9rem;
	}
.thumbTitleTop10{
	margin-top:calc((100vw - 133px) * 0.140625);
	}
.viewsecnow {
  top:calc(((100vw - 133px) * 0.140625) + 7px);
}

.moviesSection.continue .moviesWrapper .movie:after {
  top:calc(((100vw - 133px) * 0.140625) + 7px);
}
.my-modal-content.more {
width: calc((100vw - 133px) * 3 / 4 + 120px);
}
#js-close.more{
   margin-left: calc((((100vw - 133px) * 3 / 4 + 120px) / 2) - 75px);
  }
}
@media only screen and (max-width: 1000px) {
.my-modal-content {
  width: 100%;
}
.my-modal-content.more {
  width: 100%;
  margin-left: 0px;
}

#js-close {
    top: 50%;
    margin-top: -250px;
    right: 16px;
}
#movieModal .info .dep,.my-modal-content .info .dep {
    max-width: 115px;
	font-size: 15px;
}
}
@media only screen and (max-width: 800px) {
.vlistimg {
    width: 32vw;
    height: 18vw;
    border-radius: 3px;
    margin-left: 0;
}
.vlistright {
    margin-left: 32vw;
}
.vlistimg img {
    margin-top: calc(9vw - 32px);
}
.containers {
  padding-left:0px;
  padding-right:0px;
}
.moviesSection.top10:before,.moviesSection:not(.top10):before {
display:none;
}
.moviesSection.top10:after,.moviesSection:not(.top10):after {
display:none;
}
#audio-control{
	left: 70vw;
	}
.moviesSection .moviesWrapper .movie, .cardABCDE_promo {
max-width:calc((100vw - 29px) / 3);
}

.moviesSection .moviesWrapper .movie .thumb {
  width:calc((100vw - 29px) / 3);
  height:calc((100vw - 29px) * 0.1875);
}
.moviesSection.top10 .moviesWrapper .movie .thumb {
  width:calc((100vw - 29px) / 3);
  height:calc((100vw - 29px) * 0.1875);
}
.thumbTitle,.continue .thumbTitle{
	font-size:0.8rem;
	}
.thumbTitleTop10{
	margin-top:calc((100vw - 29px) * 0.1875);
	}
.viewsecnow {
  top:calc(((100vw - 29px) * 0.1875) + 7px);
}

.moviesSection.continue .moviesWrapper .movie:after {
  top:calc(((100vw - 29px) * 0.1875) + 7px);
}

}
@media only screen and (max-width: 590px) {
.my-modal-content .info .match {
    position: relative;
    margin-bottom: 20px;
    margin-left: -28px;
    font-weight: 600;
	font-size:18px;
    color: #fff;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.66));
}
  .bookPage {
	bottom : unset;
	margin-top: 150px;
}
#js-close {
    top: 50%;
    margin-top: -250px;
    right: 8px;
}

#myfooter img{
	margin-left:0;
	height:30px;
}
.thumbTitle,.continue .thumbTitle{
	font-size:0.7rem;
	}
}
@media only screen and (max-width: 500px) {
.programForm{
	font-size:12px;
	padding-left:0.5em;
	}
#programs{
	max-width:8em;
	}
.SquareBolderTxt {
    padding: 0px 20px;
}
#movieModal .info .txt2, .my-modal-content .info .txt2 {
    max-width: 100%;
}
.txt2{
	display:none;
	}
#movieModal .info .txt, .my-modal-content .info .txt {
    max-width: 100%;
}
#movieModal .info .dep, .my-modal-content .info .dep {
    position: relative;
    margin-top: unset;
	max-width: unset;
	right: unset;
    /* flex-wrap: wrap; */
    font-weight: 400;
    /* max-width: 250px; */
}
.thumbTitleTop10{
	margin-top:calc((100vw - 25px) * 0.28125);
	}
.moviesSection .moviesWrapper .movie ,.cardABCDE_promo {
max-width:calc((100vw - 25px) / 2);
}

.moviesSection .moviesWrapper .movie .thumb {
  width:calc((100vw - 25px) / 2);
  height:calc((100vw - 25px) * 0.28125);
}
.moviesSection.top10 .moviesWrapper .movie .thumb {
  width:calc((100vw - 21px) / 2);
  height:calc((100vw - 21px) * 0.28125);
}
.viewsecnow {
  top:calc(((100vw - 25px) * 0.28125) + 7px);
}

.moviesSection.continue .moviesWrapper .movie:after {
  top:calc(((100vw - 25px) * 0.28125) + 7px);
}
#audio-control img{
	width:45px;
	}
#audio-control{
	left: 60vw;
	display:none;
	}
.morningSub{
	display:none;
	}

#myfooter{
	font-size:0.8rem;
	line-height:0.8rem;
	padding: 5px 5px 5px 5px;
	}
.myright{
  float:unset;
}
}
@media only screen and (max-width: 400px) {
#js-close {
    top: 50%;
    margin-top: -250px;
    right: 8px;
}
#js-close.more{
    top: 50%;
    margin-top: -250px;
    right: 8px;
  }
.my-modal-content {
    margin-top: -260px;
  }
#myfooter img{
	height:25px;
}
}

/*@media only screen and (hover: none) and (pointer: coarse),@media only screen and (hover: none) and (pointer: fine), @media (pointer: fine) and (any-pointer: coarse){

  .moviesSection .moviesWrapper,.moviesAll {
    overflow-x: scroll;
	overflow-y: hidden;
  }
  .moviesSection .moviesWrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}*/