/*
Theme Name: Theme for RDV
Author: Vardan Shahbazyan
Author URI: https://armwebs.fr/
*/
@import url(node_modules/flexboxgrid/dist/flexboxgrid.min.css);
@import url(js/fancybox-master/dist/jquery.fancybox.min.css);
@import url(css/slick.css);
@import url(css/isolde.min.css);
@import url(css/sortable.css);
@font-face {
  font-family: "Gluten-Regular, Arial, Sans-Serif";
  src: url("fonts/gluten/static/Gluten-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gluten-Bold, Arial, Sans-Serif";
  src: url("fonts/gluten/static/Gluten-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gluten-Light, Arial, Sans-Serif";
  src: url("fonts/gluten/static/Gluten-Light.ttf");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box;
  user-select: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Gluten-Light, Arial, Sans-Serif";
  font-size: 16px;
  color: #333;
  background: #f4f4f4; }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 16px; } }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.container-main, .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.with-flex, .withFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col, .with-flex .leftSection, .with-flex .rightSection, .withFlex .half-col, .withFlex .leftSection, .withFlex .rightSection {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .with-flex .half-col, .with-flex .leftSection, .with-flex .rightSection, .withFlex .half-col, .withFlex .leftSection, .withFlex .rightSection {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section-padding-top {
  padding-top: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding-top {
      padding-top: 30px; } }

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

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      margin-top: 30px; } }
  .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
    width: 13px;
    height: 13px;
    border-radius: 15px;
    background: rgba(51, 51, 51, 0.6);
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #333;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .slick-dots li button {
      display: none; }

.without-before:before {
  display: none !important; }

