/*
Theme Name: Theme for ItPrint
Author: Vardan Shahbazyan
Author URI: https://armwebs.fr/
*/
@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: "Rubik-Regular, Arial, Sans-Serif";
  src: url("fonts/Rubik-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: "Rubik-Light, Arial, Sans-Serif";
  src: url("fonts/Rubik-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: "Rubik-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 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin: 0px 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 10px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      background: transparent;
      left: -10px;
      bottom: -5px;
      right: -10px;
      top: -5px;
      margin: auto;
      border-radius: 20px;
      border: 2px solid #fff;
      -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: #ffc520; }
      .slick-dots li.slick-active:before, .slick-dots li:hover:before {
        width: 20px;
        height: 20px;
        border: 2px solid #ffc520;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

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

.main-btn {
  display: inline-block;
  padding: 15px 25px;
  margin-top: 30px;
  min-width: 200px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  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 span {
    position: relative;
    z-index: 1; }
  .main-btn:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
  .main-btn.primary {
    background-color: #ffc520;
    color: #000000; }
    .main-btn.primary:hover {
      color: #ffffff; }
      .main-btn.primary:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #000000;
        -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.secondary {
    background-color: #000000;
    color: #ffffff; }
    .main-btn.secondary:hover {
      color: #000000; }
      .main-btn.secondary:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #ffc520;
        -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.red {
    background-color: #fff;
    color: #ffffff; }
    .main-btn.red:hover {
      color: #fff; }
      .main-btn.red:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #ffc520;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

.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 #ffc520;
  -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: "Rubik-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: #ffc520; }
    .button.plain:hover {
      background: #ffc520;
      color: #ffffff; }
    .button.plain.white {
      background: #ffffff;
      color: #ffc520; }
      .button.plain.white:hover {
        background: #ffc520;
        color: #ffffff;
        border: 1px solid #ffffff; }
  .button:not(.plain) {
    background-color: #ffc520;
    color: #ffffff; }
    .button:not(.plain):hover {
      background: #ffffff;
      color: #ffc520; }

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

.section-title {
  font-size: 32px;
  color: #333;
  margin: 0;
  margin-bottom: 50px;
  font-family: "Rubik-Regular, Arial, Sans-Serif";
  color: #ffc520;
  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: 40px;
  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; }
  @media only screen and (max-width: 1021px) {
    #header {
      background-color: #fff;
      padding-top: 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); }
      #header #mobileMenu span {
        background-color: #333; }
      #header .logo-white {
        opacity: 1 !important;
        visibility: visible !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; } }
  #header ul {
    margin: 0;
    padding: 0; }
  #header .calls-list {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 1020px) {
      #header .calls-list {
        display: none; } }
    #header .calls-list .with-flex .half-col:first-child {
      order: 2; }
      #header .calls-list .with-flex .half-col:first-child ul {
        text-align: right;
        padding-left: 0; }
        #header .calls-list .with-flex .half-col:first-child ul li {
          display: inline-block;
          margin-right: 10px; }
          #header .calls-list .with-flex .half-col:first-child ul li:last-child {
            margin-right: 0; }
          #header .calls-list .with-flex .half-col:first-child ul li a {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            position: relative;
            top: 3px; }
            #header .calls-list .with-flex .half-col:first-child ul li a img {
              height: 20px;
              margin-right: 5px;
              position: relative;
              top: 3px; }
    #header .calls-list .with-flex .half-col:last-child {
      text-align: right; }
      #header .calls-list .with-flex .half-col:last-child a {
        text-decoration: none;
        color: #fff; }
        #header .calls-list .with-flex .half-col:last-child a img {
          height: 20px;
          margin-left: 5px;
          position: relative;
          top: 3px; }
  #header .calls-items {
    display: none; }
    @media only screen and (max-width: 1020px) {
      #header .calls-items {
        display: block; }
        #header .calls-items ul li {
          display: block; }
          #header .calls-items ul li a {
            text-decoration: none;
            color: #333; }
            #header .calls-items ul li a img {
              height: 20px;
              margin-right: 7px;
              position: relative;
              top: 3px; } }
  #header .container {
    position: relative; }
    #header .container .logo {
      position: absolute;
      text-align: center;
      left: 15px;
      height: 85px;
      user-select: none;
      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; }
      @media only screen and (min-width: 1021px) {
        #header .container .logo {
          width: 400px;
          height: 60px;
          margin: auto; } }
      @media only screen and (max-width: 1020px) {
        #header .container .logo {
          top: 6px;
          height: 60px;
          width: 150px; } }
      #header .container .logo img {
        width: 400px;
        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; }
        @media only screen and (max-width: 1020px) {
          #header .container .logo img {
            width: 200px;
            height: 60px;
            display: none; } }
      #header .container .logo .logo-white {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: 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 (max-width: 1020px) {
          #header .container .logo .logo-white {
            display: block; } }
    #header .container .header-menu {
      text-align: right;
      padding: 5px 0; }
      @media only screen and (max-width: 1020px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 45px; } }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 20px 0px 0px; }
        @media only screen and (min-width: 1021px) {
          #header .container .header-menu ul {
            /*float: left;*/ } }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-left: 20px;
          padding-bottom: 20px;
          position: relative;
          user-select: none; }
          @media only screen and (min-width: 1021px) {
            #header .container .header-menu ul li:first-child {
              margin-left: 0; } }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #fff;
              margin: 0; } }
          #header .container .header-menu ul li a {
            font-size: 16px;
            text-decoration: none;
            color: #fff;
            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: 1020px) {
              #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: #fff;
            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;
            /*@include max(1020){
              display: none;
            }
            @include max(480){
              display: block;
            }*/ }
          #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            -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: 1020px) {
              #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
                width: 50px;
                right: auto;
                left: 9px;
                bottom: 0;
                background-color: #333; } }
          #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
            -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 #top_language_list {
      display: inline-block;
      color: #fff;
      position: relative;
      margin-left: 20px; }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list {
          margin: 0;
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list ul {
          display: block;
          width: 100%; } }
      #header .container #top_language_list ul li {
        text-transform: capitalize; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list ul li {
            display: inline-block;
            width: auto;
            color: #333; }
            #header .container #top_language_list ul li.active:before {
              display: block !important;
              width: 30px;
              bottom: 5px;
              background-color: #333; } }
        #header .container #top_language_list ul li img {
          margin-right: 7px; }
        #header .container #top_language_list ul li:last-child {
          display: none; }
      #header .container #top_language_list:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        bottom: 0;
        margin: auto;
        background-color: #fff;
        -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: 1020px) {
          #header .container #top_language_list:before {
            display: none; } }
  #header.sticky, #header.header-fixed {
    background-color: #fff;
    padding-top: 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 .logo, #header.header-fixed .container .logo {
      height: 60px;
      top: -5px;
      -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: 1020px) {
        #header.sticky .container .logo, #header.header-fixed .container .logo {
          top: 6px;
          height: 60px;
          width: 150px; } }
      #header.sticky .container .logo img, #header.header-fixed .container .logo img {
        width: 355px;
        height: 60px;
        opacity: 0;
        visibility: 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 (max-width: 1020px) {
          #header.sticky .container .logo img, #header.header-fixed .container .logo img {
            width: 200px;
            height: 60px; } }
      #header.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
        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; }
    #header.sticky .header-menu ul li:before, #header.header-fixed .header-menu ul li:before {
      background-color: #333; }
    #header.sticky .header-menu ul li a, #header.header-fixed .header-menu ul li a {
      color: #333; }
    #header.sticky .calls-list .with-flex .half-col ul li a, #header.header-fixed .calls-list .with-flex .half-col ul li a {
      color: #333; }
    #header.sticky .calls-list .with-flex .half-col:last-child a, #header.header-fixed .calls-list .with-flex .half-col:last-child a {
      color: #333; }
    #header.sticky #top_language_list, #header.header-fixed #top_language_list {
      color: #333; }
      #header.sticky #top_language_list:before, #header.header-fixed #top_language_list:before {
        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; }
    #header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #333; }
    @media only screen and (max-width: 1020px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1020px) {
    #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: #fff;
  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: 1020px) {
  .for-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    right: -310px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -6px 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: #000000; }
  @media only screen and (max-width: 480px) {
    .footer {
      line-height: 18px; } }
  .footer p {
    margin: 0; }
    .footer p a {
      color: #ffc520; }

.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: #ffc520;
  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: 195px;
        margin: auto;
        position: relative;
        margin-top: 15px;
        -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: 1px; } }
  .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: 750px;
    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; }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

