/* Home */
html {
  font: normal 14px / 20px 'lato', Helvetica, Arial, sans-serif;
  color: #445878;
  line-height: 33px;
  background-color: #f1f4f5;
  overflow-x: hidden;
}

body {
  counter-reset: section;
  overflow-x: hidden;
}

.vjs-custom-loader .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-custom-loader .vjs-loading-spinner:before,
.vjs-custom-loader .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}

/*.vod-video-clip input[type="checkbox"] {
    height: 30px;
    margin-left: -2px;
    width: 24px;
    border-left: none;
    border-color: #ddd;
    margin-top: 0px;
}

.vod-video-clip input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
    font-size: 20px;
    line-height: 26px;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #445878;
  font-family: lato;
}

a:hover {
  text-decoration: none;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}

/* media -queries */

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1280px;
    padding: 0 30px;
  }

  .vod-home .uk-grid + .uk-grid {
    margin-top: 0;
  }
  .pd-r15 {
    padding-right: 15px;
  }
  .pd-l15 {
    padding-left: 15px;
  }
  .pd-r50 {
    padding-right: 50px;
  }
  .pd-l-40 {
    padding-left: 40px;
  }
  .pd-l-r {
    padding-left: 65px;
    padding-right: 40px;
  }

  .pd-l-10 {
    padding-left: 10px;
  }

  .vod-hom-new-note .uk-container.uk-container-center.uk-slidenav-position {
    padding: 0 105px;
  }

  #embed-code .uk-form {
    padding: 25px;
  }
}

/*font-family*/

@font-face {
  font-family: Lato;
  font-weight: 100;
  src: local('Lato Light'), url('../images/Lato-Light.ttf');
}

@font-face {
  font-family: Lato;
  font-weight: 200;
  src: local('Lato Bold'), url('../images/Lato-Bold.ttf');
}

/* header  log and nave start*/

.vod-hom-section .uk-container:first-child {
  padding: 0 30px 75px 45px;
}

.vod-body #navigation {
  padding: 10px;
  background-color: #fff;
}

.vod-navbar.uk-navbar {
  background: #fff;
}

.vod-logo.uk-navbar-nav > li > a {
  height: inherit;
}

.vod-navbar-nav > li > a {
  color: #445878;
  font-family: Lato;
}

.vod-navbar-nav.uk-navbar-nav > li:hover > a,
.vod-navbar-nav.uk-navbar-nav > li > a:focus,
.vod-navbar-nav.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav.vod-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #011332;
}

.vod-active a {
  position: relative;
}

.vod-active > li > a:before {
  position: absolute;
  content: '';
  height: 4px;
  width: 100%;
  background: #011332;
  opacity: 0;
  bottom: 0;
  margin-left: -15px;
}
.vod-active > li.uk-active > a:before {
  opacity: 1;
  bottom: 0;
}
.vod-nav > li {
  padding: 8px 6px;
}

/*login button*/

.vod-btn-login {
  margin: 10px 0;
  background-color: #445878;
  padding: 0 25px;
  color: #fff;
  font-weight: bold;
}
.vod-btn-login:hover {
  background-color: #011332;
  color: #fff;
}

.vod-report-otp-issue {
  margin-top: 0px !important;
  margin-left: 55px !important;
  font-size: 1.15em !important;
}

.vod-otp-issue-reporting-number {
  margin-top: 30px;
  font-size: 1.25em;
}

#vod-mdl-report-otp-issue h3 {
  background-color: #445778;
  color: #fff;
  padding: 15px 10px;
  word-spacing: 0.2em;
}
/*dashboard button*/

.vod-btn-dashboard {
  background: #fd9345;
  color: #fff;
  margin: 10px 0;
  padding: 0 25px;
}

.vod-btn-dashboard:hover {
  background: #ff7916;
  color: #fff;
}

.vod-icon-cart {
  font-size: 200%;
  vertical-align: -50%;
}

.vod-navbar .uk-badge {
  position: relative;
  top: -6px;
  right: 14px;
}

.vod-dropdown-navbar.uk-dropdown-navbar {
  margin-top: 10px;
  margin-left: 10px;
  background: #fff;
  color: #444444;
}

.vod-dropdown-navbar .uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  color: #000d1a;
  background: #fff;
}
.vod-hom-search {
  top: 12px;
  left: 10%;
}
.vod-hom-search .uk-search-field,
.uk-search-field:focus {
  width: 550px;
  font-size: 16px;
}

.vod-hom-search .vod-advance-search a {
  color: #287ab9;
  padding-left: 30px;
  font-size: 12px;
}

.vod-advance-search {
  line-height: 25px;
}

.uk-search.vod-hom-search:before {
  content: '\f002';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #344765;
}
/* Nav area end*/

/* Home slidshow section start*/

.vod-hom-section-1-background {
  text-align: center !important;
  max-height: 575px !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden;
}
.vod-home-section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vod-home-section-image {
  width: 100% !important;
  height: auto !important;
}
.vod-hom-btn-see-trailor {
  border: 1px solid #fb852d;
  color: #fb852d;
  background: none;
  line-height: 45px;
  border-radius: 4px;
  padding: 0 18px;
  margin-top: 40px;
  font-size: 19px;
}

.uk-icon-angle-double-right,
.vod-hom-btn-see-all .uk-icon-angle-double-right,
.vod-explore-btn .uk-icon-angle-double-left,
.vod-proceed-btn .uk-icon-angle-double-right {
  width: 0;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  position: relative;
  left: 5px;
}

.vod-hom-btn-see-trailor:hover .uk-icon-angle-double-right,
.vod-hom-btn-see-all:hover .uk-icon-angle-double-right,
.vod-explore-btn:hover .uk-icon-angle-double-left,
.vod-proceed-btn:hover .uk-icon-angle-double-right,
.vod-order-continue:hover .uk-icon-angle-double-right,
.vod-share-url-order-continue:hover .uk-icon-angle-double-right {
  width: 1.3em;
  opacity: 1;
}

.vod-hom-btn-see-trailor:hover {
  background: #fc9345;
  color: #1d3251;
}

.vod-hom-container {
  height: 600px;
}

.vod-hom-grid .uk-width-3-4 {
  padding-left: 100px;
}

.uk-grid.vod-hom-grid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vod-hom-grid img {
  border-radius: 6px;
  width: 100%;
  height: 430px;
}

.vod-hom-grid h1 {
  letter-spacing: 4px;
  text-transform: capitalize;
}

.vod-hom-grid h2.uk-h1 a {
  color: #fff;
}

.vod-hom-grid h2.uk-h1 a:hover {
  color: #06172d;
  text-decoration: none;
}

.vod-hom-grid p {
  letter-spacing: 1px;
}

.vod-hom-grid .uk-vertical-align {
  height: 100%;
}

.vod-hom-dotnav.uk-dotnav {
  padding-bottom: 40px;
}
.vod-hom-dotnav.uk-dotnav > * > * {
  width: 8px;
  height: 8px;
}
/* slide show section end  */

/* section-2 recommended movies session start  */
.vod-hom-section {
  padding-top: 100px;
  padding-bottom: 75px;
}
.vod-hom-section-pillars {
  background-color: #fff;
  padding: 5% 0;
}

.vod-hom-section-collection {
  padding-top: 100px;
}

.vod-hom-btn-see-all {
  color: #1d3251;
  background: #ffaa6b;
  line-height: 45px;
  border-radius: 4px;
  padding: 0 27px;
}

.vod-hom-btn-see-all:hover {
  color: #0d203c;
  background: #fc9345;
}

.vod-hom-font {
  font-size: 30px;
  letter-spacing: 4px;
  color: #344765;
  font-weight: 100;
}

.vod-home .uk-animation-slide-left,
.vod-home .uk-animation-slide-right,
.vod-home .uk-animation-slide-bottom,
.vod-home .uk-animation-slide-top {
  -moz-animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.vod-hom-img-box {
  position: relative;
}
.vod-hom-img-box .custom-overlay {
  opacity: 0;
}

.vod-hom-img-box:hover .vod-hom-time-duration {
  opacity: 0;
}
.vod-hom-img-box:hover .custom-overlay {
  opacity: 1;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}

.vod-hom-img-box .custom-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 2;
}

.vod-hom-img-box:hover .vod-hom-section-img {
  -webkit-filter: blur(2px); /* Chrome, Safari, Opera */
  filter: blur(2px);
}

.vod-hom-img-box .vod-hom-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-top: -35px;
}
.vod-hom-watch-btn .uk-button {
  background-color: #445878;
  color: #ffffff;
  border-radius: 3px;
  width: 140px;
  height: 33px;
}

.vod-hom-watch-btn .uk-button:hover {
  background-color: #011332;
}

div.vod-hom-time-duration .uk-button {
  background: #011332;
  color: #fff;
  font-size: 9px;
}

.vod-hom-img-box .vod-hom-price-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
}

.vod-hom-recom-movies .vod-hom-inner {
  font-size: 19px;
}

.vod-hom-img-box .vod-hom-price-text .vod-hom-inner {
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
}

/* accessibility */
.vod-hom-inner {
  padding: 10px;
  margin: 2px;
}

.grayscale {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
}
.underline {
  text-decoration: underline;
}

.white-cursor {
  /*cursor:default;*/
  /*background: rgba(0, 0, 0, 0.72);*/
  /*width: 100px;*/
  /*height: 100px;*/
  cursor: url('../../image/cw.png'), auto !important;
}
.white-cursor:hover {
  /*cursor:default;*/
  /*background: rgba(0, 0, 0, 0.72);*/
  /*width: 100px;*/
  /*height: 100px;*/
  cursor: url('../../image/cw.png'), auto !important;
}
.black-cursor {
  /*cursor:default;*/
  /*background: rgba(0, 0, 0, 0.72);*/
  /*width: 100px;*/
  /*height: 100px;*/
  cursor: url('../../image/cb.png'), auto !important;
}
.black-cursor:hover {
  /*cursor:default;*/
  /*background: rgba(0, 0, 0, 0.72);*/
  /*width: 100px;*/
  /*height: 100px;*/
  cursor: url('../../image/cb.png'), auto !important;
}

.vod-hom-img-box .vod-hom-price-text .vod-hom-inner .uk-icon-money::before {
  margin-right: 5px;
}

.vod-hom-img-box .vod-hom-price-text .vod-hom-inner .uk-icon-download::before {
  margin-right: 5px;
}
[class*='uk-icon-'] span {
  font-family: Lato;
}

.vod-hom-img-box .vod-hom-time-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.vod-hom-heading {
  position: relative;
}
.vod-hom-heading::before {
  content: url('../images/upper-blue.png');
  position: absolute;
  top: -15px;
  right: -15px;
}
.vod-hom-heading::after {
  content: url('../images/lower-blue.png');
  position: absolute;
  bottom: -30px;
  left: -15px;
}
.vod-hom-recom-movies .vod-hom-img-box ~ div {
  margin-bottom: 30px;
}

img.vod-hom-small-img {
  width: 100%;
  height: 130px;
  border-radius: 3px;
}

img.vod-hom-large-img {
  width: 100%;
  height: 220px;
  border-radius: 3px;
}
div.vod-hom-img-caption {
  position: relative;
  top: 10px;
}
.vod-hom-img-caption > a,
.vod-hom-most-download-caption > a {
  color: #445878;
  text-transform: capitalize;
}
.vod-hom-img-caption > a:hover,
.vod-hom-most-download-caption > a:hover {
  color: #011332;
  text-decoration: none;
  font-weight: 200;
}

/* section-3 new & noteworthy section start */
.vod-hom-section-2-background,
.vod-free-available-movie {
  background: url('../images/new bg.png');
}

.vod-free-available-movie {
  margin-top: 125px;
}

.vod-hom-section-img {
  width: 100%;
  height: 275px;
}
.vod-hom-section-img-overrided {
  width: 100vw;
  height: 275px;
}
.vod-home .uk-slidenav {
  color: #445878;
  font-size: 80px;
}

.vod-home .uk-slidenav:hover,
.vod-home .uk-slidenav:focus {
  color: #445878;
}

.vod-hom-slidenav .uk-slidenav-position .uk-slidenav {
  display: inherit;
  top: 35%;
}

.vod-hom-slidenav .uk-slidenav-previous {
  left: 15px;
}

.vod-hom-slidenav .uk-slidenav-next {
  right: 15px;
}

.vod-hom-new-note h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: 100;
}

.vod-hom-new-note .vod-hom-heading::before,
.vod-collection-cart .vod-hom-heading::before {
  content: url('../images/upper-white.png');
}
.vod-hom-new-note .vod-hom-heading::after,
.vod-collection-cart .vod-hom-heading:after {
  content: url('../images/lower-white.png');
}

.vod-hom-new-note .vod-hom-img-caption > a {
  color: #d2d2d2;
}

