@font-face {}
.centered {
  text-align: center; }

body, html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: auto;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100; }

body {
  min-height: 100vh; }
  body .gm-style {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100; }
  body h2 {
    font-size: 14px; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Oxygen', sans-serif; }

#page {
  padding: 0; }
  @media screen and (max-width: 1199px) {
    #page .container {
      width: 100%; } }

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }
  nav .custom-logo {
    width: 8rem;
    height: auto; }
  nav.navbar-default {
    border-bottom: 0;
    margin-bottom: 0;
    background-color: #272727;
    border: 0;
    width: 100vw; }
    nav.navbar-default .navbar-collapse {
      border: 0;
      max-height: 100vh; }

#menu-top-menu li li a {
  padding: .8rem 1rem;
  color: #272727; }
#menu-top-menu li a {
  padding: 1.7rem;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -ms-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out; }
  #menu-top-menu li a:hover {
    background-color: transparent;
    color: #1ad6e6; }
    @media screen and (max-width: 767px) {
      #menu-top-menu li a:hover {
        border-color: transparent !important; } }
  @media screen and (max-width: 1199px) {
    #menu-top-menu li a {
      padding: 2rem 1rem; } }
  @media screen and (max-width: 991px) {
    #menu-top-menu li a {
      padding: 2rem .5rem;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    #menu-top-menu li a {
      padding: 1rem .5rem;
      font-size: 14px;
      text-align: center; } }
#menu-top-menu li.dropdown.open .caret {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
#menu-top-menu li.dropdown.open li a {
  border-top: 0;
  color: #272727;
  padding: .8rem 1rem; }
  #menu-top-menu li.dropdown.open li a:hover {
    border-top: 0; }
  @media screen and (max-width: 767px) {
    #menu-top-menu li.dropdown.open li a {
      background-color: #ffffff; } }
#menu-top-menu li.active > a {
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    #menu-top-menu li.active > a {
      border-color: transparent !important; } }
#menu-top-menu li .dropdown-menu {
  padding: 0 0; }
#menu-top-menu li.open > a {
  background-color: transparent; }

.hamburger {
  float: right;
  outline: none !important; }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #ffffff; }

