@import url('../../../common/onetrust.css');

:root {
  --primary-color: #eb2daf;
}

html,
body {
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--primary-color);
  color: #fff;
}

::selection {
  background: var(--primary-color);
  color: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box !important;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  border-color: rgba(242, 32, 97, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(242, 32, 97, 0.6);
  outline: 0 none;
}

.form-control:focus {
  border-color: rgba(242, 32, 97, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(242, 32, 97, 0.6);
  outline: 0;
}

.not-focusable:focus {
  outline: none;
  box-shadow: none;
}

.btn-send-message {
  border: 2px solid rgba(242, 32, 97, 1);
  background-color: rgba(242, 32, 97, 1);
  color: #fff;
  width: 170px;
  height: 55px;
}

.btn-send-message:hover {
  border: 2px solid rgba(178, 15, 77, 1);
  background-color: rgba(178, 15, 77, 1);
  color: #fff;
  width: 170px;
  height: 55px;
}

input::-webkit-input-placeholder {
  color: rgba(242, 32, 97, 1) !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(242, 32, 97, 1) !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(242, 32, 97, 1) !important;
}

input:-ms-input-placeholder {
  color: rgba(242, 32, 97, 1) !important;
}

textarea::-webkit-input-placeholder {
  color: rgba(242, 32, 97, 1) !important;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(242, 32, 97, 1) !important;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(242, 32, 97, 1) !important;
}

textarea:-ms-input-placeholder {
  color: rgba(242, 32, 97, 1) !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1.49px solid rgba(242, 32, 97, 1);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.name-field {
  margin-top: 15px;
}

.email-field {
  margin-top: 15px;
}

.form-group {
  margin-top: 10px;
}

/******************
        BANNERS
*******************/

.banner970x250,
.banner970x250-footer {
  margin: 0 auto;
  max-width: 1000px;
}
/* ADS FIXES 
--------------------------*/
div[id*='div-gpt-ad-'] {
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
div[id='div-gpt-ad-1507129048330-6'] {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0;
  display: block;
}
div[id*='google_ads_iframe_/36564804/pro2/leaderboard'] {
  margin: 0 auto;
  display: block;
}

/*
contextual video responsive iframe
*/
div[id='div-gpt-ad-1507129144654-1'] div iframe {
  max-width: 90vw;
  max-height: 56.25vw;
  min-height: 100px;
}

/******************
       LINK
*******************/

a {
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  text-decoration: none;
}

a:link {
  color: #e7397e;
  text-decoration: none;
}

/* visited link */

a:visited {
  color: var(--primary-color);
}

/* mouse over link */

a:hover {
  color: #e7397e;
}

/* selected link */

a:active {
  color: var(--primary-color);
}

.nav-link {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
}

/******************
        NAV
*******************/

.navbar {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #e92dad, #e83298, #e53f64 ,#e44646);
  padding: 0;
}

.navbar-nav li a {
  line-height: 100px;
  height: 100px;
  padding-top: 0;
  border: 0;
}

.navbar-brand {
  margin-left: 10px;
  margin-right: 130px;
}
.navbar-brand img {
  max-width: 185px;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 30px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-form {
  padding: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.btn-search {
  background: #fff;
  border-left: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-top: solid 1px #c1c1c1;
  border-right: none;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 60px;
  padding-left: 30px;
}

.right-inner-addon i {
  position: absolute;
  left: 0px;
  padding: 10px 10px;
  pointer-events: none;
  color: #909090;
}

.form-control-search {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  font-weight: 100;
  color: #c9c9c9;
}

.navbar-collapse .collapse {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--primary-color);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar:focus,
.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #fff;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

#navcontainer {
  display: table;
  margin: 0 auto;
}

.nav-inline {
  list-style: none;
  text-align: center;
  margin: 0;
  min-width: 100px;
}
.nav-inline li {
  display: inline;
  padding: 0 20px 0 0;
  line-height: 40px;
}

/******************
        OWL
*******************/

/*.owl-carousel {
    touch-action: none; 
}*/

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel {
  position: relative;
  width: 100%;
  z-index: 1;
  /*height: 400px;*/
}

.owl-carousel .owl-item {
  /*height: 388px;*/
  max-height: 388px;
  overflow: hidden;
}

.owl-prev,
.owl-next {
  position: absolute;
  bottom: 52px;
  margin-top: -10px;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.textoverlay {
  display: none;
  /* position: absolute;
    color: #fff;
    padding-left: 120px;
    bottom: 15px;
    width: 100%;
    background-color: rgba(178, 15, 77, 0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    height: 60px;*/
}

.textoverlay h3 {
  margin: 0;
  font-size: 25px;
  line-height: 25px;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #e7397e;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e7397e;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--primary-color);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

/* Ow; Slider CSS*/

.owl-wrapper {
  position: relative;
  /*height: 400px;*/
  overflow: hidden;
}

.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.owl-img {
  width: 100%;
}

.owl-text-overlay {
  position: absolute;
  width: 100%;
  top: 343px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: rgba(178, 15, 77, 0.8);
  background: rgba(178, 15, 77, 0.8);
  padding-bottom: 2px;
  padding-left: 120px;
  text-align: left;
  padding-right: 60px;
}
h2.owl-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

p.owl-caption {
  font-size: 18px;
  line-height: 24px;
}

.owl-theme .owl-controls .owl-page span:active {
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  .owl-text-overlay {
    top: auto;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .owl-text-overlay h3 {
    font-size: 1.2em;
  }
}

/* hide previous and next */

.owl-buttons {
  visibility: hidden;
  display: none;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0,0,0);
}

/*******************
        COLORS
********************/

.protv {
  color: #1f55ff;
  background: #1f55ff;
}

.pro2 {
  color: #e7397e;
  background: #e7397e;
}

.progold {
  color: #cca732;
  background: #cca732;
}

.prox {
  color: #ffda00;
  background: #ffda00;
}

.procinema {
  color: #7d287e;
  background: #7d287e;
}

.circle {
  border-radius: 50%;
  font-size: 25px;
  margin-top: 12.5px;
  line-height: 0;
}

/******************************
        TOP EMISIUNI
*******************************/

/*.tv-shows-section {}

.tv-shows-container {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1000px;
}*/

.header-tv-shows {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 0;
}

/******************
       CARDS
*******************/

.card-deck {
  margin-left: -10px;
  margin-right: -10px;
}

.card {
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  border: 0;
  /*max-width: 200px;*/
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
  box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
}

.card-img-top {
  border-radius: 0;
}

.card-block {
  padding: 15px 10px 0px;
}

.card-block h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0.1rem;
  height: 50px;
}

.tv-shows-day {
  color: #d13138;
  font-weight: 300;
}

.tv-shows-time {
  color: #131313;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 0;
}

.card-body {
  padding: 0;
  background-color: #e4e4e4;
}

.card-deck .card {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.card-deck {
  /*display: -ms-grid;*/
  display: grid;
}

.shows-card-wrapper {
  list-style: none;
  margin: 0 auto;
}

.shows-card {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 17px;
  margin-top: 10px;
  max-width: 180px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  border: 0;
  /*max-width: 200px;*/
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shows-card:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
  box-shadow: 0px 0px 17px 0px rgba(242, 32, 97, 1);
}

.shows-card:last-child {
  margin-right: 0px;
}

.div-gpt-ad-1519648612802-1 iframe {
  background-color: #ccc;
}

@media (min-width: 0) {
  .card-deck {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .card-deck {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .card-deck {
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .card-deck {
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .card-deck {
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: repeat(5, 1fr);
  }
}

/******************
       NEWS
*******************/

.news-section {
  margin-top: 40px;
}

.owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-test-cover {
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.news-img-containerBig {
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 172px;
  display: block;
  border-top: 3px solid #e7397e;
  margin-bottom: 5px;
}

.defaultImgBig {
  background-image: url(https://assets.protv.ro/assets/pro2/design/img/pro2_default_video_thumb_big.png);
  background-position: center;
  max-height: 100px;
  overflow: hidden;
}
.flowplayer .fp-player {
  max-height: 322.5px;
  overflow: hidden;
}
.flowplayer.is-fullscreen .fp-player {
  max-height: 100%;
  overflow: hidden;
}
.flowplayer .fp-player video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hr-news-title {
  /*    items-align: center;
        text-align: center;*/
  display: block;
  height: 0px;
  border: 1px solid #e7397e;
  border-top: 2px solid #e7397e;
  padding: 0;
  width: 100px;
  margin-top: -3px;
}

#main-news-title {
  font-family: Roboto;
  text-align: center;
  margin-top: 35px;
  height: 25px;
  font-size: 40px;
  color: #131313;
  text-transform: uppercase;
}

.news-thumb-container a div {
  opacity: 1;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-thumb-container a div:hover {
  opacity: 0.8;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-thumb-container a p {
  font-size: 14px;
  line-height: 18px;
  color: #131313;
  font-weight: 300;
}

.news-thumb-container a div {
  font-size: 16px;
  line-height: 19px;
  color: #131313;
  background-position: center;
}

.news-thumb-container {
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-thumb-container:hover {
  opacity: 0.9;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-thumb-container a p:hover,
.news-thumb-container a div:hover,
.news-head-title:hover {
  color: #e7397e;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-img {
  height: auto;
  width: 100%;
}

.news-section h3 {
  color: var(--primary-color);
  font-family: 'Roboto';
  font-weight: 800;
  font-size: 23px;
  line-height: 23px;
  padding-bottom: 10px;
  height: calc(20px * 5);
}

.news-section h3 a {
  color: var(--primary-color);
}

.news-section h3 a:hover {
  color: #e7397e;
}

.news-info p {
  line-height: 20px;
  font-weight: 400;
}

.news-img-container {
  max-height: 172px;
  overflow: hidden;
  border-bottom: solid 3px #e7397e;
  margin-bottom: 10px;
}

.share-buttons {
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}

.share-buttons div {
  float: left;
  padding: 0 10px 0 0;
}

.news-head-title {
  color: var(--primary-color);
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  margin-top: 10px;
  letter-spacing: 0px;
  height: calc(14px * 4);
}

/******************
       other
*******************/

.other-section {
  margin-top: 40px;
}

.other-img-containerBig {
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 172px;
  display: block;
  /*border-top: 3px solid #e7397e;*/
  margin-bottom: 5px;
}

#hr-other-title {
  /*    items-align: center;
        text-align: center;*/
  display: block;
  height: 0px;
  border: 1px solid #e7397e;
  border-top: 2px solid #e7397e;
  padding: 0;
  width: 100px;
  margin-top: -3px;
}

#main-other-title {
  font-family: Roboto;
  text-align: center;
  margin-top: 35px;
  height: 25px;
  font-size: 40px;
  color: #131313;
  text-transform: uppercase;
}

.other-thumb-container a div {
  opacity: 1;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.other-thumb-container a div:hover {
  opacity: 0.95;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.other-thumb-container a p {
  font-size: 14px;
  line-height: 18px;
  color: #131313;
  font-weight: 300;
}

.other-thumb-container a div {
  font-size: 16px;
  line-height: 19px;
  color: #131313;
}

.other-thumb-container {
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.other-thumb-container:hover {
  opacity: 0.9;
  -webkit-transition: opacity 300ms linear, color 0.2s linear;
  -moz-transition: opacity 300ms linear, color 0.2s linear;
  -o-transition: opacity 300ms linear, color 0.2s linear;
  -ms-transition: opacity 300ms linear, color 0.2s linear;
  transition: opacity 300ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.other-thumb-container a p:hover,
.other-thumb-container a div:hover,
.other-head-title:hover {
  color: #e7397e;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.other-img {
  height: auto;
  width: 100%;
}

.other-section h3 {
  color: var(--primary-color);
  font-family: 'Roboto';
  font-weight: 800;
  font-size: 23px;
  line-height: 23px;
  padding-bottom: 10px;
  height: auto;
}

.other-section h3 a {
  color: var(--primary-color);
}

.other-section h3 a:hover {
  color: #e7397e;
}

.other-info p {
  line-height: 20px;
  font-weight: 400;
}

.other-info:hover {
  color: var(--primary-color);
}

.other-img-container {
  max-height: 172px;
  overflow: hidden;
  border-bottom: solid 3px #e7397e;
  margin-bottom: 10px;
}

.share-buttons {
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}

.share-buttons div {
  float: left;
  padding: 0 10px 0 0;
}

.other-head-title {
  color: var(--primary-color);
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  margin-top: 0;
  letter-spacing: 0;
  height: calc(14px * 4);
}

.other-header h4 {
  background-color: red;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  color: #fff;
}

.other-header-text {
  min-width: 100%;
  display: inline-block;
  background-color: #e7397e;
  padding: 2px 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#other-header-container {
  display: inline-block;
}

.other-section a h3 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.other-section a .other-info {
  color: #131313;
  font-weight: 300;
}

.other-hr {
  width: 200px;
  text-align: left;
  height: 1px;
  margin: 0;
  background-color: var(--primary-color);
  margin-bottom: 30px;
}

.textoverlay-play-btn {
  width: 40px;
  position: absolute;
  top: 10px;
  left: 70px;
}

/******************
        VIDEO
*******************/

.row-video-player {
  margin-top: 30px;
}

.video-bg {
  background-color: #e7397e;
  text-align: center;
  padding-bottom: 29px;
}

#video {
  width: 90%;
  margin-bottom: 30px;
}

.video-header {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0px 10px 30px;
  margin: 0;
}

.video-thumbs {
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 24px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*text-align: center;*/
}

.video-thumbs-img {
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-thumbs-img:hover {
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-thumb-text {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
}

.video-thumbs-img img {
  border-top: solid 2px #e7397e;
  border-radius: 5px;
  max-width: 90%;
  margin-left: -10px;
}

.video-bg #video {
  /*border-top: solid 2px var(--primary-color);*/
  border-radius: 5px;
}

/**************************
        JS SOCIALS
***************************/

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
  color: #fff;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
  color: #fff;
}

#shareIconsCountInside {
  margin-top: 60px;
  text-align: center;
}

.jssocials-share-link {
  border-radius: 5px;
}

/******************
        STIRI
*******************/

.header-stiri {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 0;
}

.header-articol {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 32px;
  margin-bottom: 40px;
}

.article-img-main {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 1;
  backface-visibility: hidden;
}

.article-img-main:hover {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  opacity: 0.925;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 1;
  backface-visibility: hidden;
}

.stire {
  cursor: pointer;
  margin-top: 20px;
}

.stire-rightsode-perfecte {
  margin-top: 80px;
}

/******************
        PROGRAM
*******************/

.program {
  list-style: none;
  padding: 10px 0 0;
  margin: 0px;
  border-top: 1px solid var(--primary-color);
}

.program-box {
  margin-top: 20px;
}

.program .time {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  padding-left: 0px;
  padding-bottom: 20px;
}

.program li {
  position: relative;
  padding-left: 60px;
}

.program li span {
  position: absolute;
  left: 0px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-left: 10px;
}

.program li p {
  font-weight: 300;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
}

.program-box h2 a {
  color: var(--primary-color);
}

.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
  background: url(../img/play_button.png) center no-repeat !important;
  background-size: 11%;
}

.program-box-grey-line {
  background-color: #f8f8f8;
}

.header-program {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 0;
}

.program-list {
  border: 1px solid #e3e4e6;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.program-list li {
  border-bottom: 1px solid #e3e4e6;
  font-size: 16px;
  height: 50px;
  display: inline;
  width: 100%;
}

/******************
        FOOTER
*******************/

.footer-dot-section {
  margin-top: 70px;
}

.footer-section {
  background-color: #e7397e;
  margin-top: 30px;
}

.footer-logo {
  padding-top: 15px;
}

.footer-logo p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
}

#ibu_footer_container {
  width: 100%;
  float: left;
  background: #3e3e40;
}

.footer-internet-main {
  width: 100%;
  position: relative;
  display: table;
  z-index: 8;
  background: #3e3e40;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 18px;
  text-align: left !important;
  background-image: linear-gradient(to right, #e92dad, #e83298, #e53f64 ,#e44646)!important;
  background-size: cover;
  background-position: center;
}

.footer-internet {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 145px;
}

.footer-internet-column {
  width: 25%;
  float: left;
}

.cat-group {
  padding: 20px;
}

.cat-group .cat-title {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}

.cat-group a,
.cat-group a:visited {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #f8f8f8 !important;
  text-decoration: none;
}

@media (max-width: 992px) {
  #ibu_footer_container {
    display: none;
  }
}

/****************************
        CUSTOM ANIM
*****************************/

/*.hamburger {
    display: inline-block;
    width: 32px;
    height: 18px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    vertical-align: middle;
    content: "";
    background: center center / 100% 100% no-repeat;
    transform: rotateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger__patty {
    width: 100%;
    height: 2px;
    margin: 0 0 4px 0;
    background: white;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger__patty:last-child {
    margin-bottom: 0;
}

.hamburger--close {
    transform: rotate(180deg);
}

.hamburger--close .hamburger__patty:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.hamburger--close .hamburger__patty:nth-child(2) {
    opacity: 0;
}

.hamburger--close .hamburger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}*/

/****************************
        DEFAULT ANIM
*****************************/

.form-inline .form-control {
  width: 300px;
}

.programTv {
  width: 660px;
  padding-top: 30px;
  margin: 0 auto;
}

/**************************
        PAGINATION STIRI
***************************/

.pagination-stiri {
  margin-top: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #434a54;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-item:last-child .page-link {
  color: #fff;
  background-color: #e7397e;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e7397e;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #e7397e;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.page-item.disabled .page-link {
  color: #fff;
  background-color: var(--primary-color);
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

/**************************
        PAGINATION PROGRAM
***************************/

.page-link-program {
  position: relative;
  display: block;
  padding: 8px 19.5px;
  margin-left: -1px;
  line-height: 1.25;
  color: #434a54;
  background-color: #fff;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 15px;
}

.page-item:last-child .page-link-program {
  color: var(--primary-color);
  background-color: #fff;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.page-item:last-child:hover .page-link-program {
  color: #fff;
  background-color: #e7397e;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

.program-stripe {
  height: 33px;
  width: 100%;
  background-image: linear-gradient(to right, #e92dad, #e83298, #e53f64 ,#e44646);
  border-radius: 5px;
}

/**************************
        SHARE MENU
***************************/

.menu {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: -100px;
  position: relative;
  -webkit-filter: url('#goo');
  filter: url('#goo');
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.menu-wrapper {
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.menu-toggle-button,
.menu-item-bounce,
.menu-item-button {
  background: #e7397e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

.menu-toggle-button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.menu-toggle-icon {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.menu-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.menu-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.menu-item-bounce {
  position: absolute;
  top: 0;
  left: 0;
}

.menu-item-button {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #e7397e;
  cursor: pointer;
}

.menu-item-button:hover {
  color: #fff;
}

.menu .fa {
  vertical-align: top;
  line-height: 2;
  font-size: 1.15em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu .fa:hover {
  color: var(--primary-color);
  cursor: pointer;
}

.menu .fa-facebook {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.menu .fa-twitter {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu .fa-instagram {
  -webkit-transform: rotate(-240deg);
  transform: rotate(-240deg);
}

.banner_300x250 {
  margin-top: 20px;
}

.banner_300x600 {
  margin-top: 20px;
}

.program-box-table-show-name {
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  vertical-align: middle;
  font-size: 12px;
}

.program-box-table-show-time {
  padding: 0 15px 0 15px;
  text-align: center;
  background-color: #e7397e;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: solid 1px #e01d59;
  font-size: 13px;
}

.program-box-table-show-name i {
  font-size: 11px;
  color: #9a9a9a;
}

.navbar-brand-1 {
  position: absolute;
  right: 20px;
  z-index: 999;
  top: 30px;
}

.box {
  /*position: absolute;*/
  /*z-index: 99999;*/
  /*    width: 300px;
        height: 50px;*/
  margin: 0 auto;
  /*    left: 0;
        right: 0;
        margin-top: 25px;
        margin-left: 100px;*/
}

.container-4 {
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
}

.container-4 input#search {
  width: 300px;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #131313;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px rgba(242, 32, 97, 1);
}

.container-4 input#search::-webkit-input-placeholder {
  color: #979797;
}

.container-4 input#search:-moz-placeholder {
  /* Firefox 18- */

  color: #979797;
}

.container-4 input#search::-moz-placeholder {
  /* Firefox 19+ */

  color: #979797;
}

.container-4 input#search:-ms-input-placeholder {
  color: #979797;
}

.container-4 button.icon {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px rgba(242, 32, 97, 1);
  background: var(--primary-color);
  height: 50px;
  width: 50px;
  color: #fff;
  opacity: 0;
  font-size: 10pt;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
  outline: none;
  opacity: 1;
  margin-left: -50px;
}

.container-4:hover button.icon:hover {
  background: #e7397e;
}

.morph-shape {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  right: 0;
}

.morph-shape svg path {
  stroke: #5f656f;
  stroke-width: 5px;
}

/******************************
        PROGRAM TV PAGE
*******************************/

.table {
  margin-top: 20px;
}

.table-hour {
  width: 75px;
  text-align: center;
  background-color: #e7397e;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  border-bottom: solid 1px #e01d59;
  letter-spacing: -0.7px;
  vertical-align: middle !important;
}

.table-show {
  padding-left: 30px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #eceeef;
}

.table-show i {
  font-size: 14px;
  color: #9a9a9a;
}

.table-show-duration {
  display: inline;
  font-size: 12px;
  color: #9a9a9a;
}

.table-sidebar {
  max-height: 600px;
  width: 100%;
  display: inline-block;
}

.table-sidebar:hover {
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.table-sidebar::-webkit-scrollbar {
  width: 0.4em;
}
.table-sidebar::-webkit-scrollbar,
.table-sidebar::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}
.table-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

table {
  border-radius: 7px;
  overflow: hidden;
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: grey;
  border: solid 1px #f1f1f1;
}
tr:first-of-type td {
  border-top: none !important;
}

tr:last-of-type td {
  border-bottom: none;
}

tr td:last-child {
  border-right: none;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
}

.today {
  z-index: 2;
  color: #fff;
  background-color: #e7397e;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}

/**************************
        MESSAGES
***************************/

.messages {
  padding-top: 30px;
}

#hr-messages {
  display: block;
  height: 0px;
  border-top: 1px solid #e7397e;
  margin: 1em 0;
  padding: 0;
  width: 250px;
  margin-top: -3px;
  text-align: left;
}

.received-message-name {
  float: left;
  padding-right: 10px;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 700;
}

.received-message-date {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.5;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

.received-message-content {
  text-align: left;
  margin-top: 9px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
}

.article-main-title {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}

.article-main-paragraph {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 400;
}

.comments-title {
  padding: 30px 0 30px 0;
}

/**************************
       PHOTOSWIPE GALLERY
***************************/

.fancy-gallery {
  width: 100px;
}

.article-image-container {
  position: relative;
}

.photoswipe-gallery-button {
  width: 190px;
  border-radius: 5px;
  background: #e7397e;
  line-height: 2;
  padding: 10px 26px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 2;
}

.photoswipe-gallery-button:hover {
  width: 190px;
  border-radius: 5px;
  background: rgba(242, 32, 97, 1);
  line-height: 2;
  padding: 10px 26px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 2;
}

#shareIconsCountInside1 {
  text-align: center;
}

/**************************
        RETURN TO TOP
***************************/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e7397e;
  border: solid 1px rgba(242, 32, 97, 1);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 6px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

#return-to-top:hover {
  background: rgba(178, 15, 77, 1);
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 17px;
  top: 11px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 7px;
}

/**************************
        RESPONSIVE
***************************/

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
  .container-nav {
    max-width: 1024px;
  }
}

@media (max-width: 1200px) {
  #owl-demo .item img {
    display: block;
    height: 100% !important;
  }

  .owl-carousel {
    position: relative;
    z-index: 1;
    /*height: 400px !important;*/
  }
  .page-link-program {
    position: relative;
    display: block;
    padding: 8px 17.5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #434a54;
    background-color: #fff;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 15px;
  }
  .shows-card {
    margin-right: 10px;
    margin-top: 10px;
    max-width: 162px;
  }
}

@media (min-width: 991px) {
  .form-inline {
    margin-left: 100px;
  }

  .menu-mobile-nav {
    display: none;
  }
}

            @media (max-width: 991px) {
              .owl-theme .owl-nav {
                display: none;
              }

              .box {
                z-index: 99999;
                width: 70%;
                margin: 0 auto;
                left: 0;
                right: 0;
              }

              .container-4 {
                overflow: hidden;
                width: 100%;
                vertical-align: middle;
                white-space: nowrap;
              }

  .container-4 input#search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 10pt;
    float: left;
    color: #131313;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px rgba(242, 32, 97, 1);
  }

  .right-inner-addon i {
    position: absolute;
    left: 0px;
    padding: 4px 7px;
    pointer-events: none;
    color: #909090;
    transform: scale(0.6);
  }
  .navbar {
    min-height: 100px;
    text-align: center;
  }
  .container-nav {
    padding: 19px !important;
    width: 100% !important;
  }

  .navbar-nav .nav-item a {
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
  }
  .form-inline {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .textoverlay h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .page-link-program {
    position: relative;
    display: block;
    padding: 8px 15.5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #434a54;
    background-color: #fff;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 12px;
  }
  .navbar {
    margin-bottom: 0;
  }

  .owl-video-carousel-video {
    position: relative;
    height: 100%;
    border-top: solid 2px #e7397e;
    min-height: 120px !important;
    background-image: url('../img/pro2_default_video_thumb_big.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    max-height: 100px;
  }
  .shows-card {
    margin-right: 10px;
    margin-top: 10px;
    max-width: 162px;
  }
}

@media (max-width: 600px) {
  .owl-video-carousel-video {
    position: relative;
    height: 100%;
    border-top: solid 2px #e7397e;
    min-height: 241px !important;
    background-image: url('../img/pro2_default_video_thumb_big.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .shows-card {
    max-width: 158px;
    margin-right: 14px;
    margin-top: 14px;
  }
}

@media (max-width: 514px) {
  .textoverlay h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .textoverlay-play-btn {
    display: none;
  }

  .textoverlay {
    padding-left: 20px;
  }
  .page-link-program {
    position: relative;
    display: block;
    padding: 8px 4.5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #434a54;
    background-color: #fff;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 12px;
  }
  .navbar-brand {
    margin: 0px;
  }
}

@media (max-width: 350px) {
  .card-block {
    padding: 15px 10px 0;
    height: 160px;
  }
  .shows-card {
    max-width: 135px;
    position: relative;
  }
  .shows-card {
    max-width: 140px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
  }
}

/**************************
        HAMBURGERS
***************************/

.hamburger-box {
  width: 37px;
  height: 25px;
}

.hamburger-inner {
  margin-top: 3px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 37px;
  height: 2px;
  border-radius: 0;
  background: #fff;
}

.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
  background: #fff;
}

.u-header__section--dark .hamburger-inner,
.u-header__section--dark .hamburger-inner::after,
.u-header__section--dark .hamburger-inner::before {
  background: #fff;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.hamburger:hover {
  opacity: 1;
}

/**************************
        SEARCH
***************************/

.search-no-results {
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
}

.search-no-results i {
  font-size: 80px;
}

#searchDescription i {
  text-align: center;
  margin: 0 auto;
  font-size: 80px;
  display: inherit;
  margin-top: 30px;
}

/********************************
        OWL VIDEO CAROUSEL
*********************************/

.owl-video-carousel-video {
  position: relative;
  height: 100%;
  border-top: solid 2px #e7397e;
  min-height: 99px;
  background-image: url('../img/pro2_default_video_thumb_big.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*#owl-video-carousel {
    direction: ltr !important;
}
*/

.owl-video-carousel-play-btn-video {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 150ms linear, color 0.2s linear;
  -moz-transition: all 150ms linear, color 0.2s linear;
  -o-transition: all 150ms linear, color 0.2s linear;
  -ms-transition: all 150ms linear, color 0.2s linear;
  transition: all 150ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-video-carousel-play-btn-video:hover {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 150ms linear, color 0.2s linear;
  -moz-transition: all 150ms linear, color 0.2s linear;
  -o-transition: all 150ms linear, color 0.2s linear;
  -ms-transition: all 150ms linear, color 0.2s linear;
  transition: all 150ms linear, color 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-video-carousel-h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-align: justify;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}
.slick-dots {
  bottom: 5px;
  left: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  opacity: 0.25;
  color: white;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
