/* Variables */
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@font-face {
  font-family: 'bebas_neueregular';
  src: url("./font/bebasneue-webfont.eot");
  src: url("./font/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("./font/bebasneue-webfont.woff2") format("woff2"), url("./font/bebasneue-webfont.woff") format("woff"), url("./font/bebasneue-webfont.ttf") format("truetype"), url("./font/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'steelfishregular';
  src: url("./font/steelfish_rg-webfont.eot");
  src: url("./font/steelfish_rg-webfont.eot?#iefix") format("embedded-opentype"), url("./font/steelfish_rg-webfont.woff2") format("woff2"), url("./font/steelfish_rg-webfont.woff") format("woff"), url("./font/steelfish_rg-webfont.ttf") format("truetype"), url("./font/steelfish_rg-webfont.svg#steelfishregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Global */
body {
  font-family: "Lato", sans-serif;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #1F1F1F;
  margin: 0;
  height: auto !important; }

::-moz-selection {
  color: #ffffff;
  background: #cfa144; }

::selection {
  color: #ffffff;
  background: #cfa144; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: "bebas_neueregular", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
  color: #414141; }

h1 {
  font-size: 50px;
  color: #ffffff; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 28px;
  margin-top: 0; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 14px; }

p {
  color: #414141;
  font-size: 14px;
  line-height: 20px; }

strong {
  color: #414141;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1px; }

a, p, ul, ul li, ol, ol li {
  font-family: "Lato", sans-serif; }

ul, ul li, ol, ol li {
  font-size: 14px;
  color: #7D7D7D;
  letter-spacing: .2px; }

ul li, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:hover, a:focus {
  color: #cfa144;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }

a {
  text-decoration: none;
  color: #cfa144; }

img {
  max-width: 100%; }

mark {
  color: #cfa144; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

pre {
  background: #F7F7F7;
  font-size: 16px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-family: "Lato", sans-serif; }

.container {
  max-width: 1170px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  clear: both; }

section {
  padding: 120px 0;
  position: relative;
  background-size: cover !important;
  text-align: center; }
  section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  section .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 0 15px; }
    section .column.lrg-2 {
      width: 50%; }
    section .column.lrg-3 {
      width: 33.333%; }
  section .content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px; }
  section .content-medium {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  section .content-small {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px; }
  section.grey {
    background-color: #414141; }
    section.grey h2, section.grey h3, section.grey h4, section.grey h5, section.grey p {
      color: #ffffff; }

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

body.mobile-menu-active {
  height: 100vh !important;
  overflow: hidden !important; }

body.privacy .header {
  background-color: #414141; }

@media screen and (max-width: 1230px) {
  .container {
    max-width: 95%; } }

@media screen and (max-width: 768px) {
  section .row {
    display: block; }
  section .content {
    padding: 0 10px; }
  section .column.lrg-2 {
    width: 100%; }
  section .column.lrg-3 {
    width: 50%; } }

@media screen and (max-width: 540px) {
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px; }
  section {
    background-attachment: initial !important; }
    section .column.lrg-3 {
      width: 100%; } }

/* Buttons */
.primary-button {
  background-color: #cfa144;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  outline: none;
  padding: 15px 40px 15px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

.primary-button:before,
.primary-button:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 0px; }

.primary-button:before {
  border-color: #cfa144;
  border-top-width: 2px;
  left: 0px;
  top: -5px; }

.primary-button:after {
  border-bottom-width: 2px;
  border-color: #cfa144;
  bottom: -5px;
  right: 0px; }

.primary-button:hover,
.primary-button.hover {
  background-color: #cfa144;
  color: #ffffff;
  opacity: 1; }

.primary-button:hover:before,
.primary-button.hover:before,
.primary-button:hover:after,
.primary-button.hover:after {
  height: 100%;
  width: 100%; }

@media (max-width: 480px) {
  .primary-button {
    padding: 15px 20px 15px;
    font-size: 12px; } }

/* Header */
.header.col-center #logo {
  float: none;
  max-width: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.header.col-center #main-menu-wrapper,
.header.col-center.smaller #main-menu-wrapper {
  width: 100%;
  display: flex;
  float: none;
  padding-top: 0px;
  padding-bottom: 10px; }

.header.col-center nav.navigation {
  float: none;
  margin: 0 auto; }

/*split-menu*/
.header.col-center.split #logo {
  display: none; }

.header.col-center.split #main-menu-wrapper {
  padding: 30px; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.header #logo {
  max-width: 300px;
  width: 20%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.header #logo h1 {
  font-size: 30px;
  margin: 0; }

.home .header #logo h1 a {
  color: #cfa144; }

.home .header #logo p, .header #logo p {
  color: #cfa144;
  margin: 0;
  letter-spacing: .5px; }

.header.smaller #logo p, .header.smaller #logo h1 a {
  color: #cfa144; }

.header.smaller {
  background-color: #414141;
  border-bottom: 1px solid #505050; }

.header.smaller #logo {
  padding-top: 15px;
  padding-bottom: 15px; }

@media screen and (max-width: 1024px) {
  .header #logo {
    width: auto; }
  .header.col-center #logo {
    float: left;
    width: auto; }
  .header.col-center #main-menu-wrapper,
  .header.col-center.smaller #main-menu-wrapper {
    float: right;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .header.col-center.split #logo {
    display: block; }
  .header .menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none; }
  .mobile-menu-active .header .menu-bg {
    display: block; } }

@media (max-width: 1024px) {
  .header #logo img {
    max-height: 45px;
    width: auto; } }

@media (max-width: 480px) {
  .header #logo {
    max-width: 200px; }
  .header #logo h1 {
    font-size: 24px;
    line-height: 34px; } }

