@font-face {
  font-family: MyriadPro-Regular;
  src: url("../fonts/MyriadPro-Regular.otf");
}
@font-face {
  font-family: your-circle-bold;
  src: url("../fonts/your-circle-bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: your-circle-light;
  src: url("./fonts/your-circle-light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: your-circle-regular;
  src: url("../fonts/your-circle-regular.ttf");
}
@font-face {
  font-family: your-circle-italic;
  src: url("../fonts/your-circle-italic.ttf");
}
@font-face {
  font-family: your-circle-boldItalic;
  src: url("../fonts/your-circle-boldItalic.ttf");
}
@font-face {
  font-family: lineto-brown-light;
  src: url("../fonts/lineto-brown-light.ttf");
}
@font-face {
  font-family: lineto-brown-bold;
  src: url("../fonts/lineto-brown-bold.otf");
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

html, body {
  overflow-x: hidden;
  color: #000 !important;
  font-family: lineto-brown-light;
}

ul {
  margin: 0;
  padding: 0 !important;
}

body a {
  color: #000;
}
body a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 56px !important;
  letter-spacing: -1px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  width: 80%;
}

p {
  font-family: lineto-brown-light;
  font-size: 18px;
  margin-bottom: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

strong {
  font-family: lineto-brown-bold;
}

input {
  border: none;
  width: 100%;
  padding: 17px 20px;
  margin-bottom: 10px;
  font-family: lineto-brown-bold;
  font-size: 15px;
}
input:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ebebeb inset !important;
  font-family: lineto-brown-bold !important;
  font-size: 15px !important;
}

select {
  border: none;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-family: lineto-brown-bold;
  font-size: 15px;
}
select:focus {
  outline: none;
}

textarea {
  padding: 15px 20px;
  border: none;
  font-family: lineto-brown-bold;
  font-size: 15px;
  resize: none;
}
textarea:focus {
  outline: none;
}

div.container {
  max-width: 1500px;
}

.yc-video-play img {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  cursor: pointer;
}
.yc-video-play img:hover {
  opacity: 0.7;
}

.yc-backdrop {
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  height: 100%;
  display: none;
}
.yc-backdrop .yc-close-popup {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  color: #fff;
  font-size: 40px;
  font-family: lineto-brown-bold;
  cursor: pointer;
}
.yc-backdrop .yc-close-popup:hover {
  opacity: 0.7;
}

.yc-video-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999;
  display: none;
  text-align: center;
  width: auto !important;
}
.yc-video-modal p {
  display: inline-block;
}

.yc-page-text p {
  font-family: your-circle-regular;
  font-size: 16px !important;
  width: 90%;
}
.yc-page-text p strong, .yc-page-text p b {
  font-family: lineto-brown-bold;
}
.yc-page-text.yc-page-text-secondary p {
  font-family: your-circle-regular;
  font-size: 16px !important;
  width: 90%;
}
.yc-page-text.yc-page-text-secondary p strong, .yc-page-text.yc-page-text-secondary p b {
  font-family: lineto-brown-bold;
}

.yc-social-media {
  display: flex;
  flex-wrap: wrap;
}
.yc-social-media a {
  text-decoration: none;
  margin-left: 6px;
}
.yc-social-media a:first-child {
  margin-left: 0;
}

.yc-checkout-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto 130px auto;
}
.yc-checkout-steps::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00000026;
  position: absolute;
  top: 11px;
  z-index: 1;
}
.yc-checkout-steps .yc-step {
  width: 23px;
  height: 23px;
  border: 1px solid #00000026;
  border-radius: 50px;
  position: relative;
  z-index: 9999;
  background: #fff;
}
.yc-checkout-steps .yc-step span {
  color: #8F9194;
  font-size: 15px;
  font-family: your-circle-regular;
  text-align: center;
  display: block;
  padding-top: 30px;
  position: absolute;
  margin-left: -20px;
}

.lightbox {
  transform: translateY(-50%) translateX(-50%);
  top: 50% !important;
  left: 50% !important;
  position: fixed !important;
}

.lightbox .lb-image {
  border: none !important;
  border-radius: 0 !important;
}

