/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Custom Mixin */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*Black font*/
/*
Woocomerce shop
*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #5f6a6c;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #77c701;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #5f6a6c;
  font-family: 'Frutiger-Roman';
}
p {
  margin-bottom: 15px;
  color: #5f6a6c;
}
.site {
  position: relative;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  letter-spacing: -0.016em;
  font-family: 'Frutiger-BlackItalic';
  /*Black*/
  color: #232829;
}
h1, .h1 {
  font-size: 54px;
}
h2, .h2 {
  font-size: 47px;
}
h3, .h3 {
  font-size: 40px;
}
h4, .h4 {
  font-size: 30px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 15px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #5f6a6c;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #232829;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #232829;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0px 0px 0px 15px;
}
blockquote {
  padding: 35px 0px;
  font-size: 20px;
  color: #232829;
  font-family: 'Frutiger-Bold';
  text-align: center;
  border-top: 2px dashed #232829;
  border-bottom: 2px dashed #232829;
  position: relative;
}
@media (min-width: 992px) {
  blockquote {
    padding: 40px 120px;
  }
}
blockquote:before {
  font-family: fontAwesome5Pro;
  content: "\f10d";
  display: block;
  font-size: 50px;
  color: #5f6a6c;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  blockquote:before {
    position: absolute;
    left: 15px;
    top: 50px;
  }
}
blockquote p {
  line-height: 28px !important;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media (max-width: 575px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.blog-post .blog-post-cat {
  font-family: 'Frutiger-Bold';
}
.blog-post .entry-title {
  font-family: 'Frutiger-Black';
  color: #fff;
}
#secondary .widget-title {
  font-family: 'Frutiger-Black';
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary, .bg-white, .bg-dark {
  position: relative;
}
.bg-primary:before, .bg-white:before, .bg-dark:before {
  display: block !important;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-primary .vc_column_container, .bg-white .vc_column_container, .bg-dark .vc_column_container {
  position: relative;
  z-index: 9;
}
.bg-primary:before {
  background: #232829;
  opacity: 0.9;
}
.bg-white:before {
  background: #fff;
  opacity: 0.92;
}
.bg-dark:before {
  background: #000;
  opacity: 0.5;
}
.button-inline .cms-button-wrapper {
  display: inline-block;
}
.vc_row.vc_inner.background-full {
  background-size: 100% 100% !important;
}
.vc_row.background-right {
  background-position: center right !important;
  overflow: inherit !important;
  padding-top: 140px;
  padding-bottom: 175px;
}
@media (min-width: 1560px) {
  .vc_row.background-right.position-top {
    padding-bottom: 145px;
  }
}
@media (max-width: 991px) {
  .vc_row.background-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) {
  .vc_row.background-right .btn {
    margin-bottom: 38px;
  }
}
@media (max-width: 1769px) {
  .vc_row.background-right {
    padding-top: 70px;
  }
}
@media (max-width: 1560px) {
  .vc_row.background-right {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .vc_row.background-right {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .vc_row.background-right {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .vc_row.background-right {
    background-image: none !important;
  }
}
.vc_row.background-right > .wpb_column:nth-child(2) {
  display: none;
}
@media (min-width: 992px) and (max-width: 1769px) {
  .vc_row.background-right > .wpb_column:nth-child(2) {
    display: none;
    position: absolute;
    right: -15px;
  }
}
@media (max-width: 991px) {
  .vc_row.background-right > .wpb_column:nth-child(2) {
    display: block;
    right: -15px;
    margin: 50px 0px 0px;
  }
}
.vc_row.background-right > .wpb_column:first-child {
  display: block;
}
.vc_row.bg-contain-right {
  background-position: center right !important;
}
.vc_row.bg-contain-left {
  background-position: center left !important;
}
.vc_row.parallax-left {
  overflow: inherit !important;
}
.vc_row.parallax-left .vc_parallax-inner {
  background-color: transparent !important;
  background-size: initial !important;
  z-index: 0 !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1769px) {
  .hide-bg-mobile div.slotholder div {
    background-image: none !important;
  }
}
.color-primary p {
  color: #232829;
}
.text-align-left .wpb_text_column p {
  text-align: left;
}
.text-align-right .wpb_text_column p {
  text-align: right;
}
.off-overflow {
  overflow: inherit !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #232829;
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.tp-splitted {
  text-transform: none;
}
.cms-close {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-close:before, .cms-close:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #282828;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}
.cms-close:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #77c701;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #5f6a6c;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.bg-gradient {
  background-color: #232829;
  background-image: -webkit-gradient(linear, left top, right top, from(#232829), to(#232829));
  background-image: -webkit-linear-gradient(left, #232829, #232829);
  background-image: -moz-linear-gradient(left, #232829, #232829);
  background-image: -ms-linear-gradient(left, #232829, #232829);
  background-image: -o-linear-gradient(left, #232829, #232829);
  background-image: linear-gradient(left, #232829, #232829);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#232829', endColorStr='#232829', gradientType='1');
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232829), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #232829, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #232829, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #232829, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #232829, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #232829, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#232829', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #232829;
  opacity: 0.3;
  z-index: 1;
}
.wpb_column.vc_column_container.image-absolute {
  position: absolute !important;
  width: auto !important;
  right: -220px;
  top: -120px;
  z-index: -1;
}
@media (max-width: 1700px) {
  .wpb_column.vc_column_container.image-absolute {
    display: none;
  }
}
.a-dark, .comment-title a {
  color: #5f6a6c;
}
.a-dark:hover, .comment-title a:hover, .a-dark:focus, .comment-title a:focus {
  color: #616161;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main, .comment-title {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #232829;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #232829;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
a.tp-caption {
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.tp-caption:hover {
  background: #232829 !important;
  color: #fff !important;
}
.z-index-1 {
  z-index: 1;
}
.rev-btn {
  white-space: nowrap !important;
  border: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.no-overflow {
  overflow: inherit !important;
}
h1.tp-caption span {
  color: #232829;
  font-size: inherit;
}
.image-radius img {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -khtml-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -moz-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -ms-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -o-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
}
.with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
  font-size: 40px;
  font-weight: bold;
  color: #232829;
  padding: 6px 0px 10px;
  line-height: 1;
}
@media (max-width: 991px) {
  .with-small-text h1, .with-small-text h2, .with-small-text h3, .with-small-text h4, .with-small-text h5, .with-small-text h6 {
    font-size: 30px;
  }
}
.with-small-text h1 em, .with-small-text h2 em, .with-small-text h3 em, .with-small-text h4 em, .with-small-text h5 em, .with-small-text h6 em {
  font-style: normal;
  color: #333;
  font-weight: 500;
  text-transform: lowercase;
}
.row-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.no-overflow {
  overflow: inherit !important;
}
@media (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .text-right-xl {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 27px !important;
}
.wpb_content_element.wpb_gallery {
  margin-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .op6 {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .align-center-xs {
    text-align: center;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.has-icon {
  padding-top: 25px;
  position: relative;
}
.has-icon:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-image: linear-gradient(to top, #fcfcfc 30%, #77c701);
  position: absolute;
  z-index: -1;
  left: -10px;
  top: 5px;
}
.gallery-space .wpb_gallery .isotope-item {
  margin: 0px 30px 30px 0px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.absolute-image-left {
  position: relative;
}
@media (min-width: 992px) {
  .absolute-image-left img {
    position: absolute;
    right: 0px;
    width: 100%;
  }
}
.absolute-image-right {
  position: relative;
}
@media (min-width: 992px) {
  .absolute-image-right img {
    position: absolute;
    left: -90px;
    right: -40px;
    width: calc(100% + 150px);
    max-width: 150% !important;
  }
}
@media (min-width: 992px) {
  .n-padding-md > .vc_column-inner {
    padding-left: 40px !important;
  }
}
.custom-map .map-render {
  margin-left: -8.33333%;
  width: calc(100% + 16.666666%) !important;
}
.custom-map .map-render .gm-style-pbc + div {
  -webkit-box-shadow: inset 0px 12px 60px 60px #fff;
  -khtml-box-shadow: inset 0px 12px 60px 60px #fff;
  -moz-box-shadow: inset 0px 12px 60px 60px #fff;
  -ms-box-shadow: inset 0px 12px 60px 60px #fff;
  -o-box-shadow: inset 0px 12px 60px 60px #fff;
  box-shadow: inset 0px 12px 60px 60px #fff;
}
.custom-column-white {
  position: relative;
}
.custom-column-white:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0px;
  right: 0px;
  width: 500%;
  z-index: -1;
}
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important;
}
.ctf-time p, .ctf-address p {
  padding-left: 40px;
  margin-bottom: 3px;
}
.ctf-time p i, .ctf-address p i {
  font-size: 24px;
  margin: 0px 16px 0px -35px;
  color: #232829;
}
.ctf-time p span:last-of-type {
  float: right;
}
.ctf-contact span:last-child {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
}
.ctf-contact i {
  font-size: 24px;
  color: #232829;
  margin: 0px 20px 0px 0px;
}
.ctf-contact a {
  text-decoration: underline;
  display: inline-block;
}
.ctf-social {
  margin: 0px;
}
.ctf-social li {
  display: inline-block;
  margin-right: 30px;
}
.ctf-social li:last-child {
  margin-right: 0px;
}
.ctf-social li a {
  color: #232829;
  font-size: 32px;
}
.ctf-social li a:hover {
  color: #77c701;
}
.wpb_single_image.full-width .vc_figure, .wpb_single_image.full-width .vc_box_border_grey, .wpb_single_image.full-width img {
  width: 100%;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .map-stretch-right {
    position: absolute !important;
    left: calc(50% - 15px);
    width: calc(50% + 30px) !important;
  }
}
.map-stretch-right > .vc_column-inner {
  padding: 0px 0px !important;
}
.image-stretch-right {
  height: 100%;
}
.image-stretch-right * {
  height: 100%;
}
.image-stretch-right .wpb_single_image img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: auto;
}
@media (min-width: 1200px) {
  .image-stretch-right .wpb_single_image img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .image-stretch-right {
    position: absolute !important;
    left: 50%;
    min-width: 100% !important;
  }
}
.image-stretch-right > .vc_column-inner {
  padding: 0px 0px !important;
}
.image-stretch-left .wpb_single_image img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: auto;
}
.image-stretch-left .wpb_single_image * {
  width: 100%;
}
@media (min-width: 992px) {
  .image-stretch-left {
    position: absolute !important;
    right: 50%;
    min-width: 100% !important;
  }
}
.image-stretch-left > .vc_column-inner {
  padding: 0px 0px !important;
}
@media (max-width: 1199px) {
  .vc_column_container .vc_column-inner {
    margin-top: inherit !important;
  }
}
.wpb_wrapper {
  height: 100%;
}
.vc_row-o-equal-height .wpb_wrapper {
  height: inherit;
}
@media (min-width: 1200px) {
  .d-padding {
    padding-left: 45px !important;
  }
}
@media (max-width: 1199px) {
  .d-padding {
    margin-top: 30px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
  color: rgba(35, 40, 41, .66);
  padding: 0px 20px;
  height: 56px;
  line-height: normal;
  font-size: 13px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  font-family: 'Frutiger-Bold';
  outline: none;
  margin-bottom: 25px;
}
input[type="text"].error, input[type="email"].error, input[type="url"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="number"].error, input[type="range"].error, input[type="date"].error, input[type="month"].error, input[type="week"].error, input[type="time"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="color"].error, textarea.error, select.error {
  border-color: #ff121b;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  border-color: #232829;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  background-color: #fff;
}
select {
  line-height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../images/dropdown.png');
  background-repeat: no-repeat !important;
  background-size: 14px !important;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  box-sizing: border-box;
  line-height: 52px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cms-select i {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 14px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 145px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
  color: #232829;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 0px;
  height: 52px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #f7f7f7;
  padding-left: 10px;
}
form .select2-container--default .select2-selection:focus {
  outline: none;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 52px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #232829;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #232829;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: 'Font Awesome 5 Pro';
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #5f6a6c;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select {
  font-weight: normal;
  font-size: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  background: none;
  color: #fff;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background: #77c701;
  font-size: 16px;
  color: #fff;
  text-transform: none;
  border: 0px;
  padding: 16px 60px;
  -webkit-border-radius: 25.5px;
  -khtml-border-radius: 25.5px;
  -moz-border-radius: 25.5px;
  -ms-border-radius: 25.5px;
  -o-border-radius: 25.5px;
  border-radius: 25.5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 19px;
  position: relative;
  z-index: 99;
  letter-spacing: 0em !important;
  font-family: 'Frutiger-Bold';
  text-shadow: 0px 1px 2px #5b9800;
}
.btn:after, button:after, .button:after, input[type="submit"]:after {
  content: '';
  -webkit-border-radius: 29.5px;
  -khtml-border-radius: 29.5px;
  -moz-border-radius: 29.5px;
  -ms-border-radius: 29.5px;
  -o-border-radius: 29.5px;
  border-radius: 29.5px;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  padding: 4px;
  top: -4px;
  left: -4px;
  -webkit-transition: all ease-in-out 0.2s;
  -khtml-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 0px 0px 1px #77c701;
  -khtml-box-shadow: 0px 0px 0px 1px #77c701;
  -moz-box-shadow: 0px 0px 0px 1px #77c701;
  -ms-box-shadow: 0px 0px 0px 1px #77c701;
  -o-box-shadow: 0px 0px 0px 1px #77c701;
  box-shadow: 0px 0px 0px 1px #77c701;
}
button.pswp__button:after {
  display: none;
}
.button.wc-forward {
  background: #77c701 !important;
  font-size: 15px;
  color: #fff !important;
  padding: 15px 30px !important;
  font-weight: normal !important;
  -webkit-border-radius: 25px !important;
  -khtml-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
}
.button.wc-forward:hover {
  background: none !important;
  border-color: #77c701 !important;
  color: #77c701 !important;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #fff !important;
  background: #77c701;
}
.btn:hover:after, button:hover:after, .button:hover:after, input[type="submit"]:hover:after, .btn:focus:after, button:focus:after, .button:focus:after, input[type="submit"]:focus:after, .btn.focus:after, .btn:active:after {
  -webkit-box-shadow: 0px 0px 0px 6px #77c701;
  -khtml-box-shadow: 0px 0px 0px 6px #77c701;
  -moz-box-shadow: 0px 0px 0px 6px #77c701;
  -ms-box-shadow: 0px 0px 0px 6px #77c701;
  -o-box-shadow: 0px 0px 0px 6px #77c701;
  box-shadow: 0px 0px 0px 6px #77c701;
  opacity: 0.6;
  padding: 0px;
  left: 0px;
  top: 0px;
}
.button.border, .btn.border button.border {
  background: none;
  border-color: #fff;
}
.button.border:hover, .btn.border button.border:hover {
  background: transparent;
  color: #232829;
}
button.secondary, .button.secondary, .btn.secondary {
  background: #5f6a6c;
  text-shadow: none;
}
button.secondary:after, .button.secondary:after, .btn.secondary:after {
  -webkit-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -khtml-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -moz-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -ms-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -o-box-shadow: 0px 0px 0px 1px #5f6a6c;
  box-shadow: 0px 0px 0px 1px #5f6a6c;
}
button.secondary:hover:after, .button.secondary:hover:after, .btn.secondary:hover:after {
  -webkit-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -khtml-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -moz-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -ms-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -o-box-shadow: 0px 0px 0px 6px #5f6a6c;
  box-shadow: 0px 0px 0px 6px #5f6a6c;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-contact {
  display: inline-block;
  margin-right: 30px;
}
.btn-contact + .fanbox-contact {
  display: inline-block;
  vertical-align: middle;
}
.btn-block {
  display: block;
}
.btn-text {
  color: #232829;
  border-bottom: 1px solid rgba(35, 40, 41, 0.2);
  display: inline-block;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #3a4345;
}
@media (max-width: 575px) {
  .btn-contact {
    display: block;
    margin: 0 0 20px;
  }
}
header {
  background: #fff;
}
@media (max-width: 991px) {
  header {
    border-bottom: 1px solid #f0f0f0;
  }
}
#site-header-wrap {
  background: none;
}
#site-header-wrap .site-title {
  margin: 0px;
}
#site-header-wrap a.logo-sticky {
  display: none;
}
#site-header-wrap a.logo img {
  height: 100%;
  max-width: 276px;
}
@media (min-width: 992px) {
  #site-header-wrap a.logo img {
    min-height: 85px;
  }
}
#site-header-wrap .site-header-main .row {
  margin: 0px 0px 0px 0px;
  justify-content: space-between;
}
#site-header-wrap.header-layout .site-header-main a.logo {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #site-header-wrap.header-layout .site-header-main a.logo {
    margin-top: 0px;
    line-height: 100px;
  }
  #site-header-wrap.header-layout .site-header-main a.logo img {
    min-height: 60px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  #site-header-wrap.header-layout .site-header-main .main-navigation {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #site-header-wrap.header-layout .site-header-main .main-navigation .primary-menu > li {
    line-height: 140px;
  }
}
@media (min-width: 992px) {
  #site-header-wrap.header-layout .site-header-main .main-navigation .primary-menu > li > a {
    line-height: inherit;
  }
}
#site-header-wrap.header-layout .site-header-main .header-bottom {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
  #site-header-wrap.header-layout .site-header-main .header-bottom {
    display: none;
  }
}
#site-header-wrap.header-layout .site-header-main .header-bottom .right-text {
  border-right: 1px solid #f0f0f0;
  padding: 13px 0px 14px;
}
#site-header-wrap.header-layout .site-header-main .header-bottom .right-text > p {
  margin-bottom: 0px;
}
#site-header-wrap.header-layout .site-header-main .header-bottom .right-text > p > a, #site-header-wrap.header-layout .site-header-main .header-bottom .right-text > p > span {
  color: #77c701;
  font-family: 'Frutiger-Bold';
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text {
  border-right: 1px solid #f0f0f0;
  padding: 13px 0px 14px;
  text-align: center;
  position: relative;
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text .fas, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text .fas {
  margin: 0px 5px 0px 18px;
  color: #77c701;
  font-size: 18px;
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text .widget_shopping_title span, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text .widget_shopping_title span {
  font-family: 'Frutiger-Bold';
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text .widget_shopping_title .woocommerce-Price-amount.amount, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text .widget_shopping_title .woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #77c701;
  font-family: 'Frutiger-BlackItalic';
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text > p, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text > p {
  margin-bottom: 0px;
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text > p > a, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text > p > a, #site-header-wrap.header-layout .site-header-main .header-bottom .left-text > p > span, #site-header-wrap.header-layout .site-header-main .header-bottom .center-text > p > span {
  color: #77c701;
  font-family: 'Frutiger-Bold';
}
#site-header-wrap.header-layout .site-header-main .header-bottom .left-text {
  text-align: right;
  border-right: 0px;
}
#site-header-wrap.header-layout .headroom--pinned:not(.headroom--top).site-header-main a.logo {
  display: none;
}
#site-header-wrap.header-layout .headroom--pinned:not(.headroom--top).site-header-main a.logo-sticky {
  display: block;
  line-height: 80px;
}
@media (min-width: 992px) {
  #site-header-wrap.header-layout .headroom--pinned:not(.headroom--top) .primary-menu > li {
    line-height: 80px !important;
  }
}
#site-header-wrap.header-layout .headroom--pinned:not(.headroom--top) .primary-menu > li > a {
  color: #77c701;
}
#site-header-wrap.header-layout .headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-layout .headroom--pinned:not(.headroom--top) .primary-menu > li.current-menu-parent > a, #site-header-wrap.header-layout .headroom--pinned:not(.headroom--top) .primary-menu > li:hover > a {
  color: #77c701;
}
@media (min-width: 992px) {
  .header-opacity {
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
  }
}
.header-opacity .site-header-main, .header-opacity .site-header-top {
  background: none !important;
}
@media (max-width: 991px) {
  .header-opacity .header-layout1 a.logo-mobile {
    display: inline;
  }
}
.header-opacity .header-layout1 .site-branding {
  position: relative;
  display: inline;
}
@media (min-width: 1200px) {
  .header-opacity .header-layout1 .site-branding:after {
    content: '';
    position: absolute;
    height: 109px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    left: calc(100% + 60px);
    top: -35px;
  }
}
@media (min-width: 992px) {
  .header-opacity.menu-default .site-contact-item p, .header-opacity.menu-default .site-contact-item a {
    color: #fff !important;
  }
  .header-opacity.menu-default .site-contact-item i {
    color: rgba(255, 255, 255, .4) !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head), .header-opacity.menu-default .primary-menu > li > a {
    color: #fff !important;
  }
  .header-opacity.menu-default .menu-button li a:not(.btn-head):hover, .header-opacity.menu-default .primary-menu > li > a:hover {
    color: #77c701 !important;
  }
}
@media (max-width: 991px) {
  .header-opacity.menu-default .site-branding .logo {
    display: none;
  }
}
.no-opacity {
  /*.menu-page-title{
  &.has-page-title {
    a.logo{
      line-height: 80px !important;
    }
    .primary-menu{
      li{
        line-height: 80px !important;
      }
    }
  }
}*/
}
.no-opacity .header-layout1 .site-header-top {
  border-bottom: 1px solid #d3d3d3 !important;
}
.no-opacity .header-layout1 .site-header-top .site-branding:after {
  background: #d3d3d3;
}
.no-opacity .header-layout1 .site-header-main .menu-button li:last-child {
  border-right: 1px solid #d3d3d3;
}
.headroom--pinned:not(.headroom--top) {
  background: #fff !important;
}
.header-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
  border: none;
}
.feedback, #yith-wcwl-popup-message {
  display: none !important;
}
#headroom {
  position: relative;
}
#headroom.headroom--up, #headroom.headroom--down {
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    position: fixed !important;
  }
}
#headroom.headroom--pinned:not(.headroom--top) > .container, #headroom.headroom--unpinned:not(.headroom--top) > .container {
  padding: 15px 0px;
}
#headroom.headroom--pinned:not(.headroom--top) .header-bottom, #headroom.headroom--unpinned:not(.headroom--top) .header-bottom {
  display: none;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#headroom.headroom--pinned:not(.headroom--top) {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
  top: 32px;
}
.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    text-transform: capitalize;
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu li.menu-item-has-children > a:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    position: absolute;
    top: -1px;
    margin-left: 6px;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    padding: 0px 22px;
  }
  .primary-menu > li:last-child {
    padding: 0px 0px 0px 22px;
  }
  .primary-menu > li > a {
    color: #5f6a6c;
    line-height: 100px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Frutiger-Bold';
    position: relative;
    letter-spacing: 0.032em;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #77c701;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    margin-top: 0px;
    min-width: 235px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border-top-right-radius: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    padding: 0px 10px;
  }
  .primary-menu .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  .primary-menu .sub-menu li:first-child {
    padding-top: 10px;
  }
  .primary-menu .sub-menu li a {
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    position: relative;
    padding: 13px 20px;
    font-family: 'Frutiger-Bold';
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .primary-menu .sub-menu li a:after {
    right: 20px;
    top: 14px;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #77c701;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
  }
  .primary-menu .sub-menu .vc_row {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
  }
}
@media (max-width: 991px) {
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #5f6a6c;
    font-size: 15px;
  }
  .primary-menu li.current-menu-item > a {
    color: #77c701;
  }
  .primary-menu > li > a {
    font-family: 'Frutiger-Bold';
  }
  .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #77c701;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #232829;
  }
  .btn-nav-mobile {
    float: right;
    color: #5f6a6c;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    margin-top: 35px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .btn-nav-mobile:before, .btn-nav-mobile:after, .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #5f6a6c;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  .btn-nav-mobile:before {
    top: 9px;
  }
  .btn-nav-mobile span {
    top: 15px;
  }
  .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  padding: 118px 0px 106px;
  background-color: #232829;
  background-image: url('../images/page-title-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
#pagetitle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}
#pagetitle .container {
  position: relative;
  z-index: 9;
}
#pagetitle .page-title-inner {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
#pagetitle h1.page-title {
  color: #fff;
  margin: 0;
  z-index: 99;
  line-height: 56px;
  font-size: 48px;
}
@media (max-width: 991px) {
  #pagetitle h1.page-title {
    line-height: normal;
  }
}
#pagetitle h1.page-title + .cms-breadcrumb {
  margin-top: 15px;
}
@media (max-width: 767px) {
  body #pagetitle {
    background-attachment: inherit;
  }
  body #pagetitle h1.page-title {
    font-size: 30px;
  }
}
.blog-post {
  margin-bottom: 55px;
}
.blog-post .post-image {
  min-height: 365px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  border: 2px solid #232829;
  display: flex;
  align-items: flex-end;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
}
.blog-post .post-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(0, 0, 0, 0));
}
.blog-post .post-meta {
  position: relative;
  z-index: 99;
  padding: 28px 28px 4px;
  margin-bottom: -6px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blog-post .post-meta .entry-meta {
  font-size: 12px;
  color: #fff;
  font-family: 'Frutiger-Bold';
}
.blog-post .post-meta .entry-meta p {
  color: inherit;
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 11px;
}
.blog-post .post-meta .entry-meta p a {
  color: #77c701;
}
.blog-post .post-meta .entry-title {
  font-size: 22px !important;
  line-height: 28px;
  letter-spacing: -0.016em;
  margin-bottom: 5px;
}
.blog-post .post-meta .entry-title a {
  color: #fff;
}
.blog-post .post-meta .entry-title:hover a {
  color: #77c701;
}
.blog-post .post-meta a.read-more {
  font-size: 12px;
  color: #77c701;
  font-family: 'Frutiger-Bold';
  opacity: 0;
}
.blog-post:hover .post-meta {
  margin-bottom: 8px;
}
.blog-post:hover .post-meta a.read-more {
  opacity: 1;
}
.blog-post-cat {
  background: #77c701;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 1px 15px 0px;
  margin-bottom: 33px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.blog-post-cat:hover {
  background: #232829;
  color: #77c701 !important;
}
.format-gallery .entry-featured {
  position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #77c701;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.single-hentry.type-post:last-child .entry-holder {
  padding-bottom: 0px;
  border-bottom: 0;
}
.single-hentry:last-child {
  border-bottom: 0px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-tags a:after {
  content: ",";
}
.single-hentry .entry-tags:last-child:after {
  content: "";
}
.entry-meta li:before {
  content: none;
}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
  padding-right: 16px;
  font-family: 'Montserrat', sans-serif;
}
.entry-meta li a {
  color: #5f6a6c;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #77c701;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.top-image {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: -1;
}
.bottom-image {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.posts-pagination, .wooommerce-pagination ul.page-numbers {
  text-align: center;
}
.posts-pagination .posts-page-links, .wooommerce-pagination ul.page-numbers .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.posts-pagination .page-numbers, .wooommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #232829;
  margin: 0px 15px 0px 0px;
  width: 30px;
  height: 30px;
  font-family: 'Frutiger-Bold';
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.posts-pagination .page-numbers:last-child, .wooommerce-pagination ul.page-numbers .page-numbers:last-child {
  margin-right: 0px;
}
.posts-pagination .page-numbers:hover, .wooommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background: #77c701;
}
.posts-pagination .page-numbers.current, .wooommerce-pagination ul.page-numbers .page-numbers.current {
  color: #77c701;
}
.posts-pagination .page-numbers.current:hover, .wooommerce-pagination ul.page-numbers .page-numbers.current:hover {
  background: none;
  color: #77c701;
}
.posts-pagination .page-numbers.next, .wooommerce-pagination ul.page-numbers .page-numbers.next, .posts-pagination .page-numbers.prev, .wooommerce-pagination ul.page-numbers .page-numbers.prev {
  width: auto;
  height: auto;
  color: rgba(35, 40, 41, .32);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.posts-pagination .page-numbers.next:hover, .wooommerce-pagination ul.page-numbers .page-numbers.next:hover, .posts-pagination .page-numbers.prev:hover, .wooommerce-pagination ul.page-numbers .page-numbers.prev:hover {
  background: none;
  color: #232829;
}
.posts-pagination .page-numbers.prev, .wooommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 33px;
}
.posts-pagination .page-numbers.prev .fa, .wooommerce-pagination ul.page-numbers .page-numbers.prev .fa {
  margin: -6px 10px 0px 0px;
}
.posts-pagination .page-numbers.next, .wooommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 20px;
}
.posts-pagination .page-numbers.next .fa, .wooommerce-pagination ul.page-numbers .page-numbers.next .fa {
  margin: -6px 0px 0px 10px;
}
@media (min-width: 992px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
}
.posts-pagination .posts-page-links {
  padding-top: 27px;
}
.posts-pagination .posts-page-links .page-numbers {
  margin: 0px 15px 0px 0px;
}
.first-line p {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
}
.single-post #pagetitle.page-title {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 288px 0px 40px;
}
.single-post #pagetitle.page-title .row {
  justify-content: center;
  text-align: center;
}
.single-post #pagetitle.page-title .row .meta-single {
  margin: 0px 0px 34px;
}
.single-post #pagetitle.page-title .row .meta-single .blog-post-cat {
  margin-bottom: 0px;
}
.single-post #pagetitle.page-title .row .meta-single li {
  display: inline-block;
  color: #fff;
  font-family: 'Frutiger-Bold';
  margin-right: 30px;
}
.single-post #pagetitle.page-title .row .meta-single li a {
  color: #fff;
}
.single-post #pagetitle.page-title .row .meta-single li a:hover {
  color: #77c701;
}
.single-post #pagetitle.page-title .row .meta-single li:last-child {
  margin-right: 0px;
}
.single-post #pagetitle.page-title .row .page-title {
  font-family: 'Frutiger-BlackItalic';
  line-height: 56px;
}
@media (max-width: 991px) {
  .single-post #pagetitle.page-title .row .page-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.single-post .entry-featured .post-image {
  margin-bottom: 25px;
}
.entry-body .entry-title {
  letter-spacing: -0.016em;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .entry-body .entry-title {
    font-size: 54px;
    line-height: 1.45;
  }
}
.entry-body .entry-content {
  margin-bottom: 0px;
  padding-bottom: 19px;
  padding-top: 11px;
}
.entry-body .entry-content h2 {
  font-size: 40px;
  line-height: 1.2;
}
.entry-body .entry-content h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 4px;
}
.entry-body .entry-content p {
  margin-bottom: 18px;
  letter-spacing: 0.016em;
}
.entry-body .entry-content img {
  margin-top: 7px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.entry-body .entry-content blockquote p {
  font-size: inherit;
  letter-spacing: 0.016em;
}
.entry-body .single-hentry {
  margin-bottom: 0px;
}
.entry-body .meta-single ul {
  display: inline-block;
  margin-bottom: -6px;
  margin-left: 20px;
}
.entry-body .meta-single li {
  float: left;
}
.entry-body .meta-single li + li {
  margin-left: 25px;
}
.entry-body .meta-single .blog-post-cat {
  color: #77c701;
  text-decoration: underline;
}
.entry-body .meta-single .blog-post-cat:hover {
  color: #77c701;
}
.entry-body .meta-single .author {
  float: right;
}
.entry-body .meta-single .author a {
  text-decoration: underline;
  color: #77c701;
  text-transform: capitalize;
}
.entry-body .meta-single .author a:hover {
  color: #77c701;
}
@media (max-width: 575px) {
  .entry-body .meta-single .author {
    display: block;
    float: none;
    margin-top: 20px;
  }
}
.entry-body .meta-duplicate {
  margin: 48px 0px 40px;
}
.entry-body .list-tag-share {
  border-top: 2px solid #232829;
  border-bottom: 2px solid #232829;
  margin: 0px;
  padding: 26px 15px 17px;
}
@media (max-width: 575px) {
  .entry-body .list-tag-share {
    padding: 26px 0px 17px;
  }
}
.entry-body .list-tag-share .blog-post-cat {
  margin-right: 25px;
}
.entry-body .list-tag-share .blog-post-cat:last-child {
  margin-right: 0px;
}
.entry-body .tag .blog-post-cat {
  margin-bottom: 0px;
}
.entry-body .share {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.entry-body .share span {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .entry-body .share {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .entry-body .share span {
    display: none;
  }
}
.entry-body .share .single-post-share {
  display: inline-block;
  list-style: none;
  margin: 0px -15px;
}
.entry-body .share .single-post-share li {
  display: inline-block;
  padding: 0px 15px;
}
.entry-body .share .single-post-share li:last-child {
  padding-right: 0px;
}
.entry-body .share .single-post-share li a {
  font-size: 32px;
}
.entry-body .share .single-post-share li a span {
  display: none;
}
.entry-body .prev-next-post {
  margin: 50px 0px 57px;
  padding: 20px 40px;
  background: #f6f6f6;
  border: 1px solid #e3e6ea;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.entry-body .prev-next-post .prev-post, .entry-body .prev-next-post .next-post {
  width: 50%;
}
.entry-body .prev-next-post .next-post {
  padding-left: 15px;
}
.entry-body .prev-next-post .prev-post {
  padding-right: 15px;
}
.entry-body .prev-next-post h4 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.016em;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .entry-body .prev-next-post h4 {
    display: none;
  }
}
.entry-body .prev-next-post a {
  color: #77c701;
  text-decoration: underline;
}
.entry-body .prev-next-post a:hover {
  color: #77c701;
}
.entry-body .prev-next-post .next-post {
  text-align: right;
}
.entry-body .post-related .section-title {
  font-size: 26px;
  letter-spacing: -0.016em;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .entry-body #pagetitle .page-title-content {
    width: 100%;
  }
}
.entry-body .entry-content-bottom {
  padding: 24px 0px;
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  text-align: center;
}
@media (min-width: 992px) {
  .entry-body .entry-content-bottom {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .entry-footer {
    margin-right: -33.33333%;
  }
}
.entry-footer .post-related {
  border-top: 2px solid #232829;
  margin-top: 16px;
}
.entry-footer .post-related.no-border {
  border: 0px;
}
.entry-footer .post-related .section-title {
  font-size: 46px;
  margin: 60px 0px 42px;
}
.entry-author-info {
  margin-top: 35px;
}
.entry-author-info .author-post {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
@media (max-width: 575px) {
  .entry-author-info .author-post {
    display: block;
  }
}
.entry-author-info .author-avatar {
  float: left;
}
.entry-author-info .author-avatar img {
  max-width: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .entry-author-info .author-avatar {
    float: none;
    text-align: center;
  }
}
.entry-author-info .author-description {
  width: calc(100% - 130px);
  padding-left: 30px;
  float: left;
  text-align: left;
}
.entry-author-info .author-description h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: -1px;
}
.entry-author-info .author-description p {
  color: rgba(0, 0, 0, 0.66);
}
@media (max-width: 575px) {
  .entry-author-info .author-description {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  .entry-author-info .author-description h3 {
    margin-bottom: 20px;
  }
}
.entry-meta {
  margin: 0;
}
.entry-meta li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
}
.entry-meta li i {
  color: #77c701;
  margin-right: 7px;
}
.entry-meta li a {
  color: inherit;
  text-transform: capitalize;
}
.entry-meta li a:hover {
  color: #77c701;
  text-decoration: none;
}
.entry-meta li.post-meta-author {
  padding-left: 0;
}
.entry-title {
  font-size: 25px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  text-decoration: none;
  color: #77c701;
}
.page-links span.page-links-title {
  margin-right: 10px;
}
.page-links > a, .page-links > span:not(.page-links-title) {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #77c701;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-links > a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.33);
}
.page-links > a:hover {
  background-color: #77c701;
  color: #fff;
}
.single-hentry-blog-post .entry-title a:hover {
  color: #fff;
}
.single-hentry-blog-post:hover .page-links {
  display: block;
}
.single-hentry-blog-post .page-links {
  margin-bottom: 0px;
  color: #fff;
  display: none;
}
.single-hentry-blog-post .page-links > a {
  color: #fff;
}
.single-hentry-blog-post .page-links > a:hover {
  background-color: #77c701;
  color: #fff;
}
@media (max-width: 1199px) {
  .single-portfolio .post-type-content > .vc_row, .single-location {
    display: flex;
    flex-direction: column-reverse;
  }
}
#secondary .widget {
  padding: 16px 28px 16px 28px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #eee;
  margin-bottom: 28px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  background: #fff;
}
#secondary .widget.widget_archive ul.children, #secondary .widget.widget_categories ul.children, #secondary .widget.widget_pages ul.children, #secondary .widget.widget_nav_menu ul.children, #secondary .widget.widget_recent_comments ul.children, #secondary .widget.widget_meta ul.children, #secondary .widget.widget_recent_entries ul.children, #secondary .widget.widget_archive ul.sub-menu, #secondary .widget.widget_categories ul.sub-menu, #secondary .widget.widget_pages ul.sub-menu, #secondary .widget.widget_nav_menu ul.sub-menu, #secondary .widget.widget_recent_comments ul.sub-menu, #secondary .widget.widget_meta ul.sub-menu, #secondary .widget.widget_recent_entries ul.sub-menu {
  padding-left: 15px;
}
#secondary .widget.widget_archive li, #secondary .widget.widget_categories li, #secondary .widget.widget_pages li, #secondary .widget.widget_nav_menu li, #secondary .widget.widget_recent_comments li, #secondary .widget.widget_meta li, #secondary .widget.widget_recent_entries li {
  display: block;
  color: #232829;
  font-size: 0px;
  line-height: normal;
}
#secondary .widget.widget_archive li:before, #secondary .widget.widget_categories li:before, #secondary .widget.widget_pages li:before, #secondary .widget.widget_nav_menu li:before, #secondary .widget.widget_recent_comments li:before, #secondary .widget.widget_meta li:before, #secondary .widget.widget_recent_entries li:before {
  content: none;
}
#secondary .widget.widget_archive li a, #secondary .widget.widget_categories li a, #secondary .widget.widget_pages li a, #secondary .widget.widget_nav_menu li a, #secondary .widget.widget_recent_comments li a, #secondary .widget.widget_meta li a, #secondary .widget.widget_recent_entries li a {
  display: inline-block;
  color: inherit;
  font-size: 16px;
  font-family: 'Frutiger-Bold';
}
#secondary .widget.widget_archive li a:hover, #secondary .widget.widget_categories li a:hover, #secondary .widget.widget_pages li a:hover, #secondary .widget.widget_nav_menu li a:hover, #secondary .widget.widget_recent_comments li a:hover, #secondary .widget.widget_meta li a:hover, #secondary .widget.widget_recent_entries li a:hover {
  color: #77c701;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#secondary .widget.widget_search {
  padding: 0px;
  border: 0px;
  margin-bottom: 28px;
}
#secondary .widget.widget_search .widget-title {
  display: none;
}
#secondary .widget.widget_search .searchform-wrap {
  display: flex;
  position: relative;
}
#secondary .widget.widget_search .searchform-wrap input {
  font-size: 16px;
  padding: 0px 0px 0px 30px;
  height: 56px;
  border: 2px solid #eee;
  color: #232829;
  margin-bottom: 0px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  font-family: 'Frutiger-Bold';
  background: #fff;
}
#secondary .widget.widget_search .searchform-wrap input::placeholder {
  font-style: normal;
}
#secondary .widget.widget_search .searchform-wrap input:-ms-input-placeholder {
  font-style: normal;
}
#secondary .widget.widget_search .searchform-wrap input::-ms-input-placeholder {
  font-style: normal;
}
#secondary .widget.widget_search .searchform-wrap input::placeholder {
  color: #232829;
}
#secondary .widget.widget_search .searchform-wrap input:-ms-input-placeholder {
  color: #232829;
}
#secondary .widget.widget_search .searchform-wrap button {
  position: absolute;
  top: 0px;
  background: none;
  border: none;
  color: #032549;
  right: 0px;
  height: 100%;
  font-size: 18px;
  padding: 0px 30px;
}
#secondary .widget.widget_search .searchform-wrap button i {
  border-width: 0px !important;
}
#secondary .widget.widget_recent_entries, #secondary .widget.widget_recent_comments {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 16px;
}
#secondary .widget.widget_recent_entries a, #secondary .widget.widget_recent_comments a {
  color: inherit;
  font-size: inherit;
}
#secondary .widget.widget_recent_entries a:hover, #secondary .widget.widget_recent_comments a:hover {
  color: #232829;
}
#secondary .widget.widget_newsletterwidget .widget-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(95, 106, 108, 0.66);
}
#secondary .widget.widget_newsletterwidget .widget-content p {
  margin-bottom: 0;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-widget {
  margin-top: 33px;
}
#secondary .widget.widget_newsletterwidget .widget-content .tnp-submit {
  font-family: inherit;
  text-transform: capitalize;
}
#secondary .widget.widget_rss .widget-title a {
  color: inherit;
}
#secondary .widget.widget_rss li:before {
  content: none;
}
#secondary .widget.widget_rss a.rsswidget {
  color: rgba(0, 0, 0, 0.87);
}
#secondary .widget.widget_rss a.rsswidget:hover {
  color: #232829;
}
#secondary .widget .nice-select ul li {
  padding: 12px 10px;
  font-weight: 500;
}
#secondary .widget #wp-calendar {
  margin-bottom: 0;
}
#secondary .widget #wp-calendar caption {
  padding-bottom: 0;
}
#secondary .widget-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #232829;
  letter-spacing: -0.016em;
  line-height: 28px;
}
.fr-contact-info-default .widget_cs_social_widget, #secondary .widget_cs_social_widget {
  border: none;
  padding: 0px;
  padding-top: 12px;
  box-shadow: none;
}
.cms-social {
  display: flex;
  justify-content: space-around;
}
.cms-social li {
  display: inline-block;
}
.cms-social li a {
  font-size: 32px;
  color: #5f6a6c;
}
.cms-social li a span {
  display: none;
}
.cms-social li a:hover {
  color: #77c701;
}
.logged-in .hide-logged {
  display: none;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media  {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media  {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 15px;
  line-height: 1.777;
  color: #5f6a6c;
  letter-spacing: -0.016em;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #232829;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries li:before, .widget_recent_comments li:before {
  content: none;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 18px;
  line-height: 1.777;
  color: #5f6a6c;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_recent_entries li {
  margin-bottom: 28px;
}
.widget_recent_entries li:last-child {
  margin-bottom: 0px;
}
.widget_categories li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-size: 16px !important;
  color: rgba(35, 40, 41, .33) !important;
}
.widget_categories li a {
  color: #232829 !important;
}
.widget_categories li a:hover {
  color: #77c701 !important;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
#secondary #today {
  color: #fff;
  background: #232829;
}
#secondary #today a {
  color: #fff;
}
#secondary #today:hover {
  color: #fff;
}
#secondary #today:hover a {
  color: #fff;
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 30px;
  }
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #232829;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #232829;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  padding: 28px 34px 34px;
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_newsletterwidget .footer-widget-title {
  color: #232829;
  font-size: 22px;
}
.widget_newsletterwidget .newsletter-subscription {
  margin: 0;
}
.widget_newsletterwidget .footer-widget-title + p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 35px;
}
.widget_newsletterwidget .tnp-widget {
  margin-top: 32px;
}
.widget_newsletterwidget form {
  position: relative;
}
.widget_newsletterwidget form .tnp-field-email {
  margin: 0;
}
.widget_newsletterwidget form .tnp-field-email label {
  display: none;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1 !important;
  background-color: #fff !important;
  height: 49px !important;
  line-height: 47px;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
}
.widget_newsletterwidget form .tnp-field-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit {
  color: #fff;
  height: 49px !important;
  width: inherit !important;
  padding: 0 20px;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  border: none !important;
  position: absolute !important;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  text-transform: capitalize;
  background-color: #232829;
  border-color: #232829;
}
.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
  background-color: #363d3f;
  border-color: #363d3f;
}
.widget_cms_recent_posts {
  padding: 16px 15px 16px 30px !important;
}
.widget_cms_recent_posts .widget-title {
  margin-bottom: 17px !important;
}
.widget_cms_recent_posts .entry-brief {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.widget_cms_recent_posts .entry-brief:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  width: 60px;
  float: left;
  margin-right: 17px;
}
.widget_cms_recent_posts .entry-media + .entry-content {
  width: -webkit-calc(100% - 84px);
  width: -moz-calc(100% - 84px);
  width: -ms-calc(100% - 84px);
  width: -o-calc(100% - 84px);
  width: calc(100% - 84px);
}
.widget_cms_recent_posts .entry-media img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.widget_cms_recent_posts .entry-content {
  float: left;
  padding-top: 4px;
  margin-bottom: 0px;
}
.widget_cms_recent_posts .entry-title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: 'Frutiger-Bold';
}
.widget_cms_recent_posts .entry-title a {
  color: #232829;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #77c701;
}
.widget_cms_recent_posts .entry-meta li {
  font-size: 12px;
  color: rgba(35, 40, 41, .66);
  margin: 0px;
}
.widget_tag_cloud {
  padding-bottom: 8px !important;
}
.widget_tag_cloud .widget-title {
  margin-bottom: 31px;
}
.tagcloud:after {
  content: '';
  display: block;
  clear: both;
}
.tagcloud a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px !important;
  text-shadow: 0px 1px 2px #5b9800;
  font-family: 'Frutiger-Bold';
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 2px 15px 0px 15px;
  background: #7ac701;
  border: 1px solid #71b112;
  -webkit-border-radius: 14.5px;
  -khtml-border-radius: 14.5px;
  -moz-border-radius: 14.5px;
  -ms-border-radius: 14.5px;
  -o-border-radius: 14.5px;
  border-radius: 14.5px;
  float: left;
}
.tagcloud a:hover {
  color: #fff;
  background: #232829;
  border-color: #232829;
}
.widget_media_image.footer2 {
  margin-top: -40px;
  margin-bottom: 46px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery-caption {
  display: block;
}
.widget_recent_comments .recentcomments {
  font-size: inherit !important;
}
.widget_recent_comments .recentcomments > a:before {
  content: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comment-list-wrap {
  margin-top: 60px;
}
.comments-area .comment-respond {
  margin-top: 27px;
}
.comments-area ul, .comments-area ol {
  margin: 0px;
  text-align: left;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li {
  list-style-position: inherit;
}
.comment-list li:last-child .comment-body {
  border-bottom: 0px;
}
.comment-list li .children {
  padding-left: 40px;
}
.comment-list li .children > li {
  padding-top: 31px;
}
.comment-list > li {
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list ul.children {
  list-style: none;
}
.comment-media {
  max-width: 98px;
  float: left;
}
.comment-media img {
  border-radius: 50%;
  border: 2px solid #232829;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .comment-media img {
    width: 98px;
  }
}
.comment-title {
  text-transform: capitalize;
  font-size: 16px;
}
.comment-date {
  text-transform: none;
  font-family: "Roboto";
  font-weight: normal;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  margin-left: 17px;
}
.comment-text {
  font-size: 14px;
  line-height: 21px;
  color: rgba(35, 40, 41, .66);
  letter-spacing: 0.016em;
}
.comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content {
  display: table;
  padding-left: 20px;
  vertical-align: top;
}
.comment-reply {
  line-height: 1;
}
.comment-reply a {
  font-weight: 700;
}
.comment-form input:not(.submit), .comment-form textarea {
  height: 50px;
  padding: 0px 18px;
  margin-bottom: 25px;
}
.comment-form input:not(.submit)::placeholder, .comment-form textarea::placeholder {
  font-style: italic;
}
.comment-form input:not(.submit):-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  font-style: italic;
}
.comment-form input:not(.submit)::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  font-style: italic;
}
.comment-form input:not(.submit)::placeholder, .comment-form textarea::placeholder {
  color: #999;
}
.comment-form input:not(.submit):-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #999;
}
.comment-form input:not(.submit):focus, .comment-form textarea:focus {
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, .2);
}
.comment-form textarea {
  height: 211px;
  padding: 15px;
  line-height: 1.4;
}
.comment-form .row {
  margin-top: 20px;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  font-size: 15px;
  text-transform: capitalize;
}
.comment-body {
  position: relative;
  margin-bottom: 31px;
}
.comment-body .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #9d9d9d;
  font-size: 14px;
  z-index: 99;
}
.comment-body .comment-reply-link i {
  font-size: 22px;
  color: #232829;
}
.comments-area .comment-list > li {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.comments-area .comment-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #232829;
  margin-bottom: 15px;
}
.comments-area .comment-date {
  font-size: 13px;
  color: #565656;
  margin: 0px;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #232829;
}
.comments-area .comment-reply-title {
  margin-bottom: 30px;
}
.logged-in-as a {
  color: #232829;
}
.logged-in-as a:hover {
  color: #77c701;
}
@media (max-width: 575px) {
  .comment-inner {
    text-align: center;
  }
  .comment-media {
    float: none;
    display: inline-block;
  }
  .comment-content {
    padding-left: 0;
    padding-top: 15px;
    display: block;
  }
  .comment-list li .children {
    padding-left: 0;
  }
  .comment-list li .children > li > .comment-body {
    border: none;
  }
}
.section-newsletter {
  background: #232829;
  padding: 75px 0px 68px;
  text-align: center;
}
.section-newsletter .row {
  justify-content: center;
}
.section-newsletter .row .ft-newsletter-heading {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-family: 'Frutiger-BlackItalic';
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .section-newsletter .row .ft-newsletter-heading {
    font-size: 30px;
  }
}
.section-newsletter .row .ft-newsletter-text {
  font-size: 16px;
  opacity: 0.66;
  color: #fff;
  max-width: 451px;
  margin: 0px auto 46px;
  text-align: center;
  line-height: 28px;
}
.section-newsletter .row .newsletter {
  position: relative;
  margin: auto;
}
@media (min-width: 768px) {
  .section-newsletter .row .newsletter {
    width: calc(100% - 100px);
  }
}
.section-newsletter .row .newsletter label {
  display: none;
}
.section-newsletter .row .newsletter .tnp-email {
  height: 59px;
  -webkit-border-radius: 29.5px;
  -khtml-border-radius: 29.5px;
  -moz-border-radius: 29.5px;
  -ms-border-radius: 29.5px;
  -o-border-radius: 29.5px;
  border-radius: 29.5px;
  border: 2px solid #77c701;
  background: transparent;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 575px) {
  .section-newsletter .row .newsletter .tnp-email {
    margin-bottom: 15px;
  }
}
.section-newsletter .row .newsletter .tnp-button {
  position: absolute;
  border: 0px;
  font-size: 16px;
  -webkit-border-radius: 25.5px;
  -khtml-border-radius: 25.5px;
  -moz-border-radius: 25.5px;
  -ms-border-radius: 25.5px;
  -o-border-radius: 25.5px;
  border-radius: 25.5px;
  right: 4px;
  top: 4px;
  padding: 17px 60px 15px;
}
@media (max-width: 575px) {
  .section-newsletter .row .newsletter .tnp-button {
    position: relative;
    margin-bottom: 20px;
  }
}
.section-newsletter .row .ft-newsletter-text-2 {
  font-size: 12px;
  color: #858787;
  text-align: center;
  line-height: 22px;
  max-width: 500px;
  margin: auto;
}
.section-newsletter .row .ft-newsletter-text-2 a {
  color: #77c701;
}
.site-footer {
  color: #5f6a6c;
  position: relative;
  background: #fff;
}
@media (max-width: 575px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer p {
  color: #5f6a6c;
}
.site-footer a {
  color: #5f6a6c;
}
.site-footer a:hover {
  color: #77c701;
}
.site-footer .widget .footer-widget-title {
  margin-top: 36px;
  font-size: 28px;
  color: #5f6a6c;
  font-family: 'Frutiger-BlackItalic';
}
.site-footer .bottom-section .footer-widget-title {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .site-footer .col-xl-offset-1 + .col-xl-offset-1 {
    padding-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .site-footer .col-xl-offset-1:nth-child(2) {
    padding-right: 0px;
  }
}
.site-footer .top-footer {
  padding: 54px 0px 56px;
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 1200px) {
  .site-footer .top-footer .widget_media_image img {
    max-width: 246px !important;
  }
}
.site-footer .top-footer .widget_cs_social_widget {
  margin-top: 37px;
}
.site-footer .top-footer .widget_cs_social_widget ul {
  margin: 0px;
}
@media (max-width: 991px) {
  .site-footer .top-footer .widget_cs_social_widget ul {
    display: block;
  }
  .site-footer .top-footer .widget_cs_social_widget ul li {
    margin-right: 20px;
  }
  .site-footer .top-footer .widget_cs_social_widget ul li:last-child {
    margin-right: 0px;
  }
}
.site-footer .top-footer .widget_nav_menu .sub-menu {
  display: none;
}
.site-footer .top-footer .widget_nav_menu li {
  margin-bottom: 14px;
}
.site-footer .bottom-footer {
  font-size: 14px;
}
@media (max-width: 575px) {
  .site-footer .bottom-footer {
    text-align: center;
  }
}
.site-footer .bottom-footer .textwidget p {
  line-height: 1.85;
  letter-spacing: 0.016em;
}
.site-footer .bottom-footer .text-copy-right {
  padding: 1px 15px 25px;
}
@media (max-width: 991px) {
  .site-footer .bottom-footer .text-copy-right {
    padding-top: 30px;
  }
}
.site-footer .bottom-footer .text-copy-right p {
  margin: 0px;
}
.scroll-top {
  background-color: #232829;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  height: 45px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 45px;
  font-size: 22px;
  z-index: 999;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scroll-top:focus, .scroll-top:active {
  background-color: #232829;
  color: #fff;
}
.scroll-top:hover {
  background-color: #171b1b;
  color: #fff;
}
.scroll-top.on {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
}
@media (max-width: 767px) {
  .scroll-top.on {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    right: 0px;
    bottom: 0px;
    height: 22px;
  }
}
.scroll-top i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
@media (max-width: 991px) {
  .top-footer::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-footer::after {
    display: none;
  }
}
.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 0px;
}
.cms-grid .item-title {
  font-size: 24px;
  line-height: 1.33;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #232829;
}
@media (max-width: 767px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: rgba(35, 40, 41, 0.33);
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
  color: #232829 !important;
}
.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
  color: #232829 !important;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.cms-grid-header {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.cms-grid-header > h3 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 0.03em;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
@media (max-width: 767px) {
  .cms-grid-header {
    display: block;
  }
  .cms-grid-header > h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cms-grid-header .nice-select {
    margin: 15px 0 0;
  }
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #a2a2a2;
  display: inline-block;
  height: 9px;
  margin: 0 4px;
  width: 9px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-dots .owl-dot.active {
  background-color: #232829;
}
.owl-arrows-middle .owl-nav {
  display: block !important;
}
.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle .owl-nav .owl-prev {
  left: -54px;
}
.owl-arrows-middle .owl-nav .owl-next {
  right: -54px;
}
.owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
  height: 185px;
  line-height: 185px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #232829;
  text-align: center;
}
.owl-arrows-middle-big .owl-prev i, .owl-arrows-middle-big .owl-next i {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-arrows-middle-big .owl-prev {
  left: -15px;
}
.owl-arrows-middle-big .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-big .owl-prev:hover i {
  margin-left: -15px;
}
.owl-arrows-middle-big .owl-next {
  right: -15px;
}
.owl-arrows-middle-big .owl-next i:before {
  content: "\f301";
}
.owl-arrows-middle-big .owl-next:hover i {
  margin-right: -15px;
}
@media (max-width: 767px) {
  .owl-arrows-middle-big .owl-prev, .owl-arrows-middle-big .owl-next {
    width: 45px;
    height: 90px;
    line-height: 90px;
  }
}
.owl-arrows-middle-circle .owl-nav .owl-prev, .owl-arrows-middle-circle .owl-nav .owl-next {
  border: 2px solid #232829;
  border-radius: 100%;
  color: #232829;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-arrows-middle-circle .owl-nav .owl-prev:hover, .owl-arrows-middle-circle .owl-nav .owl-next:hover {
  border-color: #232829;
  background-color: #232829;
  color: #fff;
}
.owl-arrows-middle-circle .owl-nav .owl-prev {
  left: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-prev i:before {
  content: "\f2ff";
}
.owl-arrows-middle-circle .owl-nav .owl-next {
  right: 30px;
}
.owl-arrows-middle-circle .owl-nav .owl-next i:before {
  content: "\f301";
}
@media screen and (min-width: 1400px) {
  .owl-arrows-middle-circle .owl-nav .owl-prev {
    left: -70px;
  }
  .owl-arrows-middle-circle .owl-nav .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-prev, .owl-arrows-middle-circle.gallery-carousel .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
  }
  .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-prev, .owl-arrows-middle-circle.cms-carousel-blog .owl-nav .owl-next {
    position: static;
    margin: 60px 15px 0;
  }
}
.cms-carousel-filter {
  margin-bottom: 25px;
  /* Page Loading */
}
.cms-carousel-filter .cms-filter-item {
  font-size: 24px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 38px 10px 0;
  display: inline-block;
}
.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
  color: #232829;
  cursor: pointer;
}
#cms-loadding, #apply-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spin, #apply-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}
#cms-loadding .loading-spin .spinner, #apply-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side, #apply-loadding .loading-spin .spinner .left-side {
  left: 0;
}
#cms-loadding .loading-spin .spinner .right-side, #apply-loadding .loading-spin .spinner .right-side {
  right: 0;
}
#cms-loadding .loading-spin .spinner.color-2 .right-side, #apply-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side, #apply-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .bar, #apply-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #232829;
  position: relative;
}
#cms-loadding .loading-spin .spinner .bar:after, #apply-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #232829;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#cms-loadding .loading-spin .spinner .right-side .bar, #apply-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .right-side .bar:after, #apply-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}
#cms-loadding .loading-spin .spinner .left-side .bar, #apply-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}
#cms-loadding .loading-spin .spinner .left-side .bar:after, #apply-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}
#apply-loadding {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(95, 106, 108, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #5f6a6c;
}
.entry-footer .entry-edit-link {
  display: none;
}
div.pp_overlay {
  z-index: 9999 !important;
  opacity: 0.85 !important;
}
.cms-close {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.cms-close:before, .cms-close:after {
  background-color: #5f6a6c;
  width: 10px;
  top: 11px;
  z-index: 999;
}
.cms-close:hover {
  background-color: #232829;
}
.cms-close:hover:before, .cms-close:hover:after {
  background-color: #fff;
}
.cms-modal {
  background-color: rgba(51, 51, 51, 0.87);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.cms-modal .cms-modal-inner {
  padding: 0 15px;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 500ms;
}
.cms-modal.open {
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.cms-modal.open .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -khtml-transform: translate(-50%, -50%) scaleX(1);
  -moz-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  -o-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.cms-modal.remove {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition-delay: 500ms;
}
.cms-modal.remove .cms-modal-inner {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -khtml-transform: translate(-50%, -50%) scaleX(0);
  -moz-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  -o-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  transition-delay: 0ms;
}
.cms-modal .cms-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
.cms-modal .cms-close:before, .cms-modal .cms-close:after {
  background-color: #fff;
}
.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
  background-color: #232829;
}
@media (max-width: 767px) {
  .cms-modal .cms-close {
    display: block;
  }
}
.cms-modal .cms-contact-form-footer {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
.cms-modal .cms-contact-form-footer > h3 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 10px;
}
.cms-modal .cms-contact-form-footer > h6 {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.nav-tabs-none {
  border: none;
}
.nav-tabs-none li.nav-item {
  margin: 0;
}
.nav-tabs-none li.nav-item a.nav-link {
  border: none;
  padding: 0;
}
.rev_slider_wrapper .custom .tp-bullet {
  height: 11px;
  width: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background: none;
}
.rev_slider_wrapper .custom .tp-bullet.selected {
  background-color: #fff;
}
.test-row {
  height: 100px;
  background-color: #232829;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-image-holder .mfp-close:after, body .mfp-iframe-holder .mfp-close:after {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #232829;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  padding: 0px !important;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.overlay-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #232829;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-fancybox-default {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-fancybox-default .fr-fancybox-inner {
  position: relative;
}
.fr-fancybox-default .fr-fancybox-inner .text {
  position: absolute;
  bottom: 39px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.fr-fancybox-default .fr-fancybox-inner .text h3 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .fr-fancybox-default .fr-fancybox-inner .text h3 {
    font-size: 30px;
    line-height: normal;
  }
}
.fr-fancybox-default .fr-fancybox-inner .text h3 a {
  color: #fff;
}
.fr-fancybox-default .fr-fancybox-inner .text h3 a:hover {
  color: #77c701;
}
.fr-fancybox-default .fr-fancybox-inner .image {
  padding: 306px 0px 58px;
  -webkit-transition: all ease-in-out 8s;
  -khtml-transition: all ease-in-out 8s;
  -moz-transition: all ease-in-out 8s;
  -ms-transition: all ease-in-out 8s;
  -o-transition: all ease-in-out 8s;
  transition: all ease-in-out 8s;
  position: relative;
}
.fr-fancybox-default .fr-fancybox-inner .image:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(0, 0, 0, 0));
}
.fr-fancybox-default .fr-fancybox-inner:hover .image {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fr-fancybox-default.style-2 {
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
}
.fr-fancybox-default.style-2 .image {
  position: relative;
  padding-bottom: 86px;
}
.fr-fancybox-default.style-2 .image:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.fr-fancybox-default.style-2 .text {
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fr-fancybox-layout1 .fr-fancybox-inner {
  text-align: center;
  background: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  padding: 36px 30px 45px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-fancybox-layout1 .fr-fancybox-inner .subtitle {
  color: #77c701;
  font-size: 50px;
  margin-bottom: 25px;
}
.fr-fancybox-layout1 .fr-fancybox-inner .title {
  font-size: 28px;
  font-family: 'Frutiger-BlackItalic';
  margin-bottom: 31px;
  color: #232829;
  hyphens: auto;
}
.fr-fancybox-layout2 .fr-fancybox-inner {
  text-align: center;
}
.fr-fancybox-layout2 .fr-fancybox-inner .icon {
  margin-bottom: 17px;
}
.fr-fancybox-layout2 .fr-fancybox-inner .subtitle {
  color: #5f6a6c;
  font-size: 16px;
  margin-bottom: 5px;
}
.fr-fancybox-layout2 .fr-fancybox-inner .title {
  font-size: 28px;
  font-family: 'Frutiger-BlackItalic';
  color: #232829;
}
.fr-fancybox-layout3 {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 28px 0px 45px;
  border: 1px solid #f0f0f0;
}
.fr-fancybox-layout3 .icon {
  font-size: 42px;
  color: #232829;
  margin-bottom: 24px;
}
.fr-fancybox-layout3 .title {
  font-size: 22px;
  color: #77c701;
}
.fr-fancybox-layout3 .text {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.fr-fancybox-layout3 .text a {
  color: #232829;
  text-decoration: underline;
}
.fr-fancybox-layout3 .text a:hover {
  color: #77c701;
}
.fr-fancybox-layout3 .text p {
  margin-bottom: 0px;
}
.fr-fancybox-layout3 .text span {
  color: #5f6a6c;
}
.fr-fancybox-layout3 .text ul.social {
  margin: 0px 0px 8px;
}
.fr-fancybox-layout3 .text ul.social li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.fr-fancybox-layout3 .text ul.social li:last-child {
  margin-right: 0px;
}
.fr-fancybox-layout3 .text ul.social li a {
  text-decoration: none;
}
.fr-fancybox-layout3 .text ul.social li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}
.fr-fancybox-layout3 .text ul.social li i.fa-facebook-f {
  background: #3b5998;
}
.fr-fancybox-layout3 .text ul.social li i.fa-twitter {
  background: #00aced;
}
.fr-fancybox-layout3 .text ul.social li i.fa-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.white-overlay {
  background-size: cover;
  background-repeat: no-repeat;
}
.white-overlay:before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, .6);
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block !important;
}
.light-icon .fr-fancybox-icon {
  background: #232829 !important;
  color: #fff !important;
}
.single-block-image figure {
  width: 100%;
}
.single-block-image figure div {
  width: inherit;
}
.single-block-image figure div img {
  width: inherit;
}
.block-text-right {
  font-size: 15px;
  color: #777;
}
.block-text-right p {
  font-size: inherit;
}
.vc_col-lg-6 {
  display: flex;
  flex-wrap: wrap;
}
.dtp {
  max-height: 100%;
  overflow-y: auto;
}
.dtp table.dtp-picker-days tr > td > a.selected, .dtp div.dtp-date, .dtp div.dtp-time, .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #232829;
}
.dtp div.dtp-actual-year, .dtp .p10 > a {
  color: #fff;
  cursor: pointer;
}
.dtp-buttons {
  background: #fff;
}
.dtp-buttons .btn-sm {
  background: #fff;
  border: none;
  color: #333;
  font-size: 13px;
  padding: 5px 10px;
}
.dtp-buttons .btn-sm:hover {
  background: #232829;
  color: #fff;
}
.medibuds-carousel {
  position: relative;
}
.medibuds-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .medibuds-carousel .owl-nav {
    z-index: 9;
  }
}
.medibuds-carousel .owl-nav .owl-prev {
  float: left;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .medibuds-carousel .owl-nav .owl-prev {
    margin-left: -60px;
  }
}
.medibuds-carousel .owl-nav .owl-next {
  float: right;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .medibuds-carousel .owl-nav .owl-next {
    margin-right: -60px;
  }
}
.medibuds-carousel .owl-nav .owl-prev, .medibuds-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  padding-top: 3px;
}
@media (max-width: 1199px) {
  .medibuds-carousel .owl-nav .owl-prev, .medibuds-carousel .owl-nav .owl-next {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .medibuds-carousel .owl-nav .owl-prev, .medibuds-carousel .owl-nav .owl-next {
    color: #fff !important;
    border-color: #232829;
    background: #232829;
  }
}
.medibuds-carousel .owl-nav .owl-prev:hover, .medibuds-carousel .owl-nav .owl-next:hover {
  border-color: #232829;
  color: #232829;
}
.medibuds-carousel .owl-stage-outer .owl-item {
  padding: 15px;
}
.grid-item-inner {
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.grid-item-inner li:before {
  content: none;
}
.grid-item-inner .item-featured a {
  position: relative;
  display: block;
}
.grid-item-inner .item-featured a .overlay-primary {
  opacity: 0;
}
.grid-item-inner .item-featured a img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  width: 100%;
}
.grid-item-inner .item-featured a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.grid-item-inner .item-holder {
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.grid-item-inner .item-holder .item-title {
  padding: 25px;
  font-size: 20px;
  margin: 0px;
}
.grid-item-inner .item-holder .item-title a {
  color: #333;
}
.grid-item-inner .item-holder .item-title span {
  color: #232829;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.grid-item-inner .item-holder .item-content {
  padding: 25px 25px;
  font-size: 15px;
  color: #777;
  border-bottom: 1px solid #e3e3e3;
}
.grid-item-inner .item-holder .item-contact {
  padding: 20px 25px;
}
.grid-item-inner .item-holder .item-contact a {
  color: #232829;
  font-size: 15px;
}
.grid-item-inner .item-holder .item-contact ul {
  float: right;
  margin: 0px;
}
.grid-item-inner .item-holder .item-contact ul li {
  display: inline-block;
  list-style: none;
  margin-left: 15px;
}
.grid-item-inner .item-holder .item-contact ul li:first-child {
  margin-left: 0px;
}
.grid-item-inner .item-holder .item-contact ul li a {
  color: #777;
}
.grid-item-inner .item-holder .item-contact ul li a:hover {
  color: #232829;
}
.grid-item-inner:hover {
  -webkit-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .3);
}
.grid-item-inner:hover a .overlay-primary {
  opacity: 0.6;
}
.grid-item-inner:hover a i {
  opacity: 1;
}
.grid-item-inner:hover .item-title a {
  color: #232829;
}
.column-stretch-right img {
  position: absolute;
  right: -90px;
  bottom: 0px;
  width: 100%;
}
.column-stretch-left img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.column-stretch-left-padding img {
  position: absolute;
  left: 0px;
  bottom: -1px;
  max-width: 60% !important;
  z-index: 1;
}
@media (max-width: 991px) {
  .column-stretch-left-padding img {
    display: none;
  }
}
.bottom-slide {
  position: relative;
}
.bottom-slide .img-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bottom-slide .img-scroll {
    display: none;
  }
}
.bottom-slide .img-cicle {
  width: 100%;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container {
  /* Accordion */
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion {
  /* Tabs */
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel {
  -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
  border: 3px solid #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: normal;
  color: #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 10px 27px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 27px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  content: "";
  border: none;
  background-color: #5f6a6c;
  position: absolute;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  width: 10px;
  height: 2px;
  left: 4px;
  top: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  height: 10px;
  width: 2px;
  top: 4px;
  left: 8px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel .vc_tta-panel-body {
  background-color: #5f6a6c;
  padding: 0 27px 27px 27px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 21px 30px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  border-color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  background-color: #fff;
  display: block;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-default .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: rgba(95, 106, 108, 0.87);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: rgba(95, 106, 108, 0.87);
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #232829;
  color: #fff;
  border-color: #232829;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-renovation .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  color: #fff;
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 12px 29px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  height: 22px;
  width: 22px;
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-style: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  border: none;
  color: #5f6a6c;
  position: absolute;
  left: 0;
  right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 16px 20px 6px;
  border: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background-color: #232829;
  color: #5f6a6c;
  border-color: #232829;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-industrial .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
  content: "\f2fc";
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading {
  border: 2px solid #ebebea;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0.03em;
  line-height: normal;
  text-transform: uppercase;
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 14px 17px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
  display: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel .vc_tta-panel-body {
  background-color: #373735;
  padding: 0 17px 14px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-accordion.vc_tta-style-corporate .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  color: #fff;
  background-color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid #5f6a6c;
  font-size: 15px;
  color: rgba(95, 106, 108, 0.87);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #5f6a6c;
  color: #fff;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 700;
  color: rgba(95, 106, 108, 0.5);
  padding: 10px 32px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 45px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 15px;
  color: rgba(55, 55, 53, 0.33);
  padding: 0 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #373735;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 78px 0 0;
  color: rgba(23, 28, 49, 0.66);
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list {
  border-bottom: 1px solid #e5e5e5;
  overflow: visible;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 50px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: none;
  font-size: 20px;
  color: rgba(95, 106, 108, 0.33);
  padding: 13px 0;
  position: relative;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #5f6a6c;
  font-family: ;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  top: auto;
  left: 0;
  background-color: #5f6a6c;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab a {
  border-left: none;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 0 0;
  overflow: visible;
}
@media (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs {
    /* Tab Tour */
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel {
    -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 3px solid #5f6a6c;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    line-height: normal;
    color: #5f6a6c;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 10px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #5f6a6c;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #5f6a6c;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 0 27px 27px 27px;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #5f6a6c;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate.vc_tta-controls-align-center .vc_tta-panels-container, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate.vc_tta-controls-align-center .vc_tta-panels-container {
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel {
    margin-bottom: 20px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel:last-child, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel:last-child {
    margin-bottom: 0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #ebebeb;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 15px;
    line-height: normal;
    color: #5f6a6c;
    text-align: left;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 14px 27px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon {
    height: 22px;
    width: 22px;
    right: 27px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #5f6a6c;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    content: "";
    border: none;
    background-color: #5f6a6c;
    position: absolute;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    width: 10px;
    height: 2px;
    left: 4px;
    top: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    height: 10px;
    width: 2px;
    top: 4px;
    left: 8px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    padding: 27px 0;
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    display: block;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:before {
    left: 4px;
    top: 8px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-industrial .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-corporate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i.vc_tta-controls-icon:after {
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-estate .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #ebebeb;
    padding: 27px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab {
  margin-bottom: 15px;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab:last-child {
  margin-bottom: 0;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
  border: none;
  padding: 0;
  color: #c5c5c5;
  font-family: ;
  font-size: 24px;
  line-height: normal;
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab.vc_active a, .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a:hover {
  color: #232829;
}
@media (min-width: 992px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 60px;
  }
}
.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panel-body {
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 18px;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-tabs-container {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    border: none;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #c5c5c5;
    text-align: center;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #232829;
  }
  .wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-tour-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading .vc_tta-panel-title {
    border-bottom: none;
  }
}
.cms-load-more span {
  padding: 17px 50px;
  font-size: 17px;
  text-transform: capitalize;
}
.cms-heading {
  position: relative;
  z-index: 9;
}
.cms-heading * {
  margin: 0;
}
.cms-heading cite {
  color: #232829;
  font-style: normal;
}
.cms-heading .cms-heading-tag {
  margin-bottom: 5px;
}
.cms-heading .cms-heading-tag a {
  color: #77c701;
}
.cms-heading .cms-heading-desc {
  letter-spacing: 0.016em;
}
.cms-heading .title {
  text-shadow: -4px -5px 0 #fff, 5px -5px 0 #fff, -7px 4px 0 #fff, 4px 4px 0 #fff;
}
@media (max-width: 1366px) {
  .cms-heading.layout1 {
    margin-left: 20px;
  }
}
.cms-heading.layout1 .icon-img {
  display: inline-block;
  position: relative;
  width: 38px;
  z-index: -1;
  margin-left: -60px;
}
.cms-heading.layout1 .icon-img svg {
  width: 38px;
  position: absolute;
  top: -60px;
  left: 33px;
}
@media (max-width: 991px) {
  .cms-heading.layout1 .icon-img svg {
    top: -45px;
    left: 25px;
  }
}
.cms-heading.layout1 .title {
  font-size: 48px;
  line-height: 56px;
  color: #232829;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cms-heading.layout1 .title {
    font-size: 30px;
    line-height: normal;
    text-shadow: -3px -3px 0 #fff, 2px -3px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff;
  }
}
.cms-heading.layout1.align-left .icon-img {
  margin-left: 0px;
  width: 38px;
  position: absolute;
  top: -20px;
  left: -18px;
  z-index: -1;
}
.cms-heading.layout1.align-left .icon-img svg {
  width: 38px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 1366px) {
  .cms-heading.layout2 {
    margin-left: 20px;
  }
}
.cms-heading.layout2 .icon-img {
  display: inline-block;
  position: relative;
  width: 67px;
  z-index: -1;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cms-heading.layout2 .icon-img {
    width: 45px;
    margin-left: -54px;
  }
}
.cms-heading.layout2 .icon-img svg {
  right: -68px;
  top: -90px;
  max-width: 67px;
  position: absolute;
}
@media (max-width: 991px) {
  .cms-heading.layout2 .icon-img svg {
    right: -40px;
    top: -57px;
  }
}
.cms-heading.layout2.align-left .icon-img {
  display: inline-block;
  position: absolute;
  left: -24px;
  top: -2px;
  margin-left: 0px;
}
.cms-heading.layout2.align-left .icon-img svg {
  position: relative;
  top: -25px;
  left: -3px;
}
.cms-heading.layout2 .title {
  font-size: 74px;
  color: #232829;
  line-height: 84px;
  font-family: 'Frutiger-BlackItalic';
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cms-heading.layout2 .title {
    font-size: 40px;
    line-height: normal;
  }
}
.cls-1 {
  fill: #77c701;
}
.fr-contact-form {
  text-align: left;
}
.fr-contact-form.layout1 {
  padding: 36px 30px 13px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}
.fr-contact-form.layout1 .title {
  font-size: 48px;
  font-family: 'Frutiger-BlackItalic';
  margin-bottom: 11px;
}
.fr-contact-form.layout1 .text {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
  margin-bottom: 41px;
}
.fr-contact-form.layout1 label {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  margin-bottom: 18px;
}
.fr-contact-form.layout1 input, .fr-contact-form.layout1 textarea {
  background: #fafafa;
}
.fr-contact-form.layout1 input:focus, .fr-contact-form.layout1 textarea:focus {
  border-color: #77c701;
}
.fr-contact-form.layout1 .your-message, .fr-contact-form.layout1 textarea {
  margin: 0px;
}
.fr-contact-form.layout1 textarea {
  height: 226px;
  margin-bottom: -4px;
}
.fr-contact-form.layout1 .button {
  display: block;
  width: 100%;
}
.become-a-member span, .become-a-member label {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  display: inline-block;
  margin-bottom: 19px;
}
.become-a-member p {
  text-align: center;
}
@media (max-width: 575px) {
  .become-a-member .age {
    margin-top: 20px;
  }
}
.become-a-member span {
  margin-bottom: 0px;
}
.become-a-member span input[type="radio"] {
  display: none;
}
.become-a-member span input[type="radio"]:checked + label:before {
  opacity: 1;
}
.become-a-member span label.radio {
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #f7f7f7;
  margin: 0px 15px -5px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .become-a-member span label.radio {
    margin: 0px 30px -5px 15px;
  }
}
.become-a-member span label.radio:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #77c701;
  opacity: 0;
}
.become-a-member span:last-child label {
  margin-right: 0px;
}
.become-a-member .button {
  margin: 18px auto;
}
.become-a-member .wpcf7-mail-sent-ok {
  color: #77c701;
}
.fr-contact-info-default .content {
  padding: 30px 30px 42px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  -khtml-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .08);
  background: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e3e6ea;
}
.fr-contact-info-default .content h3 {
  font-size: 24px;
  letter-spacing: -0.016em;
}
.fr-contact-info-default .content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.fr-contact-info-default .content p {
  margin-bottom: 24px;
  line-height: 26px;
  font-size: 15px;
  color: #232829;
}
.fr-contact-info-default .content table, .fr-contact-info-default .content td {
  line-height: 26px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-size: 15px;
  color: #232829;
}
.fr-contact-info-default .cms-social {
  margin: 48px 0px 0px 20px;
}
.fr-contact-info-default .cms-social li {
  margin: 0px 26px 20px 0px;
}
.fr-contact-info-default .cms-social i {
  width: 60px !important;
  height: 60px !important;
  font-size: 24px;
}
@media (max-width: 575px) {
  .fr-contact-info-default .cms-social i {
    width: 40px !important;
    height: 40px !important;
  }
}
.fr-google-map-wrap {
  position: relative;
}
.fr-google-map-wrap .fr-google-map-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  max-width: 290px;
  background-color: #fff;
  padding: 30px 40px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.66);
}
.fr-google-map-wrap .fr-google-map-content .map-subtitle {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 6px;
}
.fr-google-map-wrap .fr-google-map-content label {
  color: #373735;
  display: block;
}
.fr-google-map-wrap .fr-google-map-content a {
  color: #373735;
}
.fr-google-map-wrap .fr-google-map-content a:hover {
  color: #232829;
}
.fr-google-map-wrap .fr-google-map-content .map-address {
  margin-bottom: 25px;
}
.fr-google-map-wrap .fr-google-map-content .map-email {
  margin-bottom: 15px;
}
.fr-google-map-wrap .fr-google-map {
  padding-left: 330px;
}
@media (max-width: 575px) {
  .fr-google-map-wrap .fr-google-map-content {
    max-width: 100%;
    padding: 0;
    position: static;
    margin-bottom: 40px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .fr-google-map-wrap .fr-google-map {
    padding-left: 0;
  }
}
.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
  display: none;
}
.gm-style .gmnoprint {
  opacity: 1 !important;
  overflow: visible !important;
}
.gm-style .marker-icon {
  height: 18px !important;
  width: 18px !important;
  background-color: #232829;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
}
.gm-style .marker-icon:before, .gm-style .marker-icon:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  background-color: #232829;
}
.gm-style .marker-icon:before {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.gm-style .marker-icon:after {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.fr-service-carousel-default .single-hentry-blog-post .entry-holder {
  padding: 40px 30px 19px;
}
@media (max-width: 991px) {
  .fr-service-carousel-default .single-hentry-blog-post .entry-holder {
    padding: 40px 20px 19px;
  }
}
.fr-service-carousel-default .single-hentry-blog-post .entry-holder .post-meta {
  background: #fff;
}
@media (max-width: 1367px) {
  .fr-service-carousel-default .single-hentry-blog-post .entry-holder .post-meta .entry-title {
    font-size: 28px !important;
  }
}
.fr-service-carousel-default .owl-stage .owl-item {
  padding: 15px 15px 0px;
}
.fr-service-carousel-default .owl-nav {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .fr-service-carousel-default .owl-nav {
    right: -9px;
  }
}
.fr-service-carousel-default .owl-nav .owl-prev {
  display: none;
}
.fr-service-carousel-default .owl-nav .owl-next {
  font-size: 42px;
  width: 110px;
  height: 110px;
  border-radius: 20px;
  color: #fff;
  background: #232829;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .fr-service-carousel-default .owl-nav .owl-next {
    width: 30px;
    height: 100px;
  }
}
.fr-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .fr-steps {
    display: block;
  }
}
.fr-steps .fa {
  font-size: 35px;
  color: #fff;
  opacity: 0.33;
  margin: 0px 40px;
}
@media (max-width: 991px) {
  .fr-steps .fa {
    display: none;
  }
}
.fr-steps .fr-step-item {
  text-align: left;
}
@media (max-width: 991px) {
  .fr-steps .fr-step-item {
    margin-bottom: 40px;
  }
  .fr-steps .fr-step-item:last-of-type {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fr-steps .fr-step-content {
    padding: 0px 40px;
  }
}
@media (max-width: 991px) {
  .fr-steps .fr-step-content {
    text-align: center;
  }
}
.fr-steps .fr-step-content .fr-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -0.016em;
}
.fr-steps .fr-step-content .fr-title img {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .fr-steps .fr-step-content .fr-title img {
    display: block;
    margin: 15px auto;
  }
}
.fr-steps .fr-step-content .fr-content {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 0px;
  max-width: 310px;
}
@media (max-width: 991px) {
  .fr-steps .fr-step-content .fr-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .fr-steps .fr-step-content .fr-content {
    margin: auto;
  }
}
.fr-steps .fr-step-content .fr-content a {
  color: #77c701;
  border-bottom: 1px solid #77c701;
}
.fr-about-carousel {
  position: relative;
  padding-top: 35px;
}
.fr-about-carousel .fr-about-item {
  text-align: right;
}
.fr-about-carousel .owl-dots {
  margin: 0px 0px 0px 0px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.fr-about-carousel .owl-dots .owl-dot {
  margin: 0px 8px 0px 0px;
}
.fr-about-carousel .owl-dots .owl-dot:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 449px) {
  .fr-service-grid-default {
    padding: 30px;
  }
  .fr-service-grid-default .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fr-service-grid-default .title {
  font-size: 18px;
  color: #77c701;
  margin-bottom: 0px;
}
.fr-service-grid-default .has-heading {
  margin-top: 20px;
  font-size: 54px;
  line-height: 1.45;
  letter-spacing: -0.016em;
}
@media (max-width: 767px) {
  .fr-service-grid-default .has-heading {
    font-size: 30px;
  }
}
.fr-service-grid-default .service-item-grid {
  margin-bottom: 111px;
}
@media (min-width: 1200px) {
  .fr-service-grid-default .service-item-grid {
    padding: 0px 15px;
  }
}
.fr-service-grid-default .service-item-grid .item-image {
  margin-top: -17px;
  position: relative;
}
.fr-service-grid-default .service-item-grid .item-image img {
  max-height: 130px;
  margin: 5px 17px;
  max-width: 67px;
}
.fr-service-grid-default .service-item-grid .item-image:after {
  content: '';
  width: 100px;
  height: 100px;
  background: linear-gradient(to top, #fcfcfc 20%, #1bdd88);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: -1;
}
.fr-service-grid-default .service-item-grid .item-title {
  font-size: 28px;
  margin: 49px 0px 5px;
}
.fr-service-grid-default .service-item-grid .item-title a {
  color: #232829;
}
.fr-service-grid-default .service-item-grid .item-title a:hover {
  color: #77c701;
}
.fr-service-grid-default .service-item-grid .item-excerpt {
  font-size: 14px;
  color: #232829;
  opacity: 0.66;
  margin-bottom: 26px;
  line-height: 1.8;
  letter-spacing: 0.016em;
}
.fr-service-grid-default .service-item-grid .item-readmore span {
  font-size: 14px;
  color: #232829;
}
.fr-service-grid-default .service-item-grid .item-readmore a {
  float: right;
  font-size: 14px;
  text-decoration: underline;
  color: #232829;
}
.fr-service-grid-default .service-item-grid .item-readmore a:hover {
  color: #77c701;
}
.cms-related-post-inner .single-hentry-blog-post .entry-title, .fr-blog-carousel .single-hentry-blog-post .entry-title {
  font-size: 20px !important;
}
@media (min-width: 1200px) {
  .cms-related-post-inner .single-hentry-blog-post .entry-title, .fr-blog-carousel .single-hentry-blog-post .entry-title {
    font-size: 32px !important;
    line-height: 1.65;
  }
}
.fr-blog-grid .blog-post {
  margin-bottom: 55px;
  border: 2px solid #eee;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-blog-grid .blog-post .post-image {
  min-height: 307px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #eee;
}
.fr-blog-grid .blog-post .post-image:after {
  display: none;
}
.fr-blog-grid .blog-post .post-meta {
  background: #fff;
  padding: 25px 13px 16px;
  margin-bottom: 0px;
}
.fr-blog-grid .blog-post .post-meta .entry-meta {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.fr-blog-grid .blog-post .post-meta .entry-meta p {
  color: inherit;
  margin-left: 0px;
  margin-bottom: 10px;
  color: #232829;
}
.fr-blog-grid .blog-post .post-meta .entry-meta a {
  color: #77c701;
}
.fr-blog-grid .blog-post .post-meta .entry-title {
  font-size: 22px !important;
  line-height: 28px;
  margin-bottom: 3px;
  font-family: 'Frutiger-Black';
}
.fr-blog-grid .blog-post .post-meta .entry-title a {
  color: #232829;
}
.fr-blog-grid .blog-post .post-meta .entry-title a:hover {
  color: #77c701;
}
.fr-blog-grid .blog-post .post-meta .read-more {
  font-size: 12px;
  color: #232829;
  font-family: 'Frutiger-Black';
  display: flex;
  align-items: center;
  opacity: 1;
}
.fr-blog-grid .blog-post .post-meta .read-more i {
  margin-left: 10px;
}
.fr-blog-grid .blog-post .post-meta .read-more:hover {
  color: #77c701;
}
.fr-blog-grid .cms-grid-pagination {
  margin-top: 0px;
}
.fr-blog-grid .cms-grid-pagination .posts-page-links {
  padding-top: 0px;
  margin-top: 0px;
}
.fr-blog-grid.layout1 .blog-post {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-blog-grid.layout1 .post-image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
}
.fr-blog-grid.layout1 .post-meta {
  padding: 38px 30px 22px;
  border: 2px solid #232829;
  border-top: 0px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.fr-blog-grid.layout1 .post-meta .entry-title {
  margin-bottom: 16px;
}
.fr-blog-grid.layout1 .post-meta .text {
  font-size: 14px;
  color: #232829;
  margin-bottom: 18px;
}
.fr-blog-grid.layout1 .post-meta .author-avatar {
  float: left;
}
.fr-blog-grid.layout1 .post-meta .author-avatar img {
  max-width: 40px;
  max-height: 40px;
  margin-right: 15px;
}
.fr-blog-grid.layout1 .post-meta .author-description {
  float: left;
}
.fr-blog-grid.layout1 .post-meta .author-description h3 {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
  margin-bottom: 0px;
}
.fr-blog-grid.layout1 .post-meta .author-description p {
  font-size: 14px;
  margin-bottom: 0px;
}
.radius-column > .vc_column-inner {
  -webkit-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, .2);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media (min-width: 576px) {
  .radius-column > .vc_column-inner {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
}
@media  {
  .cms-newsletter .tnp-field.tnp-field-button .tnp-submit {
    width: 100%;
    margin-top: 10px;
    line-height: 53px;
    position: static;
  }
}
.service-option-container > h3 {
  font-size: 22px;
  color: #232829;
  margin: 52px 0px 19px;
  letter-spacing: -0.016em;
}
.service-option-container > h3 span {
  margin-right: 7px;
}
@media (min-width: 1400px) {
  .service-options {
    margin-right: -100px;
  }
}
.service-options .repair-carousel .owl-stage-outer {
  padding: 0px 30px 80px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
.service-options .repair-carousel .owl-dots {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .service-options .repair-carousel .owl-dots {
    position: absolute;
    top: -60px;
    left: calc(100% - 150px);
    margin-bottom: 0px;
  }
}
.service-options .repair-carousel .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  background: #c4c1ce;
  margin-right: 9px;
  border: 0px;
}
.service-options .repair-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.service-options .repair-carousel .owl-dots .owl-dot.active {
  background: #77c701;
}
.service-options .repair-carousel .repair-item {
  padding: 20px 30px 18px;
  border: 1px solid #e3e6ea;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.service-options .repair-carousel .repair-item:hover {
  -webkit-box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
  -khtml-box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
  -moz-box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
  -ms-box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
  -o-box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
  box-shadow: 0px 22px 65px 0px rgba(23, 23, 23, 0.08);
}
.service-options .repair-carousel .repair-item .image-item {
  position: relative;
}
.service-options .repair-carousel .repair-item .image-item img {
  max-height: 130px;
  margin: 5px 17px;
  max-width: 67px;
  position: relative;
  z-index: 1;
}
.service-options .repair-carousel .repair-item .image-item:after {
  content: '';
  width: 100px;
  height: 100px;
  background: linear-gradient(to top, #fff 20%, #1bdd88);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: 0;
}
.service-options .repair-carousel .repair-item h3 {
  font-size: 20px;
  line-height: 1;
  margin: 29px 0px 30px;
}
@media (min-width: 1400px) {
  .service-options .repair-carousel .repair-item h3 {
    font-size: 28px;
  }
}
.service-options .repair-carousel .repair-item .content {
  line-height: 1.85;
  margin-bottom: 28px;
}
.service-options .repair-carousel .repair-item .meta {
  display: flex;
  justify-content: space-between;
}
.service-options .repair-carousel .repair-item .meta span {
  color: #232829;
}
.service-options .repair-carousel .repair-item .meta form button {
  font-size: 12px;
  padding: 0px;
  background: none;
  border: none;
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .service-options .repair-carousel .repair-item .meta form button {
    font-size: 14px;
  }
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner {
  margin: 0 -15px;
}
.cms-image-gallery.layout-grid.style1 .cms-grid-inner .grid-item {
  padding: 15px;
}
.light-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.light-box .overlay-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: transparent;
  font-size: 20px;
  background: rgba(35, 40, 41, .65);
  -webkit-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.light-box .overlay-item:before {
  content: '';
  -webkit-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.light-box img {
  width: 100%;
  max-height: 365px;
  -webkit-transition: all ease-in-out 8s;
  -khtml-transition: all ease-in-out 8s;
  -moz-transition: all ease-in-out 8s;
  -ms-transition: all ease-in-out 8s;
  -o-transition: all ease-in-out 8s;
  transition: all ease-in-out 8s;
}
.light-box:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.light-box:hover .overlay-item {
  color: #fff;
  opacity: 1;
}
.light-box:hover .overlay-item:before {
  opacity: 0;
}
.mfp-figure figure {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.filter {
  -webkit-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -khtml-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -moz-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -ms-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -o-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  margin: 0px -15px 77px;
}
@media (min-width: 992px) {
  .filter {
    background: #fff;
    margin-left: -100%;
    margin-right: -100%;
  }
}
.nav-gallery-filter {
  display: block;
  margin: auto;
}
@media (max-width: 575px) {
  .nav-gallery-filter {
    padding: 0px 40px;
  }
}
.nav-gallery-filter li {
  display: inline-block;
  margin-right: 60px;
  -webkit-transform: all ease-in-out 0.3s;
  -khtml-transform: all ease-in-out 0.3s;
  -moz-transform: all ease-in-out 0.3s;
  -ms-transform: all ease-in-out 0.3s;
  -o-transform: all ease-in-out 0.3s;
  transform: all ease-in-out 0.3s;
  font-size: 21.01px;
  color: rgba(35, 40, 41, .66);
  cursor: pointer;
}
@media (max-width: 575px) {
  .nav-gallery-filter li {
    margin-right: 0px;
    display: block;
  }
}
.nav-gallery-filter li span {
  position: relative;
  padding: 34px 0px;
  letter-spacing: -0.016em;
  display: inline-block;
}
@media (max-width: 991px) {
  .nav-gallery-filter li span {
    padding: 10px 0px;
  }
}
.nav-gallery-filter li span:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #77c701;
  opacity: 0;
}
.nav-gallery-filter li:last-child {
  margin-right: 0px;
}
.nav-gallery-filter li:hover, .nav-gallery-filter li.active {
  color: #232829;
}
.nav-gallery-filter li:hover span:after, .nav-gallery-filter li.active span:after {
  opacity: 1;
}
.nav-gallery-filter li.active {
  font-size: 22.01px;
}
.fr-gallery-grid.default {
  text-align: center;
}
.fr-gallery-grid.style3 a.light-box {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.fr-testimonial-carousel {
  position: relative;
  z-index: 9;
}
.fr-testimonial-carousel .owl-item {
  padding: 0px 2px;
}
.fr-team-carousel .owl-stage-outer {
  overflow: inherit;
}
.fr-team-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.fr-team-carousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 0.33;
}
.fr-team-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
.fr-team-carousel .owl-stage-outer .owl-stage .owl-item.active .fr-team-inner {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-team-carousel .owl-nav {
  margin-top: 38px;
}
.fr-team-carousel .owl-nav .owl-next {
  margin-left: 10px;
}
.fr-team-carousel .owl-nav .owl-next i:before {
  content: "\f178";
  font-family: fontAwesome5Pro;
  font-weight: 400;
}
.fr-team-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}
.fr-team-carousel .owl-nav .owl-prev i:before {
  content: "\f177";
  font-family: fontAwesome5Pro;
  font-weight: 400;
}
.fr-team-carousel .fr-team-inner {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  overflow: hidden;
}
.fr-team-carousel .fr-team-inner .fr-team-avatar {
  border-bottom: 2px solid #232829;
  padding: 124px 0px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.fr-team-carousel .fr-team-inner .fr-team-text {
  padding: 34px 30px 16px;
}
.fr-team-carousel .fr-team-inner .fr-team-name {
  font-size: 28px;
  color: #232829;
  margin-bottom: 3px;
}
.fr-team-carousel .fr-team-inner .fr-team-position {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #77c701;
  margin-bottom: 0px;
}
.testimonial-layout1 {
  position: relative;
}
.testimonial-layout1 .owl-nav, .testimonial-layout1 .owl-dots {
  display: none;
}
.testimonial-layout1 .col-lg-6 {
  position: inherit;
}
.testimonial-layout1 .col-lg-6:first-child {
  padding: 111px 15px 85px;
}
@media (min-width: 1400px) {
  .testimonial-layout1 .col-lg-6:first-child {
    padding-right: 8.33333%;
  }
}
.testimonial-layout1 .col-lg-6:last-child {
  padding: 0px 0px !important;
}
@media (min-width: 992px) {
  .testimonial-layout1 .col-lg-6:last-child {
    position: absolute;
    left: 50%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.testimonial-layout1 .fr-testimonial-carousel-image img {
  height: 100%;
  width: inherit;
}
@media (max-width: 991px) {
  .testimonial-layout1 .fr-testimonial-carousel-image img {
    width: 100%;
    height: inherit;
  }
}
.testimonial-layout1 .nav-carousel .prev, .testimonial-layout1 .nav-carousel .next {
  position: absolute;
  top: 50%;
  font-size: 16px;
  color: #fff;
  background: #5f6a6c;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}
.testimonial-layout1 .nav-carousel .prev:before, .testimonial-layout1 .nav-carousel .next:before {
  content: '';
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  padding: 4px;
  top: -4px;
  left: -4px;
  -webkit-transition: all ease-in-out 0.2s;
  -khtml-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -khtml-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -moz-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -ms-box-shadow: 0px 0px 0px 1px #5f6a6c;
  -o-box-shadow: 0px 0px 0px 1px #5f6a6c;
  box-shadow: 0px 0px 0px 1px #5f6a6c;
}
.testimonial-layout1 .nav-carousel .prev:hover:before, .testimonial-layout1 .nav-carousel .next:hover:before {
  -webkit-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -khtml-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -moz-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -ms-box-shadow: 0px 0px 0px 6px #5f6a6c;
  -o-box-shadow: 0px 0px 0px 6px #5f6a6c;
  box-shadow: 0px 0px 0px 6px #5f6a6c;
  opacity: 0.6;
  padding: 0px;
  left: 0px;
  top: 0px;
}
.testimonial-layout1 .nav-carousel .prev {
  left: -146px;
}
@media (max-width: 1500px) {
  .testimonial-layout1 .nav-carousel .prev {
    display: none;
  }
}
.testimonial-layout1 .nav-carousel .next {
  right: -146px;
}
@media (max-width: 1500px) {
  .testimonial-layout1 .nav-carousel .next {
    display: none;
  }
}
.vc_row.before-carousel-after .vc_column-inner {
  padding-top: 0px !important;
}
.vc_row.before-carousel-after > .wpb_column:first-child {
  position: relative;
  width: inherit;
  left: inherit;
  padding-left: inherit !important;
  padding-right: inherit !important;
  background-position: top !important;
}
.vc_row.before-carousel-after > .wpb_column:first-child:after, .vc_row.before-carousel-after > .wpb_column:first-child:before {
  content: '';
  position: absolute;
  height: 365px;
  width: 180px;
  z-index: 99;
  display: none;
  top: 0px;
}
@media (min-width: 1200px) {
  .vc_row.before-carousel-after > .wpb_column:first-child:after, .vc_row.before-carousel-after > .wpb_column:first-child:before {
    display: block !important;
  }
}
.vc_row.before-carousel-after > .wpb_column:first-child:before {
  left: 0px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, .2));
}
.vc_row.before-carousel-after > .wpb_column:first-child:after {
  right: 0px;
  background: linear-gradient(to right, rgba(255, 255, 255, .2), #fff);
}
.star1, .star2, .star3, .star4, .star5 {
  background: -webkit-linear-gradient(#ffe42f, #ffd112);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 2px;
}
.star1:before, .star2:before, .star3:before, .star4:before, .star5:before {
  font-family: FontAwesome;
  font-style: normal;
  letter-spacing: 5px;
}
.star1:before {
  content: '\f005 \f006 \f006 \f006 \f006';
}
.star2:before {
  content: '\f005 \f005 \f006 \f006 \f006';
}
.star3:before {
  content: '\f005 \f005 \f005 \f006 \f006';
}
.star4:before {
  content: '\f005 \f005 \f005 \f005 \f006';
}
.star5:before {
  content: '\f005 \f005 \f005 \f005 \f005';
}
.fr-testimonial-carousel.default .fr-testimonial-content {
  font-size: 32px;
  font-family: 'Frutiger-BlackItalic';
  line-height: 42px;
  color: #232829;
  letter-spacing: -0.016em;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .fr-testimonial-carousel.default .fr-testimonial-content {
    font-size: 24px;
    line-height: normal;
  }
}
.fr-testimonial-carousel.default .fr-testimonial-rating {
  font-size: 28px;
  color: #ffe42f;
  margin-bottom: 23px;
}
.fr-testimonial-carousel.default .fr-testimonial-title {
  font-size: 18px;
  font-family: 'Frutiger-BlackItalic';
  color: #77c701;
  margin-bottom: 7px;
}
.fr-testimonial-carousel.default .fr-testimonial-position {
  font-size: 14px;
  color: #232829;
  opacity: 0.66;
}
.owl-dots .owl-dot {
  border: 2px solid #232829;
  background: #fff;
  margin-right: 17px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.owl-dots .owl-dot:last-child {
  margin: 0px;
}
.owl-dots .owl-dot.active {
  background: #232829;
}
.fr-menu-locations ul {
  list-style: none;
  margin: 0px 0px 0px -30px;
  padding-right: 30px;
}
.fr-menu-locations ul.coming-store a {
  opacity: 0.33;
}
.fr-menu-locations ul.coming-store a span {
  float: right;
}
.fr-menu-locations ul li {
  padding: 11px 30px;
  margin-bottom: 5px;
}
.fr-menu-locations ul li a {
  font-size: 22px;
  display: block;
}
.fr-menu-locations ul li:hover {
  background: #f7f7f7;
}
.fr-menu-locations ul li:hover a {
  color: #232829;
}
.fr-list-icon ul {
  list-style: none;
  margin: 0px;
}
@media (min-width: 992px) {
  .fr-list-icon ul {
    column-count: 2;
  }
}
.fr-list-icon ul li {
  margin-bottom: 17px;
}
.fr-list-icon ul li:last-child {
  margin-bottom: 0px;
}
.fr-list-icon ul li i {
  font-size: 24px;
  color: #232829;
  margin-right: 15px;
}
.fr-list-icon.layout1 ul {
  column-count: 1;
  color: #fff;
}
.fr-list-icon.layout1 ul li {
  height: 28px;
  color: inherit;
  font-family: 'Frutiger-Bold';
  font-size: 16px;
  margin-bottom: 0px;
}
.fr-list-icon.layout1 ul li img, .fr-list-icon.layout1 ul li i {
  color: #232829;
  margin-right: 15px;
}
.portfolio-data-text {
  margin-bottom: 35px;
}
.portfolio-data-text .location-title {
  font-size: 48px;
  margin-bottom: 20px;
}
.portfolio-data-text .location-area {
  font-size: 28px;
  margin-bottom: 60px;
}
.portfolio-data-text h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.portfolio-data-text strong {
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.portfolio-data-text .border-bottom {
  padding-bottom: 26px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 35px;
}
.content-parallax-item {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.parallax-item {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -khtml-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -moz-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -ms-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  -o-box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, .4);
}
@media (max-width: 991px) {
  .fr-images.layout1 .fr-image-content {
    margin-bottom: 30px;
  }
}
.fr-images.layout1 .fr-image-1 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, .3);
}
.fr-images.layout1 .fr-image-2 img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-top: -35%;
  left: 40%;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -khtml-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, .3);
}
.fr-dispensary {
  text-align: center;
}
.fr-dispensary .nav-tabs {
  display: inline-block;
  position: relative;
  margin: 0px 0px 80px;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .fr-dispensary .nav-tabs {
    margin-bottom: 40px;
  }
}
.fr-dispensary .nav-tabs:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  height: 6px;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e7e7e7;
}
@media (max-width: 575px) {
  .fr-dispensary .nav-tabs:after {
    display: none;
  }
}
.fr-dispensary .nav-tabs li {
  display: inline-block;
}
.fr-dispensary .nav-tabs li:first-child a:after {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fr-dispensary .nav-tabs li:last-child a:after {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fr-dispensary .nav-tabs li a {
  display: block;
  font-size: 28px;
  text-transform: capitalize;
  color: #232829;
  font-family: 'Frutiger-BlackItalic';
  padding: 0px 50px 25px;
  position: relative;
}
@media (max-width: 991px) {
  .fr-dispensary .nav-tabs li a {
    font-size: 20px;
    padding: 0px 15px 15px;
  }
}
.fr-dispensary .nav-tabs li a.active {
  color: #77c701;
}
.fr-dispensary .nav-tabs li a.active:after {
  opacity: 1;
}
.fr-dispensary .nav-tabs li a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 6px;
  width: 100%;
  background: #77c701;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9;
}
@media (max-width: 575px) {
  .fr-dispensary .nav-tabs li {
    display: block;
  }
  .fr-dispensary .nav-tabs li a:after {
    display: none;
  }
}
.fr-dispensary .location-item {
  margin-bottom: 28px;
}
.fr-dispensary .location-item .image {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  text-align: left;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.fr-dispensary .location-item .image .bg {
  padding: 180px 20px 180px;
  display: block;
  position: relative;
}
.fr-dispensary .location-item .image .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.fr-dispensary .location-item .image:hover {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-dispensary .location-item .image:hover > div {
  bottom: 16px;
}
.fr-dispensary .location-item .image:hover > div .more-detail {
  opacity: 1;
}
.fr-dispensary .location-item .image > div {
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  left: 15px;
  bottom: -12px;
}
.fr-dispensary .location-item .image h3 {
  margin-bottom: 1px;
  line-height: 1;
}
.fr-dispensary .location-item .image h3 a {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  color: #fff;
}
.fr-dispensary .location-item .image h3:hover a {
  color: #77c701;
}
.fr-dispensary .location-item .image div {
  color: #fff;
}
.fr-dispensary .location-item .image .more-detail {
  font-size: 14px;
  color: #77c701;
  font-family: 'Frutiger-Bold';
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fr-dispensary .location-item.coming .image .bg {
  filter: blur(5px);
}
.fr-dispensary .gm-style-pbc + div {
  -webkit-box-shadow: inset 0px 12px 60px 60px #fff;
  -khtml-box-shadow: inset 0px 12px 60px 60px #fff;
  -moz-box-shadow: inset 0px 12px 60px 60px #fff;
  -ms-box-shadow: inset 0px 12px 60px 60px #fff;
  -o-box-shadow: inset 0px 12px 60px 60px #fff;
  box-shadow: inset 0px 12px 60px 60px #fff;
}
.fr-dispensary.layout1 .owl-stage-outer {
  overflow: inherit;
}
.fr-dispensary.layout1 .owl-stage-outer .owl-item {
  opacity: 0.4;
}
.fr-dispensary.layout1 .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.fr-dispensary.layout1 .list-location {
  padding: 0px 8.33333%;
  position: relative;
  z-index: 9;
}
.fr-dispensary.layout1 .list-location .image .bg {
  padding: 103px 20px 118px;
}
.fr-dispensary.layout1 .map-tab {
  margin: -150px -60px 0px -60px;
}
.fr-dispensary.layout1 .map-tab .content-button {
  margin-top: -66px;
}
.gmnoprint, .gm-fullscreen-control, .gm-bundled-control-on-bottom {
  display: none;
}
.gm-ui-hover-effect:after {
  display: none;
}
.gm-style-iw.gm-style-iw-c {
  border: 2px solid #232829;
}
.gm-style-iw-t {
  -webkit-transform: translate(-195px, 155px);
  -khtml-transform: translate(-195px, 155px);
  -moz-transform: translate(-195px, 155px);
  -ms-transform: translate(-195px, 155px);
  -o-transform: translate(-195px, 155px);
  transform: translate(-195px, 155px);
  position: relative;
}
.gm-style-iw-t:after {
  border-left: 11px solid #fff !important;
  border-bottom: 11px solid transparent !important;
  border-top: 11px solid transparent !important;
  top: -140px !important;
  left: 175px !important;
  transform: translate(0, 0);
}
.gm-style-iw-t:before {
  border-left: 14px solid #232829;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  top: -143px;
  left: 165px;
  transform: none;
}
.content-info-address {
  text-align: left;
  max-width: 300px;
  padding: 12px 10px 12px 12px;
}
.content-info-address h4 {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  color: #232829;
  margin-bottom: 10px;
}
.content-info-address p {
  font-size: 16px;
  color: #232829;
  line-height: 28px;
  margin-bottom: 0px;
}
.content-info-address ul {
  list-style: none;
  margin: 20px 0px 0px 0px;
}
.content-info-address ul li {
  margin-right: 20px;
  display: inline-block;
  font-size: 22px;
  color: #232829;
}
.content-info-address ul li:last-child {
  margin-right: 0px;
}
.content-info-address ul li:hover {
  color: #77c701;
}
.carousel-location .location-item {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-call-to-action.default {
  -webkit-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -khtml-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -moz-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -ms-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -o-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  border: 1px solid #e4e7eb;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 20px 15px;
  align-items: center;
  justify-content: space-between;
  background: rgba(246, 246, 246, .95);
}
@media (min-width: 768px) {
  .fr-call-to-action.default {
    display: flex;
    padding: 37px 100px 44px;
  }
}
.fr-call-to-action.default h3 {
  font-size: 34px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  text-transform: none;
}
.fr-call-to-action.default p {
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .fr-call-to-action.default p {
    margin-bottom: 20px;
  }
}
.fr-call-to-action.style2 {
  background: #fff;
}
.fr-call-to-action.style2 h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .fr-call-to-action.style2 {
    padding: 44px 38px 44px 50px;
  }
}
@media (min-width: 992px) {
  .fr-locations .list-locations {
    padding-bottom: 78px;
  }
}
.fr-locations .list-locations .heading {
  margin-top: 73px;
  font-size: 48px;
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  .fr-locations .list-locations .heading {
    font-size: 34px;
  }
}
.fr-locations .list-locations .menu h4 {
  font-size: 28px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .fr-locations .list-locations .menu h4 {
    font-size: 20px;
  }
}
.fr-locations .list-locations .menu ul {
  list-style: none;
  margin: 0px 15px 46px -30px;
}
@media (max-width: 767px) {
  .fr-locations .list-locations .menu ul {
    margin: 0px 0px 46px 0px;
  }
}
.fr-locations .list-locations .menu ul li {
  margin-bottom: 5px;
  padding: 14px 30px 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fr-locations .list-locations .menu ul li {
    padding: 14px 0px 8px 0px;
  }
}
.fr-locations .list-locations .menu ul li a {
  font-size: 22px;
  color: #5f6a6c;
  display: block;
}
@media (max-width: 1199px) {
  .fr-locations .list-locations .menu ul li a {
    font-size: 20px;
  }
}
.fr-locations .list-locations .menu ul li a.coming {
  color: rgba(95, 106, 108, .33) !important;
}
.fr-locations .list-locations .menu ul li a span {
  float: right;
}
@media (max-width: 767px) {
  .fr-locations .list-locations .menu ul li a span {
    float: none;
    display: block;
  }
}
.fr-locations .list-locations .menu ul li:hover {
  background: #f7f7f7;
}
.fr-locations .list-locations .menu ul li:hover a {
  color: #232829;
}
@media (max-width: 991px) {
  .fr-locations .map-locations {
    padding: 0px 0px;
  }
}
.fr-locations .map-locations .multi-map-marker {
  width: 100%;
  min-height: 925px;
}
@media (max-width: 991px) {
  .fr-locations .map-locations .multi-map-marker {
    min-height: 500px;
  }
}
.woocommerce-MyAccount-content, .comment-respond, .woocommerce-checkout-payment, .woocommerce-billing-fields, .woocommerce-additional-fields, .woocommerce-checkout-review-order-table, .box {
  padding: 31px 50px 24px;
  background: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e6ea;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content, .comment-respond, .woocommerce-checkout-payment, .woocommerce-billing-fields, .woocommerce-additional-fields, .woocommerce-checkout-review-order-table, .box {
    padding: 34px 15px 24px;
  }
}
.woocommerce-MyAccount-content > h3, .comment-respond > h3, .woocommerce-checkout-payment > h3, .woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3, .woocommerce-checkout-review-order-table > h3, .box > h3, .woocommerce-MyAccount-content .heading h3, .comment-respond .heading h3, .woocommerce-checkout-payment .heading h3, .woocommerce-billing-fields .heading h3, .woocommerce-additional-fields .heading h3, .woocommerce-checkout-review-order-table .heading h3, .box .heading h3 {
  font-size: 24px;
  margin-bottom: 45px;
  text-transform: capitalize;
  letter-spacing: -0.016em;
}
.woocommerce-MyAccount-content.sidebar, .comment-respond.sidebar, .woocommerce-checkout-payment.sidebar, .woocommerce-billing-fields.sidebar, .woocommerce-additional-fields.sidebar, .woocommerce-checkout-review-order-table.sidebar, .box.sidebar {
  padding: 30px;
}
.woocommerce-MyAccount-content.sidebar .heading h3, .comment-respond.sidebar .heading h3, .woocommerce-checkout-payment.sidebar .heading h3, .woocommerce-billing-fields.sidebar .heading h3, .woocommerce-additional-fields.sidebar .heading h3, .woocommerce-checkout-review-order-table.sidebar .heading h3, .box.sidebar .heading h3 {
  text-transform: capitalize;
  letter-spacing: -0.016em;
  font-size: 24px;
  margin-bottom: 25px;
}
.woocommerce-billing-fields, .woocommerce-additional-fields {
  margin-bottom: 50px;
}
.woocommerce-checkout-review-order-table {
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  margin-bottom: 50px !important;
}
.woocommerce-checkout-payment {
  background: #fff !important;
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-custom-page-title .bg-image {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .fr-custom-page-title .bg-image {
    padding: 100px 0px;
    text-align: center;
  }
}
.fr-custom-page-title .thumbnail-image {
  max-width: 270px;
  min-height: 270px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, .15);
  overflow: hidden;
  border: 2px solid #232829;
  margin-right: 30px;
  float: left;
  width: 100%;
  margin-bottom: -106px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .fr-custom-page-title .thumbnail-image {
    display: none;
  }
}
.fr-custom-page-title .text {
  float: left;
  width: calc(100% - 300px);
  color: #fff;
}
@media (max-width: 767px) {
  .fr-custom-page-title .text {
    width: 100%;
  }
}
.fr-custom-page-title .text h3 {
  font-size: 48px;
  color: inherit;
  font-family: 'Frutiger-BlackItalic';
  margin: 13px 0px 13px 0px;
}
.fr-custom-page-title .text p {
  margin-bottom: 0px;
  color: inherit;
}
.fr-custom-page-title.layout1 {
  text-align: center;
}
.fr-custom-page-title.layout1 .bg-image {
  padding: 116px 0px 113px;
}
@media (max-width: 991px) {
  .fr-custom-page-title.layout1 .bg-image {
    padding: 80px 0px 77px;
  }
}
.fr-custom-page-title.layout1 .text {
  width: 100%;
}
.fr-accordion .card {
  background: #fcfcfc;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  margin-bottom: 27px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.fr-accordion .card:last-child {
  margin-bottom: 0px;
}
.fr-accordion .card .card-header {
  border-bottom: 0px;
  padding: 15px 30px 10px 30px;
  background: none;
  position: relative;
}
.fr-accordion .card .card-header a {
  font-size: 22px;
  display: block;
  color: #232829;
  cursor: pointer;
  letter-spacing: -0.016em;
  font-family: 'Frutiger-Black';
}
.fr-accordion .card .card-header a i {
  position: absolute;
  right: 30px;
  top: 54%;
  transform: translateY(-60%);
}
.fr-accordion .card .card-header a[aria-expanded="true"] i:before {
  content: "\f068";
}
.fr-accordion .card .card-body {
  padding: 12px 30px 16px;
}
.fr-accordion.layout2 .card {
  padding-bottom: 21px;
  background: #fff;
}
.fr-accordion.layout2 .card.active {
  -webkit-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
  -khtml-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
  -moz-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
  -ms-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
  -o-box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
  box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
}
.fr-accordion.layout2 .card-header {
  padding: 24px 30px 0px;
}
.fr-accordion.layout2 .card-header a {
  font-size: 22px;
  color: #232829;
  position: relative;
  padding-right: 30px;
}
.fr-accordion.layout2 .card-header a[aria-expanded="true"] {
  color: #77c701;
}
.fr-accordion.layout2 .card-header a i {
  color: #232829;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.fr-accordion.layout2 .card-body {
  padding: 24px 30px 10px;
  line-height: 1.8;
  color: rgba(35, 40, 41, .66);
  letter-spacing: 0.016em;
}
.cms-service-menu .fr-accordion .card {
  background: #f6f6f6;
  margin-bottom: 30px;
}
.cms-service-menu .fr-accordion .card .card-header {
  padding: 0px 0px;
}
.cms-service-menu .fr-accordion .card .card-header a {
  padding: 23px 30px;
  font-size: 22px;
  color: #232829;
  cursor: pointer;
  letter-spacing: -0.016em;
}
.cms-service-menu .fr-accordion .card .card-header a[aria-expanded="true"] {
  padding: 35px 30px 26px;
}
.cms-service-menu .fr-accordion .card .card-header a[aria-expanded="true"] i:before {
  content: '\f2fc';
}
.cms-service-menu .fr-accordion .card .card-body {
  padding: 0px 30px 22px;
}
.cms-service-menu .fr-accordion .card .card-body ul {
  margin: 0px;
  list-style: none;
}
.cms-service-menu .fr-accordion .card .card-body ul li {
  margin-bottom: 10px;
}
.cms-service-menu .fr-accordion .card .card-body ul li:last-child {
  margin-bottom: 0px;
}
.cms-service-menu .fr-accordion .card .card-body ul li a {
  display: block;
  font-size: 16px;
  color: #232829;
  letter-spacing: -0.016em;
  position: relative;
  padding: 3px 3px 0px 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.cms-service-menu .fr-accordion .card .card-body ul li a span {
  margin-right: 5px;
}
.cms-service-menu .fr-accordion .card .card-body ul li a i {
  position: absolute;
  color: #77c701;
  left: 0px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.cms-service-menu .fr-accordion .card .card-body ul li.active a, .cms-service-menu .fr-accordion .card .card-body ul li:hover a {
  color: #77c701;
  padding-left: 10px;
}
.cms-service-menu .fr-accordion .card .card-body ul li.active a i, .cms-service-menu .fr-accordion .card .card-body ul li:hover a i {
  opacity: 1;
}
@media (max-width: 767px) {
  .typography h1 {
    font-size: 45px;
  }
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  letter-spacing: 2px;
}
.typography blockquote {
  line-height: 26px;
}
.typography ul li {
  line-height: 32px;
}
.fr-video-popup {
  position: relative;
  /*FR Info Box*/
}
.fr-video-popup .fr-video-popup-content > .img-bg {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -khtml-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -moz-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -ms-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  -o-box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
  box-shadow: 0px 0px 65px 22px rgba(35, 35, 35, 0.08);
}
@media (min-width: 1400px) {
  .fr-video-popup .fr-video-popup-content > .img-bg {
    height: 494px;
  }
}
.fr-video-popup .small-image {
  position: absolute;
}
.fr-video-popup .content-button {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .fr-video-popup .content-button {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.fr-video-popup .hover-effect {
  background: rgba(35, 40, 41, .87);
  padding: 38px 30px 48px;
  transform-style: preserve-3d;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .fr-video-popup .hover-effect {
    padding: 0px;
  }
}
.fr-video-popup .hover-effect .button-text {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 991px) {
  .fr-video-popup .hover-effect .button-text {
    display: none;
  }
}
.fr-video-popup .hover-effect a {
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: 0px auto 9px;
  font-size: 20px;
  color: #fff;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .fr-video-popup .hover-effect a {
    margin: auto;
  }
}
.fr-video-popup .hover-effect a:hover {
  color: #77c701;
  border-color: #77c701;
}
.fr-video-popup .hover-effect .video-time {
  margin-bottom: 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .fr-video-popup .hover-effect .video-time {
    display: none;
  }
}
.fr-video-popup .element-holder {
  -webkit-transform: translateZ(50px);
  -khtml-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  transform: translateZ(50px);
}
.fr-info-box {
  border: 2px solid #232829;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.fr-info-box h3 {
  font-size: 28px;
  border-bottom: 2px solid #232829;
  padding: 31px 30px 20px;
  margin-bottom: 0px;
}
.fr-info-box .body {
  color: #232829;
  padding: 24px 30px 30px;
}
.fr-info-box .body ul {
  margin: 0px;
  list-style: none;
}
.fr-info-box .body ul li {
  line-height: 56px;
  font-size: 16px;
  font-family: 'Frutiger-Bold';
}
.fr-info-box .body ul li i {
  font-size: 22px;
  color: #77c701;
  margin-right: 30px;
}
.fr-info-box .body ul li:last-child {
  margin-bottom: 0px;
}
.fr-info-box.layout1 {
  display: inline-flex;
  background: #fff;
}
@media (max-width: 767px) {
  .fr-info-box.layout1 {
    display: block;
  }
}
.fr-info-box.layout1 .fr-info-inner {
  display: inline-flex;
}
@media (max-width: 767px) {
  .fr-info-box.layout1 .fr-info-inner {
    display: block;
  }
}
.fr-info-box.layout1 .info-item {
  padding: 53px 25px 50px;
  border-right: 2px solid #232829;
  text-align: center;
}
@media (max-width: 767px) {
  .fr-info-box.layout1 .info-item {
    border-right: 0px;
    padding: 20px 15px 0px;
  }
}
.fr-info-box.layout1 .info-item:last-child {
  border-right: 0px;
}
@media (max-width: 767px) {
  .fr-info-box.layout1 .info-item:last-child {
    padding-bottom: 20px;
  }
}
.fr-info-box.layout1 .info-item span {
  color: rgba(95, 106, 108, .5);
  display: inline-block;
  margin-bottom: 3px;
}
.fr-info-box.layout1 .info-item h3 {
  font-family: 'Frutiger-BlackItalic';
  padding: 0px 0px 0px 0px;
  border: 0px;
}
@media (max-width: 767px) {
  .fr-info-box.layout1 .info-item h3 {
    font-size: 20px;
  }
}
.cms-product-grid .products {
  margin: 0px -15px !important;
  display: block;
  flex-wrap: wrap;
}
.cms-product-grid li.type-product {
  margin: 0px 0px 27px 0px !important;
  padding: 0px 15px !important;
  width: 100% !important;
}
@media (min-width: 576px) {
  .cms-product-grid li.type-product {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .cms-product-grid li.type-product {
    width: 33.33333% !important;
  }
}
@media (min-width: 1200px) {
  .cms-product-grid li.type-product {
    width: 25% !important;
  }
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
  margin-bottom: 46px !important;
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li {
  margin-right: 60px;
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li:last-child {
  margin-right: 0px;
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li a {
  border: 0px;
  padding: 0px;
  color: #232829;
  font-size: 18px;
  font-family: 'Frutiger-BlackItalic';
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li a span {
  display: block;
  margin-left: 0px !important;
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li a span .vc_tta-controls-icon {
  display: none !important;
}
.vc_tta-tabs.tab-product-grid .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  color: #77c701;
}
@media (max-width: 767px) {
  .vc_tta-tabs.tab-product-grid .vc_tta-panel-heading .vc_tta-icon {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .vc_tta-tabs.tab-product-grid .vc_tta-panel-heading .vc_tta-title-text {
    font-size: 22px;
  }
}
.vc_tta-tabs.tab-product-grid .vc_tta-panel-body {
  padding: 0px !important;
  border: 0px !important;
  box-sizing: border-box !important;
}
.woocommerce-product-tabs .nav {
  display: block;
  text-align: center;
  margin: 0px 0px 40px 0px;
  border: 0px;
}
.woocommerce-product-tabs .nav li {
  display: inline-block;
  margin: 0px 40px;
}
@media (max-width: 767px) {
  .woocommerce-product-tabs .nav li {
    display: block;
    margin: 0px 0px 20px 0px;
  }
}
.woocommerce-product-tabs .nav li:first-child {
  margin-left: 0px;
}
.woocommerce-product-tabs .nav li:last-child {
  margin-right: 0px;
}
.woocommerce-product-tabs .nav li a {
  font-size: 18px;
  font-family: 'Frutiger-BlackItalic';
  text-align: center;
  color: #232829;
}
.woocommerce-product-tabs .nav li a:hover, .woocommerce-product-tabs .nav li a.active {
  color: #77c701;
}
.fr-product-list table {
  border: 0px;
  position: relative;
}
.fr-product-list table tr td, .fr-product-list table tr th {
  border-width: 0px;
  border-left: 2px solid #f0f0f0;
}
.fr-product-list table tr td:first-child, .fr-product-list table tr th:first-child {
  border-left: 0px;
}
.fr-product-list table tr td:last-child, .fr-product-list table tr th:last-child {
  border-right: 2px solid #f0f0f0;
}
@media (max-width: 991px) {
  .fr-product-list table tr td:last-child, .fr-product-list table tr th:last-child {
    border-right: 0px;
  }
}
@media (max-width: 991px) {
  .fr-product-list table tr td, .fr-product-list table tr th {
    border-left: 0px;
  }
}
@media (max-width: 991px) {
  .fr-product-list table thead {
    display: none;
  }
}
.fr-product-list table thead tr:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 61px;
  height: 2px;
  width: 100%;
  background: #232829;
}
.fr-product-list table thead tr th {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  color: #232829;
  white-space: nowrap;
}
.fr-product-list table thead tr th span {
  display: block;
  width: 106px;
  text-align: center;
  padding: 6px 0px;
}
@media (max-width: 1199px) {
  .fr-product-list table thead tr th span {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .fr-product-list table tbody tr {
    border-bottom: 2px solid #232829;
  }
}
.fr-product-list table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 40px 0px 0px 0px;
}
@media (max-width: 991px) {
  .fr-product-list table tbody tr td {
    display: block;
  }
}
@media (min-width: 992px) {
  .fr-product-list table tbody tr:first-child td {
    padding-top: 33px;
  }
}
@media (min-width: 992px) {
  .fr-product-list table tbody tr + tr .price {
    padding-top: 40px;
  }
}
.fr-product-list .load-more {
  text-align: center;
  margin: 56px 0px 94px;
}
@media (max-width: 991px) {
  .fr-product-list .load-more {
    margin: 50px 0px;
  }
}
.fr-product-list .menu-item .image {
  float: left;
  width: 100px;
  height: 100px;
  border: 2px solid #232829;
  text-align: center;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 991px) {
  .fr-product-list .menu-item .image {
    float: none;
    width: auto;
    height: auto;
    border: 0px;
    margin: 10px auto 20px;
  }
}
.fr-product-list .menu-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.fr-product-list .menu-item .title {
  margin-right: 30px;
  float: left;
  width: calc(100% - 400px);
  text-align: left;
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .fr-product-list .menu-item .title {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .fr-product-list .menu-item .title {
    float: none;
    width: 100%;
  }
}
.fr-product-list .menu-item .title h4 {
  margin-bottom: 6px;
}
.fr-product-list .menu-item .title h4 a {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
.fr-product-list .menu-item .title h4 a:hover {
  color: #77c701;
}
.fr-product-list .menu-item .title span {
  line-height: 22px;
  color: #232829;
  font-size: 14px;
  display: inline-block;
}
.fr-product-list .menu-item .info {
  float: left;
  margin-top: 15px;
}
.fr-product-list .menu-item .info .thc, .fr-product-list .menu-item .info .strain {
  display: inline-flex;
  text-align: center;
  flex-direction: column;
}
.fr-product-list .menu-item .info .thc span, .fr-product-list .menu-item .info .strain span {
  display: inline-block;
  line-height: 20px;
}
.fr-product-list .menu-item .info .thc span:first-child, .fr-product-list .menu-item .info .strain span:first-child {
  font-size: 14px;
}
.fr-product-list .menu-item .info .thc span:last-child, .fr-product-list .menu-item .info .strain span:last-child {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.fr-product-list .menu-item .info .strain {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .fr-product-list .menu-item:hover .image {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  }
}
.fr-product-list td.price {
  padding: 0px 0px 0px 0px;
}
@media (max-width: 991px) {
  .fr-product-list td.price {
    display: inline-block;
    padding: 10px 30px 0px 0px;
  }
}
.fr-product-list td.price span.weight {
  display: none;
}
@media (max-width: 991px) {
  .fr-product-list td.price span.weight {
    display: inline-block;
  }
}
.fr-product-list td.price del {
  display: none;
}
.fr-product-list td.price ins {
  background: transparent;
}
.fr-product-list td.price span {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
@media (max-width: 767px) {
  .fr-product-list td.price span {
    font-size: 13px;
  }
}
.cms-product-grid .nav {
  margin: 0px 0px 45px 0px;
}
#content {
  padding: 83px 0px 55px;
}
.single-post #content {
  padding: 56px 0px 55px;
}
.content-container {
  position: relative;
  z-index: 9;
}
#svg-top, #svg-bottom {
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  #svg-top, #svg-bottom {
    display: none;
  }
}
#svg-top {
  top: 0px;
  left: 0px;
}
#svg-bottom {
  bottom: 0px;
  right: 0px;
}
.cls-2 {
  fill: #b8f6db;
  fill-rule: evenodd;
}
.cls-3 {
  fill: #abb8c3;
  fill-rule: evenodd;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links a {
  margin-left: 10px;
}
.is-parallax .site-content {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.is-parallax .site-content .content-inner.rm-parallax {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -khtml-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.error-404 {
  position: relative;
}
@media (min-width: 1200px) {
  .error-404 {
    padding: 180px 0px;
  }
}
.error-404 h1 {
  line-height: 1;
  font-size: 100px;
  color: #232829;
  letter-spacing: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .error-404 h1 {
    font-size: 150px;
  }
}
.error-404 h3 {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 576px) {
  .error-404 h3 {
    font-size: 40px;
  }
}
.error-404 p {
  font-size: 17px;
  color: #232829;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .error-404 p {
    font-size: 10px;
  }
}
.error-404 .button {
  padding: 12px 40px;
  font-size: 15px;
}
.error-404 img {
  z-index: -1;
}
@media (min-width: 992px) {
  .error-404 img {
    position: absolute;
    max-width: 400px;
    bottom: -250px;
    right: -80px;
  }
}
@media (min-width: 1400px) {
  .error-404 img {
    position: absolute;
    max-width: 600px;
    bottom: -300px;
    right: 100px;
  }
}
@media (min-width: 992px) {
  .error404 .site-header-main {
    border-bottom: 1px solid #d3d3d3;
  }
}
.border-box > .vc_column-inner > .wpb_wrapper {
  padding: 30px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (min-width: 992px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media (max-width: 991px) {
  body .container {
    max-width: 100%;
  }
  .col-offset-left > .vc_column-inner {
    padding-left: 0 !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  position: relative;
}
.site-content::before {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 1050px;
  line-height: 619px;
  color: #fafafa;
  font-family: 'Sf-Ui-Text-Bold';
  z-index: -1;
}
.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.widget-title, .comment-reply-title, .comments-title, .section-title {
  font-size: 20px;
  margin-bottom: 26px;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row_flex {
  display: flex;
  flex-wrap: wrap;
}
.vc_row_flex .wpb_column {
  margin: 0 -0.3px;
}
.vc_row_flex .wpb_column {
  display: flex;
  flex-wrap: wrap;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0px;
}
.searchform-wrap {
  display: flex;
}
.searchform-wrap input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.searchform-wrap input::placeholder {
  color: #999;
}
.searchform-wrap input:-ms-input-placeholder {
  color: #999;
}
.searchform-wrap input::placeholder {
  font-style: italic;
}
.searchform-wrap input:-ms-input-placeholder {
  font-style: italic;
}
.searchform-wrap input::-ms-input-placeholder {
  font-style: italic;
}
.searchform-wrap button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 992px) {
  .entry-content > .vc_row > .float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
}
@media (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media  {
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.clear-all:after, .clear-all:before {
  content: '';
  display: table;
  clear: both;
}
.page-content .search-field {
  border-right: 0px;
}
.page-content #searchsubmit {
  height: 48px;
  padding: 0px 30px;
}
.page-content #searchsubmit i {
  border: none;
  margin-left: 0px;
}
.age-check-container {
  background: rgba(95, 106, 108, .99);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /*Page Template Menu 1*/
}
.age-check-container .content {
  text-align: center;
  margin-top: 28px;
}
.age-check-container .content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  margin: 36px 0px 22px;
}
.age-check-container .content a {
  margin-top: 35px;
}
.age-check-container .content a.back {
  margin-right: 30px;
}
.age-check-container .content p {
  color: #fff;
}
.age-check-container .content p.remember {
  margin-top: 41px;
}
.custom-info h5 {
  font-size: 16px;
  color: #77c701;
  font-family: 'Frutiger-Bold';
  margin-bottom: 5px;
}
.custom-info ul {
  list-style: none;
  margin: 0px;
}
.custom-info ul li a {
  text-decoration: underline;
}
@font-face {
  font-family: 'Frutiger-Black';
  src: url('../fonts/main/FrutigerLTStd-Black.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-BlackCn';
  src: url('../fonts/main/FrutigerLTStd-BlackCn.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-BlackItalic';
  src: url('../fonts/main/FrutigerLTStd-BlackItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-ExtraBlackCn';
  src: url('../fonts/main/FrutigerLTStd-ExtraBlackCn.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-UltraBlack';
  src: url('../fonts/main/FrutigerLTStd-UltraBlack.otf');
  font-weight: normal;
  font-style: normal;
  /*Bold font*/
}
@font-face {
  font-family: 'Frutiger-Bold';
  src: url('../fonts/main/FrutigerLTStd-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-BoldCn';
  src: url('../fonts/main/FrutigerLTStd-BoldCn.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-BoldItalic';
  src: url('../fonts/main/FrutigerLTStd-BoldItalic.otf');
  font-weight: normal;
  font-style: normal;
  /*Light font*/
}
@font-face {
  font-family: 'Frutiger-Light';
  src: url('../fonts/main/FrutigerLTStd-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-LightCn';
  src: url('../fonts/main/FrutigerLTStd-LightCn.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger-LightItalic';
  src: url('../fonts/main/FrutigerLTStd-LightItalic.otf');
  font-weight: normal;
  font-style: normal;
  /*Roman font*/
}
@font-face {
  font-family: 'Frutiger-Roman';
  src: url('../fonts/main/FrutigerLTStd-Roman.otf');
  font-weight: normal;
  font-style: normal;
  /*Italic font*/
}
@font-face {
  font-family: 'Frutiger-Italic';
  src: url('../fonts/main/FrutigerLTStd-Italic.otf');
  font-weight: normal;
  font-style: normal;
  /*Italic font*/
}
@font-face {
  font-family: 'Frutiger-Cn';
  src: url('../fonts/main/FrutigerLTStd-Cn.otf');
  font-weight: normal;
  font-style: normal;
}
.post-type-archive-product #pagetitle.page-title {
  padding: 71px 0px 68px;
}
.tax-product_cat .action-shop {
  margin-bottom: 30px !important;
}
.woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  border-top-color: #77c701;
}
.woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  color: #77c701;
}
.woocommerce-page #content {
  padding: 57px 0px 54px;
}
.woocommerce-page #secondary {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .woocommerce-page #secondary {
    margin-top: -22px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page #secondary.left-sidebar {
    padding-right: calc(8.333333% - 15px) !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page #secondary.right-sidebar {
    padding-left: calc(8.333333% - 15px) !important;
  }
}
.woocommerce-page #secondary .widget {
  background: transparent;
  padding: 0px;
  border: 0px;
  margin: 5px 0px 6px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .woocommerce-page #secondary .widget {
    background: #fcfcfc;
    overflow: hidden;
    padding: 25px 15px 25px 15px;
    border: 1px solid #e1e4e8;
    margin-bottom: 30px;
  }
}
.woocommerce-page #secondary .widget .widget-title {
  font-size: 22px;
  margin-bottom: 16px;
  position: relative;
  padding-top: 20px;
  line-height: 36px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
.woocommerce-page #secondary .widget .widget-title:after {
  position: absolute;
  right: 0px;
  content: "\f078";
  font-family: fontAwesome5Pro;
  font-size: 20px;
  bottom: 2px;
}
.woocommerce-page #secondary .widget .count {
  display: none;
}
.woocommerce-page #secondary .widget_product_categories ul, .woocommerce-page #secondary .widget_layered_nav ul {
  border-bottom: 2px solid #efefef;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .woocommerce-page #secondary .widget_product_categories ul, .woocommerce-page #secondary .widget_layered_nav ul {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}
.woocommerce-page #secondary .widget_product_categories li, .woocommerce-page #secondary .widget_layered_nav li {
  display: block;
  height: 28px;
  position: relative;
}
.woocommerce-page #secondary .widget_product_categories li:before, .woocommerce-page #secondary .widget_layered_nav li:before {
  content: "\f00c";
  font-family: fontAwesome5Pro;
  position: absolute;
  right: 0px;
  bottom: 1px;
  display: block;
  color: #232829;
  z-index: 1;
  opacity: 0;
}
.woocommerce-page #secondary .widget_product_categories li:after, .woocommerce-page #secondary .widget_layered_nav li:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 7px;
  background: #efefef;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce-page #secondary .widget_product_categories li a, .woocommerce-page #secondary .widget_layered_nav li a {
  font-size: 14px;
  color: #232829;
}
.woocommerce-page #secondary .widget_product_categories li.current-cat:before, .woocommerce-page #secondary .widget_layered_nav li.current-cat:before, .woocommerce-page #secondary .widget_product_categories li:hover:before, .woocommerce-page #secondary .widget_layered_nav li:hover:before {
  opacity: 1;
}
.woocommerce-page #secondary .widget_product_categories li.current-cat a, .woocommerce-page #secondary .widget_layered_nav li.current-cat a, .woocommerce-page #secondary .widget_product_categories li:hover a, .woocommerce-page #secondary .widget_layered_nav li:hover a {
  color: #77c701;
}
.woocommerce-page #secondary .widget_layered_nav li:before {
  display: none !important;
}
.woocommerce-page #secondary .widget_layered_nav li a {
  display: block;
  padding: 0px;
}
.woocommerce-page #secondary .widget_layered_nav li a:before {
  content: "\f00c";
  font-family: fontAwesome5Pro;
  position: absolute;
  right: 1px;
  top: 6px;
  display: block;
  color: #232829;
  z-index: 1;
  opacity: 0;
  margin: 0px;
  line-height: 1;
}
.woocommerce-page #secondary .widget_layered_nav li.chosen a {
  color: #77c701;
}
.woocommerce-page #secondary .widget_layered_nav li.chosen a:before {
  bottom: 9px;
  opacity: 1;
}
.woocommerce-page #secondary .widget_layered_nav li:hover a {
  color: #77c701;
}
.woocommerce-page #secondary .widget_layered_nav li:hover a:before {
  opacity: 1;
}
.woocommerce-page #secondary .widget_price_filter {
  position: relative;
}
.woocommerce-page #secondary .widget_price_filter .widget-title:after {
  display: none;
}
.woocommerce-page #secondary .widget_price_filter .button {
  -webkit-border-radius: 29.5px;
  -khtml-border-radius: 29.5px;
  -moz-border-radius: 29.5px;
  -ms-border-radius: 29.5px;
  -o-border-radius: 29.5px;
  border-radius: 29.5px;
  background: #77c701;
  color: #fff;
  padding: 8px 20px;
  margin: 31px 0px 0px;
  float: none;
}
.woocommerce-page #secondary .widget_price_filter .price_label {
  font-size: 0px;
  position: absolute;
  right: 0px;
  top: 20px;
}
@media (max-width: 991px) {
  .woocommerce-page #secondary .widget_price_filter .price_label {
    right: 15px;
  }
}
.woocommerce-page #secondary .widget_price_filter .price_label span {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.woocommerce-page #secondary .widget_price_filter .price_label span.from:after {
  content: '-';
  margin: 0px 5px;
}
.woocommerce-page #secondary .widget_price_filter .price_slider_wrapper .price_slider {
  background-color: #efefef;
  margin: 38px 0px 0px;
}
.woocommerce-page #secondary .widget_price_filter .price_slider_wrapper .price_slider_amount {
  text-align: left;
}
.woocommerce-page #secondary .widget_price_filter .price_slider_wrapper .ui-slider-range, .woocommerce-page #secondary .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  background-color: #77c701;
}
.woocommerce-page ins {
  padding: 0px;
}
.woocommerce-page .action-shop {
  margin: 28px 0px 18px;
}
.woocommerce-page .action-shop .count {
  display: inline-block;
  width: 65%;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #eee;
  padding: 14px 30px 8px;
}
@media (max-width: 767px) {
  .woocommerce-page .action-shop .count {
    padding: 14px 15px 8px;
  }
}
.woocommerce-page .action-shop .count p {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  color: #232829;
  font-family: 'Frutiger-Bold';
}
@media (max-width: 575px) {
  .woocommerce-page .action-shop .count p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page .action-shop .count {
    width: 100%;
  }
}
.woocommerce-page .action-shop .view-type {
  float: right;
}
.woocommerce-page .action-shop .view-type ul {
  list-style: none;
}
.woocommerce-page .action-shop .view-type ul li {
  display: inline-block;
}
.woocommerce-page .action-shop .view-type ul li + li {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .woocommerce-page .action-shop .view-type ul li + li {
    margin-left: 15px;
  }
}
.woocommerce-page .action-shop .view-type ul li a {
  color: #232829;
  opacity: 0.33;
  font-size: 20px;
}
.woocommerce-page .action-shop .view-type ul li:hover a, .woocommerce-page .action-shop .view-type ul li.active a {
  opacity: 1;
}
.woocommerce-page .action-shop .sort {
  float: right;
  width: calc(35% - 30px);
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce-page .action-shop .sort {
    width: 100%;
    margin: 20px 0px 10px;
  }
}
.woocommerce-page .action-shop .sort .woocommerce-ordering {
  float: none;
  margin: 0px;
}
.woocommerce-page .action-shop .sort .orderby {
  margin: 0px;
  font-size: 16px;
  color: #232829;
  height: 56px;
  border: 2px solid #eee;
  background-color: transparent;
  line-height: 56px;
}
@media (max-width: 575px) {
  .woocommerce-page .action-shop .sort .orderby {
    font-size: 13px;
  }
}
.woocommerce-page .content-has-sidebar li.product {
  display: block;
  padding: 0px 15px !important;
  width: 100% !important;
  margin: 0px 0px 27px 0px !important;
}
@media (min-width: 576px) {
  .woocommerce-page .content-has-sidebar li.product {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page .content-has-sidebar li.product {
    width: 33.33333% !important;
  }
}
.woocommerce-page .products.columns-4 {
  display: block;
  margin: 0px -15px;
}
.woocommerce-page .content-no-sidebar {
  padding: 0px 15px;
}
.woocommerce-page .content-no-sidebar .products.columns-4 {
  margin: 0px -15px;
}
.woocommerce-page .content-no-sidebar .products.columns-4 li.product {
  margin: 0px 0px 25px 0px;
  padding: 0px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-page .content-no-sidebar .products.columns-4 li.product {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .woocommerce-page .content-no-sidebar .products.columns-4 li.product {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page .content-no-sidebar .products.columns-4 li.product {
    width: 25%;
  }
}
.woocommerce-product-inner {
  background: #fff;
  border: 2px solid #eee;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.woocommerce-product-inner .woocommerce-product-header {
  padding: 32px 0px 0px;
  text-align: center;
  min-height: 304px;
}
.woocommerce-product-inner .woocommerce-product-header .out-of span, .woocommerce-product-inner .woocommerce-product-header .onsale {
  color: #fff;
  position: absolute;
  border-radius: 0px;
  min-height: auto;
  line-height: inherit;
  background: #77c701;
  border: 2px solid #eee;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  left: 15px !important;
  top: 7px !important;
  width: auto !important;
  right: auto !important;
  padding: 3px 15px 1px !important;
}
.woocommerce-product-inner .woocommerce-product-header .out-of span {
  background: #d82331;
  top: 0px !important;
  font-family: 'Frutiger-Bold';
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
}
.woocommerce-product-inner .woocommerce-product-header .out-of span i {
  margin-right: 10px;
}
.woocommerce-product-inner .woocommerce-product-header img {
  max-width: 230px;
  max-height: 130px;
}
.woocommerce-product-inner .woocommerce-product-title {
  padding: 36px 0px 0px !important;
  margin-bottom: 12px !important;
  text-align: center;
}
.woocommerce-product-inner .woocommerce-product-title a {
  font-size: 21px;
  color: #232829;
  letter-spacing: -0.016em;
  line-height: 26px;
}
.woocommerce-product-inner .woocommerce-product-title a:hover {
  color: #77c701;
}
.woocommerce-product-inner .text {
  font-size: 14px;
  padding: 0px 15px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 22px;
}
.woocommerce-product-inner .text p {
  margin-bottom: 3px;
}
.woocommerce-product-inner .woocommerce-product-meta {
  border-top: 2px solid #eee;
}
.woocommerce-product-inner .woocommerce-product-meta ul {
  margin: 0px;
}
.woocommerce-product-inner .woocommerce-product-meta li {
  display: inline-block;
  width: 33.33333%;
  float: left;
  text-align: center;
}
.woocommerce-product-inner .woocommerce-product-meta li:last-child {
  border-left: 2px solid #eee;
  position: relative;
}
.woocommerce-product-inner .woocommerce-product-meta li:last-child a {
  position: absolute;
  font-size: 18px;
  color: #77c701;
  font-family: 'Frutiger-BlackItalic';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
}
.woocommerce-product-inner .woocommerce-product-meta li:last-child > span:last-of-type {
  margin-bottom: 9px;
  display: inline-block;
}
.woocommerce-product-inner .woocommerce-product-meta li > span:first-child {
  display: block;
  color: #232829;
  font-size: 14px;
  margin: 4px 0px -5px;
}
.woocommerce-product-inner .woocommerce-product-meta li > span:last-child {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.woocommerce-product-inner .woocommerce-product-meta .price {
  font-size: 0px !important;
  margin-bottom: -4px !important;
  line-height: 1;
}
.woocommerce-product-inner .woocommerce-product-meta .price del {
  display: none;
}
.woocommerce-product-inner .woocommerce-product-meta .price > span:last-child {
  display: none;
}
.woocommerce-product-inner .woocommerce-product-meta .price > span:first-child {
  display: inline-block;
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.woocommerce-product-inner .woocommerce-product-meta .price ins {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.woocommerce-product-inner:hover {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.woocommerce-product-inner:hover .woocommerce-product-meta ul li:last-child a {
  opacity: 1;
  z-index: 99;
}
.high-percent ul li {
  display: inline-block;
  margin-right: 25px;
}
.high-percent ul li:last-child {
  margin-right: 0px;
}
.high-percent ul li .wrap {
  width: 130px;
  height: 8px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #efefef;
}
.high-percent ul li .wrap .percent {
  height: 8px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
.high-percent ul li .wrap .percent.happy {
  background: #a4d05f;
}
.high-percent ul li .wrap .percent.energy {
  background: #f48f97;
}
.high-percent ul li .wrap .percent.creative {
  background: #fddd62;
}
.high-percent ul li > span {
  font-size: 12px;
  font-family: 'Frutiger-Bold';
  color: #232829;
}
.fr-meta-product {
  margin-top: -19px;
}
@media (max-width: 991px) {
  .fr-meta-product {
    margin-top: 20px;
  }
}
.fr-meta-product ul {
  margin-left: 0px !important;
}
.fr-meta-product ul li {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
}
.fr-meta-product ul li .wrap {
  width: 200px;
  height: 18px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.fr-meta-product ul li .wrap .percent {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  height: 18px;
}
.fr-meta-product ul li span {
  font-size: 14px;
}
.fr-meta-product .thc {
  margin-top: 25px;
}
.fr-meta-product .thc span {
  display: block;
}
.fr-meta-product .thc span:last-child {
  font-size: 18px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
.woocommerce-product-list .content-no-sidebar .products.columns-4, .woocommerce-product-list .content-has-sidebar .products.columns-4 {
  margin: 0px 0px;
}
.woocommerce-product-list .content-no-sidebar .products.columns-4 li.product, .woocommerce-product-list .content-has-sidebar .products.columns-4 li.product {
  width: 100% !important;
  padding: 0px !important;
  margin-bottom: 30px !important;
}
.woocommerce-product-list .woocommerce-product-inner {
  background: #fff;
  border: 2px solid #eee;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-product-list .woocommerce-product-inner .col-md-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .woocommerce-product-list .woocommerce-product-inner .col-md-4 {
    padding: 20px 0px;
  }
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-header {
  text-align: center;
  padding: 0px;
  min-height: inherit;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-header .onsale {
  left: 13px !important;
  top: 5px !important;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-header .out-of span {
  top: -2px !important;
  left: 13px !important;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder {
  border-left: 2px solid #eee;
}
@media (max-width: 767px) {
  .woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder {
    border-left: 0px;
  }
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .content-top {
  padding: 34px 30px 7px;
  text-align: left;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  margin-bottom: 36px !important;
  text-align: left;
  padding: 0px !important;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label {
  display: inline-flex;
  float: right;
}
@media (max-width: 575px) {
  .woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label {
    float: none;
    margin-top: 30px;
  }
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label > span {
  font-size: 14px;
  font-family: Frutiger-Roman;
  margin: 9px 3px 0px 0px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label .price {
  margin: 0px !important;
  font-size: 0px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label .price del {
  display: none;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label .price ins {
  margin-top: -2px;
  font-family: 'Frutiger-Bold';
  color: #232829;
  font-size: 28px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label .price > span:last-child {
  display: none;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title label .price > span:first-child {
  display: inline-block;
  color: #232829;
  font-size: 28px;
  font-family: 'Frutiger-Bold';
  margin-top: -2px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title:hover a {
  color: #77c701;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  font-size: 28px;
  font-family: 'Frutiger-Black';
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .text {
  padding: 0px;
  text-align: left;
  color: #232829;
  letter-spacing: 0.016em;
  margin-bottom: 38px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-meta ul {
  display: flex;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-meta ul li:nth-child(2) {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-meta ul li:last-child {
  border: 0px;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-meta ul li:last-child a {
  font-size: 18px;
  color: #232829;
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.woocommerce-product-list .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-meta ul li:last-child a:hover {
  color: #77c701;
}
.woocommerce-product-list .woocommerce-pagination {
  margin: 17px 0px 4px !important;
}
.post-type-archive-product .woocommerce-pagination {
  margin: 28px 0px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers {
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li {
  border: 0px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li span, .post-type-archive-product .woocommerce-pagination .page-numbers li a:not(.prev), .post-type-archive-product .woocommerce-pagination .page-numbers li a:not(.next) {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Frutiger-Bold';
  color: #232829;
  margin-right: 5px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li .current {
  background: #77c701;
  color: #fff;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.prev, .post-type-archive-product .woocommerce-pagination .page-numbers li a.next {
  width: auto;
  height: auto;
  color: #232829;
  opacity: 0.33;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.prev {
  margin-right: 35px;
  font-size: 0px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.prev:before {
  content: "\f104";
  font-family: fontAwesome5Pro;
  font-size: 20px;
  margin: -4px 10px 0px 0px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.prev:after {
  content: 'Previous';
  font-size: 16px;
  font-family: 'Frutiger-Black';
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.next {
  margin-left: 30px;
  font-size: 0px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.next:after {
  content: "\f105";
  font-family: fontAwesome5Pro;
  font-size: 20px;
  margin: -4px 0px 0px 10px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a.next:before {
  content: 'Next';
  font-size: 16px;
  font-family: 'Frutiger-Black';
}
.post-type-archive-product .woocommerce-pagination .page-numbers li:hover a {
  background: #77c701;
  color: #fff;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li:hover a.prev, .post-type-archive-product .woocommerce-pagination .page-numbers li:hover a.next {
  color: #232829;
  background: none;
  opacity: 1;
}
@media (max-width: 767px) {
  li.product-type-grouped a.add_to_cart_button:before, li.product-type-external a.add_to_cart_button:before, li.product-type-variable a.add_to_cart_button:before {
    display: none !important;
  }
}
li.product-type-grouped .woocommerce-loop-quantity, li.product-type-external .woocommerce-loop-quantity, li.product-type-variable .woocommerce-loop-quantity {
  display: none !important;
}
@media (max-width: 991px) {
  li.product-type-grouped a.product_type_variable, li.product-type-external a.product_type_variable, li.product-type-variable a.product_type_variable {
    margin-top: 20px !important;
  }
}
.woocommerce-page .content-no-sidebar .content-row.row {
  display: block;
}
.woocommerce-page .content-no-sidebar .content-row.row:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-page.single-product .content-row.row {
  margin-left: 0px;
  margin-right: 0px;
}
.woocommerce-page.single-product .top-image {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-page.single-product .content-container {
    background: #fff;
  }
}
.woocommerce-page.single-product .bottom-image {
  top: 1300px;
}
.woocommerce-page.single-product #pagetitle {
  display: none;
}
.woocommerce-page.single-product #content {
  padding-top: 64px;
}
.woocommerce-page.single-product .site-content {
  padding-bottom: 52px !important;
}
.woocommerce-page.single-product .site-footer .top-footer {
  border-top: 0px;
}
.woocommerce-page.single-product span.onsale {
  background-color: #77c701;
  border-radius: 6px;
  padding: 10px 15px;
  height: auto;
  min-height: initial;
  min-width: inherit;
  line-height: 1;
}
.woocommerce-page.single-product .type-product {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .woocommerce-page.single-product .type-product {
    margin-top: 0px;
  }
}
.woocommerce-page.single-product .woocommerce-product-gallery--with-images {
  padding-top: 5px;
}
.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0px 10px;
}
.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-nav li img {
  max-width: 110px !important;
  margin: auto;
}
.woocommerce-page.single-product .entry-summary:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-page.single-product .entry-summary .single-product-title h1 {
  font-size: 48px;
  color: #232829;
  line-height: 56px;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .woocommerce-page.single-product .entry-summary .single-product-title h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.woocommerce-page.single-product .entry-summary .woocommerce-product-rating {
  margin-bottom: 24px !important;
}
.woocommerce-page.single-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 37px;
}
.woocommerce-page.single-product .entry-summary .woocommerce-product-details__short-description p {
  color: #232829;
  line-height: 22px;
  font-size: 14px;
}
.woocommerce-page.single-product .entry-summary .price {
  font-size: 28px;
  font-family: 'Frutiger-BlackItalic';
  color: #77c701;
  margin-bottom: 31px;
}
.woocommerce-page.single-product .entry-summary .woocommerce-variation-description {
  display: none;
}
.woocommerce-page.single-product .entry-summary table.variations {
  margin-bottom: 0px !important;
}
.woocommerce-page.single-product .entry-summary table.variations td {
  display: table;
  width: 100%;
  position: relative;
}
.woocommerce-page.single-product .entry-summary table.variations td select {
  max-width: 235px;
  min-width: inherit;
  width: 100%;
  background-color: #fff;
  margin-right: 0px;
  color: #232829;
  border: 2px solid #f0f0f0;
  height: 48px;
  line-height: 48px;
}
.woocommerce-page.single-product .entry-summary table.variations td .reset_variations {
  position: relative;
  top: 15px;
  color: #77c701;
  font-size: 14px;
  line-height: 1;
  display: block !important;
}
.woocommerce-page.single-product .entry-summary table.variations td label {
  font-size: 16px;
  margin-bottom: 16px;
  color: #232829;
  font-family: 'Frutiger-Bold';
}
.woocommerce-page.single-product .entry-summary table.variations tr:last-child select {
  margin-bottom: 0px;
}
.woocommerce-page.single-product .entry-summary .label-quantity {
  font-size: 16px;
  margin-bottom: 19px;
  color: #232829;
  font-family: 'Frutiger-Bold';
}
.woocommerce-page.single-product .entry-summary .quantity-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 42px;
  position: relative;
}
.woocommerce-page.single-product .entry-summary .quantity-wrap .fa {
  position: absolute;
  top: 11px;
  font-size: 25px;
  color: #232829;
  cursor: pointer;
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .quantity-wrap .fa {
    position: relative;
    top: 0px;
  }
}
.woocommerce-page.single-product .entry-summary .quantity-wrap .fa.fa-angle-left {
  left: 15px;
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .quantity-wrap .fa.fa-angle-left {
    left: 20px;
  }
}
.woocommerce-page.single-product .entry-summary .quantity-wrap .fa.fa-angle-right {
  left: 143px;
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .quantity-wrap .fa.fa-angle-right {
    left: -20px;
  }
}
.woocommerce-page.single-product .entry-summary .quantity-wrap div.quantity {
  float: none;
}
.woocommerce-page.single-product .entry-summary .quantity-wrap div.quantity input {
  height: 48px;
  border: 2px solid #f0f0f0;
  width: 170px;
  padding: 0px 10px;
  background: #fff;
  color: #232829;
  font-size: 16px;
  font-family: 'Frutiger-Bold';
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .quantity-wrap div.quantity input {
    margin-bottom: 0px;
  }
}
.woocommerce-page.single-product .entry-summary .woocommerce-variation-price {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 45px;
}
.woocommerce-page.single-product .entry-summary .woocommerce-variation-price span {
  color: #77c701;
}
.woocommerce-page.single-product .entry-summary .woocommerce-variation-price .price {
  font-size: 28px;
}
.woocommerce-page.single-product .entry-summary .single_add_to_cart_button {
  height: 51px;
  background-color: #77c701 !important;
  color: #fff !important;
  padding: 0px 30px;
  font-weight: normal;
  float: none !important;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .single_add_to_cart_button {
    width: 100%;
    margin-top: 38px;
  }
}
.woocommerce-page.single-product .entry-summary .single_add_to_cart_button:hover {
  background: #77c701 !important;
}
.woocommerce-page.single-product .entry-summary .after-add-cart-button span {
  display: block;
  font-family: 'Frutiger-Bold';
}
.woocommerce-page.single-product .entry-summary .after-add-cart-button span:last-child {
  color: #77c701;
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list {
  border-bottom: none;
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list br {
  display: none;
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td {
  text-align: left !important;
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td {
    display: table;
    width: 100% !important;
    text-align: center !important;
  }
  .woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td label {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td .quantity-wrap {
    justify-content: center;
  }
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td ins {
  background-color: transparent;
  color: #77c701;
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list td a {
  color: #232829;
}
.woocommerce-page.single-product .entry-summary .woocommerce-grouped-product-list .quantity-wrap {
  flex-wrap: nowrap;
  margin-bottom: 0px;
}
.woocommerce-page.single-product .text-related {
  text-align: center;
  color: #77c701;
  font-size: 18px;
  margin-top: 73px;
  margin-bottom: 25px;
}
.woocommerce-page.single-product .woocommerce-tabs {
  margin-top: -4px;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  overflow: inherit !important;
}
@media (max-width: 991px) {
  .woocommerce-page.single-product .woocommerce-tabs .tabs {
    text-align: left !important;
  }
}
.woocommerce-page.single-product .woocommerce-tabs .tabs:before {
  border-bottom: 0px !important;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li {
  border: 0px !important;
  background-color: transparent !important;
  margin: 0px 120px 0px 0px !important;
  padding: 0px !important;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce-page.single-product .woocommerce-tabs .tabs li {
    margin: 0px 20px 20px 0px !important;
  }
}
@media (max-width: 575px) {
  .woocommerce-page.single-product .woocommerce-tabs .tabs li {
    display: block;
  }
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:last-child {
  margin-right: 0px !important;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li a {
  color: rgba(35, 40, 41, .33) !important;
  font-size: 28px;
  font-family: 'Frutiger-BlackItalic';
  position: relative;
  padding: 21px 15px !important;
}
@media (max-width: 991px) {
  .woocommerce-page.single-product .woocommerce-tabs .tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.single-product .woocommerce-tabs .tabs li a {
    padding: 0px 0px !important;
  }
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 4px;
  width: 100%;
  background: #232829;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:first-child {
  padding-left: 0px;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:last-child {
  padding-right: 0px;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:before, .woocommerce-page.single-product .woocommerce-tabs .tabs li:after {
  display: none !important;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:hover, .woocommerce-page.single-product .woocommerce-tabs .tabs li.active {
  color: #77c701 !important;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:hover a, .woocommerce-page.single-product .woocommerce-tabs .tabs li.active a {
  color: #232829 !important;
}
.woocommerce-page.single-product .woocommerce-tabs .tabs li:hover a:after, .woocommerce-page.single-product .woocommerce-tabs .tabs li.active a:after {
  opacity: 1;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 2px solid #efefef;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  color: #232829;
  line-height: 28px;
  padding: 65px 70px 45px !important;
  background: #fff;
}
@media (max-width: 991px) {
  .woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 35px 15px 26px !important;
  }
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 27px;
  color: #232829;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel p a {
  text-decoration: underline;
  color: #77c701;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel td p {
  margin-bottom: 0px;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  list-style-position: outside;
  margin-left: 50px;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  color: #232829;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-comment label {
  margin-bottom: 15px;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .comment-respond textarea {
  border-radius: 4px;
  margin-bottom: 27px;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .comment-notes {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .form-submit .submit {
  height: 52px;
  background: #77c701 !important;
  -webkit-border-radius: 30px !important;
  -khtml-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
  border: 2px solid #77c701 !important;
  color: #fff !important;
  padding: 0px 30px !important;
  font-weight: normal !important;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel .form-submit .submit:hover {
  background: #77c701 !important;
}
.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
  padding-top: 22px !important;
}
.woocommerce-page.single-product .related > h2 {
  text-align: center;
  font-size: 54px;
  letter-spacing: -0.016em;
  margin-bottom: 37px;
}
.woocommerce-cart {
  color: #232829;
}
.woocommerce-cart.woocommerce-page #content {
  padding-top: 112px;
  padding-bottom: 130px !important;
}
.woocommerce-cart .woocommerce-cart-form .content-cart {
  border: 2px solid #232829;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 45px 70px 9px 100px;
  background: #fff;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart {
    padding: 45px 30px 9px 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart {
    padding: 45px 15px 9px 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart table, .woocommerce-cart .woocommerce-cart-form .content-cart tr, .woocommerce-cart .woocommerce-cart-form .content-cart th, .woocommerce-cart .woocommerce-cart-form .content-cart td {
  border: 0px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart thead {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart th {
  font-size: 28px;
  color: #232829;
  font-family: 'Frutiger-Black';
  padding-bottom: 31px;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart th {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart tr {
    border-bottom: 2px solid #232829;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form .content-cart tr:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart td {
  padding: 6px 6px 10px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart td {
    display: block;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail > a {
  display: inline-flex;
  width: 79px;
  height: 59px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #232829;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail > a img {
  max-width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content {
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content {
    width: calc(100% - 84px);
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content a {
  font-size: 22px;
  color: #232829;
  font-family: 'Frutiger-Black';
  display: inline-block;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content a {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content a:hover {
  color: #77c701;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content p {
  font-size: 16px;
  font-family: 'Frutiger-Bold';
  color: #232829;
  opacity: 0.66;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .product-thumbnail .content p {
    font-size: 14px;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .quantity-wrap {
  display: flex;
  position: relative;
  margin-top: -15px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .quantity-wrap input {
  width: 100px;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 15px;
  height: 48px;
  text-align: center;
  margin: 0px 0px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .quantity-wrap .fas {
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .quantity-wrap .fas.fa-chevron-left {
  left: 10px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .quantity-wrap .fas.fa-chevron-right {
  left: 80px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .product-weight {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-weight a {
  display: inline-block;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-weight div {
  display: inline-block;
  font-size: 16px;
  color: #232829;
  padding: 12px 45px 15px 15px;
  border: 2px solid #232829;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 58px;
  margin-top: -11px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-weight div .fas {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #232829;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-weight div .fas.fa-chevron-up {
  top: -2px;
  right: -2px;
  border-top-right-radius: 5px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-weight div .fas.fa-chevron-down {
  bottom: -2px;
  right: -2px;
  border-bottom-right-radius: 5px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart td.product-price {
  font-size: 22px;
  color: #232829;
  font-family: 'Frutiger-Black';
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart td.product-price {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-remove a {
  color: #fff !important;
  width: 16px;
  height: 16px;
  background: #cacecf;
  border-radius: 2px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .product-remove a:hover {
  background: red;
}
.woocommerce-cart .woocommerce-cart-form .content-cart .col-12 {
  text-align: right;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .col-12 {
    text-align: center;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .update-cart {
  background: #77c701;
  color: #fff !important;
  -webkit-border-radius: 29.5px;
  -khtml-border-radius: 29.5px;
  -moz-border-radius: 29.5px;
  -ms-border-radius: 29.5px;
  -o-border-radius: 29.5px;
  border-radius: 29.5px;
  padding: 16px 60px !important;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .woocommerce-cart .woocommerce-cart-form .content-cart .update-cart {
    padding: 16px 15px !important;
  }
}
.woocommerce-cart .woocommerce-cart-form .content-cart .update-cart:hover {
  background-color: #77c701 !important;
}
.woocommerce-cart .woocommerce-cart-form .coupon {
  border: 2px solid #232829;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 32px 30px 28px;
  background: #fff;
}
.woocommerce-cart .woocommerce-cart-form .coupon label {
  font-size: 28px;
  color: #232829;
  font-family: 'Frutiger-Black';
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .coupon label {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .coupon .content-form input {
  height: 56px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #232829;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0px 30px;
  background: transparent;
  font-size: 16px;
  color: rgba(35, 40, 41, .33);
  margin-bottom: 0px;
  width: calc(100% - 111px);
  float: left;
}
@media (max-width: 575px) {
  .woocommerce-cart .woocommerce-cart-form .coupon .content-form input {
    float: none;
    width: 100%;
    padding: 0px 15px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .coupon .content-form .button {
  height: 56px;
  padding: 0px 30px;
  font-size: 16px;
  font-family: 'Frutiger-Black';
  color: #232829;
  background: none;
  border: 2px solid #232829;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  display: inline-block;
}
@media (max-width: 575px) {
  .woocommerce-cart .woocommerce-cart-form .coupon .content-form .button {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #232829;
  }
}
.woocommerce-cart .woocommerce-cart-form .coupon .content-form .button:hover {
  color: #77c701 !important;
}
.woocommerce-cart .woocommerce-cart-form .coupon .content-form .button:after {
  display: none;
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form .col-xl-4 {
    margin-left: 16.66667%;
  }
}
.woocommerce-cart .woocommerce-cart-form .totals {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  padding: 30px 30px;
}
.woocommerce-cart .woocommerce-cart-form .totals button, .woocommerce-cart .woocommerce-cart-form .totals .btn {
  display: block !important;
  text-align: center;
  width: 100%;
  margin: 1px auto 34px;
}
@media (max-width: 575px) {
  .woocommerce-cart .woocommerce-cart-form .totals button, .woocommerce-cart .woocommerce-cart-form .totals .btn {
    padding: 16px 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .totals button {
  margin-bottom: 0px;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals h2 {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals h2.custom-title-total {
  display: block;
  font-size: 28px;
  font-family: 'Frutiger-Black';
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .cart_totals h2.custom-title-total {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart_totals table, .woocommerce-cart .woocommerce-cart-form .cart_totals td, .woocommerce-cart .woocommerce-cart-form .cart_totals th {
  border: 0px !important;
  color: #232829;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals th {
  text-align: left;
  padding: 9px 0px;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals td {
  text-align: right;
  padding: 9px 0px;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals .wc-proceed-to-checkout {
  padding: 0px 0px !important;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals .cart-subtotal {
  font-family: 'Frutiger-Bold';
  font-size: 16px;
}
.woocommerce-cart .woocommerce-cart-form .cart_totals .order-total {
  font-family: 'Frutiger-Black';
  font-size: 16px;
}
@media (min-width: 576px) {
  header .col-lg-3.center-text:hover .widget_shopping_carts {
    display: block;
  }
}
header .mini-cart .widget_shopping_carts {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 2px solid #232829;
  overflow: hidden;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  min-width: 380px;
  right: 0px;
  top: 100%;
}
header .mini-cart .product_list_widgets {
  padding: 26px 25px 23px;
  margin: 0px;
}
header .mini-cart .product_list_widgets li {
  list-style: none;
  display: block;
  margin-bottom: 23px;
  position: relative;
}
header .mini-cart .product_list_widgets li .remove_from_cart_button {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fb143a;
  color: #fff;
  right: -5px;
  top: 22px;
  line-height: 0.8;
  padding-left: 1px;
}
header .mini-cart .product_list_widgets li:last-child {
  margin-bottom: 0px;
}
header .mini-cart .product_list_widgets li:after {
  content: '';
  display: table;
  clear: both;
}
header .mini-cart .product_list_widgets li .cart-product-image {
  float: left;
  width: 79px;
  height: 57px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #232829;
  margin-right: 20px;
}
header .mini-cart .product_list_widgets li .cart-product-image img {
  max-height: 100%;
}
header .mini-cart .product_list_widgets li .cart-product-meta {
  text-align: left;
  float: left;
  width: calc(100% - 110px);
  padding-top: 12px;
  line-height: 1;
}
header .mini-cart .product_list_widgets li .cart-product-meta h3 {
  font-size: 20px;
  margin-bottom: 9px;
  font-family: 'Frutiger-Black';
}
header .mini-cart .product_list_widgets li .cart-product-meta h3 a {
  color: #232829;
}
header .mini-cart .product_list_widgets li .cart-product-meta h3 a:hover {
  color: #77c701;
}
header .mini-cart .product_list_widgets li .cart-product-meta > span {
  margin-left: 15px;
}
header .mini-cart .product_list_widgets li .cart-product-meta span {
  font-size: 18px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
header .mini-cart .widget_shopping_cart_footer {
  border-top: 2px solid #232829;
  display: flex;
}
header .mini-cart .widget_shopping_cart_footer:after {
  content: '';
  display: table;
  clear: both;
}
header .mini-cart .widget_shopping_cart_footer div {
  margin: 0px;
}
header .mini-cart .widget_shopping_cart_footer div:first-child {
  padding: 29px 25px 23px;
  border-right: 2px solid #232829;
  white-space: nowrap;
}
header .mini-cart .widget_shopping_cart_footer div:first-child strong {
  font-size: 20px;
  font-family: 'Frutiger-Black';
  color: #232829;
}
header .mini-cart .widget_shopping_cart_footer div:first-child > span {
  margin-left: 30px;
}
header .mini-cart .widget_shopping_cart_footer div:first-child > span span {
  font-size: 18px;
  font-family: 'Frutiger-Black';
  color: #232829 !important;
}
header .mini-cart .widget_shopping_cart_footer div:last-child a {
  display: block;
  text-align: center;
  background: #77c701;
  color: #fff;
  font-family: 'Frutiger-BlackItalic';
  font-size: 20px;
  padding: 29px 17.5px 24px 18px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .mini-cart .widget_shopping_cart_footer div:last-child a:hover {
  background: #232829;
}
.woocommerce-page {
  /*Page Template Menu 1*/
}
.woocommerce-page.woocommerce-account .woocommerce-info, .woocommerce-page.woocommerce-checkout .woocommerce-info {
  margin-bottom: 21px;
}
.woocommerce-page.woocommerce-account .woocommerce-additional-fields, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields, .woocommerce-page.woocommerce-account .woocommerce-billing-fields, .woocommerce-page.woocommerce-checkout .woocommerce-billing-fields {
  padding-bottom: 24px;
  margin-bottom: 43px;
}
.woocommerce-page.woocommerce-account .woocommerce-additional-fields h3, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-page.woocommerce-account .woocommerce-billing-fields h3, .woocommerce-page.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 24px;
  font-family: 'Frutiger-Bold';
}
.woocommerce-page.woocommerce-account #order_review_heading, .woocommerce-page.woocommerce-checkout #order_review_heading {
  margin-bottom: 42px;
  font-size: 24px;
  font-family: 'Frutiger-Bold';
}
.woocommerce-page.woocommerce-account .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table {
  padding-bottom: 15px;
}
.woocommerce-page.woocommerce-account dl.variation, .woocommerce-page.woocommerce-checkout dl.variation {
  display: none;
}
.woocommerce-page.woocommerce-account #content.site-content, .woocommerce-page.woocommerce-checkout #content.site-content {
  padding: 80px 0px;
}
.woocommerce-page.woocommerce-account #content.site-content .col2-set, .woocommerce-page.woocommerce-checkout #content.site-content .col2-set {
  margin: 0px -15px;
  width: auto;
}
.woocommerce-page.woocommerce-account #content.site-content .form-row, .woocommerce-page.woocommerce-checkout #content.site-content .form-row {
  display: block;
  margin-bottom: 17px !important;
}
.woocommerce-page.woocommerce-account #content.site-content #billing_country_field, .woocommerce-page.woocommerce-checkout #content.site-content #billing_country_field {
  margin-bottom: 23px;
}
.woocommerce-page.woocommerce-account #content.site-content button[name="save_address"], .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_address"], .woocommerce-page.woocommerce-account #content.site-content button[name="save_account_details"], .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_account_details"], .woocommerce-page.woocommerce-account #content.site-content button[name="apply_coupon"], .woocommerce-page.woocommerce-checkout #content.site-content button[name="apply_coupon"], .woocommerce-page.woocommerce-account #content.site-content #place_order, .woocommerce-page.woocommerce-checkout #content.site-content #place_order {
  float: none;
  height: 48px;
  color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #77c701;
  padding: 0px 30px;
  font-weight: inherit;
}
.woocommerce-page.woocommerce-account #content.site-content button[name="save_address"]:hover, .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_address"]:hover, .woocommerce-page.woocommerce-account #content.site-content button[name="save_account_details"]:hover, .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_account_details"]:hover, .woocommerce-page.woocommerce-account #content.site-content button[name="apply_coupon"]:hover, .woocommerce-page.woocommerce-checkout #content.site-content button[name="apply_coupon"]:hover, .woocommerce-page.woocommerce-account #content.site-content #place_order:hover, .woocommerce-page.woocommerce-checkout #content.site-content #place_order:hover, .woocommerce-page.woocommerce-account #content.site-content button[name="save_address"]:active, .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_address"]:active, .woocommerce-page.woocommerce-account #content.site-content button[name="save_account_details"]:active, .woocommerce-page.woocommerce-checkout #content.site-content button[name="save_account_details"]:active, .woocommerce-page.woocommerce-account #content.site-content button[name="apply_coupon"]:active, .woocommerce-page.woocommerce-checkout #content.site-content button[name="apply_coupon"]:active, .woocommerce-page.woocommerce-account #content.site-content #place_order:active, .woocommerce-page.woocommerce-checkout #content.site-content #place_order:active {
  background: #77c701;
  color: #fff;
}
.woocommerce-page.woocommerce-account .col-1, .woocommerce-page.woocommerce-checkout .col-1 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.woocommerce-account .col-1, .woocommerce-page.woocommerce-checkout .col-1 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.woocommerce-page.woocommerce-account .col-2, .woocommerce-page.woocommerce-checkout .col-2 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.woocommerce-account .col-2, .woocommerce-page.woocommerce-checkout .col-2 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.woocommerce-page.woocommerce-account .col-1 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.woocommerce-account .col-1 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce-page.woocommerce-account .col-2 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.woocommerce-account .col-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce-page #billing_email {
  margin-bottom: 9px;
}
.woocommerce-page #order_comments {
  height: 150px;
}
.woocommerce-page .woocommerce-checkout-review-order th {
  color: #232829;
}
.woocommerce-page #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
}
.woocommerce-page #ship-to-different-address label input {
  margin-right: 15px;
}
.woocommerce-page #ship-to-different-address label span {
  font-size: 24px;
  font-family: 'Frutiger-Bold';
}
@media (max-width: 767px) {
  .woocommerce-page #ship-to-different-address label span {
    font-size: 20px;
  }
}
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #77c701;
}
.woocommerce-page #shipping_postcode, .woocommerce-page #password_2 {
  margin-bottom: 30px;
}
.page-template-page-menu-1 .site-main {
  position: relative;
  background: #fff;
}
.page-template-page-menu-1 #content {
  padding: 0px;
}
.page-template-page-menu-1 #content .filter-menu-form {
  border-bottom: 2px solid #232829;
  padding: 34px 0px;
}
.page-template-page-menu-1 #content .filter-menu-form .search-strain {
  position: relative;
}
.page-template-page-menu-1 #content .filter-menu-form .search-strain .search-button {
  position: absolute;
  top: 19px;
  right: 38px;
  background: none;
  color: #000 !important;
  padding: 0px;
  border: 0px;
  text-shadow: none;
}
.page-template-page-menu-1 #content .filter-menu-form .search-strain .search-button:after {
  display: none;
}
.page-template-page-menu-1 #content .filter-menu-form input, .page-template-page-menu-1 #content .filter-menu-form select {
  background-color: transparent;
  height: 56px;
  border: 2px solid #232829;
  font-size: 16px;
  color: #232829;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .page-template-page-menu-1 #content .filter-menu-form input, .page-template-page-menu-1 #content .filter-menu-form select {
    margin-bottom: 20px;
  }
}
.page-template-page-menu-1 #content .filter-menu-form input::placeholder {
  color: #a9aaaa;
}
.page-template-page-menu-1 #content .filter-menu-form input:-ms-input-placeholder {
  color: #a9aaaa;
}
.page-template-page-menu-1 #content .filter-menu-form .clear-filter-form-data {
  display: block;
  font-size: 16px;
  color: #232829;
  border: 2px solid #232829;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  padding: 12px 0px;
}
.page-template-page-menu-1 #content .filter-menu-form .clear-filter-form-data:hover {
  color: #fff;
  background: #77c701;
}
.p-l-r-45 {
  padding: 0px 45px;
}
.content-menu {
  border-left: 2px solid #232829;
  border-right: 2px solid #232829;
  max-height: 1240px;
  overflow: hidden;
  overflow-y: auto;
  padding: 48px 30px 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(35, 40, 41, .1));
}
.content-menu::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.content-menu::-webkit-scrollbar {
  width: 11px;
  background-color: rgba(0, 0, 0, 0);
}
.content-menu::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 7.5px;
}
@media (max-width: 767px) {
  .content-menu {
    border-left: 0px;
    border-right: 0px;
    padding: 48px 0px 0px;
    background: none;
  }
}
.content-menu:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #232829;
  top: 0px;
  right: 13px;
}
@media (max-width: 767px) {
  .content-menu:after {
    display: none;
  }
}
.content-menu h3 {
  font-size: 28px;
  color: #232829;
  margin-bottom: 19px;
}
.content-menu .list-items-menu {
  margin: 0px;
  list-style: none;
}
.content-menu .list-items-menu > li {
  display: block;
  border: 2px solid #232829;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 18px;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li {
    background: #fff;
  }
}
.content-menu .list-items-menu > li:last-child {
  margin-bottom: 63px;
}
.content-menu .list-items-menu > li:hover {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -khtml-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .15);
}
.content-menu .list-items-menu > li .info, .content-menu .list-items-menu > li .image {
  float: left;
}
.content-menu .list-items-menu > li .info img, .content-menu .list-items-menu > li .image img {
  max-height: 100%;
}
.content-menu .list-items-menu > li .image {
  width: 125px;
  height: 95px;
  border: 2px solid #232829;
  background: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .image {
    width: inherit;
    height: inherit;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.content-menu .list-items-menu > li .info {
  width: 450px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .info {
    padding-left: 0px;
  }
}
.content-menu .list-items-menu > li .info .title-thc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .info .title-thc {
    display: block;
  }
}
.content-menu .list-items-menu > li .info .title-thc span {
  color: #232829;
  font-size: 14px;
}
.content-menu .list-items-menu > li .info .title-thc h4 {
  font-size: 22px;
  font-family: 'Frutiger-Black';
  margin-bottom: 12px;
}
.content-menu .list-items-menu > li .info .title-thc h4 a {
  color: #232829;
}
.content-menu .list-items-menu > li .info .title-thc h4:hover a {
  color: #77c701;
}
.content-menu .list-items-menu > li .info .title-thc .thc {
  margin-right: 72px;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .info .title-thc .thc {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.content-menu .list-items-menu > li .info .title-thc .thc span:first-child {
  font-size: 14px;
  color: #232829;
  display: block;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .info .title-thc .thc span:first-child {
    display: inline-block;
  }
}
.content-menu .list-items-menu > li .info .title-thc .thc span:last-child {
  font-size: 18px;
  color: #232829;
  font-family: 'Frutiger-Black';
}
.content-menu .list-items-menu > li .info .high-percent ul {
  margin: 0px;
}
.content-menu .list-items-menu > li .info .high-percent ul li {
  margin-right: 15px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .info .high-percent ul li {
    display: block;
    margin-bottom: 10px;
  }
}
.content-menu .list-items-menu > li .info .high-percent ul li .wrap {
  margin-bottom: 5px;
}
.content-menu .list-items-menu > li .info .high-percent ul li:last-child {
  margin-right: 0px;
}
.content-menu .list-items-menu > li .variation {
  float: right;
  width: calc(100% - 600px);
  text-align: right;
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .variation {
    width: inherit;
    float: left;
    margin-left: 145px;
  }
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .variation {
    margin-left: 0px;
  }
}
.content-menu .list-items-menu > li .variation ul {
  list-style: none;
  margin: 0px;
  display: flex;
  flex-direction: row-reverse;
}
.content-menu .list-items-menu > li .variation ul li {
  display: inline-block;
  text-align: left;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .variation ul li {
    margin-left: 22px;
  }
}
.content-menu .list-items-menu > li .variation ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 1199px) {
  .content-menu .list-items-menu > li .variation ul li:last-child {
    margin-left: 0px;
  }
}
.content-menu .list-items-menu > li .variation ul li:first-child {
  margin-right: 22px;
}
.content-menu .list-items-menu > li .variation ul li span:first-child {
  font-size: 14px;
  color: #232829;
}
.content-menu .list-items-menu > li .variation ul li span:last-child {
  font-size: 25px;
  color: #232829;
}
.content-menu .list-items-menu > li .variation ul li span:last-child del {
  display: none;
}
.content-menu .list-items-menu > li .variation ul li span:last-child ins {
  background: transparent;
  font-size: 22px;
  color: #232829;
  font-family: 'Frutiger-Black';
}
.content-menu .list-items-menu > li .variation ul li span:last-child span:last-child {
  display: none;
}
.content-menu .list-items-menu > li .variation ul li span:last-child span:first-child {
  display: inline-block;
  font-size: 22px;
  color: #232829;
  font-family: 'Frutiger-Black';
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .variation ul li span:last-child span:first-child {
    font-size: 15px;
  }
}
.content-menu .list-items-menu > li .action {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  background: #fff;
  padding: 0px 24px;
  right: 0px;
  border-left: 2px solid #232829;
  height: 100%;
  top: 0px;
  display: flex;
  align-items: center;
  -webkit-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  font-family: 'Frutiger-BlackItalic';
  color: #77c701;
}
@media (max-width: 767px) {
  .content-menu .list-items-menu > li .action {
    height: 53px;
    bottom: -2px;
    right: -2px;
    border: 2px solid #232829;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.content-menu .list-items-menu > li .action:hover {
  background: #77c701;
  color: #fff;
}
.content-menu .list-items-menu > li:hover .action {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