/* Menu */
#main-menu-wrapper {
  display: block;
  float: right;
  width: 80%;
  padding-top: 30px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

nav.navigation {
  float: right; }

.navigation ul li {
  float: left;
  position: relative;
  margin-right: 25px; }

.navigation ul li a, .navigation ul li a:link {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  padding: 8px 0px 8px 0px;
  line-height: 18px; }

.home .navigation ul li a:hover {
  color: #cfa144;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial; }

.navigation ul li a:hover, .navigation ul li a:link:hover {
  color: #cfa144;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial; }

.smaller .navigation ul li a:hover, .smaller .navigation ul li a:link:hover {
  color: #cfa144;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial; }

.navigation ul li a:before {
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #cfa144; }

.navigation ul li a:hover:before {
  width: 100%; }

.navigation li.current-menu-item > a:before,
.navigation li.sfHover > a:before,
.navigation li a:hover:before {
  width: 100%; }

.navigation ul li.current-menu-item a,
.navigation ul li.current-menu-item a:link,
.home .navigation ul li.current-menu-item a {
  color: #cfa144; }

.navigation ul ul {
  position: absolute;
  width: 250px;
  padding: 5px 0 5px 10px;
  background: #fff; }

.navigation .sub-menu ul {
  padding-top: 0px; }

.navigation ul ul.sub-menu a,
.navigation ul ul.sub-menu a:link {
  font-size: 12px;
  letter-spacing: 1px;
  width: 235px;
  padding: 10px 0px 10px 8px;
  position: relative;
  border-left: 0;
  color: #666;
  border-right: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(188, 180, 180, 0.1);
  margin: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial; }

.home .navigation ul li a.active {
  color: #cfa144; }

.home .navigation ul li a.active:before {
  width: 100%; }

.navigation ul ul.sub-menu a,
.navigation ul ul.sub-menu a:hover {
  background-color: #fff;
  color: #666; }

.home .smaller .navigation ul li a.active {
  color: #cfa144; }

.navigation ul ul {
  display: none; }

.navigation ul ul ul {
  left: 150px;
  top: 0; }

.navigation ul.sub-menu li a:hover {
  color: #cfa144;
  font-weight: bold;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial; }

.navigation ul.sub-menu li a:hover:before {
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff; }

.sub-menu .menu-item-has-children:after {
  color: #fff; }

.navigation .toggle-caret {
  display: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

a#pull {
  display: none; }
  a#pull span {
    line-height: 0;
    font-size: 0;
    color: transparent; }

.navigation i {
  margin-right: 4px; }

/*-Toggle menu-*/
.toggle-menu ul ul {
  display: none; }

.toggle-menu .toggle-menu-item-parent {
  position: relative; }

.toggle-menu .toggle-caret {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  cursor: pointer;
  line-height: inherit; }

.toggle-menu .toggle-caret .fa {
  width: 20px;
  text-align: center;
  font-size: inherit;
  color: inherit;
  line-height: 24px; }

.toggle-menu .active > .toggle-caret .fa:before {
  content: "\f068"; }

a#pull:after {
  content: "\f0c9";
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  font-family: FontAwesome; }

.smaller a#pull:after {
  color: #fff; }

/*star responsive menu style */
@media screen and (max-width: 1024px) {
  .last-btn #menu > li:last-child > a {
    border: none !important;
    background: #fff;
    font-weight: inherit !important;
    padding: 8px 10px 8px 10px !important; }
  .last-btn #menu > li:last-child > a:hover {
    background: #cfa144; }
  .logged-in.admin-bar .navigation.mobile-menu-wrapper {
    top: 30px; }
  .split .navigation ul li.logo-cent {
    display: none; }
  .mobile-menu-active .smaller {
    -webkit-animation-name: inherit;
    animation-name: inherit; }
  #hero-div .parallax-lite li, .parallax-lite #ribbon,
  .parallax-lite .demo-image {
    background-attachment: inherit !important;
    background-position: center !important; }
  #main-menu-wrapper {
    display: block;
    float: right;
    width: auto;
    padding-top: 20px; }
  .smaller #main-menu-wrapper {
    display: block;
    float: right;
    width: auto; }
  .navigation ul li a:before {
    content: '';
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0px; }
  .navigation .menu a:hover,
  .navigation ul > li.current-menu-item > a {
    color: #fff !important;
    background-color: #cfa144; }
  .navigation .sub-menu a:hover {
    color: #cfa144 !important; }
  .navigation ul li.current_page_item ul.sub-menu li a:before,
  ul.sub-menu li.current_page_item a:before {
    display: none; }
  #main-menu-wrapper nav.navigation .menu {
    padding: 0px; }
  .navigation ul li a, .navigation ul li a:link {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 12px;
    padding: 10px; }
  .navigation {
    width: 100%;
    border: none !important;
    display: none;
    background-color: black; }
  .navigation ul .current-menu-item > a,
  .navigation ul li a:hover {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .navigation .menu a, .navigation .menu .fa > a, .navigation .menu .fa > a {
    color: #000 !important;
    background: transparent; }
  .navigation .menu {
    display: block !important;
    float: none;
    background: transparent;
    margin-bottom: 45px;
    margin-right: 0; }
  .navigation ul ul {
    padding-top: 0px;
    visibility: visible !important;
    position: relative;
    left: 0 !important;
    border: 0;
    width: 100%; }
  .navigation ul li li {
    background-color: red;
    border: 0; }
  .navigation nav {
    height: auto; }
  .navigation nav li, .navigation ul li li {
    width: 100% !important;
    float: left;
    position: relative; }
  .navigation ul li:after {
    display: none; }
  .navigation ul li:before {
    display: none; }
  .navigation nav li a {
    border-bottom: 1px solid rgba(193, 193, 193, 0.2) !important;
    width: 100% !important;
    box-sizing: border-box; }
  .navigation nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px; }
  .header a#pull {
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    text-indent: 15px;
    text-align: right;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  a#pull:after {
    content: "\f0c9";
    display: inline-block;
    font-size: 30px;
    font-family: FontAwesome; }
  .mobile-menu-active a#pull:after {
    content: "\f00d"; }
  .navigation ul .sfHover a,
  .navigation ul li:hover,
  .navigation ul .sfHover ul li {
    background: transparent; }
  .mobile-menu-active .main-container,
  .mobile-menu-active #site-header,
  .mobile-menu-active .footer {
    left: 300px;
    transition: left 500ms ease; }
  .navigation.mobile-menu-wrapper {
    display: block;
    position: fixed;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    transition: left 500ms ease;
    -webkit-backface-visibility: hidden;
    z-index: 99999; }
  .mobile-menu-active .navigation.mobile-menu-wrapper {
    left: 0; }
  .navigation ul li {
    width: 100%;
    display: block; }
  .navigation ul li:hover {
    background: none; }
  .navigation ul li a, .navigation ul ul a {
    padding: 9px 0;
    width: 100%;
    border: none; }
  .navigation ul ul {
    position: static;
    width: 100%;
    border: none; }
  .navigation ul ul li {
    background: none;
    width: 100%; }
  .navigation i {
    display: inline; }
  .navigation ul ul a {
    padding: 9px 18px !important; }
  .navigation ul ul ul a {
    padding: 9px 27px !important; }
  .navigation ul ul ul ul a {
    padding: 9px 36px !important; }
  .navigation .toggle-caret {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #6C6969;
    border-left: 1px solid rgba(193, 193, 193, 0.2); }
  .navigation .toggle-caret i {
    margin-right: 0; }
  #main-menu-wrapper .menu-item-has-children > a:after {
    display: none; }
  /*.home a#pull:after, .home .mobile-menu-active a#pull:after {
color
}*/ }

/*end menu style*/
/* Hero */
#hero-div h1 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1; }

#hero-div li {
  width: 100% !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat; }

#hero-div span {
  font-size: 26px;
  color: rgba(225, 225, 225, 0.5);
  font-family: "bebas_neueregular", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 40px;
  display: block; }

.over-lay {
  background: rgba(0, 0, 0, 0.55);
  top: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%; }

.fs-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  top: 0;
  visibility: hidden; }