.vod-hom-new-note .vod-hom-img-caption > a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
}

/* Free available movies*/
.vod-hom-section-5-background {
  background: url('../images/collection-bg.png');
}

/*  section-4  most downloaded section start */
.vod-most-dwnld-movie {
  border-bottom: 2px solid #ccc;
}

.vod-hom-most-download-caption {
  box-sizing: content-box;
  background: #f1f4f5;
  padding: 15px 2px 10px 20px;
}
.vod-hom-most-download-caption > a {
  color: #445878;
}
.vod-hom-most-download-caption > a:hover {
  color: #011332;
  text-decoration: none;
}

.vod-hom-most-download-caption > p {
  font-size: 12px;
}

.cart-shadow {
  box-shadow: 3px 3px 5px #e5e5e5;
}

/*news area*/
.vod-news-container {
  max-width: 1110px;
  margin-top: -50px;
}

.vod-news-container .vod-hom-font {
  margin-bottom: 30px;
}

.vod-news-area {
  background-color: #f1f4f5;
  box-shadow: rgba(0, 0, 0, 0.34902) 0 0 8px;
  padding: 40px 30px 40px 40px;
  border: 1px solid #ccc;
}

.vod-news-item {
  background-color: #ffffff;
  min-height: 350px;
  margin-right: 10px;
  border-bottom: 5px solid transparent;
  position: relative;
}

.vod-news-item img {
  height: 200px;
}

a.vod-blog-link:hover > .vod-news-item {
  border-color: #4fc1e9;
  margin-top: -5px;
}

.vod-blog-text {
  padding: 10px;
}

.vod-slow-effect {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* footer section start */

.vod-foot-background {
  background: url('../images/footer.jpg') no-repeat;
  background-size: cover;
  color: #fff;
}

.vod-foot-background i {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 65px;
}

.vod-foot-background .uk-float-right i {
  font-size: 16px;
  opacity: 1;
}

.vod-foot-background .uk-float-right a {
  color: #999;
}

.vod-foot-background .uk-float-right a:hover {
  color: #fff;
  text-decoration: none;
}

.vod-foot-background .uk-icon-comments:before {
  color: #445878;
  position: absolute;
  font-size: 45px;
  top: 6px;
  right: 8px;
}

.vod-tags-container {
  padding-top: 25px;
  padding-bottom: 67px;
}

.vod-foot-background ul.uk-list > li {
  padding-bottom: 15px;
}
.vod-foot-background ul.uk-list > li > a {
  color: #999;
}
.vod-foot-background ul.uk-list > li > a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
}

.vod-footer {
  padding: 20px 0 0;
  color: #445878;
}

.vod-footer li {
  display: inline;
  padding-right: 60px;
}

.vod-footer li::before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.vod-footer li > a {
  color: #445878;
}

.vod-footer li > a:hover,
a:active,
.vod-collection a:hover,
a:active {
  color: #000d1a;
  text-decoration: none;
}

/* mobile */

.uk-nav-offcanvas.vod-nav-offcanvas > li > a {
  color: #011332;
}

.uk-nav-offcanvas.vod-nav-offcanvas ul a {
  color: #445878;
}

@media (min-width: 320px) and (max-width: 767px) {
  .uk-width-small-1-1 {
    width: 100%;
  }

  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-sm-5-10 {
    width: 50%;
  }

  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }

  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }

  .uk-width-small-1-4 {
    width: 25%;
  }

  .uk-width-small-3-4 {
    width: 75%;
  }

  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }

  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }

  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }

  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }

  .uk-width-small-1-6 {
    width: 16.666%;
  }

  .uk-width-small-5-6 {
    width: 83.333%;
  }

  .uk-width-small-1-10 {
    width: 10%;
  }

  .uk-width-small-3-10 {
    width: 30%;
  }

  .uk-width-small-7-10 {
    width: 70%;
  }

  .uk-width-small-9-10 {
    width: 90%;
  }

  /* nav-container*/

  header .uk-container {
    padding: 0;
  }

  .vod-body #navigation {
    padding: 10px 0;
    background-color: #fff;
  }

  /*logo*/

  .vod-logo img {
    height: 40px;
    width: auto;
  }

  /*offcanvas*/

  header .uk-navbar-toggle {
    background: #fff;
    float: right;
  }

  .uk-offcanvas-bar.vod-offcanvas-bar {
    background: #fff;
    width: 215px;
    padding: 20px;
  }
  /*offcanvas search*/

  .vod-finder label {
    display: block;
  }

  .vod-finder input,
  .vod-finder button {
    display: inline-block;
  }

  .vod-finder input {
    padding: 5px 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .vod-finder button {
    margin-left: -3px;
    background: #445878;
    font-size: 14px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /* offcanvas navbar*/

  .vod-offcanvas-bar li > a {
    padding: 4px 2px;
    border-bottom: 1px dotted #e8e8e8;
  }

  html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background-color: #445878;
  }

  /* login button */

  .vod-btn-login {
    padding: 0 12px;
    line-height: 30px;
    min-height: 30px;
    margin: 0;
    font-weight: 200;
  }

  .vod-btn-dashboard {
    margin-right: 15px;
  }

  .vod-navbar-nav > li > a {
    padding: 0 15px !important;
  }

  /*blogs*/

  .vod-news-item {
    min-height: 220px;
  }

  /*section-1*/

  .uk-grid.vod-hom-grid {
    left: 0;
  }

  .vod-hom-grid .uk-width-3-4 {
    padding-left: 25px;
  }

  .vod-hom-grid h1 a {
    font-size: 16px;
    white-space: nowrap;
  }

  .vod-hom-btn-see-trailor {
    margin-top: 0;
    padding: 0 12px;
  }

  /*recommended videos*/

  .vod-home .uk-container.uk-container {
    padding-bottom: 30px;
  }

  .vod-hom-slidenav .uk-slidenav {
    font-size: 50px;
  }

  .vod-hom-slidenav .uk-slidenav-position .uk-slidenav {
    top: 42%;
  }

  .vod-hom-slidenav .uk-slidenav-previous {
    left: -15px;
  }

  .vod-hom-slidenav .uk-slidenav-next {
    right: -15px;
  }

  .vod-hom-dotnav.uk-dotnav {
    padding-bottom: 0;
  }

  .vod-hom-font,
  .vod-hom-new-note h2 {
    font-size: 24px;
  }

  .vod-visible-small h3 a {
    color: #999;
  }

  .vod-visible-small h3 a:hover {
    color: #fff;
  }

  .vod-hom-img-box .vod-hom-price-text .vod-hom-inner {
    margin: 0 15px 0;
  }

  .vod-hom-img-box .vod-hom-price-text .vod-hom-inner .uk-icon-money::before,
  .vod-hom-img-box
    .vod-hom-price-text
    .vod-hom-inner
    .uk-icon-download::before {
    margin-right: 0;
  }
  .vod-hom-watch-btn .uk-button {
    width: 120px;
  }

  .vod-circle {
    top: -40px;
    right: 20px;
  }

  .vod-body .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .vod-hom-search .uk-search-field,
  .uk-search-field:focus {
    width: 200px;
  }

  .vod-foot-background ul.uk-list > li.dot-ellipsis {
    width: 110px !important;
  }
  /*news feed*/
  .vod-news-item img {
    height: auto;
  }

  /*search*/
  .vod-search .uk-width-8-10 {
    padding-left: 0;
  }

  .vod-search .uk-form .vod-tags-select {
    max-height: 140px !important;
  }
  .slogan {
    margin: 3% 0%;
    transform: translate(0%, 0%) !important;
  }
  .front-slogan {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .explore_btn {
    /* top: 50% !important; */
    margin-top: 0px !important;
    padding: 2px 32px !important;
  }
}

@media (max-width: 320px) {
  .front-slogan {
    font-size: 11px !important;
    font-weight: bold;
    line-height: normal !important;
  }

  .explore_btn {
    margin-top: 0px !important;
    padding: 0px 14px !important;
    font-size: 13px !important;
    line-height: 28px !important;
    min-height: 0px !important;
  }
}
/*tablet*/

@media (min-width: 768px) and (max-width: 1200px) {
  /*header*/

  .vod-logo img {
    width: 150px;
    height: auto;
    margin-top: 15px;
  }

  .vod-navbar-nav > li > a {
    padding: 0 8px;
    font-size: 14px;
  }

  .vod-btn-dashboard {
    padding: 0 10px;
  }

  .vod-hom-search .uk-search-field,
  .uk-search-field:focus {
    width: 240px;
  }

  /*section-1*/

  .vod-hom-slidenav .uk-slidenav-previous {
    left: -2%;
  }
  .vod-hom-slidenav .uk-slidenav-next {
    right: -2%;
  }

  .vod-home .uk-slidenav {
    font-size: 70px;
  }

  .vod-home .uk-grid + .uk-grid {
    margin-top: 0;
  }

  #embed-code .uk-form .uk-form-row input[type='text'] {
    width: 85% !important;
  }

  .vod-news-area .uk-grid div:last-child {
    margin-top: 20px;
  }
}

.uk-modal-dialog.vod-trailer-popup {
  width: 1000px;
  background: #f1f4f5 !important;
  margin: 150px auto;
}

.vod-hom-btn-see-trailor.vod-popup {
  margin-top: 20px;
  width: 200px;
}

.uk-modal-dialog.vod-trailer-popup {
  width: 1000px;
  background: #f1f4f5 !important;
  margin: 150px auto;
}

.vod-hom-btn-see-trailor.vod-popup {
  margin-top: 20px;
  width: 200px;
}

.pointer {
  cursor: pointer;
}

.wheel-chair {
  position: fixed;
  z-index: 5;
  padding-top: 35px;
  font-size: 45px;
  color: #fc9345;
}

.vod-accessibility {
  border: 1px solid #000;
  position: fixed;
  top: 10%;
  padding: 0;
  display: none;
  z-index: 5;
}

.vod-active-accessibility {
  background-color: #445878 !important;
  color: #ffffff !important;
}

ul.vod-accessibility > li > a {
  width: 100%;
  float: left;
  font-size: 18px;
  background: #ffffff;
}

ul.vod-accessibility > li > a:hover {
  background-color: #445878;
  color: #ffffff;
}

/* static pages  */
.vod-title-wrap {
  position: relative;
  display: inline-block;
}

.vod-title-wrap:before {
  content: url('../images/upper-blue.png');
  position: absolute;
  right: -30px;
  top: -22px;
}

.vod-title-wrap:after {
  content: url('../images/lower-blue.png');
  position: absolute;
  left: -30px;
  bottom: -15px;
}
.vod-static-img {
  width: 95px;
  height: 87px;
}

/*button*/

.vod-foot-background ul.uk-list > li.dot-ellipsis {
  width: 140px;
}

.dot-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden !important;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap !important;
  font-size: 16px;
}

.vod-news-container p.dot-ellipsis,
.vod-home p.uk-h4.dot-ellipsis,
.vod-collection p.dot-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden !important;
  line-height: 18px;
  max-height: 40px;
  -webkit-text-overflow: ellipsis;
  white-space: normal !important;
}

.uk-icon-arrow-left.vod-back-btn {
  font-size: 30px;
  padding: 20px;
  color: #ffaa6b;
}

.uk-icon-arrow-left.vod-back-btn:hover {
  font-size: 33px;
  padding: 20px;
  color: #fc9345;
}

.vod-login-code-btn {
  padding: 0 35px;
}

.back-btn-link {
  color: #ffffff;
}

.back-btn-link:hover {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}

/*alert box*/

.vod-wallet-alert-box {
  padding: 10px;
  border: 1px solid;
}

.vod-grp-wallet-alert,
.vod-member-cap-alert,
.vod-grp-cap-alert {
  border: none !important;
  margin: 0;
  padding: 0 30px !important;
}

.vod-grp-wallet-alert i.uk-icon-check,
.vod-member-cap-alert i.uk-icon-check,
.vod-grp-cap-alert i.uk-icon-check {
  margin-top: 10px;
  color: #33ae59;
}

.vod-grp-wallet-alert i.uk-icon-close,
.vod-member-cap-alert i.uk-icon-close,
.vod-grp-cap-alert i.uk-icon-close {
  margin-top: 10px;
  color: red;
}

.vod-grp-wallet-alert p,
.vod-member-cap-alert p,
.vod-grp-cap-alert p {
  background: none !important;
  color: #6c6c78;
  font-size: 16px;
}

.vod-grp-wallet-alert p span,
.vod-member-cap-alert p span,
.vod-grp-cap-alert p span {
  margin-left: 20px;
}

.uk-alert {
  font-size: 14px;
  padding-left: 35px;
  margin-top: 0;
}

