/**



 * Table of Contents:



 *



 * 1.0 - Reset



 * 2.0 - Common Format



 * 3.0 - Repeatable Patterns



 * 4.0 - Basic Structure



 * 5.0 - Header



 *   5.1 - Site Header



 *   5.2 - Navigation



 * 6.0 - Content



 * 7.0 - Footer



 * ----------------------------------------------------------------------------



 */
/**



 * 1.0 Reset



 *



 * Modified from Normalize.css to provide cross-browser consistency and a smart



 * default styling of HTML elements.



 *



 * @see http://git.io/normalize



 * ----------------------------------------------------------------------------



 */
* {
  outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

html,
button,
input,
select,
textarea {
  font-family: 'Libre Franklin', sans-serif; }

a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 18px; }

code,
kbd,
pre,
samp {
  font-family: 'Lato',Helvetica, sans-serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  color: #666;
  font-family: 'Lato',Helvetica, sans-serif;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.35em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

.menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square; }

ul.menu-main,
ol.menu-main {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  /* border-collapse: collapse;

 

   border-spacing: 0; */
  font-size: 14px;
  width: 100%; }

caption,
th,
td {
  /* font-weight: normal;

 

   text-align: left; */ }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  /* font-weight: bold;

 

   text-transform: uppercase; */ }

td {
  /*  padding: 6px 10px 6px 0; */ }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background: #e1e1e1;
  border: 0;
  height: 1px;
  margin: 0 0 18px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/**

 

  * 2.0 COMMON FORMAT

 

  */
