/*-------------------------------------------------------------------------------------------------------------------------------*/
/* This is main CSS file that contains custom style rules used in this template */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 00 - VARIABLES */
/* 01 - CSS RESET BY ERIC MEYER */
/* 02 - HEADER */
/* 03 - FOOTER */
/* 04 - HEADING BLOCK */
/* 05 - BANNER */
/* 06 - SLIDER */
/* 07 - OVERLAY, BUTTONS */
/* 08 - SLIDESHOW */
/* 09 - 404 PAGE */
/* 10 - TEAM */
/* 11 - TESTIMONIALS */
/* 12 - CLIENTS */
/* 13 - PORTFOLIO */
/* 14 - LATEST NEWS, BLOG */
/* 15 - BEST WORKS, SEASONS */
/* 16 - WORKS POST, SEASONS POST */
/* 17 - SEARCH PAGE */
/* 18 - LAST EPISODED SEASONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - VARIABLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeueRegular.ttf");
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.otf") format("opentype"); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - CSS RESET BY ERIC MEYER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none;
  border-left: 3px solid #333;
  padding-left: 20px; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  text-align: center;
  margin-bottom: 15px;
  width: 100%; }
  table thead th,
  table thead td,
  table tbody th,
  table tbody td {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 1px solid rgba(240, 242, 247, 0.2);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 10px; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

ul,
ol {
  margin-bottom: 20px; }
  ul li ul,
  ul li ol,
  ol li ul,
  ol li ol {
    padding-left: 20px; }

ul {
  list-style-type: disc;
  list-style-position: inside; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

dl {
  margin-bottom: 20px; }
  dl dd {
    padding-left: 20px; }

li,
dl,
dd {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8); }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff; }

h1 {
  font-size: 46px;
  line-height: 46px; }

h2 {
  font-size: 40px;
  line-height: 40px; }

h3 {
  font-size: 32px;
  line-height: 32px; }

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

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

h6 {
  font-size: 12px;
  line-height: 12px; }

p,
.wp-caption-text,
.pingback,
address {
  font-size: 20px;
  line-height: 30px;
  font-family: "Crimson Text", serif;
  color: #fff;
  margin-bottom: 30px; }

.wp-caption {
  background: inherit;
  border: none;
  max-width: 100%; }
  .wp-caption figcaption {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px; }

.post-password-form input[type="password"] {
  font: 400 12px "Montserrat", sans-serif;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 9px 0 10px;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-bottom: 28px;
  width: 300px; }

.post-password-form input[type="submit"] {
  background-color: #da0d2b;
  border: 1px solid transparent;
  padding: 3px 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .post-password-form input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #fff; }

.pingback {
  margin-bottom: 15px; }

blockquote {
  border: 2px solid rgba(240, 242, 247, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 50px 100px;
  text-align: center;
  position: relative;
  margin: 55px 0; }
  blockquote:before {
    content: '\201C';
    font-size: 52px;
    color: #fff;
    position: absolute;
    left: 55px;
    top: 35px; }
  blockquote:after {
    content: '\201D';
    font-size: 52px;
    color: #fff;
    position: absolute;
    right: 55px;
    top: 35px; }
  blockquote p {
    font-family: "Crimson Text", serif;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    line-height: 35px; }
  blockquote strong {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 10px; }

q {
  border-left: 3px solid #da0d2b; }

pre {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #131d29;
  line-height: 31px;
  padding: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap; }

strong {
  font-weight: 700; }

acronym {
  border-bottom: 1px dashed #777; }

big {
  font-size: 2em; }

i, cite, em, var, address, dfn {
  font-style: italic; }

s, strike, del {
  text-decoration: line-through; }

a,
a:visited {
  color: #fff; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus,
a:active {
  text-decoration: none; }

.flex-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.rel-position {
  position: relative; }

.lt-spacing {
  letter-spacing: 1.2px; }

.marg-l15 {
  margin-left: 15px; }

.no-padd {
  padding-left: 0;
  padding-right: 0; }

.no-padd-l {
  padding-left: 0; }

.no-padd-r {
  padding-right: 0; }

.no-padd-vc .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.marg-40b {
  margin-bottom: 40px; }

.marg-min-15l {
  margin-left: -15px; }

.background-top.vc_row {
  background-position: top !important; }

.background-top .fcampaign-banner {
  background-position: top !important; }

.video-tickets .heading-block {
  padding: 28px 0 15px; }
  .video-tickets .heading-block .title {
    margin-bottom: 25px; }
  .video-tickets .heading-block p {
    text-transform: uppercase;
    letter-spacing: 1px; }

.video-tickets .btn.white {
  padding: 14px 38px;
  margin-left: 5px; }

.video-tickets .btn.transparent {
  margin-right: 0; }

.gradient-white {
  position: relative; }
  .gradient-white .vc_column_container {
    z-index: 100; }
  .gradient-white .wrapp-gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, transparent), to(white));
    background-image: -webkit-linear-gradient(bottom, white 0%, transparent 50%, white 100%);
    background-image: -moz-linear-gradient(bottom, white 0%, transparent 50%, white 100%);
    background-image: -o-linear-gradient(bottom, white 0%, transparent 50%, white 100%);
    background-image: linear-gradient(to top, white 0%, transparent 50%, white 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .gradient-white .wrapp-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9); }

.circle-gradient {
  position: relative; }
  .circle-gradient .vc_column_container {
    z-index: 100; }
  .circle-gradient .wrapp-gradient {
    background-image: -webkit-radial-gradient(circle 761px at center, transparent 0%, #0d1218 100%);
    background-image: -moz-radial-gradient(circle 761px at center, transparent 0%, #0d1218 100%);
    background-image: -o-radial-gradient(circle 761px at center, transparent 0%, #0d1218 100%);
    background-image: radial-gradient(circle 761px at center, transparent 0%, #0d1218 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .circle-gradient .wrapp-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.radial-gradient {
  position: relative; }
  .radial-gradient .vc_column_container {
    z-index: 100; }
  .radial-gradient .wrapp-gradient {
    background-image: -webkit-radial-gradient(circle 523px at center, transparent 0%, #0d1218 100%);
    background-image: -moz-radial-gradient(circle 523px at center, transparent 0%, #0d1218 100%);
    background-image: -o-radial-gradient(circle 523px at center, transparent 0%, #0d1218 100%);
    background-image: radial-gradient(circle 523px at center, transparent 0%, #0d1218 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .radial-gradient .wrapp-gradient:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.vc_single_image-wrapper {
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5); }

.height-video {
  height: 84vh !important; }

.heading-block.modern.small-space .title.seperator {
  margin-bottom: 60px; }

.fcampaign-blog.remove-bottom-space {
  margin-bottom: 0; }

@media (min-width: 1201px) {
  .padd-md-110 {
    padding-top: 110px !important; }
  .padd-md-118 {
    padding-top: 118px !important; } }

/* Preloader */
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999; }

.loader .spinner {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  text-align: center; }