.index-email-error .uk-alert-danger,
.user-error .uk-alert-danger {
  background: #fff1f0 !important;
  border: 1px solid rgba(216, 80, 48, 0.3);
  padding: 10px 30px;
}
.index-email-error .uk-alert-danger,
.user-login-error .uk-alert-danger {
  background: #fff1f0 !important;
  padding: 10px 30px;
}

.uk-alert-danger {
  color: #ce3c0f;
}

.uk-alert-success {
  color: #33ae59;
  background-color: #f2fae3 !important;
  border: 1px solid rgba(101, 159, 19, 0.3);
  padding: 10px 30px;
}

.error-border {
  border: 1px solid #ce3c0f;
}

/*loader*/

.uk-modal.loader,
.loader .uk-modal-dialog {
  opacity: 1;
}

.loader .uk-modal-dialog {
  display: block;
  top: 500px;
}

.loader .uk-icon-spinner {
  font-size: 40px;
  color: #fff;
}

.vod-no-decoration {
  color: #2d7091;
  text-decoration: none;
}

.vod-no-decoration:hover {
  color: #445878;
  text-decoration: none;
}

/*************************************************MENU.CSS*************************************************/

.uk-icon-caret-down.vod-dashboard {
  margin-left: 10px;
}

.uk-nav.uk-nav-navbar > li > a {
  color: #445878;
}

.uk-dropdown.uk-dropdown-bottom {
  background: #fbfbfb;
}

.vod-dashboard .uk-nav-navbar > li > a:hover,
.vod-dashboard .uk-nav-navbar > li > a:focus,
.uk-dropdown .uk-nav-navbar > li > a:hover,
.uk-dropdown .uk-nav-navbar > li > a:focus {
  background: #f1f1f1 !important;
  color: #011332 !important;
}

.vod-margin-top--15 {
  margin-top: -15px;
}

.vod-margin-top--20 {
  margin-top: -20px;
}

@media only screen and (max-width: 975px) {
  .vod-pagination-for-large-device {
    display: none;
  }

  .vod-pagination-for-small-device {
    display: inline-block !important;
  }
}

/****************************************** MOVIE.CSS ******************************************/

/* start moviepage*/

.vod-movie-page {
  background-color: #fff;
  padding: 30px;
}

.vod-movie-page .jwplayer {
  width: 100% !important;
}

.key-value b,
.uk-icon-external-link {
  color: #0c45a1;
}

.vod-movie-add-to-cart-purchase-plan {
  width: 62%;
}

.vod-movie-add-to-cart-rent-plan {
  width: 38%;
}

/* videojs player dimensions */
.vod-movie-player-full .my-video-dimensions {
  width: 100%;
}

span.uk-badge {
  padding: 4px 15px;
  background: #f1f4f5;
  margin-left: 5px;
  color: #445878;
}

.vod-details-margin {
  margin-bottom: 20px;
}

.vod-details-text-lineheight {
  line-height: 28px;
}

.vod-details-movie-poster {
  height: 340px;
  width: 230px;
}

.uk-grid-small.uk-button-group {
  margin-top: 20px;
}

.vod-movie-page .uk-width-large-1-4 {
  padding-left: 68px;
}

.vod-description {
  line-height: 25px;
}

.vod-description a {
  text-decoration: underline;
}
/*Google adsense*/

#portrait-left {
  width: 160px;
  height: 600px;
  margin-top: 50px;
  margin-left: 10px;
  float: left;
}

#portrait-right {
  width: 160px;
  height: 600px;
  margin-top: 50px;
  margin-right: 10px;
  float: right;
}

@media only screen and (max-width: 1573px) {
  #portrait-left {
    display: none !important;
  }

  #portrait-right {
    display: none !important;
  }
}

#purchase-square {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1215px) {
  #purchase-square {
    display: none !important;
  }
}

/*Embeded codes*/

#embed-code .uk-modal-dialog {
  width: 1000px;
}

#embed-code .uk-form .uk-form-row input[type='text'] {
  width: 88%;
  height: 50px;
  border: 1px solid #eee;
  color: #445878;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#embed-code .uk-form .uk-form-row .uk-button {
  padding: 0 30px;
  height: 50px;
  background: #64ba76;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  width: 105px;
  margin-left: -3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#embed-code .uk-form .uk-form-row span {
  color: #64ba76;
  margin-right: 5px;
}

.vod-embed-copy {
  border: 1px solid #64ba76 !important;
}

.vod-movie-page .uk-button.uk-button-small {
  color: white;
  border-radius: 4px 4px 4px 4px;
  height: 35px;
  width: 100%;
  padding: 0 3px;
}

/***** BUTTONS *****/

.vod-collection .uk-button-large,
.vod-movie-page .vod-details-margin .uk-button-large,
.vod-thank-section .uk-button-large {
  color: white;
  border-radius: 0 4px 4px 0;
  height: 54px;
  width: 170px;
}

.vod-details-margin .uk-button.vod-icon {
  border-radius: 4px 0 0 4px;
  width: 60px;
}

.vjs-big-play-button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*download button*/
.download .vod-icon {
  background-color: #79ad41;
}

.download .uk-button-large:last-child,
.download .uk-button.uk-button-small {
  background-color: #8cc152;
}

.download .uk-button-large:last-child:hover {
  background-color: #9be846;
}
/*rent button*/

.rent .vod-icon {
  background-color: #344765;
}

.rent .uk-button-large:last-child,
.rent .uk-button.uk-button-small {
  background-color: #445878;
}

.rent .uk-button-large:last-child:hover {
  background-color: #5476ac;
}

/*add-to-cart button*/

.add-to-cart .vod-icon {
  background-color: #fb852d;
}

.add-to-cart .uk-button-large:last-child,
.add-to-cart .uk-button.uk-button-small {
  background-color: #fd9345;
}

.add-to-cart .uk-button-large:last-child:hover {
  background-color: #fa9d59;
}

@media only screen and (min-width: 1024px) {
  .uk-icon-button {
    margin-right: 10px;
  }
  span.uk-badge {
    padding: 6px 15px;
    background: #f1f4f5;
    margin-left: 5px;
    font-size: 12px;
  }
  p.uk-h2,
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 758px) {
  .jwplayer {
    width: 100% !important;
  }

  .vod-movie-page {
    padding: 20px;
  }

  #embed-code .uk-form .uk-form-row input[type='text'] {
    width: 75%;
  }

  #embed-code .uk-form .uk-form-row .uk-button {
    padding: 0 10px;
    width: 65px;
  }

  .vod-movie-page .uk-modal {
    width: 100%;
  }
}

a.uk-icon-button {
  color: #fdfdfd;
  font-size: 20px;
}
.uk-container.uk-container-center.vod-body {
  max-width: 1000px;
  padding-top: 60px;
}

.vod-suggest-movie.uk-slidenav-position .uk-slidenav-previous {
  left: -30px;
}

.vod-suggest-movie.uk-slidenav-position .uk-slidenav-next {
  right: -20px;
}
/*end movie page*/
.uk-autocomplete {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uk-nav-autocomplete > li > a {
  color: #666;
}
.uk-nav-autocomplete > li.uk-active > a {
  background: #009dd8;
  color: #fff;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-nav-autocomplete .uk-nav-header {
  color: #999;
}
.uk-nav-autocomplete .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/************************** JW PLAYER ****************************/
#vod-movie-player-full .jw-logo,
#vod-movie-player-trailer .jw-logo {
  top: 0 !important;
  margin-right: 10px !important;
}

#vod-movie-player-full .jw-sharing-dock-btn,
#vod-movie-player-trailer .jw-sharing-dock-btn {
  margin-right: 5px !important;
  margin-top: 70px;
}

/*social icons*/

.vod-social-icon .uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #fff;
}

.vod-social-icon .stLarge {
  background-image: none !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  border-radius: 50%;
  background: #445878;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: fontawesome;
}

.vod-social-icon .stButton .stLarge:hover {
  opacity: 1 !important;
}

/*facebook*/
.vod-social-icon .st_facebook_large .stLarge:before {
  content: '\f09a';
}

.vod-social-icon .st_facebook_large .stLarge:hover {
  background: #3b5998;
}

/*linkedin*/

.vod-social-icon .st_linkedin_large .stLarge:before {
  content: '\f0e1';
}

.vod-social-icon .st_linkedin_large .stLarge:hover {
  background: #0077b5;
}

/*twitter*/

.vod-social-icon .st_twitter_large .stLarge:before {
  content: '\f099';
}

.vod-social-icon .st_twitter_large .stLarge:hover {
  background: #1da1f2;
}

/*pinterest*/

.vod-social-icon .st_pinterest_large .stLarge:before {
  content: '\f0d3';
}

.vod-social-icon .st_pinterest_large .stLarge:hover {
  background: #bd081c;
}

/*Ellipsis*/

.vod-movie-page .uk-text-justify.uk-margin-remove.dot-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden !important;
  line-height: 33px;
  max-height: 230px;
  -webkit-text-overflow: ellipsis;
  white-space: normal !important;
}

/*********************  STATIC PAGES **************************/

.vod-static-container {
  background-color: white;
  padding: 50px;
  font-size: 16px;
}

.vod-static-container h4 {
  color: #0c45a1;
  font-weight: 700;
}

.vod-static-container blockquote {
  height: 100px;
  border-left: 1px solid #cccccc;
  font-style: normal;
}

.vod-static-button .uk-button {
  border-radius: 5px;
  font-size: 14px;
  padding: 0 30px;
  background-color: #3bafda;
}

.vod-static-button .uk-button:hover {
  background-color: #00a8e6;
  font-weight: 400;
}

.vod-static-container p [class*='uk-icon-'] {
  font-size: 20px;
  color: #0c45a1;
}

.vod-static-button2 .uk-button {
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #445878;
  background-color: #fbfbfb;
}

.vod-static-container .vod-title-h2 {
  padding-left: 30px;
  padding-bottom: 20px;
}

.vod-static-container blockquote h2 {
  line-height: 35px;
  padding-top: 12px;
  color: #0c45a1;
}

.vod-static-button2 .uk-button:hover {
  background-color: #f1f4f5;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-static-container {
    padding: 20px;
  }

  .vod-static-container blockquote {
    height: 175px;
  }

  .vod-title-wrap:before {
    right: -15px;
  }
}

/****************************ABOUT.CSS*************************************/

.md-about-background {
  background-image: url('../images/about-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.md-about-pic {
  margin-top: 30px;
}

.md-about-text {
  color: #ffffff;
  word-wrap: break-word;
  line-height: 25px;
}

.md-about-heading h2 {
  color: #ffffff;
  padding-top: 70px;
}

.md-about-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 40px;
}

.md-about-text1 {
  word-wrap: break-word;
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
}

.md-about-p {
  padding: 40px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .md-about-text1 {
    padding: 0 10px;
  }

  .md-about-heading h2 {
    padding-top: 35px;
  }

  .md-about-heading2 h2 {
    padding-top: 40px;
  }

  .md-about-p {
    padding: 20px 0;
  }
}

/********************************* 404 css *************************************/

.vod-404-img {
  padding-top: 100px;
}

input[type].uk-form-large.vod-404-search {
  width: 475px;
}

.uk-button-large.vod-404-button {
  margin-left: -4px;
  margin-top: -6px;
}

.vod-404-oops {
  padding-top: 50px;
  letter-spacing: 5px;
}

h1.vod-404-oops,
h2.vod-404-start,
h3.vod-404-content {
  color: #445878;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vod-404-start {
  padding-top: 40px;
  letter-spacing: 2px;
}

.vod-404-content {
  padding-top: 20px;
  letter-spacing: 5px;
  line-height: 35px;
}

.vod-404-text {
  padding-top: 15px;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

.uk-button.vod-404-color {
  color: #ffffff;
  background-color: #445878;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-404-oops {
    padding-top: 15px;
  }

  h3.vod-404-content {
    font-size: 16px;
  }

  .vod-404-content {
    padding-top: 0px;
  }

  .vod-404-start {
    padding-top: 20px;
  }

  input[type].uk-form-large.vod-404-search {
    width: 210px;
  }

  .vod-404-img {
    padding-top: 20px;
  }
}

.md-title-wrap {
  position: relative;
  display: inline-block;
}

.md-title-wrap:before {
  content: url('../images/upper-blue.png');
  position: absolute;
  right: -30px;
  top: -30px;
}

.md-title-wrap:after {
  content: url('../images/lower-blue.png');
  position: absolute;
  left: -30px;
  bottom: -15px;
}

/*********************************************CONTACT.CSS***********************************************/

.vod-contact-bg {
  background-image: url('../images/subs_plan_bg.png');
  padding-left: 100px;
  padding-top: 70px;
  display: flex;
}

.vod-contact-input {
  padding-left: 4px;
  padding-top: 40px;
  padding-right: 30px;
}