.caption-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.caption-container h2 {
  color: #fff;
  line-height: 40px;
  font-size: 30px; }

.caption-container a {
  color: #fff; }

.main-slider-button {
  margin-top: 30px; }

.slider-button a {
  text-decoration: none; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  height: 100px;
  width: 50px; }

.theme-slider-button {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 40px;
  border: 2px solid white;
  font-size: 16px;
  line-height: 60px; }

.theme-slider-button:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  transition: background 0.3s linear; }

.theme-slider-button:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 10%;
  right: 2.6em;
  margin-left: -10%; }

.theme-slider-button:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 10%;
  left: 1.4em;
  margin-right: -10%; }

#hero-div .fs-caption {
  width: 90%; }

#hero-div .theme-slider-button {
  padding: 10px 20px; }

.theme-slider-button:before, .theme-slider-button:after {
  right: 1.4em; }

#hero-div .caption-container h2 {
  font-size: 26px; }

#hero-div .parallax-lite li, .parallax-lite #ribbon {
  background-attachment: fixed !important; }

@media (max-width: 480px) {
  #hero-div .parallax-lite li, .parallax-lite #ribbon {
    background-attachment: initial !important; }
  #hero-div span {
    font-size: 20px; }
  .caption-container h1 {
    line-height: 30px;
    font-size: 32px; } }