/* MODAL
---------------------------*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(30, 30, 30, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.modal-container {
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  z-index: 200;
  text-align: center;
  width: 90%;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-content {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.3s;
  background: #fff;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  color: black;
  font-size: 2em;
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content__img {
  width: 100%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.modal-content__img-caption {
  padding: 75px 45px 45px;
  bottom: 0;
  text-align: left;
  color: black;
  background: white;
  width: 100%;
}
.modal-content__img-caption h5 {
  font-size: 25px;
  margin-bottom: 15px;
}
.modal-content__img-caption p {
  margin-bottom: 15px;
}
.modal-content__img-caption .form-mail-secondary {
  padding-top: 10px;
}
.modal-content__img-caption .form-mail-secondary input[type=email] {
  border-color: #ececec !important;
  background-color: #ececec !important;
}
.modal-content__img-caption .form-mail-secondary .btn {
  margin-top: 0 !important;
  background: #DBA55D;
  font-family: lineto-brown-bold;
  font-size: 11px;
  padding: 11px 22px;
  color: #000;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  float: right;
  width: 190px !important;
  border-color: #DBA55D;
}
.modal-content__img-caption .form-mail-secondary .btn:hover {
  color: black;
  background: #C29151;
  border-color: #C29151;
}

.modal--show {
  visibility: visible;
}

.modal--show ~ .modal-overlay {
  visibility: visible;
  opacity: 1;
}

.modal--show .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  p {
    font-size: 14px;
  }

  .yc-page-text p {
    font-size: 16px !important;
  }

  h1 {
    font-size: 50px !important;
  }

  .yc-checkout-steps {
    width: 80%;
  }

  div.container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px !important;
  }

  p {
    font-size: 14px;
  }

  .yc-page-text {
    margin-bottom: 40px;
  }
  .yc-page-text p {
    font-size: 14px !important;
  }

  .yc-page-concept .yc-testimonial .yc-testimonial-image .yc-video-play img {
    width: 66px;
    height: 66px;
  }
}
.site-hero .yc-video-class {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.site-hero .yc-video-class .embed-responsive-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-hero.no-background {
  background-image: none !important;
}
.site-hero.no-background .yc-video-class .embed-responsive-item {
  z-index: 99;
}

#map {
  height: 450px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
    letter-spacing: 0px;
    width: 100%;
  }

  .yc-page-text {
    margin-bottom: 40px;
  }
  .yc-page-text p {
    font-size: 14px !important;
  }
  .yc-page-text.yc-page-text-secondary p {
    font-size: 14px !important;
  }

  .yc-video-play img {
    width: 66px;
    height: 66px;
    margin: auto;
    display: block;
    cursor: pointer;
  }
  .yc-video-play img:hover {
    opacity: 0.7;
  }
}
.bg-black {
  background: #000;
  position: relative;
}
.bg-black:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(50%);
}

.bg-grey {
  background: #ececec;
  position: relative;
}
.bg-grey:after {
  content: "";
  background: #ececec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(50%);
}

.bg-white {
  background: #fff;
}

.yc-mtb-100 {
  margin: 100px 0;
}

.yc-m-200 {
  margin-top: 200px;
}

.yc-m-100 {
  margin-top: 100px;
}

.yc-plr-100 {
  padding: 0 100px;
}

.yc-plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.yc-pl-90 {
  padding-left: 90px;
}

.yc-pl-60 {
  padding-left: 60px !important;
}

.yc-ptb-100 {
  padding: 100px 0;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pr-5 {
  padding-right: 4.5rem !important;
}

.yc-plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.yc-plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

#classes-map img {
  width: 50%;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  #classes-map img {
    width: 100%;
  }

  .yc-plr-100 {
    padding: 0 0 !important;
  }

  .yc-plr-90 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .yc-pl-90 {
    padding-left: 0 !important;
  }

  .yc-pl-60 {
    padding-left: 0 !important;
  }

  .yc-m-200 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .yc-m-100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .yc-m-100 {
    margin-top: 50px;
  }

  .yc-m-200 {
    margin-top: 50px;
  }

  .yc-ptb-100 {
    padding: 50px 0;
  }

  .yc-ptb-100 {
    margin: 50px 0;
  }
}
/* Header */
.site-header {
  margin: 20px 0 0 0;
}
.site-header .site-topbar {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 18px;
  margin: 0;
}
.site-header .site-topbar .yc-social-media {
  justify-content: flex-start;
}
.site-header .site-topbar .yc-social-media img {
  width: 30px;
  height: 30px;
}
.site-header .site-topbar .yc-top-menu {
  display: flex;
  justify-content: flex-end;
}
.site-header .site-topbar .yc-top-menu ul {
  margin-bottom: 0;
}
.site-header .site-topbar .yc-top-menu ul li {
  list-style: none;
  display: inline-block;
}
.site-header .site-topbar .yc-top-menu ul a {
  font-size: 14px;
  text-decoration: none;
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
  margin: 28px 0 34px !important;
}
.site-header .site-navigation.yc-navbar-mobile {
  display: none;
}
.site-header .site-navigation img {
  width: 180px;
  margin: auto;
  display: block;
}
.site-header .site-navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.site-header .site-navigation ul a {
  font-family: your-circle-regular;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
  z-index: 99999;
}
.site-header .site-navigation ul a:first-child {
  margin: 0 0;
}
.site-header .site-navigation ul a:last-child {
  margin: 0 0;
}
.site-header .site-navigation ul a:hover {
  text-decoration: none;
}
.site-header .site-navigation ul ul {
  position: absolute;
  width: 195px;
  background: #fff;
  padding: 40px 20px 20px 20px !important;
  z-index: 9999;
  box-shadow: 0px 0px 5px #00000059;
  margin: -40px 0 0 -20px;
  display: none;
}
.site-header .site-navigation ul ul li {
  width: 100%;
  margin-top: 10px;
}
.site-header .site-navigation ul ul li a {
  color: #6D6E71;
  font-size: 12px;
  letter-spacing: 1.2;
}
.site-header .site-navigation ul ul li a:hover {
  color: #000;
}
.site-header .site-navigation ul ul:first-of-type {
  z-index: 999;
}
.site-header .site-navigation .menu-item-has-children {
  position: relative;
}
.site-header .site-navigation .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -17px;
  margin-left: 5px;
  background-image: url("../../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 12px;
  z-index: 99999;
}
.site-header .header-widgets p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: lineto-brown-bold;
  letter-spacing: 6.4px;
  padding: 10px 0;
  font-size: 14px;
}
.site-header .header-widgets a {
  border-bottom: 1px solid #dba55d;
  text-decoration: none;
  padding-bottom: 2px;
  color: #dba55d;
}
.site-header .header-widgets a:hover {
  color: #C29151;
}
.site-header .wpml-ls-item {
  font-family: lineto-brown-bold;
  letter-spacing: 1.2px;
  font-size: 14px;
}
.site-header .wpml-ls-item a {
  font-size: 14px !important;
}
.site-header .wpml-ls-first-item {
  margin-left: 10px;
}
.site-header .wpml-ls-first-item a {
  margin-right: 4px;
}
.site-header .wpml-ls-first-item .wpml-ls-link .wpml-ls-display {
  padding: 5px 10px;
}
.site-header .wpml-ls-first-item .wpml-ls-link .wpml-ls-native {
  padding: 5px 10px;
}
.site-header .wpml-ls-first-item .wpml-ls-link:after {
  content: "|";
  font-family: lineto-brown-bold;
  font-size: 12px;
}