.vod-contact-text {
  padding-top: 20px;
}

.vod-contact-captcha {
  padding-left: 15px;
}

.vod-contact-input.uk-form input,
.vod-contact-input.uk-form select,
.vod-contact-input.uk-form textarea {
  border-radius: 5px;
}

.vod-contact-container .uk-form textarea,
.vod-contact-container .uk-form input,
.vod-contact-container .uk-form select {
  width: 300px;
}

.vod-contact-control textarea {
  resize: none;
}

.vod-contact-control .uk-form-controls {
  margin-bottom: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-contact-bg {
    padding-left: 40px;
    padding-top: 30px;
  }

  .vod-contact-captcha {
    padding-left: 0;
  }
}

/*Susbscription page*/
.vod-subscription-page {
  background-color: #ffffff;
  padding: 50px 50px 50px 50px;
}

/*********************** DMCA *************************/

.vod-dmca-logo {
  height: 35px;
}

/********************* Distributor ************************/

.vod-distributor-button .uk-button {
  border: 1px solid #445878;
  border-radius: 21px;
  background-color: transparent;
  padding: 0 20px;
  font-weight: bold;
  color: #445878;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vod-distributor-button .uk-button:hover {
  background-color: #445878;
  color: white;
}

/************** WE BUY MOVIES *********************/

.vod-buy-form .uk-form-row {
  margin-bottom: 12px;
}

.vod-buy-form {
  padding: 35px 60px;
  background-color: #f1f4f5;
  box-shadow: 5px 5px 15px #dedede;
  margin: 40px 0;
}

.vod-buy-text {
  padding-top: 20px;
}

.vod-buy-captcha {
  padding-left: 15px;
}

.vod-buy-control textarea {
  resize: none;
}

.vod-buy-input.uk-form input,
.vod-buy-input.uk-form select,
.vod-buy-input.uk-form textarea {
  border-radius: 5px;
  width: 60%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-buy-form {
    margin: 0;
    padding-left: 20px;
  }

  .vod-buy-input.uk-form select,
  .vod-buy-input.uk-form textarea,
  .vod-buy-input.uk-form input {
    width: 100%;
  }
}

/****************************** SEARCH PAGE *************************************/

/* start search page*/
@media only screen and (max-width: 1023px) {
  .vod-search-img-box .vod-search-time-duration {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
  }
}
@media only screen and (max-width: 786px) {
  .uk-search-field.vod-search-box {
    background-color: #ffffff;
    width: 160px;
    padding-left: 10px;
  }

  .test {
    white-space: normal;
    width: 10em;
  }
}
@media only screen and (min-width: 790px) {
  .uk-search-field.vod-search-box {
    background-color: #ffffff;
    width: 100%;
    padding-left: 10px;
  }

  .test {
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .uk-thumbnail:hover .test,
  .pd-l-40 li:hover .test {
    text-overflow: inherit;
    overflow: visible;
    width: 12em;
    white-space: normal;
    color: #000d1a;
  }

  .vod-search-img-box .custom-overlay {
    opacity: 0;
  }

  .vod-search-img-box:hover .vod-search-time-duration {
    opacity: 0;
  }

  .uk-thumbnail:hover .custom-overlay {
    opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
  }

  .vod-search-img-box .custom-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 2;
  }

  .vod-search-thumbnail-padding {
    padding-right: 50px;
  }

  .vod-search-img-box .vod-search-time-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
}

.vod-search-heading {
  padding-top: 100px;
  padding-bottom: 40px;
}

.vod-search-img-box {
  position: relative;
}

.vod-search-img-box .vod-search-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-top: -35px;
}

.vod-search-watch-btn .uk-button {
  background-color: #445878;
  color: #ffffff;
  border-radius: 3px;
  width: 140px;
  height: 33px;
}

.vod-search-watch-btn .uk-button:hover {
  background-color: #011332;
}

div.vod-search-time-duration .uk-button {
  background: #445878;
  color: #fff;
  font-size: 9px;
}

.vod-search-img-box .vod-search-price-text {
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
}

.vod-search-img-box .vod-search-price-text .vod-search-inner {
  margin: 0 25px 0;
}

.vod-search-thumbnail-textsize {
  font-size: 12px;
  line-height: 20px;
}

.vod-search-thumbnail {
  text-align: right;
  padding-right: 5px;
  font-size: 10px;
}

.vod-search .uk-thumbnail a:hover {
  text-decoration: none;
}

.vod-search-text1-size {
  font-size: 24px;
  color: #000;
}

.vod-search .uk-thumbnail-caption {
  color: #445878;
  text-align: left;
}

.vod-search-text-hover {
  font-weight: 700;
  line-height: 20px;
}

.vod.search-dropdown-li {
  list-style: none;
  margin: 0 10px;
}

.vod.search-dropdown-anchor {
  text-decoration: none;
  color: #455876;
  line-height: 26px;
}

.vod.search-dropdown-anchor:hover {
  color: #011332;
}

.vod.search-dropdown-anchor .vod-search-description {
  font-weight: 100;
}

.vod.search-dropdown-img {
  height: 80px;
  width: 60px;
  margin-left: 10px;
}

.vod.search-dropdown-span {
  text-transform: capitalize;
}

.vod.search-dropdown-header {
  padding: 10px 10px 20px;
  color: #455876;
}

.vod.search-dropdown-div {
  background: #f0f4f5;
  width: 550px;
  height: 350px;
  overflow-y: scroll;
  position: absolute;
  z-index: 1000;
  top: 60px;
}

.vod-search-bar.uk-form input[type='radio']:checked:before {
  width: 4px;
  height: 4px;
  margin: 4px auto 0;
}

.vod-search-bar.uk-form input[type='radio']:checked {
  border: 1px solid #00a8e6;
}

.vod-search-bar.uk-form input[type='radio']:checked {
  border: 1px solid #00a8e6;
}

.vod-search-bar.uk-form input[type='radio']:checked {
  border: 1px solid #00a8e6;
}

/* End search page*/

/*search collection*/

.vod-search .vod-collection-caption a {
  color: #445878;
}

.vod-search .uk-form-icon > [class*='uk-icon-'] {
  right: 0;
}

.vod-search .uk-width-2-10 {
  background: #fff;
  padding: 20px;
}

.vod-search .uk-form-icon:not(.uk-form-icon-flip) > input,
.vod-search .uk-form-icon:not(.uk-form-icon-flip) > input:focus {
  padding: 0 !important;
  border: none;
  width: 265px;
  background: #fff;
}