/* SVG */
.svg-top-container {
  margin-top: -100px;
  margin-bottom: 0px;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 4; }
  .svg-top-container.reverse {
    transform: scaleX(-1); }

svg.oneline-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  fill: #ffffff; }
  svg.oneline-svg.grey {
    fill: #414141 !important;
    background-color: #ffffff; }
  svg.oneline-svg.reverse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

.svg-side-bar {
  margin-top: -50px;
  margin-bottom: 0px;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 4; }

.svg-bottom-container {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 4; }

.svg-service-top-team {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 4; }

.svg-service-top-Portfolio {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 4; }

.svg-service-bottom-container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 4; }

/* Titles */
.section-title {
  text-align: center;
  padding-bottom: 80px; }
  .section-title h2 {
    color: #414141;
    line-height: 46px;
    margin: 0; }
  .section-title p {
    font-size: 16px;
    color: #c4c4c4;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    padding-top: 15px;
    text-transform: uppercase; }

@media screen and (max-width: 540px) {
  .section-title {
    padding-bottom: 30px; }
    .section-title p {
      font-size: 14px; } }

/* Ribbon */
.ribbon-wrapper .ribbon {
  display: block;
  overflow: hidden;
  position: relative;
  color: white;
  z-index: 1; }
  .ribbon-wrapper .ribbon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(65, 65, 65, 0.8);
    top: 0; }
  .ribbon-wrapper .ribbon h2 {
    margin-bottom: 0;
    color: #ffffff; }

.ribbon-wrapper .ribon-box {
  width: 100%;
  overflow: hidden;
  text-align: center; }

.ribbon-wrapper .ribbon-content {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.ribbon-wrapper .ribbon-content h3 {
  color: #fff;
  margin: 0; }

.ribbon-wrapper .ribbon-button {
  padding: 30px 0; }

.ribbon-wrapper .ribbon {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 540px) {
  .ribbon-wrapper .ribbon {
    padding: 140px 0; } }

/* Contact */
.page-contact {
  width: 100%;
  text-align: center; }
  .page-contact .contact-block {
    display: block;
    width: 100%; }
    .page-contact .contact-block h3 {
      margin-bottom: 0; }
    .page-contact .contact-block p {
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      word-wrap: break-word; }
    .page-contact .contact-block a {
      font-family: "bebas_neueregular", sans-serif;
      font-size: 22px;
      padding-top: 20px; }

.device-contact-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #cfa144;
  width: 100%;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block; }
  .device-contact-banner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .device-contact-banner .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 20px 5px;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    align-content: center;
    align-self: center; }
  .device-contact-banner a {
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "bebas_neueregular", sans-serif;
    font-size: 20px;
    display: block; }
    .device-contact-banner a span {
      line-height: 0;
      font-size: 0;
      color: transparent;
      display: block; }
    .device-contact-banner a:last-child {
      background-color: #cfa144;
      border-right: 0; }