/* Site Header */
.site-hero {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.site-hero .yc-video-play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 1440px) {
  .site-header .site-navigation img {
    width: 148px;
  }
  .site-header .site-navigation ul a {
    font-size: 11px;
  }
  .site-header .site-navigation ul ul li {
    margin-top: 5px;
  }
  .site-header .site-navigation ul ul li a {
    color: #6D6E71;
    font-size: 10px;
    letter-spacing: 1.2;
  }
  .site-header .header-widgets p {
    font-size: 10px;
  }
  .site-header .site-topbar .yc-social-media img {
    width: 20px;
    height: 20px;
  }
  .site-header .wpml-ls-item {
    font-family: lineto-brown-bold;
    letter-spacing: 1.2px;
    font-size: 10px;
  }
  .site-header .wpml-ls-item a {
    font-size: 10px !important;
  }
  .site-header .wpml-ls-first-item {
    margin-left: 10px;
  }
  .site-header .wpml-ls-first-item a {
    margin-right: 4px;
  }
  .site-header .wpml-ls-first-item .wpml-ls-link .wpml-ls-display {
    padding: 5px 10px;
  }
  .site-header .wpml-ls-first-item .wpml-ls-link .wpml-ls-native {
    padding: 5px 10px;
  }
  .site-header .wpml-ls-first-item .wpml-ls-link:after {
    content: "|";
    font-family: lineto-brown-bold;
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .site-hero {
    height: 300px;
  }

  .site-header {
    margin: 9px 0 0 0;
  }
  .site-header .site-navigation.yc-navbar-desktop {
    display: none !important;
  }
  .site-header .site-navigation.yc-navbar-mobile {
    display: flex !important;
    align-items: center;
    margin: 12px 0 !important;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-toggle {
    float: right;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-toggle span {
    background: #000;
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 5px;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-toggle:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal {
    display: none;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9900;
    opacity: 0.9;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal .yc-hamburguer-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: lineto-brown-bold;
    font-size: 30px;
    color: #fff;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal .yc-hamburguer-close:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal ul {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal ul li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .site-header .site-navigation.yc-navbar-mobile .yc-hamburguer-modal ul li a {
    color: #fff !important;
    font-size: 18px;
  }
  .site-header .site-navigation img {
    display: inline-block !important;
    width: 100px;
  }
  .site-header .header-widgets p {
    letter-spacing: 2.8px;
  }
}
/* Footer Widgets */
.footer-widgets {
  padding: 100px 0;
}
.footer-widgets h2 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 67px !important;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.form-mail {
  padding-top: 86px;
}
.form-mail input[type=email] {
  border-color: white !important;
  background-color: white !important;
}
.form-mail .btn {
  margin-top: 10px;
  background: #DBA55D;
  font-family: lineto-brown-bold;
  font-size: 11px;
  padding: 11px 22px;
  color: #000;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  float: right;
  width: 190px !important;
  border-color: #DBA55D;
}
.form-mail .btn:hover {
  color: black;
  background: #C29151;
  border-color: #C29151;
}

/* Footer */
.site-footer {
  padding: 70px 0;
}
.site-footer .yc-footer-logo img {
  width: 200px;
}
.site-footer .yc-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.site-footer .yc-footer-menu ul a {
  font-family: lineto-brown-bold;
  font-size: 16px;
  margin: 0 20px;
  text-decoration: none;
  color: #fff;
}
.site-footer .yc-footer-menu ul a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-footer .yc-social-media {
  justify-content: flex-end;
}
.site-footer .yc-social-media img {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1440px) {
  .footer-widgets {
    padding: 100px 0;
  }
  .footer-widgets h2 {
    font-size: 45px !important;
  }
  .footer-widgets .textwidget p {
    font-size: 16px !important;
  }
  .footer-widgets .textwidget p strong {
    font-size: 13px;
  }

  .site-footer {
    padding: 50px 0;
  }
  .site-footer .yc-footer-logo img {
    width: 168px;
  }
  .site-footer .yc-footer-menu ul a {
    font-size: 12px;
  }
  .site-footer .yc-social-media img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .form-mail {
    padding-top: 0px;
  }

  .footer-widgets {
    padding: 50px 0;
  }
  .footer-widgets h2 {
    font-size: 36px !important;
    letter-spacing: 0;
  }
  .footer-widgets .textwidget p {
    font-size: 14px !important;
  }
  .footer-widgets .textwidget p strong {
    font-size: 13px;
  }

  .site-footer {
    padding: 70px 0;
  }
  .site-footer ul li {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .site-footer .yc-footer-logo img {
    display: block;
    margin: auto;
    width: 160px;
  }
  .site-footer .yc-social-media {
    justify-content: center;
    margin-top: 20px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-message {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table th {
  font-family: lineto-brown-bold;
  font-size: 25px;
  padding: 0;
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table th:first-child {
  text-align: left;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td {
  padding: 50px 0;
  border-top: none;
  border-bottom: 1px solid #D9DBDB;
  text-align: center;
  color: #848689;
  font-family: your-circle-regular;
  font-size: 22px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td:first-child {
  text-align: left;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table td input {
  border: 1px solid #000;
  padding: 10px 0;
  background: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table a {
  color: #848689;
  text-decoration: none;
  font-family: your-circle-regular;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table a:hover {
  text-decoration: underline;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .remove {
  color: #000 !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .remove:hover {
  background: transparent;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  border: none;
  background: #F7F8F8;
  border-radius: 0;
  padding: 20px;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  font-size: 21px;
  text-transform: uppercase;
  color: #000 !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
  color: #848689;
  font-size: 22px;
  font-family: your-circle-regular;
  background: transparent !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td small {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  background: #F7F8F8;
  padding: 200px 40px 30px 40px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #7DC779;
  color: #000;
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 22px;
  width: 100%;
  letter-spacing: 2.3px;
  margin: auto;
  border-radius: 50px;
  padding: 13px 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #86d682;
}

@media only screen and (max-width: 1440px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form th {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form td {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals th {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals td {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form th {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form td {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals th {
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals td {
    font-size: 16px !important;
  }
}
.woocommerce-checkout .woocommerce h3 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 30px !important;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce label {
  font-family: lineto-brown-bold;
  font-size: 15px;
}
.woocommerce-checkout .woocommerce input {
  background: #ebebeb;
  margin-bottom: 10px !important;
}
.woocommerce-checkout .woocommerce .select2-selection {
  border: none;
  background: #ebebeb;
  border-radius: 0;
  padding: 10px 20px;
  height: auto;
  font-size: 15px;
  font-family: lineto-brown-bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  background: #F7F8F8;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table {
  border: none;
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table th {
  font-size: 22px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table td {
  font-size: 22px;
  color: #848689;
  font-weight: 400;
  font-family: your-circle-regular;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment {
  background: #F7F8F8 !important;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul {
  border-bottom: none !important;
  margin: 0 40px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul li label {
  font-size: 22px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul li input {
  width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order {
  padding: 0 40px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
  background-color: #DBA55D !important;
  color: #000 !important;
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 22px;
  width: 70%;
  margin: auto;
  border-radius: 50px;
  margin: auto;
  display: block;
  margin: 30px auto 20px auto;
  float: none !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:hover {
  background: #7DC779 !important;
}

@media only screen and (max-width: 1440px) {
  .woocommerce-checkout .woocommerce #order_review_heading {
    margin-top: 50px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table th {
    font-size: 16px !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table td {
    font-size: 16px !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul li label {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
    letter-spacing: 2.3px;
    font-size: 18px;
    width: 100%;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 992px) {
  #order_review_heading {
    margin-top: 50px;
  }

  .woocommerce-checkout-review-order table th {
    font-size: 16px !important;
  }
  .woocommerce-checkout-review-order table td {
    font-size: 16px !important;
  }
}
.yc-page-login {
  margin: 100px 0;
}
.yc-page-login h2 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 65px !important;
  text-transform: uppercase;
}
.yc-page-login input {
  border: none;
  width: 100%;
  padding: 17px 20px;
  margin-bottom: 10px;
  font-family: lineto-brown-bold;
  font-size: 15px;
  margin-bottom: 14px !important;
  background: #ebebeb;
}
.yc-page-login input:focus {
  outline: none;
}
.yc-page-login form.woocommerce-form-login {
  padding: 0;
  border: none;
}
.yc-page-login form.woocommerce-form-login p {
  padding: 0;
}
.yc-page-login form.woocommerce-form-login a {
  margin: 10px 0;
  display: inline-block;
  color: #aaa;
}
.yc-page-login form#wpmem_register_form legend {
  display: none;
}
.yc-page-login form#wpmem_register_form label {
  display: none;
}
.yc-page-login form#wpmem_register_form .req-text {
  display: none;
}
.yc-page-login form#wpmem_register_form .div_text {
  width: 100% !important;
}
.yc-page-login form#wpmem_register_form .div_text:nth-child(9) {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.yc-page-login form#wpmem_register_form .div_select {
  width: 100% !important;
}
.yc-page-login form#wpmem_register_form .button_div {
  text-align: left;
}
.yc-page-login form#wpmem_register_form input {
  border: none;
  background: #ebebeb;
  border-radius: 0;
  padding: 17px 20px;
  font-size: 15px;
  margin-bottom: 0 !important;
}
.yc-page-login form#wpmem_register_form select {
  border: none;
  background: #ebebeb;
  padding: 17px 20px;
  font-size: 15px;
  color: #2b2b2b !important;
  font-family: lineto-brown-bold;
}
.yc-page-login form#wpmem_register_form .buttons {
  background: #DBA55D;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-family: lineto-brown-bold;
  border-radius: 50px;
  border: none;
  padding: 17px 65px;
  margin-top: 20px;
  outline: none;
  width: 250px;
}
.yc-page-login form#wpmem_register_form .buttons:hover {
  background: #C29151;
  color: #000;
}
.yc-page-login form .button {
  background: #DBA55D;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-family: lineto-brown-bold;
  border-radius: 50px;
  border: none;
  padding: 17px 65px;
  margin-top: 20px;
  outline: none;
}
.yc-page-login form .button:hover {
  background: #C29151;
  color: #000;
}
.yc-page-login #wpmem_login_form {
  display: none !important;
}
.yc-page-login #wpmem_msg, .yc-page-login .wpmem_msg {
  margin-top: 40px;
  padding: 10px 0;
}
.yc-page-login ul {
  list-style: none;
}
.yc-page-login ul li a {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 1440px) {
  .yc-page-login h2 {
    font-size: 40px !important;
  }
  .yc-page-login form .button, .yc-page-login form .buttons {
    font-size: 11px;
    padding: 11px 22px;
  }
  .yc-page-login form#wpmem_register_form .button, .yc-page-login form#wpmem_register_form .buttons {
    font-size: 11px;
    padding: 11px 22px;
  }
}
@media only screen and (max-width: 992px) {
  .yc-page-login {
    margin: 50px 0;
  }
  .yc-page-login h2 {
    font-size: 36px !important;
  }
  .yc-page-login form .button, .yc-page-login form .buttons {
    font-size: 11px;
    padding: 11px 22px;
  }
  .yc-page-login form input {
    padding: 12px 14px;
    font-size: 14px;
  }
  .yc-page-login form textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  .yc-page-login .frm_submit .frm_button_submit {
    font-size: 12px;
  }
}
.yc-main-page {
  margin: 100px 0;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  margin-bottom: 20px !important;
}
.woocommerce-order-received .woocommerce ul li {
  font-size: 21px;
}
.woocommerce-order-received .woocommerce ul li strong {
  font-family: lineto-brown-bold;
  font-size: 21px;
}
.woocommerce-order-received .woocommerce table {
  background: #F7F8F8;
  padding: 40px;
  margin-top: 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 40px !important;
}
.woocommerce-order-received .woocommerce table th {
  font-family: lineto-brown-bold;
  font-size: 25px;
}
.woocommerce-order-received .woocommerce table td {
  color: #848689;
  font-family: your-circle-regular;
  font-size: 22px;
}
.woocommerce-order-received .woocommerce table td a {
  color: #848689;
  text-decoration: none;
}
.woocommerce-order-received .woocommerce table td a:hover {
  text-decoration: underline;
}
.woocommerce-order-received .woocommerce address {
  border: none;
  border-radius: 0;
  font-family: your-circle-regular;
  color: #848689;
  background: #F7F8F8;
  padding: 40px;
  margin-top: 20px;
  font-size: 20px;
}
.woocommerce-order-received .woocommerce address p {
  font-size: 20px;
  font-family: your-circle-regular;
}

@media only screen and (max-width: 992px) {
  .woocommerce-order-received .woocommerce ul li {
    margin: 20px 0 0 0 !important;
    float: none !important;
    border: none !important;
  }
}
.yc-page-classes {
  margin: 100px 0;
}
.yc-page-classes .yc-intensity-graph {
  border: 1px solid #e7e7e7;
  padding: 30px;
  margin-top: 30px;
}
.yc-page-classes .yc-intensity-graph .yc-intensity-title {
  font-family: lineto-brown-bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}
.yc-page-classes .yc-intensity-graph .yc-intensity-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.yc-page-classes .yc-intensity-graph .yc-intensity-legend span {
  font-family: lineto-brown-bold;
  font-size: 13px;
  text-transform: uppercase;
}
.yc-page-classes .yc-class {
  margin-top: 50px;
}
.yc-page-classes .yc-class:nth-child(1) {
  margin-top: 0;
}
.yc-page-classes .yc-class:nth-child(2) {
  margin-top: 0;
}
.yc-page-classes .yc-class .yc-class-image {
  position: relative;
}
.yc-page-classes .yc-class .yc-class-image img {
  height: 550px;
  object-fit: cover;
}
.yc-page-classes .yc-class .yc-class-image .yc-class-duration {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  letter-spacing: 1.5px;
  font-size: 16px;
}
.yc-page-classes .yc-class .yc-class-title {
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
}
.yc-page-classes .yc-class .yc-intensity {
  max-width: 250px;
  width: 100%;
  margin-top: 30px;
}
.yc-page-classes .bg-black {
  padding: 80px 50px;
}
.yc-page-classes .bg-black h1 {
  color: #fff;
}
.yc-page-classes .bg-black p {
  color: #fff;
}
.yc-page-classes .bg-black .yc-product-item.uc-product-item-first {
  margin-bottom: 40px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-image {
  position: relative;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-image .yc-product-duration {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-image .yc-product-title a {
  font-family: lineto-brown-bold;
  font-size: 22px;
  position: absolute;
  color: #fff;
  z-index: 9999;
  max-width: 450px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  letter-spacing: 1px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-image .yc-product-title a:hover {
  background: #fff;
  color: #000;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-image .yc-service-image-mask {
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box {
  border: 1px solid #fff;
  padding: 60px 30px;
  margin-top: 30px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box .yc-product-title {
  font-family: lineto-brown-bold;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box .yc-product-text1 {
  color: #fff;
  text-align: center;
  font-size: 29px;
  text-transform: uppercase;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box .yc-product-text2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box a {
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 6px 19px;
  border: 1px solid #fff;
  font-family: lineto-brown-bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  max-width: 230px;
}
.yc-page-classes .bg-black .yc-product-item .yc-product-box a:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .yc-page-classes .yc-intensity-graph .yc-intensity-legend span {
    font-size: 12px;
  }
  .yc-page-classes .yc-class .yc-class-image .yc-class-duration {
    font-size: 14px;
  }
  .yc-page-classes .yc-class .yc-class-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .yc-page-classes {
    margin: 50px 0;
  }
  .yc-page-classes .yc-product-item:last-child {
    margin-top: 50px !important;
  }
  .yc-page-classes .yc-product-item .yc-product-title a {
    font-size: 16px !important;
  }
  .yc-page-classes .yc-product-item .yc-product-box .yc-product-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .yc-page-classes .yc-product-item .yc-product-box .yc-product-text1 {
    font-size: 18px !important;
  }
  .yc-page-classes .yc-product-item .yc-product-box a {
    font-size: 12px !important;
    padding: 6px 15px !important;
  }
  .yc-page-classes .yc-intensity-graph {
    padding: 22px 30px;
    margin-top: 26px;
  }
  .yc-page-classes .yc-intensity-graph .yc-intensity-title {
    margin: 10px 0 22px 0;
  }
  .yc-page-classes .yc-class {
    margin-top: 50px !important;
  }
  .yc-page-classes .yc-class .yc-class-image img {
    height: 432px;
  }
  .yc-page-classes .yc-class .yc-class-image .yc-class-duration {
    font-size: 12px;
  }
  .yc-page-classes .yc-class .yc-class-title {
    font-size: 16px;
  }
  .yc-page-classes .bg-black {
    margin-top: 50px;
    padding: 50px 15px;
  }
  .yc-page-classes .bg-black .yc-product-item.uc-product-item-first {
    margin-bottom: 0;
  }
  .yc-page-classes .bg-black .yc-product-item .yc-product-image .yc-product-duration {
    font-size: 12px;
  }
}
.yc-page-safacircle {
  margin: 100px 0;
}
.yc-page-safacircle .yc-measure {
  margin-top: 70px;
}
.yc-page-safacircle .yc-measure:nth-child(1) {
  margin-top: 0;
}
.yc-page-safacircle .yc-measure:nth-child(2) {
  margin-top: 0;
}
.yc-page-safacircle .yc-measure:nth-child(3) {
  margin-top: 0;
}
.yc-page-safacircle .yc-measure img {
  width: 70px;
  height: 55px;
  margin-bottom: 20px;
}
.yc-page-safacircle .yc-uv {
  padding: 80px 50px;
  margin-top: 100px;
}
.yc-page-safacircle .yc-uv img {
  width: 90%;
  margin: auto;
  display: block;
}
.yc-page-safacircle .yc-uv img::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
}
.yc-page-safacircle .yc-uv-description {
  border-top: 1px solid #aaa;
  margin-top: 40px;
  padding-top: 40px;
}

@media only screen and (max-width: 992px) {
  .yc-page-safacircle .yc-measure {
    margin-top: 70px !important;
  }
  .yc-page-safacircle .yc-measure img {
    width: 80px;
    margin: 0 auto 20px auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-safacircle {
    margin: 50px 0;
  }
  .yc-page-safacircle .yc-measure {
    margin-top: 20px !important;
  }
  .yc-page-safacircle .yc-measure img {
    width: 60px;
    margin: 0 auto 14px auto;
    display: block;
  }
  .yc-page-safacircle .yc-uv {
    padding: 50px 15px;
    margin-top: 50px;
  }
}
.yc-page-prices .yc-price-background {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yc-page-prices .yc-price-background .yc-product-item {
  padding: 140px 80px 40px !important;
  font-family: lineto-brown-bold;
  min-height: 450px;
}
.yc-page-prices .yc-price-background .yc-product-item h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  letter-spacing: 4px;
}
.yc-page-prices .yc-price-background .yc-product-item .yc-price {
  margin: 20px auto 60px auto;
  width: 100%;
}
.yc-page-prices .yc-price-background .yc-product-item .yc-price .amount {
  padding: 0 5px;
  margin: auto;
  display: block;
  max-width: 70px;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  font-size: 23px;
  font-family: lineto-brown-light;
}
.yc-page-prices .yc-price-background .yc-product-item .yc-product-text {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #231F20;
  font-size: 16px;
  font-family: lineto-brown-light;
}
.yc-page-prices .yc-price-background .yc-product-item a {
  border-radius: 50px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  padding: 4px 19px;
  font-size: 16px;
  display: table;
  text-align: center;
  min-width: 90px;
  margin: auto;
  letter-spacing: 1.6px;
}
.yc-page-prices .yc-price-background .yc-product-item a:hover {
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .yc-page-prices .yc-price-background .yc-product-item {
    min-height: 344px;
    padding: 90px 60px 20px !important;
  }
  .yc-page-prices .yc-price-background .yc-product-item h3 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .yc-page-prices .yc-price-background .yc-product-item .yc-price {
    margin: 20px auto 40px auto;
  }
  .yc-page-prices .yc-price-background .yc-product-item .yc-price .amount {
    font-size: 18px;
  }
  .yc-page-prices .yc-price-background .yc-product-item a {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
}
@media only screen and (max-width: 1233px) {
  .yc-page-prices .yc-price-background .yc-product-item {
    padding: 140px 40px 40px !important;
    min-height: 460px !important;
  }
  .yc-page-prices .yc-price-background .yc-product-item h3 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-prices .yc-price-background {
    padding: 50px 0;
  }
  .yc-page-prices .yc-price-background .yc-product-item {
    padding: 60px 40px 40px !important;
    min-height: 290px !important;
  }
  .yc-page-prices .yc-price-background .yc-product-item h3 {
    font-size: 16px !important;
  }
}
.yc-page-space {
  margin: 100px 0;
}
.yc-page-space .yc-gallery .yc-gallery-item {
  margin: 40px 0 0 0px;
}
.yc-page-space .yc-gallery .yc-gallery-item:nth-child(1) {
  margin-top: 0;
}
.yc-page-space .yc-gallery .yc-gallery-item:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .yc-page-space .yc-gallery .yc-gallery-item:nth-child(1) {
    margin-top: 0;
  }
  .yc-page-space .yc-gallery .yc-gallery-item:nth-child(2) {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-space {
    margin: 50px 0;
  }
  .yc-page-space .yc-gallery .yc-gallery-item:nth-child(1) {
    margin-top: 0;
  }
  .yc-page-space .yc-gallery .yc-gallery-item:nth-child(2) {
    margin-top: 40px !important;
  }
}
.yc-page-services {
  margin: 100px 0;
}
.yc-page-services .yc-service {
  margin-top: 70px;
}
.yc-page-services .yc-service:first-child {
  margin-top: 0;
}
.yc-page-services .yc-service .yc-service-image {
  position: relative;
}
.yc-page-services .yc-service .yc-service-image .yc-service-title {
  font-family: lineto-brown-bold;
  font-size: 42px;
  letter-spacing: 4.2px;
  position: absolute;
  color: #fff;
  z-index: 9999;
  max-width: 520px;
  line-height: 55px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-transform: uppercase;
}
.yc-page-services .yc-service .yc-service-image .yc-service-image-mask {
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yc-page-services .yc-service .yc-service-subtitle {
  font-family: lineto-brown-bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 25px 0 10px 0;
}
.yc-page-services .yc-service .yc-service-text {
  font-family: lineto-brown-light;
  font-size: 18px;
}
.yc-page-services .yc-service .yc-service-text a {
  font-family: lineto-brown-bold;
  font-size: 16px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  padding: 6px 19px;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.yc-page-services .yc-service .yc-service-text a:hover {
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .yc-page-services .yc-service .yc-service-image .yc-service-title {
    font-size: 30px;
  }
  .yc-page-services .yc-service .yc-service-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .yc-page-services .yc-service .yc-service-text a {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
}
@media only screen and (max-width: 992px) {
  .yc-page-services .yc-service-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-services {
    margin: 50px 0;
  }
  .yc-page-services .yc-service-title {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .yc-page-services .yc-service {
    margin-top: 50px;
  }
  .yc-page-services .yc-service .yc-service-text a {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
  .yc-page-services .yc-service .yc-service-subtitle {
    letter-spacing: 1.6px;
  }
}
.yc-page-blog {
  margin: 100px 0;
}
.yc-page-blog .yc-post {
  margin-top: 70px;
}
.yc-page-blog .yc-post:first-child {
  margin-top: 0;
}
.yc-page-blog .yc-post .yc-post-image {
  position: relative;
}
.yc-page-blog .yc-post .yc-post-image .yc-post-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.yc-page-blog .yc-post h3 {
  font-family: lineto-brown-bold;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.yc-page-blog .yc-post h3 a {
  text-decoration: none;
}
.yc-page-blog .yc-post h3 a:hover {
  text-decoration: underline;
}
.yc-page-blog .yc-post .yc-post-readmore {
  font-family: lineto-brown-bold;
  font-size: 16px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: 7px 20px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.yc-page-blog .yc-post .yc-post-readmore:hover {
  color: #fff;
  background: #000;
}
.yc-page-blog .yc-pagination {
  margin-top: 60px;
}
.yc-page-blog .yc-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yc-page-blog .yc-pagination ul li {
  margin: 0 10px;
}
.yc-page-blog .yc-pagination ul li a {
  border: 1px solid #000;
  border-radius: 50px;
  font-family: lineto-brown-bold;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.yc-page-blog .yc-pagination ul li a:hover {
  color: #fff;
  background: #000;
}
.yc-page-blog .yc-pagination ul li.active a {
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 1440px) {
  .yc-page-blog .yc-post .yc-post-image .yc-post-date {
    font-size: 14px;
  }
  .yc-page-blog .yc-post h3 {
    font-size: 16px;
  }
  .yc-page-blog .yc-post .yc-post-readmore {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-blog {
    margin: 50px 0;
  }
  .yc-page-blog .yc-post .yc-post-image .yc-post-date {
    font-size: 12px;
  }
  .yc-page-blog .yc-post .yc-post-image img {
    height: 351px;
    object-fit: cover;
  }
  .yc-page-blog .yc-post .yc-post-readmore {
    font-size: 12px;
  }
}
.yc-page-post {
  margin: 0 0 100px;
}
.yc-page-post h1 {
  text-align: center;
  width: 100%;
}
.yc-page-post .yc-post-meta {
  text-align: center;
}
.yc-page-post .yc-post-meta span {
  color: #aaa;
  font-size: 20px;
}
.yc-page-post .yc-post-meta span:first-child {
  border-right: 1px solid #e7e7e7;
  padding-right: 10px;
  margin-right: 10px;
}
.yc-page-post .yc-featured-image {
  height: 500px;
  margin: 0 0 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yc-page-post p {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .yc-page-post {
    margin: 50px 0;
  }
  .yc-page-post h1 {
    margin-bottom: 5px !important;
  }
  .yc-page-post .yc-post-meta span {
    font-size: 14px;
  }
  .yc-page-post .yc-featured-image {
    height: 330px;
  }
}
.yc-page-contacts {
  margin: 100px 0;
}
.yc-page-contacts h2 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 65px !important;
  text-transform: uppercase;
}
.yc-page-contacts .yc-more-contacts {
  margin-top: 20px;
}
.yc-page-contacts .yc-more-contacts .yc-contact {
  display: flex;
  margin-top: 20px;
}
.yc-page-contacts .yc-more-contacts .yc-contact p {
  font-family: lineto-brown-bold;
}
.yc-page-contacts .yc-more-contacts .yc-contact div {
  margin-left: 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: left;
}
.yc-page-contacts .yc-more-contacts .yc-contact img {
  width: 32px;
  height: 32px;
}
.yc-page-contacts label {
  display: none;
}
.yc-page-contacts input {
  border: none;
  width: 100%;
  padding: 17px 20px;
  margin-bottom: 10px;
  font-family: lineto-brown-bold;
  font-size: 15px;
}
.yc-page-contacts input:focus {
  outline: none;
}
.yc-page-contacts textarea {
  padding: 17px 20px;
  border: none;
  font-family: lineto-brown-bold;
  font-size: 15px;
  resize: none;
}
.yc-page-contacts textarea:focus {
  outline: none;
}
.yc-page-contacts .frm_submit {
  display: flex;
  justify-content: flex-end;
}
.yc-page-contacts .frm_submit .frm_button_submit {
  background: #DBA55D;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-family: lineto-brown-bold;
  border-radius: 50px;
  border: none;
  padding: 8px 65px;
  margin-top: 20px;
  outline: none;
}
.yc-page-contacts .frm_submit .frm_button_submit:hover {
  background: #C29151;
}
.yc-page-contacts .frm_half {
  grid-column: span 12 !important;
}
.yc-page-contacts .frm_error_style {
  color: red;
}
.yc-page-contacts .frm_error {
  color: red;
}
.yc-page-contacts .yc-contacts-form input {
  background: #fff;
}
.yc-page-contacts .yc-work-form input {
  background: #ececec;
}
.yc-page-contacts .yc-work-form textarea {
  background: #ececec;
}
.yc-page-contacts .yc-work-form .btn {
  background: #DBA55D;
  font-family: lineto-brown-bold;
  font-size: 15px;
  color: #000;
  border-radius: 50px;
  padding: 14px 22px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1440px) {
  .yc-page-contacts .frm_submit .frm_button_submit {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
  .yc-page-contacts h2 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 992px) {
  .yc-page-contacts h2 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-contacts {
    margin: 50px 0;
  }
  .yc-page-contacts h2 {
    font-size: 36px !important;
    letter-spacing: 0px;
    width: 100%;
  }
  .yc-page-contacts .yc-more-contacts .yc-contact img {
    width: 24px;
    height: 24px;
  }
  .yc-page-contacts input {
    padding: 12px 14px;
    font-size: 14px;
  }
  .yc-page-contacts textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  .yc-page-contacts .frm_submit .frm_button_submit {
    font-size: 12px;
  }
}
.yc-page-concept {
  margin: 0 0 100px 0;
}
.yc-page-concept .yc-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 300px 0;
}
.yc-page-concept .yc-hero h1 {
  font-family: lineto-brown-light;
  margin-bottom: 40px;
  letter-spacing: 3px;
  line-height: 80px;
  font-weight: 300 !important;
}
.yc-page-concept .yc-hero h1 p {
  font-size: 58px;
}
.yc-page-concept .yc-hero a {
  background: #DBA55D;
  font-family: lineto-brown-bold;
  font-size: 15px;
  color: #000;
  border-radius: 50px;
  padding: 14px 22px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.yc-page-concept .yc-hero a:hover {
  background: #C29151;
}
.yc-page-concept h2 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 64px !important;
  text-transform: uppercase;
  letter-spacing: -2px;
  width: 80%;
}
.yc-page-concept p {
  font-size: 22px;
}
.yc-page-concept .yc-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
}
.yc-page-concept .yc-background .yc-video-class {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.yc-page-concept .yc-background .yc-video-class .embed-responsive-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.yc-page-concept .yc-background .yc-video-class .yc-video-play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.yc-page-concept .yc-background.no-background {
  background-image: none !important;
}
.yc-page-concept .yc-background.no-background .yc-video-class .embed-responsive-item {
  z-index: 99;
}
.yc-page-concept .bg-black {
  padding: 80px 50px;
}
.yc-page-concept .bg-black h2 {
  color: #fff;
}
.yc-page-concept .bg-black .yc-equipament-title {
  color: #fff;
}
.yc-page-concept .bg-black p {
  color: #fff;
}
.yc-page-concept .yc-equipament {
  margin-top: 50px;
}
.yc-page-concept .yc-equipament:nth-child(1) {
  margin-top: 0;
}
.yc-page-concept .yc-equipament:nth-child(2) {
  margin-top: 0;
}
.yc-page-concept .yc-equipament .yc-equipament-title {
  text-transform: uppercase;
  font-family: lineto-brown-bold;
  font-size: 20px;
  margin: 20px 0 10px 0;
  letter-spacing: 2px;
}
.yc-page-concept .yc-equipament img {
  height: 550px;
  object-fit: cover;
}
.yc-page-concept .yc-equipament p {
  font-size: 16px !important;
}
.yc-page-concept .yc-trainer {
  margin-top: 50px;
}
.yc-page-concept .yc-trainer:nth-child(1) {
  margin-top: 0;
}
.yc-page-concept .yc-trainer:nth-child(2) {
  margin-top: 0;
}
.yc-page-concept .yc-trainer .yc-trainer-title {
  font-family: lineto-brown-bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}
.yc-page-concept .yc-trainer p {
  font-size: 16px !important;
}
.yc-page-concept .yc-trainer .yc-trainer-image img {
  height: 460px;
  object-fit: cover;
  object-position: center;
}
.yc-page-concept .yc-team {
  margin-top: 50px;
}
.yc-page-concept .yc-team:nth-child(1) {
  margin-top: 0;
}
.yc-page-concept .yc-team:nth-child(2) {
  margin-top: 0;
}
.yc-page-concept .yc-team:nth-child(3) {
  margin-top: 0;
}
.yc-page-concept .yc-team img {
  filter: grayscale(100%);
}
.yc-page-concept .yc-team img:hover {
  filter: grayscale(0%);
}
.yc-page-concept .yc-team .yc-team-title {
  font-family: lineto-brown-bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.yc-page-concept .yc-team .yc-team-position {
  color: #808080;
  margin-bottom: 15px;
  font-size: 20px;
}
.yc-page-concept .yc-team p {
  font-size: 16px !important;
}
.yc-page-concept .yc-testimonial {
  margin-bottom: 50px;
}
.yc-page-concept .yc-testimonial .yc-testimonial-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}
.yc-page-concept .yc-testimonial .yc-testimonial-image .yc-video-class {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.yc-page-concept .yc-testimonial .yc-testimonial-image .yc-video-class .embed-responsive-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.yc-page-concept .yc-testimonial .yc-testimonial-image .yc-video-class .yc-video-play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.yc-page-concept .yc-testimonial .yc-testimonial-image.no-background {
  background-image: none !important;
}
.yc-page-concept .yc-testimonial .yc-testimonial-image.no-background .yc-video-class .embed-responsive-item {
  z-index: 99;
}

@media only screen and (max-width: 1440px) {
  .yc-page-concept h1 p {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .yc-page-concept h2 {
    font-size: 50px !important;
    line-height: 1.1;
  }
  .yc-page-concept p {
    font-size: 18px !important;
  }
  .yc-page-concept .yc-hero a {
    font-size: 11px;
    padding: 11px 22px;
  }
  .yc-page-concept .yc-equipament img {
    height: 432px;
  }
  .yc-page-concept .yc-equipament .yc-equipament-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-equipament p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-team .yc-team-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-team p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-trainer .yc-trainer-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-trainer p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 992px) {
  .yc-page-concept h1 p {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .yc-page-concept h2 {
    font-size: 50px !important;
  }
  .yc-page-concept p {
    font-size: 20px !important;
  }
  .yc-page-concept .yc-hero a {
    font-size: 11px;
    padding: 11px 22px;
  }
  .yc-page-concept .yc-equipament img {
    height: 432px;
  }
  .yc-page-concept .yc-equipament .yc-equipament-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-equipament p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-team .yc-team-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-team p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-trainer .yc-trainer-title {
    font-size: 16px;
  }
  .yc-page-concept .yc-trainer p {
    font-size: 14px !important;
  }
  .yc-page-concept .bg-black {
    padding: 80px 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .yc-page-concept {
    margin: 0 0 50px 0;
  }
  .yc-page-concept .yc-hero {
    background-position: 38%;
    padding: 88px 0 242px 0;
  }
  .yc-page-concept .yc-hero h1 p {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .yc-page-concept .yc-equipament:nth-child(2) {
    margin-top: 50px !important;
  }
  .yc-page-concept .yc-trainer:nth-child(2) {
    margin-top: 50px !important;
  }
  .yc-page-concept .yc-team:nth-child(2) {
    margin-top: 50px !important;
  }
  .yc-page-concept .yc-team:nth-child(3) {
    margin-top: 50px !important;
  }
  .yc-page-concept .yc-testimonial:nth-child(4) {
    margin-top: 50px !important;
  }
  .yc-page-concept h1 p {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .yc-page-concept h2 {
    font-size: 36px !important;
    letter-spacing: 0px;
    width: 100%;
  }
  .yc-page-concept p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-trainer .yc-trainer-title {
    font-size: 16px !important;
  }
  .yc-page-concept .yc-trainer p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-equipament .yc-equipament-title {
    font-size: 16px !important;
  }
  .yc-page-concept .yc-equipament p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-team .yc-team-title {
    font-size: 16px !important;
  }
  .yc-page-concept .yc-team p {
    font-size: 14px !important;
  }
  .yc-page-concept .yc-background {
    height: 300px;
  }
  .yc-page-concept .bg-black {
    padding: 50px 12px !important;
  }
}