.vod-search .uk-form .vod-tags-select {
  max-height: 345px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.vod-search .uk-form .vod-tags-select input[type='checkbox'] {
  border-radius: 3px;
}

.vod-search .uk-form .vod-tags-select label {
  font-size: 12px;
  margin-left: 15px;
}

.vod-search .uk-width-2-10 .uk-form-icon,
.vod-search .vod-tags-select {
  border-bottom: 1px solid #ddd;
}

.vod-search .vod-collection-caption a:hover {
  color: #000d1a;
  text-decoration: none;
}

.not-found {
  background: #fff;
  padding: 20px;
}

/******************************** USER-LOGIN.CSS *****************************************/

.login {
  margin-top: 100px;
  margin-bottom: 100px;
}

.vod-login-left {
  padding-top: 110px;
  text-align: center;
  background-color: #445878;
  padding-bottom: 6px;
}

.vod-login-right {
  padding: 60px 60px 0;
  height: 335px;
  background-color: white;
  border: 1px ridge #ccc;
}

.vod-auto-login-right {
  padding: 0 20px !important;
  margin-left: 0;
}

.vod-login-right.index,
.vod-login-front.vod-login-right .uk-form {
  padding: 40px 80px 20px 60px;
}

.vod-login-front.vod-login-right {
  padding: 0;
  min-height: 394px;
}

.vod-login-right.login-with-code {
  padding: 60px 20px 0 60px;
}

.vod-login-grid .uk-grid {
  padding: 0;
}

.uk-width-large-3-10.vod-login-grid,
.uk-width-large-7-10.vod-login-grid {
  padding: 0;
}

.vod-login-grid .vod-hom-btn-see-trailor {
  background: #fc9345;
  color: #fff;
}

.vod-login-h2 {
  padding: 30px 0 60px 0;
}

.vod-login-h2 h2 {
  color: white;
  line-height: 50px;
}

.vod-login-text {
  padding: 20px 0 40px 0;
}

.vod-login-text.login-index {
  padding: 0px 0 20px 0;
}

.vod-login-text.signup-index {
  padding: 0px 0 20px 0;
}

.login .uk-form input[type="radio"] {
  width: 14px;
}

.login .uk-form input,
.vod-wtch-movie .vod-login-text {
  width: 56%;
  border-radius: 5px;
}

.vod-404-button .uk-button {
  background-color: #4fc1e9;
}

.vod-login-button.uk-button-primary {
  background-color: #445878;
  border-radius: 5px;
  min-height: 45px;
  line-height: 45px;
  padding: 0 30px;
}

.vod-resend-login-code-link {
  padding: 0 344px;
  font-size: 15px;
  color: #999;
}

.vod-resend-login-code-link:hover {
  color: #445878;
  text-decoration: underline;
}

.vod-login-button.uk-button-primary:hover {
  background-color: #455e86;
}

.vod-mobile-number {
  width: 41% !important;
  height: 50px !important;
}

.vod-country-code {
  width: 15% !important;
  height: 50px !important;
}

.login .uk-button {
  height: 45px !important;
}

/*pre tag*/

.login pre {
  color: #33ae59;
  font-size: 16px;
  line-height: 26px;
  font-family: lato;
  background: #f2fae3 !important;
}

.vod-back-btn {
  padding: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .login.uk-margin-large-top {
    margin-top: 100px !important;
    margin-bottom: 120px;
  }

  .vod-login-left {
    padding-top: 20px;
  }

  .vod-login-right.index,
  .vod-login-front.vod-login-right .uk-form {
    padding: 30px 15px;
  }

  .vod-auto-login-right {
    padding: 0 !important;
    height: auto;
  }

  .vod-auto-login-right .uk-width-small-1-1 {
    padding-left: 15px;
  }

  .vod-login-front.vod-login-right {
    min-height: 510px;
  }

  .login .uk-form input,
  .vod-wtch-movie .vod-login-text {
    width: 100%;
  }

  .vod-login-h2 {
    padding: 5px 0 5px 0;
  }

  .vod-login-right {
    padding: 50px 15px 60px 15px;
  }

  .vod-login-right.login-with-code {
    padding: 30px;
  }

  .vod-resend-login-code-link {
    padding: 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .vod-login-right {
    padding: 30px 45px;
  }

  .login .vod-hom-btn-see-trailor {
    margin-top: 40px !important;
  }

  .vod-resend-login-code-link {
    padding: 0 32px;
  }
}

.vod-search-bar.uk-form input[type='radio']:checked:before {
  width: 4px;
  height: 4px;
  margin: 4px auto 0;
}

/*flipper*/

.flip {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/************************************ PAYMENT.CSS ***************************************************/

/* payment module headings */
@media (min-width: 1220px) {
  .vod-payment .uk-container.uk-container-center {
    padding: 50px;
  }

  .vod-pay-container .uk-panel-box {
    padding: 40px;
  }

  .vod-payment .uk-subnav > * {
    font-size: 21px;
  }

  .vod-payment .uk-subnav > li.uk-active:after {
    content: ' ';
    display: inline-block;
    border-top: 34px solid transparent;
    border-right: 0;
    border-bottom: 33px solid transparent;
    border-left: 28px solid #4fc1e9;
    position: absolute;
    right: -27px;
    top: 0;
  }
}

.vod-payment .uk-subnav > * {
  font-size: 18px;
  margin-top: 0;
}

.vod-payment-section {
  background-color: #fff;
  color: #445878;
}

.vod-payment-section .vod-pay-by-wallet,
.vod-payment-section .vod-pay-by-credit-card,
.vod-payment-section .vod-pay-by-bitcoin {
  padding: 30px;
  color: #445878;
}

/*payment method*/

.vod-processor-section {
  font-size: 16px;
}

.vod-processor-section ul,
.vod-processor-section .vod-wallet-payment {
  background: #fbfbfb;
  border: none;
}

.vod-processor-section .vod-left-nav.uk-nav-side > li.uk-active > a {
  background: #445878;
  color: #fff;
}

.vod-processor-section .vod-left-nav.uk-nav-side > li > a {
  background: #fbfbfb;
}

/*insufficient amount*/

.vod-insufficient-amnt {
  padding: 15px !important;
  background: #fff !important;
}

.vod-insufficient-amnt h4 {
  color: #ce3c0f;
}

.vod-insufficient-amnt a,
.vod-wallet-permission-error a {
  color: #287ab9;
  font-weight: bold;
}

.vod-pay-by-wallet a.uk-float-left {
  color: #999;
}

.vod-pay-by-wallet a.uk-float-left:hover,
.vod-order-cancel:hover {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.vod-payment .vod-pay-by-credit-card .uk-form .uk-form-width-medium {
  width: 272px;
}

.vod-pay-by-credit-card .uk-panel-box {
  font-size: 16px;
  color: #445878;
}

.vod-payment .uk-subnav {
  border: 1px solid #cdcdcd;
  box-shadow: 0 3px 5px #cdcdcd;
  border-top-style: none;
  border-left-style: none;
}

.vod-payment .uk-subnav > * > *,
.vod-payment .uk-subnav-pill > * > :hover,
.vod-payment .uk-subnav-pill > * > :focus {
  color: #ccc;
  background: transparent;
}

.vod-payment .uk-subnav > * {
  padding: 13px 0;
}

.vod-payment .uk-subnav > li.uk-active,
.vod-payment .uk-subnav-pill > .uk-active > * {
  background-color: #4fc1e9;
  color: #fff;
}

.vod-payment .uk-subnav > li.uk-active.vod-li-last-child:after {
  display: none;
}

/* payment module description */

#vod-payment-content {
  padding-left: 40px;
  padding-right: 40px;
  min-height: 500px;
}

/* before you watch movie */

.vod-wtch-movie p.uk-margin-large-top {
  margin-top: 0 !important;
}

.vod-payment .vod-wtch-movie h2 {
  color: #4fc1e9;
}

.vod-payment .vod-wtch-movie p,
.vod-payment .vod-wtch-movie .uk-form label {
  color: #445878;
  font-size: 16px;
}

.vod-payment .uk-form .uk-form-width-medium {
  width: 400px;
  border-radius: 4px;
  padding: 16px 20px;
}

.vod-payment .vod-wtch-movie .uk-button-primary {
  background: #4fc1e9;
  padding: 0 28px;
  min-height: 40px;
  line-height: 40px;
}

/* ORDER SUMMARY */

.vod-order-smry img {
  width: 60px;
  height: 76px;
}

.vod-order-smry .uk-table th {
  border-bottom: 1px solid #c6c6c6;
  font-size: 16px;
  font-weight: 100;
}

.vod-order-smry .uk-table td {
  padding-top: 35px;
}

.vod-order-smry td p {
  margin-top: -5px;
  text-transform: capitalize;
  font-size: 12px;
  margin-bottom: 12px;
}

.vod-order-smry td a {
  font-size: 12px;
}

.vod-order-smry td a:hover {
  color: #005599;
}

.vod-order-smry h4 {
  text-transform: capitalize;
  color: #445878;
  margin-top: 8px;
}

.vod-order-smry a {
  color: #4fc1e9;
  font-size: 16px;
}

.vod-pay-now:hover {
  text-decoration: none;
  background: #ff9b52 !important;
  color: #fff;
}

.vod-order-cancel {
  color: #999 !important;
}

.vod-order-cancel:hover {
  color: #666 !important;
}

.vod-order-smry .uk-form input {
  width: 92px;
  height: 33px;
  border-radius: 4px;
}

.vod-order-smry .uk-button-primary {
  background: #445878;
  font-size: 12px;
  padding: 2px 23px;
}

.vod-order-smry .vod-totel-amnt {
  background: #4fc1e9;
}

.vod-order-smry .vod-totel-amnt h4 {
  color: #fff;
  padding: 5px 30px 0;
}

.vod-order-smry a.uk-button,
.vod-invoice-smry a.uk-button {
  background: #fd9345;
  color: #fff;
  padding: 6px 25px;
  border-radius: 6px;
}

/* PAYMENT METHOD */

.vod-pay-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/* payment through wallet */

.vod-wallet-payment {
  background: #f1f4f5;
}

.vod-wallet-payment .uk-form input[type='checkbox'] {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.vod-wallet-payment .uk-form input[type='checkbox']:checked {
  background: #4fc1e9;
  border: 0;
}

.vod-wallet-payment .uk-form input[type='checkbox']:checked:before {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}

.vod-wallet-payment .uk-width-1-4 {
  margin-bottom: 35px;
}

.vod-wallet-payment .uk-grid .uk-panel {
  background: #f1f4f5;
  border: 1px solid #deeaee;
  border-radius: 4px;
  padding: 0 15px;
  text-align: center;
  color: #445878;
  font-size: 14px;
}

.vod-wallet-payment .uk-grid .uk-panel.uk-panel-box.vod-select-payment-wallet {
  background: #c3c6cf;
  color: #444455;
}

.vod-wallet-payment .uk-icon-question-circle {
  color: #999;
}

.vod-wallet-payment .uk-icon-question-circle {
  color: #999;
}

.vod-wallet-payment .uk-icon-question-circle {
  color: #999;
}

/* payment through other methods */

.vod-pay-container .uk-form label {
  cursor: pointer;
}

.vod-pay-container .uk-panel-box {
  color: #445878;
  background: #f1f4f5;
}

.vod-pay-container .uk-form label.uk-h6 input {
  height: 35px;
  border-radius: 4px;
  width: 70px;
  margin-left: 10px;
}

.vod-pay-container .uk-button {
  background: #4fc1e9;
  color: #fff;
  padding: 2px 30px;
}

.vod-payment-padding {
  padding: 50px 0 !important;
}

.vod-pay-container .uk-form select {
  width: 435px;
  margin-bottom: 150px;
}

.vod-li-change :before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #02ad29;
  margin-right: 10px;
}

.vod-li-change > a[href='#'],
.vod-li-change > a[href='#']:hover {
  color: #676767;
}

.vod-processor-select.vod-processor-select {
  font-size: 15px;
  padding: 0px;
  border-radius: 5px;
  color: #676767;
  width: 130px;
}

.vod-pay-now,
.vod-payment-cancel {
  background: #fd9345;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 35px;
}

.vod-pay-now:hover,
.vod-pay-now:active,
.vod-pay-now:focus {
  background: #ff9b52;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-payment .uk-container {
    padding: 0 10px;
  }

  .vod-payment-section {
    margin-top: 50px;
  }

  #vod-payment-content {
    padding: 0 10px;
  }
  /* before you watch movie */
  .vod-payment .vod-wtch-movie p {
    font-size: 14px;
  }

  .vod-payment .uk-form .uk-form-width-medium {
    width: 100%;
  }

  .vod-payment .uk-subnav > * {
    font-size: 18px;
  }
  /* payment method */

  .vod-payment-section .vod-pay-by-wallet,
  .vod-payment-section .vod-pay-by-credit-card,
  .vod-payment-section .vod-pay-by-bitcoin {
    padding: 15px;
  }

  .vod-pay-container .uk-panel-box {
    padding: 10px;
  }

  .vod-wallet-payment {
    padding: 9px;
  }

  .vod-wallet-payment .uk-form input[type='checkbox'].uk-margin-right {
    margin-right: 0 !important;
  }

  .vod-wallet-payment .uk-visible-small.uk-margin-left {
    font-size: 12px;
  }

  .vod-wallet-payment .uk-margin-large-bottom {
    margin-bottom: 0 !important;
  }

  .vod-processor-select.vod-processor-select {
    width: 100px;
  }

  .vod-order-smry .vod-cart-menu-description img {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  .vod-payment .uk-container {
    padding: 0 10px;
  }

  #vod-payment-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .vod-payment-section {
    margin-top: 50px;
  }

  .vod-wallet-payment {
    padding: 12px 12px 12px 50px;
  }

  .vod-payment .vod-pay-container .uk-form .uk-form-width-medium {
    width: 100%;
  }
}

/********************************* SITEMAP *************************/

.vod-sitemap-container {
  margin-bottom: 25px;
}

.vod-sitemap-container .uk-thumbnail {
  width: 100%;
  min-height: 500px;
}

.vod-sitemap-container h4 {
  background-color: #445878;
  color: #ffffff;
  padding: 10px 10px;
}

/************************** THANK YOU.CSS***************************/

@font-face {
  font-family: HaloHandletter;
  src: url(../images/HaloHandletter.otf);
}

@media (min-width: 1220px) {
  .uk-container.vod-thank-section {
    max-width: 1000px;
  }
}

.vod-thank-section {
  background: url('../images/bg-thanku.png');
  border: 1px solid #ccc;
}

.vod-thank-section h1 {
  font-size: 120px;
  color: #445878;
  margin: 125px 0 70px;
}

.vod-thank-text .uk-icon-hand-o-right:before {
  margin-right: 10px;
}

.vod-thank-text span {
  font-weight: 300;
}

.uk-button.uk-button-large.invoice {
  height: 54px;
  width: 170px;
  border-radius: 0 4px 4px 0;
  line-height: 20px;
  padding-top: 8px;
  color: #444;
}

.uk-active.uk-button.uk-button-large.invoice-icon {
  height: 54px;
  width: 60px;
  border-radius: 4px 0 0 4px;
  line-height: 54px;
  color: #444;
}

.vod-thank-section a {
  color: #445878;
}

.vod-thank-section a:hover {
  text-decoration: none;
  color: #000d1a;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-thank-section h1 {
    font-size: 85px;
    margin: 30px 0 70px;
  }

  .vod-thank-section .uk-button-group.uk-margin-left {
    margin-left: 0 !important;
  }

  .vod-thank-section .uk-margin-large-top.uk-margin-large-bottom {
    margin-bottom: 25px !important;
  }

  .vod-thank-section .download.uk-margin-large-right {
    margin-right: 0 !important;
  }
}

/****************************** CART.CSS *************************************/

@media (min-width: 968px) {
  .vod-cart .vod-cart-menu.uk-grid > * {
    padding-left: 0;
  }

  .vod-cart-menu-description .uk-grid .uk-width-large-4-10 {
    padding-left: 50px;
  }

  .vod-cart-menu-description .uk-width-large-2-10 {
    padding-left: 11px;
  }

  .vod-cart-menu-description .uk-width-large-3-10 {
    padding-left: 22px;
  }

  .vod-cart-menu-description .uk-width-large-1-10 {
    padding-left: 3px;
  }
}

.vod-cart {
  background: #fff;
  padding: 30px 40px;
}

/** CART MENU **/