.main-btn {
  padding: 10px 25px;
  background-color: #cc8948;
  border: 1px solid #cc8948;
  color: #ffffff !important;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .main-btn:hover {
    background-color: #ffffff;
    color: #cc8948 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .main-btn.white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #cc8948 !important; }
    .main-btn.white:hover {
      background-color: transparent;
      color: #ffffff !important; }

.bg-white {
  background-color: #ffffff; }

button.fancybox-button.fancybox-button--thumbs {
  display: none !important; }

.fancybox-caption__body {
  text-align: center;
  max-width: 650px;
  margin: auto; }
  .fancybox-caption__body ul {
    margin: 0;
    padding: 0; }
    .fancybox-caption__body ul li {
      list-style-type: none; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit; }

.button {
  border: 1px solid #cc8948;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  border-radius: 33px;
  outline: none;
  padding: 0 30px;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-family: "Gluten-Light, Arial, Sans-Serif";
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .button.plain {
    color: #cc8948; }
    .button.plain:hover {
      background: #cc8948;
      color: #ffffff; }
    .button.plain.white {
      background: #ffffff;
      color: #cc8948; }
      .button.plain.white:hover {
        background: #cc8948;
        color: #ffffff;
        border: 1px solid #ffffff; }
  .button:not(.plain) {
    background-color: #cc8948;
    color: #ffffff; }
    .button:not(.plain):hover {
      background: #ffffff;
      color: #cc8948; }

a:focus, a:hover {
  color: #333333; }

.section-title {
  font-size: 32px;
  color: #333;
  margin: 0;
  margin-bottom: 50px;
  font-family: "Gluten-Regular, Arial, Sans-Serif";
  color: #cc8948;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .section-title {
      margin-bottom: 30px; } }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #header:before {
    opacity: 0; }
  #header .mobile-logo {
    display: none; }
    @media only screen and (max-width: 1023px) {
      #header .mobile-logo {
        display: block;
        width: 60px;
        height: 60px;
        margin-top: 5px; }
        #header .mobile-logo img {
          width: 100%;
          height: 100%; } }
  #header .container {
    position: relative; }
    #header .container .logo {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 140px;
      height: 140px;
      margin: auto;
      padding: 10px;
      background-color: #fff;
      border-radius: 140px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 1023px) {
        #header .container .logo {
          display: none; } }
      #header .container .logo img {
        width: 100%;
        height: 100%; }
    #header .container .header-menu {
      text-align: right;
      padding: 5px 0; }
      @media only screen and (max-width: 1023px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 0px; } }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 20px 0px 0px; }
        @media only screen and (max-width: 1023px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-right: 20px;
          padding-bottom: 20px;
          position: relative;
          user-select: none;
          /*&.current-menu-item,*/ }
          @media only screen and (max-width: 1023px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #333333;
              margin: 0; } }
          #header .container .header-menu ul li.without-before {
            position: relative;
            top: -4px; }
          #header .container .header-menu ul li a {
            font-size: 16px;
            text-decoration: none;
            color: #333333;
            user-select: none;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1023px) {
              #header .container .header-menu ul li a {
                color: #333 !important; } }
          #header .container .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #333333;
            bottom: 13px;
            left: 0;
            right: 0;
            margin: auto;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1023px) {
              #header .container .header-menu ul li:before {
                display: none; } }
          #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            background-color: #cc8948;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
            color: #cc8948;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
      #header .container .header-menu .left-menu {
        width: 49%;
        display: inline-block;
        text-align: left; }
        @media only screen and (max-width: 1023px) {
          #header .container .header-menu .left-menu {
            width: 100%; } }
      #header .container .header-menu .right-menu {
        width: 49%;
        float: right; }
        @media only screen and (max-width: 1023px) {
          #header .container .header-menu .right-menu {
            width: 100%;
            float: none;
            text-align: left; } }
        #header .container .header-menu .right-menu img {
          height: 17px; }
        #header .container .header-menu .right-menu ul {
          padding-top: 18px; }
          @media only screen and (max-width: 1023px) {
            #header .container .header-menu .right-menu ul {
              padding-top: 50px;
              width: 100%;
              text-align: center; } }
          @media only screen and (max-width: 1023px) {
            #header .container .header-menu .right-menu ul li {
              width: auto;
              display: inline-block; }
              #header .container .header-menu .right-menu ul li:first-child {
                width: auto;
                display: inline-block; }
              #header .container .header-menu .right-menu ul li:last-child {
                width: 100%;
                display: block; } }
          #header .container .header-menu .right-menu ul li:before {
            display: none !important; }
          #header .container .header-menu .right-menu ul li a:not(.main-btn) {
            color: #333333 !important; }
            #header .container .header-menu .right-menu ul li a:not(.main-btn) span {
              position: relative;
              top: -3px;
              right: -4px; }
          @media only screen and (max-width: 1023px) {
            #header .container .header-menu .right-menu ul li.without-before {
              padding: 15px;
              top: 0; }
              #header .container .header-menu .right-menu ul li.without-before a {
                display: inline-block; } }
  #header.sticky, #header.header-fixed {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    #header.sticky .container, #header.header-fixed .container {
      background-color: #ffffff; }
      #header.sticky .container .logo, #header.header-fixed .container .logo {
        width: 120px;
        height: 120px;
        padding: 15px;
        top: 0px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header.sticky .header-menu ul li, #header.header-fixed .header-menu ul li {
      /*&:before{
            background-color: $white;
          }
          a{
            color: $white;
          }*/ }
    #header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #333; }
    @media only screen and (max-width: 1023px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
    #header.sticky:before, #header.header-fixed:before {
      content: '';
      display: block;
      width: 120px;
      height: 120px;
      position: absolute;
      left: 0;
      opacity: 1;
      z-index: -1;
      right: 0;
      top: 1px;
      margin: auto;
      border-radius: 140px;
      -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
      box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
      -moz-transition: all 0.7s;
      -o-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      transition: all 0.7s; }
      @media only screen and (max-width: 1023px) {
        #header.sticky:before, #header.header-fixed:before {
          display: none; } }
  @media only screen and (max-width: 1023px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }

.under-header {
  height: 100px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 1023px) {
    .under-header {
      height: 70px; } }
  .under-header.sticky-under {
    height: 60px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1023px) {
    #mobileMenu {
      display: block;
      z-index: 99999; } }

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  bottom: 0;
  width: 35px;
  height: 30px;
  cursor: pointer; }

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px; }

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px; }

#mobileMenu span:nth-child(4) {
  top: 20px; }

#mobileMenu.open span {
  background-color: #333; }

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 1023px) {
  .for-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    right: -335px;
    padding-top: 15px;
    -webkit-box-shadow: -30px 0px 13px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -30px 0px 13px -18px rgba(0, 0, 0, 0.75);
    box-shadow: -30px 0px 13px -18px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .for-mobile.openMenu {
      right: 0px;
      overflow: auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; } }

.footer {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #333333; }
  @media only screen and (max-width: 480px) {
    .footer {
      line-height: 18px; } }
  .footer p {
    margin: 0; }
    .footer p a {
      color: #cc8948; }

.fixed-phone {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url("img/ph.svg");
  background-size: 25px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  background-color: #cc8948;
  z-index: 99;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 767px) {
    .fixed-phone {
      bottom: 30px;
      right: 100px; }
      .fixed-phone:hover {
        background-image: none;
        width: 250px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .fixed-phone:hover div {
          opacity: 1;
          visibility: visible;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; } }
  @media only screen and (max-width: 767px) {
    .fixed-phone {
      width: 100%;
      left: 0;
      right: 0;
      border-radius: 0;
      bottom: 0; } }
  .fixed-phone div {
    position: relative;
    padding-left: 40px; }
    @media only screen and (min-width: 767px) {
      .fixed-phone div {
        opacity: 0;
        visibility: hidden;
        font-size: 18px;
        width: 160px;
        margin: auto;
        position: relative;
        margin-top: 18px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; } }
    .fixed-phone div img {
      position: absolute;
      left: 0;
      top: 2px;
      height: 20px; }
      @media only screen and (min-width: 767px) {
        .fixed-phone div img {
          top: -2px; } }
  .fixed-phone.is-bottom {
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .fixed-phone {
      width: 100%;
      border-radius: 0;
      left: 0;
      bottom: 0;
      height: auto;
      text-align: center;
      color: #fff;
      padding: 10px;
      background-image: none;
      font-weight: bold;
      font-style: italic;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .fixed-phone div {
        display: inline-block;
        height: 23px;
        line-height: 26px; } }

.banner-section {
  position: relative; }
  .banner-section .banner-slider .items {
    height: 600px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 992px) {
      .banner-section .banner-slider .items {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-slider .items {
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .banner-section .banner-slider .items {
        height: 550px; } }
    .banner-section .banner-slider .items:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .banner-section .banner-slider .items .info {
      position: relative;
      z-index: 1;
      display: inline-block;
      max-width: 650px;
      margin: auto;
      top: 50%;
      color: #ffffff;
      -ms-transform: translateY(-50%);
      -webkit-transform: translatYe(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 650px) {
        .banner-section .banner-slider .items .info {
          padding-left: 15px;
          padding-right: 15px; } }
      .banner-section .banner-slider .items .info h2 {
        color: #ffffff;
        margin: 0;
        margin-bottom: 20px; }
      .banner-section .banner-slider .items .info .description p {
        line-height: 20px; }
        .banner-section .banner-slider .items .info .description p:last-child {
          margin-bottom: 0; }
      .banner-section .banner-slider .items .info .main-btn {
        margin-top: 20px;
        display: inline-block; }
  .banner-section .slick-dots {
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 20px; }
    .banner-section .slick-dots li {
      width: 10px;
      height: 10px;
      background-color: #ffffff;
      margin: 0px 10px;
      cursor: pointer;
      display: inline-block;
      position: relative;
      border-radius: 10px; }
      .banner-section .slick-dots li button {
        display: none; }
      .banner-section .slick-dots li:before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        left: -5px;
        bottom: -5px;
        right: -5px;
        top: -5px;
        margin: auto;
        border-radius: 20px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .banner-section .slick-dots li.slick-active:before, .banner-section .slick-dots li:hover:before {
        width: 20px;
        height: 20px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

.filters-section .card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out; }
  .filters-section .card .card__picture {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .filters-section .card .card-infos {
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    .filters-section .card .card-infos .card__text p {
      margin: 0;
      margin-bottom: 10px;
      line-height: 18px; }
      .filters-section .card .card-infos .card__text p:last-child {
        margin-bottom: 0; }
    .filters-section .card .card-infos .card__title {
      font-family: "Gluten-Bold, Arial, Sans-Serif";
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 10px;
      color: #cc8948; }

.filters-section .sortable__nav {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .filters-section .sortable__nav {
      margin-bottom: 0; } }
  .filters-section .sortable__nav li {
    display: inline-block;
    list-style-type: none;
    cursor: pointer; }
    @media only screen and (max-width: 480px) {
      .filters-section .sortable__nav li {
        margin-bottom: 20px; } }
    .filters-section .sortable__nav li .nav__link {
      padding: 0 20px 4px;
      display: inline-block;
      font-family: "Gluten-Bold, Arial, Sans-Serif"; }
      .filters-section .sortable__nav li .nav__link.is-active {
        border-bottom: 2px solid #cc8948;
        color: #cc8948; }

.about-section .container {
  position: relative; }

.about-section .bg-half-section {
  position: absolute;
  width: 60%;
  top: 0;
  bottom: 0;
  left: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .about-section .bg-half-section {
      width: 100%;
      position: relative;
      left: 0;
      height: 350px; } }

.about-section .with-flex {
  position: relative;
  z-index: 1; }
  .about-section .with-flex .half-col {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .about-section .with-flex .half-col {
        width: 100%; } }
    .about-section .with-flex .half-col:last-child {
      width: 60%;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .about-section .with-flex .half-col:last-child {
          width: 100%;
          padding-top: 0px;
          padding-bottom: 30px; } }
    .about-section .with-flex .half-col .info {
      padding: 50px;
      background-color: rgba(255, 255, 255, 0.75);
      -webkit-box-shadow: 0px 0px 22px 0px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 0px 0px 22px 0px rgba(51, 51, 51, 0.5);
      box-shadow: 0px 0px 22px 0px rgba(51, 51, 51, 0.5); }
      @media only screen and (max-width: 767px) {
        .about-section .with-flex .half-col .info {
          padding: 30px; } }

.parallax {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .parallax {
      background-size: cover;
      background-attachment: unset; } }
  .parallax:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 29, 0.6); }
  .parallax .info {
    padding: 120px 0;
    margin: auto;
    max-width: 650px;
    text-align: center;
    color: #fff;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .parallax .info {
        padding: 30px 0; } }
    .parallax .info h2 {
      color: #ffffff;
      margin-bottom: 30px; }
    .parallax .info p {
      line-height: 18px;
      margin: 0;
      margin-bottom: 40px; }
  .parallax .section-separator {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 57; }
    @media only screen and (max-width: 480px) {
      .parallax .section-separator {
        display: none; } }
    .parallax .section-separator.top-separator {
      top: -8px; }
    .parallax .section-separator.bottom-separator {
      bottom: -12px; }

@media only screen and (max-width: 767px) {
  .why-choose-us {
    background-color: #fff;
    margin-top: 0px; } }

.why-choose-us .with-flex .items {
  padding: 0px 20px;
  text-align: center;
  width: 33.33333%; }
  @media only screen and (max-width: 992px) {
    .why-choose-us .with-flex .items {
      width: 50%;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 480px) {
    .why-choose-us .with-flex .items {
      width: 100%; } }
  .why-choose-us .with-flex .items img {
    height: 70px;
    width: auto; }
  .why-choose-us .with-flex .items h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-size: 18px;
    color: #cc8948;
    margin-top: 10px;
    font-family: "Gluten-Regular, Arial, Sans-Serif"; }
  .why-choose-us .with-flex .items p {
    margin: 0;
    margin-top: 10px;
    line-height: 18px; }

.contact-us .contact-form {
  max-width: 750px;
  margin: auto;
  position: relative; }
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    display: block;
    resize: none;
    border-radius: 0;
    border: 1px solid #fff;
    font-family: "Gluten-Light, Arial, Sans-Serif";
    -webkit-appearance: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .contact-us .contact-form input[type=submit], .contact-us .contact-form textarea[type=submit] {
      width: 170px;
      margin: auto;
      font-size: 16px;
      color: #fff;
      background-color: #cc8948;
      cursor: pointer;
      text-transform: uppercase;
      border: 2px solid #cc8948; }
      .contact-us .contact-form input[type=submit]:hover, .contact-us .contact-form textarea[type=submit]:hover {
        background-color: transparent;
        color: #333333;
        border: 2px solid #333333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    .contact-us .contact-form input.wpcf7-not-valid, .contact-us .contact-form textarea.wpcf7-not-valid {
      border: 1px solid red; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form input, .contact-us .contact-form textarea {
        font-size: 16px; } }
  .contact-us .contact-form textarea {
    height: 122px; }
  .contact-us .contact-form input {
    margin-bottom: 10px; }
  .contact-us .contact-form .ajax-loader {
    position: absolute;
    right: 0;
    left: 210px;
    bottom: 15px;
    margin: auto; }
  .contact-us .contact-form .wpcf7-response-output, .contact-us .contact-form .wpcf7-not-valid-tip {
    display: none !important; }
  .contact-us .contact-form .with-flex .half-col:first-child {
    padding-right: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form .with-flex .half-col:first-child {
        padding: 0; } }
  .contact-us .contact-form .with-flex .half-col:last-child {
    padding-left: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form .with-flex .half-col:last-child {
        padding: 0;
        margin-top: 10px; } }
  .contact-us .contact-form .with-flex .half-col .wpcf7-form-control-wrap {
    display: block; }
    .contact-us .contact-form .with-flex .half-col .wpcf7-form-control-wrap:last-child input {
      margin-bottom: 0; }

.instagram-section {
  padding-top: 50px; }
  .instagram-section .section-title a {
    text-decoration: none;
    font-style: italic;
    color: #333333;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .instagram-section .section-title a:hover {
      color: #cc8948;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .instagram-section .mobile-scroll {
      width: 100%;
      overflow: auto;
      display: inline-block; } }
  @media only screen and (min-width: 766px) {
    .instagram-section #instafeed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .instagram-section #instafeed {
      display: block;
      width: 1250px;
      height: 200px; } }
  .instagram-section #instafeed .insta-half-col {
    width: 20%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .instagram-section #instafeed .insta-half-col {
        height: 150px; } }
    @media only screen and (max-width: 767px) {
      .instagram-section #instafeed .insta-half-col {
        width: 250px;
        height: 200px;
        float: left; } }
    .instagram-section #instafeed .insta-half-col a {
      text-decoration: none;
      color: #ffffff;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.6);
      text-align: center;
      position: absolute;
      top: 101%;
      left: 0;
      font-size: 18px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .instagram-section #instafeed .insta-half-col a span {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translatYe(-50%);
        transform: translateY(-50%); }
    .instagram-section #instafeed .insta-half-col:hover a {
      top: 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }

#contactMap {
  width: 100%;
  height: 400px; }
  @media only screen and (max-width: 480px) {
    #contactMap {
      height: 300px; } }