.video_caption {
  position: relative;
  z-index: 2;
  height: calc(100vh + 90px); }
  .video_caption .container {
    padding: 0 0; }
  .video_caption .inner {
    position: relative;
    height: 100vh;
    z-index: 2;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center; }
    .video_caption .inner h1, .video_caption .inner h2, .video_caption .inner h3, .video_caption .inner h4, .video_caption .inner h5, .video_caption .inner h6 {
      color: #ffffff; }
    .video_caption .inner h1 {
      text-transform: uppercase;
      padding: 0 .5rem; }
  .video_caption .arrow_link {
    color: #ffffff;
    font-size: 3rem;
    position: absolute;
    left: calc(50% - 1.5rem);
    bottom: 3rem; }
    .video_caption .arrow_link:hover {
      color: #ffffff; }

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.header_buttons {
  margin-top: 1rem; }
  .header_buttons a {
    display: inline-block;
    padding: 8px 33px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2px;
    text-decoration: none !important;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out; }
    .header_buttons a:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #272727; }
    @media screen and (max-width: 991px) {
      .header_buttons a {
        padding: 1rem 2rem;
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .header_buttons a {
        padding: 1rem 1rem;
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header_buttons {
      position: relative; }
      .header_buttons a {
        width: 49%;
        padding: 1rem 1rem;
        text-align: center; } }

.main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6 {
  font-size: initial; }
.main_content h5 {
  font-size: 2rem; }
.main_content .title_line {
  background-color: #f10b63;
  color: #ffffff; }
  .main_content .title_line h1 {
    margin: 0 0 0 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    text-transform: uppercase; }
.main_content .center_piece {
  padding: 8rem 0;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem; }
  @media screen and (max-width: 767px) {
    .main_content .center_piece {
      padding: 2rem 0;
      max-width: 90%; } }
  .main_content .center_piece img {
    display: block;
    max-width: 100%; }
  .main_content .center_piece img.alignright {
    float: right; }
  .main_content .center_piece img.alignleft {
    float: left; }
  .main_content .center_piece .arrow_link {
    color: #bebebe;
    font-size: 3rem;
    margin-top: 6rem;
    display: inline-block; }
    .main_content .center_piece .arrow_link:hover {
      color: #272727; }
  .main_content .center_piece p {
    font-size: 16px; }

.product_slider {
  background-color: #3c3c3c;
  padding: 2rem 10% 0;
  position: relative; }
  .product_slider .arrow_link {
    position: absolute;
    color: #bebebe;
    font-size: 3rem;
    left: calc(50% - 1.5rem);
    bottom: 1rem;
    display: inline-block; }
  .product_slider .text_part {
    color: #ffffff;
    padding: 0 2rem; }
    .product_slider .text_part h2, .product_slider .text_part h3 {
      color: #1ad6e6; }
    @media screen and (max-width: 767px) {
      .product_slider .text_part {
        padding: 0 0; } }
  @media screen and (max-width: 767px) {
    .product_slider {
      padding: 3rem 1rem; } }
  .product_slider .button_link {
    display: inline-block;
    padding: 8px 33px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out; }
    .product_slider .button_link:hover {
      background-color: rgba(255, 255, 255, 0.2);
      color: #ffffff; }
    @media screen and (max-width: 991px) {
      .product_slider .button_link {
        font-size: 14px; } }
  .product_slider img {
    width: 40%;
    max-width: 120px;
    min-width: 120px;
    flex: 1 0 40%;
    height: auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .product_slider img {
        max-width: 120px;
        min-width: 120px; } }
  .product_slider .slider_item {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    min-height: 300px;
    outline: none !important; }
    .product_slider .slider_item .text_part {
      text-align: center; }
    .product_slider .slider_item h3 {
      font-size: 24px;
      color: #1ad6e6;
      margin: 0 0 .5rem 0;
      text-transform: uppercase; }
      .product_slider .slider_item h3 a {
        color: inherit;
        text-decoration: none !important; }
    .product_slider .slider_item:nth-child(even) .text_part {
      text-align: center; }
    @media screen and (max-width: 767px) {
      .product_slider .slider_item {
        display: block; }
        .product_slider .slider_item:nth-child(even) {
          display: block; }
        .product_slider .slider_item img {
          margin: 0 auto; }
        .product_slider .slider_item h3 {
          margin-top: 2rem; }
        .product_slider .slider_item .text_part {
          margin-bottom: 30px; }
          .product_slider .slider_item .text_part br {
            display: none; } }
  .product_slider .slick-prev, .product_slider .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    font-size: 0;
    position: absolute;
    top: 200px; }
  .product_slider .slick-prev {
    left: -4rem; }
  .product_slider .slick-next {
    right: -4rem; }
  .product_slider .slick-prev:before, .product_slider .slick-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .product_slider .slick-prev:before:hover, .product_slider .slick-next:before:hover {
      color: #272727; }
  .product_slider .slick-prev:before {
    content: "\f060"; }
  .product_slider [dir="rtl"] .slick-prev:before {
    content: "\f061"; }
  .product_slider [dir="rtl"] .slick-next {
    left: -10px;
    top: 70px;
    right: auto; }
  .product_slider .slick-next:before {
    content: "\f061"; }
  .product_slider [dir="rtl"] .slick-next:before {
    content: "\f060"; }

#bt_mark {
  height: 0; }

#logo_line {
  background-color: #ffffff;
  padding: 2rem 0 3rem;
  margin-bottom: 60px; }
  #logo_line img {
    max-width: 80px;
    height: auto;
    outline: none !important; }
  #logo_line a {
    outline: none !important;
    padding: 0 30px; }
  #logo_line .inner {
    text-align: center; }
    #logo_line .inner .logo_item {
      display: inline-block; }

#footer_menu {
  background-color: #bebebe;
  margin-bottom: 1.5rem; }
  #footer_menu ul {
    padding: 0 0;
    list-style: none;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center; }
    #footer_menu ul li {
      display: inline-flex;
      background-color: #bebebe; }
      #footer_menu ul li a {
        display: inline-block;
        padding: 1rem 1rem;
        color: #ffffff;
        -webkit-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        -ms-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out; }
        #footer_menu ul li a:hover {
          background-color: #ffe3be;
          color: #272727;
          text-decoration: none; }

#contact_line {
  padding: 1rem 1rem;
  color: #ffffff;
  background-color: #272727;
  text-align: center;
  position: fixed;
  bottom: -1px;
  width: 100vw; }
  #contact_line a {
    color: #ffffff;
    white-space: nowrap; }
  #contact_line br {
    display: none; }
    @media screen and (max-width: 767px) {
      #contact_line br {
        display: inline; } }

.header {
  margin-top: 4rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 9rem;
  position: relative; }
  .header.for_map {
    padding: 0; }
  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 39, 39, 0); }
  .header .inner {
    position: relative;
    z-index: 5;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto; }
    .header .inner h1 {
      text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 5rem 3rem; } }

form {
  width: 100%; }
  form .row {
    padding: 1rem 0; }
    form .row input[type=text],
    form .row input[type=email],
    form .row input[type=date],
    form .row textarea {
      display: block;
      width: 100%;
      margin-bottom: 1rem;
      padding: 5px 11px;
      resize: none;
      border: 1px solid #272727;
      font-size: 14px;
      border-radius: 0 !important; }
      form .row input[type=text]::-webkit-input-placeholder, form .row input[type=email]::-webkit-input-placeholder, form .row input[type=date]::-webkit-input-placeholder, form .row textarea::-webkit-input-placeholder {
        color: rgba(39, 39, 39, 0.3);
        font-weight: bolder;
        font-size: 14px; }
      form .row input[type=text]:-moz-placeholder, form .row input[type=email]:-moz-placeholder, form .row input[type=date]:-moz-placeholder, form .row textarea:-moz-placeholder {
        color: rgba(39, 39, 39, 0.3);
        font-weight: bolder;
        font-size: 14px; }
      form .row input[type=text]::-moz-placeholder, form .row input[type=email]::-moz-placeholder, form .row input[type=date]::-moz-placeholder, form .row textarea::-moz-placeholder {
        color: rgba(39, 39, 39, 0.3);
        font-weight: bolder;
        font-size: 14px; }
      form .row input[type=text]:-ms-input-placeholder, form .row input[type=email]:-ms-input-placeholder, form .row input[type=date]:-ms-input-placeholder, form .row textarea:-ms-input-placeholder {
        color: rgba(39, 39, 39, 0.3);
        font-weight: bolder;
        font-size: 14px; }
    form .row input[type=submit] {
      float: right;
      background-color: #272727;
      color: #ffffff;
      border: none;
      border-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-image: none;
      padding: 8px 33px;
      -webkit-transition: all 1000ms ease-out;
      -moz-transition: all 1000ms ease-out;
      -ms-transition: all 1000ms ease-out;
      -o-transition: all 1000ms ease-out;
      transition: all 1000ms ease-out; }
      form .row input[type=submit]:hover {
        background-color: rgba(39, 39, 39, 0.7); }
    form .row .wpcf7-not-valid {
      border: 1px solid red; }