.loader .spinner .ball {
  width: 20px;
  height: 20px;
  background-color: #da0d2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -moz-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -o-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

.loader .spinner .preloader-text {
  color: #333;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 10px; }

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@-moz-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    -moz-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    -moz-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@-o-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    -o-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    -o-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
    -moz-transform: translateX(-50px) scale(0.3);
    -o-transform: translateX(-50px) scale(0.3);
    transform: translateX(-50px) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
    -moz-transform: translateX(50px) scale(0.3);
    -o-transform: translateX(50px) scale(0.3);
    transform: translateX(50px) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

body {
  background-color: #0d1218 !important; }

.blog-sidebar-section {
  margin-top: 100px;
  margin-bottom: 60px; }
  .blog-sidebar-section .wrapp-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    margin-bottom: 30px; }
  .blog-sidebar-section.not-empty-banner {
    margin-top: 150px; }

.no-menu {
  font-family: "Montserrat", sans-serif;
  color: #d3d3d3; }
  .no-menu a {
    margin-left: 10px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header-site {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  z-index: 300;
  padding-top: 5px;
  /** Header logo **/
  /** Header button **/
  /** Header navigation **/ }
  .header-site .header-logo {
    display: inline-block;
    margin-left: -5px; }
    .header-site .header-logo a {
      display: inline-block;
      font-family: "Libre Baskerville", serif;
      font-size: 18px;
      margin-top: 10px; }
  .header-site .header-nav-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer; }
    .header-site .header-nav-button i {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #fff;
      position: relative;
      top: 15px;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .header-site .header-nav-button i:before, .header-site .header-nav-button i:after {
        content: '';
        background-color: #fff;
        display: block;
        width: 100%;
        height: 3px;
        position: absolute; }
      .header-site .header-nav-button i:before {
        top: -8px; }
      .header-site .header-nav-button i:after {
        bottom: -8px; }
    .header-site .header-nav-button.active i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .header-site .header-nav-button.active i:before {
        display: none; }
      .header-site .header-nav-button.active i:after {
        bottom: -1px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .header-site .header-navigation {
    position: absolute;
    top: 12px;
    right: 100px;
    overflow: hidden; }
    .header-site .header-navigation.slide {
      overflow: visible; }
    .header-site .header-navigation nav {
      -webkit-transform: translateX(1000px);
      -moz-transform: translateX(1000px);
      -ms-transform: translateX(1000px);
      -o-transform: translateX(1000px);
      transform: translateX(1000px);
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .header-site .header-navigation nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    .header-site .header-navigation ul {
      padding-left: 0; }
    .header-site .header-navigation .main-menu li {
      display: inline-block;
      margin-right: 15px;
      position: relative; }
      .header-site .header-navigation .main-menu li a {
        color: #fff;
        -webkit-transition: color .3s ease-out;
        -o-transition: color .3s ease-out;
        -moz-transition: color .3s ease-out;
        transition: color .3s ease-out;
        line-height: 28px; }
        .header-site .header-navigation .main-menu li a:hover {
          color: #d3d3d3; }
      .header-site .header-navigation .main-menu li > i {
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 5px; }
      .header-site .header-navigation .main-menu li .sub-menu {
        position: absolute;
        top: 40px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        min-width: 200px;
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
        .header-site .header-navigation .main-menu li .sub-menu li {
          display: block;
          position: relative;
          margin-right: 0; }
          .header-site .header-navigation .main-menu li .sub-menu li .sub-menu {
            position: absolute;
            top: -15px;
            left: 100%;
            padding-left: 25px; }
          .header-site .header-navigation .main-menu li .sub-menu li a {
            display: block; }
          .header-site .header-navigation .main-menu li .sub-menu li .fa {
            color: #fff;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .header-site .header-navigation .main-menu > li {
      padding-bottom: 15px; }
  .header-site.fixed {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    width: 100%;
    padding: 15px 0; }
    .header-site.fixed .header-navigation .main-menu li.current-menu-ancestor > a,
    .header-site.fixed .header-navigation .main-menu li.current-menu-ancestor > .fa, .header-site.fixed .header-navigation .main-menu li.active > a,
    .header-site.fixed .header-navigation .main-menu li.active > .fa {
      color: #da0d2b; }
    .header-site.fixed .header-navigation .main-menu li .sub-menu li.current-menu-item > a, .header-site.fixed .header-navigation .main-menu li .sub-menu li.current-menu-item .fa {
      color: #da0d2b; }
  .header-site.full-header {
    padding-left: 60px;
    padding-right: 45px; }
    .header-site.full-header .header-logo {
      margin-left: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer-site {
  margin-bottom: 135px; }
  .footer-site .left-ft-content {
    background-color: #131d29;
    padding: 65px 70px 34px;
    width: 68.5%;
    float: left; }
    .footer-site .left-ft-content .wpcf7-form {
      margin-top: 47px; }
      .footer-site .left-ft-content .wpcf7-form input,
      .footer-site .left-ft-content .wpcf7-form textarea {
        font: 400 12px "Montserrat", sans-serif;
        color: #fff;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        letter-spacing: 1.4px;
        padding: 9px 0 10px;
        outline: none;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        margin-bottom: 28px;
        width: 100%; }
        .footer-site .left-ft-content .wpcf7-form input:focus,
        .footer-site .left-ft-content .wpcf7-form textarea:focus {
          border-bottom-color: #da0d2b; }
        .footer-site .left-ft-content .wpcf7-form input::-webkit-input-placeholder,
        .footer-site .left-ft-content .wpcf7-form textarea::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.1); }
        .footer-site .left-ft-content .wpcf7-form input::-moz-placeholder,
        .footer-site .left-ft-content .wpcf7-form textarea::-moz-placeholder {
          color: rgba(255, 255, 255, 0.1); }
        .footer-site .left-ft-content .wpcf7-form input:-moz-placeholder,
        .footer-site .left-ft-content .wpcf7-form textarea:-moz-placeholder {
          color: rgba(255, 255, 255, 0.1); }
        .footer-site .left-ft-content .wpcf7-form input:-ms-input-placeholder,
        .footer-site .left-ft-content .wpcf7-form textarea:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.1); }
        .footer-site .left-ft-content .wpcf7-form input.wpcf7-not-valid,
        .footer-site .left-ft-content .wpcf7-form textarea.wpcf7-not-valid {
          border-bottom-color: #da0d2b; }
      .footer-site .left-ft-content .wpcf7-form span.wpcf7-not-valid-tip {
        position: relative;
        top: -15px; }
      .footer-site .left-ft-content .wpcf7-form div.wpcf7-validation-errors {
        padding: 0;
        margin: 0;
        border: none;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 14px; }
      .footer-site .left-ft-content .wpcf7-form textarea {
        height: 73px;
        resize: none;
        margin-bottom: 46px; }
      .footer-site .left-ft-content .wpcf7-form label {
        font: 400 12px "Montserrat", sans-serif;
        width: 100%;
        color: rgba(255, 255, 255, 0.4);
        letter-spacing: 0.3px; }
      .footer-site .left-ft-content .wpcf7-form input[type="submit"] {
        width: auto;
        display: inline-block;
        font-size: 11px;
        border: 2px solid rgba(255, 255, 255, 0.4);
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 13px 73px; }
        .footer-site .left-ft-content .wpcf7-form input[type="submit"]:hover {
          background-color: #da0d2b; }
  .footer-site .right-ft-content {
    background-color: #da0d2b;
    padding: 65px 115px 45px 70px;
    width: 31.5%;
    float: left; }
    .footer-site .right-ft-content.full-width-footer {
      width: 100%; }
    .footer-site .right-ft-content .contact-info {
      list-style: none;
      margin-bottom: 64px; }
      .footer-site .right-ft-content .contact-info li {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.1px;
        line-height: 20px;
        margin-bottom: 18px; }
        .footer-site .right-ft-content .contact-info li .fa {
          margin-right: 7px; }
        .footer-site .right-ft-content .contact-info li a {
          font-size: 12px;
          letter-spacing: 0.3px;
          -webkit-transition: color .3s ease-out;
          -o-transition: color .3s ease-out;
          -moz-transition: color .3s ease-out;
          transition: color .3s ease-out; }
          .footer-site .right-ft-content .contact-info li a:hover {
            color: #131d29; }
    .footer-site .right-ft-content .social-content h6 {
      text-transform: uppercase;
      letter-spacing: 1.3px;
      margin-bottom: 25px; }
    .footer-site .right-ft-content .social-content ul {
      list-style: none; }
      .footer-site .right-ft-content .social-content ul li {
        display: inline-block;
        margin-right: 20px; }
        .footer-site .right-ft-content .social-content ul li .fa {
          font-size: 16px; }
        .footer-site .right-ft-content .social-content ul li a:hover {
          color: #131d29 !important;
          -webkit-transition: color .3s ease-out;
          -o-transition: color .3s ease-out;
          -moz-transition: color .3s ease-out;
          transition: color .3s ease-out; }
    .footer-site .right-ft-content .footer-copyright {
      margin-top: 55px; }
      .footer-site .right-ft-content .footer-copyright p {
        font-size: 16px; }
  .footer-site .heading-block.modern .title {
    color: #202020; }
  .footer-site .heading-block.modern h6 {
    color: rgba(32, 32, 32, 0.5); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - HEADING BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.heading-block {
  padding: 50px 0; }
  .heading-block .title {
    font-weight: 900; }
    .heading-block .title.seperator {
      margin-bottom: 40px; }
      .heading-block .title.seperator:after {
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        background-color: #da0d2b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 10px #cc0033;
        -moz-box-shadow: 0 2px 10px #cc0033;
        box-shadow: 0 2px 10px #cc0033;
        position: relative;
        top: 25px; }
  .heading-block.text-center h2.seperator:after,
  .heading-block.text-center h3.seperator:after,
  .heading-block.text-center h4.seperator:after,
  .heading-block.text-center h5.seperator:after,
  .heading-block.text-center h6.seperator:after,
  .heading-block.text-center p.seperator:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .heading-block.text-left h2.seperator:after,
  .heading-block.text-left h3.seperator:after,
  .heading-block.text-left h4.seperator:after,
  .heading-block.text-left h5.seperator:after,
  .heading-block.text-left h6.seperator:after,
  .heading-block.text-left p.seperator:after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .heading-block.text-right h2.seperator:after,
  .heading-block.text-right h3.seperator:after,
  .heading-block.text-right h4.seperator:after,
  .heading-block.text-right h5.seperator:after,
  .heading-block.text-right h6.seperator:after,
  .heading-block.text-right p.seperator:after {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .heading-block h6 {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .heading-block p {
    margin-bottom: 0; }
  .heading-block ul {
    display: inline-block;
    list-style: none; }
    .heading-block ul.seperator-list {
      border-top: 2px solid rgba(255, 255, 255, 0.1);
      border-bottom: 2px solid rgba(255, 255, 255, 0.1);
      padding: 30px 100px 18px 0;
      margin-top: 30px; }
    .heading-block ul li {
      margin-bottom: 18px; }
      .heading-block ul li span {
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        letter-spacing: 1.3px; }
      .heading-block ul li p {
        line-height: 20px;
        letter-spacing: .2px; }
  .heading-block.modern .title {
    font-family: "BebasNeue";
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 3.6px;
    margin-bottom: 13px; }
    .heading-block.modern .title.seperator {
      margin-bottom: 70px; }
  .heading-block.modern h6 {
    margin-bottom: 22px; }
  .heading-block.modern p {
    line-height: 28px; }
  .heading-block.modern .seperator-list {
    margin-top: 32px; }
    .heading-block.modern .seperator-list p {
      line-height: 20px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-banner {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  /** Timer banner **/ }
  .fcampaign-banner .content-banner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /** Info banner **/
    /** coming timer **/ }
    .fcampaign-banner .content-banner .info-banner {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 18px 0;
      margin: 30px 0; }
      .fcampaign-banner .content-banner .info-banner .center-info {
        padding: 0;
        text-align: left;
        margin-left: -15px; }
      .fcampaign-banner .content-banner .info-banner .fa {
        font-size: 16px;
        color: #da0d2b;
        margin-right: 10px; }
      .fcampaign-banner .content-banner .info-banner h6 {
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 0; }
    .fcampaign-banner .content-banner .coming-time {
      height: 150px;
      background-color: #da0d2b;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      margin: 0 5px;
      position: relative; }
      .fcampaign-banner .content-banner .coming-time:before {
        content: '';
        -webkit-box-shadow: 0 30px 50px #cc0033;
        -moz-box-shadow: 0 30px 50px #cc0033;
        box-shadow: 0 30px 50px #cc0033;
        width: 100%;
        height: 100%;
        opacity: .3;
        position: absolute;
        top: 0;
        left: 0; }
      .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper {
        height: 100%; }
        .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper > div {
          display: inline-block;
          height: 100%;
          width: 25%;
          position: relative; }
          .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper > div:after {
            content: ':';
            color: #fff;
            font-family: "Montserrat", sans-serif;
            font-size: 50px;
            position: absolute;
            top: 40%;
            right: 0;
            -webkit-transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            transform: translateY(-40%); }
          .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper > div:last-child:after {
            display: none; }
          .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper > div > div {
            display: none !important; }
          .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper > div > span {
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%; }
        .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper .ClassyCountdown-value > div {
          color: #fff;
          font-family: "Montserrat", sans-serif;
          font-size: 70px; }
        .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper .ClassyCountdown-value > span {
          color: rgba(255, 255, 255, 0.7);
          font-family: "Montserrat", sans-serif;
          font-size: 12px !important;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: block;
          margin-top: 10px; }
  .fcampaign-banner.video .button-play {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fcampaign-banner.timer .content-banner .title {
    margin-bottom: 30px; }
  .fcampaign-banner.timer .content-banner .subtitle {
    margin-bottom: 40px; }
  .fcampaign-banner.default .content-banner .link {
    margin-top: 0; }
    .fcampaign-banner.default .content-banner .link:hover {
      background-color: transparent !important; }
  .fcampaign-banner.default .overlay {
    background-image: -webkit-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: -moz-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: -o-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%); }
  .fcampaign-banner.modern .content-banner {
    text-align: left; }
    .fcampaign-banner.modern .content-banner .title {
      margin-bottom: 20px; }
    .fcampaign-banner.modern .content-banner h6 {
      letter-spacing: 0.5px; }
    .fcampaign-banner.modern .content-banner .banner-info {
      margin-top: 23px;
      margin-bottom: 30px; }
      .fcampaign-banner.modern .content-banner .banner-info .rating {
        margin-right: 12px; }
        .fcampaign-banner.modern .content-banner .banner-info .rating .star {
          margin-right: 2px; }
      .fcampaign-banner.modern .content-banner .banner-info h6 {
        display: inline-block;
        text-transform: uppercase; }
    .fcampaign-banner.modern .content-banner .link {
      margin-top: 22px;
      padding: 18px 32px; }
      .fcampaign-banner.modern .content-banner .link:hover {
        background-color: transparent !important; }
    .fcampaign-banner.modern .content-banner .video-content {
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      height: 380px; }
  .fcampaign-banner.static .overlay {
    background-color: #da0d2b;
    opacity: .9; }
  .fcampaign-banner.static .content-banner {
    text-align: left;
    z-index: 100; }
    .fcampaign-banner.static .content-banner .subtitle {
      font-family: "Montserrat", sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 40px; }
    .fcampaign-banner.static .content-banner .title {
      font-family: "BebasNeue";
      font-size: 70px;
      color: #fff;
      letter-spacing: 5.5px;
      line-height: 70px;
      margin-bottom: 30px; }
    .fcampaign-banner.static .content-banner p {
      font-family: "Libre Baskerville", serif;
      font-size: 16px;
      color: #fff;
      margin-bottom: 12px; }
    .fcampaign-banner.static .content-banner .link {
      font-size: 12px;
      background-color: transparent !important;
      border: 1px solid #fff !important;
      text-transform: uppercase;
      padding: 18px 30px;
      letter-spacing: 1px; }
      .fcampaign-banner.static .content-banner .link:hover {
        background-color: #fff !important;
        color: #da0d2b; }
  .fcampaign-banner.static img.position-right {
    position: absolute;
    bottom: 0;
    right: 10%;
    max-width: 100%;
    display: block;
    height: auto; }

.content-banner {
  top: 54%;
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  -o-transform: translateY(-54%);
  transform: translateY(-54%); }
  .content-banner .title {
    font-size: 60px;
    font-weight: 900;
    line-height: 60px; }
  .content-banner .subtitle {
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 20px; }
  .content-banner .text {
    font-size: 20px;
    line-height: 30px; }
  .content-banner .link {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-color: #da0d2b;
    border: 1px solid #da0d2b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 18px 40px;
    letter-spacing: 0.2px;
    margin-top: 30px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .content-banner .link:hover {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.2);
      color: #fff; }
  .content-banner .rating {
    display: inline-block;
    margin-right: 10px; }
    .content-banner .rating .star {
      font-size: 16px;
      color: #da0d2b;
      margin-right: 1px; }
      .content-banner .rating .star:before {
        font-family: FontAwesome; }
      .content-banner .rating .star.full:before {
        content: '\f005'; }
      .content-banner .rating .star.half:before {
        content: '\f123'; }
      .content-banner .rating .star.empty {
        color: rgba(255, 255, 255, 0.4) !important; }
        .content-banner .rating .star.empty:before {
          content: '\f005'; }

.button-play {
  background-color: #da0d2b;
  border: 1px solid #da0d2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  -moz-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  -o-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  cursor: pointer; }
  .button-play:before {
    display: block;
    content: '';
    border: 12px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-65%, -50%);
    -moz-transform: translate(-65%, -50%);
    -ms-transform: translate(-65%, -50%);
    -o-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%); }

.video_popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  .video_popup.active {
    display: block; }
    .video_popup.active .close-btn {
      display: block;
      position: absolute;
      top: 20px;
      right: 15px;
      z-index: 9999;
      width: 40px;
      height: 40px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .video_popup.active .close-btn:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0.7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .video_popup.active .close-btn:before, .video_popup.active .close-btn:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        background: #da0d2b; }
      .video_popup.active .close-btn:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .video_popup.active .close-btn:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .video_popup .close-btn {
    display: none; }
  .video_popup iframe {
    width: 100%;
    height: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-slider {
  overflow: hidden; }
  .fcampaign-slider .swiper-slide {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    cursor: default; }
    .fcampaign-slider .swiper-slide .overlay {
      background-image: -webkit-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: -moz-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: -o-radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: radial-gradient(circle 1214px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .fcampaign-slider .swiper-slide .content-banner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      .fcampaign-slider .swiper-slide .content-banner .subtitle {
        margin-bottom: 10px; }
      .fcampaign-slider .swiper-slide .content-banner .rating .star {
        margin-right: 2px; }
      .fcampaign-slider .swiper-slide .content-banner .list-info {
        margin-bottom: 30px; }
      .fcampaign-slider .swiper-slide .content-banner .title-rating {
        letter-spacing: 1.3px;
        display: inline-block;
        text-transform: uppercase; }
      .fcampaign-slider .swiper-slide .content-banner .text {
        margin-top: 30px; }
      .fcampaign-slider .swiper-slide .content-banner .link {
        padding: 18px 33px;
        margin-top: 25px;
        position: relative; }
        .fcampaign-slider .swiper-slide .content-banner .link:before {
          content: '';
          -webkit-box-shadow: 0 20px 40px #cc0033;
          -moz-box-shadow: 0 20px 40px #cc0033;
          box-shadow: 0 20px 40px #cc0033;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          width: 100%;
          height: 100%;
          opacity: .3;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all .3s ease-out;
          -o-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .fcampaign-slider .swiper-slide .content-banner .link:hover {
          background-color: transparent !important; }
          .fcampaign-slider .swiper-slide .content-banner .link:hover:before {
            display: none; }
  .fcampaign-slider .pagination.vertical-mode {
    position: absolute;
    right: 14%;
    top: 50%;
    -webkit-transform: translate(14%, -50%);
    -moz-transform: translate(14%, -50%);
    -ms-transform: translate(14%, -50%);
    -o-transform: translate(14%, -50%);
    transform: translate(14%, -50%); }
    .fcampaign-slider .pagination.vertical-mode .swiper-pagination-switch {
      display: block;
      width: 8px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 19px;
      position: relative;
      cursor: pointer; }
      .fcampaign-slider .pagination.vertical-mode .swiper-pagination-switch.swiper-active-switch {
        background-color: #fff; }
        .fcampaign-slider .pagination.vertical-mode .swiper-pagination-switch.swiper-active-switch:before {
          content: '';
          width: 22px;
          height: 22px;
          border: 1px solid #fff;
          display: block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          top: -7px;
          right: -7px;
          position: absolute; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - OVERLAY, BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.add-overlay .overlay {
  background-color: rgba(13, 18, 24, 0.9); }

.add-overlay .vc_column_container {
  z-index: 100; }

.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background-color: #da0d2b;
  border: 1px solid #da0d2b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 14px 38px;
  letter-spacing: 0.2px;
  margin-top: 28px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-right: 30px;
  position: relative; }
  .btn:before {
    content: '';
    -webkit-box-shadow: 0 20px 40px #da0d2b;
    -moz-box-shadow: 0 20px 40px #da0d2b;
    box-shadow: 0 20px 40px #da0d2b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3; }
  .btn:hover {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
    .btn:hover:before {
      display: none; }
  .btn:focus {
    color: #fff; }
  .btn.text-uppercase {
    text-transform: uppercase; }
  .btn.transparent {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2) !important; }
    .btn.transparent:before {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .btn.transparent:hover {
      background-color: #da0d2b !important;
      color: #fff; }
    .btn.transparent.text-uppercase {
      padding: 14px 35px; }
    .btn.transparent.bth-info {
      padding: 14px 30px; }
  .btn.white {
    background-color: #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #da0d2b;
    border-color: #fff;
    padding: 14px 47px; }
    .btn.white:hover {
      background-color: transparent !important;
      color: #fff !important; }
    .btn.white.text-uppercase {
      padding: 14px 55px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - SLIDESHOW */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-slideshow {
  margin-left: -15px;
  margin-right: -15px; }
  .fcampaign-slideshow .swiper-container {
    overflow: hidden; }
  .fcampaign-slideshow .swiper-slide {
    float: left;
    cursor: e-resize;
    padding: 0 15px; }
  .fcampaign-slideshow .content-slideshow {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .fcampaign-slideshow .content-slideshow .hover-overlay {
      background-color: #131d29;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 50px 80px 50px 50px;
      -webkit-transition: background-color .3s ease-out;
      -o-transition: background-color .3s ease-out;
      -moz-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out;
      position: relative; }
      .fcampaign-slideshow .content-slideshow .hover-overlay:hover {
        background-color: rgba(218, 13, 43, 0.9); }
        .fcampaign-slideshow .content-slideshow .hover-overlay:hover:before {
          content: '';
          -webkit-box-shadow: 0 30px 50px #cc0033;
          -moz-box-shadow: 0 30px 50px #cc0033;
          box-shadow: 0 30px 50px #cc0033;
          opacity: .3;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    .fcampaign-slideshow .content-slideshow .title {
      font-weight: 900;
      line-height: 38px;
      margin-bottom: 11px; }
    .fcampaign-slideshow .content-slideshow .subtitle {
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 20px; }
    .fcampaign-slideshow .content-slideshow .list-info {
      list-style: none;
      margin-bottom: 42px; }
      .fcampaign-slideshow .content-slideshow .list-info li {
        font-family: "Crimson Text", serif;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 14px; }
        .fcampaign-slideshow .content-slideshow .list-info li .fa {
          font-size: 12px;
          margin-right: 7px; }
    .fcampaign-slideshow .content-slideshow .link {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      border: 2px solid rgba(255, 255, 255, 0.4);
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      padding: 14px 37px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      z-index: 9999;
      position: relative;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .fcampaign-slideshow .content-slideshow .link:hover {
        background-color: #fff;
        color: #da0d2b; }
  .fcampaign-slideshow .pagination {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px; }
    .fcampaign-slideshow .pagination .swiper-pagination-switch {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      width: 30px;
      height: 3px; }
      .fcampaign-slideshow .pagination .swiper-pagination-switch.swiper-active-switch {
        background-color: #da0d2b;
        -webkit-box-shadow: 0 5px 15px #da0d2b;
        -moz-box-shadow: 0 5px 15px #da0d2b;
        box-shadow: 0 5px 15px #da0d2b; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - 404 PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-error {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh; }
  .fcampaign-error .overlay {
    background-color: rgba(0, 0, 0, 0.6); }
  .fcampaign-error .error-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .fcampaign-error .error-content h1 {
      font-size: 100px;
      text-transform: uppercase; }
    .fcampaign-error .error-content .btn:hover {
      border-color: #fff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.team-container .team-item {
  height: 370px;
  position: relative;
  margin-bottom: 30px; }
  .team-container .team-item .img-wrapp {
    display: block;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: relative; }
  .team-container .team-item .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .team-container .team-item .content-team {
    position: absolute;
    bottom: 10px;
    left: 45px;
    max-width: 200px;
    -webkit-transition: bottom .3s ease-out;
    -o-transition: bottom .3s ease-out;
    -moz-transition: bottom .3s ease-out;
    transition: bottom .3s ease-out; }
    .team-container .team-item .content-team.slide {
      bottom: -24px; }
    .team-container .team-item .content-team h3 {
      font-weight: 900;
      line-height: 38px;
      max-width: 150px;
      margin-bottom: 10px; }
    .team-container .team-item .content-team .social-icons {
      list-style: none;
      text-align: center;
      margin-bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .team-container .team-item .content-team .social-icons li {
        float: left;
        background-color: #da0d2b;
        width: 44px;
        height: 40px;
        line-height: 46px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .team-container .team-item .content-team .social-icons li:hover {
          opacity: .9; }
        .team-container .team-item .content-team .social-icons li a {
          color: #fff;
          font-size: 16px;
          width: 100%;
          height: 100%; }
  .team-container .team-item .wrapp-team-content {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .team-container .team-item:hover .overlay {
    opacity: 1; }
  .team-container .team-item:hover .content-team.slide {
    bottom: 30px; }
    .team-container .team-item:hover .content-team.slide .social-icons {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.load-btn {
  color: #fff;
  padding: 14px 30px;
  margin-right: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-testimonials {
  overflow: hidden;
  text-align: center; }
  .fcampaign-testimonials .swiper-slide {
    float: left;
    cursor: e-resize; }
    .fcampaign-testimonials .swiper-slide h5 {
      margin-bottom: 18px; }
    .fcampaign-testimonials .swiper-slide p {
      font-style: italic;
      max-width: 1000px;
      margin: auto; }
    .fcampaign-testimonials .swiper-slide .rating-content {
      margin-top: 15px; }
      .fcampaign-testimonials .swiper-slide .rating-content h6 {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1.2px; }
      .fcampaign-testimonials .swiper-slide .rating-content .fa {
        color: #da0d2b;
        margin: 0 5px; }
  .fcampaign-testimonials.modern .swiper-slide h5 {
    font-family: "BebasNeue";
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .fcampaign-testimonials.modern .swiper-slide p {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    font-style: inherit;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    max-width: 990px; }
  .fcampaign-testimonials.modern .swiper-slide .rating-content {
    margin-top: 50px; }
  .fcampaign-testimonials .pagination {
    margin-top: 35px; }
    .fcampaign-testimonials .pagination .swiper-pagination-switch {
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      width: 30px;
      height: 3px; }
      .fcampaign-testimonials .pagination .swiper-pagination-switch.swiper-active-switch {
        background-color: #da0d2b;
        -webkit-box-shadow: 0 5px 15px #da0d2b;
        -moz-box-shadow: 0 5px 15px #da0d2b;
        box-shadow: 0 5px 15px #da0d2b; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CLIENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-clients.default .clients-item {
  width: 20%;
  height: 100px;
  line-height: 100px;
  float: left;
  text-align: center;
  margin-bottom: 30px; }
  .fcampaign-clients.default .clients-item img {
    opacity: .5;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  .fcampaign-clients.default .clients-item:hover img {
    opacity: 1; }
  .fcampaign-clients.default .clients-item:first-child {
    text-align: left; }
  .fcampaign-clients.default .clients-item:last-child {
    margin-right: 0;
    text-align: right; }

.fcampaign-clients.default.small-space {
  margin-top: 48px; }
  .fcampaign-clients.default.small-space .clients-item {
    width: 16%;
    height: 60px;
    line-height: 60px;
    text-align: left; }

.fcampaign-clients.modern .clients-item {
  float: left;
  width: 25%;
  height: 300px;
  position: relative; }
  .fcampaign-clients.modern .clients-item img {
    opacity: .3;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  .fcampaign-clients.modern .clients-item:before {
    content: '';
    background-image: url("../img/clients-seperator.png");
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
  .fcampaign-clients.modern .clients-item a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fcampaign-clients.modern .clients-item:nth-child(4n):after {
    content: '';
    background-image: url("../img/clients-seperator.png");
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0; }
  .fcampaign-clients.modern .clients-item:hover img {
    opacity: 1; }

.fcampaign-clients.modern .seperator-clients {
  width: 100%;
  height: 6px; }
  .fcampaign-clients.modern .seperator-clients span {
    float: left;
    width: 25%;
    height: 100%;
    position: relative; }
    .fcampaign-clients.modern .seperator-clients span:before {
      content: '';
      background-image: url("../img/clients-seperator.png");
      width: 6px;
      height: 6px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
    .fcampaign-clients.modern .seperator-clients span:last-child:after {
      content: '';
      background-image: url("../img/clients-seperator.png");
      width: 6px;
      height: 6px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - PORTFOLIO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-portfolio {
  background-color: #131d29;
  /* Filters portfolio */
  /* Items portfolio */ }
  .fcampaign-portfolio .wrapp-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 27px 0; }
    .fcampaign-portfolio .wrapp-button .btn-portfolio {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      .fcampaign-portfolio .wrapp-button .btn-portfolio .fa {
        font-size: 16px;
        margin-right: 10px; }
  .fcampaign-portfolio.add-space {
    padding-left: 15px;
    padding-right: 15px; }
  .fcampaign-portfolio .heading-block {
    padding-top: 60px;
    padding-bottom: 0; }
  .fcampaign-portfolio .filters {
    margin-top: 90px; }
    .fcampaign-portfolio .filters li {
      display: inline-block;
      list-style: none;
      padding-bottom: 7px;
      padding-right: 36px;
      margin-right: -4px;
      border-bottom: 3px solid rgba(255, 255, 255, 0.1); }
      .fcampaign-portfolio .filters li:last-child {
        padding-right: 0; }
      .fcampaign-portfolio .filters li span {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        cursor: pointer;
        text-transform: capitalize;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        padding-bottom: 12px; }
        .fcampaign-portfolio .filters li span.activbut {
          border-bottom: 3px solid #da0d2b;
          position: relative; }
          .fcampaign-portfolio .filters li span.activbut:after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 3px;
            display: block;
            -webkit-box-shadow: 0 5px 15px #da0d2b;
            -moz-box-shadow: 0 5px 15px #da0d2b;
            box-shadow: 0 5px 15px #da0d2b; }
        .fcampaign-portfolio .filters li span:hover {
          color: #fff; }
  .fcampaign-portfolio .portfolio-list {
    margin-top: 40px; }
    .fcampaign-portfolio .portfolio-list .item {
      float: left;
      padding: 15px;
      cursor: pointer;
      position: relative; }
      .fcampaign-portfolio .portfolio-list .item .img-wrapp {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 100%; }
      .fcampaign-portfolio .portfolio-list .item .overlay {
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .fcampaign-portfolio .portfolio-list .item .content-item {
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .fcampaign-portfolio .portfolio-list .item:hover .overlay,
      .fcampaign-portfolio .portfolio-list .item:hover .content-item {
        opacity: 1;
        visibility: visible; }
      .fcampaign-portfolio .portfolio-list .item.col-md-3 {
        height: 300px; }
      .fcampaign-portfolio .portfolio-list .item.col-md-4 {
        height: 400px; }
      .fcampaign-portfolio .portfolio-list .item.col-md-6 {
        height: 550px; }
      .fcampaign-portfolio .portfolio-list .item.no-padd {
        padding: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - LATEST NEWS, BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.not-empty-header {
  margin-top: 150px; }

.empty-header {
  margin-top: -85px; }

/* Blog banner */
.blog-banner {
  height: 450px;
  position: relative; }
  .blog-banner:before {
    content: '';
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 140px;
    width: 100%; }
  .blog-banner .wrapp-img {
    background-position: top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    opacity: .1; }
  .blog-banner .heading-block {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 100%; }

/* Blog post list */
.fcampaign-blog {
  margin-bottom: 90px;
  /* Pagination blog */ }
  .fcampaign-blog .post-item {
    background-color: #131d29;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 60px;
    position: relative; }
    .fcampaign-blog .post-item.sticky:after {
      position: absolute;
      top: 20px;
      left: 20px;
      font-family: FontAwesome;
      content: '\f08d';
      color: #fff;
      font-size: 20px;
      -webkit-transform: rotate(325deg);
      -moz-transform: rotate(325deg);
      -ms-transform: rotate(325deg);
      -o-transform: rotate(325deg);
      transform: rotate(325deg);
      z-index: 5; }
    .fcampaign-blog .post-item .wrapp-img {
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      border-top-right-radius: 5px;
      height: 200px;
      width: 100%; }
    .fcampaign-blog .post-item .content-post {
      padding: 39px 50px 25px;
      position: relative;
      z-index: 200; }
      .fcampaign-blog .post-item .content-post .fa {
        color: #fff;
        display: inline-block;
        margin-right: 10px; }
      .fcampaign-blog .post-item .content-post h5 {
        line-height: 28px;
        margin-bottom: 12px; }
      .fcampaign-blog .post-item .content-post .text-excerpt,
      .fcampaign-blog .post-item .content-post p {
        font-size: 16px;
        line-height: 26px;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 34px; }
      .fcampaign-blog .post-item .content-post .list-info {
        list-style: none; }
        .fcampaign-blog .post-item .content-post .list-info li {
          float: left;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          width: 60%; }
          .fcampaign-blog .post-item .content-post .list-info li .fa {
            margin-right: 7px; }
          .fcampaign-blog .post-item .content-post .list-info li:first-child a {
            color: rgba(255, 255, 255, 0.4);
            -webkit-transition: color .3s ease-out;
            -o-transition: color .3s ease-out;
            -moz-transition: color .3s ease-out;
            transition: color .3s ease-out; }
          .fcampaign-blog .post-item .content-post .list-info li:last-child {
            text-align: right;
            width: 40%; }
            .fcampaign-blog .post-item .content-post .list-info li:last-child .fa {
              font-size: 16px; }
    .fcampaign-blog .post-item:hover {
      background-color: #da0d2b; }
      .fcampaign-blog .post-item:hover:before {
        content: '';
        -webkit-box-shadow: 0 30px 50px #da0d2b;
        -moz-box-shadow: 0 30px 50px #da0d2b;
        box-shadow: 0 30px 50px #da0d2b;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: .3; }
      .fcampaign-blog .post-item:hover .list-info li:first-child a {
        color: #fff; }
    .fcampaign-blog .post-item.twitter-news {
      min-height: 255px; }
      .fcampaign-blog .post-item.twitter-news .content-post {
        padding: 43px 48px; }
        .fcampaign-blog .post-item.twitter-news .content-post .fa {
          font-size: 16px;
          margin-right: 7px; }
        .fcampaign-blog .post-item.twitter-news .content-post h6 {
          display: inline-block;
          text-transform: uppercase;
          letter-spacing: 0.8px;
          margin-bottom: 18px; }
        .fcampaign-blog .post-item.twitter-news .content-post p {
          line-height: 24px;
          margin-bottom: 36px; }
  .fcampaign-blog .col-md-4 .post-item.sticky:after {
    top: 10px;
    left: 10px; }
  .fcampaign-blog .col-md-4 .post-item .content-post {
    padding: 40px 50px 25px; }
  .fcampaign-blog.masonry-news .post-item {
    margin-bottom: 30px; }
  .fcampaign-blog .pagination-wrap {
    clear: both;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .fcampaign-blog .pagination-wrap .page-numbers {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      border-bottom: 3px solid rgba(255, 255, 255, 0.1);
      float: left;
      padding: 0 10px 13px 13px;
      position: relative; }
      .fcampaign-blog .pagination-wrap .page-numbers.current {
        color: #fff;
        border-bottom-color: #da0d2b; }
        .fcampaign-blog .pagination-wrap .page-numbers.current:after {
          content: '';
          -webkit-box-shadow: 0 5px 15px #da0d2b;
          -moz-box-shadow: 0 5px 15px #da0d2b;
          box-shadow: 0 5px 15px #da0d2b;
          display: block;
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 3px; }
      .fcampaign-blog .pagination-wrap .page-numbers.prev {
        padding-left: 0;
        padding-right: 27px; }
      .fcampaign-blog .pagination-wrap .page-numbers.next {
        padding-right: 0;
        padding-left: 27px; }
  .fcampaign-blog.light .post-item {
    background-color: #f2f2f2; }
    .fcampaign-blog.light .post-item .content-post h5 {
      font-family: "BebasNeue";
      font-size: 24px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .fcampaign-blog.light .post-item .content-post h5 a {
        color: #202020; }
    .fcampaign-blog.light .post-item .content-post .fa,
    .fcampaign-blog.light .post-item .content-post h6 {
      color: #202020; }
    .fcampaign-blog.light .post-item .content-post p {
      font-family: "Libre Baskerville", serif;
      font-size: 14px;
      color: rgba(32, 32, 32, 0.8); }
    .fcampaign-blog.light .post-item .content-post .list-info li {
      color: rgba(32, 32, 32, 0.4); }
      .fcampaign-blog.light .post-item .content-post .list-info li .fa {
        color: rgba(32, 32, 32, 0.4); }
      .fcampaign-blog.light .post-item .content-post .list-info li:last-child {
        color: #202020; }
        .fcampaign-blog.light .post-item .content-post .list-info li:last-child .fa {
          color: #f75757; }
    .fcampaign-blog.light .post-item:hover {
      background-color: #da0d2b; }
      .fcampaign-blog.light .post-item:hover .content-post h5 a,
      .fcampaign-blog.light .post-item:hover .content-post h6,
      .fcampaign-blog.light .post-item:hover .content-post .fa {
        color: #fff; }
      .fcampaign-blog.light .post-item:hover .content-post p {
        color: rgba(255, 255, 255, 0.8); }
      .fcampaign-blog.light .post-item:hover .content-post .list-info li {
        color: rgba(255, 255, 255, 0.4); }
        .fcampaign-blog.light .post-item:hover .content-post .list-info li .fa {
          color: rgba(255, 255, 255, 0.4); }
        .fcampaign-blog.light .post-item:hover .content-post .list-info li:last-child {
          color: #fff !important; }
          .fcampaign-blog.light .post-item:hover .content-post .list-info li:last-child .fa {
            color: #fff !important; }

.default-blog .fcampaign-blog .post-item .wrapp-img {
  background: none !important;
  height: inherit; }
  .default-blog .fcampaign-blog .post-item .wrapp-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block !important; }

.default-blog .blog-sidebar-section .post img {
  margin-bottom: 20px; }

.default-blog .blog-sidebar-section .post .date-post {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  margin-top: 27px; }

.default-blog .blog-sidebar-section .post .title {
  font-weight: 900;
  line-height: 46px;
  word-wrap: break-word;
  margin: 30px 0; }

.default-blog .footer-site {
  margin-top: 50px; }
  .default-blog .footer-site .right-ft-content {
    padding: 0;
    text-align: center; }
    .default-blog .footer-site .right-ft-content .footer-copyright {
      margin-top: 30px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - BEST WORKS, SEASONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-works {
  margin-left: -15px;
  margin-right: -15px; }
  .fcampaign-works .item {
    margin-bottom: 45px; }
    .fcampaign-works .item .img-wrapp {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 400px;
      position: relative; }
      .fcampaign-works .item .img-wrapp .overlay {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .fcampaign-works .item .img-wrapp:hover .overlay {
        opacity: 1;
        visibility: visible; }
    .fcampaign-works .item .content-item {
      margin-top: 25px; }
      .fcampaign-works .item .content-item .title {
        font-family: "BebasNeue";
        font-size: 24px;
        color: #202020;
        letter-spacing: 2px;
        margin-bottom: 14px; }
      .fcampaign-works .item .content-item .category-list {
        font-family: "Libre Baskerville", serif;
        font-size: 12px;
        color: rgba(32, 32, 32, 0.5);
        text-transform: capitalize; }
      .fcampaign-works .item .content-item .rating-star {
        margin-top: 13px; }
        .fcampaign-works .item .content-item .rating-star .star {
          letter-spacing: -2.5px; }
          .fcampaign-works .item .content-item .rating-star .star:before {
            font-family: FontAwesome;
            font-size: 12px;
            color: #ef630e; }
          .fcampaign-works .item .content-item .rating-star .star.full:before {
            content: '\f005'; }
          .fcampaign-works .item .content-item .rating-star .star.empty:before {
            content: '\f005';
            color: #e6e6e6; }
          .fcampaign-works .item .content-item .rating-star .star.half:before {
            content: '\f123'; }
        .fcampaign-works .item .content-item .rating-star h6 {
          display: inline-block;
          color: #202020;
          letter-spacing: 1.3px;
          margin-left: 4px; }
  .fcampaign-works .load-btn {
    margin-bottom: 80px;
    margin-top: 0;
    padding: 14px 40px;
    text-transform: uppercase; }
    .fcampaign-works .load-btn:hover {
      color: #da0d2b;
      background-color: transparent !important;
      border-color: #da0d2b; }
  .fcampaign-works.light .item .content-item .title {
    color: #fff; }
  .fcampaign-works.light .item .content-item .category-list {
    color: rgba(255, 255, 255, 0.5); }
  .fcampaign-works.light .item .content-item .rating-star h6 {
    color: #fff; }

.fcampaign-seasons .item {
  margin-bottom: 43px; }
  .fcampaign-seasons .item .img-wrapp {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 400px; }
  .fcampaign-seasons .item .content-item {
    margin-top: 27px; }
    .fcampaign-seasons .item .content-item .title {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #fff;
      letter-spacing: 0.2px;
      margin-bottom: 14px; }
    .fcampaign-seasons .item .content-item .rating-star {
      margin-top: -3px; }
      .fcampaign-seasons .item .content-item .rating-star .star {
        letter-spacing: -2.5px; }
        .fcampaign-seasons .item .content-item .rating-star .star:before {
          font-family: FontAwesome;
          font-size: 12px;
          color: #da0d2b; }
        .fcampaign-seasons .item .content-item .rating-star .star.full:before {
          content: '\f005'; }
        .fcampaign-seasons .item .content-item .rating-star .star.empty:before {
          content: '\f005';
          color: #4c5259; }
        .fcampaign-seasons .item .content-item .rating-star .star.half:before {
          content: '\f123'; }
      .fcampaign-seasons .item .content-item .rating-star h6 {
        display: inline-block;
        letter-spacing: 1.3px;
        margin-left: 4px; }

.fcampaign-seasons .flex-wrapp {
  padding-bottom: 105px; }

.fcampaign-seasons:before, .fcampaign-seasons:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%; }

.fcampaign-seasons:before {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  top: 140px; }

.fcampaign-seasons:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.fcampaign-seasons.hide-seperator:before, .fcampaign-seasons.hide-seperator:after {
  display: none; }

.category-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 140px 0 90px;
  padding-bottom: 80px; }
  .category-content .heading-block {
    padding: 60px 0 45px; }
  .category-content .item {
    margin-bottom: 56px; }
    .category-content .item .wrapp-img {
      display: block;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      height: 180px;
      position: relative; }
      .category-content .item .wrapp-img .overlay {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .category-content .item .wrapp-img .button-play {
        opacity: 0;
        visibility: hidden;
        width: 60px;
        height: 60px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
        .category-content .item .wrapp-img .button-play:before {
          border: 8px solid transparent;
          border-left: 14px solid #fff; }
      .category-content .item .wrapp-img:hover .overlay,
      .category-content .item .wrapp-img:hover .button-play {
        opacity: 1;
        visibility: visible; }
    .category-content .item .content-item {
      margin-top: 27px; }
      .category-content .item .content-item a {
        display: inline-block; }
      .category-content .item .content-item span {
        display: block;
        font-family: "Crimson Text", serif;
        font-size: 16px;
        color: rgba(254, 254, 254, 0.3); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - WORKS POST, SEASONS POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.single-works {
  background-color: #0d1218; }

.bg-post {
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1; }

.portfolio,
.works,
.seasons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 107px;
  margin-bottom: 107px;
  padding-top: 142px;
  padding-bottom: 142px;
  /* Wrapp img */ }
  .portfolio .wrapp-img,
  .works .wrapp-img,
  .seasons .wrapp-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    height: 450px;
    margin-right: 70px; }
  .portfolio .category-list,
  .works .category-list,
  .seasons .category-list {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 45px;
    letter-spacing: 1.7px;
    text-transform: uppercase; }
    .portfolio .category-list a,
    .works .category-list a,
    .seasons .category-list a {
      display: inline-block;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 1.7px;
      text-transform: uppercase;
      margin-bottom: 17px; }
  .portfolio .title,
  .works .title,
  .seasons .title {
    font-weight: 900;
    margin-bottom: 75px; }
    .portfolio .title:after,
    .works .title:after,
    .seasons .title:after {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      background-color: #da0d2b;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 10px #cc0033;
      -moz-box-shadow: 0 2px 10px #cc0033;
      box-shadow: 0 2px 10px #cc0033;
      position: relative;
      top: 25px; }

.seasons {
  margin-top: 140px;
  margin-bottom: 90px;
  padding-top: 140px;
  padding-bottom: 123px; }
  .seasons .wrapp-img {
    position: relative; }
    .seasons .wrapp-img .button-play {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.recent-posts {
  margin-top: 100px;
  /* Recent item */ }
  .recent-posts h6 {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.5px; }
  .recent-posts .recent-item {
    float: left;
    width: 15.2%;
    margin-right: 20px; }
    .recent-posts .recent-item:last-child {
      margin-right: 0; }
    .recent-posts .recent-item .wrapp-img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
      height: 117px;
      margin-right: 0; }
      .recent-posts .recent-item .wrapp-img .overlay {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .recent-posts .recent-item .wrapp-img:hover .overlay {
        opacity: 1;
        visibility: visible; }
    .recent-posts .recent-item .recent-content {
      margin-top: 17px; }
      .recent-posts .recent-item .recent-content a {
        display: inline-block; }
    .recent-posts .recent-item .seasons {
      margin: 0;
      padding: 0;
      border: 0; }

/* Blog post */
.banner-post {
  position: relative; }
  .banner-post:before {
    content: '';
    background-image: -webkit-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: -moz-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: -o-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    background-image: radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: .7; }
  .banner-post .wrapp-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
    opacity: .7;
    position: relative; }
    .banner-post .wrapp-img:before {
      content: '';
      background-image: -webkit-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: -moz-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: -o-radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      background-image: radial-gradient(circle 1200px at center, transparent 0%, rgba(13, 18, 24, 0.36) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      opacity: .7; }
  .banner-post .heading-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .banner-post .heading-block h6 {
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 1.4px;
      margin-bottom: 25px; }
    .banner-post .heading-block .title {
      max-width: 600px;
      margin: auto;
      line-height: 46px;
      word-wrap: break-word; }
  .banner-post.not-empty-banner {
    margin-top: 100px; }
    .banner-post.not-empty-banner .heading-block {
      position: static;
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      text-align: left;
      padding-bottom: 0; }
      .banner-post.not-empty-banner .heading-block .title {
        max-width: inherit; }

.page .blog-sidebar-section.not-empty-banner {
  margin-top: 70px; }

.blog-inner-text p {
  color: rgba(255, 255, 255, 0.8); }

.blog-inner-text h1, .blog-inner-text h2, .blog-inner-text h3, .blog-inner-text h4, .blog-inner-text h5, .blog-inner-text h6 {
  margin-bottom: 18px; }

.info-post {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-top: 53px; }
  .info-post ul {
    list-style: none;
    margin-bottom: 0; }
  .info-post li {
    float: left;
    width: 50%; }
    .info-post li .author {
      display: block;
      color: rgba(255, 255, 255, 0.4);
      font-family: "Crimson Text", serif;
      font-size: 20px;
      font-style: italic; }
      .info-post li .author:before {
        content: '\00A9';
        margin-right: 5px; }
    .info-post li h6 {
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0;
      margin-top: 27px; }
    .info-post li p {
      color: rgba(255, 255, 255, 0.4);
      font-style: italic;
      margin-bottom: 0; }
    .info-post li.position-author h6 {
      margin-top: 0; }

.list-category {
  list-style: none; }
  .list-category li {
    color: rgba(255, 255, 255, 0.5); }
    .list-category li a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 25px;
      word-wrap: break-word;
      -webkit-transition: color .3s ease-out;
      -o-transition: color .3s ease-out;
      -moz-transition: color .3s ease-out;
      transition: color .3s ease-out;
      margin-right: 5px; }
      .list-category li a:hover {
        color: #fff; }

.pagination-post {
  margin-top: 20px;
  color: #da0d2b; }
  .pagination-post a:hover {
    color: #da0d2b; }

/* Comment post */
.comments {
  margin-bottom: 105px; }
  .comments h2.title-comment {
    margin-top: 127px;
    font-weight: 900; }
  .comments .fcampaign-comments-list {
    margin-top: 55px; }
    .comments .fcampaign-comments-list a:hover {
      color: #da0d2b;
      -webkit-transition: color .3s ease-out;
      -o-transition: color .3s ease-out;
      -moz-transition: color .3s ease-out;
      transition: color .3s ease-out; }
    .comments .fcampaign-comments-list ul {
      list-style: none; }
      .comments .fcampaign-comments-list ul .comment {
        margin-bottom: 48px; }
        .comments .fcampaign-comments-list ul .comment .comm-block {
          margin-bottom: 16px; }
          .comments .fcampaign-comments-list ul .comment .comm-block .comm-img {
            float: left;
            margin-right: 3%; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-img img {
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px;
              -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
              -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
              box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); }
          .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt {
            float: left;
            width: 83%; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info {
              padding-left: 0;
              margin-bottom: 8px;
              list-style: none; }
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info h5 {
                line-height: 18px;
                letter-spacing: 0.3px; }
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info h5, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info h6 {
                margin-bottom: 0; }
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info li {
                width: 50%;
                float: left; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h1, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h2, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h3, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h4, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h5, .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt h6 {
              margin-bottom: 18px; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ul,
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ol {
              margin-bottom: 15px; }
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ul ul,
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ul ol,
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ol ul,
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ol ol {
                margin-bottom: 0; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt ul {
              list-style: square; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt p {
              font-family: "Montserrat", sans-serif;
              font-size: 14px;
              color: rgba(255, 255, 255, 0.7);
              letter-spacing: 0.3px;
              line-height: 22px;
              margin-bottom: 10px; }
            .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comment-reply-link {
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              text-transform: uppercase;
              letter-spacing: 0.7px;
              margin-left: 3px; }
              .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comment-reply-link:before {
                content: '\f112';
                font-family: FontAwesome;
                font-size: 16px;
                color: #da0d2b;
                margin-right: 10px; }
        .comments .fcampaign-comments-list ul .comment .children {
          padding-left: 70px; }
          .comments .fcampaign-comments-list ul .comment .children .comm-img {
            width: 16.5%;
            margin-right: 3.5%; }
          .comments .fcampaign-comments-list ul .comment .children .comm-txt {
            width: 80%; }
            .comments .fcampaign-comments-list ul .comment .children .comm-txt .comment-reply-link {
              margin-left: 0; }

/* Comment form */
.comment-post-form {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 65px 40px 40px 70px;
  margin-top: 60px;
  margin-right: 10px; }
  .comment-post-form .fcampaign-comments-form-title {
    margin-bottom: 45px; }

.comment-respond:before, .comment-respond:after {
  content: "";
  display: table; }

.comment-respond:after {
  clear: both; }

.comment-respond input,
.comment-respond textarea {
  font: 400 12px "Montserrat", sans-serif;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 9px 0 10px;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-bottom: 28px;
  width: 100%; }
  .comment-respond input:focus,
  .comment-respond textarea:focus {
    border-bottom-color: #da0d2b; }
  .comment-respond input::-webkit-input-placeholder,
  .comment-respond textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1); }
  .comment-respond input::-moz-placeholder,
  .comment-respond textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1); }
  .comment-respond input:-moz-placeholder,
  .comment-respond textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.1); }
  .comment-respond input:-ms-input-placeholder,
  .comment-respond textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.1); }

.comment-respond textarea {
  height: 70px;
  resize: none; }

.comment-respond input[type="submit"] {
  width: auto;
  display: inline-block;
  font-size: 11px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 73px;
  margin-top: 18px; }
  .comment-respond input[type="submit"]:hover {
    background-color: #da0d2b; }

.comment-respond label {
  font: 400 12px "Montserrat", sans-serif;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.3px; }

/* Sidebar widget */
.sidebar {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 28px 30px 28px 35px;
  /* Post social icons */ }
  .sidebar .fcampaign-title-w {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 13px;
    margin-bottom: 15px; }
  .sidebar .fcampaign-widget {
    margin-bottom: 57px;
    /* Search widget */
    /* Category widget */
    /* Latest post */
    /* Archive widget */
    /* Widget calendar */
    /* Widget pages */
    /* Recent post */
    /* Widget RSS */
    /* Widget text */
    /* Widget Tags */
    /* Widget nav menu */ }
    .sidebar .fcampaign-widget ul {
      list-style: none; }
    .sidebar .fcampaign-widget a:hover {
      color: #d3d3d3; }
    .sidebar .fcampaign-widget select {
      outline: none; }
    .sidebar .fcampaign-widget.widget_search {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .sidebar .fcampaign-widget.widget_search .search-form {
        position: relative; }
        .sidebar .fcampaign-widget.widget_search .search-form:after {
          content: '\f002';
          font-family: FontAwesome;
          color: #fff;
          font-size: 16px;
          position: absolute;
          top: 17px;
          right: 33px; }
        .sidebar .fcampaign-widget.widget_search .search-form label {
          width: 100%; }
        .sidebar .fcampaign-widget.widget_search .search-form .search-field {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
          background-color: rgba(255, 255, 255, 0.2);
          border: none;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          padding: 17px 22px;
          width: 100%;
          outline: none; }
          .sidebar .fcampaign-widget.widget_search .search-form .search-field::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.5); }
          .sidebar .fcampaign-widget.widget_search .search-form .search-field::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5); }
          .sidebar .fcampaign-widget.widget_search .search-form .search-field:-moz-placeholder {
            color: rgba(255, 255, 255, 0.5); }
          .sidebar .fcampaign-widget.widget_search .search-form .search-field:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.5); }
        .sidebar .fcampaign-widget.widget_search .search-form .search-submit {
          background-color: #da0d2b;
          border: none;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
          color: transparent;
          padding: 10px 18px;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          -webkit-transition: background-color .3s ease-out;
          -o-transition: background-color .3s ease-out;
          -moz-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out; }
          .sidebar .fcampaign-widget.widget_search .search-form .search-submit:hover {
            background-color: rgba(218, 13, 43, 0.8); }
    .sidebar .fcampaign-widget.widget_categories li {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      color: rgba(151, 151, 151, 0.7);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      -webkit-transition: color .3s ease-out;
      -o-transition: color .3s ease-out;
      -moz-transition: color .3s ease-out;
      transition: color .3s ease-out; }
      .sidebar .fcampaign-widget.widget_categories li a {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: color .3s ease-out;
        -o-transition: color .3s ease-out;
        -moz-transition: color .3s ease-out;
        transition: color .3s ease-out; }
      .sidebar .fcampaign-widget.widget_categories li:hover {
        color: #fff; }
        .sidebar .fcampaign-widget.widget_categories li:hover a {
          color: #fff; }
    .sidebar .fcampaign-widget.widget_categories select {
      background: transparent;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #fff;
      padding: 8px;
      width: 100%; }
      .sidebar .fcampaign-widget.widget_categories select option {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-size: 14px; }
    .sidebar .fcampaign-widget.widget_latest_posts li {
      margin-bottom: 20px; }
    .sidebar .fcampaign-widget.widget_latest_posts .img {
      display: inline-block;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      float: left;
      width: 125px;
      height: 85px;
      margin-right: 20px; }
    .sidebar .fcampaign-widget.widget_latest_posts .link {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #fff;
      line-height: 18px; }
    .sidebar .fcampaign-widget.widget_latest_posts .time {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      margin-top: 8px; }
      .sidebar .fcampaign-widget.widget_latest_posts .time .fa {
        margin-right: 10px; }
    .sidebar .fcampaign-widget.widget_archive li a {
      color: rgba(255, 255, 255, 0.7); }
      .sidebar .fcampaign-widget.widget_archive li a:hover {
        color: #fff; }
    .sidebar .fcampaign-widget.widget_archive select {
      background: transparent;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #fff;
      padding: 8px;
      width: 100%; }
      .sidebar .fcampaign-widget.widget_archive select option {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-size: 14px; }
    .sidebar .fcampaign-widget.widget_calendar table {
      border-color: rgba(240, 242, 247, 0.2); }
      .sidebar .fcampaign-widget.widget_calendar table caption {
        border: 1px solid rgba(240, 242, 247, 0.2);
        border-bottom: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #fff;
        padding: 10px; }
      .sidebar .fcampaign-widget.widget_calendar table tfoot td {
        padding: 10px; }
      .sidebar .fcampaign-widget.widget_calendar table a {
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
    .sidebar .fcampaign-widget.widget_pages li a {
      color: rgba(255, 255, 255, 0.7); }
      .sidebar .fcampaign-widget.widget_pages li a:hover {
        color: #fff; }
    .sidebar .fcampaign-widget.widget_recent_comments li {
      margin-bottom: 15px; }
      .sidebar .fcampaign-widget.widget_recent_comments li span {
        color: rgba(255, 255, 255, 0.5); }
    .sidebar .fcampaign-widget.widget_rss .rsswidget {
      display: inline-block; }
    .sidebar .fcampaign-widget.widget_rss li {
      margin-bottom: 15px; }
    .sidebar .fcampaign-widget.widget_rss .rss-date {
      margin-left: 10px; }
    .sidebar .fcampaign-widget.widget_rss .rss-date,
    .sidebar .fcampaign-widget.widget_rss cite {
      color: rgba(255, 255, 255, 0.5);
      font-style: italic; }
    .sidebar .fcampaign-widget.widget_text strong {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      margin-bottom: 10px; }
    .sidebar .fcampaign-widget.widget_text p {
      margin-bottom: 0; }
    .sidebar .fcampaign-widget.widget_text .wp-caption-text {
      padding: 10px 5px; }
    .sidebar .fcampaign-widget.widget_text select {
      background: transparent;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #fff;
      padding: 8px;
      width: 100%; }
      .sidebar .fcampaign-widget.widget_text select option {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-size: 14px; }
    .sidebar .fcampaign-widget.widget_tag_cloud a {
      display: inline-block;
      font-size: 16px !important;
      font-style: italic;
      margin-right: 8px;
      margin-bottom: 8px;
      -webkit-transition: color .3s ease-out;
      -o-transition: color .3s ease-out;
      -moz-transition: color .3s ease-out;
      transition: color .3s ease-out; }
      .sidebar .fcampaign-widget.widget_tag_cloud a:hover {
        color: #da0d2b; }
    .sidebar .fcampaign-widget.widget_nav_menu .fa {
      display: none; }
  .sidebar .post-social-icons {
    list-style: none;
    margin-top: -5px; }
    .sidebar .post-social-icons li {
      display: inline-block;
      margin-right: 20px; }
      .sidebar .post-social-icons li a {
        font-size: 16px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - SEARCH PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.search-banner {
  height: 400px;
  background-color: #131d29;
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  .search-banner .content-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .search-banner .content-banner .search-form .search-field {
      font: 400 12px "Montserrat", sans-serif;
      color: #fff;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      letter-spacing: 1.4px;
      padding: 9px 0 10px;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out;
      margin-bottom: 28px;
      width: 300px; }
      .search-banner .content-banner .search-form .search-field:focus {
        border-bottom-color: #da0d2b; }
    .search-banner .content-banner .search-form .search-submit {
      background-color: #da0d2b;
      border: 1px solid transparent;
      color: #fff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out;
      padding: 8px 10px;
      margin-left: 10px; }
      .search-banner .content-banner .search-form .search-submit:hover {
        background-color: transparent;
        border-color: #fff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - LAST EPISODED SEASONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.fcampaign-last-episodes .item {
  margin-bottom: 27px; }
  .fcampaign-last-episodes .item .content-latest-item {
    background-color: #131d29;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 15px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative; }
    .fcampaign-last-episodes .item .content-latest-item .img-wrapp {
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
      height: 170px; }
    .fcampaign-last-episodes .item .content-latest-item .content-item {
      text-align: center;
      padding: 37px;
      position: relative;
      z-index: 100; }
      .fcampaign-last-episodes .item .content-latest-item .content-item h6 {
        text-transform: uppercase; }
      .fcampaign-last-episodes .item .content-latest-item .content-item .title {
        font-weight: 900; }
      .fcampaign-last-episodes .item .content-latest-item .content-item a {
        display: block; }
      .fcampaign-last-episodes .item .content-latest-item .content-item .link-video {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        padding: 14px 38px;
        margin-top: 6px; }
    .fcampaign-last-episodes .item .content-latest-item:hover {
      background-color: #da0d2b; }
      .fcampaign-last-episodes .item .content-latest-item:hover:before {
        content: '';
        -webkit-box-shadow: 0 30px 50px #da0d2b;
        -moz-box-shadow: 0 30px 50px #da0d2b;
        box-shadow: 0 30px 50px #da0d2b;
        width: 100%;
        height: 100%;
        opacity: .3;
        position: absolute;
        top: 0;
        left: 0; }

@media (min-width: 1451px) {
  .about-padd {
    padding-top: 85px;
    padding-left: 15px !important;
    padding-right: 150px !important; } }

@media (max-width: 1450px) {
  .blog-banner:before {
    top: 120px; }
  .blog-banner .heading-block {
    top: 45%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%); }
  .about-padd {
    padding-top: 85px;
    padding-left: 30px !important;
    padding-right: 100px !important;
    padding-bottom: 30px; }
  .footer-site {
    margin-bottom: 30px; }
  .fcampaign-slider .swiper-slide .content-banner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .fcampaign-slider .swiper-slide .content-banner .text {
      margin: 0; }
  .fcampaign-banner.static img.position-right {
    max-height: 85%; }
  .fcampaign-banner.static .content-banner .subtitle {
    margin-bottom: 20px; }
  .fcampaign-banner.static .content-banner .title {
    margin-bottom: 15px; }
  .fcampaign-banner.static .content-banner .link {
    margin-top: 10px; }
  .fcampaign-banner.modern .content-banner .banner-info {
    margin-bottom: 10px; }
  .fcampaign-banner.modern .content-banner .text {
    margin-bottom: 0; }
  .fcampaign-seasons .flex-wrapp {
    padding-bottom: 50px; } }

@media (max-width: 1200px) {
  .fcampaign-slideshow .content-slideshow .hover-overlay {
    padding: 35px; }
  .about-padd {
    padding-top: 85px;
    padding-left: 70px !important;
    padding-right: 120px !important; }
  .no-padd-b-md {
    padding-bottom: 0; }
  .recent-posts .recent-item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px; } }

@media (max-width: 992px) {
  .padd-b-none-sm {
    padding-bottom: 0; }
  .header-site.active {
    background-color: #0d1218;
    height: 100%;
    position: fixed;
    z-index: 9999; }
  .header-site .header-logo {
    margin-left: 0; }
  .header-site .header-nav-button {
    right: 15px; }
  .header-site .header-navigation {
    margin-top: 20px;
    width: 100%; }
    .header-site .header-navigation.slide {
      position: static; }
    .header-site .header-navigation nav {
      -webkit-transform: translateY(-1000px);
      -moz-transform: translateY(-1000px);
      -ms-transform: translateY(-1000px);
      -o-transform: translateY(-1000px);
      transform: translateY(-1000px); }
      .header-site .header-navigation nav.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .header-site .header-navigation .main-menu li {
      border-bottom: 1px solid #333;
      display: block;
      padding-bottom: 0;
      margin-right: 0; }
      .header-site .header-navigation .main-menu li .fa {
        color: #fff;
        font-size: 24px;
        position: absolute;
        right: 5px;
        top: 10px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .header-site .header-navigation .main-menu li a {
        padding: 7px 0;
        display: inline-block; }
      .header-site .header-navigation .main-menu li .sub-menu {
        position: static;
        background-color: transparent;
        display: none;
        padding: 0 0 0 15px; }
        .header-site .header-navigation .main-menu li .sub-menu.slidedown {
          opacity: 1;
          visibility: visible;
          display: block;
          -webkit-transition: all .3s ease-out;
          -o-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .header-site .header-navigation .main-menu li .sub-menu li:last-child {
          border-bottom: 0; }
        .header-site .header-navigation .main-menu li .sub-menu li .sub-menu {
          position: static;
          padding-left: 0; }
        .header-site .header-navigation .main-menu li .sub-menu li .fa {
          right: 5px;
          top: 10px;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
  .footer-site {
    margin-bottom: 90px; }
    .footer-site .left-ft-content,
    .footer-site .right-ft-content {
      padding: 50px 15px; }
  .fcampaign-clients.default .clients-item {
    width: 33.3333%; }
  .fcampaign-clients.small-space .clients-item {
    width: 25%; } }

@media (max-width: 991px) {
  .header-site {
    top: 0; }
  .team-container .team-item {
    height: 500px; }
  .video-tickets .heading-block {
    padding: 25px 15px 15px; }
  .video-tickets .btn.white {
    margin-top: 0; }
  .recent-posts {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px; }
    .recent-posts h6 {
      padding-left: 15px; }
    .recent-posts .recent-item {
      width: 25%;
      margin-bottom: 15px;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px; }
  .seasons,
  .works {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px; }
  .fcampaign-seasons:before {
    top: 100px; }
  .fcampaign-seasons .flex-wrapp {
    padding-bottom: 30px; }
  .comments .fcampaign-comments-list ul .comment .children {
    padding-left: 50px; }
    .comments .fcampaign-comments-list ul .comment .children .comm-txt {
      width: 75%; }
  .fcampaign-banner.modern {
    height: inherit; }
    .fcampaign-banner.modern .content-banner {
      position: static;
      top: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      padding-top: 90px; }
      .fcampaign-banner.modern .content-banner .video-content {
        height: 320px;
        margin: 30px 0; }
  .fcampaign-works {
    margin: 0; }
  .fcampaign-clients.modern .clients-item {
    width: 33.3333%;
    height: 250px; }
    .fcampaign-clients.modern .clients-item:before, .fcampaign-clients.modern .clients-item:after, .fcampaign-clients.modern .clients-item:nth-child(4n):after {
      display: none; }
  .fcampaign-clients.modern .seperator-clients {
    display: none; }
  .footer-site .right-ft-content {
    padding: 65px 50px 40px; }
  .footer-site .left-ft-content,
  .footer-site .right-ft-content {
    width: 100%; } }

@media (max-width: 768px) {
  .fcampaign-banner .content-banner .coming-time {
    height: 120px; }
    .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper .ClassyCountdown-value > div {
      font-size: 40px; }
    .fcampaign-banner .content-banner .coming-time .ClassyCountdown-wrapper .ClassyCountdown-value > span {
      font-size: 10px !important; }
  .fcampaign-banner .pagination.vertical-mode {
    right: 3%; }
  .footer-site {
    margin-bottom: 60px; }
  .marg-min-15l {
    margin-left: 0; }
  blockquote {
    padding: 30px; }
    blockquote:before {
      left: 10px;
      top: 15px; }
    blockquote:after {
      right: 10px;
      top: 15px; }
  .fcampaign-seasons .flex-wrapp {
    margin: 3px 0 0; }
  .fcampaign-seasons .item .img-wrapp {
    height: 500px; }
  /* Comments post */
  .comments {
    margin: 50px 0; }
    .comments .fcampaign-comments-list ul .comment .children {
      padding-left: 0; }
      .comments .fcampaign-comments-list ul .comment .children .comm-img {
        margin-bottom: 15px; }
  .comment-post-form {
    padding: 25px 15px; }
  /* Recent posts */
  .recent-posts .recent-item {
    width: 33.3333%; }
  .works .wrapp-img,
  .seasons .wrapp-img {
    width: 100%;
    height: 300px; }
  /* Last episodes seasons */
  .fcampaign-last-episodes .flex-wrapp {
    margin: 0; }
  .fcampaign-last-episodes .item .content-latest-item .img-wrapp {
    height: 300px; } }

@media (max-width: 767px) {
  .fcampaign-banner .content-banner .info-banner {
    text-align: left; }
    .fcampaign-banner .content-banner .info-banner .center-info {
      padding: 15px;
      margin-left: 0; }
  .fcampaign-banner .content-banner .text {
    padding: 0 15px; }
  .about-padd {
    padding: 15px !important; }
  .fcampaign-works .item .img-wrapp {
    height: 500px; }
  .category-content {
    padding-top: 75px;
    padding-bottom: 0;
    margin: 0; }
    .category-content .item {
      margin-bottom: 30px; }
      .category-content .item .wrapp-img {
        height: 300px; }
  .fcampaign-clients.modern .clients-item {
    width: 50%;
    height: 250px; }
  .fcampaign-blog .post-item {
    margin-bottom: 30px; }
  .fcampaign-blog .pagination-wrap {
    margin: 50px 0; }
  .fcampaign-last-episodes {
    margin: 0; }
  .align-center-sm {
    text-align: center; }
  .blog-sidebar-section.not-empty-banner {
    margin-top: 30px; }
  .comments .no-padd-r {
    padding-right: 15px; }
  .comments h2.title-comment {
    margin-top: 0; }
  .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt {
    width: 100%; }
    .comments .fcampaign-comments-list ul .comment .comm-block .comm-txt .comm-info li {
      width: 100%;
      text-align: left; }
  .comments .comment-post-form {
    margin-right: 0; } }

@media (max-width: 550px) {
  .marg-min-15-xs {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .fcampaign-blog {
    margin: 0; }
  .fcampaign-slideshow {
    margin: 0; }
  .info-post {
    margin-top: 10px; }
    .info-post li {
      width: 100%; }
      .info-post li.position-author {
        margin-top: 15px;
        text-align: left; }
  .comments .fcampaign-comments-list ul .comment .comm-block .comm-img {
    margin-bottom: 15px; }
  .fcampaign-clients.modern .clients-item {
    width: 100%;
    height: 250px; }
  .fcampaign-banner .content-banner {
    padding-top: 90px;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .fcampaign-banner .content-banner .text {
      font-size: 16px; }
  .fcampaign-banner.static .content-banner .title {
    font-size: 54px;
    line-height: 54px; }
  .fcampaign-portfolio.add-space {
    padding: 0; }
  .heading-block {
    padding: 50px 0; }
  /* Recent posts */
  .recent-posts .recent-item {
    width: 100%;
    margin-bottom: 20px; }
    .recent-posts .recent-item .wrapp-img {
      height: 250px; }
  .fcampaign-clients.default .clients-item {
    width: 100%;
    text-align: center; }
    .fcampaign-clients.default .clients-item:first-child, .fcampaign-clients.default .clients-item:last-child {
      text-align: center; }
    .fcampaign-clients.default .clients-item a {
      display: inline-block; }
  .fcampaign-clients.default.small-space .clients-item {
    width: 50%;
    text-align: center; }
    .fcampaign-clients.default.small-space .clients-item a {
      display: inline-block; }
  .button-play {
    width: 70px;
    height: 70px; }
    .button-play:before {
      border: 8px solid transparent;
      border-left: 16px solid #fff; }
  /* Last episodes seasons */
  .fcampaign-last-episodes .item .content-latest-item .img-wrapp {
    height: 170px; }
  .fcampaign-slider .pagination.vertical-mode .swiper-pagination-switch {
    width: 10px;
    height: 10px; }
    .fcampaign-slider .pagination.vertical-mode .swiper-pagination-switch.swiper-active-switch:before {
      top: -6px;
      right: -6px; }
  .footer-site {
    padding: 0 15px; }
    .footer-site .right-ft-content {
      padding: 30px 15px 5px; }
      .footer-site .right-ft-content .contact-info {
        margin-bottom: 30px; }
      .footer-site .right-ft-content .footer-copyright {
        margin-top: 30px; } }

@media (max-width: 460px) {
  .header-site {
    top: 0;
    padding-top: 20px; }
  .footer-site {
    margin-bottom: 15px; }
  .content-banner .title {
    font-size: 42px; }
  .fcampaign-slider .swiper-slide .content-banner .text,
  .fcampaign-slider .swiper-slide .content-banner .link {
    margin-top: 0; }
  .fcampaign-slider .pagination.vertical-mode {
    top: inherit;
    right: 10%;
    bottom: 10%;
    -webkit-transform: translate(-10%, -10%);
    -moz-transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
    -o-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%); }
  .fcampaign-clients.default.small-space .clients-item {
    width: 50%;
    text-align: center; }
  .fcampaign-clients.default .clients-item {
    width: 100%; }
    .fcampaign-clients.default .clients-item:first-child {
      text-align: center; }
    .fcampaign-clients.default .clients-item:last-child {
      text-align: center; }
  .fcampaign-slideshow .swiper-wrapper {
    margin: 0; }
  .fcampaign-portfolio .filters {
    text-align: left;
    margin-top: 40px; }
    .fcampaign-portfolio .filters li {
      padding-right: 20px;
      margin-bottom: 15px; }
  .fcampaign-portfolio .portfolio-list {
    margin-top: 0; }
  .fcampaign-latest-news {
    margin: 0; }
  .fcampaign-last-episodes .item .content-latest-item .content-item {
    padding: 35px 15px; }
  .btn {
    padding: 14px 60px !important;
    margin-right: 0; }
  .text-center-xs {
    text-align: center; }
  .heading-block .title {
    font-size: 32px; }
  .team-container .team-item {
    height: 400px; }
  .blog-banner {
    height: 400px; }
    .blog-banner .heading-block {
      top: 35%;
      -webkit-transform: translateY(-35%);
      -moz-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
      -o-transform: translateY(-35%);
      transform: translateY(-35%); } }

@media (min-width: 1200px) {
  .fcampaign-portfolio .container {
    width: 100%; }
  div[data-vc-full-width="true"] .fcampaign-portfolio .container {
    width: 1170px; } }

@media (min-width: 992px) {
  .header-site .header-navigation nav {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
    .header-site .header-navigation nav.active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
  .header-site .header-navigation .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .category-content .item .video_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999; }
  .footer-site .wrapp-footer {
    background-color: #da0d2b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .no-padd-md {
    padding-left: 0;
    padding-right: 0; }
  .no-padd-l-md {
    padding-left: 0; }
  .no-padd-vc-l-md .vc_column-inner {
    padding-left: 0 !important; }
  .no-padd-vc-r-md .vc_column-inner {
    padding-right: 0 !important; }
  .no-padd-r-md {
    padding-right: 0; }
  .marg-l15-md {
    margin-left: 15px; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; } }