/*_Media*/
.media {
  margin: 10px; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgr {
  float: right;
  margin-left: 10px; }

/*_Float*/
.listh {
  overflow: hidden; }

.right, .colr {
  float: right; }

.left, .col, .col1, .col2, .col3, .col4, .listh li {
  float: left; }

/*_Inner*/
.noborder {
  border: 0 !important; }

input[type='submit'], input[type='button'] {
  cursor: pointer; }

strong {
  font-weight: bold !important; }

.italic {
  font-style: italic !important; }

.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.rounded {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/**

 

  * 3.0 Repeatable Patterns

 

  */
/**

 

  * 4.0 Basic Structure

 

  */
.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-content {
  overflow: hidden; }

img.img-full, .img-full img {
  width: 100% !important;
  height: auto !important; }

img.img-full-height {
  height: 100% !important;
  width: auto !important; }

.font_fjalla, body #main-header #menu-main-menu li a, body.home h1, body.home h2, body #top-banner a, body #block-mid a, body #block-bot .block-content a, body .wrap-frm-contact input[type="submit"], body #block-contact .address, body footer h3, body footer .block-content, body h1, body h2, body h3, body #main-content.content-training .quote, body #main-content.content-training #wrap-block-content .text-content-page h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400; }

body {
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.8em;
  text-transform: none;
  color: #000;
  background: #4eb153;
  font-family: 'Libre Franklin', sans-serif; }
  body .container-fluid {
    padding: 0 150px; }
  body #main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 99999; }
    body #main-header #logo {
      max-width: 160px;
      display: block; }
      body #main-header #logo img {
        width: 100%;
        height: auto; }
    body #main-header .wrap-menu {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-box; }
    body #main-header #menu-main-menu {
      text-align: right;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      body #main-header #menu-main-menu:hover li a {
        opacity: 0.5; }
      body #main-header #menu-main-menu:hover li:hover a, body #main-header #menu-main-menu:hover li.menu-item-home a {
        opacity: 1 !important; }
      body #main-header #menu-main-menu li {
        display: inline-block;
        text-align: center;
        margin: 0 0 0 30px; }
        body #main-header #menu-main-menu li a {
          color: #2fb136;
          -webkit-transition: all 170ms ease-in-out;
          -moz-transition: all 170ms ease-in-out;
          -ms-transition: all 170ms ease-in-out;
          -o-transition: all 170ms ease-in-out;
          transition: all 170ms ease-in-out;
          font-style: normal;
          font-size: 21px;
          letter-spacing: .06em;
          text-transform: uppercase; }
  body.home h1, body.home h2 {
    font-size: 54px;
    letter-spacing: .01em;
    line-height: 1.3em;
    margin: 0 0 50px;
    padding: 0; }
  body #top-banner {
    padding: 450px 0;
    background-position-y: -190px;
    background-position-x: 165px;
    color: #fff;
    background-repeat: no-repeat;
    background-color: #000; }
    body #top-banner a {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: .1em;
      padding: 0 30px;
      color: #fff; }
      body #top-banner a:hover {
        opacity: 0.8; }
    body #top-banner .img-block {
      margin: 50px 0 0; }
  body #block-mid {
    padding: 350px 0;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0 -90px; }
    body #block-mid .text-content {
      width: 70%;
      line-height: 25px;
      margin: 0 0 50px; }
    body #block-mid a {
      padding: 20px 40px;
      background: #000;
      margin: 0 0 50px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: .1em; }
      body #block-mid a:hover {
        opacity: 0.5; }
  body #block-bot {
    padding: 100px 0 200px; }
    body #block-bot .block-content {
      padding: 100px 0 0; }
      body #block-bot .block-content .text-content {
        width: 70%;
        line-height: 25px;
        margin: 0 0 50px; }
      body #block-bot .block-content a {
        padding: 15px 30px;
        margin: 0 0 50px;
        color: #000;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: .1em;
        border: 2px solid #000; }
        body #block-bot .block-content a:hover {
          color: #fff;
          background: #000; }
  body .wrap-frm-contact {
    margin: 0 0 50px; }
    body .wrap-frm-contact label {
      display: block; }
      body .wrap-frm-contact label.sub {
        margin: 5px 0 0; }
    body .wrap-frm-contact p {
      margin: 0; }
    body .wrap-frm-contact textarea {
      height: 120px; }
    body .wrap-frm-contact input[type="submit"] {
      display: inline-block;
      width: auto;
      height: auto;
      padding: 1em 2.5em;
      font-size: 14px;
      color: #fff;
      background-color: #c43708;
      border: 1px solid #c43708;
      text-transform: uppercase;
      letter-spacing: .12em; }
    body .wrap-frm-contact .wpcf7-not-valid-tip, body .wrap-frm-contact .wpcf7-validation-errors {
      padding: 5px 10px;
      color: #fff;
      background: #cc3b3b;
      border: none !important;
      display: inline-block ;
      margin: 5px 0 0; }
    body .wrap-frm-contact .invalid label {
      color: #c43708; }
  body #block-contact .text-content {
    margin: 0 0 50px; }
  body footer {
    background: #000;
    margin: 50px 0 0;
    padding: 30px 0; }
    body footer h3 {
      color: #a6a6a6;
      font-size: 13px;
      margin: 0;
      padding: 0 0 10px;
      letter-spacing: .06em;
      line-height: 1em; }
    body footer .block-content {
      font-size: 13px;
      letter-spacing: .06em;
      line-height: 20px;
      color: #fff; }
  body .color-green {
    color: #4eb153 !important; }
  body #top-banner-page {
    padding: 175px 0;
    background-position: center -300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    margin: 0 0 100px; }
    body #top-banner-page.top-banner-page-service {
      background-position-y: -1170px; }
    body #top-banner-page.top-banner-page-fernando {
      background-position-y: -980px; }
  body h1 {
    font-style: normal;
    font-size: 54px;
    letter-spacing: .01em;
    line-height: 1.3em;
    text-transform: none;
    margin: 0 0 30px;
    padding: 0; }
  body h2 {
    font-size: 32px;
    letter-spacing: .02em;
    line-height: 1.3em;
    text-transform: none;
    margin: 0 0 30px;
    padding: 0; }
  body h3 {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.3em;
    text-transform: none;
    margin: 0 0 30px;
    padding: 0; }
  body .wrap-video iframe {
    height: 450px; }
  body #main-content .page-text-content {
    font-size: 12px;
    line-height: 20px; }
    body #main-content .page-text-content img {
      max-width: 100%; }
      body #main-content .page-text-content img.size-full, body #main-content .page-text-content img.size-img_square {
        width: 100%;
        height: auto; }
  body #main-content.content-training .quote {
    margin: 50px 0 0;
    font-size: 32px;
    letter-spacing: .02em;
    line-height: 1.3em;
    text-transform: none; }
  body #main-content.content-training #wrap-block-content {
    margin: 50px 0 0; }
    body #main-content.content-training #wrap-block-content .img-full {
      margin: 0 0 30px; }
    body #main-content.content-training #wrap-block-content .text-content-page {
      font-size: 12px; }
      body #main-content.content-training #wrap-block-content .text-content-page h3 {
        font-size: 13px;
        letter-spacing: .06em;
        line-height: 1.4em;
        text-transform: uppercase;
        margin: 0 0 20px;
        padding: 0; }
  body #main-content .item-slide img {
    width: 100%;
    height: auto; }
  body #main-content .slideshow-page {
    margin: 0 0 20px; }
  body #main-content .slick-btn {
    position: absolute;
    top: 50%;
    outline: none;
    color: #fff !important;
    z-index: 999;
    font-size: 14px;
    line-height: 40px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.12);
    display: inline-block;
    padding: 10px;
    border: none; }
    body #main-content .slick-btn:hover {
      background-color: rgba(0, 0, 0, 0.7); }
    body #main-content .slick-btn.prev {
      left: 0; }
    body #main-content .slick-btn.next {
      right: 0; }
  body #main-content .wrap-slide-page {
    margin: 0 0 30px; }
  body #main-content .content-bottom {
    margin: 30px 0 0; }
  body #main-content .item-media {
    margin: 0 0 30px; }
  body #main-content .content-contact h3 {
    margin: 0 0 10px; }
  body .menu-phone {
    display: none;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    z-index: 99999;
    cursor: pointer; }
    body .menu-phone .line {
      display: block;
      background: #4eb153;
      width: 30px;
      height: 3px;
      position: absolute;
      left: 0;
      border-radius: 1.5px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
      body .menu-phone .line.line-1 {
        top: 0; }
      body .menu-phone .line.line-2 {
        top: 50%; }
      body .menu-phone .line.line-3 {
        top: 100%; }
    body .menu-phone:hover .line {
      background: #fff; }
    body .menu-phone:hover .line-1 {
      transform: translateY(-1.5px);
      -webkit-transform: translateY(-1.5px);
      -moz-transform: translateY(-1.5px); }
    body .menu-phone:hover .line-3 {
      transform: translateY(1.5px);
      -webkit-transform: translateY(1.5px);
      -moz-transform: translateY(1.5px); }
    body .menu-phone.open .line {
      background: #fff; }
    body .menu-phone.open .line-1 {
      transform: translateY(10px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
    body .menu-phone.open .line-2 {
      opacity: 0; }
    body .menu-phone.open .line-3 {
      transform: translateY(-10px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }
.woocommerce .product .images{width: 100% !important;}
.woocommerce .product .product_title{font-size: 36px;}
.woocommerce .product .price{font-size: 24px !important; color:#000 !important;}
.woocommerce .product .woocommerce-tabs ul.tabs{margin-bottom:0 !important;}
.woocommerce .product .woocommerce-tabs ul.tabs::before{border-bottom:0 !important;}
.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel{padding:30px !important; border: 1px solid #d3ced2 !important; box-shadow: none !important;}
#tab-title-additional_information , #tab-title-reviews , .yikes-custom-woo-tab-title, #tab-description h2 {display:none!important;
}

.woocommerce .woocommerce-tabs table td:nth-child(2n+1) {
    background-color: rgba(0,0,0,.1) !important;
}
.woocommerce .woocommerce-tabs table td {
    border: 1px solid rgba(0,0,0,.3) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {text-transform: uppercase;
}
.woocommerce-loop-product__title {font-size: 13px!important;padding:20px 10px!important;

}
.products.columns-3 li .woocommerce-loop-product__title {color:#000;
        -webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
                -moz-transition: color 0.5s; /* For Safari 3.0 to 6.0 */

        -o-transition: color 0.5s; /* For Safari 3.0 to 6.0 */

        transition: color 0.5s; /* For modern browsers */
        background:#4EB153;
        position: relative;
    z-index: 99;
}
.woocommerce-loop-product__title {color:#000;
}
.products.columns-3 li:hover .woocommerce-loop-product__title {color:#B13624;}

.products.columns-3 li {border: 1px solid #fff;
 -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
  overflow:hidden;
 min-height: 400px;
}
.products.columns-3 li:hover {border: 1px solid #B13624;
}
.products.columns-3 li a img {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin:0!important;
}

.products.columns-3 li a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
    transform: scale(1.1);
}
.yith_magnifier_thumbnail {width:116px!important;
}
.thumbnails.noslider {display:table;
margin:auto;
}

#sm-links{
  padding:25px;
}
