
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



        
        .col {
            margin-left:5.5%;
            padding:0 0%;
        }
        
        .col:first-child {
            margin-left:0;
        }
        

        .span_1 {
            width:-1.10416666667%;
        }
        .span_2 {
            width:3.29166666667%;
        }
        .span_3 {
            width:7.6875%;
        }
        .span_4 {
            width:12.0833333333%;
        }
        .span_5 {
            width:16.4791666667%;
        }
        .span_6 {
            width:20.875%;
        }
        .span_7 {
            width:25.2708333333%;
        }
        .span_8 {
            width:29.6666666667%;
        }
        .span_9 {
            width:34.0625%;
        }
        .span_10 {
            width:38.4583333333%;
        }
        .span_11 {
            width:42.8541666667%;
        }
        .span_12 {
            width:47.25%;
        }
        .span_13 {
            width:51.6458333333%;
        }
        .span_14 {
            width:56.0416666667%;
        }
        .span_15 {
            width:60.4375%;
        }
        .span_16 {
            width:64.8333333333%;
        }
        .span_17 {
            width:69.2291666667%;
        }
        .span_18 {
            width:73.625%;
        }
        .span_19 {
            width:78.0208333333%;
        }
        .span_20 {
            width:82.4166666667%;
        }
        .span_21 {
            width:86.8125%;
        }
        .span_22 {
            width:91.2083333333%;
        }
        .span_23 {
            width:95.6041666667%;
        }
        .span_24 {
            margin-left:0;
            width:100%;
        }


.-main-title-wrapper {
  background-color: #7c7a0f;
  font-size: 4.8em;
  line-height: 1.25em;
  color: white;
  font-weight: 100;
  margin-top: 110px;
  text-align: center;
  padding: 30px 0;
}
.upper-zone {
  padding-bottom: 31%;
  background-image: url('../images/upper-zone-bg.jpg');
  background-position: center 33%;
}
.main-title-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.share-wrapper {
  background-color: #e8eadf;
  padding: 15px 0;
  text-align: center;
}
.share-wrapper .container {
  background-color: inherit;
}
.shares {
  display: inline-block;
  list-style-type: none;
  padding: 21px 0 9px 0;
  width: 340px;
  max-width: 100%;
  text-align: justify;
  border-top: 1px solid #6d6b0b;
  border-bottom: 1px solid #6d6b0b;
  position: relative;
  background-color: inherit;
}
.shares:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.share-lbl {
  font-size: 1.3em;
  padding: 5px;
  color: #6d6b0b;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -56%);
  -moz-transform: translate(-50%, -56%);
  -o-transform: translate(-50%, -56%);
  -ms-transform: translate(-50%, -56%);
  transform: translate(-50%, -56%);
  background-color: inherit;
}
.share {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: -2px;
  cursor: pointer;
}
.share:hover {
  opacity: 0.85;
}
.share.insta-share {
  background-image: url('../images/insta-share-icon.png');
}
.share.fb-share {
  background-image: url('../images/fb-share-icon.png');
}
.share.twitter-share {
  background-image: url('../images/twitter-share-icon.png');
}
.share.yt-share {
  background-image: url('../images/yt-share-icon.png');
}
.share.pint-share {
  background-image: url('../images/pinterest-share-icon.png');
}
.share.google-share {
  background-image: url('../images/google-share-icon.png');
}
.video-zone {
  padding: 60px 0;
  background-color: #fafaf8;
}
.-videos {
  text-align: justify;
  font-size: 0;
  padding-top: 60px;
}
.-videos:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.video-wrapper {
  text-decoration: none !important;
}
.video {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  padding-bottom: 16.7%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.video:after {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url('../images/play-icon.png');
}
.video:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) and (max-width: 1170px) {
  .video {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .video {
    width: 60%;
    padding-bottom: 33.4%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .video-wrapper {
    display: block;
  }
  .video-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .video {
    width: 100%;
    padding-bottom: 56%;
  }
}
.testimonials-zone {
  padding: 40px 0 70px 0;
  background-color: #f3f4ef;
}
.testimonial-avatar {
  margin: 0 auto 30px auto;
  display: block;
  width: 234px;
}
.testimonial {
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 100;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 15px auto;
  color: black;
}
.testimonial-lbl {
  font-size: 1.8em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main-title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .upper-zone {
    height: 260px;
  }
}
@media screen and (max-width: 450px) {
  .shares {
    text-align: center;
  }
  .share {
    margin: 4px;
  }
}
@media screen and (max-width: 580px) {
  .-main-title-wrapper {
    margin-top: 0;
  }
  .main-content {
    padding-top: 60px;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-btn {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
}