#map {
  float: left;
  width: 100%;
  background-color: #fff; }

#map iframe {
  height: 400px;
  width: 100%;
  pointer-events: none;
  display: block; }

@media screen and (max-width: 768px) {
  .page-contact .contact-block .column.lrg-3 {
    width: 100%; }
  .page-contact .contact-block p {
    margin: 0; }
  .page-contact .contact-block a {
    margin-bottom: 60px;
    padding-bottom: 0; } }

@media screen and (min-width: 561px) {
  .device-contact-banner {
    display: none; } }

/* Flexslider */
#hero-div {
  top: 0;
  display: block; }

.flexslider {
  border: 0px solid #fff;
  box-shadow: none; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-slider .slides {
  height: 100% !important;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

.slides li {
  height: 100vh;
  margin-right: 0px;
  display: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 0px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: 100vh;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  position: absolute;
  display: inline-block;
  position: absolute;
  top: 40%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav .flex-prev {
  background: url(images/arrow_left.png) center no-repeat;
  background-size: 40% 40%;
  height: 150px;
  width: 80px;
  opacity: 0.7;
  left: 40px;
  margin-left: -8px; }

.flex-direction-nav .flex-next {
  background: url(images/arrow_right.png) center no-repeat;
  background-size: 40% 40%;
  height: 150px;
  width: 80px;
  opacity: 0.7;
  right: 40px;
  margin-right: -8px; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* Treatments */
#treatments .treatment-list {
  padding-bottom: 100px; }
  #treatments .treatment-list .column {
    padding: 0 3px; }
    #treatments .treatment-list .column .accordion li a {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1; }
      #treatments .treatment-list .column .accordion li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #414141;
        z-index: -1;
        opacity: 0.7;
        transition: opacity .3s ease; }
      #treatments .treatment-list .column .accordion li a:hover:before {
        opacity: 0.5; }
  #treatments .treatment-list .inner .row {
    display: flex !important;
    align-items: center; }
  #treatments .treatment-list .item p {
    font-family: "bebas_neueregular", sans-serif;
    color: #414141;
    font-size: 22px;
    padding: 5px 0;
    line-height: 22px; }
  #treatments .treatment-list .price {
    text-align: center; }
    #treatments .treatment-list .price p {
      font-family: "bebas_neueregular", sans-serif;
      color: #cfa144 !important;
      font-size: 22px;
      padding: 5px 0;
      line-height: 22px; }
  #treatments .treatment-list .seventy {
    width: 70%; }
  #treatments .treatment-list .thirty {
    width: 30%; }

@media screen and (max-width: 768px) {
  #treatments .treatment-list .item p {
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 28px; }
  #treatments .treatment-list .price {
    text-align: right; }
    #treatments .treatment-list .price p {
      font-size: 20px;
      padding: 0;
      margin: 0;
      line-height: 28px; } }

/* Appointments */
#appointments {
  padding: 250px 0; }
  #appointments .section-title {
    padding-bottom: 30px; }
  #appointments p {
    padding-bottom: 30px; }
  #appointments .content-medium {
    padding: 0; }

@media screen and (max-width: 768px) {
  #appointments .content-medium {
    padding: 0 20px; } }