.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-response-output {
  text-decoration: underline; }

.screen-reader-response {
  color: red; }
  .screen-reader-response ul {
    display: none !important; }

#map_canvas {
  height: 40vh;
  min-height: 300px; }
  #map_canvas #marker {
    color: #ffeed7 !important; }
    #map_canvas #marker p {
      margin: 0 0 0 0;
      background-color: #272727;
      color: #ffeed7;
      line-height: 1.5;
      font-size: 14px; }
      #map_canvas #marker p a {
        color: #ffeed7; }
  #map_canvas div[class^='_ibani'] {
    max-width: 250px; }
    #map_canvas div[class^='_ibani'] > div {
      height: 35px !important; }
    @media screen and (max-width: 767px) {
      #map_canvas div[class^='_ibani'] {
        max-width: 150px; } }

.team_content {
  margin-top: 2rem; }
  .team_content .person_item > .inner {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    max-width: 1100px;
    margin: 0 auto; }
    .team_content .person_item > .inner .image_part {
      flex: 0 1 30%;
      height: auto; }
      .team_content .person_item > .inner .image_part img {
        width: 100%;
        height: auto; }
    .team_content .person_item > .inner .text_part {
      flex: 0 1 70%;
      padding: 0 2rem;
      font-size: 16px; }
      .team_content .person_item > .inner .text_part h2, .team_content .person_item > .inner .text_part h3 {
        color: #272727; }
      .team_content .person_item > .inner .text_part h2 {
        font-size: 26px; }
      .team_content .person_item > .inner .text_part h3 {
        font-size: 21px; }
      .team_content .person_item > .inner .text_part .extra_info {
        font-size: 1rem; }
  .team_content .person_item:nth-child(even) > .inner {
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center; }
    .team_content .person_item:nth-child(even) > .inner .text_part {
      text-align: right; }
  @media screen and (max-width: 767px) {
    .team_content .person_item .inner {
      display: block !important;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      padding: 1rem; }
      .team_content .person_item .inner .text_part {
        padding: 0 0; }
    .team_content .person_item:last-child .inner {
      border-bottom: none; } }

.navbar-brand {
  display: block;
  height: auto;
  padding: 1rem; }
  .navbar-brand img {
    width: 15rem;
    height: 40px;
    display: block; }
  .navbar-brand .smllogo {
    width: 6rem; }
  @media screen and (max-width: 991px) {
    .navbar-brand {
      padding-top: .5rem; } }

.testi_item {
  margin-bottom: 2rem; }
  .testi_item .text_part {
    border-left: 5px solid rgba(39, 39, 39, 0.3);
    padding: .5rem 0 .5rem 1rem;
    font-size: 16px; }
  .testi_item h6 {
    font-size: 16px;
    color: #272727;
    text-align: right; }

.error404 .header {
  background-color: #272727;
  margin: 0 0 -4rem; }

.contact_call {
  background-color: #f10b63; }
  .contact_call .inner {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    padding: 3rem 1rem 6rem;
    color: #ffffff;
    text-align: center; }
    .contact_call .inner h2 {
      font-size: 24px;
      margin: 0 0 2rem; }
    .contact_call .inner a {
      padding: 8px 33px;
      border: 1px solid #ffffff;
      color: #ffffff;
      display: block;
      text-transform: uppercase; }
      .contact_call .inner a:hover {
        background-color: #ffffff;
        color: #f10b63;
        -webkit-transition: all 1000ms ease-out;
        -moz-transition: all 1000ms ease-out;
        -ms-transition: all 1000ms ease-out;
        -o-transition: all 1000ms ease-out;
        transition: all 1000ms ease-out;
        text-decoration: none; }
    @media screen and (max-width: 767px) {
      .contact_call .inner {
        margin-bottom: 2rem; } }

#content404 {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -webkit-align-content: center;
  height: 90vh; }
  #content404 h1 {
    text-transform: uppercase;
    font-size: 2rem; }

.fa.fa-arrow-down {
  display: none; }

.floating {
  float: left; }

.date-input-buttons {
  margin-top: -12px; }

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