.vod-cart .vod-cart-menu {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/** CART MENU DESCRIPTION **/

.vod-cart-menu-description {
  border-bottom: 1px solid #ccc;
  padding: 35px 0 0;
}

.vod-cart-menu-description img {
  width: 60px;
  height: 80px;
}

.vod-cart-menu-description p {
  line-height: 20px;
  color: #999;
}

.vod-remove-from-cart {
  color: #4fc1e9;
}

/** CART TOTAL AMOUNT **/

.vod-cart-total-amnt {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 0;
}

.vod-cart .uk-button {
  padding: 7px 30px;
  font-size: 16px;
}

.vod-cart .vod-explore-btn {
  background: #f2f2f2;
  color: #445878;
  border: 1px solid #cdcdcd;
}

.vod-cart .vod-proceed-btn {
  background: #fc9345;
}

/************* Mobile Layout **************/

@media (min-width: 320px) and (max-width: 767px) {
  .vod-cart-container.uk-container {
    padding: 0 10px;
  }

  .vod-cart {
    padding: 30px 20px;
  }

  .vod-cart .uk-button {
    width: 210px;
    padding: 7px 0;
  }

  .vod-proceed-btn {
    float: none;
    margin-top: 20px;
  }
}

/*Tablet layout */

@media (min-width: 768px) and (max-width: 1220px) {
  .vod-cart .vod-cart-menu.uk-grid > * {
    padding-left: 0;
  }

  .vod-cart {
    padding: 30px 15px;
  }
}

/************************** WALLET.CSS ********************************/

@media (min-width: 1220px) {
  .vod-wallet .uk-width-large-6-10 {
    padding-left: 20px;
  }

  .vod-wallet-money {
    padding: 70px 20px 0 50px;
  }
}

.vod-wallet .uk-container {
  padding: 0;
}

.vod-wallet .uk-container {
  background: #fff;
  box-shadow: 3px 3px 5px #e5e5e5;
}

/*wallet money*/
.vod-wallet .icon-wallet {
  font-size: 72px;
}

.vod-wallet .vod-wallet-blnce {
  border-left: 1px solid #ccc;
  height: 85px;
}

.vod-wallet-blnce input,
.vod-wallet-blnce input:focus {
  border: 0;
  outline: 0;
}

.vod-wallet .uk-h4 {
  font-weight: 100;
}

.vod-wallet .vod-wallet-money .uk-button {
  font-size: 16px;
  padding: 5px 50px;
}

/*wallet form*/

.vod-wallet-money input {
  border: 0;
}

.vod-wallet-money *:focus {
  outline: none;
}

/*wallet heading*/
.vod-wallet .uk-width-1-4 .uk-navbar {
  background-color: #fbfbfb;
  min-height: 310px;
}

.vod-wallet .uk-form {
  background-color: #fbfbfb;
}

.vod-wallet .uk-panel {
  background-color: #fbfbfb !important;
  padding: 30px;
  min-height: 250px;
}

.vod-wallet-heading h3 {
  background: #fff;
  color: #445878;
  padding: 16px 0;
  text-transform: uppercase;
}

.vod-wallet .vod-pay-container .uk-button {
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vod-wallet-money {
    padding: 30px 20px;
  }

  .vod-wallet .vod-wallet-money .uk-button,
  .vod-wallet-blnce {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  .vod-wallet-money {
    padding: 30px 20px;
  }

  .vod-wallet .vod-wallet-money .uk-button {
    margin-top: 50px;
  }
}

/*************************** COLLECTION.CSS ************************/

/*collection detail page*/

@media (min-width: 1220px) {
  .vod-collection-cart .uk-container.vod-hom-slidenav {
    padding-left: 50px;
  }

  .vod-collection-cart .vod-hom-slidenav .uk-slidenav {
    font-size: 80px;
  }
}

.uk-container.vod-collection {
  background: #fff;
  padding: 25px;
}

.vod-collection p {
  line-height: 16px;
  text-align: justify;
  font-weight: 100;
}

@media (min-width: 320px) and (max-width: 767px) {
  .uk-container.vod-collection {
    padding: 30px 20px;
  }

  .vod-collection .uk-button.uk-button-large {
    width: 110px;
    height: 35px;
    border-radius: 4px;
    margin-top: 20px;
  }

  .vod-collection .uk-padding-remove.uk-width-small-3-10 {
    padding-left: 25px !important;
  }

  .vod-collection .uk-margin-large-right {
    margin-right: 15px !important;
  }

  .vod-collection .uk-float-right {
    float: left;
  }

  .vod-collection-cart .vod-hom-slidenav .uk-slidenav-previous {
    left: -10% !important;
  }

  .vod-collection-cart .vod-hom-slidenav .uk-slidenav-next {
    right: -10% !important;
  }
}

@media (min-width: 768px) and (max-width: 968px) {
  .uk-container.vod-collection {
    padding: 15px;
  }

  .vod-collection .uk-button.uk-button-large {
    width: 140px;
  }
}

/*collection cart page*/

.vod-collection-cart {
  padding: 75px 0;
}

.vod-collection-cart h2 {
  color: #fff;
  letter-spacing: 3px;
}

.vod-collection-caption a {
  color: #fff;
}

.vod-collection-cart img {
  width: 100%;
  height: 320px;
}

.vod-collection-cart .vod-hom-slidenav .uk-slidenav-position .uk-slidenav {
  top: 50%;
}

.vod-collection-cart .vod-hom-slidenav .uk-slidenav {
  color: #fff;
}

.vod-collection-cart .vod-hom-slidenav .uk-slidenav.uk-slidenav-previous {
  left: -20px;
}

.vod-collection-cart .vod-hom-slidenav .uk-slidenav.uk-slidenav-next {
  right: -20px;
}

.vod-collection-cart .custom-overlay ul,
.vod-hom-img-box .custom-overlay ul {
  list-style-type: disc;
  color: #fff;
}

.vod-collection-cart a,
.vod-hom-img-box .custom-overlay ul li a {
  color: #fff;
}

.vod-collection-cart a:hover,
.custom-overlay ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}

.vod-collection-caption span {
  color: #fff;
}

.vod-collection-cart .vod-hom-time-duration .uk-button {
  font-size: 14px;
  padding: 0 13px;
  min-height: 23px;
  line-height: 23px;
}

.vod-collection .uk-icon-download {
  color: #666;
  font-size: 18px;
}

.vod-collection .uk-icon-download:hover {
  color: #00a8e6;
}

/************************** EXCLUSIVE.CSS *********************************/

.vod-exclusive-movies-tab {
  background: #fff;
  padding: 0px;
}

.vod-exclusive-movies,
.vod-exclusive-collections {
  padding: 0 0 50px 0;
}

.uk-align-right .vod-usr-btn-watch {
  border-radius: 4px;
  font-size: 10px;
  color: #fff;
  min-height: 24px;
  line-height: 24px;
  width: 85px;
  background: #666;
}

.uk-align-right .vod-usr-btn-watch:hover {
  background: #404040;
  font-weight: 200;
}

/****************************** USER.CSS AND PARTNER.CSS ***********************************/

.vod-usr-section {
  font-size: 16px;
}
@media (min-width: 1220px) {
  .vod-usr-section .uk-container {
    max-width: 1280px;
    padding: 0 30px;
  }

  .vod-partner-contract .uk-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 3px !important;
  }

  /*group member delete*/

  .vod-delete-group-member .uk-margin-small-left {
    opacity: 0;
  }

  .vod-delete-group-member:hover .uk-margin-small-left {
    opacity: 1;
  }

  /*group member delete on group edit page*/
  .vod-delete-edit-white-list-ip .uk-margin-small-left {
    opacity: 0;
  }

  .vod-delete-edit-white-list-ip:hover .uk-margin-small-left {
    opacity: 1;
  }
}

.vod-padding.uk-container.uk-container-center {
  padding-top: 60px;
}

/* user-module-upper-section */
.vod-user-sectn-bg {
  padding-top: 40px;
  background: url('../images/bg-partner.png');
  padding-bottom: 43px;
}

.vod-user-sectn-bg * {
  color: #fff;
}
.vod-user-sectn-bg h2 span {
  font-size: 16px;
  color: #abffaf;
}

.vod-user-sectn-bg .uk-icon-power-off::before {
  margin-right: 10px;
}

.vod-user-sectn-bg .uk-float-right a,
.vod-user-sectn-bg .uk-float-right a i {
  color: #999;
}

.vod-user-sectn-bg .uk-float-right a:hover,
.vod-user-sectn-bg .uk-float-right a:hover i {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.vod-usr-section .uk-panel {
  color: #445878;
}

/* user-module-left-nav */
.vod-left-nav {
  min-height: 620px;
}

.icon-wallet::before,
.uk-icon-video-camera::before,
.vod-menu .uk-icon-power-off::before,
.uk-icon-group::before,
.uk-icon-file-o::before,
.vod-left-nav .uk-icon-user::before,
.vod-left-nav .uk-icon-circle::before,
.uk-icon-sign-in::before,
.vod-left-nav .uk-icon-plus-circle::before,
.uk-icon-share-square-o::before,
.vod-left-nav .uk-icon-history::before,
.uk-icon-file-text-o::before,
.vod-left-nav .uk-icon-credit-card::before,
.vod-left-nav .uk-icon-bitcoin::before,
.uk-icon-paypal::before,
.uk-icon-user.vod-my-profile-icon::before,
.uk-icon-file-pdf-o::before,
.vod-left-nav .uk-icon-money::before {
  padding-left: 10px;
  padding-right: 20px;
}

.vod-left-nav .icon-wallet:before {
  margin: 0 !important;
  font-size: 14px;
}

.vod-right-nav .uk-icon-plus-circle::before,
.vod-usr-grp-member .uk-icon-user:before,
.vod-right-nav .uk-icon-money::before,
.vod-right-nav .uk-icon-download::before,
.vod-right-nav .uk-icon-share-alt::before,
.vod-right-nav .uk-icon-history::before {
  margin-right: 10px;
}

.vod-left-nav.uk-nav-side > li > a,
.vod-usr-section .vod-usr-movies .uk-pagination > li > a,
.vod-left-nav.uk-nav-side ul a {
  color: #445878;
  background: #fff;
}

.vod-left-nav.uk-nav-side > li.uk-active > a,
.vod-left-nav .uk-parent.uk-active .uk-active > a,
.vod-usr-section .vod-usr-movies .uk-pagination > li > a.uk-pagination-previous,
.vod-usr-section .vod-usr-movies .uk-pagination > li > a.uk-pagination-next,
.vod-usr-section .vod-usr-movies .uk-pagination > li.uk-active > a,
.vod-left-nav .uk-accordion-content > li.uk-active > a {
  color: #fff;
  background: #445878;
}

.vod-left-nav .uk-accordion-content li {
  margin: 5px 0;
}

.vod-left-nav .uk-accordion-content li a {
  padding-left: 35px;
}

.vod-left-nav li {
  margin: 20px 0px;
}

/* user-module-left-sub-nav */
.vod-left-nav .uk-nav-sub li {
  margin: 10px 0 0;
}

.vod-groups-list {
  padding-left: 14px;
  color: #445878;
  cursor: pointer;
}

.vod-usr-section .uk-icon-circle:before {
  font-size: 7px;
  position: relative;
  top: -3px;
}

.vod-usr-section .uk-nav-sub li > a::before {
  content: '\f111';
  font-size: 5px;
  position: relative;
  top: -3px;
  margin-right: 7px;
  font-family: FontAwesome;
}

.vod-left-nav.uk-nav-parent-icon > .uk-parent > a:after,
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: ' ';
}

/* user-module-right-nav */

.vod-right-nav {
  min-height: 620px;
  list-style-type: none;
}

.vod-left-nav,
.vod-right-nav {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  padding: 0;
}

.vod-right-nav h3,
.vod-usr-tab-module .uk-nav-side li a,
.vod-usr-movies .uk-panel-box a:active {
  color: #445878;
}

.vod-right-nav .uk-button {
  min-height: 35px;
  line-height: 35px;
}

.vod-right-nav .uk-button-primary,
.vod-wallet .uk-button {
  border-radius: 4px;
  background-color: #4fc1e9;
  font-size: 14px;
  padding: 2px 20px;
  color: #fff;
}

.vod-right-nav .uk-button-primary:hover,
.vod-wallet .uk-button:hover {
  background: #00a8e6;
}

.vod-right-nav .vod-usr-wallet,
.vod-usr-create-grp,
.vod-usr-update-grp,
.vod-usr-report,
.vod-usr-grp-member,
.vod-profile,
.vod-usr-invoice,
.vod-usr-member-request {
  padding: 30px;
  color: #445878;
}

.vod-right-nav .uk-form textarea {
  resize: none;
}

/* user-module-wallet */
.vod-right-nav .vod-usr-wallet .uk-table {
  background-color: #f1f4f5;
}

.vod-right-nav .vod-usr-wallet .uk-panel-box {
  background-color: #f1f4f5;
}

.vod-usr-wallet-counter {
  counter-reset: section;
}

.vod-wallet-amt {
  background-color: #a3fedd;
  padding: 0 40px;
}

.vod-spend-amt {
  background-color: #ffc2c2;
  padding: 0 15px;
}

.consume .vod-wallet-amt {
  padding: 0 15px;
}

.vod-usr-counter::before,
.vod-usr-wallet-counter tr td:first-child::before {
  counter-increment: section;
  content: counter(section) '. ';
}

.vod-usr-description {
  padding: 10px;
  margin-top: 15px;
  text-align: justify;
  line-height: 25px;
}

.vod-right-nav .vod-usr-wallet .uk-table th,
.vod-usr-wallet .uk-table td {
  border-bottom: 1px solid #e5e5e5;
  height: 35px;
  padding: 10px 44px;
  vertical-align: bottom;
}

.vod-usr-wallet .uk-table td {
  font-weight: 100;
}

/* media query for see all button */
@media only screen and (max-width: 425px) {
  .vod-see-all-btn-large-device {
    display: none;
  }

  .vod-see-all-btn-small-device {
    display: inline-block !important;
  }
}

/*create group btn */

.vod-usr-movies .vod-hom-btn-see-trailor {
  border: 1px solid #fb852d;
  color: #fb852d !important;
  background: none !important;
  line-height: 45px !important;
  width: 162px !important;
  padding: 0 20px !important;
  margin-top: 40px !important;
  font-size: 14px !important;
}

.vod-usr-movies .vod-hom-btn-see-trailor:hover {
  background: #fb852d !important;
  color: #fff !important;
}

/*success message*/

.vod-usr-section .uk-alert-success {
  margin-left: 35px;
}

.vod-usr-movies {
  padding: 45px 65px 0;
}

.vod-usr-movies .vod-usr-counter::before {
  margin-left: 25px;
  font-weight: 100;
}

.vod-usr-movies img {
  width: 100%;
  height: 90px;
}

.vod-usr-movies h4 a {
  color: #445878;
}

.vod-usr-movies h4 a:hover {
  text-decoration: none;
  color: #011332;
}

.vod-usr-movies .uk-panel-box {
  font-size: 12px;
  border-radius: 4px;
  padding: 22px;
  color: #445878;
  margin-bottom: 30px;
  font-weight: 200;
  background: #f1f4f5;
}

.vod-usr-movies .uk-panel-box a {
  color: #868686;
}

