/*
 * Theme Name: Radio Hit Theme
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme starter.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: radiohit
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 5. Header
 6. Footer
 7. Home Page
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Fonts */
/* End Fonts */
/* Variables */
/* End Variables */
/*
*style audio tag
*/
.cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.mejs-container {
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  width: 100% !important;
  height: 30px !important;
  border-radius: 0; }

.mejs-container .mejs-controls {
  height: 100%;
  background: transparent;
  display: flex; }

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  width: 180px;
  height: 100%;
  border-radius: 0px;
  cursor: pointer; }

.mejs-controls div.mejs-time-rail {
  padding-top: initial;
  height: 100%; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 0; }

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 27px;
  width: auto;
  padding: 0;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  font-family: 'Lato';
  font-size: 32px;
  pointer-events: none; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  display: none; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  background: #000;
  width: 46px;
  height: 20px;
  border: none;
  top: -25px;
  margin-left: -18px;
  text-align: center;
  color: #fff;
  border-radius: 3px; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 0;
  margin-top: 4px;
  width: 100%;
  display: block;
  text-align: center;
  left: 0; }

.mejs-container .mejs-controls div {
  height: 100%;
  width: 50px;
  position: relative; }

.mejs-controls .mejs-button button {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  border: 0 !important;
  background: transparent;
  outline: none; }

.mejs-controls .mejs-play:after {
  position: absolute;
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg) no-repeat;
  width: 17px;
  height: 22px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 100ms linear;
  pointer-events: none; }

.mejs-controls .mejs-pause:after {
  position: absolute;
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg) no-repeat;
  width: 13px;
  height: 22px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 100ms linear;
  pointer-events: none; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #292929; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3c3838;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  animation: move 3s linear infinite;
  opacity: 0.1; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: linear-gradient(to right, #03A9F4, #ff00ff); }

.mejs-controls .mejs-button button:focus {
  outline: none; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
/* End Style Audio Tag */
/* General Resets */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  padding-top: 265px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body.affix-on {
    padding-top: 155px; }

a,
* {
  outline: none; }
  a:hover, a:focus, a:active,
  *:hover,
  *:focus,
  *:active {
    outline: none; }

.block-element {
  display: block; }

main section {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s; }

main section.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.banner {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("assets/img/slider-main-bg.png");
  background-color: #5d243b;
  position: relative; }
  .banner h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    font-weight: 400;
    font-size: 70px;
    line-height: 91px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0; }
    .banner h3 .subtitle {
      display: block;
      font-weight: 400;
      font-size: 24px;
      line-height: 31px; }
    .banner h3 .border {
      display: block;
      min-height: 10px;
      background-color: #f33d40;
      max-width: 130px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px; }
  .banner .banner-mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 23, 56, 0.58);
    z-index: 100; }

.share {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 60px; }
  .share.active ul, .share:hover ul, .share:focus ul, .share:active ul {
    opacity: 1;
    top: 100%; }
  .share .main-cta {
    background-color: #0e1634;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .share .main-cta:hover, .share .main-cta:focus, .share .main-cta:active {
      background-color: #fff;
      color: #0e1634; }
  .share a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background-color: #de1d24;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 250;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .share a .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .share a:hover, .share a:focus, .share a:active {
      background-color: #fff;
      color: #de1d24; }
  .share ul {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 200;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .share ul li {
      display: block; }
      .share ul li.twitter a {
        background-color: #f33d40; }
        .share ul li.twitter a:hover, .share ul li.twitter a:focus, .share ul li.twitter a:active {
          background-color: #fff;
          color: #f33d40; }

/* End General Resets */
/* Bootstrap Resets */
.row10 {
  margin: 0 -5px; }
  .row10 .col-md-4,
  .row10 .col-sm-4,
  .row10 .col-sm-6 {
    padding: 0 5px; }

/* Bootstrap Resets */
/* Search Box */
.search .content-box h3 {
  margin: 0 0 15px; }
.search .content-box:first-child {
  padding-top: 105px; }

.show-search .search-mask {
  opacity: 1;
  visibility: visible; }
  .show-search .search-mask form {
    transform: translateY(0) rotateX(0);
    -webkit-transform: translateY(0) rotateX(0);
    opacity: 1; }

.search-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, 0.9);
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  opacity: 0;
  z-index: 9999999;
  visibility: hidden; }
  .search-mask .search-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .search-mask form {
    display: block;
    width: 950px;
    opacity: 0;
    transform: translateY(-35%) rotateX(45deg);
    -webkit-transform: translateY(-35%) rotateX(45deg);
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -ms-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .search-mask form input {
      width: 100%;
      font-size: 18px;
      line-height: 31px;
      padding: 18px 50px 18px 18px;
      background-color: transparent;
      border: 1px #fff solid;
      color: #fff;
      border-radius: 2px; }
    .search-mask form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      background: url("assets/img/search-icon.png") no-repeat center center;
      background-size: 50px auto;
      width: 40px;
      height: 100%;
      border: none; }
  .search-mask .search-close {
    position: absolute;
    right: 45px;
    top: 45px;
    z-index: 2200;
    color: #fff;
    opacity: 1;
    z-index: 2200;
    display: block;
    width: 20px;
    height: 20px; }
    .search-mask .search-close span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff; }
      .search-mask .search-close span:first-child {
        transform-origin: 7px 2px 0;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }
      .search-mask .search-close span:last-child {
        transform-origin: center;
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg); }

