/* Variable
--------------------*/

/* montserrat-300 - latin */

@font-face {
  font-family: "Montserrat_medium";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/montserrat-v10-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"),
    url("/fonts/montserrat-v10-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-200 - latin */

@font-face {
  font-family: "Montserrat_light";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v10-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"),
    url("../fonts/montserrat-v10-latin-200.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-200.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-200.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-200.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-200.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-regular - latin */

@font-face {
  font-family: "Montserrat_regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("/fonts/montserrat-v10-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-500 - latin */

@font-face {
  font-family: "Montserrat_semibold";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/montserrat-v10-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("/fonts/montserrat-v10-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-600 - latin */

@font-face {
  font-family: "Montserrat_bold";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/montserrat-v10-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("/fonts/montserrat-v10-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700 - latin */

@font-face {
  font-family: "Montserrat_exbold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/montserrat-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("/fonts/montserrat-v10-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/montserrat-v10-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/montserrat-v10-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/montserrat-v10-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/fonts/montserrat-v10-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* Font-style
----------------------------------------------------------------
Style for grab font source, see mixin.scss for mixin function */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.125;
}

@media (min-width: 319px) {
  h1 {
    font-size: 14px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.1944;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.25;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

a:focus {
  outline: none;
}

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}

html {
  height: 100%;
}

body {
  color: white;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  background: #000000;
  font-size: 14px;
  line-height: 1.285;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  padding-bottom: 60px;
  flex: 1;
}

.btn {
  line-height: 20px;
  min-height: 34px;
  padding: 7px 20px;
  border-radius: 2px;
  outline: none;
  background-color: #eaeaea;
  color: black;
  margin-bottom: 24px;
  margin-right: 12px;
  transition: 0.25s ease-out;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
}

@media (min-width: 992px) {
  .btn {
    white-space: nowrap;
  }
}

.btn .icon {
  margin-right: 8px;
}

.btn .icon-right {
  margin-left: 8px;
  margin-right: 0px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.btn:active:focus {
  background-color: #999;
  color: #fff;
}

.btn:hover {
  background-color: #eaeaea;
}

.btn.btn--sm {
  padding: 0px 13px;
  line-height: 20px;
  font-size: 12px;
  min-height: 20px;
}

.btn.btn--block {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn.btn--lg {
  padding: 8px 40px;
  line-height: 24px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 4px;
}

.btn.btn--lg span {
  margin-right: 6px;
  font-size: 24px !important;
}

.btn.btn--lg .icon-right {
  margin-left: 6px;
  position: relative;
  top: 3px;
}

@media (min-width: 992px) {
  .btn.btn--lg {
    font-size: 18px;
    line-height: 27px;
  }
}

.btn.btn--rounded {
  border-radius: 17px;
}

.btn.btn--rounded.btn--lg {
  border-radius: 20px;
}

.btn.btn--squared {
  border-radius: 0px;
}

.btn.btn--inline {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  margin-bottom: 0px;
  margin-right: 5px;
}

.btn.btn--inline-yellow {
  color: #e6c515;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  text-decoration: underline;
}

.btn.btn--inline span {
  margin-right: 6px;
  font-size: 18px;
}

.btn.btn--inline span.icon-right {
  margin-left: 6px;
  margin-right: 0px;
}

.btn.btn--inline:active {
  background: transparent;
}

.btn.btn--inline-tosca {
  color: #009999;
}

.btn.btn--inline-grey-light {
  color: #b4b4b4;
}

.btn.btn--inline-grey-light:hover,
.btn.btn--inline-grey-light:active {
  color: #000;
}

.btn.btn--outline-light {
  background-color: transparent;
  color: white;
  border: 1px solid #fff;
}

.btn.btn--outline-light:hover {
  background-color: #009999;
  color: #fff;
  border: 1px solid transparent;
}

.btn.btn--outline-light:active {
  background-color: #017d7d;
}

.btn.btn--outline {
  background-color: transparent;
  color: black;
  border: 1px solid #000;
}

.btn.btn--outline:hover {
  background-color: #009999;
  color: #fff;
  border: 1px solid transparent;
}

.btn.btn--outline:active {
  background-color: #017d7d;
}

.btn.btn--outline-tosca {
  background-color: transparent;
  color: #009999;
  border: 1px solid #009999;
}

.btn.btn--outline-tosca:hover {
  background-color: #009999;
  color: #fff;
  border: 1px solid transparent;
}

.btn.btn--outline-tosca:active {
  background-color: #017d7d;
}

.btn.btn--primary {
  background-color: #009999;
  color: white;
}

.btn.btn--primary:hover {
  background-color: #16b4b4;
}

.btn.btn--primary:active {
  background-color: #006f6f;
}

.btn.btn--maroon {
  background-color: #762127;
  color: white;
}

.btn.btn--maroon:hover {
  background-color: #862f34;
}

.btn.btn--maroon:active {
  background-color: #650e1b;
}

.btn.btn--white {
  background-color: white;
  color: #009999;
}

.btn.btn--white:hover {
  background-color: #16b4b4;
  color: white;
}

.btn.btn--white:active {
  background-color: #006f6f;
  color: white;
}

.btn.btn--yellow {
  background-color: #e6c515;
  color: black;
}

.btn.btn--yellow:hover {
  background-color: #f9da35;
}

.btn.btn--yellow:active {
  background-color: #d6b609;
}

.btn.btn--blue {
  background-color: #3b5998;
  color: #fff;
}

.btn.btn--blue:hover {
  background-color: #4766a6;
}

.btn.btn--blue:active {
  background-color: #2b4e8c;
}

.btn.btn--red {
  background-color: #df4a32;
  color: #fff;
}

.btn.btn--red:hover {
  background-color: #f05a3f;
}

.btn.btn--red:active {
  background-color: #d13d28;
}

.btn.btn--green {
  background-color: #6dc067;
  color: #fff;
}

.btn.btn--green:hover {
  background-color: #7dd178;
}

.btn.btn--green:active {
  background-color: #07af50;
}

.btn.btn--icon-only-light {
  background-color: transparent;
  font-size: 20px;
  color: white;
  padding: 0px;
  text-align: center;
  width: 34px;
  border-radius: 50%;
}

.btn.btn--icon-only-light:hover {
  color: #16b4b4;
}

.btn.btn--icon-only-light:active {
  color: #009999;
  background-color: none;
}

.btn.btn--icon-fb {
  background-image: url("../images/default/img-icon-facebook.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px 20px;
}

.btn.btn--icon-google {
  background-image: url("../images/default/img-icon-google.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px 20px;
}

.btn.btn--player {
  background: transparent;
  padding: 0px;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: 0.25s ease-out;
  line-height: 34px;
}

.btn.btn--player:before {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  border: 5px solid #009999;
  content: "";
  transform-origin: 50% 50%;
  transform: scale(0.8) translate(-5px, -5px);
  opacity: 0;
  transition: 0.25s ease-out;
}

.btn.btn--player .play-triangle {
  transform: translate(27px, 5px);
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid white;
  border-right: 45px solid transparent;
}

.btn.btn--player:hover {
  border: 5px solid transparent;
}

.btn.btn--player:hover:before {
  transform: scale(1) translate(-5px, -5px);
  opacity: 1;
}

.btn.btn--player:active {
  background: #009999;
}

.btn.btn--learnmore {
  padding: 1px 15px;
  line-height: 23px;
}

.btn.btn--learnmore .three-dotted {
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.btn.btn--learnmore .three-dotted:before,
.btn.btn--learnmore .three-dotted:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
}

.btn.btn--learnmore .three-dotted:before {
  transform: translateX(-12px);
}

.btn.btn--learnmore .three-dotted:after {
  transform: translateX(12px);
}

.btn.btn--block {
  display: block;
}

.btn-switch_input {
  display: none;
}

.btn-switch_input:checked + .btn-switch_box {
  background: #6dc067;
}

.btn-switch_input:checked + .btn-switch_box > .btn-switch_toggle {
  left: 41%;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.9);
}

.btn-switch_box {
  width: 52px;
  height: 32px;
  border-radius: 16px;
  background-color: #b4b4b4;
  position: relative;
  display: inline-block;
  transition: 0.25s ease-out;
  cursor: pointer;
}

.btn-switch_toggle {
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.25s ease-out;
}

.form-control {
  height: 53px;
  font-size: 18px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.form-search {
  margin-bottom: 12px;
}

.form-search .form-group {
  margin: 0;
  position: relative;
}

.form-search .form-group:before {
  content: "\f2f5";
  font-size: 20px;
  color: #dadada;
  font-family: "Ionicons";
  position: absolute;
  top: 7px;
  left: 15px;
}

.form-search_input {
  height: 40px;
  line-height: 20px;
  padding: 10px 10px 10px 40px;
  margin: 0;
  width: 100%;
  color: #999;
}

.label-num {
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  min-width: 20px;
  font-size: 12px;
  border-radius: 10px;
  padding: 0px 5px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
}

.label-num--red {
  color: #fff;
  background-color: #df4a32;
}

.label {
  padding: 2px 8px;
  line-height: 16px;
  white-space: nowrap;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  background: white;
  color: #000;
}

.label--yellow {
  color: #e6c515;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
  font-size: 14px;
  padding: 5px 30px;
  height: 25px;
}

.label--round {
  border-radius: 3px;
}

.label--tosca {
  color: white;
  background: #009999;
}

.label--red {
  color: white;
  background: #df4a32;
}

.selectbox {
  position: relative;
}

.selectbox .btn {
  font-size: 18px;
  padding-left: 12px;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
}

@media (min-width: 641px) {
  .selectbox .btn {
    min-width: 240px;
    width: auto;
  }
}

.selectbox .btn .icon {
  font-size: 20px;
}

.selectbox.open .selectbox-options {
  -webkit-animation: slideUp 0.25s ease-in-out;
  animation: slideUp 0.25s ease-in-out;
  display: block;
  opacity: 1;
  transform: translateY(0px);
  z-index: 50;
  width: 100%;
}

@media (min-width: 768px) {
  .selectbox.open .selectbox-options {
    width: auto;
  }
}

.selectbox-options {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: -1;
  transform: translateY(10px);
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  transition: 0.25s ease-out;
}

.selectbox-options ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  list-style: none;
}

.selectbox-options ul a {
  display: block;
  color: black;
  text-decoration: none;
  transition: 0.25s ease-out;
  padding: 5px 15px;
  line-height: 20px;
}

.selectbox-options ul a:hover,
.selectbox-options ul a:active {
  color: #009999;
}

.selectbox-options_primary {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}

.selectbox-options_primary a {
  font-size: 17px;
}

.selectbox-options_multi {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .selectbox-options_multi {
    column-count: 2;
    column-width: 100px;
    column-gap: 0px;
    width: 440px;
  }
}

.selectbox-options_single {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .selectbox-options_single {
    width: 280px;
  }
}

.selectbox-options_single a {
  font-size: 17px;
}

.selectbox--alt {
  margin-bottom: 30px;
}

.selectbox--alt.pull-left {
  margin-bottom: 30px;
}

.selectbox--alt .btn {
  padding-right: 12px;
}

.selectbox--alt .icon {
  float: right;
  margin-right: 0px;
  margin-left: 24px;
}

.selectbox--alt .selectbox-options_primary {
  width: 100%;
}

@media (min-width: 768px) {
  .selectbox--alt .selectbox-options_primary {
    width: 240px;
  }
}

.selectbox--alt .selectbox-options_primary a:hover,
.selectbox--alt .selectbox-options_primary a:active {
  background-color: #d2d2d2;
  color: black;
}

.text-group {
  margin-bottom: 24px;
}

.text-group:last-child {
  margin-bottom: 0px;
}

.text-group_label {
  font-size: 14px;
  margin-bottom: 0px;
}

.text-group_label-yellow {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #e6c515;
}

.text-group_input {
  font-size: 18px;
  margin-bottom: 0px;
}

.text-group_link {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .text-group_link {
    text-align: right;
  }
}

.text-group_link a {
  color: #007aff;
}

.text-group_btn {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  position: relative;
}

.text-group_btn .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media (min-width: 641px) {
  .text-group_btn {
    width: 250px;
  }
}

.lists {
  margin-bottom: 15px;
}

.lists_item {
  position: relative;
  margin-bottom: 18px;
}

.lists_item-bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.lists_left {
  width: 70%;
  float: left;
}

.lists_right {
  width: 30%;
  float: right;
  text-align: right;
}

.lists_status {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #eaeaea;
  color: #fff;
  display: inline-block;
}

.lists_status.ok {
  color: #fff;
  background-color: #6dc067;
}

.lists_status span {
  width: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  display: block;
}

.lists_text {
  margin-bottom: 0px;
  font-weight: bold;
}

.lists_action {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .lists_action {
    text-align: right;
    margin-top: 0px;
  }
}

.lists_action a {
  color: #007aff;
  font-weight: bold;
  line-height: 20px;
}

.arrow-nav {
  margin-bottom: 30px;
}

.arrow-nav_item {
  float: left;
  margin-right: 10px;
}

.arrow-nav_item:last-child {
  margin-right: 0px;
}

.arrow-nav_link {
  width: 33px;
  height: 33px;
  color: white;
  text-align: center;
  display: block;
  text-decoration: none;
  display: block;
  border: 1px solid #fff;
  line-height: 33px;
  border-radius: 2px;
  background: none;
  transition: 0.25s ease-out;
}

.arrow-nav_link:hover,
.arrow-nav_link:active {
  background: #009999;
  border: 1px solid #009999;
  color: white;
}

.arrow-nav_icon {
  font-size: 20px;
}

.tooltip {
  display: none;
  opacity: 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  color: black;
  position: absolute;
  top: -30px;
  left: 100%;
  transform: translateX(-56%);
  z-index: 10;
  transition: 0.25s ease-out;
}

.tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top: 4px solid white;
}

/* Components Style
---------------------------- */

.boxes .boxes-col-3,
.boxes .boxes-col-4,
.boxes .boxes-col-6 {
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.boxes .boxes-col-3 .box,
.boxes .boxes-col-4 .box,
.boxes .boxes-col-6 .box,
grid__movie-sizer {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .boxes .boxes-col-3 .box,
  .boxes .boxes-col-4 .box,
  .boxes .boxes-col-6 .box,
  grid__movie-sizer {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .boxes .boxes-col-3 .box,
  .boxes .boxes-col-4 .box,
  .boxes .boxes-col-6 .box,
  grid__movie-sizer {
    width: 33.3%;
  }
}

.boxes .boxes-col-4 .box,
grid__movie-sizer {
  width: 50%;
}

@media (min-width: 992px) {
  .boxes .boxes-col-4 .box,
  grid__movie-sizer {
    width: 25%;
  }
}

.boxes .boxes-col-6 {
  margin-left: -8px;
  margin-right: -8px;
  overflow: visible;
}

.boxes .boxes-col-6 .box,
grid__movie-sizer {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0px;
}

@media (min-width: 481px) {
  .boxes .boxes-col-6 .box,
  grid__movie-sizer {
    width: 33.3%;
  }
}

@media (min-width: 768px) {
  .boxes .boxes-col-6 .box,
  grid__movie-sizer {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .boxes .boxes-col-6 .box,
  grid__movie-sizer {
    width: 16.666%;
  }
}

.boxes_title {
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
}

.boxes_title .btn {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  display: block;
  vertical-align: top;
  width: 100px;
}

@media (min-width: 768px) {
  .boxes_title .btn {
    margin-top: 7px;
    margin-left: 25px;
    display: inline-block;
  }
}

.boxes-default {
  position: relative;
}

.boxes-default .box,
grid__movie-sizer {
  background-color: #fff;
  color: black;
  margin-bottom: 30px;
}

.boxes-default .box_header {
  padding: 10px;
}

.boxes-default .box_header .box-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #eaeaea;
  position: relative;
}

.boxes-default .box_header .box-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.boxes-default .box_header .box-info {
  padding-left: 50px;
}

.boxes-default .box_header .box-title {
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.boxes-default .box_header .box-published {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  line-height: 18px;
}

.boxes-default .box_content {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 400px;
  overflow: auto;
}

.boxes-default .box_content p {
  padding-left: 10px;
  padding-right: 10px;
}

.boxes-default .box_content img {
  width: 100%;
  margin-bottom: 15px;
}

.boxes-default .box_footer {
  border-top: 1px solid #cacaca;
  padding: 3px 10px;
  overflow: auto;
}

.boxes-default .box_footer .btn {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .boxes-default .box_footer .btn {
    font-size: 14px;
  }
}

.boxes-default .box_footer .box-likes,
.boxes-default .box_footer .box-remind {
  float: left;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .boxes-default .box_footer .box-likes,
  .boxes-default .box_footer .box-remind {
    margin-right: 20px;
  }
}

.boxes-default .box_footer .box-likes .label,
.boxes-default .box_footer .box-remind .label {
  margin-top: 8px;
}

.boxes-default .box_footer .box-share {
  float: right;
  margin-left: 0px;
}

.boxes-cover-title,
.boxes-cover-title-whitebg,
.boxes-cover-title-darkbg,
.boxes-cover-title-small,
.boxes-cover-only,
.boxes-logo-channel,
.boxes-player-title,
.boxes-player-title-small {
  position: relative;
}

.boxes-cover-title .box,
.boxes-cover-title-whitebg .box,
.boxes-cover-title-darkbg .box,
.boxes-cover-title-small .box,
.boxes-cover-only .box,
.boxes-logo-channel .box,
.boxes-player-title .box,
.boxes-player-title-small .box,
grid__movie-sizer {
  margin-bottom: 30px;
}

.boxes-cover-title .box_cover,
.boxes-cover-title-whitebg .box_cover,
.boxes-cover-title-darkbg .box_cover,
.boxes-cover-title-small .box_cover,
.boxes-cover-only .box_cover,
.boxes-logo-channel .box_cover,
.boxes-player-title .box_cover,
.boxes-player-title-small .box_cover {
  margin-bottom: 15px;
  width: 100%;
  height: 0px;
  background-color: #3b5998;
  padding-bottom: 57.22%;
  position: relative;
}

.boxes-cover-title .box_cover img,
.boxes-cover-title-whitebg .box_cover img,
.boxes-cover-title-darkbg .box_cover img,
.boxes-cover-title-small .box_cover img,
.boxes-cover-only .box_cover img,
.boxes-logo-channel .box_cover img,
.boxes-player-title .box_cover img,
.boxes-player-title-small .box_cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.boxes-cover-title .box_info,
.boxes-cover-title-whitebg .box_info,
.boxes-cover-title-darkbg .box_info,
.boxes-cover-title-small .box_info,
.boxes-cover-only .box_info,
.boxes-logo-channel .box_info,
.boxes-player-title .box_info,
.boxes-player-title-small .box_info {
  margin-bottom: 15px;
}

.boxes-cover-title .box_info p,
.boxes-cover-title-whitebg .box_info p,
.boxes-cover-title-darkbg .box_info p,
.boxes-cover-title-small .box_info p,
.boxes-cover-only .box_info p,
.boxes-logo-channel .box_info p,
.boxes-player-title .box_info p,
.boxes-player-title-small .box_info p {
  margin-bottom: 0px;
  font-size: 14px;
}

.boxes-cover-title .box_info p a,
.boxes-cover-title-whitebg .box_info p a,
.boxes-cover-title-darkbg .box_info p a,
.boxes-cover-title-small .box_info p a,
.boxes-cover-only .box_info p a,
.boxes-logo-channel .box_info p a,
.boxes-player-title .box_info p a,
.boxes-player-title-small .box_info p a {
  color: #fff;
}

.boxes-cover-title .box_info p.title,
.boxes-cover-title-whitebg .box_info p.title,
.boxes-cover-title-darkbg .box_info p.title,
.boxes-cover-title-small .box_info p.title,
.boxes-cover-only .box_info p.title,
.boxes-logo-channel .box_info p.title,
.boxes-player-title .box_info p.title,
.boxes-player-title-small .box_info p.title {
  font-size: 18px;
  line-height: 26px;
}

.boxes-cover-title .box_info p.meta-title,
.boxes-cover-title-whitebg .box_info p.meta-title,
.boxes-cover-title-darkbg .box_info p.meta-title,
.boxes-cover-title-small .box_info p.meta-title,
.boxes-cover-only .box_info p.meta-title,
.boxes-logo-channel .box_info p.meta-title,
.boxes-player-title .box_info p.meta-title,
.boxes-player-title-small .box_info p.meta-title {
  color: #999;
  margin-bottom: 6px;
}

.boxes-cover-title .box_info p.cat,
.boxes-cover-title-whitebg .box_info p.cat,
.boxes-cover-title-darkbg .box_info p.cat,
.boxes-cover-title-small .box_info p.cat,
.boxes-cover-only .box_info p.cat,
.boxes-logo-channel .box_info p.cat,
.boxes-player-title .box_info p.cat,
.boxes-player-title-small .box_info p.cat {
  font-size: 12px;
}

.boxes-cover-title-whitebg .box_info p {
  color: black;
}

.boxes-cover-title-whitebg .box_info p a {
  color: black;
}

.boxes-cover-title-darkbg .box,
grid__movie-sizer {
  background-color: #21232a;
}

.boxes-cover-title-darkbg .box_info {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.boxes-cover-title-small .box_info p.title {
  font-size: 14px;
  line-height: 20px;
}

.boxes-cover-title-small .box_info p.meta-title,
.boxes-cover-title-small .box_info p.date {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.boxes-cover-only .box_cover,
.boxes-logo-channel .box_cover {
  width: 100%;
  height: 0px;
  padding-bottom: 139.411%;
  position: relative;
  background-color: #3b5998;
}

.boxes-cover-only .box_cover img,
.boxes-logo-channel .box_cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.boxes-logo-channel .box_cover {
  padding-bottom: 47.058%;
  position: relative;
}

.boxes-logo-channel .box_cover--action:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.25s ease-out;
  z-index: 1;
}

.boxes-logo-channel .box_cover--action:hover:before {
  opacity: 1;
}

.boxes-logo-channel .box_btn {
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 5px;
  color: white;
  padding: 0px;
  margin: 0px;
  line-height: 1;
  min-height: auto !important;
}

.boxes-logo-channel .box_btn span {
  line-height: 1;
  margin: 0;
}

.boxes-logo-channel .box_btn:hover + .box_tooltip {
  display: block;
}

.boxes-logo-channel .box_tooltip {
  display: none;
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  color: black;
  position: absolute;
  top: -30px;
  left: 100%;
  transform: translateX(-56%);
  z-index: 10;
}

.boxes-logo-channel .box_tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top: 4px solid white;
}

.boxes-player-title .box_player,
.boxes-player-title-small .box_player {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  position: relative;
  background-color: #3b5998;
}

.boxes-player-title .box_player iframe,
.boxes-player-title-small .box_player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.boxes-player-title .box_info .cat,
.boxes-player-title-small .box_info .cat {
  font-size: 12px;
}

.owl-nav {
  position: absolute;
  top: -50px;
  right: 0px;
  overflow: auto;
  display: none;
}

@media (min-width: 768px) {
  .owl-nav {
    display: block;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  float: left;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.25s ease-out;
}

.owl-nav .owl-prev:active,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:active,
.owl-nav .owl-next:hover {
  background: #009999;
  color: #fff;
  border: 1px solid transparent;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  border: 1px solid #666;
  color: #666;
  cursor: default;
}

.owl-nav .owl-prev.disabled:active,
.owl-nav .owl-prev.disabled:hover,
.owl-nav .owl-next.disabled:active,
.owl-nav .owl-next.disabled:hover {
  background: transparent;
}

.tp-caption-title {
  font-size: 48px;
  line-height: 54px;
  color: white;
  font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
}

.tp-caption-content {
  font-size: 18px;
  color: white;
  line-height: 28px;
}

.tp-caption .btn {
  white-space: nowrap;
}

.uranus .tp-bullet.selected {
  box-shadow: 0px 0px 0px 2px #009999;
}

.uranus .tp-bullet.selected .tp-bullet-inner {
  background-color: #009999;
}

.box-white {
  background: white;
  padding: 24px;
  margin-bottom: 30px;
  height: 100%;
}

@media (min-width: 992px) {
  .box-white {
    margin-bottom: 0px;
  }
}

.box-white_cover {
  width: 100%;
  margin-bottom: 24px;
}

.box-white_cover img {
  width: 100%;
}

.box-white_subject,
.box-white_content {
  padding-left: 40px;
  padding-right: 40px;
}

.box-white_meta-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  color: #3b5998;
  margin-bottom: 6px;
}

.box-white_title {
  font-size: 36px;
  line-height: 42px;
  color: black;
  margin-bottom: 24px;
}

.box-white p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

.box-white h1,
.box-white h2,
.box-white h3,
.box-white h4,
.box-white h5,
.box-white h6 {
  color: black;
}

.box-white img {
  margin-bottom: 36px;
}

.box-white_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 24px;
}

.box-white_note-title {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 0px;
}

.box-white_note-excerpt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px !important;
}

.box-white_body {
  padding-top: 24px;
}

.box-white_body img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 481px) {
  .box-white_body img {
    width: auto;
  }
}

.box-white--faq p {
  font-size: 14px;
  line-height: 24px;
}

.box-white-rounded,
.box-white-rounded-alt {
  background: white;
  padding: 15px 20px;
  border-radius: 3px;
  color: #21232a;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .box-white-rounded,
  .box-white-rounded-alt {
    border-radius: 6px;
  }
}

.box-white-rounded_header {
  padding: 0px 5px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .box-white-rounded_header {
    padding: 0px 20px 10px;
  }
}

.box-white-rounded_title {
  font-size: 18px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  margin-bottom: 0px;
  line-height: 28px;
}

.box-white-rounded_body {
  padding: 0px 5px;
}

@media (min-width: 992px) {
  .box-white-rounded_body {
    padding: 0px 20px 10px;
  }
}

.box-white-rounded-alt {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}

.box-white-rounded-alt .box-white-rounded_header {
  padding: 20px 15px 15px;
  overflow: hidden;
  margin-bottom: 0px;
  border-bottom: 1px solid #eaeaea;
}

.box-white-rounded-alt .box-white-rounded_left {
  float: left;
  width: 70%;
}

.box-white-rounded-alt .box-white-rounded_right {
  float: right;
  width: 30%;
  text-align: right;
}

.box-white-rounded-alt .box-white-rounded_title,
.box-white-rounded-alt .box-white-rounded_price {
  font-size: 18px;
  font-weight: bold;
}

.box-white-rounded-alt .box-white-rounded_pick-button input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.box-white-rounded-alt .box-white-rounded_pick-button label {
  font-size: 9px;
  color: #eaeaea;
  transition: 0.25s ease-out;
  cursor: pointer;
}

.box-white-rounded-alt .box-white-rounded_pick-button label span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  background: #eaeaea;
  border-radius: 50%;
  margin: 0 auto 6px;
  transition: 0.25s ease-out;
}

.box-white-rounded-alt .box-white-rounded_pick-button input:checked + label {
  color: #6dc067;
}

.box-white-rounded-alt
  .box-white-rounded_pick-button
  input:checked
  + label
  > span {
  background: #6dc067;
}

.box-white-rounded-alt .box-white-rounded_body {
  padding: 0px;
  overflow: auto;
}

.box-white-rounded-alt .box-white-rounded_body h4 {
  margin-bottom: 5px;
  padding: 10px 10px 0px;
}

.box-white-rounded-alt .box-white-rounded_body p {
  padding: 0px 10px;
}

.box-white-rounded-alt .box-white-rounded_body a {
  color: #009999;
  text-decoration: underline;
}

.box-white-rounded-alt .box-white-rounded_footer {
  padding: 0px;
  position: relative;
}

.box-white-rounded-alt .box-white-rounded_link {
  padding: 20px 30px;
  line-height: 18px;
  background: #666;
  color: white;
  text-decoration: none;
  display: block;
  transition: 0.25s ease-out;
  font-size: 12px;
  text-align: center;
}

.box-white-rounded-alt .box-white-rounded_link:hover {
  background: #009999;
}

.box-white-rounded-alt .box-white-rounded_link span {
  margin-left: 5px;
}

.box-white-rounded-alt .box-white-rounded_cover {
  width: 100%;
  height: 0px;
  padding-bottom: 97.407%;
  position: relative;
}

.box-white-rounded-alt .box-white-rounded_cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.package-lists {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.package-lists_item {
  float: left;
}

.package-lists img {
  padding-right: 5px;
  margin-bottom: 5px;
  height: 40px;
}

.package-lists_title {
  font-size: 14px;
  color: #009999;
  padding-left: 15px;
  padding-right: 15px;
}

.package-lists_title + .package-lists {
  padding-top: 0px;
}

.account-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.account-sidebar_header {
  background: white;
  padding: 10px;
}

.account-sidebar_name {
  font-size: 20px;
  color: #009999;
  line-height: 28px;
  margin-bottom: 6px;
  text-align: center;
}

.account-sidebar_link {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 0px;
  text-align: center;
}

.account-sidebar_link a {
  color: #999;
}

.account-sidebar_frame {
  width: 84px;
  height: 84px;
  margin: 10px auto;
  overflow: hidden;
  background: #3b5998;
  border-radius: 6px;
}

.account-sidebar_photo {
  width: 100%;
  height: 100%;
  display: block;
}

.account-sidebar_menus {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.account-sidebar_menu {
  position: relative;
}

.account-sidebar_menu a {
  font-size: 15px;
  line-height: 24px;
  padding: 13px 20px;
  color: #eaeaea;
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0);
  transition: 0.25s ease-out;
}

.account-sidebar_menu a:hover,
.account-sidebar_menu a.active {
  background: rgba(255, 255, 255, 0.2);
}

.account-sidebar_menu a span.icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.account-sidebar_menu a span.icon-home {
  background-image: url("../images/default/img-icon-home.png");
}

.account-sidebar_menu a span.icon-channel {
  background-image: url("../images/default/img-icon-channels.png");
}

.account-sidebar_menu a span.icon-movies {
  background-image: url("../images/default/img-icon-movies.png");
}

.account-sidebar_menu a span.icon-whatson {
  background-image: url("../images/default/img-icon-whatson.png");
}

.account-sidebar_menu a span.icon-classroom {
  background-image: url("../images/default/img-icon-classroom.png");
}

.account-sidebar_menu a span.icon-package {
  background-image: url("../images/default/img-icon-package.png");
}

.account-sidebar_menu a span.icon-package-light {
  background-image: url("../images/default/img-icon-package-light.png");
}

.account-sidebar_menu a span.icon-notification {
  background-image: url("../images/default/img-icon-notif.png");
}

.account-sidebar_menu a span.icon-faq {
  background-image: url("../images/default/img-icon-faq.png");
}

.account-sidebar_menu a span.icon-signout {
  background-image: url("../images/default/img-icon-sign-out.png");
}

.account-sidebar_label {
  position: absolute;
  top: 14px;
  right: 20px;
}

.block-lists {
  background: rgba(0, 0, 0, 0.3);
}

.block-lists.is--removable .block-lists_list {
  padding-bottom: 60px;
}

.block-lists_title {
  background: black;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}

.block-lists_list {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.block-lists_list:hover {
  background: rgba(255, 255, 255, 0.1);
}

.block-lists_list:hover .block-lists_remove-btn {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.block-lists_list.active {
  background: rgba(255, 255, 255, 0.1);
}

.block-lists_list.active a {
  color: #e6c515;
}

.block-lists_subject {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.block-lists_subject a {
  color: #eaeaea;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.block-lists_subject a:hover {
  color: #e6c515;
}

.block-lists_excerpt {
  color: #eaeaea;
  line-height: 20px;
}

.block-lists_remove-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  transition: 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.block-lists_remove-btn span {
  font-size: 24px !important;
  color: #999;
  transition: 0.25s ease-out;
}

.block-lists_remove-btn:hover span {
  color: #e6c515;
}

.block-lists_ask {
  font-size: 15px;
  line-height: 24px;
}

.block-lists_ask a {
  color: #eaeaea;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.block-lists_ask a:hover,
.block-lists_ask a:active {
  color: #e6c515;
}

.group-voucher_bg {
  background-image: url("../images/default/bg-gift-voucher.jpg");
  background-position: center top;
  background-size: cover;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.group-voucher_title img {
  margin-bottom: 18px;
}

.group-voucher_text {
  font-size: 24px;
  color: #320401;
  line-height: 34px;
  margin-bottom: 30px;
}

.group-voucher_form .form-control {
  margin-bottom: 24px;
  height: 46px;
  border: 0px;
  margin-right: 15px;
}

.steps-form_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.steps-nav {
  text-align: center;
  margin-bottom: 30px;
}

.steps-nav a {
  text-decoration: none;
}

.steps-nav_item {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 641px) {
  .steps-nav_item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.steps-nav_item span:nth-child(1) {
  color: #191b21;
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  border-radius: 50%;
  transition: 0.25s ease-out;
}

.steps-nav_item span:nth-child(2) {
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: 0.25s ease-out;
  font-size: 11px;
}

.steps-nav_item.active span:nth-child(1) {
  background: white;
}

.steps-nav_item.active span:nth-child(2),
.steps-nav_item.done span:nth-child(2) {
  color: white;
}

.steps-nav_item.done span:nth-child(1) {
  font-size: 20px;
  line-height: 32px;
  background: #009999;
  color: white;
}

.table-summary {
  margin-bottom: 0;
}

.table-summary th {
  background: #eaeaea;
}

.table-summary th,
.table-summary td {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
}

.table-summary_green-row {
  background: #6dc067;
  color: #000;
}

.form-one-line {
  position: relative;
}

.form-one-line_control {
  font-size: 16px;
  line-height: 25px;
  padding: 15px 95px 15px 20px;
  display: block;
  width: 100%;
  position: relative;
  border-radius: 6px;
  border: 0px;
  box-shadow: none;
  color: #666;
}

.form-one-line_control:focus {
  border-radius: 6px;
  box-shadow: none;
  outline: none;
}

.form-one-line_btn {
  width: 85px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 55px;
  text-align: center;
  color: white;
  background: #6dc067;
  border-radius: 0px 6px 6px 0px;
  margin: 0;
}

.form-one-line_btn:hover {
  background: #7dd178;
  color: white;
}

.form-one-line_btn:active,
.form-one-line_btn:focus {
  background: #07af50;
  color: white;
}

.form-one-line_btn:active:focus {
  background: #07af50;
  color: white;
}

.payments {
  margin-bottom: 30px;
}

.payments ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.payments_list {
  margin-bottom: 15px;
  position: relative;
  display: table;
  width: 100%;
}

.payments_list.virtual-account a {
  background-image: url("../images/default/user-account.svg");
}

.payments_list.indomaret a {
  background-image: url("../images/default/icon-store.svg");
}

.payments_list.diskon a {
  background-image: url("../images/default/icon-disc-50prcnt.svg");
}

.payments_list.credit-card a {
  background-image: url("../images/default/icon-creditcard.svg");
}

.payments_list.potong-pulsa a {
  background-image: url("../images/default/icon-handphone-check.svg");
}

.payments a {
  background: white;
  height: 60px;
  border-radius: 6px;
  line-height: 20px;
  font-size: 15px;
  text-decoration: none;
  display: table-cell;
  padding: 7px 20px 7px 55px;
  vertical-align: middle;
  width: 100%;
  color: #333;
  background-size: 30px 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
  transition: 0.25s ease-out;
}

.payments a:hover {
  background-color: #6dc067;
  color: #fff;
}

.payments a:hover + span {
  color: white;
}

.payments img {
  display: block;
  margin: 3px 0px;
}

.payments span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #999;
  font-size: 20px;
  line-height: 60px;
  width: 20px;
}

.schedule {
  background: white;
  color: black;
  margin-bottom: 30px;
}

.schedule_time {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.schedule_title {
  font-size: 16px;
  padding: 10px 20px;
  width: 50%;
}

@media (min-width: 1200px) {
  .schedule_title {
    padding: 10px 42px;
    width: auto;
  }
}

.schedule_dates {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.schedule_dates li {
  float: left;
  width: 25%;
}

@media (min-width: 1200px) {
  .schedule_dates li {
    width: 50px;
  }
}

.schedule_dates a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: black;
  text-align: center;
  position: relative;
  transition: 0.25s ease-out;
}

.schedule_dates a:before {
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 100%;
  transition: 0.25s ease-out;
}

.schedule_dates a:hover,
.schedule_dates a.active {
  background: #e6c515;
}

.schedule_dates a:hover:before,
.schedule_dates a.active:before {
  border-top: 10px solid #e6c515;
}

.schedule_dates a:hover .schedule_tag,
.schedule_dates a.active .schedule_tag {
  color: #0a8ef3;
}

.schedule_tag {
  font-size: 9px;
  text-align: center;
  color: #b4b4b4;
  display: inline-block;
  margin-bottom: 6px;
  transition: 0.25s ease-out;
  width: 100%;
}

.schedule_dayname {
  font-size: 12px;
  width: 100%;
}

.schedule_datenum {
  font-size: 24px;
  font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

@media (min-width: 992px) {
  .schedule_lists {
    height: 377px;
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  .schedule_lists {
    height: 452px;
    overflow-y: auto;
  }
}

.schedule_lists ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 10px;
}

.schedule_lists li:last-child a {
  border-bottom: 1px solid transparent;
}

.schedule_lists a {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.schedule_lists a:hover,
.schedule_lists a.active {
  background: #e6c515;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
}

.schedule_showtime {
  display: inline-block;
  margin-right: 20px;
  width: 34px;
  vertical-align: top;
}

.schedule_showname {
  display: inline-block;
  width: calc(100% - 54px);
  vertical-align: top;
}

.player {
  margin-bottom: 30px;
}

.player_video {
  width: 100%;
  height: 0px;
  padding-bottom: 56.3636%;
  margin-bottom: 10px;
  position: relative;
}

.player_video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.player_info {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 641px) {
  .player_info {
    display: flex;
    align-items: top;
  }
}

.player_channel {
  width: 60px;
  height: 28px;
  background: #3b5998;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}

@media (min-width: 641px) {
  .player_channel {
    width: 90px;
    height: 42px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}

.player_channel img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.player_title {
  width: calc(100% - 130px);
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
}

@media (min-width: 641px) {
  .player_title {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 641px) {
  .player_title {
    width: calc(100% - 270px);
  }
}

.player_title p {
  margin-bottom: 0px;
  font-size: 14px;
  vertical-align: top;
}

.player_title .player_name {
  font-size: 20px;
  line-height: 28px;
}

.player_share {
  margin-top: 15px;
  clear: left;
}

@media (min-width: 641px) {
  .player_share {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.player_share p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.player_share ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.player_share li {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}

.player--right .player_video-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .player--right .player_video-wrapper {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
}

.player--right .player_info {
  padding-left: 0px;
  display: block;
  background: none;
}

@media (min-width: 768px) {
  .player--right .player_info {
    float: left;
    width: 50%;
    text-align: right;
  }
}

.player--right .player_label {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 25px;
  padding: 5px 10px;
}

.player--right .player_channel {
  display: block;
  float: none;
}

@media (min-width: 768px) {
  .player--right .player_channel {
    margin: 10px 0px 10px auto;
    text-align: right;
  }
}

.player--right .player_showname {
  font-size: 22px;
  line-height: 30px;
}

.player--right .player_showdate {
  font-size: 18px;
  line-height: 24px;
}

.table-show {
  position: relative;
  overflow: hidden;
}

.table-show_wrapper {
  margin-left: 50%;
  width: 50%;
  overflow-y: visible;
  overflow-x: scroll;
}

@media (min-width: 992px) {
  .table-show_wrapper {
    margin-left: 215px;
    width: calc(100% - 215px);
  }
}

.table-show_time ul {
  list-style: none;
  width: 200%;
  border-bottom: 1px solid #fff;
  padding: 0px;
  margin: 0px;
}

.table-show_time li {
  float: left;
  width: 50px;
  display: block;
}

.table-show_time li:nth-of-type(odd) span {
  font-size: 24px;
  color: white;
}

.table-show_time li:nth-of-type(even) span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.table-show_time li:nth-of-type(even) span:before {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.table-show_time span {
  transform: translateX(-1px);
  line-height: 30px;
  display: block;
  color: white;
  position: relative;
  padding-bottom: 10px;
  vertical-align: bottom;
}

.table-show_time span:before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: white;
}

.table-show_indicator {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  padding-top: 41px;
  z-index: 1;
}

@media (min-width: 992px) {
  .table-show_indicator {
    left: 215px;
  }
}

.table-show_tuner {
  width: 2px;
  height: 100%;
  background: #e6c515;
  position: absolute;
  left: 50px;
}

.table-show_tuner:before {
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #e6c515;
  content: "";
  top: -10px;
  left: -3px;
  position: absolute;
}

.table-show_channel {
  position: absolute;
  left: 0px;
  margin-top: -1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 60px;
  width: 50%;
  padding: 15px 0px;
}

@media (min-width: 992px) {
  .table-show_channel {
    width: 215px;
    padding: 8px 0px;
  }
}

.table-show_img {
  width: 60px;
  float: left;
}

@media (min-width: 992px) {
  .table-show_img {
    width: 92px;
  }
}

.table-show_img img {
  max-width: 100%;
}

.table-show_fav-btn {
  float: right;
}

.table-show_fav-btn .btn {
  color: #df4a32;
  padding-right: 10px;
}

.table-show_fav-btn .btn:hover + .tooltip {
  display: block;
  opacity: 1;
}

.table-show_tooltip {
  transform: translate(-80%, 80%);
}

.table-show_list-shows {
  border-bottom: 1px solid #fff;
}

.table-show_list-show {
  vertical-align: middle;
  display: flex;
  align-items: center;
  float: left;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  border-right: 1px solid #fff;
  height: 60px;
}

.table-show_list-show.w4-times {
  width: 200px;
}

.table-show_list-show.w3-times {
  width: 150px;
}

.table-show_list-show.w2-times {
  width: 100px;
}

.page-error {
  overflow: hidden;
  padding: 30px 0px;
}

@media (min-width: 768px) {
  .page-error {
    padding: 30px 40px;
  }
}

.page-error_image {
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .page-error_image {
    float: left;
    width: 33.33%;
  }
  .page-error_image img {
    margin-top: 30px;
  }
}

.page-error_content {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .page-error_content {
    float: left;
    width: 66%;
    text-align: left;
  }
}

.page-error_title {
  font-size: 45px;
  line-height: 54px;
  font-family: "Montserrat_exbold", "Segoe UI", arial, sans-serif;
  color: black;
  margin-bottom: 40px;
  font-style: italic;
}

.page-error_title span {
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
}

.page-error_message {
  font-family: "Montserrat_exbold", "Segoe UI", arial, sans-serif;
  font-size: 36px;
  color: black;
  line-height: 42px;
  font-style: italic;
  margin-bottom: 12px;
}

.page-error_detail {
  font-size: 36px;
  line-height: 42px;
  color: black;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
}

.tab-nav {
  background: #2a2c35;
}

.tab-nav_lists {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.tab-nav_lists li {
  float: left;
  width: 33%;
  text-align: center;
}

.tab-nav_lists li:hover a,
.tab-nav_lists li.active a {
  border-color: #e6c515;
}

.tab-nav_lists a {
  color: #e6c515;
  font-size: 12px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block;
  transition: 0.25s ease-out;
}

@media (min-width: 992px) {
  .tab-nav_lists a {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .tab-nav_lists a {
    font-size: 20px;
    display: inline-block;
    border-bottom: 5px solid transparent;
  }
}

.tab-nav .tab-nav_lists--top li {
  width: 50%;
}

.tab-nav .tab-nav_lists--vertical {
  margin-left: 0px;
  margin-right: 0px;
  background: #17181d;
}

.tab-nav .tab-nav_lists--vertical li {
  float: none;
  width: 100%;
}

.tab-nav .tab-nav_lists--vertical li.active a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #e6c515;
  color: #000;
}

.tab-nav .tab-nav_lists--vertical a {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  color: #fff;
}

.tab-nav .tab-nav_lists--vertical a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.tab-content {
  text-align: center;
}

.tab-content p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.tab-content_logo {
  height: 50px;
  margin-bottom: 30px;
}

.tab-content_h1 {
  width: 60%;
  margin: 0 auto 60px;
  font-size: 26px;
  line-height: 36px;
  font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
}

@media (min-width: 992px) {
  .tab-content_h1 {
    font-size: 42px;
    width: 400px;
    line-height: 48px;
  }
}

.tab-content_icons {
  margin-bottom: 30px;
}

.tab-content_icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}

.tab-content_icons li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .tab-content_icons li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.tab-content_icons span {
  display: block;
  font-size: 12px;
  height: 18px;
}

.tab-content_icon {
  width: 60px;
  height: 60px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.tab-content_icon.tv {
  background-image: url("../images/default/icon-tv@2x.png");
  background-size: 34px 24px;
}

.tab-content_icon.pc {
  background-image: url("../images/default/icon-pc@2x.png");
  background-size: 34px 24px;
}

.tab-content_icon.phone {
  background-image: url("../images/default/icon-phone@2x.png");
  background-size: 18px 33px;
}

.tab-content_icon.tablet {
  background-image: url("../images/default/icon-tablet@2x.png");
  background-size: 31px 23px;
}

.tab-content_row {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tab-content_half {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .tab-content_half {
    width: 50%;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .tab-content_half {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .tab-content_half--alt {
    float: right;
  }
}

.tab-content_rsmall {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tab-content_rsmall {
    text-align: right;
  }
}

.tab-content_lsmall {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tab-content_lsmall {
    text-align: left;
  }
}

.tab-content_download {
  margin-bottom: 30px;
}

.tab-content_download ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.tab-content_download li {
  display: inline-block;
  margin: 0px 6px;
}

.tab-content_download img {
  height: 27px;
}

.tab-content_img {
  margin-bottom: 30px;
}

.tab-content_img--roffset {
  max-width: 100%;
}

@media (min-width: 768px) {
  .tab-content_img--roffset {
    transform: translateX(15%);
    max-width: none;
  }
}

@media (min-width: 992px) {
  .tab-content_img--roffset {
    transform: translate(0%, 21px);
  }
}

@media (min-width: 1200px) {
  .tab-content_img--roffset {
    transform: translate(10%, 21px);
  }
}

@media (min-width: 1440px) {
  .tab-content_img--roffset {
    transform: translate(15%, 21px);
  }
}

.tab-content_img--loffset {
  margin-bottom: 30px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tab-content_img--loffset {
    transform: translateX(-15%);
    max-width: none;
  }
}

@media (min-width: 992px) {
  .tab-content_img--loffset {
    transform: translateX(-48%);
    height: 289px;
  }
}

@media (min-width: 1200px) {
  .tab-content_img--loffset {
    transform: translateX(-35%);
  }
}

@media (min-width: 1440px) {
  .tab-content_img--loffset {
    transform: translateX(-20%);
  }
}

.tab-content_light-title {
  font-size: 42px;
  line-height: 48px;
  text-align: left;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  float: left;
}

.tab-content_btn {
  float: right;
}

.tab-content_btn-top {
  margin-bottom: 10px;
}

.tab-content_label {
  margin-bottom: 30px;
}

.tab-content_showcase {
  height: 400px;
  margin-top: -40px;
  background-image: url("../images/default/img-vod-content.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tab-content_showcase {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .tab-content_showcase {
    background-size: contain;
  }
}

.tab-content_channel-title {
  font-size: 20px;
}

.tab-content_box {
  background: white;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}

.tab-content_box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
}

.tab-content_box li {
  float: left;
}

.tab-content_box img {
  height: 50px;
}

.tab-content_subtitle {
  text-align: center !important;
}

.tab-content_subtitle-lg {
  font-size: 20px;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  line-height: 30px;
}

@media (min-width: 992px) {
  .tab-content--visible {
    overflow: hidden;
  }
  .tab-content--visible .tab-pane {
    display: block;
    width: 50%;
    float: left;
    opacity: 1;
  }
}

.tab-left,
.tab-right {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px;
}

.tab-left {
  background-image: url("../images/default/bg-landing-left.jpg");
}

.tab-right {
  background-image: url("../images/default/bg-landing-right.jpg");
}

.mt-42 {
  margin-top: 42px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-120 {
  padding-top: 120px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-30 {
  padding-bottom: 30px;
}

.font-light {
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  font-weight: normal;
}

.text-yellow {
  color: #e6c515;
}

.text-yellow a {
  color: #e6c515;
  text-decoration: underline;
}

.text-center {
  text-align: center !important;
}

@-webkit-keyframes slideUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* Header
----------------------------
style for header section */

.header {
  position: relative;
  z-index: 50;
}

.header.is-float {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.header.is-float .header-main {
  background: rgba(25, 27, 33, 0.5);
}

.header-top {
  background: rgba(255, 255, 255, 0.2);
}

.header-top_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-top_menu li {
  float: left;
}

.header-top_menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  margin-right: 30px;
  line-height: 20px;
  transition: 0.25s ease-out;
}

.header-top_menu a:hover {
  color: #e6c515;
}

.header-main {
  background: #191b21;
}

.header-main_navicon button {
  margin: 14px 0px;
}

.header-main_logo {
  text-align: center;
}

@media (min-width: 992px) {
  .header-main_logo {
    text-align: left;
  }
}

.header-main_logo img {
  height: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .header-main_logo img {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.header-main_search {
  float: right;
  position: relative;
}

@media (min-width: 768px) {
  .header-main_search {
    float: left;
  }
}

.header-main_search button {
  margin: 17px 0px;
}

.header-main_search-field {
  position: absolute;
  top: 105%;
  right: 0;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.25s ease-out;
}

@media (min-width: 992px) {
  .header-main_search-field {
    left: 50%;
    transform: translateX(-50%);
  }
}

.header-main_search-field.open {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 1;
}

.header-main_search-field input {
  border-radius: 4px;
  padding: 10px 10px;
  line-height: 20px;
  box-shadow: none;
  border: none;
  width: 100%;
  color: #000;
  background: #eaeaea;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}

.header-main_cta {
  float: right;
}

.header-main_cta button {
  margin: 17px 0px;
}

.header-main_account {
  float: right;
  margin-top: 19px;
  position: relative;
}

.header-main_account .account-image {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  float: left;
  background: #009999;
}

.header-main_account .account-image img {
  width: 100%;
  height: 100%;
}

.header-main_account .account-info {
  padding-left: 40px;
}

.header-main_account .account-info_name a {
  font-size: 14px;
  color: white;
  white-space: nowrap;
  line-height: 20px;
  padding-top: 6px;
  display: block;
}

.autocomplete-suggestions {
  margin-top: 10px;
  overflow: auto;
  cursor: default;
  background: #eaeaea;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  color: #666;
}

.autocomplete-suggestions strong {
  color: #000;
  font-weight: bold;
}

.autocomplete-suggestion {
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion:before {
  content: "\f4a4";
  font-family: "Ionicons";
  margin-right: 10px;
  opacity: 0;
  color: #21232a;
}

.autocomplete-selected {
  background: #c8c8c8;
  cursor: pointer;
}

.autocomplete-selected:before {
  opacity: 1;
}

.header-main_menu {
  float: left;
}

.header-main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-main_menu > ul > li {
  float: left;
  margin-right: 14px;
  position: relative;
}

.header-main_menu > ul > li > a,
.header-main_menu > ul > li > span {
  color: #fff;
  padding: 25px 0px 12px 0px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  transition: 0.25s ease-out;
  text-decoration: none;
}

.header-main_menu > ul > li > span {
  padding: 25px 10px 12px 10px;
  cursor: pointer;
  font-size: 10px;
}

.header-main_submenu {
  opacity: 0;
  height: 0px;
  visibility: hidden;
  transition: all 0.25s ease-out;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
  background: #fff;
  z-index: -2;
  width: 190px;
  border-radius: 3px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}

.header-main_submenu a {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #212121;
  padding: 5px 14px;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.header-main_submenu a:hover {
  background: #c8c8c8;
}

.header-main_menu > ul > li:hover .header-main_submenu {
  opacity: 1;
  height: auto;
  top: 100%;
  visibility: visible;
  z-index: 1;
  display: block;
}

.header-main_menu > ul > li:hover > a,
.header-main_menu > ul > li:hover > span {
  color: #e6c515;
}

/* Handles Header menu on Mobile */

.hm {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
  transition: 0.25s ease-out;
}

.hm.open {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
}

.hm.open .hm-menu {
  left: 0px;
}

.hm-menu {
  position: absolute;
  top: 0;
  left: -50px;
  width: 86.66%;
  max-width: 320px;
  background: #21232a;
  height: 100%;
  overflow: auto;
  transition: 0.25s 0.2s ease-out;
}

.hm-menu_account {
  padding: 20px;
  background-color: #fefefe;
}

.hm-menu_account .account-image {
  border-radius: 6px;
  overflow: hidden;
  float: left;
  width: 62px;
  height: 62px;
  background: #959595;
}

@media (min-width: 481px) {
  .hm-menu_account .account-image {
    margin-top: 0px;
  }
}

.hm-menu_account .account-image img {
  width: 100%;
  height: 100%;
}

.hm-menu_account .account-info {
  padding-left: 78px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hm-menu_account .account-info_name {
  font-size: 20px;
  line-height: 28px;
  color: #009999;
  margin-bottom: 0px;
}

.hm-menu_account .account-info_etc {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin-bottom: 0px;
}

.hm-menu_account .account-info_etc a {
  color: #999;
}

.hm-menu_account .account-info_etc span {
  margin-left: 5px;
}

.hm-menu_cta {
  height: 100px;
  background: #e6c515;
  padding: 40px 0px;
}

.hm-menu_cta a {
  display: block;
  color: #000;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.hm-menu_top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 42px;
  padding: 6px 0px;
  background: linear-gradient(0deg, #bababa, #cacaca);
}

.hm-menu_top ul li {
  float: left;
  width: calc(50% - 1px);
  border-right: 1px solid #000;
}

.hm-menu_top ul li:last-child {
  border: 0;
}

.hm-menu_top ul a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #000;
}

.hm-menu_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
}

.hm-menu_main ul.menu-logged li:first-child a {
  background: #e6c515;
  color: #000;
}

.hm-menu_main ul.menu-logged .label {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 11px;
}

.hm-menu_main ul li {
  position: relative;
}

.hm-menu_main ul a {
  font-size: 15px;
  line-height: 24px;
  padding: 9px 10px 9px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.hm-menu_main ul a:hover,
.hm-menu_main ul a:active {
  background: black;
}

.hm-menu_main ul a span.icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
/* 
.hm-menu_main ul a span.icon-home {
    background-image: url("../images/default/img-icon-home.png");
}

.hm-menu_main ul a span.icon-channel {
    background-image: url("../images/default/img-icon-channels.png");
}

.hm-menu_main ul a span.icon-movies {
    background-image: url("../images/default/img-icon-movies.png");
}

.hm-menu_main ul a span.icon-whatson {
    background-image: url("../images/default/img-icon-whatson.png");
}

.hm-menu_main ul a span.icon-classroom {
    background-image: url("../images/default/img-icon-classroom.png");
}

.hm-menu_main ul a span.icon-notification {
    background-image: url("../images/default/img-icon-notif.png");
}

.hm-menu_main ul a span.icon-faq {
    background-image: url("../images/default/img-icon-faq.png");
}

.hm-menu_main ul a span.icon-signout {
    background-image: url("../images/default/img-icon-sign-out.png");
} */

.hm-menu_main ul a span.icon-home {
  background-image: url("../images/icons/sidebar/icon-home.png") !important;
}

.hm-menu_main ul a span.icon-channel {
  background-image: url("../images/icons/sidebar/icon-tvchannels.png") !important;
}

.hm-menu_main ul a span.icon-movies {
  background-image: url("../images/icons/sidebar/icon-movies.png") !important;
}

.hm-menu_main ul a span.icon-whatson {
  background-image: url("../images/icons/sidebar/icon-whatson.png") !important;
}

.hm-menu_main ul a span.icon-classroom {
  background-image: url("../images/icons/sidebar/icon-classroom.png") !important;
}

.hm-menu_main ul a span.icon-esport {
  background-image: url("../images/icons/sidebar/icon-esportsarena.png") !important;
}

.hm-menu_main ul a span.icon-lifestyle {
  background-image: url("../images/icons/sidebar/icon-lifestyle.png") !important;
}

.hm-menu_main ul a span.icon-sportsmania {
  background-image: url("../images/icons/sidebar/icon-sportsmania.png") !important;
}

.hm-menu_main ul a span.icon-shortsmovie {
  background-image: url("../images/icons/sidebar/icon-shortsmovie.png") !important;
}

.hm-menu_main ul a span.icon-podcast {
  background-image: url("../images/icons/sidebar/icon-podcast.png") !important;
}

.hm-menu_main ul a span.icon-package {
  background-image: url("../images/default/img-icon-package.png");
}

.hm-menu_main ul a span.icon-playlist {
  background-image: url("../images/icons/sidebar/icon-playlist.png") !important;
}

.hm-menu_main ul a span.icon-notification {
  background-image: url("../images/icons/sidebar/icon-notification.png") !important;
}

.hm-menu_main ul a span.icon-faq {
  background-image: url("../images/icons/sidebar/icon-faq.png") !important;
}

.hm-menu_main ul a span.icon-signout {
  background-image: url("../images/icons/sidebar/icon-signout.png") !important;
}

.hm-menu_close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.hm-menu_close button {
  margin: 0px;
  color: black !important;
}

.hm-menu_close button:hover {
  color: #df4a32 !important;
}

.hm-menu_close button:hover {
  color: #df4a32 !important;
  background: transparent !important;
}

/* End Handles Header menu on Mobile */

.nav-vertical {
  margin-bottom: 30px;
}

.nav-vertical_lists {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.nav-vertical_link {
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 50px 10px 15px;
  display: block;
  background: white;
  color: black;
  text-decoration: none;
  margin-bottom: 12px;
  font-family: "Montserrat_medium", "Segoe UI", arial, sans-serif;
  position: relative;
  transition: 0.25s ease-out;
}

.nav-vertical_link .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 50px;
  line-height: 50px;
}

.nav-vertical_link:hover,
.nav-vertical_link:active,
.nav-vertical_link:focus,
.nav-vertical_link.active {
  background: #e6c515;
  text-decoration: none;
  color: black;
}

/* Modal
----------------------------
style for modal section */

.modal-dialog {
  color: #000;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
}

.modal-content {
  border-radius: 0px;
  width: 100%;
}

.modal-header {
  padding: 36px 36px 15px;
  border-bottom: 0;
}

.modal-header button span {
  font-size: 24px;
}

.modal-header button:active,
.modal-header button:hover,
.modal-header button:focus {
  outline: none;
  box-shadow: none;
}

.modal-body {
  padding: 20px 36px;
}

.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5 {
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  margin-bottom: 10px;
}

.modal-body_title {
  margin-top: 20px;
  text-align: center;
}

.back-button {
  position: absolute;
  top: -41px;
  left: 36px;
}

.back-button span {
  font-size: 24px;
}

.modal-account {
  width: 200px;
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-out;
}

.modal-account.open {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  top: -18px;
}

.modal-account_header {
  padding: 15px 10px 10px;
  background: #fefefe;
  position: relative;
}

.modal-account_close {
  color: #000;
  background: none;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px 10px;
}

.modal-account_close:hover,
.modal-account_close:active {
  background: none !important;
  color: #f05a3f !important;
}

.modal-account_close:active {
  color: #d13d28 !important;
}

.modal-account_image {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  background: #009999;
  margin-bottom: 12px;
}

.modal-account_image img {
  width: 100%;
  height: 100%;
}

.modal-account_name {
  color: #009999;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
}

.modal-account_etc {
  text-align: center;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 15px;
}

.modal-account_etc a {
  color: #999;
}

.modal-account_body {
  background: #21232a;
}

.modal-account_lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-account_lists li {
  position: relative;
}

.modal-account_lists li .label {
  position: absolute;
  top: -3px;
  right: 0px;
  margin: 11px;
}

.modal-account_lists a {
  font-size: 12px;
  line-height: 24px;
  padding: 6px 10px 6px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.modal-account_lists a:hover,
.modal-account_lists a:active {
  background: black;
}

.modal-account_lists a span.icon {
  float: left;
  width: 16px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.modal-account_lists a span.icon-package-light {
  background-image: url("../images/default/img-icon-package-light.png");
}

.modal-account_lists a span.icon-notification {
  background-image: url("../images/default/img-icon-notif.png");
}

.modal-account_lists a span.icon-faq {
  background-image: url("../images/default/img-icon-faq.png");
}

.modal-account_lists a span.icon-signout {
  background-image: url("../images/default/img-icon-sign-out.png");
}

.modal--action-more .modal-dialog {
  color: #000;
}

@media (min-width: 641px) {
  .modal--action-more .modal-dialog {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .modal--action-more .modal-dialog {
    margin-top: 20%;
  }
}

.modal--action-more .modal-header,
.modal--action-more .modal-body,
.modal--action-more .modal-footer {
  padding: 10px 25px;
}

.modal--action-more .modal-footer p {
  margin-bottom: 10px;
}

.modal--action-more p {
  text-align: left;
}

.modal--action-more .btn {
  text-align: left;
}

.modal--action-more .btn span {
  color: #009999;
}

.modal--action-more .btn.close {
  font-size: 16px;
}

.modal--action-more .list-buttons {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
}

.modal--action-more .list-buttons li {
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
}

.modal--action-more .list-buttons li:last-child {
  padding-right: 0px;
}

.modal-package .modal-dialog,
.modal-package-alt .modal-dialog {
  width: 270px;
  margin-top: 120px;
}

.modal-package .modal-content,
.modal-package-alt .modal-content {
  border-radius: 10px;
}

.modal-package .modal-header,
.modal-package-alt .modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.modal-package .modal-body,
.modal-package-alt .modal-body {
  padding: 0px;
}

.modal-package_close {
  position: absolute;
  top: -30px;
  right: 0px;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .modal-package_close {
    right: -30px;
  }
}

.modal-package_close span {
  color: white;
}

.modal-package_close:hover {
  opacity: 1;
}

.modal-package_title,
.modal-package_billing {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.modal-package_group {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal-package_cover {
  width: 100%;
  height: auto;
}

.modal-package_cover img {
  width: 100%;
}

.modal-package_lists-title {
  font-size: 12px;
  margin-bottom: 12px;
}

.modal-package_lists {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  margin-left: -3px;
  margin-right: -3px;
}

.modal-package_lists li {
  float: left;
  width: 20%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

.modal-package_item {
  width: 100%;
  padding-bottom: 75%;
  height: 0px;
  position: relative;
  background: #f5f5f5;
}

.modal-package_item img {
  position: absolute;
  top: 50%;
  left: 0px;
  max-width: 100%;
  transform: translateY(-50%);
}

.modal-package-alt .modal-dialog {
  width: 320px;
  margin-top: 120px;
}

.modal-package-alt .modal-content {
  border-radius: 5px;
}

.modal-package-alt .modal-package_close {
  top: 15px;
  right: 15px;
}

.modal-package-alt .modal-package_close span {
  color: rgba(0, 0, 0, 0.6);
}

.modal-package-alt .modal-package_group {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-package-alt .modal-package_lists-title {
  font-size: 15px;
  margin-bottom: 12px;
}

.modal-package-alt .modal-header {
  border-bottom: none;
}

.cardviews {
  position: relative;
}

@media (min-width: 992px) {
  .cardviews {
    margin-right: -30px;
  }
}

.cardviews .cv-sizer,
.cardviews .cv {
  width: 100%;
}

@media (min-width: 768px) {
  .cardviews .cv-sizer,
  .cardviews .cv {
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .cardviews .cv-sizer,
  .cardviews .cv {
    width: calc(33.3% - 30px);
  }
}

.cardviews .cv {
  border-radius: 6px;
  overflow: hidden;
  color: black;
  margin-bottom: 30px;
}

.cardviews .cv_header {
  background-color: #fff;
}

.cardviews .cv_header .cv-cover {
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #3b5998;
}

.cardviews .cv_header .cv-cover.is-squared {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}

.cardviews .cv_header .cv-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cardviews .cv_header .cv-icon {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #eaeaea;
  position: relative;
}

.cardviews .cv_header .cv-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cardviews .cv_header .cv-info {
  padding-left: 50px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.cardviews .cv_header .cv-title {
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.cardviews .cv_header .cv-published {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px;
  line-height: 18px;
}

.cardviews .cv_content {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.cardviews .cv_content h3 {
  font-size: 18px;
  line-height: 24px;
}

.cardviews .cv_content h3 a {
  color: black;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.cardviews .cv_content h3 a:hover {
  color: #009999;
}

.cardviews .cv_content h5 {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
}

.cardviews .cv_content h1,
.cardviews .cv_content h2,
.cardviews .cv_content h3,
.cardviews .cv_content h4,
.cardviews .cv_content h5,
.cardviews .cv_content h6,
.cardviews .cv_content p {
  padding-left: 10px;
  padding-right: 10px;
}

.cardviews .cv_content img {
  width: 100%;
  margin-bottom: 15px;
}

.cardviews .cv_footer {
  border-top: 1px solid #cacaca;
  padding: 3px 10px;
  overflow: auto;
  background-color: #fff;
}

.cardviews .cv_footer .btn {
  font-size: 14px;
}

@media (min-width: 992px) {
  .cardviews .cv_footer .btn {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .cardviews .cv_footer .btn {
    font-size: 14px;
  }
}

.cardviews .cv_footer .cv-likes,
.cardviews .cv_footer .cv-remind {
  float: left;
  margin-right: 18px;
}

.cardviews .cv_footer .cv-likes .label,
.cardviews .cv_footer .cv-remind .label {
  margin-top: 8px;
}

.cardviews .cv_footer .cv-share {
  float: right;
}

@media (min-width: 1200px) {
  .cardviews .cv_footer .cv-share {
    margin-left: 24px;
  }
}

/* Section
----------------------------
style for section section */

.cinemabox {
  position: relative;
}

.cinemabox-wrapper {
  width: 100%;
  height: 0px;
  padding-bottom: 45.5%;
  position: relative;
}

.cinemabox_imagebg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cinemabox_content {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .cinemabox_content {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 60px;
    left: 0px;
  }
}

.cinemabox_title {
  font-size: 48px;
  line-height: 1.125;
}

.cinemabox_synopsis p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
  margin-bottom: 6px;
}

.cinemabox_buttons {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

@media (min-width: 992px) {
  .cinemabox_buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    width: 100%;
    z-index: 3;
  }
}

.cinemabox_player-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.section-subnav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.section-subnav_menu ul,
.section-subnav_menu-alt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 46px;
}

.section-subnav_menu ul li,
.section-subnav_menu-alt ul li {
  float: left;
  width: 100%;
}

@media (min-width: 641px) {
  .section-subnav_menu ul li,
  .section-subnav_menu-alt ul li {
    width: auto;
  }
}

.section-subnav_menu ul a,
.section-subnav_menu-alt ul a {
  position: relative;
  top: 1px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 20px;
  margin-right: 40px;
  display: block;
  text-decoration: none;
  transition: 0.25s ease-out;
  border-bottom: 5px solid transparent;
}

.section-subnav_menu ul a:hover,
.section-subnav_menu-alt ul a:hover,
.section-subnav_menu ul a.active,
.section-subnav_menu-alt ul a.active,
.section-subnav_menu ul a:active,
.section-subnav_menu-alt ul a:active {
  color: #e6c515;
}

@media (min-width: 641px) {
  .section-subnav_menu ul a:hover,
  .section-subnav_menu-alt ul a:hover,
  .section-subnav_menu ul a.active,
  .section-subnav_menu-alt ul a.active,
  .section-subnav_menu ul a:active,
  .section-subnav_menu-alt ul a:active {
    border-bottom: 5px solid #e6c515;
  }
}

.section-subnav_menu ul a.link-back:hover,
.section-subnav_menu-alt ul a.link-back:hover,
.section-subnav_menu ul a.link-back:active,
.section-subnav_menu-alt ul a.link-back:active {
  border-bottom: 5px solid transparent;
}

.section-subnav_menu ul .icon,
.section-subnav_menu-alt ul .icon {
  font-size: 36px;
}

@media (min-width: 992px) {
  .section-subnav_menu-alt.pull-left {
    margin-left: 30px;
  }
}

.section-subnav_menu-alt ul {
  display: inline-block;
  margin-top: 0px;
}

.section-subnav_menu-alt ul a {
  padding-bottom: 0px;
}

.section-subnav_menu-alt ul a:hover,
.section-subnav_menu-alt ul a.active,
.section-subnav_menu-alt ul a:active {
  color: #e6c515;
}

@media (min-width: 641px) {
  .section-subnav_menu-alt ul a:hover,
  .section-subnav_menu-alt ul a.active,
  .section-subnav_menu-alt ul a:active {
    border-bottom: 5px solid transparent;
  }
}

.section-subnav_menu-alt ul a.link-back:hover,
.section-subnav_menu-alt ul a.link-back:active {
  border-bottom: 5px solid transparent;
}

.footer-wrapper {
  background: #2a2c35;
  border-top: 1px solid #414553;
  padding-top: 70px;
  padding-bottom: 20px;
}

.footer-menu {
  margin-bottom: 30px;
}

.footer-menu_title {
  color: #009999;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 8px;
}

.footer-menu_lists {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu_lists.is-float {
  overflow: hidden;
}

.footer-menu_lists.is-float li {
  float: left;
  margin-right: 8px;
}

.footer-menu_lists a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}

/*# sourceMappingURL=core.css.map */