#filters {
  position: relative; }
  #filters #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.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: "Rubik-Bold, Arial, Sans-Serif";
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 10px;
      color: #ffc520; }

.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: "Rubik-Bold, Arial, Sans-Serif"; }
      .filters-section .sortable__nav li .nav__link.is-active {
        border-bottom: 2px solid #ffc520;
        color: #ffc520; }

.about-section .container {
  position: relative;
  margin-bottom: 50px; }
  .about-section .container:last-child {
    margin-bottom: 0; }

.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; } }

.about-section .odd-section .bg-half-section {
  left: auto;
  right: 15px; }

.about-section .odd-section .order1 {
  order: 1; }

.about-section .odd-section .order2 {
  order: 2; }

.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: #ffc520;
    margin-top: 10px;
    font-family: "Rubik-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;
    input,textarea{
      width: 100%;
      outline: none;
      border: none;
      padding: 10px;
      display: block;
      resize: none;
      border-radius: 0;
      border: 1px solid #fff;
      font-family: $font-light;
      -webkit-appearance: none;
      @include tr(all 0.3s);
      &[type=submit]{
        width: 170px;
        margin: auto;
        font-size: 16px;
        color: #fff;
        background-color: $primary-color;;
        cursor: pointer;
        text-transform: uppercase;
        border: 2px solid $primary-color;
        &:hover{
          background-color: transparent;
          color: $black;
          border: 2px solid $black;
          @include tr(all 0.3s);
        }
      }
      &.wpcf7-not-valid{
        border: 1px solid red;
      }
      @include max(480){
        font-size: 16px;
      }
    }
    textarea{
      height: 122px;
    }
    input{
      margin-bottom: 10px;
    }
    .ajax-loader{
      position: absolute;
      right: 0;
      left: 210px;
      bottom: 15px;
      margin: auto;
    }
    .wpcf7-response-output,.wpcf7-not-valid-tip{
      display: none !important;
    }
    .with-flex{
      .half-col{
        &:first-child{
          padding-right: 5px;
          @include max(480){
            padding: 0;
          }
        }
        &:last-child{
          padding-left: 5px;
          @include max(480){
            padding: 0;
            margin-top: 10px;
          }
        }
        .wpcf7-form-control-wrap{
          display: block;
          &:last-child{
            input{
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}
*/
.contact-section .container-main > .with-flex > .half-col:first-child {
  order: 2;
  padding-left: 25px; }
  @media only screen and (max-width: 480px) {
    .contact-section .container-main > .with-flex > .half-col:first-child {
      padding-left: 0;
      order: 1;
      margin-bottom: 30px; } }
  .contact-section .container-main > .with-flex > .half-col:first-child .contact-form .with-flex .half-col {
    width: 100%;
    padding: 0; }
    .contact-section .container-main > .with-flex > .half-col:first-child .contact-form .with-flex .half-col textarea {
      margin-top: 10px;
      height: 120px; }
    .contact-section .container-main > .with-flex > .half-col:first-child .contact-form .with-flex .half-col .ajax-loader {
      left: 0; }

.contact-section .container-main > .with-flex > .half-col:last-child {
  order: 1;
  padding-right: 25px; }
  @media only screen and (max-width: 480px) {
    .contact-section .container-main > .with-flex > .half-col:last-child {
      padding-right: 0;
      order: 2;
      height: 300px; } }
  .contact-section .container-main > .with-flex > .half-col:last-child #contactMap {
    width: 100%;
    height: 100%;
    border: 2px solid #ffc520; }

.address-col {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin: 0px 0px 50px; }

.contact-form {
  max-width: 750px;
  margin: auto;
  position: relative; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 10px;
    display: block;
    resize: none;
    border-radius: 0;
    border: 1px solid #ffc520;
    font-family: "Rubik-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-form input[type=submit], .contact-form textarea[type=submit] {
      width: 170px;
      margin: auto;
      font-size: 16px;
      color: #fff;
      margin-top: 30px;
      background-color: #ffc520;
      cursor: pointer;
      text-transform: uppercase;
      border: 2px solid #ffc520; }
      .contact-form input[type=submit]:hover, .contact-form textarea[type=submit]:hover {
        background-color: transparent;
        color: #000000;
        border: 2px solid #ffc520;
        -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-form input.wpcf7-not-valid, .contact-form textarea.wpcf7-not-valid {
      border: 1px solid red; }
    @media only screen and (max-width: 480px) {
      .contact-form input, .contact-form textarea {
        font-size: 16px; } }
  .contact-form textarea {
    height: 134px; }
  .contact-form input {
    margin-bottom: 10px; }
  .contact-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: auto; }
  .contact-form .wpcf7-response-output, .contact-form .wpcf7-not-valid-tip {
    display: none !important; }
  .contact-form .with-flex .half-col:first-child {
    padding-right: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-form .with-flex .half-col:first-child {
        padding: 0; } }
  .contact-form .with-flex .half-col:last-child {
    padding-left: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-form .with-flex .half-col:last-child {
        padding: 0;
        margin-top: 10px; } }
  .contact-form .with-flex .half-col .wpcf7-form-control-wrap {
    display: block; }
    .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: #000000;
    -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: #ffc520;
      -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; } }