/* Team */
/*start team style*/
#team {
  display: block;
  overflow: hidden;
  background-color: #fff; }
  #team .page-team {
    width: 100%;
    float: left;
    text-align: center; }
    #team .page-team .team-block {
      display: block;
      width: 100%;
      max-width: 990px;
      margin: 0 auto;
      padding-top: 80px; }
      #team .page-team .team-block ul li, #team .page-team .team-block ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      #team .page-team .team-block ul.team-grid li.team-list {
        width: 33.33%;
        float: left;
        position: relative;
        padding-bottom: 30px; }
        #team .page-team .team-block ul.team-grid li.team-list:nth-of-type(3n+3) {
          margin-right: 0px; }
        #team .page-team .team-block ul.team-grid li.team-list figure.team-content {
          position: relative;
          float: left;
          overflow: hidden;
          margin: 0px 0%;
          width: 100%;
          padding: 0 15px; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content img {
            display: block;
            position: relative;
            padding: 0;
            width: 100%; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content figcaption {
            min-height: 260px;
            max-height: 270px;
            display: block;
            background-color: #f1f1f1;
            padding: 20px;
            text-align: left;
            overflow: hidden; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content h3 {
            font-size: 26px;
            color: #cfa144;
            width: 100%;
            margin: 0;
            text-transform: uppercase; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content h4 {
            font-family: "Lato", sans-serif;
            margin: 0;
            opacity: 0.7;
            font-size: 12px;
            padding-bottom: 2px;
            letter-spacing: 1px;
            font-style: italic;
            color: #bababa; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content p {
            font-size: 14px;
            color: #414141; }
          #team .page-team .team-block ul.team-grid li.team-list figure.team-content .svg-top-container {
            width: calc(100% - 30px); }
            #team .page-team .team-block ul.team-grid li.team-list figure.team-content .svg-top-container svg.oneline-svg {
              fill: #f1f1f1; }

.team-grid .team-list {
  margin-right: 2%; }

.team-social-meta {
  overflow: hidden;
  text-align: center; }

li .team-social-social {
  display: inline-block; }

li .team-social-social i {
  display: inline-block;
  padding: 8px;
  font-size: 14px; }

li .team-social-social i:hover {
  opacity: 0.7; }

.team-social-meta .team-social-social-fb, .team-social-meta .team-social-social-tw, .team-social-meta .team-social-social-gm, .team-social-meta .team-social-social-ln {
  display: inline-block;
  padding: 8px; }

.team-social-meta li a {
  color: #666;
  display: block; }

.team-social-meta li a:hover {
  color: #cfa144;
  display: block; }

.team-social-meta .team-social-social-fb a:before {
  content: "\f09a";
  font-family: FontAwesome;
  font-size: 14px; }

.team-social-social-tw a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 14px; }

.team-social-social-gm a:before {
  content: "\f0d5";
  font-family: FontAwesome;
  font-size: 14px; }

.team-social-social-insta a:before {
  content: "\f0d5";
  font-family: FontAwesome;
  font-size: 14px; }

.team-social-social-ln a:before {
  content: "\f0e1";
  font-family: FontAwesome;
  font-size: 14px; }

@media screen and (max-width: 1000px) {
  ul.team-grid li.team-list {
    width: 30%;
    float: left;
    display: inline-block; }
  ul.team-grid li.team-list:nth-of-type(3n+3) {
    margin-right: 0px; }
  ul.team-grid li.team-list:nth-of-type(3n+1) {
    clear: left; }
  li {
    display: list-item;
    text-align: -webkit-match-parent; }
  .team-grid .team-list {
    margin-right: 4%; }
  figure.snip1113 img {
    max-width: 87%;
    /* min-height: 290px; */
    margin: 40px auto;
    display: block;
    position: relative;
    border: 3px solid #666666;
    padding: 15px 15px 140px 15px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  figure.snip1113 figcaption {
    position: absolute;
    height: 170px;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block; } }

@media screen and (max-width: 768px) {
  #team .page-team .team-list {
    width: 50% !important;
    padding-bottom: 3%;
    display: inline-block;
    float: left; }
    #team .page-team .team-list figcaption {
      min-height: auto !important;
      max-height: auto !important; }
  #team .page-team .team-block {
    display: block;
    float: none;
    margin: 0 auto; }
  .team-block ul li, .team-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2%;
    display: inline-block; }
  ul.team-grid li.team-list:nth-of-type(3n+3) {
    margin-right: 4%; }
  ul.team-grid li.team-list:nth-of-type(2n+2) {
    margin-right: 0%; }
  .team-grid li {
    display: list-item;
    text-align: -webkit-match-parent; }
  .team-grid .team-list {
    margin-right: 4%; }
  ul.team-grid li.team-list:nth-of-type(3n+1) {
    clear: none; }
  ul.team-grid li.team-list:nth-of-type(2n+1) {
    clear: left; } }