.uk-button.vod-usr-btn-download {
  border-radius: 4px;
  font-size: 10px;
  color: #fff;
  min-height: 24px;
  line-height: 24px;
  background: #666;
}

.uk-button.vod-usr-btn-download:hover {
  background: #404040;
  font-weight: 200;
}

.vod-usr-movie-status {
  text-align: right;
  font-size: 14px;
}

.vod-usr-movie-duration {
  font-size: 12px;
  margin-top: 0px;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 100;
}

.vod-usr-movie-price,
.vod-usr-tab-module .vod-usr-movies p:last-child {
  font-weight: 100;
  color: #445878;
  font-size: 14px;
}

.vod-usr-section .vod-right-nav .vod-usr-movies .uk-badge,
.vod-usr-tab-module .uk-badge {
  color: #fff;
  background: #37bc9b;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 10px;
}

/* Group member send notification */

.send-notification-group-member {
  margin-left: 15px;
}

.send-notification-group-member {
  margin-top: 24px;
  margin-right: 15px;
  margin-bottom: 24px;
}

/* Group detail */
.vod-usr-tab-module .uk-navbar-nav > li > a,
.vod-usr-create-grp .uk-navbar-nav > li > a {
  cursor: pointer;
  font-size: 16px;
  padding: 5px 20px 0;
  height: 50px;
  font-weight: 100;
  color: #445878;
  background: #fff;
}

.vod-logo-image {
  max-height: 75px;
}

.vod-usr-tab-module .uk-navbar-nav > li.uk-active > a {
  font-weight: 200;
  border-bottom: 4px solid #445878;
}

.vod-usr-tab-module nav {
  border-bottom: 1px solid #e5e5e5;
}

.vod-usr-tab-module .uk-navbar,
.vod-usr-create-grp .uk-navbar {
  background: transparent;
}

.vod-usr-tab-module .uk-icon-sign-in :hover {
  background: transparent;
}

/* group movies */

.vod-usr-section .vod-usr-movies .uk-pagination > li:nth-child(n + 2) {
  margin-left: 0;
  border: 1px solid #e5e5e5;
}

.vod-usr-tab-module .uk-badge {
  border-radius: 10px;
  padding: 3px 6px;
}

/* pagination */
.vod-usr-section .vod-usr-movies .uk-pagination {
  padding: 0 0 40px;
}

.vod-usr-section .vod-usr-movies .uk-pagination > li > a {
  padding: 7px 10px;
}

/* group member */
.vod-usr-tab-module .vod-usr-grp-member .uk-form select {
  background: #f1f4f5;
  border: none;
  color: #445878;
  font-size: 12px;
}

.vod-usr-tab-module .vod-usr-grp-member .uk-table th {
  word-spacing: 5px;
  padding-bottom: 30px;
}

.vod-usr-tab-module .vod-usr-grp-member .uk-table td {
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 14px;
}

.change_limit a,
.change_limit i {
  opacity: 0;
  cursor: pointer;
}

.change_limit a {
  color: #444;
}

.change_limit .uk-icon-trash {
  color: red;
}

.change_limit:hover a,
.change_limit:hover i {
  opacity: 1;
}

/* G-wallet */

.vod-usr-tab-module .vod-usr-report tr.vod-usr-grp-multi-movies td {
  vertical-align: top;
  height: 0;
  padding-top: 30px;
}

.vod-usr-tab-module
  .vod-usr-report
  tr.vod-usr-grp-multi-movies
  td.vod-padding-left-remove
  ul {
  list-style-type: disc;
  padding-left: 18px;
}

.vod-usr-section .vod-usr-movies .uk-pagination-previous {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #e5e5e5;
}

.vod-usr-section .vod-usr-movies .uk-pagination-next {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -1px;
  border: 1px solid #e5e5e5;
}

/* group report */

/* view report */
.vod-right-nav .vod-usr-report .uk-table,
.vod-right-nav .vod-usr-invoice .uk-table,
.vod-right-nav .vod-usr-member-request .uk-table {
  background: #fff;
}

.vod-right-nav .vod-usr-report .uk-table td,
.vod-right-nav .vod-usr-invoice .uk-table td,
.vod-right-nav .vod-usr-member-request .uk-table td {
  font-weight: 100;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: bottom;
  height: 35px;
}

.vod-right-nav .vod-usr-report .uk-button-primary,
.vod-usr-create-grp .uk-button-primary {
  font-size: 14px;
}

/* create group */
.vod-usr-create-grp nav {
  border-bottom: none;
}
.vod-usr-create-grp .uk-nav-side > li.uk-active > a,
.vod-usr-wallet .uk-nav-side > li.uk-active > a {
  background: #f1f1f1;
  color: #445878;
  font-weight: bold;
}

.vod-shareable-link-section {
  background: #f1f4f5;
  padding: 20px;
  min-height: 35px;
  line-height: 35px;
  margin-left: 13px;
}

.vod-shareable-link {
  background-color: #fff;
  padding-left: 10px;
}

.vod-usr-create-grp .uk-form .uk-form {
  background: #f1f4f5;
  padding: 20px;
}

.vod-usr-create-grp .uk-form .vod-group-cap {
  background: #f1f4f5;
  padding: 20px;
}

.vod-usr-update-grp .uk-form .uk-form {
  background: #f1f4f5;
  padding: 20px;
}

.vod-usr-update-grp .uk-form .vod-group-cap {
  background: #f1f4f5;
  padding: 20px;
}

.vod-usr-create-grp .vod-delete-group-member {
  color: #999;
  font-size: 14px;
}

.vod-usr-create-grp .vod-delete-group-member:hover {
  cursor: pointer;
  color: #445878;
  font-weight: 200;
}

.vod-usr-create-grp .vod-delete-edit-group-member {
  color: #999;
  font-size: 14px;
}

.vod-usr-create-grp .vod-delete-edit-group-member:hover {
  cursor: pointer;
  color: #445878;
  font-weight: 200;
}

.vod-usr-create-grp .uk-grid .uk-width-large-4-10,
.vod-usr-create-grp .uk-grid.uk-grid-width-small-1-1 {
  font-weight: 100;
}

.vod-usr-create-grp .uk-grid .uk-width-large-2-10 {
  padding-left: 15px;
}

.vod-usr-create-grp .uk-form input[type='text'],
.vod-usr-create-grp .uk-form select,
.vod-partner-payout .uk-form input[type='text'] {
  height: 34px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
  font-weight: 100;
}

:-moz-placeholder {
  font-size: 12px;
  color: #999;
  font-weight: 100;
}

.vod-usr-create-grp .uk-form input[type='text'],
.vod-usr-create-grp .uk-form textarea,
.vod-partner-payout .uk-form input[type='text'] {
  border-radius: 4px;
  font-size: 16px;
  color: #445878;
  border: 1px solid #ebebeb;
  font-weight: 200;
}

.vod-padding-left-remove {
  padding-left: 0 !important;
}

/* partner section */

.vod-partner-section .vod-usr-movies .uk-grid .uk-width-8-10 p:first-child {
  font-size: 12px;
  color: #b1b7c3;
}

.vod-partner-section .vod-usr-movies i {
  color: #445878;
}

.vod-partner-section .vod-usr-movies .uk-align-right p:first-child {
  font-size: 14px;
}

.vod-partner-section .vod-usr-movies .uk-align-right p:last-child {
  text-align: right;
}

.vod-partner-section .vod-usr-movies .uk-margin-large-bottom {
  margin-bottom: 60px !important;
}

.vod-partner-section .vod-partner-payout {
  padding: 50px 150px;
}

/*partner movies*/

.vod-partner-section .vod-usr-movies p.uk-hidden-small {
  font-size: 12px;
  color: #c8cbd4;
  margin-bottom: 3px;
}

/* partner payout */

.vod-partner-section div.uk-border-circle {
  color: #fff;
  background: -webkit-linear-gradient(top, #445878, #6782ad);
  background: linear-gradient(to top, #445878, #6782ad);
  width: 75px;
  height: 75px;
  text-align: center;
  box-shadow: 3px 3px 5px #e5e5e5;
  line-height: 75px;
  font-size: 24px;
}

.vod-partner-section div.uk-border-circle:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.vod-partner-section .vod-partner-payout .uk-panel-box,
.vod-partner-report .uk-panel-box {
  padding: 50px 70px;
  background: #f1f4f5;
  border: 2px solid #e5e5e5;
  color: #445878;
}

.vod-partner-section .vod-partner-payout .uk-panel-box {
  padding-bottom: 85px;
}

.vod-partner-payout .uk-button {
  background: #445878;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 1px 17px;
}

.vod-partner-payout .uk-form-width-medium {
  width: 220px;
}

.vod-partner-payout h2,
.vod-partner-payout p,
.vod-partner-payout i,
.vod-partner-report h4,
.vod-partner-contract h2,
.vod-partner-contract .uk-icon-download {
  color: #445878;
}

.vod-partner-payout i {
  font-size: 60px;
}

.vod-partner-section .vod-usr-wallet,
.vod-partner-report,
.vod-partner-contract {
  padding: 25px 90px 50px;
}

.vod-partner-section .vod-usr-wallet .uk-table th {
  vertical-align: top;
}

.vod-partner-contract .uk-panel-box {
  background: #f1f4f5;
  border: 2px solid #e5e5e5;
  color: #445878;
  margin-bottom: 35px;
}

.vod-partner-contract .uk-button-primary.vod-btn-contract-terminate {
  background: #acacac;
}

.vod-partner-contract .uk-button {
  font-size: 14px;
}

.vod-partner-contract img {
  width: 30%;
}

.vod-partner-contract p {
  letter-spacing: 1px;
}

.vod-partner-contract .uk-form-icon > [class*='uk-icon-'] {
  right: 0;
}

.vod-partner-contract .uk-form-width-medium {
  width: 152px;
}

.vod-partner-contract .uk-modal-dialog .uk-form .uk-form-icon {
  left: 8px;
}

.vod-partner-contract
  .uk-modal-dialog
  .uk-form
  .uk-form-icon:not(.uk-form-icon-flip)
  > input {
  width: 270px;
  border-radius: 4px;
}

#vod-wait-loader div {
  margin-top: 20%;
  text-align: center;
}

.vod-currency-symbol {
  font-size: small;
}

.vod-pagination ul li {
  list-style: none;
  display: inline;
  padding: 6px 14px;
  border: 1px solid #e5e5e5;
}

/*********************************** MOVIES PAGINATION **************************************/

.vod-pagination ul li:first-child,
.vod-pagination ul li:last-child {
  padding: 7px 12px;
  background: #445878;
  color: #fff;
  border: none;
}

.vod-pagination ul li:first-child a,
.vod-pagination ul li:last-child a {
  color: #fff;
}

.vod-pagination ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -3px;
}

.vod-pagination ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -3px;
}

.vod-pagination.vod-general-pagination li:first-child span:after,
.vod-pagination.vod-general-pagination li:first-child a:after {
  content: ' PREV';
}

.vod-pagination.vod-general-pagination li:last-child span:before,
.vod-pagination.vod-general-pagination li:last-child a:before {
  content: 'NEXT ';
}

/***********************************PARTNER MEDIA QUERIES ************************************/