/* End Search Box */
/* Header */
/* menu resets */
.tax-category-stire header nav .navbar-collapse .nav .menu-item.current-stiri-item a {
  background-color: #de1d24;
  color: #fff; }

.tax-category-emisiune header nav .navbar-collapse .nav .menu-item.current-emisiuni-item a {
  background-color: #de1d24;
  color: #fff; }

.single-emisiune header nav .navbar-collapse .nav .menu-item.current-emisiuni-item a {
  background-color: #de1d24;
  color: #fff; }

.post-type-archive-interviu header nav .navbar-collapse .nav .menu-item.current-interviuri-item a {
  background-color: #de1d24;
  color: #fff; }

.single-interviu header nav .navbar-collapse .nav .menu-item.current-interviuri-item a {
  background-color: #de1d24;
  color: #fff; }

.single-post header nav .navbar-collapse .nav .menu-item.current-editorial-item a {
  background-color: #de1d24;
  color: #fff; }

/* End menu resets */
.admin-bar header {
  top: 32px; }

.site-loaded header .top .navbar-brand {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #cf2238;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  header.affix {
    top: -130px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header nav {
    position: relative;
    z-index: 1300; }
  header .upper-area {
    padding: 15px;
    background-color: #303440;
    position: relative; }
    header .upper-area .header-carousel {
      padding: 0;
      margin: 0; }
      header .upper-area .header-carousel .slick-slide {
        text-align: center; }
        header .upper-area .header-carousel .slick-slide a {
          display: block; }
          header .upper-area .header-carousel .slick-slide a img {
            max-width: 100%;
            height: auto;
            margin-left: auto;
            margin-right: auto; }
  header .top {
    background-color: #cf2238;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative; }
    header .top .navbar-brand {
      position: relative;
      z-index: 1300;
      display: inline-block;
      height: auto;
      float: left;
      margin: 0;
      padding: 0;
      opacity: 0;
      -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
      -o-transform: translate(0, -100px);
      transform: translate(0, -100px);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    header .top .container {
      position: relative; }
    header .top .jazler {
      position: absolute;
      top: 15px;
      right: 400px;
      z-index: 2000;
      background-color: #cf2238;
      padding: 5px; }
      header .top .jazler .title {
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 10px;
        cursor: hand;
        cursor: pointer; }
      header .top .jazler .song-list {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .top .jazler .song-list.show {
          max-height: 300px; }
        header .top .jazler .song-list .track-inactive-container {
          border-bottom: 1px #e04458 solid;
          padding: 5px 0; }
          header .top .jazler .song-list .track-inactive-container h3 {
            font-size: 14px;
            line-height: 20px;
            color: #e6e6e6;
            margin: 0 0 5px; }
            header .top .jazler .song-list .track-inactive-container h3 span {
              display: block;
              margin-top: 3px; }
          header .top .jazler .song-list .track-inactive-container:last-child {
            border: none; }
        header .top .jazler .song-list .track-active-container {
          padding: 5px 0;
          border-bottom: 1px #e04458 solid; }
          header .top .jazler .song-list .track-active-container h3 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            color: #e6e6e6;
            margin: 0 0 5px; }
            header .top .jazler .song-list .track-active-container h3 span {
              display: block;
              margin-top: 3px; }
    header .top .live-play {
      position: absolute;
      top: -12px;
      bottom: -12px;
      right: 15px;
      width: 270px;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1250; }
      header .top .live-play h6 {
        position: absolute;
        left: 50%;
        top: 20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        margin: 0; }
      header .top .live-play audio {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
      header .top .live-play .play-banner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -115px;
        background-color: green;
        padding: 1px;
        width: 95px; }
        header .top .live-play .play-banner h3 {
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          font-size: 34px;
          line-height: 40px;
          text-align: center;
          margin: 0;
          cursor: hand;
          cursor: pointer; }
          header .top .live-play .play-banner h3 span {
            font-size: 22px;
            line-height: 27px;
            font-weight: 300;
            display: block; }
        header .top .live-play .play-banner img {
          position: absolute;
          top: 50%;
          right: -14px;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  header nav {
    background-color: #8d2c3b;
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.7); }
    header nav .navbar-collapse {
      position: relative; }
      header nav .navbar-collapse .search-box {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        header nav .navbar-collapse .search-box li {
          font-size: 15px;
          line-height: 25px; }
          header nav .navbar-collapse .search-box li a {
            color: #fff; }
      header nav .navbar-collapse .nav {
        float: none;
        text-align: center;
        font-size: 0;
        line-height: 0; }
        header nav .navbar-collapse .nav .menu-item {
          float: none;
          display: inline-block;
          padding-left: 0;
          padding-right: 0;
          font-weight: 400;
          font-size: 15px;
          line-height: 25px;
          text-transform: uppercase;
          position: relative;
          z-index: 3000; }
          header nav .navbar-collapse .nav .menu-item a {
            padding: 16px;
            color: #fff;
            background-color: #8d2c3b;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            header nav .navbar-collapse .nav .menu-item a:hover, header nav .navbar-collapse .nav .menu-item a:focus, header nav .navbar-collapse .nav .menu-item a:active {
              background-color: transparent; }
          header nav .navbar-collapse .nav .menu-item:focus .sub-menu, header nav .navbar-collapse .nav .menu-item:active .sub-menu, header nav .navbar-collapse .nav .menu-item:hover .sub-menu {
            display: block; }
          header nav .navbar-collapse .nav .menu-item:focus a, header nav .navbar-collapse .nav .menu-item:active a, header nav .navbar-collapse .nav .menu-item:hover a {
            background-color: #de1d24;
            color: #fff; }
          header nav .navbar-collapse .nav .menu-item.current-menu-item a {
            background-color: #de1d24;
            color: #fff; }
          header nav .navbar-collapse .nav .menu-item .sub-menu {
            position: absolute;
            top: 100%;
            display: none;
            padding-top: 8px;
            padding-bottom: 10px;
            background-color: rgba(48, 52, 61, 0.86);
            padding-left: 0;
            list-style: none;
            min-width: 250px;
            z-index: -1; }
            header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item {
              display: block;
              font-size: 14px;
              line-height: 27px;
              text-align: left;
              text-transform: uppercase; }
              header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item a {
                display: block;
                padding: 0 25px;
                color: #fff;
                text-decoration: none;
                background-color: transparent;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover a, header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item:focus a, header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item:active a {
                background-color: #f33d40;
                text-decoration: none; }
              header nav .navbar-collapse .nav .menu-item .sub-menu .menu-item.current-menu-item a {
                background-color: #de1d24;
                color: #fff; }

/* Header */
/* Home Page */
.promoslider {
  background: url("assets/img/slider-main-bg.png") no-repeat center center;
  background-color: transparent;
  background-size: auto;
  background-size: cover;
  background-color: #0b132d; }
  .promoslider .promo-slider .slick-slide {
    position: relative; }
    .promoslider .promo-slider .slick-slide a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }

.main_slider_wrapper {
  background: url("assets/img/slider-main-bg.png") no-repeat center center;
  background-size: cover;
  background-color: #0b132d; }
  .main_slider_wrapper .main-slider .slick-slide {
    position: relative; }
    .main_slider_wrapper .main-slider .slick-slide .slider-mask {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1500; }
    .main_slider_wrapper .main-slider .slick-slide .top {
      position: relative; }
      .main_slider_wrapper .main-slider .slick-slide .top img {
        max-width: 100%;
        height: auto; }
      .main_slider_wrapper .main-slider .slick-slide .top h3 {
        background: url("assets/img/info-bg.png") no-repeat center center;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 38px;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        color: #fff;
        padding: 15px 90px 15px 60px;
        margin: 0; }
        .main_slider_wrapper .main-slider .slick-slide .top h3 span {
          font-weight: 300; }
        .main_slider_wrapper .main-slider .slick-slide .top h3 img {
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .main_slider_wrapper .main-slider .slick-slide .top .logo {
        position: absolute;
        right: 35px;
        bottom: 100px; }
      .main_slider_wrapper .main-slider .slick-slide .top .deco {
        min-height: 32px;
        background-color: rgba(183, 22, 26, 0.56);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
    .main_slider_wrapper .main-slider .slick-slide .bottom {
      background: url("assets/img/bottom-bg.png") no-repeat center center;
      background-size: cover;
      background-color: #f33d40;
      padding: 25px 0;
      position: relative; }
      .main_slider_wrapper .main-slider .slick-slide .bottom .christmas-img {
        position: absolute;
        left: 0;
        top: -45px;
        max-width: 70px;
        height: auto; }
      .main_slider_wrapper .main-slider .slick-slide .bottom h3 {
        font-weight: 400;
        font-size: 43px;
        line-height: 50px;
        color: #fff;
        margin: 0; }
        .main_slider_wrapper .main-slider .slick-slide .bottom h3 span {
          display: block;
          font-size: 18px;
          line-height: 28px; }
      .main_slider_wrapper .main-slider .slick-slide .bottom h4 {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        margin: 0; }
      .main_slider_wrapper .main-slider .slick-slide .bottom p {
        font-size: 23px;
        line-height: 30px;
        color: #fff;
        margin: 0;
        padding: 0 30px; }

.main_slider_nav {
  background-color: #ececec; }
  .main_slider_nav .main-slider-nav {
    background-color: #ececec;
    padding: 30px 8px 15px; }
    .main_slider_nav .main-slider-nav .slick-slide .slick-inner {
      padding: 15px;
      cursor: pointer; }
      .main_slider_nav .main-slider-nav .slick-slide .slick-inner:hover, .main_slider_nav .main-slider-nav .slick-slide .slick-inner:focus, .main_slider_nav .main-slider-nav .slick-slide .slick-inner:active {
        cursor: pointer; }
      .main_slider_nav .main-slider-nav .slick-slide .slick-inner .slick-inner-wrapper {
        box-shadow: 0px 0px 13px rgba(107, 107, 107, 0.53); }
    .main_slider_nav .main-slider-nav .slick-slide img {
      width: 100%;
      height: auto; }
    .main_slider_nav .main-slider-nav .slick-slide h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 23px;
      color: #b7161a;
      margin: 0 0 8px;
      min-height: 70px;
      max-height: 70px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .main_slider_nav .main-slider-nav .slick-slide h3 span {
        display: block;
        font-size: 14px;
        line-height: 23px;
        color: #444; }
    .main_slider_nav .main-slider-nav .slick-slide p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #7d7d7d;
      margin: 0 0 8px;
      min-height: 40px;
      max-height: 40px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .main_slider_nav .main-slider-nav .slick-slide .play {
      font-size: 22px;
      line-height: 30px;
      color: #f33d40;
      position: absolute;
      right: 15px;
      bottom: 15px; }
    .main_slider_nav .main-slider-nav .slick-slide .bottom {
      background-color: #fff;
      padding: 15px 15px 30px;
      position: relative; }

.wrapper {
  position: relative;
  left: 50%;
  float: left; }
  .wrapper .wrapper-inner {
    float: left;
    position: relative;
    left: -50%; }

.our_news {
  background-color: #ececec; }
  .our_news h2 {
    text-align: center;
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;
    text-transform: uppercase;
    border-bottom: 10px #cbccd2 solid;
    color: #151a3a;
    padding-bottom: 10px;
    margin: 0; }
    .our_news h2 span.title {
      background: url("assets/img/mic.png") no-repeat left center;
      padding-left: 45px; }
    .our_news h2 span.sub-title {
      font-weight: 300; }
    .our_news h2 .fa {
      margin-left: 10px;
      color: #f33d40; }
  .our_news hr {
    margin: 10px 0;
    border: 4px solid #e7e7eb; }
  .our_news h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #f33d40;
    padding: 10px;
    margin: 0 0 10px; }
    .our_news h3 a {
      color: #f33d40;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .our_news h3 a.christmas {
        padding-left: 60px;
        display: inline-block;
        background: url("assets/img/small-decoration.png") no-repeat left center;
        background-size: 60px auto; }
    .our_news h3:hover a, .our_news h3:active a, .our_news h3:focus a {
      text-decoration: none;
      lighten: #f33d40, 15%; }
  .our_news .inner-content {
    padding: 0 12px; }
  .our_news .inner-content hr:last-child {
    display: none; }
  .our_news .stiri-slider {
    margin-bottom: 10px; }
    .our_news .stiri-slider h3 {
      font-size: 16px;
      line-height: 23px;
      color: #000; }
      .our_news .stiri-slider h3 a {
        color: #000;
        padding-bottom: 1px;
        border-bottom: 1px #000 solid; }

.news {
  margin-bottom: 15px; }
  .news .top {
    position: relative;
    overflow: hidden; }
    .news .top .placeholder {
      width: 100%;
      height: auto; }
    .news .top .video-cover {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      -o-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
    .news .top .file-icon {
      position: absolute;
      right: 15px;
      bottom: 15px;
      z-index: 100;
      max-width: 35px;
      height: auto; }
    .news .top .news-mask {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .news .top .play {
      position: absolute;
      right: 20px;
      bottom: 20px;
      color: #fff;
      font-size: 29px;
      line-height: 29px; }
  .news .bottom {
    padding: 15px; }
    .news .bottom h4 {
      font-weight: 400;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase;
      color: #505050;
      margin: 0 0 8px; }
      .news .bottom h4 a {
        display: block;
        text-decoration: none;
        color: #505050;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .news .bottom h4:hover a, .news .bottom h4:focus a, .news .bottom h4:active a {
        color: #f33d40; }
    .news .bottom p {
      font-weight: 400;
      font-size: 14px;
      line-height: 23px;
      color: #505050;
      margin: 0 0 8px; }
    .news .bottom .btn {
      font-weight: 13px;
      line-height: 15px;
      color: #f33d40;
      text-transform: uppercase;
      padding: 0; }
      .news .bottom .btn .fa {
        padding-left: 10px; }
  .news:hover .top .video-cover, .news:focus .top .video-cover, .news:active .top .video-cover {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    -o-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }

.audio-news {
  margin-bottom: 15px; }
  .audio-news .top {
    position: relative;
    border-bottom: 6px #f33d40 solid; }
    .audio-news .top img {
      width: 100%;
      height: auto; }
    .audio-news .top .play {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 15px;
      line-height: 23px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .audio-news .top .play span {
        display: block; }
      .audio-news .top .play .fa {
        font-size: 86px;
        line-height: 86px;
        color: #bdbec3; }
    .audio-news .top .bars {
      display: inline-block;
      position: absolute;
      right: 12px;
      bottom: 12px;
      font-size: 28px;
      line-height: 28px;
      color: #f33d40; }
  .audio-news .bottom {
    padding: 10px 15px; }
    .audio-news .bottom h4 {
      font-size: 18px;
      line-height: 23px;
      color: #505050;
      margin: 0; }
    .audio-news .bottom p {
      font-size: 14px;
      line-height: 23px;
      color: #505050;
      margin: 0; }
    .audio-news .bottom .btn {
      font-weight: 13px;
      line-height: 15px;
      color: #f33d40;
      text-transform: uppercase;
      padding: 0; }
      .audio-news .bottom .btn .fa {
        padding-left: 10px; }

.team {
  background-color: #c9c9cb; }
  .team h2 {
    background-color: #f33d40;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 0;
    margin: 0 0 40px; }
    .team h2 span.title {
      padding-left: 45px;
      background: url(assets/img/mic-white.png) no-repeat left center;
      line-height: 45px;
      display: inline-block; }
    .team h2 span.sub-title {
      font-weight: 300;
      line-height: 45px;
      display: inline-block; }
    .team h2 .fa {
      margin-left: 10px; }
    .team h2 a {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .team h2 a:hover, .team h2 a:focus, .team h2 a:active {
        color: #d9d9d9;
        text-decoration: none; }
      .team h2 a.christmas {
        padding-left: 60px;
        display: inline-block;
        background: url("assets/img/small-decoration.png") no-repeat left center;
        background-size: 60px auto; }
  .team .team-carousel {
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 40px; }
    .team .team-carousel .slick-slide .slick-slide-inner {
      padding: 0 11px; }
      .team .team-carousel .slick-slide .slick-slide-inner img {
        width: 100%;
        height: auto; }
      .team .team-carousel .slick-slide .slick-slide-inner h3 {
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        color: #fff;
        background-color: #e86366;
        text-align: center;
        padding: 15px;
        margin: 0; }
        .team .team-carousel .slick-slide .slick-slide-inner h3 a {
          display: block;
          color: #fff;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .team .team-carousel .slick-slide .slick-slide-inner h3 a:hover, .team .team-carousel .slick-slide .slick-slide-inner h3 a:focus, .team .team-carousel .slick-slide .slick-slide-inner h3 a:active {
            color: #d9d9d9;
            text-decoration: none; }
    .team .team-carousel .slick-dots {
      margin: 15px 0 0 0;
      padding: 0;
      text-align: center; }
      .team .team-carousel .slick-dots li {
        display: inline-block;
        padding: 0 5px; }
        .team .team-carousel .slick-dots li button {
          display: inline-block;
          width: 12px;
          height: 12px;
          padding: 0;
          margin: 0;
          border-radius: 50%;
          text-align: left;
          text-indent: -99px;
          background-color: #272c40c4;
          border: none;
          overflow: hidden; }
        .team .team-carousel .slick-dots li.slick-active button {
          background-color: #cf2238; }

/* Home Page */
/* Emisiuni Page */
.heading-section h2 {
  text-align: center;
  font-weight: 400;
  font-size: 37px;
  line-height: 45px;
  text-transform: uppercase;
  border-bottom: 10px #cbccd2 solid;
  color: #151a3a;
  padding-bottom: 10px;
  margin: 30px 0; }
  .heading-section h2 span.title {
    background: url("assets/img/mic.png") no-repeat left center;
    padding-left: 45px; }
  .heading-section h2 span.sub-title {
    font-weight: 300; }

.shows .show-box {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
  .shows .show-box img {
    width: 100%;
    height: auto; }
  .shows .show-box .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 60px; }
    .shows .show-box .info h3 {
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 900;
      color: #fff;
      font-size: 35px;
      line-height: 46px;
      margin: 0 0 20px;
      max-width: 200px; }
      .shows .show-box .info h3 span {
        display: block;
        width: 130px;
        min-height: 10px;
        background-color: #f33d40; }
    .shows .show-box .info h4 {
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 26px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .shows .show-box .info i {
      color: #fff;
      font-size: 23px;
      line-height: 23px; }
    .shows .show-box .info a.mask {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 250;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.show-bottom .element {
  padding: 10px 60px;
  background-color: #8d2c3b;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  .show-bottom .element .fa {
    color: #fff;
    font-size: 86px;
    line-height: 86px;
    padding-right: 30px;
    opacity: 0.5;
    float: left; }
  .show-bottom .element h3 {
    display: inline-block;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 46px;
    color: #fff;
    margin: 20px 0 0 0;
    float: left; }
  .show-bottom .element .mask {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 250; }

/* End Emisiuni Page */
/* Taxonomy Category */
.category-info {
  background: url("assets/img/slider-main-bg.png") no-repeat center center;
  background-size: cover;
  background-color: #0b132d; }
  .category-info .container {
    position: relative; }
  .category-info .top {
    float: right;
    position: relative; }
    .category-info .top h3 {
      background: url("assets/img/info-bg.png") no-repeat center center;
      background-size: auto auto;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 38px;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      color: #fff;
      padding: 15px 90px 15px 60px;
      margin: 0; }
      .category-info .top h3 span {
        font-weight: 300; }
      .category-info .top h3 img {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .category-info .info {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .category-info .info h3 {
      font-weight: 400;
      font-size: 70px;
      line-height: 84px;
      color: #fff;
      margin: 0; }
      .category-info .info h3 span {
        display: block;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px; }
    .category-info .info h4 {
      font-weight: 300;
      font-size: 30px;
      line-height: 42px;
      color: #979191;
      margin: 0; }

.category-description {
  padding: 25px 0; }
  .category-description p {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #747474;
    margin: 0; }

.list-categories h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  color: #151a3a;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 15px 0;
  border-top: 1px #de1d24 solid;
  border-bottom: 1px #de1d24 solid; }
.list-categories h4 {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  color: #444444;
  margin: 0 0 15px;
  padding-left: 85px;
  position: relative; }
  .list-categories h4 a {
    color: #444444;
    text-decoration: none; }
  .list-categories h4 .fa {
    position: absolute;
    left: 0;
    top: 50%;
    color: #b81c20;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .list-categories h4 span {
    display: block;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #bfbfbf; }
.list-categories hr {
  margin: 0 0 15px;
  border: none;
  border-bottom: 4px solid #d0d0d0; }
  .list-categories hr:last-child {
    display: none; }

.single-category h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  color: #151a3a;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 15px 0;
  border-top: 1px #de1d24 solid;
  border-bottom: 1px #de1d24 solid; }
.single-category hr {
  margin: 0 0 15px;
  border: none;
  border-bottom: 4px solid #d0d0d0; }
  .single-category hr:last-child {
    display: none; }

.single-emisiune .category-info {
  margin-bottom: 80px; }
.single-emisiune main {
  padding: 15px 0; }

.single-emisiune-item h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  color: #151a3a;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 15px 0;
  border-top: 1px #de1d24 solid;
  border-bottom: 1px #de1d24 solid; }
.single-emisiune-item .meta {
  margin: 0;
  display: inline-block;
  background-color: #949494;
  margin: 0 0 20px; }
  .single-emisiune-item .meta li {
    color: #fff;
    padding: 7px; }
.single-emisiune-item audio {
  margin: 0 0 15px; }
.single-emisiune-item article p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #747474;
  margin-bottom: 35px; }

/* End Taxonomy Category */
/* Schedule / Program Page */
.section-title h2 {
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  color: #6b6b6b;
  margin: 0 0 40px;
  border-bottom: 1px #e0e0e0 solid; }
  .section-title h2 span {
    display: inline-block;
    border-bottom: 10px #f33d40 solid; }

.page-template-schedule .banner {
  margin-bottom: 50px; }
.page-template-schedule main {
  padding-bottom: 15px; }
.page-template-schedule .our-schedule .row {
  margin-left: -45px;
  margin-right: -45px; }
  .page-template-schedule .our-schedule .row .col-sm-6 {
    padding-left: 45px;
    padding-right: 45px; }
.page-template-schedule .schedule-box {
  margin-bottom: 35px; }
  .page-template-schedule .schedule-box h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: #0e1634;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px; }
  .page-template-schedule .schedule-box .table {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #181f3b;
    margin: 0; }
    .page-template-schedule .schedule-box .table tr td {
      padding: 17px 40px;
      border: none;
      background-color: #fab1b3; }
      .page-template-schedule .schedule-box .table tr td .fa {
        padding: 0 10px; }
    .page-template-schedule .schedule-box .table tr:nth-child(even) td {
      background-color: #fdd8d9; }

/* End Schedule / Program Page */
/* Echipa */
.page-template-team .banner {
  margin-bottom: 50px; }
.page-template-team main {
  padding-bottom: 20px; }

.our-team .team-box {
  box-shadow: 0 0 15px rgba(107, 107, 107, 0.2);
  margin-bottom: 30px; }
  .our-team .team-box .top {
    height: 263px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .our-team .team-box .top .info-area {
      position: absolute;
      left: 15px;
      bottom: 15px;
      max-width: 50%; }
      .our-team .team-box .top .info-area h3 {
        font-weight: 900;
        font-size: 34px;
        line-height: 44px;
        text-transform: uppercase;
        color: #f33d40;
        margin: 0 0 20px; }
        .our-team .team-box .top .info-area h3 .sub-title {
          display: block;
          font-weight: 400;
          font-size: 20px;
          line-height: 26px;
          color: #3c3c3c; }
        .our-team .team-box .top .info-area h3 .border {
          display: block;
          min-height: 10px;
          max-width: 125px;
          background-color: #f33d40; }
      .our-team .team-box .top .info-area .more-info {
        font-size: 32px;
        line-height: 32px;
        color: #9d9d9d;
        position: relative; }
        .our-team .team-box .top .info-area .more-info .fa-plus-circle {
          opacity: 1;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .our-team .team-box .top .info-area .more-info .fa-minus-circle {
          position: absolute;
          left: 0;
          top: 3px;
          opacity: 0;
          z-index: 200;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  .our-team .team-box .bottom {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .our-team .team-box .bottom .bottom-inner {
      padding: 45px 25px;
      background: url("assets/img/inner-top-bg.jpg") repeat-x top center; }
      .our-team .team-box .bottom .bottom-inner p {
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #3c3c3c;
        margin: 0; }
  .our-team .team-box.active .top .more-info .fa-plus-circle {
    opacity: 0; }
  .our-team .team-box.active .top .more-info .fa-minus-circle {
    opacity: 1; }
  .our-team .team-box.active .bottom {
    max-height: 999px; }

/* End Echipa */
/* Contact */
.page-template-contact .banner {
  margin-bottom: 50px; }
.page-template-contact main {
  padding-bottom: 20px; }

.anr_captcha_field #anr_captcha_field_1 div:first-child {
  margin-left: auto;
  margin-right: auto; }

.google-map {
  margin: 0 0 40px; }
  .google-map .map-canvas {
    min-height: 345px; }

.contact-info {
  margin: 0 0 40px;
  text-align: center; }
  .contact-info .box {
    display: block;
    width: 110px;
    height: 110px;
    border: 10px #ebebeb solid;
    border-radius: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .contact-info .box .fa {
      position: absolute;
      left: 50%;
      top: 50%;
      color: #de1d24;
      font-size: 50px;
      line-height: 50px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .contact-info a,
  .contact-info p {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #5f5f5f; }

.wpcf7-form textarea,
.wpcf7-form input {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 5px;
  border: none;
  border-radius: 0;
  border-bottom: 1px #cfd0d6 solid;
  margin-bottom: 30px; }
  .wpcf7-form textarea[type="submit"],
  .wpcf7-form input[type="submit"] {
    display: block;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    background-color: #de1d24;
    border: 1px #de1d24 solid;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wpcf7-form textarea[type="submit"]:hover, .wpcf7-form textarea[type="submit"]:focus, .wpcf7-form textarea[type="submit"]:active,
    .wpcf7-form input[type="submit"]:hover,
    .wpcf7-form input[type="submit"]:focus,
    .wpcf7-form input[type="submit"]:active {
      background-color: #fff;
      color: #de1d24; }
.wpcf7-form textarea {
  height: 100px; }
.wpcf7-form .ajax-loader {
  display: none; }

/* End Contact */
/* Blog , Single Page  & Content Page*/
.page-template-default .banner,
.single .banner,
.blog .banner {
  margin-bottom: 50px; }
.page-template-default main,
.single main,
.blog main {
  padding-bottom: 20px; }
.page-template-default article,
.single article,
.blog article {
  margin-bottom: 15px; }
  .page-template-default article .loop-post-title,
  .single article .loop-post-title,
  .blog article .loop-post-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 15px; }
    .page-template-default article .loop-post-title a,
    .single article .loop-post-title a,
    .blog article .loop-post-title a {
      display: inline-block;
      color: #fff;
      background-color: #f33d40;
      border: 1px #f33d40 solid;
      padding: 5px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .page-template-default article .loop-post-title:hover a, .page-template-default article .loop-post-title:focus a, .page-template-default article .loop-post-title:active a,
    .single article .loop-post-title:hover a,
    .single article .loop-post-title:focus a,
    .single article .loop-post-title:active a,
    .blog article .loop-post-title:hover a,
    .blog article .loop-post-title:focus a,
    .blog article .loop-post-title:active a {
      color: #f33d40;
      background-color: #fff;
      text-decoration: none; }
  .page-template-default article .single-post-title,
  .single article .single-post-title,
  .blog article .single-post-title {
    font-weight: 400;
    font-size: 47px;
    line-height: 61px;
    color: #0e1634;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px #e0e0e0 solid; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #676767; }
.content ul, .content ol, .content table {
  color: #747474; }
.content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #747474;
  margin: 0 0 15px; }
.content img {
  width: 100%;
  height: auto;
  margin: 0 0 15px; }
.content .meta {
  display: inline-block;
  background-color: #949494;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px; }
  .content .meta li {
    background: url("assets/img/meta-menu-separator.png") no-repeat left center;
    padding: 5px 5px 5px 10px; }
    .content .meta li:first-child {
      background-image: none;
      padding-left: 5px; }
.content .embed-responsive {
  margin-bottom: 15px; }

.pagination {
  text-align: center;
  display: block;
  margin: 0 0 20px; }
  .pagination .page-numbers {
    padding: 9px 16px;
    display: inline-block;
    color: #de1d24;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px; }
    .pagination .page-numbers.current {
      color: #fff;
      background-color: #de1d24; }

/* End Blog , Single Page  & Content Page */
/* Video Gallery */
.error404 .banner,
.search-results .banner,
.post-type-archive-podcast .banner,
.post-type-archive-stire .banner,
.post-type-archive-interviu .banner,
.post-type-archive-video .banner,
.page-template-video .banner {
  margin-bottom: 50px; }
.error404 main,
.search-results main,
.post-type-archive-podcast main,
.post-type-archive-stire main,
.post-type-archive-interviu main,
.post-type-archive-video main,
.page-template-video main {
  padding-bottom: 20px; }

.mfp-bg {
  z-index: 3000; }

.mfp-wrap {
  z-index: 3500; }

.video-loop .video-box {
  position: relative;
  margin-bottom: 30px; }
  .video-loop .video-box .video-cover {
    width: 100%;
    height: auto; }
  .video-loop .video-box a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("assets/img/play-btn.png") no-repeat center center;
    background-size: 55px auto; }

/* End Video Gallery */
/* Interviuri & Stiri Pages */
.content-loop .loop-box {
  box-shadow: 0px 0px 13px rgba(107, 107, 107, 0.53);
  margin-bottom: 30px; }
  .content-loop .loop-box .top {
    position: relative;
    overflow: hidden; }
    .content-loop .loop-box .top .placeholder {
      width: 100%;
      height: auto; }
    .content-loop .loop-box .top .video-cover {
      min-width: 100%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      -o-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
    .content-loop .loop-box .top h4 {
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      color: #fff;
      margin: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: rgba(207, 34, 56, 0.8);
      width: 100%;
      padding: 7px 5px;
      z-index: 100; }
      .content-loop .loop-box .top h4 span {
        font-size: 15px;
        line-height: 14px;
        display: block; }
    .content-loop .loop-box .top .audio-file-icon,
    .content-loop .loop-box .top .file-icon {
      position: absolute;
      right: 10px;
      bottom: 8px;
      max-width: 35px;
      height: auto;
      z-index: 100; }
    .content-loop .loop-box .top .link-mask {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 200; }
  .content-loop .loop-box .bottom {
    background-color: #fff;
    padding: 15px; }
    .content-loop .loop-box .bottom h3 {
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      text-align: center;
      color: #151a3a;
      margin: 0 0 15px;
      min-height: 50px;
      max-height: 50px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .content-loop .loop-box .bottom p {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #151a3a;
      margin: 0 0 15px; }
    .content-loop .loop-box .bottom .view-more {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #cf2238; }
      .content-loop .loop-box .bottom .view-more:hover, .content-loop .loop-box .bottom .view-more:focus, .content-loop .loop-box .bottom .view-more:active {
        color: #e04458; }
  .content-loop .loop-box:hover .video-cover, .content-loop .loop-box:focus .video-cover, .content-loop .loop-box:active .video-cover {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    -o-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }

.single-content h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  text-transform: uppercase;
  color: #8d2c3b;
  border-bottom: 3px #e0e0e0 solid;
  padding-bottom: 15px;
  margin: 0 0 15px; }
  .single-content h3 span {
    color: #151a3a; }
.single-content .meta {
  display: inline-block;
  background-color: #949494;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px; }
  .single-content .meta li {
    background: url("assets/img/meta-menu-separator.png") no-repeat left center;
    padding: 5px 5px 5px 10px; }
    .single-content .meta li:first-child {
      background-image: none;
      padding-left: 5px; }
.single-content audio {
  margin: 0 0 15px; }

.tax-category-stire .banner,
.single-stire .banner {
  margin-bottom: 50px; }
.tax-category-stire main,
.single-stire main {
  padding-bottom: 20px; }

/* End Interviuri & Stiri Pages */
/* Podcasts */
.podcast-box {
  position: relative;
  padding: 10px 10px 5px 10px;
  background-color: #333;
  margin: 0 0 15px; }

/* End Podcasts */
/* Footer */
footer {
  background-color: #272c40;
  padding: 35px 0; }
  footer.christmas {
    background-image: url("assets/img/snow-min.png");
    background-repeat: repeat-x;
    background-position: bottom center; }
  footer .upper-area {
    border-bottom: 1px #c9c9cb solid;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    footer .upper-area ul {
      list-style: none;
      margin: 0; }
      footer .upper-area ul li {
        padding: 0 12px;
        margin-bottom: 20px; }
  footer .right-wrapper {
    padding-left: 38px; }
  footer .menu {
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px; }
    footer .menu li {
      display: inline-block;
      font-size: 16px;
      line-height: 23px;
      color: #b7dcf2;
      font-weight: 300;
      padding: 0 7px;
      text-transform: uppercase; }
      footer .menu li:first-child {
        padding-left: 0; }
      footer .menu li a {
        color: #b7dcf2;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      footer .menu li:hover a, footer .menu li:focus a, footer .menu li:active a {
        color: #fff; }
      footer .menu li.active {
        font-weight: 400; }
  footer .copyright {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #b7dcf2;
    margin: 0; }
    footer .copyright strong {
      font-weight: 400; }
    footer .copyright a {
      color: #b7dcf2;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .copyright a:hover, footer .copyright a:focus, footer .copyright a:active {
        color: #fff; }
  footer h5 {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #a4a6ad;
    margin: 0 0 15px;
    padding: 0 7px;
    text-align: right; }
  footer .socials {
    padding-left: 0;
    list-style: none;
    float: right; }
    footer .socials li {
      font-size: 27px;
      line-height: 30px;
      color: #9e9fa5; }
      footer .socials li a {
        color: #9e9fa5;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      footer .socials li:hover a, footer .socials li:focus a, footer .socials li:active a {
        color: #fff; }
  footer .ad2hs-prompt {
    clear: both;
    display: block;
    width: 165px;
    margin-left: auto;
    background-color: #de1d24;
    border: 1px #de1d24 solid;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    footer .ad2hs-prompt:hover, footer .ad2hs-prompt:focus, footer .ad2hs-prompt:active {
      background-color: #fff;
      color: #de1d24; }

/* End Footer */
/* Mask */
.site-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .site-mask.loaded img {
    opacity: 1; }
  .site-mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    max-width: 450px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.visible .site-mask {
  top: -100%; }

/* End Mask */
/* Cookie Bar */
.cookie-bar {
  background-color: #000;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: all, 0.4s, ease-in-out;
  -moz-transition: all, 0.4s, ease-in-out;
  -ms-transition: all, 0.4s, ease-in-out;
  -o-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out;
  z-index: 2500; }
  .cookie-bar.cookie-bar-hidden {
    bottom: -100%; }
  .cookie-bar .cookie-bar-inner {
    padding: 15px;
    position: relative; }
  .cookie-bar p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding-right: 75px; }
    .cookie-bar p a {
      display: inline-block;
      color: #fff;
      text-decoration: underline;
      -webkit-transition: all, 0.4s, ease-in-out;
      -moz-transition: all, 0.4s, ease-in-out;
      -ms-transition: all, 0.4s, ease-in-out;
      -o-transition: all, 0.4s, ease-in-out;
      transition: all, 0.4s, ease-in-out; }
      .cookie-bar p a:hover, .cookie-bar p a:focus, .cookie-bar p a:active {
        color: #e6e6e6;
        text-decoration: underline; }
  .cookie-bar .hide-message {
    position: absolute;
    top: 7px;
    right: 15px;
    border: 1px #fff solid;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    display: inline-block;
    padding: 4px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -ms-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .cookie-bar .hide-message:hover, .cookie-bar .hide-message:focus, .cookie-bar .hide-message:active {
      background-color: #fff;
      color: #000;
      text-decoration: none; }

/* End Cookie bar */
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (max-width: 1200px) {
  body {
    padding-top: 260px; }

  header nav .navbar-collapse .nav .menu-item {
    font-size: 13px; }
    header nav .navbar-collapse .nav .menu-item a {
      padding: 10px; } }
@media (max-width: 992px) {
  .cont {
    position: static; }

  header .top {
    position: relative; }
    header .top .jazler {
      position: relative;
      left: 50%;
      top: 15px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-color: transparent;
      z-index: 50; }
      header .top .jazler .song-list {
        width: 100%; }
        header .top .jazler .song-list .track-active-container h3 span,
        header .top .jazler .song-list .track-inactive-container h3 span {
          display: inline;
          padding: 0; }

  .navbar-collapse.collapse {
    display: none !important; }
    .navbar-collapse.collapse.in {
      display: block !important; }

  .admin-bar header {
    top: 46px; }

  body {
    padding-top: 254px; }
    body.affix-on {
      padding-top: 264px; }

  header.affix {
    top: -123px; }
  header .top {
    padding-top: 5px;
    padding-bottom: 5px; }
    header .top .live-play {
      position: relative;
      width: auto;
      clear: both;
      background-color: transparent;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto; }
      header .top .live-play audio {
        position: static; }
      header .top .live-play .play-banner {
        position: static;
        width: auto; }
        header .top .live-play .play-banner h3 {
          font-size: 18px;
          line-height: 23px; }
          header .top .live-play .play-banner h3 span {
            display: inline-block;
            font-size: 18px;
            line-height: 23px; }
        header .top .live-play .play-banner img {
          display: none; }
  header nav {
    position: static; }
    header nav .navbar-collapse {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -350px;
      z-index: 1500;
      width: 100%;
      padding: 0;
      max-height: 350px;
      overflow: auto;
      background-color: #8d2c3b;
      -webkit-transition: top 0.3s ease-in-out;
      -moz-transition: top 0.3s ease-in-out;
      -ms-transition: top 0.3s ease-in-out;
      -o-transition: top 0.3s ease-in-out;
      transition: top 0.3s ease-in-out; }
      header nav .navbar-collapse.collapse {
        overflow: auto !important; }
      header nav .navbar-collapse .search-box {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
        header nav .navbar-collapse .search-box li a {
          padding: 12px 30px; }
      header nav .navbar-collapse .nav .menu-item {
        display: block;
        float: none;
        text-align: left;
        postion: relative; }
        header nav .navbar-collapse .nav .menu-item a {
          padding: 12px 30px; }
        header nav .navbar-collapse .nav .menu-item span {
          position: absolute;
          right: 32px;
          top: 14px;
          min-height: 18px;
          min-width: 21px;
          background: url("assets/img/mobile-menu-items.png") no-repeat center center;
          z-index: 100;
          cursor: hand;
          cursor: pointer; }
        header nav .navbar-collapse .nav .menu-item:hover .sub-menu, header nav .navbar-collapse .nav .menu-item:focus .sub-menu, header nav .navbar-collapse .nav .menu-item:active .sub-menu {
          display: none; }
        header nav .navbar-collapse .nav .menu-item .sub-menu {
          position: static;
          display: none;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }

  .navbar-toggle {
    display: block !important;
    position: absolute;
    top: 25px;
    right: 20px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    z-index: 1510;
    opacity: 1 !important; }
    .navbar-toggle .hamburger-box {
      width: 30px;
      height: 17px; }
    .navbar-toggle .icon-bar {
      width: 30px;
      height: 3px;
      background-color: #000;
      display: block; }
      .navbar-toggle .icon-bar::before {
        display: block;
        width: 30px;
        height: 3px;
        top: 6px;
        background-color: #000;
        margin: 0; }
      .navbar-toggle .icon-bar::after {
        display: block;
        width: 30px;
        height: 3px;
        top: 12px;
        background-color: #000;
        margin: 0; }
    .navbar-toggle.is-active .icon-bar::after {
      transform: translate3d(0, -12px, 0) rotate(-90deg);
      -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg); }

  .wrapper {
    position: relative;
    left: auto;
    float: none; }
    .wrapper .wrapper-inner {
      left: auto;
      float: none; }

  .main_slider_wrapper .main-slider .slick-slide .bottom {
    padding-left: 15px;
    padding-right: 15px; }
    .main_slider_wrapper .main-slider .slick-slide .bottom .christmas-img {
      left: auto;
      right: 0; }
    .main_slider_wrapper .main-slider .slick-slide .bottom h3 {
      font-size: 32px;
      line-height: 42px; }
    .main_slider_wrapper .main-slider .slick-slide .bottom h4 {
      margin: 0 0 15px; }
    .main_slider_wrapper .main-slider .slick-slide .bottom p {
      padding: 0;
      font-size: 20px;
      line-height: 26px; }

  .audio-news .top .play .fa {
    font-size: 70px;
    line-height: 70px; }

  .team .team-carousel {
    margin-bottom: 40px; }

  .search-mask .search-container {
    width: 100%; }
  .search-mask form {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .our_news h2 {
    padding-top: 10px; }

  footer {
    padding: 25px 0; }
    footer .right-wrapper {
      padding-left: 0;
      margin-bottom: 15px; }
    footer .socials {
      float: none;
      margin: 0; }
    footer h5 {
      text-align: left; } }
@media (max-width: 767px) {
  header .top {
    position: relative; }
    header .top .navbar-brand {
      top: 3px; }
    header .top .jazler {
      top: 10px; }
      header .top .jazler .title {
        font-size: 16px;
        line-height: 23px; }

  body {
    padding-top: 190px; }
    body.affix-on {
      padding-top: 122px; }

  .banner {
    min-height: 200px; }
    .banner h3 {
      font-size: 30px;
      line-height: 39px;
      width: 95%; }
      .banner h3 .subtitle {
        font-size: 18px;
        line-height: 23px; }

  .page-template-schedule .banner {
    margin-bottom: 20px; }
  .page-template-schedule main {
    padding-bottom: 0; }
  .page-template-schedule .our-schedule .row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-template-schedule .our-schedule .row .col-sm-6 {
      padding-left: 15px;
      padding-right: 15px; }

  .error404 .banner,
  .search-results .banner,
  .post-type-archive-podcast .banner,
  .post-type-archive-stire .banner,
  .post-type-archive-interviu .banner,
  .post-type-archive-video .banner,
  .page-template-video .banner {
    margin-bottom: 20px; }
  .error404 main,
  .search-results main,
  .post-type-archive-podcast main,
  .post-type-archive-stire main,
  .post-type-archive-interviu main,
  .post-type-archive-video main,
  .page-template-video main {
    padding-bottom: 5px; }

  .page-template-team .banner {
    margin-bottom: 20px; }
  .page-template-team main {
    padding-bottom: 5px; }
  .page-template-team .our-team .team-box {
    margin-bottom: 15px; }

  .page-template-contact .banner {
    margin-bottom: 20px; }
  .page-template-contact main {
    padding-bottom: 5px; }

  .page-template-default .banner,
  .single .banner,
  .blog .banner {
    margin-bottom: 20px; }
  .page-template-default main,
  .single main,
  .blog main {
    padding-bottom: 5px; }
  .page-template-default article .single-post-title,
  .single article .single-post-title,
  .blog article .single-post-title {
    font-size: 24px;
    line-height: 31px; }

  .contact-info {
    margin: 0 0 20px; }
    .contact-info .box-wrapper {
      margin-bottom: 20px; }
    .contact-info .box {
      margin-bottom: 10px; }
    .contact-info a, .contact-info p {
      font-size: 18px;
      line-height: 23px; }

  .google-map {
    margin: 0 0 20px; }
    .google-map .map-canvas {
      min-height: 250px; }

  .wpcf7-form input[type="submit"] {
    margin-bottom: 15px; }

  .section-title h2 {
    margin: 0 0 20px; }

  header.affix {
    top: -60px; }
  header .upper-area {
    padding: 8px 0; }
  header .navbar-nav {
    margin: 0; }
  header .top {
    padding-top: 0; }
    header .top .navbar-brand img {
      max-width: 140px;
      height: autol; }
  header nav .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 350px;
    overflow: auto; }
    header nav .navbar-collapse .search-box {
      position: static;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      header nav .navbar-collapse .search-box li a {
        padding: 12px 30px; }

  .navbar-toggle {
    top: 18px; }

  .main_slider_wrapper .main-slider .slick-slide .top h3 {
    font-size: 17px;
    line-height: 23px;
    padding: 15px 90px 15px 20px;
    bottom: 20px; }
  .main_slider_wrapper .main-slider .slick-slide .bottom .christmas-img {
    left: auto;
    right: 0; }
  .main_slider_wrapper .main-slider .slick-slide .bottom p {
    padding: 0 !important; }

  .tax-category-stire .banner,
  .single-stire .banner {
    margin-bottom: 20px; }
  .tax-category-stire main,
  .single-stire main {
    padding-bottom: 5px; }

  .our_news .inner-content {
    padding: 0; }

  .team .team-carousel {
    margin-bottom: 20px; }

  footer {
    padding: 15px 0; }
    footer .menu li:first-child {
      padding-left: 7px; }

  .site-mask img {
    max-width: 230px; }

  .cookie-bar {
    text-align: center; }
    .cookie-bar .cookie-bar-inner {
      padding: 10px; }
    .cookie-bar p {
      padding-right: 0; }
    .cookie-bar .hide-message {
      position: static;
      margin-top: 7px;
      padding: 2px 20px; } }
@media (max-width: 600px) {
  .admin-bar {
    padding-top: 84px; }
    .admin-bar header {
      top: 0; }

  header {
    z-index: 999999; }

  .page-template-schedule .table span {
    display: block; }
  .page-template-schedule .table .fa {
    display: none; } }
/* Snow */
.illustration {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200; }

.i-large,
.i-medium,
.i-small {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.i-large {
  background: url("assets/img/particules_large.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 2s linear infinite;
  -o-animation: dropFlowParticles 2s linear infinite;
  animation: dropFlowParticles 2s linear infinite; }

.i-medium {
  background: url("assets/img/particules_medium.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 12s linear infinite;
  -o-animation: dropFlowParticles 12s linear infinite;
  animation: dropFlowParticles 12s linear infinite; }

.i-small {
  background: url("assets/img/particules_small.png") repeat 0px 0px;
  -webkit-animation: dropFlowParticles 27s linear infinite;
  -o-animation: dropFlowParticles 27s linear infinite;
  animation: dropFlowParticles 27s linear infinite; }

@-webkit-keyframes dropFlowParticles {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 413px; } }
@keyframes dropFlowParticles {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 413px; } }
/* End Snow */
/* Animate Logo */
.navbar-brand {
  position: relative; }
  .navbar-brand .logo {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navbar-brand .logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navbar-brand.active-item .logo {
    opacity: 0; }
  .navbar-brand.active-item .logo-hover {
    opacity: 1; }

/* End Animate Logo */

/*# sourceMappingURL=style.css.map */
