@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/bootstrap.min.css);
/*Colors*/
/*Mixins*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@-webkit-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-moz-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-o-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-webkit-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-moz-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-o-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-webkit-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-moz-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-o-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
    /*padding-left:px;
    padding-right:0px;*/ } }
.container {
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  padding: 0 48px; }

@media (max-width: 1199px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 768px; } }
.secondary-title {
  color: #da2129 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.08em; }
  .secondary-title:hover {
    color: #da2129 !important; }

html, body {
  overflow-x: hidden;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none; }

body {
  color: #3b3b3b;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300; }

main {
  margin: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani"; }

a {
  color: #3b3b3b; }
  a:hover {
    color: #da2129;
    text-decoration: none !important; }

main {
  margin-top: 100px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    main {
      padding-top: 30px; } }

.home main {
  padding-top: 0px; }

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

h1, h2, h3, h4, h5, h6 {
  color: #da2129; }

.instagram a:hover h5 {
  color: #da2129 !important; }
.instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button {
  background-color: #da2129 !important;
  background-image: linear-gradient(to right, #da2129, #da2129);
  border-radius: 40px;
  padding: 13px 25px;
  position: relative;
  padding-left: 47px;
  position: relative; }
  .instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button i {
    margin: 0;
    font-size: 15px;
    position: absolute;
    left: 25px;
    top: 13px; }
  .instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button:hover {
    box-shadow: none;
    opacity: 0.7; }
.instagram .insta-gallery-actions {
  display: none; }
.instagram h5 {
  color: #1f1f1f;
  margin-bottom: 0px;
  position: absolute;
  left: 15px;
  text-align: left;
  top: 15%;
  font-size: 31px; }
  .instagram h5:hover {
    color: #da2129 !important; }
  @media (max-width: 991px) {
    .instagram h5 {
      top: 11% !important;
      font-size: 21px; } }

.btn, body .gform_wrapper .gform_footer input.button, .woocommerce div.product form.cart .button, .woocommerce .button {
  color: #fff;
  border: 0px;
  outline: 0 !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 13px 25px;
  font-size: 15px;
  position: relative;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Rajdhani";
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .btn.btn-with-icon, body .gform_wrapper .gform_footer input.button.btn-with-icon, .woocommerce div.product form.cart .button.btn-with-icon, .woocommerce .button.btn-with-icon {
    padding-left: 47px; }
  .btn i, body .gform_wrapper .gform_footer input.button i, .woocommerce div.product form.cart .button i, .woocommerce .button i {
    margin: 0;
    font-size: 15px;
    position: absolute;
    left: 25px;
    top: 13px; }
  .btn.btn-primary, .btn.gform_button, body .gform_wrapper .gform_footer input.button.btn-primary, body .gform_wrapper .gform_footer input.button.gform_button, .woocommerce div.product form.cart .button.btn-primary, .woocommerce div.product form.cart .button.gform_button, .woocommerce .button.btn-primary, .woocommerce .button.gform_button {
    background-color: #1f1f1f !important;
    border: 1px solid #1f1f1f;
    color: #fff; }
    .btn.btn-primary:hover, .btn.gform_button:hover, body .gform_wrapper .gform_footer input.button.btn-primary:hover, body .gform_wrapper .gform_footer input.button.gform_button:hover, .woocommerce div.product form.cart .button.btn-primary:hover, .woocommerce div.product form.cart .button.gform_button:hover, .woocommerce .button.btn-primary:hover, .woocommerce .button.gform_button:hover {
      background-color: #da2129 !important;
      color: #fff;
      border: 1px solid #da2129; }
    .btn.btn-primary:focus, .btn.gform_button:focus, body .gform_wrapper .gform_footer input.button.btn-primary:focus, body .gform_wrapper .gform_footer input.button.gform_button:focus, .woocommerce div.product form.cart .button.btn-primary:focus, .woocommerce div.product form.cart .button.gform_button:focus, .woocommerce .button.btn-primary:focus, .woocommerce .button.gform_button:focus {
      border: 1px solid #da2129 !important; }
  .btn.btn-secondary, body .gform_wrapper .gform_footer input.button.btn-secondary, .woocommerce div.product form.cart .button.btn-secondary, .woocommerce .button.btn-secondary {
    background-color: #da2129 !important; }
  .btn.btn-white, body .gform_wrapper .gform_footer input.button.btn-white, .woocommerce div.product form.cart .button.btn-white, .woocommerce .button.btn-white {
    background-color: #fff;
    color: #da2129; }
    .btn.btn-white:hover, body .gform_wrapper .gform_footer input.button.btn-white:hover, .woocommerce div.product form.cart .button.btn-white:hover, .woocommerce .button.btn-white:hover {
      opacity: 0.8; }

.btn-gravity-forms {
  float: right;
  position: relative; }
  .btn-gravity-forms input {
    padding-left: 46px !important; }
  .btn-gravity-forms span {
    position: absolute;
    left: 23px;
    z-index: 1;
    top: 10px;
    pointer-events: none; }
    .btn-gravity-forms span:before {
      font-family: "Font Awesome 5 Free";
      content: "\f1d8";
      color: #fff;
      margin: 0;
      font-size: 15px; }
  .btn-gravity-forms img {
    position: absolute;
    left: -37px;
    top: 10px; }

.btn.btn-link {
  color: #da2129;
  font-weight: bold;
  padding: 0px;
  text-decoration: none !important;
  box-shadow: none;
  opacity: 1 !important;
  background-color: transparent !important;
  background: transparent !important;
  background-image: none;
  padding: 0px !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Rajdhani";
  font-size: 17px;
  position: relative; }
  .btn.btn-link:after {
    content: ' ';
    background-color: #da2129;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: -4px; }
  .btn.btn-link:hover {
    color: #da2129; }
  .btn.btn-link i {
    margin-left: 8px;
    position: relative;
    top: auto;
    left: auto;
    font-size: 14px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  color: #da2129; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    color: #da2129; }

.social-networks li {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0px;
  margin: 0px;
  padding-right: 15px; }
  .social-networks li:last-child {
    padding-right: 0px; }
  .social-networks li a {
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
    .social-networks li a i {
      color: #fff;
      font-size: 18px;
      margin: 0px;
      position: relative;
      -webkit-transition: all ease 0.1s;
      -moz-transition: all ease 0.1s;
      -o-transition: all ease 0.1s;
      transition: all ease 0.1s; }
    .social-networks li a:hover {
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .social-networks li a:hover i {
        color: #5E5E5E !important;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }

header.header-menu {
  position: fixed;
  width: 100%;
  max-width: 100% !important; }

header.header-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  width: 100%;
  background-color: #fff; }
  header.header-menu .topbar {
    background-color: #da2129;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px; }
    header.header-menu .topbar .col-social-topbar {
      text-align: right; }
      header.header-menu .topbar .col-social-topbar ul {
        margin-bottom: 0px; }
        header.header-menu .topbar .col-social-topbar ul li a {
          color: #fff !important; }
          header.header-menu .topbar .col-social-topbar ul li a i {
            font-size: 15px;
            color: #fff !important; }
          header.header-menu .topbar .col-social-topbar ul li a:hover {
            opacity: 0.9; }
    header.header-menu .topbar .col-menu-topbar .navbar-nav {
      flex-direction: row !important; }
      header.header-menu .topbar .col-menu-topbar .navbar-nav li {
        margin-right: 30px; }
        header.header-menu .topbar .col-menu-topbar .navbar-nav li a {
          color: #fff !important;
          text-decoration: none !important;
          font-size: 14px;
          font-weight: 600;
          font-family: "Rajdhani"; }
          header.header-menu .topbar .col-menu-topbar .navbar-nav li a:hover {
            opacity: 0.9; }
  header.header-menu nav {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 15px 0;
    background-color: transparent;
    padding: 0px !important;
    height: auto;
    max-width: 100%;
    margin: auto;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
    header.header-menu nav > .container {
      /*padding-left: 15px;
      padding-right: 15px;*/
      display: block; }
      header.header-menu nav > .container > .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center; }
        header.header-menu nav > .container > .row .col-logo-header {
          text-align: center; }
        header.header-menu nav > .container > .row .navbar-brand {
          padding: 0px;
          margin-right: 0px;
          text-align: center; }
          header.header-menu nav > .container > .row .navbar-brand img {
            height: auto;
            max-width: 117px;
            -webkit-transition: all ease 0.4s;
            -moz-transition: all ease 0.4s;
            -o-transition: all ease 0.4s;
            transition: all ease 0.4s; }
        header.header-menu nav > .container > .row .col-secondary-menu {
          text-align: right; }
          header.header-menu nav > .container > .row .col-secondary-menu > div {
            display: inline-block; }
          header.header-menu nav > .container > .row .col-secondary-menu ul.navbar-nav {
            justify-content: flex-end; }
          header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu {
            list-style: none;
            display: inline-block;
            padding-left: 16px;
            margin-bottom: 0px;
            padding-right: 12px; }
            header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li {
              display: inline-block;
              padding-left: 16px; }
              header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li a {
                padding: 0px !important;
                position: relative;
                font-size: 15px; }
                header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li a i {
                  color: #da2129; }
                header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li a:hover i {
                  color: #3b3b3b; }
                header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li a .count-cart {
                  position: absolute;
                  top: -7px;
                  right: -12px;
                  background: #3b3b3b;
                  border-radius: 50%;
                  width: 17px;
                  height: 17px;
                  color: #fff;
                  opacity: 1;
                  font-size: 10px;
                  text-align: center;
                  line-height: initial;
                  letter-spacing: -1px;
                  display: flex;
                  text-align: center;
                  align-items: center;
                  font-size: 9px;
                  padding-right: 1px; }
                  header.header-menu nav > .container > .row .col-secondary-menu .icons-secondary-menu li a .count-cart .cart-contents {
                    margin: auto; }
        header.header-menu nav > .container > .row .outer-navbar-right .btn-open-menu {
          text-align: left;
          cursor: pointer; }
          header.header-menu nav > .container > .row .outer-navbar-right .btn-open-menu img {
            height: 19px; }
            header.header-menu nav > .container > .row .outer-navbar-right .btn-open-menu img.close-menu {
              display: none; }
          @media (min-width: 992px) {
            header.header-menu nav > .container > .row .outer-navbar-right .btn-open-menu {
              display: none; } }
        header.header-menu nav > .container > .row .navbar-right {
          margin: auto;
          text-align: right; }
          @media (min-width: 992px) {
            header.header-menu nav > .container > .row .navbar-right .outer-navbar-right {
              padding-right: 0px; } }
          header.header-menu nav > .container > .row .navbar-right .top-header {
            text-align: right; }
            header.header-menu nav > .container > .row .navbar-right .top-header .social-header {
              display: inline-block;
              list-style: none;
              padding: 0px;
              margin: 0px;
              text-align: right;
              margin-bottom: 13px; }
              header.header-menu nav > .container > .row .navbar-right .top-header .social-header li {
                display: inline-block;
                margin: 0 6px; }
                header.header-menu nav > .container > .row .navbar-right .top-header .social-header li a {
                  padding: 0px !important; }
                  header.header-menu nav > .container > .row .navbar-right .top-header .social-header li a i {
                    font-size: 18px; }
                header.header-menu nav > .container > .row .navbar-right .top-header .social-header li:last-child {
                  margin-right: 0px; }
            header.header-menu nav > .container > .row .navbar-right .top-header .secondary-menu {
              display: inline-block; }
          header.header-menu nav > .container > .row .navbar-right #primary-menu-container {
            width: 100%; }
            header.header-menu nav > .container > .row .navbar-right #primary-menu-container .navbar-nav {
              display: inline-block; }
              header.header-menu nav > .container > .row .navbar-right #primary-menu-container .navbar-nav li {
                display: inline-block; }
        header.header-menu nav > .container > .row ul li a {
          color: #da2129;
          font-weight: bold;
          padding: 0px;
          text-decoration: none !important;
          font-size: 14px;
          text-transform: uppercase;
          padding: 0 16px;
          padding-bottom: 25px;
          letter-spacing: 0.08em;
          padding-bottom: 42px; }
        header.header-menu nav > .container > .row ul li:hover {
          color: #3b3b3b; }
          header.header-menu nav > .container > .row ul li:hover:before, header.header-menu nav > .container > .row ul li:hover a {
            color: #3b3b3b; }
        header.header-menu nav > .container > .row ul li:first-child a {
          padding-left: 0px; }
        header.header-menu nav > .container > .row ul li:last-child a {
          padding-right: 0px; }
        header.header-menu nav > .container > .row ul li .sub-menu {
          position: absolute;
          list-style: none;
          background: blue;
          padding: 0px;
          background-color: #fff;
          margin-left: 0px;
          margin-top: 20px;
          display: none;
          max-width: 302px;
          top: 59px;
          margin-top: 0px;
          z-index: 2;
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
          -webkit-transition: all ease 0.2s;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          header.header-menu nav > .container > .row ul li .sub-menu li {
            display: block !important;
            text-align: left; }
            header.header-menu nav > .container > .row ul li .sub-menu li a {
              padding: 5px 20px;
              display: block;
              width: 100%;
              font-size: 14px;
              color: #da2129; }
              header.header-menu nav > .container > .row ul li .sub-menu li a:hover {
                color: #3b3b3b; }
            header.header-menu nav > .container > .row ul li .sub-menu li:first-child a {
              padding-top: 20px; }
            header.header-menu nav > .container > .row ul li .sub-menu li:last-child a {
              padding-bottom: 20px;
              padding-right: 20px; }
        header.header-menu nav > .container > .row ul li:hover .sub-menu {
          display: block; }
        header.header-menu nav > .container > .row ul li.current-menu-item:before, header.header-menu nav > .container > .row ul li.current-menu-item > a, header.header-menu nav > .container > .row ul li.current-ancestor-item:before, header.header-menu nav > .container > .row ul li.current-ancestor-item > a, header.header-menu nav > .container > .row ul li.current_page_parent:before, header.header-menu nav > .container > .row ul li.current_page_parent > a {
          color: #da2129; }
        header.header-menu nav > .container > .row ul li.children-pages-archive-item .current-menu-item a {
          color: #fff !important; }
          header.header-menu nav > .container > .row ul li.children-pages-archive-item .current-menu-item a:hover {
            color: #da2129 !important; }
        header.header-menu nav > .container > .row .col-btn-header {
          text-align: right; }
        header.header-menu nav > .container > .row .social-networks {
          margin: 0px;
          padding: 0px;
          text-align: right; }
          header.header-menu nav > .container > .row .social-networks li {
            padding: 0px;
            padding-right: 15px; }
            header.header-menu nav > .container > .row .social-networks li:last-of-type {
              padding-right: 0px; }
            header.header-menu nav > .container > .row .social-networks li a i {
              color: #da2129; }
            header.header-menu nav > .container > .row .social-networks li a:hover i {
              color: #da2129; }
    header.header-menu nav.navbar-scroll, header.header-menu nav.navbar-scroll-always {
      /*-webkit-box-shadow: 0px 1px 2px rgba(#263F7E,0.16);
      -moz-box-shadow: 0px 1px 2px rgba(#263F7E,0.16);
      box-shadow: 0px 1px 2px rgba(#263F7E,0.16);*/
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    header.header-menu nav.navbar-fixed {
      display: none !important;
      transition: none !important;
      position: fixed;
      background: #fff;
      top: 0;
      width: 100%;
      max-width: 100%;
      padding: 0px 0 !important; }
      header.header-menu nav.navbar-fixed .container {
        padding: 0 15px; }
        @media (min-width: 992px) {
          header.header-menu nav.navbar-fixed .container {
            padding-right: 0px !important; } }
        @media (max-width: 991px) {
          header.header-menu nav.navbar-fixed .container {
            padding: 15px; } }
        @media (min-width: 992px) {
          header.header-menu nav.navbar-fixed .container .outer-navbar-right {
            padding-right: 0px !important; } }
        header.header-menu nav.navbar-fixed .container .navbar-brand img {
          height: 50px; }
        header.header-menu nav.navbar-fixed .container ul.navbar-nav > li {
          height: 80px; }
          header.header-menu nav.navbar-fixed .container ul.navbar-nav > li a {
            display: inline-block;
            height: 100%;
            display: flex;
            align-items: center;
            padding-bottom: 0px;
            color: #3b3b3b; }
          header.header-menu nav.navbar-fixed .container ul.navbar-nav > li:last-child {
            margin-left: 5px; }
            header.header-menu nav.navbar-fixed .container ul.navbar-nav > li:last-child a {
              background-color: #da2129;
              color: #fff;
              padding-right: 15px;
              padding-left: 15px; }
              header.header-menu nav.navbar-fixed .container ul.navbar-nav > li:last-child a:hover {
                background-color: #da2129; }
      header.header-menu nav.navbar-fixed .sub-menu {
        background-color: #1f1f1f !important;
        margin-top: 0px !important;
        margin-left: 0px !important; }

.secondary-menu {
  display: inline-block; }
  .secondary-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 6px; }
    .secondary-menu ul li {
      display: inline-block;
      margin-left: 6px; }
      .secondary-menu ul li a {
        border: 1px solid #fff;
        font-size: 12px;
        padding: 5px 13px !important;
        font-weight: 600 !important; }
        .secondary-menu ul li a:hover {
          border: 1px solid #da2129; }

.contacts .secondary-menu {
  margin-top: 15px; }
  .contacts .secondary-menu ul {
    margin-left: 0px; }
    .contacts .secondary-menu ul li {
      margin-right: 6px;
      margin-left: 0px; }
      .contacts .secondary-menu ul li a {
        border: 1px solid #da2129; }
        .contacts .secondary-menu ul li a:hover {
          border: 1px solid #da2129; }

#map {
  width: 100%;
  height: 400px;
  margin-top: 60px; }

.home footer {
  padding-top: 0px;
  background: #fff;
  margin-top: 0px !important; }

footer {
  margin-top: 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  position: relative; }
  @media (max-width: 767px) {
    footer {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    footer .col {
      flex: 0 0 33.3%;
      max-width: 33.3%;
      margin-bottom: 15px;
      margin-top: 15px; } }
  @media (max-width: 767px) {
    footer .col {
      flex: 0 0 50%;
      max-width: 50%; } }
  footer .intersection-footer {
    position: absolute;
    top: -1px;
    left: -5%;
    width: 106%;
    max-width: 106%; }
  footer .bg-footer {
    background-image: url("../img/bg_grill.png");
    background-size: contain;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat; }
  footer .menus-footer {
    padding: 60px 15px; }
    footer .menus-footer .logo-footer {
      margin-top: 0px; }
    footer .menus-footer p {
      color: #fff;
      margin-top: 15px;
      margin-bottom: 0px; }
  footer .contacts-list {
    margin-bottom: 0px; }
  footer .copyrights {
    padding: 35px 0;
    background-color: #3b3b3b;
    color: #fff; }
    footer .copyrights p {
      color: #fff;
      text-align: center;
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 13px; }
      footer .copyrights p a {
        color: #fff;
        text-decoration: none !important; }
        footer .copyrights p a:hover {
          color: #da2129; }
    footer .copyrights .site-pt-logo {
      width: 17px;
      display: inline;
      margin-top: -4px;
      margin-right: 0px;
      margin-left: 2px; }
  footer hr {
    border-top: 1px solid #fff;
    margin: 0px;
    opacity: 0.15; }
  footer h6 {
    color: #da2129;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px; }
  footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    footer ul li {
      line-height: 18px;
      margin-bottom: 10px;
      position: relative;
      padding-left: 0px; }
      footer ul li i {
        display: none !important; }
      footer ul li:last-of-type {
        margin-bottom: 0px; }
      footer ul li a {
        color: #3b3b3b;
        text-decoration: none !important; }
        footer ul li a:hover {
          color: #da2129; }
      footer ul li i {
        color: #5E5E5E;
        margin-right: 5px;
        font-size: 16px;
        position: absolute;
        top: 1px;
        left: 0; }
  footer .link-livro-reclamacoes {
    margin-top: 25px !important;
    display: inline-block; }
    footer .link-livro-reclamacoes img {
      max-width: 115px;
      height: auto; }
  footer .payment-methods img {
    max-width: 160px;
    height: auto; }

.homeslider {
  position: relative;
  height: calc(100vh - 100px); }
  .homeslider > div.row {
    height: 100%;
    /*height:100%;
    width:100%;
    max-width: 1920px;
    position: fixed;
    z-index: 0;
    margin:0px;*/ }
    .homeslider > div.row .background-home {
      background-attachment: fixed; }
    .homeslider > div.row > div {
      height: 100%;
      padding: 0px; }
      .homeslider > div.row > div .owl-homeslider {
        height: 100%; }
        .homeslider > div.row > div .owl-homeslider .owl-stage-outer {
          height: 100%; }
          .homeslider > div.row > div .owl-homeslider .owl-stage-outer .owl-stage {
            height: 100%; }
            .homeslider > div.row > div .owl-homeslider .owl-stage-outer .owl-stage .owl-item {
              height: 100%; }
              .homeslider > div.row > div .owl-homeslider .owl-stage-outer .owl-stage .owl-item .item {
                height: 100%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover; }
        .homeslider > div.row > div .owl-homeslider .owl-dots {
          position: absolute;
          width: 100%;
          margin-bottom: 0px;
          bottom: 24px; }
          .homeslider > div.row > div .owl-homeslider .owl-dots .owl-dot {
            outline: none !important; }
            .homeslider > div.row > div .owl-homeslider .owl-dots .owl-dot span {
              width: 30px;
              height: 5px;
              background: #fff;
              margin: 0px 6px;
              border-radius: 0;
              opacity: 1 !important; }
              .homeslider > div.row > div .owl-homeslider .owl-dots .owl-dot span:hover {
                background: #da2129; }
            .homeslider > div.row > div .owl-homeslider .owl-dots .owl-dot.active span {
              background: #da2129; }
  .homeslider .owl-homeslider .item {
    height: 100%; }
    .homeslider .owl-homeslider .item .overlay-homeslider {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .homeslider .owl-homeslider .item > .container {
      height: 100%; }
      .homeslider .owl-homeslider .item > .container > .row {
        height: 100%; }
  .homeslider .content-homeslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    align-items: end;
    display: flex;
    align-items: flex-end;
    text-align: center;
    background: rgba(0, 0, 0, 0.2); }
    .homeslider .content-homeslider .inner-content-homeslider {
      width: 100%;
      padding-bottom: 100px; }
      .homeslider .content-homeslider .inner-content-homeslider .btn {
        margin: 0 7.5px;
        background-color: #1f1f1f;
        color: #fff;
        border: 0px !important;
        min-width: 143px; }
        @media (max-width: 767px) {
          .homeslider .content-homeslider .inner-content-homeslider .btn {
            width: 50%;
            margin: 5px auto;
            display: block; } }
        .homeslider .content-homeslider .inner-content-homeslider .btn:hover {
          background-color: #fff !important;
          color: #3b3b3b !important; }
        .homeslider .content-homeslider .inner-content-homeslider .btn:nth-of-type(2) {
          background-color: #da2129 !important;
          color: #3b3b3b !important; }
          .homeslider .content-homeslider .inner-content-homeslider .btn:nth-of-type(2):hover {
            background-color: #fff !important;
            color: #3b3b3b !important; }
    .homeslider .content-homeslider i {
      position: absolute;
      border: 0;
      color: #fff;
      font-size: 30px;
      left: 50%;
      margin-left: -12px;
      bottom: 12px;
      color: #fff; }
      .homeslider .content-homeslider i:hover {
        color: #da2129; }
  .homeslider .background-home {
    height: calc(100vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .homeslider .search-form {
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .homeslider .search-form.show-search-form {
      opacity: 1;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
  .homeslider .intersection-header {
    position: absolute;
    bottom: -1px;
    left: -5%;
    width: 106%;
    max-width: 106%; }
  .homeslider .outer-content-homeslider {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    .homeslider .outer-content-homeslider .inner-content-homeslider {
      margin: auto;
      padding-bottom: 40px;
      margin-left: 0; }
      .homeslider .outer-content-homeslider .inner-content-homeslider h2 {
        color: #fff;
        font-size: 2.3em;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        width: 60%;
        text-align: left;
        text-transform: uppercase; }
      .homeslider .outer-content-homeslider .inner-content-homeslider p {
        color: #fff;
        font-size: 22px;
        text-shadow: 0 3px 6px rgba(38, 63, 126, 0.5);
        font-weight: 500; }

.content-home {
  position: relative;
  background-color: #fff;
  z-index: 1; }

.featured-properties {
  padding-top: 134px;
  text-align: center; }
  .featured-properties h1 {
    text-transform: uppercase;
    display: none; }
  .featured-properties h2 {
    text-transform: uppercase; }
  .featured-properties .properties-list-home {
    padding-top: 35px;
    padding-bottom: 35px; }

.properties-list .box-property {
  -webkit-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  border-radius: 5px; }
  .properties-list .box-property .inner-box-property {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 8px solid transparent;
    border-radius: 5px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .properties-list .box-property .inner-box-property:hover {
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      border: 8px solid rgba(218, 33, 41, 0.8); }
  .properties-list .box-property a {
    text-decoration: none !important;
    display: block;
    position: relative; }
  .properties-list .box-property img {
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/ }
  .properties-list .box-property .owl-archive-properties {
    z-index: 1; }
    .properties-list .box-property .owl-archive-properties .owl-dots {
      margin: 0px;
      position: absolute;
      bottom: 0;
      left: auto;
      right: auto;
      width: 100%;
      z-index: 999;
      opacity: 0;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      bottom: 6px; }
      .properties-list .box-property .owl-archive-properties .owl-dots .owl-dot {
        outline: 0 !important; }
        .properties-list .box-property .owl-archive-properties .owl-dots .owl-dot span {
          background: #fff;
          margin: 0 6px;
          width: 12px;
          height: 12px;
          -webkit-transition: all ease 0.2s;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
        .properties-list .box-property .owl-archive-properties .owl-dots .owl-dot.active span {
          background: #da2129; }
        .properties-list .box-property .owl-archive-properties .owl-dots .owl-dot:hover span {
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          background: #da2129; }
    .properties-list .box-property .owl-archive-properties .owl-nav {
      margin: 0px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 50%;
      margin-top: -5px;
      padding-left: 15px;
      padding-right: 15px;
      opacity: 0;
      z-index: 999;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .properties-list .box-property .owl-archive-properties .owl-nav .owl-prev {
        float: left; }
      .properties-list .box-property .owl-archive-properties .owl-nav .owl-next {
        float: right; }
      .properties-list .box-property .owl-archive-properties .owl-nav .owl-prev, .properties-list .box-property .owl-archive-properties .owl-nav .owl-next {
        background-color: rgba(218, 33, 41, 0.8);
        margin: 0px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        outline: 0 !important; }
        .properties-list .box-property .owl-archive-properties .owl-nav .owl-prev:hover, .properties-list .box-property .owl-archive-properties .owl-nav .owl-next:hover {
          background-color: #da2129; }
        .properties-list .box-property .owl-archive-properties .owl-nav .owl-prev span, .properties-list .box-property .owl-archive-properties .owl-nav .owl-next span {
          color: #fff;
          margin: auto;
          margin-top: -4px;
          font-size: 23px; }
  .properties-list .box-property:hover .owl-dots {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .properties-list .box-property:hover .owl-nav {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .properties-list .box-property .content-box-property {
    text-align: center; }
    .properties-list .box-property .content-box-property a {
      padding: 20px 20px; }
    .properties-list .box-property .content-box-property h2, .properties-list .box-property .content-box-property h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0px;
      margin-top: 2px; }
    .properties-list .box-property .content-box-property span {
      text-transform: uppercase;
      font-weight: bold;
      color: #da2129;
      font-size: 13px;
      font-weight: bold; }
  .properties-list .box-property:hover {
    -webkit-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.26);
    -moz-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.26);
    box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.26); }

.featured-regions {
  padding-top: 96px;
  padding-bottom: 55px; }
  .featured-regions > .row {
    height: 550px;
    margin-right: -7.5px;
    margin-left: -7.5px; }
    @media (max-width: 991px) {
      .featured-regions > .row {
        height: 350px; } }
    @media (max-width: 767px) {
      .featured-regions > .row {
        height: 500px; } }
    .featured-regions > .row .col-featured-region {
      margin-bottom: 15px;
      padding-left: 7.5px;
      padding-right: 7.5px; }
    .featured-regions > .row .row {
      height: 100%; }
  .featured-regions .featured-region {
    height: 100%;
    overflow: hidden;
    color: #fff;
    position: relative; }
    .featured-regions .featured-region .img-featured-region {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .featured-regions .featured-region:hover .img-featured-region {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    .featured-regions .featured-region a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      text-align: center;
      text-decoration: none !important; }
      .featured-regions .featured-region a .content-featured-region {
        margin: auto;
        color: #fff;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
        .featured-regions .featured-region a .content-featured-region h4 {
          text-transform: uppercase;
          font-weight: bold;
          color: #fff;
          background-color: rgba(218, 33, 41, 0.8);
          padding: 10px 15px;
          font-size: 20px; }
          @media (max-width: 991px) {
            .featured-regions .featured-region a .content-featured-region h4 {
              font-size: 1.5rem; } }
        .featured-regions .featured-region a .content-featured-region span {
          font-style: italic;
          text-transform: uppercase;
          text-decoration: underline; }

.portugal-home {
  padding-top: 0px;
  margin-bottom: 96px; }
  .portugal-home > .container > .row {
    padding: 0 100px; }
  .portugal-home h5 {
    text-transform: uppercase;
    font-size: 25px;
    width: 100%; }
  .portugal-home .packages {
    margin-top: 30px;
    max-width: 100%; }
    .portugal-home .packages a.link-package {
      font-weight: bold;
      margin-top: 18px;
      font-size: 15px;
      margin-bottom: 0px;
      text-decoration: none;
      margin-top: 7px;
      display: block;
      color: #da2129; }
      .portugal-home .packages a.link-package:hover {
        color: #da2129; }
    .portugal-home .packages .secondary-color a.link-package {
      color: #da2129; }
      .portugal-home .packages .secondary-color a.link-package:hover {
        color: #da2129; }

.banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .banner.parallax {
    background-attachment: fixed; }
  .banner .content-banner {
    display: flex;
    height: 100%;
    align-items: center; }
    .banner .content-banner h4 {
      color: #fff;
      text-shadow: 0px 1px 3px rgba(24, 63, 116, 0.16);
      margin-bottom: 10px; }
    .banner .content-banner p {
      font-size: 16px;
      color: #fff; }

.archive-properties .properties-not-found p {
  margin-bottom: 0px; }
.archive-properties .properties-not-found .btn {
  margin-top: 30px; }

.top-banner {
  position: relative;
  margin-top: 0px;
  display: none !important;
  background-repeat: no-repeat;
  text-align: center;
  height: 300px;
  background-position: center center;
  background-size: cover; }
  .top-banner.big-top-banner {
    height: 60vh; }
  @media (min-width: 1921px) {
    .top-banner {
      background-size: cover; } }
  .top-banner .title-top-banner {
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%; }
    .top-banner .title-top-banner h1 {
      margin: auto;
      color: #fff;
      font-size: 2rem;
      text-transform: uppercase;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      text-align: center; }
      @media (max-width: 767px) {
        .top-banner .title-top-banner h1 {
          font-size: 1.5rem; } }
  .top-banner .intersection-header {
    position: absolute;
    bottom: -1px;
    left: -5%;
    width: 106%;
    max-width: 106%; }
  .top-banner.top-banner-no-image {
    height: auto; }
    .top-banner.top-banner-no-image .overlay-top {
      display: none; }
    .top-banner.top-banner-no-image .title-top-banner {
      position: relative;
      height: auto;
      padding-top: 80px;
      text-align: left; }
      .top-banner.top-banner-no-image .title-top-banner h1 {
        color: #3b3b3b;
        text-shadow: none !important; }
    .top-banner.top-banner-no-image .subtitle-top-banner p {
      margin-top: 20px;
      margin-bottom: 0px;
      font-size: 16px; }

.overlay-top {
 /* position:absolute;
  top:0;
  left:0;
  width:100%;
  height:200px;
  background-image:linear-gradient(rgba(#183F74,0.9), transparent);


  z-index:0;*/
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.page-content p:last-of-type {
  margin-bottom: 0px; }
.page-content a.btn {
  margin-top: 30px; }

.page-content-mb {
  margin-bottom: 35px; }

.topics .single-topic {
  margin-top: 35px;
  display: flex;
  align-items: center; }
  .topics .single-topic:nth-of-type(1), .topics .single-topic:nth-of-type(2) {
    margin-top: 0px; }
  .topics .single-topic .icon-topic {
    background-color: #da2129;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    align-items: center; }
    .topics .single-topic .icon-topic img {
      margin: auto;
      max-width: 38px; }
  .topics .single-topic p:last-of-type {
    margin-bottom: 0px; }

.box-shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  box-shadow: 0px 3px 6px rgba(15, 40, 74, 0.16);
  height: 100%;
  border-radius: 5px;
  padding: 20px; }

.box-border {
  border-top: 5px solid; }
  .box-border.primary-border {
    border-color: #da2129; }
  .box-border.secondary-border {
    border-color: #da2129; }

.characteristics .col-characteristic {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .characteristics .col-characteristic:nth-of-type(1), .characteristics .col-characteristic:nth-of-type(2) {
      margin-top: 0px; } }
  .characteristics .col-characteristic .box-characteristic {
    display: flex;
    border-radius: 5px; }
    .characteristics .col-characteristic .box-characteristic i {
      align-self: flex-start;
      font-size: 19px;
      margin-right: 9px; }
    .characteristics .col-characteristic .box-characteristic a {
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      font-size: 13px;
      color: #3b3b3b;
      text-decoration: none !important; }
      .characteristics .col-characteristic .box-characteristic a:hover {
        color: #da2129; }
    .characteristics .col-characteristic .box-characteristic.primary-color {
      color: #da2129; }
    .characteristics .col-characteristic .box-characteristic.secondary-color {
      color: #da2129; }
      .characteristics .col-characteristic .box-characteristic.secondary-color a {
        color: #da2129; }
        .characteristics .col-characteristic .box-characteristic.secondary-color a:hover {
          color: #da2129; }
    .characteristics .col-characteristic .box-characteristic p:last-of-type {
      margin-bottom: 0px; }

.team .col-administrator {
  margin-bottom: 30px; }
  .team .col-administrator .box-administrator h4 {
    text-transform: uppercase;
    color: #da2129;
    margin-bottom: 5px;
    font-size: 15px; }
  .team .col-administrator .box-administrator h2 {
    margin-bottom: 20px; }
.team .col-element-team {
  margin-top: 30px; }
  .team .col-element-team h3 {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 10px; }
.team .title-job-position {
  margin-top: 50px; }
  .team .title-job-position:first-child {
    margin-top: 20px; }
  .team .title-job-position h4 {
    margin-bottom: 0px;
    color: #da2129;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden; }
    .team .title-job-position h4:after {
      background-color: #da2129;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 100%;
      left: 15px;
      margin-right: -50%;
      top: -1px; }

.testimonials .col-testimonial {
  margin-top: 30px;
  /*&:nth-of-type(1),&:nth-of-type(2) {
    margin-top:0px;
  }*/ }
  .testimonials .col-testimonial .box-testimonial {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .testimonials .col-testimonial .box-testimonial h2, .testimonials .col-testimonial .box-testimonial h3 {
      display: inline-block;
      margin-bottom: 3px; }
    .testimonials .col-testimonial .box-testimonial h3 {
      font-weight: normal; }
    .testimonials .col-testimonial .box-testimonial span {
      display: block;
      color: #3b3b3b; }
    .testimonials .col-testimonial .box-testimonial img {
      margin-top: 20px;
      margin-bottom: 20px; }
    .testimonials .col-testimonial .box-testimonial .text-testimonial p:last-child {
      margin-bottom: 0px; }
    .testimonials .col-testimonial .box-testimonial .hidden-text-testimonial {
      display: none;
      margin-top: 15px; }
      .testimonials .col-testimonial .box-testimonial .hidden-text-testimonial p:last-child {
        margin-bottom: 0px; }
    .testimonials .col-testimonial .box-testimonial .toggle-hidden-text {
      margin-top: 15px;
      display: inline-block;
      cursor: pointer;
      text-transform: uppercase; }
      .testimonials .col-testimonial .box-testimonial .toggle-hidden-text span {
        display: inline;
        color: #da2129;
        font-weight: bold; }
      .testimonials .col-testimonial .box-testimonial .toggle-hidden-text i {
        margin-left: 5px;
        color: #da2129;
        font-size: 13px; }
        .testimonials .col-testimonial .box-testimonial .toggle-hidden-text i:nth-of-type(2) {
          display: none; }
      .testimonials .col-testimonial .box-testimonial .toggle-hidden-text:hover span, .testimonials .col-testimonial .box-testimonial .toggle-hidden-text:hover i {
        color: #da2129; }
.testimonials .col-testimonials .row-testimonial:nth-of-type(1) .col-testimonial {
  margin-top: 0px; }

.services .col-service {
  margin-top: 30px;
  /*&:nth-of-type(1),&:nth-of-type(2) {
    margin-top:0px;
  }*/ }
  .services .col-service .box-service {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .services .col-service .box-service h2, .services .col-service .box-service h3 {
      display: inline-block;
      margin-bottom: 3px; }
    .services .col-service .box-service .icon-service {
      display: inline; }
      .services .col-service .box-service .icon-service i {
        font-weight: 900;
        font-size: 25px;
        margin-right: 10px; }
      .services .col-service .box-service .icon-service img {
        max-height: 25px;
        width: auto; }
    .services .col-service .box-service img {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; }
    .services .col-service .box-service .text-service p:last-child {
      margin-bottom: 0px; }
    .services .col-service .box-service .hidden-text-service {
      display: none;
      margin-top: 15px; }
      .services .col-service .box-service .hidden-text-service p:last-child {
        margin-bottom: 0px; }
    .services .col-service .box-service .toggle-hidden-text-service {
      margin-top: 15px;
      display: inline-block;
      cursor: pointer; }
      .services .col-service .box-service .toggle-hidden-text-service span {
        display: inline;
        color: #da2129;
        font-weight: bold; }
      .services .col-service .box-service .toggle-hidden-text-service i {
        margin-left: 5px;
        color: #da2129;
        font-size: 13px; }
        .services .col-service .box-service .toggle-hidden-text-service i:nth-of-type(2) {
          display: none; }
      .services .col-service .box-service .toggle-hidden-text-service:hover span, .services .col-service .box-service .toggle-hidden-text-service:hover i {
        color: #da2129; }
.services .col-services .row-services:nth-of-type(1) .col-service {
  margin-top: 0px !important; }

.accordion .card {
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 9px rgba(15, 40, 74, 0.16);
  -moz-box-shadow: 0px 3px 9px rgba(15, 40, 74, 0.16);
  box-shadow: 0px 3px 9px rgba(15, 40, 74, 0.16);
  border: 0px;
  border-radius: 5px; }
  .accordion .card:first-of-type {
    margin-top: 0px; }
  .accordion .card .card-header {
    background: transparent;
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative; }
    .accordion .card .card-header button {
      text-align: left;
      border: 0px;
      border-left: 5px solid #da2129;
      border-right: 50px solid #da2129;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      padding: 20px;
      text-transform: initial;
      font-weight: normal;
      outline: none;
      background: #fff; }
      .accordion .card .card-header button:hover {
        border-color: #da2129; }
      .accordion .card .card-header button:not(.collapsed) {
        border-color: #da2129; }
      .accordion .card .card-header button p {
        color: #3b3b3b;
        font-size: 14px; }
        .accordion .card .card-header button p:last-of-type {
          margin-bottom: 0px; }
      .accordion .card .card-header button i {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0px;
        font-size: 24px;
        top: 50%;
        margin-top: -12px;
        right: 18px;
        color: #fff !important;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
      .accordion .card .card-header button:not(.collapsed) i {
        transform: rotate(-180deg); }
    .accordion .card .card-header button {
      width: 100%; }
  .accordion .card .card-body {
    padding: 25px; }
    .accordion .card .card-body p, .accordion .card .card-body ul li {
      color: #3b3b3b; }
    .accordion .card .card-body p:last-of-type {
      margin-bottom: 0px; }

.faq .card .card-header button p {
  color: #3b3b3b;
  font-weight: bold; }

.gform_wrapper {
  margin-top: 0px !important; }
  .gform_wrapper .gform_body input[type="file"] {
    font-size: 11px; }
  .gform_wrapper .gform_body .top_label li.gfield {
    margin-top: 0px !important;
    margin-bottom: 16px; }
  .gform_wrapper .gform_body .top_label div.ginput_container {
    margin-top: 5px !important; }
  .gform_wrapper label.gfield_label {
    margin-bottom: 0px;
    font-weight: 500 !important;
    font-size: 14px !important; }
  .gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper .chosen-container-multi .chosen-choices {
    outline: none !important;
    padding: 7px 8px !important;
    font-size: 13px !important;
    width: 100% !important;
    border: 1px solid #ccc;
    background: none;
    box-shadow: none !important; }
    .gform_wrapper input[type="text"]:focus, .gform_wrapper textarea:focus, .gform_wrapper .chosen-container-multi .chosen-choices:focus {
      border: 1px solid #da2129 !important; }
  .gform_wrapper .chosen-container .chosen-results li.active-result.highlighted {
    background-image: none !important;
    background-color: #da2129 !important; }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto !important;
    padding: 0px !important; }
  .gform_wrapper .gform_footer input.button {
    background-color: #da2129;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    outline: 0 !important;
    border: 1px solid #da2129;
    padding: 12px 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(92, 74, 23, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(92, 74, 23, 0.16);
    box-shadow: 0px 3px 6px rgba(92, 74, 23, 0.16);
    font-weight: bold;
    float: right; }
    .gform_wrapper .gform_footer input.button:hover {
      background-color: #fff;
      color: #da2129; }
  .gform_wrapper .gfield_required {
    color: #da2129 !important; }

.contacts .col-contacts {
  padding-top: 25px; }
  .contacts .col-contacts .box-contacts {
    padding: 50px;
    color: #fff;
    /*background-image: url("../img/bg_footer.jpg");
    background-size:cover;
    background-position:center center;
    background-position: top center;*/
    background-color: #1f1f1f; }
    @media (max-width: 991px) {
      .contacts .col-contacts .box-contacts {
        padding: 30px; } }
    .contacts .col-contacts .box-contacts .btn-link {
      color: #fff; }
      .contacts .col-contacts .box-contacts .btn-link:hover {
        color: #da2129; }
  .contacts .col-contacts ul.contacts-list {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .contacts .col-contacts ul.contacts-list li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 12px; }
      .contacts .col-contacts ul.contacts-list li a {
        color: #fff;
        text-decoration: none; }
        .contacts .col-contacts ul.contacts-list li a:hover {
          color: #da2129; }
      .contacts .col-contacts ul.contacts-list li i {
        color: #fff;
        margin-right: 5px;
        font-size: 16px;
        position: absolute;
        top: 2px;
        left: 0; }
  .contacts .col-contacts .social-networks {
    margin: 0px;
    padding: 0px;
    margin-top: 30px; }
    .contacts .col-contacts .social-networks li {
      display: inline-block;
      margin-bottom: 0px;
      position: relative;
      margin-right: 6px; }
      .contacts .col-contacts .social-networks li a {
        margin: 0px;
        color: #da2129;
        text-decoration: none;
        border-color: #da2129;
         /* i {
            color:$primary-color;


          }*/ }
        .contacts .col-contacts .social-networks li a:hover {
          color: #da2129; }

.archive-blog .col-article {
  margin-bottom: 30px; }
.archive-blog article h1.title {
  margin-top: 15px; }
.archive-blog article a {
  text-decoration: none !important; }
  .archive-blog article a h2.title {
    margin-top: 15px; }
  .archive-blog article a .btn {
    margin-top: 10px; }
.archive-blog article .the-content pre {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #da2129; }
.archive-blog article .the-content p {
  color: #3b3b3b; }
  .archive-blog article .the-content p:last-child {
    margin-bottom: 0px; }
.archive-blog article .the-content ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0; }
  .archive-blog article .the-content ol li {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px; }
  .archive-blog article .the-content ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
    font-size: 18px;
    font-weight: bold;
    color: #da2129;
    margin: 0;
    margin-left: 0px;
    width: auto;
    margin-right: 5px;
    width: 25px; }
.archive-blog article .post-meta {
  color: #3b3b3b;
  font-weight: normal; }

.sidebar ul {
  padding: 0px;
  list-style: none; }
  .sidebar ul li {
    padding: 6.5px 0;
    border-bottom: 1px solid #ccc; }
    .sidebar ul li:first-of-type {
      padding-top: 0px; }
    .sidebar ul li a {
      color: #3b3b3b;
      text-decoration: none; }
      .sidebar ul li a:hover {
        color: #da2129; }
    .sidebar ul li.current-cat a {
      color: #da2129; }
.sidebar .screen-reader-text {
  display: none; }
.sidebar select {
  outline: none !important;
  padding: 7px 8px !important;
  font-size: 13px !important;
  width: 100% !important;
  border: 1px solid #ccc;
  height: 37px;
  background: #fff; }
.sidebar aside {
  margin-bottom: 30px; }
  .sidebar aside h3 {
    margin-bottom: 10px; }
  .sidebar aside:last-of-type {
    margin-bottom: 3px; }

h1.title {
  margin-bottom: 30px; }

.single-property .content-single-property #map {
  height: 400px; }
.single-property .content-single-property .characteristics-property {
  margin-top: 30px; }
  .single-property .content-single-property .characteristics-property .box-characteristics-property {
    padding: 0px; }
    .single-property .content-single-property .characteristics-property .box-characteristics-property ul {
      list-style: none;
      padding: 0px;
      display: flex;
      margin: 0px; }
      .single-property .content-single-property .characteristics-property .box-characteristics-property ul li {
        width: 25%;
        padding: 25px 20px;
        display: inline-block; }
        .single-property .content-single-property .characteristics-property .box-characteristics-property ul li.grey-background {
          background-color: #F7F7F7; }
        .single-property .content-single-property .characteristics-property .box-characteristics-property ul li h3 {
          font-size: 14px;
          text-transform: uppercase;
          color: #da2129; }
        .single-property .content-single-property .characteristics-property .box-characteristics-property ul li p {
          margin: 0px;
          font-size: 17px; }
.single-property .content-single-property #tabs-property {
  margin-top: 30px;
  border-bottom: 0px; }
  .single-property .content-single-property #tabs-property li a {
    color: #da2129;
    border: 0px !important;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 11px 18px; }
    .single-property .content-single-property #tabs-property li a:hover {
      color: #da2129; }
.single-property .content-single-property .box-tab-content {
  height: auto !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
.single-property .content-single-property .nav-tabs .nav-item.show .nav-link, .single-property .content-single-property .nav-tabs .nav-link.active {
  border: 0px !important; }
.single-property .content-single-property .nav-tabs .nav-link.active {
  background: #da2129;
  color: #fff !important; }
.single-property .content-single-property .box-single-property {
  height: auto; }
  .single-property .content-single-property .box-single-property h1 {
    margin-bottom: 10px; }
  .single-property .content-single-property .box-single-property .ref {
    color: #3b3b3b;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .single-property .content-single-property .box-single-property .prices {
    color: #3b3b3b; }
    .single-property .content-single-property .box-single-property .prices .price {
      text-decoration: line-through;
      margin-bottom: 20px; }
    .single-property .content-single-property .box-single-property .prices .new-price {
      font-size: 20px;
      font-weight: bold;
      color: #da2129;
      margin-left: 10px; }
  .single-property .content-single-property .box-single-property .location {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px; }
    .single-property .content-single-property .box-single-property .location i {
      color: #da2129;
      margin-right: 7px; }
.single-property .content-single-property .gallery-single-property {
  margin-top: 30px; }
  .single-property .content-single-property .gallery-single-property .single-image-gallery {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .single-property .content-single-property .gallery-single-property .single-image-gallery:first-of-type {
      margin-top: 0px; }
    .single-property .content-single-property .gallery-single-property .single-image-gallery.hidden-single-image-gallery {
      display: none !important; }
    .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery {
      position: relative; }
      .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery .overlay-single-gallery {
        background: rgba(218, 33, 41, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        opacity: 0;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s; }
        .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery .overlay-single-gallery.fixed-overlay-single-gallery {
          opacity: 1; }
        .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery .overlay-single-gallery i {
          margin: auto;
          color: #fff;
          font-size: 19px; }
        .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery .overlay-single-gallery span {
          margin: auto;
          color: #fff;
          text-transform: uppercase; }
      .single-property .content-single-property .gallery-single-property .single-image-gallery .inner-single-image-gallery:hover .overlay-single-gallery {
        opacity: 1;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
  .single-property .content-single-property .gallery-single-property .row {
    margin-right: -7.5px;
    margin-left: -7.5px; }
.single-property .content-single-property .agent-property {
  margin-top: 30px; }
  .single-property .content-single-property .agent-property h4 {
    font-size: 14px;
    color: #da2129;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .single-property .content-single-property .agent-property h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px; }
  .single-property .content-single-property .agent-property ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px; }
    .single-property .content-single-property .agent-property ul li a {
      color: #3b3b3b;
      text-decoration: none; }
      .single-property .content-single-property .agent-property ul li a:hover {
        color: #da2129; }
    .single-property .content-single-property .agent-property ul li i {
      color: #da2129;
      margin-right: 5px; }
  .single-property .content-single-property .agent-property a.btn {
    width: 100%;
    margin-top: 20px; }

.fancybox-toolbar .fancybox-button {
  outline: 0 !important; }
.fancybox-toolbar .fancybox-button.fancybox-button--zoom {
  display: none !important; }

.packages .col-package {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .packages .col-package:nth-of-type(1), .packages .col-package:nth-of-type(2), .packages .col-package:nth-of-type(3) {
      margin-top: 0px; } }
  .packages .col-package .box-package h2 {
    font-size: 19px !important;
    margin-bottom: 15px; }
  .packages .col-package .box-package .topics-package {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .packages .col-package .box-package .topics-package li {
      position: relative;
      padding-left: 21px;
      margin-bottom: 5px; }
      .packages .col-package .box-package .topics-package li i {
        position: absolute;
        left: 0;
        top: 3px;
        color: #da2129; }
  .packages .col-package .box-package p.price-package {
    font-weight: bold;
    margin-top: 18px;
    font-size: 15px;
    margin-bottom: 0px; }
  .packages .col-package .box-package.secondary-color i, .packages .col-package .box-package.secondary-color h2, .packages .col-package .box-package.secondary-color li, .packages .col-package .box-package.secondary-color .price-package {
    color: #da2129 !important; }

.banner-child-page {
  margin-top: 96px;
  margin-bottom: 96px; }
  .banner-child-page h2 {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(15, 40, 74, 0.2); }

.anchor-page {
  margin-top: -102px;
  position: absolute; }

.search-form {
  position: absolute;
  bottom: -54px;
  height: auto;
  z-index: 1;
  width: 100%; }
  .search-form .row {
    margin-right: -10px;
    margin-left: -10px; }
  .search-form .box-search-form {
    background: #fff;
    width: 90%;
    margin: auto; }
  .search-form .col {
    padding-left: 10px;
    padding-right: 10px; }
    .search-form .col label {
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-weight: bold;
      color: #da2129;
      margin-bottom: 5px;
      text-align: left;
      font-size: 12px; }
    .search-form .col select {
      outline: none !important;
      padding: 7px 8px !important;
      font-size: 13px !important;
      width: 100% !important;
      border: 1px solid #ccc;
      height: 37px;
      background: #fff; }
    .search-form .col .btn {
      cursor: pointer;
      width: auto;
      height: auto;
      padding: 7px 20px !important;
      outline: 0 !important;
      box-shadow: none !important; }
      .search-form .col .btn:active {
        background-color: #fff; }
      .search-form .col .btn i {
        margin: auto; }

.btn-go-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-image: linear-gradient(to right, #da2129, #da2129);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .btn-go-top.show-btn-go-top {
    opacity: 0.8;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .btn-go-top:hover {
    opacity: 0.7; }
  .btn-go-top i {
    color: #fff;
    font-size: 17px;
    margin: auto; }

.instagram {
  margin-top: 96px;
  text-align: center; }
  @media (max-width: 767px) {
    .instagram {
      margin-top: 60px; } }
  .instagram #insta-gallery-feed-1 .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
    background-image: linear-gradient(to right, rgba(218, 33, 41, 0.7), rgba(218, 33, 41, 0.7));
    background-color: transparent; }
  .instagram #insta-gallery-feed-1 .insta-gallery-list .insta-gallery-item {
    padding: 3px; }
  .instagram .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next > i, .instagram .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev > i {
    color: #fff; }
  .instagram .insta-gallery-feed .insta-gallery-actions {
    margin-top: 35px;
    margin-bottom: 0px; }
  .instagram h5 {
    margin-bottom: 0px;
    position: absolute;
    left: 15px;
    text-align: left;
    top: 15%; }
    @media (max-width: 767px) {
      .instagram h5 {
        position: relative;
        left: 0px;
        margin-bottom: 30px;
        text-align: center; } }
    .instagram h5:hover {
      color: #5E5E5E; }
      .instagram h5:hover span {
        color: #5E5E5E; }
  .instagram .insta-gallery-feed .insta-gallery-list .insta-gallery-item:first-of-type {
    margin-left: 40%; }
    @media (min-width: 991px) and (max-width: 1023px) {
      .instagram .insta-gallery-feed .insta-gallery-list .insta-gallery-item:first-of-type {
        margin-left: 33.3%; } }
    @media (max-width: 991px) {
      .instagram .insta-gallery-feed .insta-gallery-list .insta-gallery-item:first-of-type {
        margin-left: 33.3%; } }
    @media (max-width: 991px) {
      .instagram .insta-gallery-feed .insta-gallery-list .insta-gallery-item:first-of-type {
        margin-left: 0%; } }

.intro {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 80px; }
  .intro h1 {
    /*text-transform:uppercase;
    max-width: 60%;
    line-height: 52px;
    margin-bottom:50px;
    padding-left:35px;*/
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .intro h3 {
    color: #3b3b3b;
    font-size: 1.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .intro p:last-of-type {
    margin-bottom: 0px; }
  .intro .btn {
    margin-top: 30px; }
  .intro .content-intro {
    /*padding:50px;
    color:#fff;
    position: absolute;
    left: -85px;
    right: 15px;
    z-index: 1;
    background-image: linear-gradient(to right, $primary-color, $primary-color);
    .btn-link {
      color:#fff;
      &:hover {
        color:$primary-color;
      }
    }*/ }
    .intro .content-intro p:last-of-type {
      margin-bottom: 0px; }
    .intro .content-intro span.secondary-title {
      margin-top: 30px; }
  .intro .owl-theme .owl-dots {
    text-align: left;
    margin-top: 14px !important; }
    .intro .owl-theme .owl-dots .owl-dot {
      outline: 0 !important;
      margin-right: 7px; }
      .intro .owl-theme .owl-dots .owl-dot span {
        background: #fff;
        border: 2px solid #da2129;
        width: 14px;
        height: 14px;
        margin: 0px;
        position: relative; }
        .intro .owl-theme .owl-dots .owl-dot span:after {
          width: 6px;
          height: 6px;
          background-color: #da2129;
          content: '';
          content: '';
          position: absolute;
          border-radius: 50%;
          left: 1.5px;
          top: 2px;
          opacity: 0; }
        .intro .owl-theme .owl-dots .owl-dot span:hover:after {
          opacity: 1; }
        .intro .owl-theme .owl-dots .owl-dot span:first-of-type {
          margin-left: 0px; }
      .intro .owl-theme .owl-dots .owl-dot.active span:after {
        opacity: 1; }

.newsletter {
  margin-top: 96px;
  text-align: center; }
  .newsletter p {
    color: #3b3b3b;
    font-size: 16px;
    margin-bottom: 0px; }

.attractions {
  margin-top: 120px; }
  .attractions .row {
    margin: 0px; }
  .attractions .col-attraction-cat {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px; }
    .attractions .col-attraction-cat .content-attraction-cat {
      padding: 50px;
      height: 100%;
      text-shadow: 0 1px 2px rgba(20, 83, 103, 0.5); }
      .attractions .col-attraction-cat .content-attraction-cat .icon-attraction-cat {
        margin-bottom: 20px; }
        .attractions .col-attraction-cat .content-attraction-cat .icon-attraction-cat i {
          font-size: 30px;
          color: #fff; }
        .attractions .col-attraction-cat .content-attraction-cat .icon-attraction-cat img {
          max-height: 30px;
          width: auto; }
      .attractions .col-attraction-cat .content-attraction-cat .title-attraction-cat {
        color: #fff; }
        .attractions .col-attraction-cat .content-attraction-cat .title-attraction-cat span {
          color: #fff; }
      .attractions .col-attraction-cat .content-attraction-cat ul {
        margin: 0px;
        list-style: none;
        margin-top: 35px;
        padding: 0px; }
        .attractions .col-attraction-cat .content-attraction-cat ul li {
          line-height: 16px;
          margin-bottom: 7px;
          position: relative;
          padding-left: 21px; }
          .attractions .col-attraction-cat .content-attraction-cat ul li a {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none !important; }
            .attractions .col-attraction-cat .content-attraction-cat ul li a:hover {
              opacity: 0.5; }
          .attractions .col-attraction-cat .content-attraction-cat ul li i {
            color: #fff;
            margin-right: 5px;
            font-size: 16px;
            position: absolute;
            top: 1px;
            left: 0; }

.post-type-archive-attraction .attractions {
  margin-top: 0px; }

.intro-page {
  padding: 96px 0;
  text-align: center; }

.about .video-about {
  margin-top: 35px; }
  .about .video-about iframe {
    width: 100%;
    height: 400px; }
.about .btn-about {
  text-align: center;
  margin-top: 35px; }

.page-template-default h2 {
  font-size: 1.25rem; }
.page-template-default h3 {
  font-size: 1.1rem; }
.page-template-default h4, .page-template-default h5, .page-template-default h6 {
  font-size: 1rem; }

body.single-attraction main {
  padding-top: 110px !important; }
body.single-attraction .row-single-attraction {
  margin: 0px;
  height: calc(100vh - 100px);
  overflow: hidden; }
  body.single-attraction .row-single-attraction .col-info-single-attraction, body.single-attraction .row-single-attraction .col-images-single-attraction {
    padding: 0px; }
  body.single-attraction .row-single-attraction .col-info-single-attraction {
    background-color: #da2129;
    height: 100%;
    position: relative; }
    body.single-attraction .row-single-attraction .col-info-single-attraction .info-attraction {
      padding: 25px; }
      body.single-attraction .row-single-attraction .col-info-single-attraction .info-attraction .content-info-attraction {
        max-height: calc(100vh - 268px);
        overflow-y: scroll; }
        body.single-attraction .row-single-attraction .col-info-single-attraction .info-attraction .content-info-attraction p {
          color: #fff; }
          body.single-attraction .row-single-attraction .col-info-single-attraction .info-attraction .content-info-attraction p:last-of-type {
            margin-bottom: 0px; }
      body.single-attraction .row-single-attraction .col-info-single-attraction .info-attraction h1 {
        color: #fff;
        margin-bottom: 15px; }
    body.single-attraction .row-single-attraction .col-info-single-attraction .see-all-attractions {
      position: absolute;
      bottom: 25px;
      width: 100%;
      text-align: center; }
  body.single-attraction .row-single-attraction .col-images-single-attraction .featured-img-attraction {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction {
    position: relative;
    height: 100%; }
    body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction {
      height: 100%; }
      body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction .owl-stage-outer {
        height: 100%; }
        body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction .owl-stage-outer .owl-stage {
          height: 100%; }
          body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction .owl-stage-outer .owl-stage .owl-item {
            height: 100%; }
            body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction .owl-stage-outer .owl-stage .owl-item .item {
              height: 100%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat; }
              body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .owl-single-attraction .owl-stage-outer .owl-stage .owl-item .item iframe {
                width: 100% !important;
                height: 100% !important; }
    body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-prev, body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-next {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      z-index: 1;
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0px 1px 2px rgba(38, 63, 126, 0.16);
      -moz-box-shadow: 0px 1px 2px rgba(38, 63, 126, 0.16);
      box-shadow: 0px 1px 2px rgba(38, 63, 126, 0.16);
      display: flex;
      align-items: center;
      text-align: center;
      cursor: pointer; }
      body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-prev i, body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-next i {
        margin: auto;
        font-size: 22px; }
      body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-prev:hover, body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-next:hover {
        opacity: 0.7; }
    body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-prev {
      left: 25px;
      opacity: 0.4; }
    body.single-attraction .row-single-attraction .col-images-single-attraction .slider-attraction .arrow-next {
      right: 25px; }

.chosen-choices .search-field {
  width: 100%; }

form.woocommerce-ordering {
  display: none !important; }

/*.woocommerce-product-gallery {
  display:none;
}
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    text-align: center;
  }*/
.related.products {
  clear: both; }
  .related.products h2 {
    margin-bottom: 0px;
    font-size: 1.8em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .related.products ul.products li {
    width: 33.3% !important; }

.up-sells.upsells.products {
  clear: both; }
  .up-sells.upsells.products h2 {
    margin-bottom: 0px;
    font-size: 1.8em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .up-sells.upsells.products li.product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

ul.products {
  display: flex;
  flex-wrap: wrap; }

/*.woocommerce-product-details__short-description {
  max-width:66.666667%;
  margin:auto;
  text-align:center;
}*/
/*.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom:0px;
}*/
form.cart .date_panel {
  margin-bottom: 30px; }

.fields_panel {
  margin-bottom: 30px; }

.woocommerce div.product form.cart div.quantity {
  float: left; }
  .woocommerce div.product form.cart div.quantity input {
    height: 41px;
    outline: none !important; }
    .woocommerce div.product form.cart div.quantity input:focus {
      border: 1px solid #da2129; }

body.woocommerce div.product form.cart .button {
  margin-top: 0px !important; }

.woocommerce div.product form.cart .button {
  float: none;
  margin-top: 15px; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  -ms-flex: 0 0 48%;
  width: 48%;
  flex: 0 0 48%;
  max-width: 48%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%; }

.woocommerce form .form-row label {
  display: block;
  width: 100%; }

span.woocommerce-input-wrapper {
  width: 100%; }

.categories-articles-home > .row {
  margin-top: 96px; }
  .categories-articles-home > .row:first-of-type {
    margin-top: 48px; }

.categories-articles-home .col-category .box-category {
  overflow: hidden;
  position: relative; }
  .categories-articles-home .col-category .box-category img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%; }
  .categories-articles-home .col-category .box-category:hover img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .categories-articles-home .col-category .box-category .overlay-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex; }
    .categories-articles-home .col-category .box-category .overlay-category h2 {
      color: #fff;
      margin: 0px;
      font-size: 22px; }
.categories-articles-home .row-category-Vertical .col-category {
  padding: 0px; }
  .categories-articles-home .row-category-Vertical .col-category h2 {
    padding-left: 24px; }
.categories-articles-home .row-category-Grelha {
  margin-left: -2px;
  margin-right: -2px; }
  .categories-articles-home .row-category-Grelha .col-category {
    padding: 0 2px;
    margin-top: 4px; }
    .categories-articles-home .row-category-Grelha .col-category .overlay-category {
      text-align: center; }
      .categories-articles-home .row-category-Grelha .col-category .overlay-category h2 {
        margin: auto;
        padding-left: 0px; }

.header-categories-articles {
  margin-bottom: 30px;
  width: 100%; }
  .header-categories-articles .col-btn-see-all {
    display: flex; }
  .header-categories-articles h3 {
    font-size: 28px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0px; }
    .header-categories-articles h3:before {
      content: ' ';
      height: 2px;
      width: 20px;
      background-color: #da2129;
      top: 50%;
      position: absolute;
      left: 0; }
  .header-categories-articles a {
    align-self: flex-end;
    margin-left: auto; }

.row-category-Vertical .header-categories-articles {
  padding: 0px !important; }

.col-article {
  margin-bottom: 30px; }
  .col-article .article {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .col-article .article img {
      width: 100%; }
    .col-article .article a {
      text-decoration: none !important; }
    .col-article .article .content-article {
      padding: 15px; }
      .col-article .article .content-article h4 {
        color: #da2129;
        margin-bottom: 0px;
        margin-bottom: 0px;
        font-family: 'Roboto';
        text-transform: uppercase;
        font-weight: 400;
        font-size: 17px; }
      .col-article .article .content-article p {
        margin-top: 8px;
        font-size: 14px;
        color: #3b3b3b !important; }
        .col-article .article .content-article p:last-of-type {
          margin-bottom: 0px; }
    .col-article .article:hover {
      -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      /*.content-article {
        background-color:$primary-color;

        h4, p {
          color:#fff!important;
        }
      }*/ }

.slider-categories-articles {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .slider-categories-articles .owl-categories-articles {
    width: 100%; }
    .slider-categories-articles .owl-categories-articles .owl-stage-outer {
      padding-bottom: 7px;
      width: 100%;
      display: flex; }
      .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage {
        display: flex; }
        .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage .owl-item {
          height: 100%; }
          .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage .owl-item .item {
            height: 100%; }
            .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage .owl-item .item .col-article {
              height: 100%; }
              .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage .owl-item .item .col-article .article {
                height: 100%; }
                .slider-categories-articles .owl-categories-articles .owl-stage-outer .owl-stage .owl-item .item .col-article .article a {
                  height: 100%;
                  /*display:flex;
                  flex-direction:column;*/ }
    .slider-categories-articles .owl-categories-articles .col-article {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .slider-categories-articles .owl-categories-articles .col-article a {
        display: block; }
  .slider-categories-articles .arrow-prev, .slider-categories-articles .arrow-next {
    position: absolute;
    top: calc(50% - 48px);
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .slider-categories-articles .arrow-prev i, .slider-categories-articles .arrow-next i {
      margin: auto;
      font-size: 16px;
      color: #da2129; }
    .slider-categories-articles .arrow-prev:hover, .slider-categories-articles .arrow-next:hover {
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      background-color: #da2129; }
      .slider-categories-articles .arrow-prev:hover i, .slider-categories-articles .arrow-next:hover i {
        color: #fff; }
  .slider-categories-articles .arrow-prev {
    left: 27px; }
  .slider-categories-articles .arrow-next {
    right: 27px; }
  .slider-categories-articles .disabled-arrow {
    opacity: 0.4;
    cursor: default;
    background-color: #fff !important; }
    .slider-categories-articles .disabled-arrow:hover i {
      color: #da2129 !important; }
  .slider-categories-articles .arrows-tablet, .slider-categories-articles .arrows-mobile, .slider-categories-articles .arrows-mobile-xs {
    display: none; }
  @media (max-width: 1199px) {
    .slider-categories-articles .arrows-tablet {
      display: block; }
    .slider-categories-articles .arrows-desktop {
      display: none; } }
  @media (max-width: 979px) {
    .slider-categories-articles .arrows-mobile {
      display: block; } }
  @media (max-width: 479px) {
    .slider-categories-articles .arrows-mobile-xs {
      display: block; } }

.missing-img-square {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .missing-img-square img {
    position: absolute;
    width: auto !important;
    position: absolute;
    width: auto !important;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -94px;
    opacity: 0.4; }

.sliders-category-page .header-categories-articles {
  margin-top: 96px; }
  .sliders-category-page .header-categories-articles:first-of-type {
    margin-top: 0px; }

.list-articles .col-article {
  margin-top: 30px; }

.content-post.content-post-padding {
  padding-right: 48px; }

ul.ingredients-recipe {
  background-color: #F7F7F7;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative; }
  ul.ingredients-recipe li {
    padding: 5px 20px 5px 36px;
    border-bottom: 1px solid #DEDEDE;
    min-height: 32px;
    line-height: 19px; }
    ul.ingredients-recipe li:first-of-type {
      padding-top: 48px;
      font-weight: bold; }
      ul.ingredients-recipe li:first-of-type > div {
        position: relative; }
        ul.ingredients-recipe li:first-of-type > div h2 {
          font-size: 26px;
          text-transform: uppercase;
          color: #da2129; }
        ul.ingredients-recipe li:first-of-type > div a {
          position: absolute;
          right: 0;
          bottom: 0;
          text-decoration: none; }
          ul.ingredients-recipe li:first-of-type > div a i {
            color: #da2129;
            font-size: 21px; }
          ul.ingredients-recipe li:first-of-type > div a:hover i {
            color: #da2129; }
    ul.ingredients-recipe li.dif-temp-pax {
      color: #da2129; }
  ul.ingredients-recipe:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #EFCAC4;
    left: 24px; }

.yith-infs-button-wrapper {
  margin-top: 48px; }
  .yith-infs-button-wrapper #yith-infs-button i {
    display: block;
    margin: 0px;
    margin-top: 9px; }

.woocommerce ul.products {
  margin: 0 -15px;
  display: flex;
  justify-content: center; }
  .woocommerce ul.products li.product {
    margin: 0 0 30px 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
    text-align: left; }
    @media (max-width: 991px) {
      .woocommerce ul.products li.product {
        /*width: 50%!important;
        margin: 0 0 1.992em!important;*/ } }
    .woocommerce ul.products li.product.last {
      margin-right: 0; }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
      text-transform: uppercase;
      font-weight: bold;
      padding-bottom: 5px;
      color: #3b3b3b;
      font-family: "Rajdhani";
      padding: 1px 15px;
      font-size: 16px;
      text-align: left; }
    .woocommerce ul.products li.product .price {
      padding: 0px 15px;
      color: #da2129;
      font-family: "Rajdhani";
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 0px; }
    .woocommerce ul.products li.product .box-li-product {
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      background: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .woocommerce ul.products li.product .box-li-product img {
        margin-bottom: 0;
        padding: 10px; }
      .woocommerce ul.products li.product .box-li-product a {
        display: block; }
      .woocommerce ul.products li.product .box-li-product .btn-see-product {
        text-align: center;
        padding: 10px;
        background: #3b3b3b;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        margin-top: 8px;
        font-family: "Rajdhani";
        font-weight: 700; }
      .woocommerce ul.products li.product .box-li-product .shopswatchinput {
        margin: 10px; }
    .woocommerce ul.products li.product:hover .box-li-product {
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
      -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    @media (max-width: 767px) {
      .woocommerce ul.products li.product {
        margin-bottom: 15px !important; }
        .woocommerce ul.products li.product:nth-child(odd) {
          padding-right: 7.5px; }
        .woocommerce ul.products li.product:nth-child(even) {
          padding-left: 7.5px; } }

#pagination .past-page {
  display: none !important; }

.woocommerce-pagination {
  display: none !important; }

.related-articles {
  margin-top: 96px; }

.sections-home .col-img-sections-home, .sections-home .col-content-sections-home {
  padding: 0px;
  min-height: 400px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .sections-home .col-img-sections-home, .sections-home .col-content-sections-home {
      min-height: 250px; } }
@media (max-width: 1920px) {
  .sections-home .row {
    margin: 0px; } }
.sections-home .row:nth-child(even) .col-img-sections-home {
  order: 2; }
.sections-home .row:nth-child(even) .col-content-sections-home {
  order: 1;
  background-color: #f3f3f3; }
.sections-home .row .outer-content-sections-home {
  height: 100%;
  display: flex;
  align-items: center; }
.sections-home .row .content-sections-home {
  padding: 60px; }
  @media (max-width: 767px) {
    .sections-home .row .content-sections-home {
      padding: 30px;
      text-align: center; } }
  .sections-home .row .content-sections-home h2 {
    margin-bottom: 19px; }
    @media (max-width: 991px) {
      .sections-home .row .content-sections-home h2 {
        margin-bottom: 20px;
        font-size: 22px; } }
  .sections-home .row .content-sections-home p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .sections-home .row .content-sections-home p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px; } }
  .sections-home .row .content-sections-home .btn {
    min-width: 160px;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .sections-home .row .content-sections-home .btn {
        margin-top: 10px;
        margin-right: 0px;
        min-width: 172px; } }
@media (max-width: 767px) {
  .sections-home > .row:nth-child(odd) .col-img-sections-home {
    order: 2; }
  .sections-home > .row:nth-child(odd) .col-content-sections-home {
    order: 1; } }

.gform_wrapper .instruction {
  display: none; }

.about {
  padding: 0 18px; }
  @media (max-width: 767px) {
    .about {
      padding: 0px; } }

.banner-single-post {
  margin-bottom: 30px; }

.section-restaurant {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 135px;
  margin-top: -135px; }
  .section-restaurant:last-of-type {
    margin-bottom: 0px; }
  .section-restaurant p {
    font-size: 16px;
    margin-bottom: 30px; }
  .section-restaurant .wrapper-img-restaurant {
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .section-restaurant .wrapper-img-restaurant {
        margin-bottom: 15px; } }
    .section-restaurant .wrapper-img-restaurant img {
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .section-restaurant .wrapper-img-restaurant .overlay-wrapper-img-restaurant {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center; }
      .section-restaurant .wrapper-img-restaurant .overlay-wrapper-img-restaurant i {
        color: #fff;
        font-size: 27px;
        margin: auto; }
    .section-restaurant .wrapper-img-restaurant:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .section-restaurant .wrapper-img-restaurant:hover .overlay-wrapper-img-restaurant {
      opacity: 1; }

.addthis_inline_share_toolbox {
  width: 100%;
  text-align: left;
  margin-top: 60px; }

.categories {
  margin: 0 15px; }
  .categories .col {
    padding: 0px;
    margin: 0 3px;
    display: flex; }
    .categories .col:first-of-type {
      margin-left: 0px; }
    .categories .col:last-of-type {
      margin-right: 0px; }
    @media (max-width: 767px) {
      .categories .col {
        flex: 0 0 49%;
        max-width: 49%;
        margin: 1% !important; }
        .categories .col:nth-child(odd) {
          margin-left: 0px !important; }
        .categories .col:nth-child(even) {
          margin-right: 0px !important; } }
    .categories .col a {
      text-decoration: none !important;
      position: relative;
      display: inline-block;
      overflow: hidden; }
      .categories .col a img {
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
    .categories .col .overlay-category {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      align-items: center; }
      .categories .col .overlay-category h2 {
        color: #fff;
        margin: auto;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 400; }
        @media (max-width: 991px) {
          .categories .col .overlay-category h2 {
            font-size: 20px; } }
    .categories .col a:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
    .categories .col a:hover .overlay-category {
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }

.home .categories {
  margin-top: 60px;
  text-align: center; }
  .home .categories h2 {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .home .categories h2 {
        font-size: 1.5rem; } }
  .home .categories p {
    margin-bottom: 60px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .home .categories p {
        margin-bottom: 30px;
        font-size: 14px; } }

@media (max-width: 767px) {
  .sidebar-parent-cat {
    margin-bottom: 30px; } }
.sidebar-parent-cat ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .sidebar-parent-cat ul li.parent-cat {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    text-transform: uppercase; }
    .sidebar-parent-cat ul li.parent-cat a {
      padding: 12px 0px;
      padding-right: 20px;
      line-height: 17px;
      color: #3b3b3b;
      width: 100%;
      text-decoration: none !important;
      font-weight: bold;
      display: inline-block;
      font-size: 14px; }
      .sidebar-parent-cat ul li.parent-cat a:hover {
        color: #da2129; }
    .sidebar-parent-cat ul li.parent-cat .toggle-parent-cat {
      padding: 0px;
      position: absolute;
      right: 0;
      top: 6px;
      cursor: pointer;
      width: 29px;
      height: 33px;
      display: flex;
      align-items: center; }
      .sidebar-parent-cat ul li.parent-cat .toggle-parent-cat i {
        padding: 10px 15px;
        padding-right: 0px;
        /*position:absolute;
        right:20px;
        cursor:pointer;*/ }
        .sidebar-parent-cat ul li.parent-cat .toggle-parent-cat i:hover {
          color: #da2129; }
      .sidebar-parent-cat ul li.parent-cat .toggle-parent-cat .open-parent-cat {
        display: block;
        top: 15px; }
      .sidebar-parent-cat ul li.parent-cat .toggle-parent-cat .close-parent-cat {
        display: none;
        top: 14px; }
    .sidebar-parent-cat ul li.parent-cat ul.children-cats {
      padding-left: 0px;
      display: none;
      padding-bottom: 11px; }
      .sidebar-parent-cat ul li.parent-cat ul.children-cats li a {
        padding: 5px 20px;
        font-size: 14px;
        font-weight: normal;
        text-transform: none; }
      .sidebar-parent-cat ul li.parent-cat ul.children-cats li.active-children-cat {
        color: #da2129; }
        .sidebar-parent-cat ul li.parent-cat ul.children-cats li.active-children-cat a {
          color: #da2129; }
    .sidebar-parent-cat ul li.parent-cat.active-parent-cat {
      color: #da2129; }
      .sidebar-parent-cat ul li.parent-cat.active-parent-cat > a {
        color: #da2129; }
      .sidebar-parent-cat ul li.parent-cat.active-parent-cat i {
        color: #3b3b3b; }
        .sidebar-parent-cat ul li.parent-cat.active-parent-cat i:hover {
          color: #da2129; }
      .sidebar-parent-cat ul li.parent-cat.active-parent-cat .toggle-parent-cat .open-parent-cat {
        display: none; }
      .sidebar-parent-cat ul li.parent-cat.active-parent-cat .toggle-parent-cat .close-parent-cat {
        display: block; }
      .sidebar-parent-cat ul li.parent-cat.active-parent-cat ul.children-cats {
        display: block; }

.woocommerce-info, .woocommerce-message {
  border-top-color: #da2129;
  width: 100%;
  font-size: 15px; }

.woocommerce-info::before, .woocommerce-message::before {
  color: #da2129; }

.woocommerce-notices-wrapper {
  width: 100%; }

body.woocommerce .woocommerce-message .button, body.woocommerce div.product form.cart .button,
body .woocommerce div.product form.cart .button.woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
  color: #fff;
  border: 0px;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 13px 25px !important;
  font-size: 15px;
  position: relative;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #1f1f1f !important;
  border: 1px solid #1f1f1f;
  color: #fff !important; }
  body.woocommerce .woocommerce-message .button:hover, body.woocommerce div.product form.cart .button:hover,
  body .woocommerce div.product form.cart .button.woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover {
    background-color: #da2129 !important;
    color: #fff;
    border: 1px solid #da2129; }
  body.woocommerce .woocommerce-message .button:focus, body.woocommerce div.product form.cart .button:focus,
  body .woocommerce div.product form.cart .button.woocommerce #respond input#submit:focus, body .woocommerce a.button:focus, body .woocommerce button.button:focus, body .woocommerce input.button:focus {
    border: 1px solid #da2129 !important; }
body .woocommerce a.remove {
  color: #da2129 !important; }
  body .woocommerce a.remove :hover {
    background: #da2129 !important; }
body .cart_totals h2, body.page-template-default h3, body.page-template-default h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #3b3b3b; }
body.woocommerce div.product form.cart .button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #da2129 !important;
  border: 0px !important; }
  body.woocommerce div.product form.cart .button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #3b3b3b !important; }
body .coupon #coupon_code {
  height: 43px;
  width: 280px; }
body .checkout_coupon .form-row {
  width: auto;
  float: left; }
body .checkout_coupon #coupon_code {
  height: 43px;
  width: 280px;
  width: 280px;
  padding: 4px 10px; }
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
  padding: 10px;
  border: 1px solid #3b3b3b; }
  body .woocommerce form .form-row input.input-text:focus, body .woocommerce form .form-row textarea:focus {
    border: 1px solid #da2129; }
body .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important; }
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #da2129; }
body .select2-container--default .select2-selection--single {
  outline: none !important;
  border: 1px solid #3b3b3b;
  height: 43px; }
  body .select2-container--default .select2-selection--single:focus {
    border: 1px solid #da2129; }
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 43px;
    line-height: 41px; }
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px; }
body .woocommerce form .form-row textarea {
  height: 8em; }
body .woocommerce .col2-set .col-1, body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2, body .woocommerce-page .col2-set .col-2 {
  padding: 0px; }
body #order_review_heading {
  margin-top: 30px; }
body .woocommerce form .form-row.woocommerce-validated .select2-container, body .woocommerce form .form-row.woocommerce-validated input.input-text, body .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #3b3b3b; }
body .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0px; }
  body .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #E5E5E5; }
    body .woocommerce-MyAccount-navigation ul li a {
      text-transform: uppercase;
      line-height: 17px;
      padding: 12px 0px;
      font-weight: bold;
      display: inline-block;
      font-size: 14px;
      width: 100%; }
    body .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #da2129; }
body .woocommerce form .form-row {
  padding: 0px; }
body button[name="save_address"], body button[name="save_account_details"] {
  margin-top: 20px !important; }

.single-product main h1 {
  font-size: 2rem;
  color: #3b3b3b;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .single-product main h1 {
      font-size: 1.5rem; } }
.single-product main .woocommerce-Tabs-panel > h2 {
  display: none; }
.single-product main .price {
  color: #da2129 !important;
  font-family: "Rajdhani" !important;
  font-weight: bold !important;
  font-size: 19px !important; }
.single-product main .woocommerce-product-details__short-description {
  font-size: 16px; }
  @media (max-width: 767px) {
    .single-product main .woocommerce-product-details__short-description {
      font-size: 14px; } }

.events h4 {
  margin-bottom: 4px; }
.events .date-event {
  font-weight: 400;
  font-size: 16px;
  color: #3b3b3b !important; }
.events .filter-events {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-bottom: 35px; }
  .events .filter-events li {
    text-transform: uppercase;
    display: inline;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #E5E5E5; }
    .events .filter-events li:first-of-type {
      border-left: 0px; }
    .events .filter-events li:last-of-type {
      border-right: 0px; }
    @media (max-width: 767px) {
      .events .filter-events li {
        display: block;
        border-right: 0px !important;
        border-bottom: 1px solid #E5E5E5; }
        .events .filter-events li:last-of-type {
          border-bottom: 0px; } }
    .events .filter-events li a {
      text-decoration: none !important; }
    .events .filter-events li.current-term a {
      color: #da2129; }
.events .missing-events {
  font-size: 16px;
  text-align: center;
  width: 100%; }

.single-events .addthis_inline_share_toolbox {
  text-align: left;
  margin-top: 50px; }
.single-events .date-event {
  font-size: 17px;
  font-weight: 500; }
@media (max-width: 767px) {
  .single-events .the-content {
    margin-top: 30px; } }
.single-events .content-post-padding {
  padding-right: 0px; }

.full-menu, .search-menu {
  float: left;
  width: 100%;
  background: white;
  position: fixed;
  z-index: -1;
  margin-top: 0px;
  opacity: 0;
  height: 100%;
  margin-top: 0;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .full-menu .close-menu, .search-menu .close-menu {
    height: 19px;
    right: 0;
    position: absolute;
    top: 30px;
    right: 30px; }
  .full-menu > .container, .search-menu > .container {
    height: 100%; }
  .full-menu.show-full-menu, .search-menu.show-full-menu {
    z-index: 999999;
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .full-menu.search-full-menu, .search-menu.search-full-menu {
    z-index: 999;
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .full-menu .outer-menu-ul, .search-menu .outer-menu-ul {
    height: 100%; }
  .full-menu .outer-menu-ul > div, .search-menu .outer-menu-ul > div {
    overflow-y: auto;
    height: 100%;
    display: flex;
    align-items: center; }
  .full-menu .outer-menu-ul > div > ul, .search-menu .outer-menu-ul > div > ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: auto; }
    .full-menu .outer-menu-ul > div > ul > li, .search-menu .outer-menu-ul > div > ul > li {
      width: 90%;
      margin: auto; }
      .full-menu .outer-menu-ul > div > ul > li a, .search-menu .outer-menu-ul > div > ul > li a {
        color: #3b3b3b;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none !important;
        position: relative;
        padding: 0;
        text-transform: uppercase; }
        .full-menu .outer-menu-ul > div > ul > li a:hover, .search-menu .outer-menu-ul > div > ul > li a:hover {
          color: #da2129; }
        @media (max-width: 767px) {
          .full-menu .outer-menu-ul > div > ul > li a, .search-menu .outer-menu-ul > div > ul > li a {
            font-size: 17px; } }
    .full-menu .outer-menu-ul > div > ul li, .search-menu .outer-menu-ul > div > ul li {
      line-height: 43px;
      position: relative;
      display: table;
      padding-left: 0px; }
      @media (max-width: 767px) {
        .full-menu .outer-menu-ul > div > ul li, .search-menu .outer-menu-ul > div > ul li {
          line-height: 37px; } }
      .full-menu .outer-menu-ul > div > ul li.menu-item-has-children .outer-link-menu, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children .outer-link-menu {
        display: inline-block;
        position: relative; }
      .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul {
        list-style: none;
        margin-left: 0px;
        width: 94%;
        text-align: center;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-left: 0px;
        /*@include breakpoint(mobile) {
          columns: 3;
          -webkit-columns: 3;
          -moz-columns: 3;
        }*/ }
        @media (max-width: 767px) {
          .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul {
            margin-bottom: 15px; } }
        .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul li, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul li {
          margin: auto;
          margin-bottom: 5px; }
        .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a {
          color: #3b3b3b;
          font-size: 17px;
          font-weight: 300;
          text-decoration: none !important;
          position: relative;
          padding: 0 0px;
          text-transform: initial;
          font-size: 17px;
          text-transform: uppercase !important; }
          .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a:hover, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a:hover {
            color: #da2129; }
          @media (max-width: 767px) {
            .full-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children ul a {
              font-size: 14px; } }
      .full-menu .outer-menu-ul > div > ul li.menu-item-has-children div.arrow, .search-menu .outer-menu-ul > div > ul li.menu-item-has-children div.arrow {
        content: ' ';
        background-image: url("../img/dropdown.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: relative;
        display: inline-block;
        left: 18px;
        top: 3px;
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        cursor: pointer; }
      .full-menu .outer-menu-ul > div > ul li.current-menu-item > a, .search-menu .outer-menu-ul > div > ul li.current-menu-item > a {
        color: #da2129; }
      .full-menu .outer-menu-ul > div > ul li.show-menu ul, .full-menu .outer-menu-ul > div > ul li.current-menu-parent ul, .search-menu .outer-menu-ul > div > ul li.show-menu ul, .search-menu .outer-menu-ul > div > ul li.current-menu-parent ul {
        display: block; }
      .full-menu .outer-menu-ul > div > ul li.show-menu .arrow, .full-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow, .search-menu .outer-menu-ul > div > ul li.show-menu .arrow, .search-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow {
        transform: rotate(180deg);
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        margin-top: -6px !important;
        background-image: url("../img/dropdown.svg") !important; }
        .full-menu .outer-menu-ul > div > ul li.show-menu .arrow:hover, .full-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow:hover, .search-menu .outer-menu-ul > div > ul li.show-menu .arrow:hover, .search-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow:hover {
          background-image: url("../img/dropdown.svg") !important; }
      .full-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow, .search-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow {
        transform: rotate(180deg);
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        margin-top: -6px !important;
        background-image: url("../img/dropdown.svg") !important; }
        .full-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow:hover, .search-menu .outer-menu-ul > div > ul li.current-menu-parent .arrow:hover {
          background-image: url("../img/dropdown.svg") !important; }
      .full-menu .outer-menu-ul > div > ul li ul, .search-menu .outer-menu-ul > div > ul li ul {
        display: none;
        margin-top: -6px;
        margin-bottom: 12px; }
        .full-menu .outer-menu-ul > div > ul li ul li, .search-menu .outer-menu-ul > div > ul li ul li {
          line-height: 27px; }
          .full-menu .outer-menu-ul > div > ul li ul li a, .search-menu .outer-menu-ul > div > ul li ul li a {
            font-size: 18px; }
            @media (max-width: 767px) {
              .full-menu .outer-menu-ul > div > ul li ul li a, .search-menu .outer-menu-ul > div > ul li ul li a {
                font-size: 16px; } }
            .full-menu .outer-menu-ul > div > ul li ul li a:after, .search-menu .outer-menu-ul > div > ul li ul li a:after {
              display: none; }

.cart-icon {
  position: fixed;
  top: 110px;
  right: 30px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  text-align: center; }
  .cart-icon a {
    margin: auto;
    position: relative;
    color: #3b3b3b !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .cart-icon a i {
      font-size: 16px;
      margin-left: -5px;
      padding-right: 8px;
      margin: auto; }

.count-cart {
  position: absolute;
  top: 7px;
  right: 8px;
  background: #da2129;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center; }
  .count-cart span.amount {
    display: none; }
  .count-cart .outer-table {
    margin: auto;
    height: 100%; }
    .count-cart .outer-table .inner-table {
      height: 100%; }
      .count-cart .outer-table .inner-table .cart-contents {
        margin-top: 1px; }

.categories-home.woocommerce ul.products li {
  width: 50% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 50%; }
  @media (max-width: 991px) {
    .categories-home.woocommerce ul.products li {
      width: 80% !important;
      -ms-flex: 0 0 80% !important;
      flex: 0 0 80% !important;
      max-width: 80%; } }
.categories-home.woocommerce .thumb-category-home ul.products li {
  width: 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100%; }
  .categories-home.woocommerce .thumb-category-home ul.products li .img-thumb-category-home {
    height: 300px; }
.categories-home.woocommerce .category-home {
  padding: 80px 0;
  position: relative; }
  .categories-home.woocommerce .category-home .overlay-category-home {
    background-image: url("../img/bg_categories.jpg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: cover;
    background-attachment: fixed; }
  .categories-home.woocommerce .category-home .intro-category-home {
    margin-bottom: 30px; }
    .categories-home.woocommerce .category-home .intro-category-home h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 4rem;
      margin-bottom: 0px; }
    .categories-home.woocommerce .category-home .intro-category-home p {
      font-size: 16px;
      font-weight: 400;
      color: #fff; }
  .categories-home.woocommerce .category-home:nth-child(odd) {
    background-color: #da2129; }
    .categories-home.woocommerce .category-home:nth-child(odd) .intro-category-home {
      text-align: right; }
  .categories-home.woocommerce .category-home:nth-child(even) {
    background-color: #3b3b3b; }
    .categories-home.woocommerce .category-home:nth-child(even) .benefits-category-home {
      order: 1; }
    .categories-home.woocommerce .category-home:nth-child(even) .products-category-home {
      order: 2; }
    .categories-home.woocommerce .category-home:nth-child(even) .btn-see-product {
      background-color: #da2129 !important; }

.benefits-category-home ul {
  list-style: none;
  padding-left: 50px; }
  .benefits-category-home ul li {
    position: relative; }
    .benefits-category-home ul li i {
      position: absolute;
      left: -34px;
      top: 1px;
      color: #fff;
      font-size: 22px; }
    .benefits-category-home ul li h4 {
      color: #fff;
      text-transform: uppercase; }
    .benefits-category-home ul li p {
      color: #fff; }

.col-benefits-product .benefits-category-home ul {
  padding-left: 25px;
  margin-top: 16px; }
.col-benefits-product .benefits-category-home h4 {
  color: #3b3b3b;
  font-size: 18px; }
.col-benefits-product .benefits-category-home i {
  color: #3b3b3b;
  position: absolute;
  left: -25px;
  top: 1px;
  font-size: 17px; }
.col-benefits-product .benefits-category-home p {
  color: #3b3b3b; }

.woocommerce-products-header .term-description {
  text-align: center;
  margin-bottom: 60px; }

.reset_variations {
  display: none !important; }

.swatchtitlelabel {
  text-transform: uppercase; }

.woocommerce-variation-availability {
  display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 2em;
  border-radius: 0px;
  background-color: #fff; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    color: #3b3b3b; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #da2129;
  color: #fff; }

table.variations tr {
  display: block; }
table.variations td {
  display: block; }

.woocommerce-Tabs-panel {
  margin-top: 40px !important; }
  .woocommerce-Tabs-panel h1, .woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6 {
    text-transform: uppercase; }
  .woocommerce-Tabs-panel .left-tab-product h2 {
    font-size: 1.75rem; }
  .woocommerce-Tabs-panel .left-tab-product h3 {
    margin-top: 50px; }

.wpgs-for .slick-arrow, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
  color: #3b3b3b;
  font-size: 18px; }

.flaticon-right-arrow {
  margin-right: 7.5px; }
  .flaticon-right-arrow::before {
    font-family: 'slick';
    content: '→'; }

.flaticon-back {
  margin-left: 7.5px; }
  .flaticon-back::before {
    content: '←';
    font-family: 'slick'; }


p.return-to-shop {
  display: none; }

.tax-product_cat .top-banner {
  display: none; }
.tax-product_cat.term-115 main {
  padding-top: 0px; }
.tax-product_cat.term-115 main > section > .container {
  padding: 0px;
  max-width: 100%; }
.tax-product_cat.term-115 footer {
  margin-top: 0px; }

.category-section {
  position: relative;
  padding: 60px 0;
  background-color: #3b3b3b; }
  .category-section .header-category-section {
    text-align: center; }
  .category-section .btn-see-product {
    background-color: #da2129 !important; }
  .category-section:nth-child(even) {
    background-color: #696969; }
    .category-section:nth-child(even) .btn-see-product {
      background-color: #3b3b3b !important; }
  .category-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: -3px; }
  .category-section p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px; }
  .category-section .anchor-category-section {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -211.22px; }

.overlay-category-section {
  background-image: url(../img/bg_categories.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: cover;
  background-attachment: fixed; }

.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images {
  width: 75px;
  padding: .50em .25em 0; }

.tm-extra-product-options-inner {
  margin-top: -40px; }

.radio-image-label {
  display: none; }

.tc-extra-product-options .tcwidth-100, .tc-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
  text-transform: uppercase; }

.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image, .tm-extra-product-options .tc-active .tc-label-wrap img.checkbox_image, .tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.radio_image, .tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image {
  box-shadow: none !important;
  border-width: 1.5px; }

.woocommerce-variation-add-to-cart {
  margin-top: 30px; }
  .woocommerce-variation-add-to-cart .tc-extra-product-options {
    display: none !important; }

.product-type-simple form.cart {
  margin-top: 30px; }

h1.title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #3b3b3b; }

header.woocommerce-products-header h1 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #3b3b3b;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .shopswatchinput a.wcvaswatchinput {
    width: 27px !important;
    height: 27px !important; } }
@media (max-width: 991px) and (max-width: 991px) {
  .shopswatchinput div.wcvashopswatchlabel {
    width: 27px !important;
    height: 27px !important; } }

@media (max-width: 991px) {
  .col-contacts-footer, .payment-methods {
    margin-top: 30px; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }
@media (min-width: 1200px) {
  .woocommerce div.product form.cart .variations label.wcvaround {
    width: 38px !important;
    height: 38px !important; } }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  margin-top: 40px; }
  .woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
    margin-bottom: 25px; }

.cross-sells li.product {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important; }

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