@media (min-width: 320px) and (max-width: 767px) {
  .vod-padding.uk-container.uk-container-center {
    padding: 60px 10px;
  }

  .vod-partner-section .uk-navbar,
  .vod-usr-section .uk-navbar {
    background: #fff;
  }

  .vod-partner-section .uk-navbar-nav > li > a {
    padding: 0 8px;
    color: #445878;
  }

  .vod-partner-section .uk-navbar-nav > li.uk-active > a,
  .vod-usr-section .uk-navbar-nav > li.uk-active > a,
  .vod-processor-section .uk-visible-small .uk-navbar-nav > li.uk-active > a {
    color: #fff;
    background: #445878;
  }
  /*Partner Movies */

  .vod-usr-movies {
    padding: 25px 10px 0;
  }

  .vod-usr-movies .uk-panel-box {
    padding: 0 8px;
  }

  .vod-usr-movies .uk-width-small-9-10,
  .vod-usr-movies .uk-width-small-4-10,
  .vod-usr-movies .uk-width-small-7-10 {
    padding-left: 25px !important;
  }

  .vod-usr-movies h4.uk-margin-top-remove {
    margin-top: 7px !important;
  }

  .vod-usr-movies .uk-text-success.uk-visible-small {
    line-height: 30px;
  }

  /* Payout request */

  .vod-partner-section .vod-partner-payout {
    padding: 50px 0;
  }

  .vod-partner-section .vod-partner-payout .uk-panel-box {
    padding: 10px;
    text-align: center;
  }

  .vod-partner-payout .uk-form input[type='text'].uk-margin-large-right {
    margin-right: 0 !important;
    margin-top: 25px;
  }

  .vod-partner-payout .uk-form-width-medium {
    width: 170px;
  }

  .vod-partner-payout .uk-button {
    margin: 30px 0;
  }

  /* History */

  .vod-right-nav .vod-usr-wallet,
  .vod-partner-report,
  .vod-partner-contract,
  .vod-usr-create-grp,
  .vod-usr-report,
  .vod-usr-invoice,
  .vod-usr-member-request {
    padding: 25px 10px;
  }

  /* Report */

  .vod-partner-report .uk-panel-box {
    padding: 50px 30px;
  }

  .vod-partner-report .uk-panel-box .uk-grid div {
    margin-bottom: 30px;
  }

  /*Contract */

  .vod-partner-contract .uk-margin-top,
  .vod-partner-contract .uk-margin-large-top {
    margin-top: 0 !important;
  }

  .vod-partner-contract .uk-icon-download {
    margin-top: 10px;
  }

  .vod-partner-contract img {
    margin-bottom: 10px;
  }

  .vod-right-nav .vod-partner-contract .uk-button-primary {
    padding: 0 5px;
  }

  .vod-right-nav
    .vod-partner-contract
    .uk-button-primary.vod-btn-extend-contract {
    padding: 0 20px;
    min-height: 20px;
    margin-top: 10px !important;
  }

  .vod-partner-contract .vod-hom-watch-btn .uk-button {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  /* Movies */

  .vod-usr-movies {
    padding: 45px 30px 0;
  }

  .vod-usr-movies .uk-width-medium-7-10 .uk-grid.vod-medium {
    margin-left: 5px;
  }

  /* Payout */

  .vod-partner-section .vod-partner-payout {
    padding: 50px 10px;
  }

  .vod-partner-section .vod-partner-payout .uk-panel-box {
    padding: 10px 10px 45px;
  }

  .vod-partner-payout label {
    margin-right: 0 !important;
  }

  .vod-partner-payout .uk-form-width-medium {
    width: 124px;
  }

  /* History */

  .vod-partner-section .vod-usr-wallet,
  .vod-partner-report,
  .vod-partner-contract {
    padding: 25px 45px;
  }
}

.vod-currency-symbol {
  font-size: small;
}

.vod-pagination.vod-general-pagination li:first-child span:after,
.vod-pagination.vod-general-pagination li:first-child a:after {
  content: ' PREV';
}

.vod-pagination.vod-general-pagination li:last-child span:before,
.vod-pagination.vod-general-pagination li:last-child a:before {
  content: 'NEXT ';
}

/*saved cards*/

.vod-add-card {
  background: #fd9345;
  color: #fff;
  padding: 0 20px;
  font-size: 16px !important;
  border-radius: 4px;
  line-height: 40px !important;
  min-height: 40px !important;
}

.vod-add-card:hover {
  background: #ff9b52;
  color: #fff;
}

.uk-form-stacked .uk-form-label {
  color: #445878;
}

.vod-saved-card-box input {
  border-radius: 5px;
}

#vod-pay-method-self .uk-panel-box {
  background: #fbfbfb;
}

/* form iframe */

.vod-form-iframe {
  max-width: 1000px;
  margin: 0 auto;
}

/***********************************USER MEDIA QUERIES ************************************/

@media (min-width: 320px) and (max-width: 767px) {
  .vod-usr-section .uk-navbar-nav > li > a {
    padding: 0 7px;
    color: #445878;
  }

  /* User Wallet */
  .vod-right-nav .vod-usr-wallet .uk-panel-box {
    padding: 8px 10px;
  }

  .vod-right-nav .vod-usr-wallet .uk-margin-large-top {
    margin-top: 20px !important;
  }

  .vod-usr-section .uk-table th,
  .vod-usr-section .uk-table td {
    white-space: nowrap;
  }

  /* Movies */

  .vod-usr-movies h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Drop-down */

  .vod-usr-section .uk-dropdown {
    background: #f1f4f5;
    color: #445878;
  }

  .vod-groups-list ~ .vod-drp-dwn {
    position: absolute;
    background: #eee;
    top: 40px;
    z-index: 100;
    left: 50%;
    width: 100px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
  }

  .vod-drp-dwn.uk-active {
    display: none;
  }

  .vod-drp-dwn-content li a {
    color: #445878;
  }

  /* Create Group */

  .vod-usr-create-grp .uk-form {
    padding: 20px 5px;
  }

  .uk-button.vod-add-group-member {
    margin-top: 20px;
  }

  .vod-usr-tab-module .uk-navbar-nav > li > a[href='#'],
  .vod-usr-create-grp .uk-navbar-nav > li > a[href='#'] {
    padding: 5px 5px 0;
  }

  /* Group Movie */

  .vod-usr-section .vod-usr-movies .uk-pagination > li > a {
    padding: 7px;
  }

  /*member*/

  .vod-right-nav .uk-button-primary,
  .vod-wallet .uk-button {
    padding: 2px 15px;
  }

  /*G-wallet*/

  .vod-usr-tab-module .vod-usr-wallet .uk-panel-box .uk-float-right {
    float: left;
  }

  /*Report*/

  .vod-usr-report .uk-button.uk-float-right {
    float: none;
  }

  /* form iframe */

  .vod-form-iframe {
    max-width: 768px;
  }

  .vod-form-iframe iframe {
    width: 375px;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  .vod-padding.uk-container {
    padding: 0;
  }

  .vod-usr-section .uk-table td,
  .vod-usr-section .uk-table th {
    white-space: nowrap;
  }

  .vod-right-nav .vod-usr-wallet,
  .vod-usr-create-grp,
  .vod-usr-update-grp,
  .vod-usr-report,
  .vod-usr-grp-member,
  .vod-usr-member-request,
  .vod-usr-invoice {
    padding: 20px 15px;
  }

  .vod-usr-movies .uk-width-medium-3-10 {
    padding-left: 25px !important;
  }

  .vod-usr-create-grp .uk-button {
    margin-top: 15px;
  }
}

.vod-margin-top--15 {
  margin-top: -15px;
}

.vod-margin-top--20 {
  margin-top: -20px;
}

.vod-invoice-border-top {
  border-top: 1px solid #dddddd;
}

/*======================= PREVIEW REQUEST FORM START=========================*/

.vod-preview-request-form {
  padding: 20px 0;
}

.vod-preview-request-form input,
.vod-preview-request-form select {
  width: 50%;
}

/*======================= PREVIEW REQUEST FORM END=========================*/

/*======================= RESOURCE REQUEST FORM START=========================*/

.vod-resource-request-form {
  padding: 20px 0;
}

.vod-resource-request-form input,
.vod-resource-request-form select,
.vod-resource-request-form textarea {
  width: 100%;
}

/*======================= RESOURCE REQUEST FORM END=========================*/

/******************  LICENSE.CSS ********************/

.vod-license-detail ul li {
  color: #50c1e9;
}

/********** OFFLINE.CSS ************/

.offline-bg {
  background: url('../images/main-bg.jpg');
  padding-top: 30px;
  padding-bottom: 50px;
}
.offline-color {
  color: #ffffff;
}
.vod-offline-transform {
  text-transform: uppercase;
}

.uk-modal {
  z-index: 1010 !important;
}

/********* tooltip **********/

.tooltipster-sidetip .tooltipster-content {
  padding: 6px;
}

.tooltip_templates {
  display: none;
}

.uk-modal {
  z-index: 1010 !important;
}
.slogan {
  transform: translate(0%, 68%);
}

#slogan-header {
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 50% 94%);
  width: 100%;
  height: 27px;
  background: #f1f4f5;
  transform: translate(0%, 98%);
}

#already_subscribed_msg_wrapper {
  width: 100%;
  text-align: center;
}
#already_subscribed_msg {
  font-size: 20px;
  padding: 4% 0px 6.8% 0px;
}
#subscription_tab_link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.vod-payment-summary {
  border-top: 2px solid #f59345;
  margin-top: 30px;
}

.vod-payment-summary table caption {
  font-size: medium;
}
.vod-payment-summary table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vod-payment-summary table tbody tr:last-child {
  font-weight: bold;
}
.vod-subs-plan-wrapper {
  justify-content: center;
}
.vod-subs-plan {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 17em;
  height: 16em;
}
.vod-subs-plan h2,
h4 {
  margin: 0;
}
.vod-subs-plan .uk-button {
  padding: 2px 25px;
  border-radius: 2px;
}
.vod-currency-btn,
.vod-currency-btn:hover {
  background-color: #445878 !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.vod-currency-btn:active,
.vod-currency-btn:focus {
  background-color: #f59345 !important;
  color: #fff;
  font-weight: bolder !important;
}
.vod-default-plan-btn-active,
.vod-subs-btn {
  background-color: #f59345 !important;
  color: #fff;
  font-weight: bolder !important;
}

@media (max-width: 767px) {
  .vod-description p {
    font-size: 16px !important;
  }
  .vod-details-menu-mobile {
    font-size: 12px !important;
    margin-right: 5px;
  }
  .vod-detail-mobile-view {
    font-size: 16px !important;
  }
  .suggested-movie-title-mobile {
    font-size: 16px !important;
  }
}

.front-slogan {
  color: #fff;
}
.explore_btn {
  /* margin: 0;
  position: absolute;
  top: 61%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 4px 40px;
  font-size: 18px; */

  padding: 4px 40px;
  font-size: 18px;
  margin-top: 2em;
}
.vod-add-padding-footer {
  padding: 25px 0px 25px 0px;
}
.subscription-plan {
  background: white !important;
  color: #445878;
  font-size: 15px;
  padding: 25px;
}
.subscription-plan .separator {
  width: 12%;
  border: 1px solid #445878;
  align-self: center;
}
.subscription-plan p {
  padding: 18px 0;
}

.subscription-plan .uk-button {
  background: #f59345;
  font-weight: 200;
  color: #fff;
  border-radius: 2px;
}
.vod-payment-cancel,
.vod-payment-cancel:hover {
  background: #445878;
  color: #fff !important;
  margin-left: 5px;
}

.movie-tile-shadow-effect {
  border-radius: 4px;
  box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.5);
}
.box-effect {
  margin-bottom: 18px !important;
  border: 1px solid #f59345;
  border-radius: 3px;
  box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.3);
}
.footer-menu-hover-effect:hover {
  border-left: 3px solid #f59345;
  padding-left: 3px;
}
.vod-usage-table {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin-top: 15px;
  font-size: 14px;
}
.vod-usage-table tbody,
.vod-usage-table tbody tr {
  border: 1px solid #dddddd;
}
.vod-usage-table thead {
  background-color: #eeeded;
}
.disabled {
  pointer-events: none;
  cursor: default;
  background-color: rgba(11, 133, 32, 1) !important;
}
.background-none {
  background: none !important;
}
.font-size-larger {
  font-size: larger !important;
}
.vod-button,
.vod-button:hover {
  background: #fd9345;
  color: #fff;
}
#custom-seekbar {
  cursor: pointer;
  height: 2px;
  top: 15px;
  margin: 0px 5px;
  outline: thin solid rgba(115, 133, 159, 0.5);
  background-color: rgba(115, 133, 159, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-seekbar span {
  background-color: white;
  outline: thin solid white;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
}
#custom-remainging-time-display {
  position: relative;
  margin: 0px 5px;
  top: 12px;
  height: fit-content;
}

.background-white {
  background-color: white !important;
}
.padding-y {
  padding: 40px 0px !important;
}

.vod-hom-section-news {
  background-color: #fff;
}

.vod-hom-section-news img{
 aspect-ratio: 2.66/1;
 width:100%;
}

.mccr-bg {
  background: #49a28c !important;
}

.mccr-bg-color {
  background-color: #49a28c !important;
}

.mccr-border {
  border: 1px solid #49a28c !important;
}

.mccr-border-left {
  border-left: 3px solid #49a28c !important;
}

.mccr-border-top {
  border-top: 2px solid #49a28c !important;
}

.mccr-color{
  color: #49a28c !important;
}

.mccr-hover:hover,
.mccr-focus:focus,
.mccr-active:active{
  background: #49a28c !important;
  color: #fff !important;
}

.mccr-text-white{
  color: #fff !important; 
}

.vod-quiz-container{
  padding: 70px 100px;
}

.vod-quiz-instructions{
  list-style-type: disclosure-closed;
  padding-left: 12px;
  font-size: larger;
}

.vod-quiz-btn-container{
  margin-top: 3em;
}

.vod-quiz-cancel-btn{
  background-color: lightgrey;
  margin: 0px 24px;
}
.vod-quiz-cancel-btn:hover,
.vod-quiz-cancel-btn:focus,
.vod-quiz-cancel-btn:active{
  background-color: grey !important;
  color: #fff !important;
}