/*
Theme Name: Fargo Child
Theme URI: http://fargowp.guuhuu.com
Author: GuuThemes
Author URI: http://guuthemes.com/
Description: A Multipurpose HTML5 WordPress Theme.
Version: 1.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: light, responsive-layout, theme-options, translation-ready, photoblogging
Text Domain:  fargo_child
Template:     fargo
*/
/*@mixin font-face($fontFamily: myFont, $eotFileSrc: 'myFont.eot', $woffFileSrc: 'myFont.woff', $ttfFileSrc: 'myFont.ttf') {
    font-family: $fontFamily;
    src: url($eotFileSrc)  format('eot'),
        url($woffFileSrc) format('woff'),
        url($ttfFileSrc)  format('truetype');
}*/
.with-arrow::before {
  content: "";
  display: block;
  width: 0;
  border: 0.5em solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px; }
.with-arrow.arrow-bottom.active::before {
  left: 50%;
  bottom: -20px;
  border-top: 5px solid #4289b7; }

::selection {
  background: #143356;
  text-shadow: none;
  color: #FFFFFF; }

html, body {
  background: #000000; }

html, body, div, a, p,
h1, h2, h3, h4, h5, h6, td, th,
span, input, textarea, button {
  font-family: "Lato", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  outline: 0 !important; }

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

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.m0 {
  margin: 0 !important; }

.p0 {
  padding: 0 !important; }

.p20 {
  padding: 10px 0 !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.row.reduce-width {
  max-width: 1155px; }
  .row.reduce-width.inner {
    max-width: 1155px; }
  .row.reduce-width.vc_inner {
    max-width: 1155px; }

.no-style a {
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 30px !important; }
  .no-style a .vc_btn3-icon {
    left: 0 !important; }
  .no-style a:hover, .no-style a:focus {
    background: transparent !important; }

.page-custom-title {
  font-size: 60px;
  font-weight: 700;
  color: #aeaeb3;
  font-family: "Lato", cursive; }

.page-custom-family {
  font-family: "Lato", cursive; }

.page-content[role="main"] {
  padding: 0 !important; }

.portfolio_tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  font-size: 16px !important;
  font-family: "Lato", cursive !important;
  color: #aeaeb3 !important;
  border: 0; }
.portfolio_tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #000000 !important; }

.vc_pageable-slide-wrapper .vc_gitem-animated-block .vc_gitem-zone, .vc_pageable-slide-wrapper .vc_gitem-animated-block .vc_gitem_row .vc_gitem-col {
  background-size: contain;
  border: 1px solid #ffffff; }

.tabs_container .port_page {
  display: none; }
.tabs_container .port_item {
  float: left;
  width: 290px;
  margin-bottom: 22px; }
  .tabs_container .port_item .post_item_image {
    background-size: cover;
    width: auto;
    max-width: 100%;
    height: 260px; }
  .tabs_container .port_item .port_item_name {
    height: 57px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #aeaeb3;
    font-family: "Lato", cursive;
    padding-top: 12px;
    overflow: hidden;
    padding-left: 10px; }

.vc_tta-tabs-list {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
  text-align: center; }
  .vc_tta-tabs-list .vc_tta-tab {
    display: inline-block;
    padding: 0;
    margin: 1px 0 0 1px; }
    .vc_tta-tabs-list .vc_tta-tab a {
      font-size: 16px !important;
      font-family: "Comfortaa", cursive !important;
      border: 0;
      padding: 14px 14px;
      position: relative;
      display: block;
      box-sizing: border-box;
      margin: 0; }
    .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
      border-color: #EBEBEB;
      background-color: transparent;
      cursor: default;
      text-decoration: none;
      color: #000000 !important;
      -webkit-transition: background .2s ease-in-out,color .2s ease-in-out;
      transition: background .2s ease-in-out,color .2s ease-in-out; }

.portfolios-slider-wrapper .port_item .post_item_image {
  background-size: cover;
  background-position: center;
  width: auto;
  height: 350px; }
.portfolios-slider-wrapper .port_item .port_item_name {
  height: 57px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #aeaeb3;
  font-family: "Lato", cursive;
  padding-top: 12px;
  overflow: hidden;
  padding-left: 10px; }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  background: #000000;
  background-size: cover;
  transition: 1s opacity; }

.stopfade {
  opacity: .5; }

.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
  margin: 0 !important; }

.home-image-carousel .vc_item {
  display: table;
  height: 135px; }
  .home-image-carousel .vc_item .vc_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px; }
    .home-image-carousel .vc_item .vc_inner img {
      width: auto;
      height: auto;
      max-width: 130px;
      max-height: 130px; }

#main_countedown_1.content_countdown .countdown {
  margin-top: 50px;
  margin-bottom: 50px; }
  #main_countedown_1.content_countdown .countdown .element_conteiner {
    margin: 0 15px;
    background: #ffffff;
    color: #002E60;
    font-family: "Lato", sans-serif;
    width: 21%;
    min-height: 180px;
    padding-top: 15px;
    /*days
    hourse
    minutes
    secondes
    6BC0DC
    D65193
    C8D51E
    5599DB*/ }
    #main_countedown_1.content_countdown .countdown .element_conteiner .time_description {
      font-family: "Lato", sans-serif;
      text-transform: lowercase;
      font-weight: 400; }
    #main_countedown_1.content_countdown .countdown .element_conteiner .time_left {
      font-size: 80px;
      font-family: "Lato", sans-serif;
      background: transparent;
      font-weight: 400;
      padding-bottom: 20px;
      line-height: 72px; }
      #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.days {
        color: #6BC0DC; }
        #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.days + .time_description {
          color: #6BC0DC; }
      #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.hourse {
        color: #D65193; }
        #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.hourse + .time_description {
          color: #D65193; }
      #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.minutes {
        color: #C8D51E; }
        #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.minutes + .time_description {
          color: #C8D51E; }
      #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.secondes {
        color: #5599DB; }
        #main_countedown_1.content_countdown .countdown .element_conteiner .time_left.secondes + .time_description {
          color: #5599DB; }

.header-navigation #menu-top.rp-menu {
  margin-top: 1px;
  width: auto;
  float: right; }
  .header-navigation #menu-top.rp-menu li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Lato", cursive;
    font-weight: 700;
    padding: 6px 12px;
    margin: 0 5px;
    text-transform: uppercase; }
    .header-navigation #menu-top.rp-menu li a:hover, .header-navigation #menu-top.rp-menu li a.current_page_item {
      background-color: rgba(255, 255, 255, 0.2); }
  .header-navigation #menu-top.rp-menu li.current_page_item a {
    background-color: rgba(255, 255, 255, 0.2); }

.header-global {
  position: relative;
  z-index: 100 !important; }
  .header-global .header-top {
    background: #222220;
    padding-top: 20px;
    padding-bottom: 20px; }
  .header-global .image-logo {
    position: absolute;
    top: -20px; }
    .header-global .image-logo a img {
      display: none; }
      .header-global .image-logo a img.logo_cores {
        display: block; }
  .header-global .header-top-dark {
    background: #222220;
    z-index: 100 !important; }
    .header-global .header-top-dark .image-logo a img {
      display: none; }
      .header-global .header-top-dark .image-logo a img.logo_cores {
        display: none; }
      .header-global .header-top-dark .image-logo a img.logo_white {
        display: block; }
  .header-global .social-icons {
    margin: 0; }
    .header-global .social-icons li {
      padding: 0 8px 0 0; }
      .header-global .social-icons li a i {
        color: #FFFFFF;
        background: #aeaeb3;
        text-align: center;
        width: 35px;
        height: 35px; }
        .header-global .social-icons li a i::before {
          color: #FFFFFF;
          line-height: 35px; }
  .header-global .header-masterslider {
    border-bottom: 20px solid #BE2893; }

footer {
  position: relative;
  z-index: 10 !important; }
  footer.footer-global[role="contentinfo"] {
    background-color: #C8D51E !important;
    padding-bottom: 0; }
    footer.footer-global[role="contentinfo"] .footer-logo {
      max-width: 200px;
      width: auto; }
    footer.footer-global[role="contentinfo"] .footer_morada {
      font-family: "Lato", cursive; }
      footer.footer-global[role="contentinfo"] .footer_morada h4 {
        font-size: 18px !important;
        font-family: "Lato", cursive !important;
        color: #FFFFFF !important;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 18px; }
      footer.footer-global[role="contentinfo"] .footer_morada p {
        font-size: 16px;
        font-family: "Lato", cursive;
        color: #FFFFFF;
        margin-bottom: 30px; }
        footer.footer-global[role="contentinfo"] .footer_morada p a {
          font-size: 16px;
          font-family: "Lato", cursive;
          color: #FFFFFF; }
    footer.footer-global[role="contentinfo"] .wpcf7-form {
      margin: 0; }
    footer.footer-global[role="contentinfo"] .contact-footer .form-title {
      font-size: 16px !important;
      line-height: 16px;
      font-family: "Lato", cursive !important;
      color: #FFFFFF !important;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      margin-bottom: 18px; }
    footer.footer-global[role="contentinfo"] .contact-footer .input {
      margin-bottom: 7px;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #000000;
      font-family: "Lato", cursive !important;
      border-radius: 0; }
    footer.footer-global[role="contentinfo"] .contact-footer textarea.input {
      height: 80px; }
    footer.footer-global[role="contentinfo"] .contact-footer .form-submit {
      text-align: right; }
      footer.footer-global[role="contentinfo"] .contact-footer .form-submit input.vc_btn.vc_btn_sm.vc_btn_rounded {
        text-align: right;
        margin: 0 !important;
        border-radius: 0 !important;
        border: 0 !important;
        padding-right: 0 !important;
        letter-spacing: normal !important;
        font-size: 18px;
        text-transform: lowercase;
        font-style: italic;
        color: #868685;
        padding-top: 4px; }
  footer.footer-last-line {
    border-bottom: 30px solid #8fbee6;
    background: #FFFFFF; }

.service_tabs_wrapper .service_tabs {
  display: table;
  width: 100%;
  vertical-align: middle; }
  .service_tabs_wrapper .service_tabs li {
    display: table-cell;
    width: 14.28%; }
    .service_tabs_wrapper .service_tabs li a {
      text-align: center;
      display: block; }
      .service_tabs_wrapper .service_tabs li a .icons_svr {
        height: 105px; }
        .service_tabs_wrapper .service_tabs li a .icons_svr img {
          display: none;
          height: 103px; }
          .service_tabs_wrapper .service_tabs li a .icons_svr img.icon_normal {
            display: block; }
      .service_tabs_wrapper .service_tabs li a .tab_name {
        text-transform: uppercase;
        font-size: 16px !important;
        line-height: 22px;
        font-family: "Lato", cursive !important;
        font-weight: 700;
        max-width: 140px;
        margin: 0 auto;
        padding-top: 10px; }
      .service_tabs_wrapper .service_tabs li a:hover .icons_svr img, .service_tabs_wrapper .service_tabs li a.active .icons_svr img {
        display: none; }
        .service_tabs_wrapper .service_tabs li a:hover .icons_svr img.icon_normal, .service_tabs_wrapper .service_tabs li a.active .icons_svr img.icon_normal {
          display: none; }
        .service_tabs_wrapper .service_tabs li a:hover .icons_svr img.icon_hover, .service_tabs_wrapper .service_tabs li a.active .icons_svr img.icon_hover {
          display: block; }
.service_tabs_wrapper .service_content .tab_content {
  display: none; }
  .service_tabs_wrapper .service_content .tab_content .service-item {
    padding: 13px 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
    min-height: 106px; }
    .service_tabs_wrapper .service_content .tab_content .service-item .service-text {
      font-size: 16px;
      line-height: 22px;
      font-family: "Lato", cursive;
      font-weight: 400;
      margin-top: 10px; }