@media screen and (max-width: 540px) {
  #team .page-team .team-list {
    width: 100% !important; }
  #team .page-team .team-block {
    padding-top: 0; } }

/* Opening Times */
#openinghours {
  padding: 200px 0; }
  #openinghours .section-title {
    padding-bottom: 40px; }
  #openinghours .opening-block .day {
    font-size: 28px;
    font-family: "bebas_neueregular", sans-serif;
    text-align: left; }
  #openinghours .opening-block .time {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 768px) {
  #openinghours .opening-block .day {
    text-align: center;
    padding-bottom: 5px;
    font-size: 24px; }
  #openinghours .opening-block .time {
    text-align: center;
    padding-bottom: 30px; } }

/* Footer */
.footer {
  overflow: hidden;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #414141; }
  .footer .footer-copyright {
    padding: 0 20px;
    width: 100%; }
    .footer .footer-copyright a {
      color: #ffffff; }
      .footer .footer-copyright a:hover {
        color: #cfa144; }
  .footer .footer-content {
    text-align: center;
    width: 100%;
    padding: 15px 0px; }
    .footer .footer-content .text-footer {
      color: #fff;
      font-size: 11px;
      z-index: 2; }
      .footer .footer-content .text-footer a {
        color: #ffffff;
        -webkit-transition: color .25s ease;
        -moz-transition: color .25s ease;
        -ms-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease; }
        .footer .footer-content .text-footer a:hover {
          color: #cfa144; }
    .footer .footer-content .social-ft {
      width: auto;
      padding-bottom: 40px; }
      .footer .footer-content .social-ft ul li {
        display: inline-block; }
        .footer .footer-content .social-ft ul li a {
          padding: 0px 20px;
          font-size: 26px; }
          .footer .footer-content .social-ft ul li a span {
            line-height: 0;
            font-size: 0;
            color: transparent; }
          .footer .footer-content .social-ft ul li a i {
            color: #636363;
            -webkit-transition: color .25s ease;
            -moz-transition: color .25s ease;
            -ms-transition: color .25s ease;
            -o-transition: color .25s ease;
            transition: color .25s ease; }
          .footer .footer-content .social-ft ul li a:hover i {
            color: #cfa144; }

@media (max-width: 560px) {
  .footer {
    margin-bottom: 60px; } }

@media (max-width: 480px) {
  .social-ft {
    float: none; }
  .footer {
    overflow: hidden;
    display: block;
    padding-top: 50px;
    padding-bottom: 120px; }
  .foot-copyright .footer-content {
    text-align: center; }
  .foot-copyright span.text-footer {
    float: none; } }

/* Accordion */
.accordion-wrapper ul {
  list-style: none;
  padding: 0;
  text-align: left; }
  .accordion-wrapper ul .inner {
    padding: 30px;
    overflow: hidden;
    display: none; }
    .accordion-wrapper ul .inner p {
      margin: 2px;
      font-family: "bebas_neueregular", sans-serif; }
    .accordion-wrapper ul .inner.show {
      /*display: block;*/ }
  .accordion-wrapper ul li {
    margin: 5px 0; }
    .accordion-wrapper ul li a.toggle {
      text-align: left;
      font-size: 28px;
      width: 100%;
      display: block;
      background: #414141;
      color: #ffffff;
      padding: 30px;
      font-family: "bebas_neueregular", sans-serif; }

@media screen and (max-width: 768px) {
  .accordion-wrapper ul .inner {
    padding: 20px; }
  .accordion-wrapper ul li:last-child {
    margin-bottom: 0; }
  .accordion-wrapper ul li a.toggle {
    padding: 20px !important;
    font-size: 24px; } }

/* Product Logos */
.product-logos {
  padding: 100px 20px 60px 20px !important; }
  .product-logos .swiper-container {
    width: 100%;
    height: auto; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }
