/**
 * ==============================================================
 * EOS - RESPONSIVE BOOTSTRAP MOBILE APP LANDING PAGE TEMPLATE
 * ==============================================================
 */

/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

html {
  height: 100% !important;
}
body {
  font-family: "Lato", "HelveticaNeue", "Arial";
  font-size: 16px;
  line-height: 28px;
  background-color: #ffffff;
  color: #777777;
  overflow-x: hidden;
}

h1 {
  font-family: "Helvetica Neue", "Arial";
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  margin: 20px;
  color: black;
}
h1.faqhead {
  margin-left: 0px;
  font-size: 18px;
  line-height: 25px;
  color: black;
  font-family: "Helvetica Neue", "Arial";
}

h2 {
  font-family: "Helvetica Neue", "Arial";
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px;
  color: black;
}
h2.pointhead {
  clear: both;
  margin: 0px;
  margin-top: 25px;
  font-size: 14px;
  color: black;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Futura", "Arial Black", "Arial Bold", "Arial";
}
h2.managerhead {
  font-family: "Helvetica Neue", "Arial";
  margin: 30px;
}

.shake {
  animation: shake 0.5s infinite;
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotateZ(-1deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: rotateZ(1deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

@media (max-width: 767px) {
  p.rightmargin {
    margin: 10px;
  }
  p.cattags {
    margin: 10px;
    line-height: 35px;
  }
  p#quicknotice {
    font-size: 13px;
    text-align: left;
    margin: 10px;
  }
  div#paymentbox {
    z-index: 7;
    display: none;
    position: fixed;
    border: 1px solid #e3e7f0;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    max-height: 70%;
    overflow-y: auto;
    background-color: white;
    padding-bottom: env(safe-area-inset-bottom);
  }
  div#onboardingbox {
    z-index: 6;
    display: none;
    position: fixed;
    border: 1px solid #e3e7f0;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    max-height: 90%;
    overflow-y: auto;
    background-color: white;
    padding-bottom: env(safe-area-inset-bottom);
  }
  p.moviedetail {
    margin: 10px;
  }
  div.blogholder {
    margin: 25px;
    margin-top: 100px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 25px;
  }
  div.container h1 {
    margin: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  div.container h2 {
    margin: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  div#maincontainer {
    margin-top: 40px;
  }
  div.videobox {
    background-color: white;
    border: 1px solid #e8ebf3;
    box-shadow: 0px 8px 8px -6px #e8ebf3;
    height: 350px;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  div.videodetailbox {
    background-color: white;
    margin: 0px;
    border-bottom: 5px solid #e3e7f0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.videodetailbox h1 {
    margin: 10px;
    font-size: 18px;
    line-height: 27px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  div.videodetailbox h2 {
    margin: 10px;
    font-size: 17px;
  }
  div.videodetailbox h3 {
    margin: 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
  }
  div.videoinfo {
    margin: 0px;
  }
  div.videoinfo.columns {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 5px;
  }
  div.searchholder {
    margin: 25px;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  div.videopicturesholder {
    margin-top: 20px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  div.videopictures {
    overflow-x: auto;
    height: 500px;
    padding-left: 10px;
    padding-right: 5px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  div.videodetailbox.nopadding {
    padding-top: 0px;
  }
  div.faqtitle {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
  }
  p.ctabuttonholder {
    margin: 10px;
  }
  p.rightpadding {
    margin: 10px;
  }
  img.logoimg {
    top: 5px;
    left: 40px;
    height: 30px;
    position: absolute;
    width: auto;
  }
  p.logotext {
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 80px;
  }
  h1.landingsearchhead {
    margin: 15px;
    font-size: 22px;
    font-family: "Verdana", "Helvetica";
    line-height: 35px;
  }
  span.videoplayercover {
    cursor: pointer;
    opacity: 0.9;
    display: block;
    border: 1px solid white;
    width: 80px;
    height: 46px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -23px;
    border-radius: 10px;
    text-align: center;
  }
  i.videoplayerbutton {
    color: white;
    position: Absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    font-size: 16px;
  }
  div.actressholder {
    position: relative;
    margin-top: 10px;
    padding-right: 130px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  h3.infopoint {
    margin: 10px;
    font-size: 15px;
    line-height: 21px;
    color: black;
    font-weight: bold;
  }

  #videoplayer {
    width: 100% !important;
    height: 270px !important;
  }
  #videoplayerplaceholder {
    width: 100% !important;
    height: 270px !important;
  }
}

@media (min-width: 768px) {
  p.rightmargin {
    margin: 10px;
    margin-right: 150px;
  }
  p#quicknotice {
    font-size: 13px;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 20px;
  }
  div#paymentbox {
    z-index: 7;
    display: none;
    position: fixed;
    border: 1px solid #e3e7f0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    padding: 10px;
    max-height: 70%;
    overflow-y: auto;
    background-color: white;
    padding-bottom: env(safe-area-inset-bottom);
  }
  div#onboardingbox {
    z-index: 6;
    display: none;
    position: fixed;
    border: 1px solid #e3e7f0;
    border-radius: 5px;
    top: 20px;
    left: 50%;
    margin-left: -270px;
    width: 540px;
    max-height: 80%;
    overflow-y: auto;
    padding: 10px;
    background-color: white;
  }
  p.moviedetail {
    margin: 10px;
    margin-right: 180px;
  }
  p.cattags {
    margin: 20px;
    line-height: 35px;
  }
  hr.moviedetail {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 170px;
  }

  div.blogholder {
    margin: 25px;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 25px;
  }
  div.container h1 {
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
    color: black;
  }
  div.container h2 {
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
    color: black;
  }
  div#maincontainer {
    margin-top: 70px;
    overflow: auto;
  }
  div.videobox {
    background-color: white;
    border: 1px solid #e8ebf3;
    box-shadow: 0px 8px 8px -6px #e8ebf3;
    height: 350px;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  div.videobox:hover {
    background-color: #f9f9f9;
  }
  div.videodetailbox {
    background-color: white;
    border: 1px solid #e8ebf3;
    box-shadow: 0px 8px 8px -6px #e8ebf3;
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  div.videodetailbox h1 {
    margin: 20px;
    line-height: 29px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  div.videodetailbox h2 {
    margin: 20px;
  }
  div.videodetailbox h3 {
    margin: 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
  }
  div.videodetailbox.nopadding {
    padding-top: 0px;
  }
  div.faqtitle {
    padding: 10px;
    cursor: pointer;
  }
  div.videopicturesholder {
    margin-top: 20px;
    height: 180px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  div.videopictures {
    overflow-x: auto;
    height: 500px;
    padding-left: 20px;
    padding-right: 15px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  div.videoinfo {
    margin: 10px;
  }
  div.videoinfo.columns {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  div.searchholder {
    margin: 25px;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
  }
  p.ctabuttonholder {
    margin: 20px;
  }
  p.rightpadding {
    margin: 10px;
    margin-right: 190px;
  }
  img.logoimg {
    top: 5px;
    left: 0px;
    height: 30px;
    position: absolute;
    width: auto;
  }
  p.logotext {
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 40px;
  }
  h1.landingsearchhead {
    margin: 15px;
    font-size: 28px;
    font-family: "Verdana", "Helvetica";
    line-height: 50px;
  }
  span.videoplayercover {
    opacity: 0.9;
    cursor: pointer;
    display: block;
    border: 1px solid white;
    width: 90px;
    height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -25px;
    border-radius: 10px;
    text-align: center;
  }
  i.videoplayerbutton {
    color: white;
    position: Absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -10px;
    font-size: 20px;
  }
  div.actressholder {
    position: relative;
    margin-top: 10px;
    padding-right: 130px;
    padding-left: 20px;
    padding-bottom: 15px;
  }

  #videoplayer {
    width: 100% !important;
    height: 500px !important;
  }
  #videoplayerholder:hover span.videoplayercover {
    opacity: 1;
  }
  #videoplayerplaceholder {
    width: 100% !important;
    height: 500px !important;
  }
  h3.infopoint {
    margin: 10px;
    font-size: 15px;
    line-height: 21px;
    color: black;
    font-weight: bold;
  }
}
