@font-face {
  font-family: 'Neuzeit-Grotesk-ET-Black';
  src: url("fonts/neuzeitgroextbla-webfont.woff2") format("woff2"), url("fonts/neuzeitgroextbla-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGroT';
  src: url("fonts/NeuzeitGroT-Regu.woff2") format("woff2"), url("fonts/NeuzeitGroT-Regu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGroT-Regu';
  src: url("fonts/NeuzeitGroT-Regu.eot?#iefix") format("embedded-opentype"), url("fonts/NeuzeitGroT-Regu.woff") format("woff"), url("fonts/NeuzeitGroT-Regu.ttf") format("truetype"), url("fonts/NeuzeitGroT-Regu.svg#NeuzeitGroT-Regu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGroT-Bold';
  src: url("fonts/NeuzeitGroT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NeuzeitGroT-Bold.woff") format("woff"), url("fonts/NeuzeitGroT-Bold.ttf") format("truetype"), url("fonts/NeuzeitGroT-Bold.svg#NeuzeitGroT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  outline: 0;
}

html, body {
    margin: 0px;
    font-size: 22px;
    line-height: 25px;
    overflow-x: hidden;
    color: #868686;
    font-family: "Open Sans";
}

@media (max-width: 639px) {
  html, body {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  html, body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}

strong {
    font-family: "Open Sans";
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #f59e00;
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  padding: 0 41px;
  display: inline-block;
  background: none;
  font-family: "Neuzeit-Grotesk-ET-Black";
  border: 1px solid #fff;
  border-radius: 30px;
  color: #ffffff;
}

@media (max-width: 639px) {
  .btn {
    line-height: 40px;
    font-size: 17px;
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .btn {
    line-height: 35px;
    padding: 0 24px;
  }
}

.btn:hover {
  background: #3cac51;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 25px 0;
  line-height: 1em;
  color: #868686;
  text-transform: uppercase;
  font-family: "Neuzeit-Grotesk-ET-Black";
}

h1 {
  font-size: 55px;
}

@media (max-width: 1379px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1279px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}

@media (max-width: 639px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 55px;
}

@media (max-width: 1379px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 1279px) {
  h2 {
    font-size: 45px;
  }
}

@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

@media (max-width: 639px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 40px;
}

@media (max-width: 1379px) {
  h3 {
    font-size: 40px;
  }
}

@media (max-width: 1279px) {
  h3 {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

@media (max-width: 639px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 35px;
}

@media (max-width: 1379px) {
  h4 {
    font-size: 30px;
  }
}

@media (max-width: 1279px) {
  h4 {
    font-size: 25px;
  }
}

@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 25px;
}

@media (max-width: 1379px) {
  h5 {
    font-size: 22px;
  }
}

@media (max-width: 1279px) {
  h5 {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 22px;
}

@media (max-width: 1379px) {
  h6 {
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  h6 {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 20px;
  line-height: 1.5em;
}

@media (max-width: 639px) {
  p {
    line-height: 1.2em;
  }
}

sup {
  font-size: 0.6em;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  float: none;
  margin: 0 0 15px 0px;
  display: block;
}

.aligncenter {
  float: none;
  margin: 0 auto 15px auto;
  display: list-item;
}

sup {
  font-size: 0.6em;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  border: 1px solid #000000;
}

table td {
  padding: 0.5em 1em;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table td:first-child {
  border-left-width: 0;
}

table th {
  padding: 0.5em 1em;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table th:first-child {
  border-left-width: 0;
}

thead {
  text-align: left;
  vertical-align: bottom;
  background-color: #000000;
  color: #000000;
}

ul {
  margin: 0px;
  padding: 0px 0 15px 30px;
}

ul li {
  margin: 0px;
  padding: 0 0 10px;
  list-style-type: disc;
  list-style-position: outside;
}

ol {
  margin: 0px;
  padding: 0px 0 9px 32px;
}

ol li {
  margin: 0px;
  padding: 0 0 10px;
  list-style-position: outside;
  list-style: decimal;
}

input[type="text"], input[type="email"], .wpcf7-textarea, #comment {
    background: #f5f5f5;
    border: 0;
    width: 100%;
    padding: 24px 14px 14px 28px;
    height: 77px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #9c9b9b;
}

@media (max-width: 1023px) {
  input[type="text"], input[type="email"], .wpcf7-textarea, #comment {
    padding: 0px 15px;
    height: 55px;
  }
}

.wpcf7-textarea, #comment {
  height: 285px;
}

.wpcf7-form .submitFl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  text-align: left !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000 !important;
  padding: 20px !important;
}

.div.wpcf7-mail-sent-ok {
  padding: 20px 0px !important;
}

select {
    background: #f5f5f5;
    border: 0;
    width: 100%;
    padding: 24px 14px 14px 28px;
    height: 77px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #9c9b9b;
    background-image: url(/content/images/select-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

@media (max-width: 1023px) {
  select {
    padding: 0px 15px;
    height: 55px;
  }
}

select option {
  font-size: 20px;
  padding: 23px;
}

input[type="submit"] {
  background: #3cac51;
  font-family: "Neuzeit-Grotesk-ET-Black";
  border: 0;
  text-align: center;
  padding: 20px 30px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 33px;
  min-width: 180px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #239937;
}

@media (max-width: 639px) {
  input[type="submit"] {
    font-size: 18px;
    border-radius: 33px;
    min-width: 130px;
    padding: 11px 15px;
  }
}

.container {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1379px) {
  .container {
    width: 1280px;
  }
}

@media (max-width: 1279px) {
  .container {
    width: 1023px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 768px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 640px;
  }
}

@media (max-width: 639px) {
  .container {
    width: 480px;
  }
}

@media (max-width: 479px) {
  .container {
    width: 375px;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .container .container {
    width: 100% !important;
    padding: 0;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/content/images/loader.svg) center no-repeat #fff;
  background-size: 120px auto;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
  z-index: 99;
  padding-top: 22px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container .logo {
  position: relative;
  z-index: 9999;
}

header .container .logo .white-logo {
  position: absolute;
  left: 0;
  top: 0;
}

header .container .logo .yellow-logo {
  opacity: 0;
}

header .container .logo img {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 639px) {
  header .container .logo img {
    width: 100px;
  }
}

header .container .mainNav {
  padding-top: 3px;
}

@media (max-width: 1379px) {
  header .container .mainNav {
    padding-top: 0;
  }
}

header .container .mainNav .hamburger a {
  background-color: #ffffff;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container .mainNav .hamburger a span {
  width: 20px;
  height: 2px;
  background: #f59e00;
  display: inline-block;
  margin: 2px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .container .mainNav .hamburger.enable-tog span:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 10px;
  margin-bottom: -1px;
}

header .container .mainNav .hamburger.enable-tog span:nth-child(2) {
  opacity: 0;
}

header .container .mainNav .hamburger.enable-tog span:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -7px 0 10px;
}

header.fixed {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 15px;
}

header.fixed .logo img {
  width: 100px;
}

@media (max-width: 639px) {
  header.fixed .logo img {
    width: 80px;
  }
}

.active-menu .logo .white-logo {
  opacity: 1 !important;
}

.active-menu .logo .yellow-logo {
  opacity: 0 !important;
}

.home .container .logo .white-logo {
  opacity: 0;
}

.home .container .logo .yellow-logo {
  opacity: 1;
}

.m-menu {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #3cac51;
  width: 100%;
  top: -100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease-out all;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  height: 100vh;
}

.m-menu.enable-mob {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 1;
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease-out all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  top: 0;
  min-height: 100vh;
  overflow: auto;
}

.m-menu ul {
  padding: 50px 0;
  list-style-type: none;
  text-align: center;
}

.m-menu ul li {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 479px) {
  .m-menu ul li {
    margin: 0 0 20px;
  }
}

.m-menu ul li.current-menu-item a:after {
  left: 0;
  right: 0;
  width: 100%;
}

.m-menu ul li a {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Neuzeit-Grotesk-ET-Black";
  position: relative;
}

@media (max-width: 479px) {
  .m-menu ul li a {
    font-size: 24px;
  }
}

.m-menu ul li a:after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  width: 0;
  height: 4px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  bottom: 0;
  margin: 0 auto;
}

.m-menu ul li a:hover:after {
  left: 0;
  right: 0;
  width: 100%;
}

.m-menu ul li:last-child {
  margin: 0;
}

.hamburger {
  z-index: 9999;
  position: relative;
}

.m-menu-in {
  width: 100%;
  height: 100%;
  display: table;
}

.m-menu-inin {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

@media (max-width: 1023px) {
  .connectSection {
    padding: 0 0 40px;
  }
}

.connectSection .twitter-lising .shareCl {
  height: 353px;
  color: #ffffff;
  background-size: cover !important;
}

    .connectSection .twitter-lising .shareCl a {
        color: #23596c;
        font-family: "Open Sans";
    }

.connectSection .twitter-lising .shareCl img {
  width: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.connectSection .twitter-lising .shareCl:hover .share {
  bottom: 20px;
  right: 23px;
}

.connectSection .twitter-lising .share {
  position: absolute;
  bottom: 10px;
  right: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.connectSection .twitter-lising .twitterBl {
  background: #3e9cd7;
  padding: 58px 46px 34px 34px;
  font-size: 15px;
}

@media (max-width: 1279px) {
  .connectSection .twitter-lising .twitterBl {
    padding: 25px 25px 25px 25px;
  }
}

footer {
  width: 100%;
  padding: 65px 0 0 0;
}

footer .footerCL {
  width: 100%;
}

footer .footerCL .footerHead {
  background: #f5f5f5;
  text-align: center;
  padding: 57px 0 54px 0;
}

@media (max-width: 767px) {
  footer .footerCL .footerHead {
    padding: 30px 0;
  }
}

footer .footerCL .footerHead .footerLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 38px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  footer .footerCL .footerHead .footerLogos {
    padding: 0;
  }
}

footer .footerCL .footerHead .footerLogos a {
  position: relative;
  padding: 0 17px;
}

footer .footerCL .footerHead .footerLogos a:before {
  background: #c6c6c5;
  width: 1px;
  height: 64px;
  content: "";
  position: absolute;
  right: -3px;
  top: -4px;
}

footer .footerCL .footerHead .footerLogos a:last-child:before {
  display: none;
}

footer .footerCL .footerHead .footerLogos img {
  width: 117px;
}

@media (max-width: 767px) {
  footer .footerCL .footerHead .footerMenu {
    display: none;
  }
}

footer .footerCL .footerHead .footerMenu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footerCL .footerHead .footerMenu ul li {
  list-style-type: none;
  padding: 0 12px;
  position: relative;
}

footer .footerCL .footerHead .footerMenu ul li:before {
  background: #868686;
  width: 1px;
  height: 21px;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
}

footer .footerCL .footerHead .footerMenu ul li a {
  color: #868686;
  font-size: 16px;
}

footer .footerCL .footerHead .footerMenu ul li a:hover {
  color: #3cac51;
}

footer .footerCL .footerHead .footerMenu ul li:last-child {
  padding-right: 0;
}

footer .footerCL .footerHead .footerMenu ul li:last-child:before {
  display: none;
}

footer .footerCL .footerCopyright {
  background: #f59e00;
  padding: 26px 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

footer .footerCL .footerCopyright .container {
  position: relative;
}

    footer .footerCL .footerCopyright .copyright {
        font-family: "Open Sans";
    }

@media (max-width: 767px) {
  footer .footerCL .footerCopyright .siteby {
    margin-top: 15px;
  }
}

footer .footerCL .footerCopyright .siteby a {
  position: absolute;
  right: 8px;
  background: url(/content/images/black_navprostack.png) right center no-repeat;
  padding-right: 33px;
  color: #ffffff;
  top: 0;
  background-size: 25px;
}

@media (max-width: 767px) {
  footer .footerCL .footerCopyright .siteby a {
    position: relative;
    right: 0;
    display: inline-block;
  }
}

.Bannerpart {
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.Bannerpart .backgroundvideo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
}

.Bannerpart .backgroundvideo video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.Bannerpart .banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.Bannerpart .banner-overlay:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Bannerpart .banner-overlay .bannerText {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  text-align: center;
}

.Bannerpart .banner-overlay .bannerText p {
  margin-bottom: 35px;
}

.Bannerpart .banner-overlay .bannerText h1 {
  color: #ffffff;
  margin-bottom: 15px;
}

.sectionCl {
  padding: 54px 0;
}

.carouselSlider {
  margin: 75px 0px;
  position: relative;
}

@media (max-width: 1023px) {
  .carouselSlider {
    margin: 30px 0 15px 0;
  }
}

@media (max-width: 479px) {
  .carouselSlider {
    margin: 5px 0 15px 0;
  }
}

.carouselSlider .home-center-slider {
  position: relative;
}

.carouselSlider .home-center-slider .item {
  height: 683px;
  background-size: cover !important;
}

.carouselSlider .home-center-slider .item img {
  display: none;
}

@media (max-width: 1023px) {
  .carouselSlider .home-center-slider .item img {
    display: block;
  }
}

@media (max-width: 1420px) {
  .carouselSlider .home-center-slider .item {
    height: 630px;
  }
}

@media (max-width: 1279px) {
  .carouselSlider .home-center-slider .item {
    height: 570px;
  }
}

@media (max-width: 1023px) {
  .carouselSlider .home-center-slider .item {
    height: auto;
  }
}

.carouselSlider .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
}

.carouselSlider .owl-carousel .owl-nav .owl-prev {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
}

.carouselSlider .owl-carousel .owl-nav .owl-prev:hover {
  background: #ececec;
}

.carouselSlider .owl-carousel .owl-nav .owl-prev:before {
  background: url(/content/images/left-aerrow.svg) no-repeat center;
  top: 28px;
  height: 26px;
}

@media (max-width: 767px) {
  .carouselSlider .owl-carousel .owl-nav .owl-prev:before {
    height: auto;
    top: 0;
    background-size: 20px;
  }
}

@media (max-width: 767px) {
  .carouselSlider .owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
  }
}

.carouselSlider .owl-carousel .owl-nav .owl-next {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
}

.carouselSlider .owl-carousel .owl-nav .owl-next:hover {
  background: #ececec;
}

.carouselSlider .owl-carousel .owl-nav .owl-next:before {
  background: url(/content/images/right-aerrow.svg) no-repeat center;
  top: 28px;
  height: 26px;
}

@media (max-width: 767px) {
  .carouselSlider .owl-carousel .owl-nav .owl-next:before {
    height: auto;
    top: 0;
    background-size: 20px;
  }
}

@media (max-width: 767px) {
  .carouselSlider .owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 1379px) {
  .carouselSlider .owl-carousel .owl-nav {
    max-width: 507px;
    right: 0;
    margin: 0 auto;
    left: 0;
    text-align: left;
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .carouselSlider .owl-carousel .owl-nav {
    max-width: 626px;
  }
}

@media (max-width: 1023px) {
  .carouselSlider .owl-carousel .owl-nav {
    max-width: 100%;
    text-align: center;
  }
}

.carouselSlider .overLp {
  position: absolute;
  bottom: -64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 1379px) {
  .carouselSlider .overLp {
    right: 0;
    margin: 0 auto;
    left: 0;
    max-width: 990px;
    display: inline-block;
  }
}

@media (max-width: 1279px) {
  .carouselSlider .overLp {
    max-width: 730px;
  }
}

@media (max-width: 1023px) {
  .carouselSlider .overLp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    max-width: 100%;
    background: #3cac51;
  }
}

.carouselSlider .carousel-Overlay {
  background: #3cac51;
  color: #ffffff;
  max-width: 588px;
  padding: 59px 77px 64px 47px;
  margin-right: -792px;
  z-index: 1;
  font-size: 16px;
  position: relative;
}

@media (max-width: 1379px) {
  .carouselSlider .carousel-Overlay {
    margin-right: 0;
    float: right;
    padding: 38px 40px;
  }
}

@media (max-width: 1279px) {
  .carouselSlider .carousel-Overlay {
    max-width: 518px;
  }
}

@media (max-width: 1023px) {
  .carouselSlider .carousel-Overlay {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .carouselSlider .carousel-Overlay {
    max-width: 673px;
  }
}

@media (max-width: 639px) {
  .carouselSlider .carousel-Overlay {
    max-width: 470px;
    padding: 35px 15px;
  }
}

@media (max-width: 479px) {
  .carouselSlider .carousel-Overlay {
    max-width: 375px;
    padding: 35px 15px;
  }
}

.carouselSlider .carousel-Overlay span {
  font-size: 22px;
}

@media (max-width: 639px) {
  .carouselSlider .carousel-Overlay span {
    font-size: 20px;
  }
}

.carouselSlider .carousel-Overlay .btn {
  margin-top: 44px;
  padding: 0 33px;
}

@media (max-width: 1379px) {
  .carouselSlider .carousel-Overlay .btn {
    margin-top: 0;
  }
}

.carouselSlider .carousel-Overlay .btn:hover {
  background-color: #ffffff;
  color: #3cac51;
}

.carouselSlider .carousel-Overlay p {
  margin: 0 0 34px;
}

@media (max-width: 1379px) {
  .carouselSlider .carousel-Overlay p {
    margin: 0 0 24px;
  }
}

.carouselSlider .carousel-Overlay h2 {
  color: #ffffff;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .carouselSlider .carousel-Overlay h2 {
    margin-bottom: 16px;
  }
}

.white-border-btn {
  background-color: transparent;
  padding: 13px 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  border-radius: 24px;
}

.welfareSection {
  width: 100%;
  display: inline-block;
  padding: 14px 0 44px 0;
}

.welfareSection .wf-head {
  width: 100%;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .welfareSection .wf-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.welfareSection .wf-head .wf-headLeft {
  max-width: 870px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .welfareSection .wf-head .wf-headLeft {
    font-size: 18px;
  }
}

.welfareSection .wf-head .wf-headLeft h2 {
  margin-bottom: 9px;
}

.welfareSection .wf-head .wf-headLeft p {
  margin-bottom: 0;
}

.welfareSection .wf-head .wf-headRight {
  padding-top: 59px;
}

@media (max-width: 1023px) {
  .welfareSection .wf-head .wf-headRight {
    padding-top: 15px;
  }
}

@media (max-width: 479px) {
  .welfareSection .wf-head .wf-headRight {
    padding-top: 10px;
  }
}

.welfareSection .wf-head .wf-headRight a {
  color: #868686;
  font-family: "Neuzeit-Grotesk-ET-Black";
  font-size: 20px;
  padding: 0 23px;
  line-height: 35px;
  position: relative;
}

@media (max-width: 479px) {
  .welfareSection .wf-head .wf-headRight a {
    font-size: 16px;
    padding: 0 15px;
  }
}

.welfareSection .wf-head .wf-headRight a:hover {
  color: #3cac51;
}

.welfareSection .wf-head .wf-headRight a:last-child {
  padding-right: 0;
}

.welfareSection .wf-head .wf-headRight a:last-child:before {
  display: none;
}

.welfareSection .wf-head .wf-headRight a:before {
  content: "";
  width: 1px;
  background: #c6c6c5;
  height: 36px;
  position: absolute;
  right: 0;
  top: -5px;
}

@media (max-width: 479px) {
  .welfareSection .wf-head .wf-headRight a:before {
    height: 20px;
    top: -2px;
  }
}

@media (max-width: 1023px) {
  .welfareSection .wf-head .wf-headRight a:first-child {
    padding-left: 0;
  }
}

.welfareSection .wf-listing-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1379px) {
  .welfareSection .wf-listing-main {
    padding: 14px 0 0 0;
  }
}

@media (max-width: 1023px) {
  .welfareSection .wf-listing-main {
    padding: 14px 0 0 0;
  }
}

@media (max-width: 639px) {
  .welfareSection .wf-listing-main {
    padding: 0 0 0 0;
  }
}

.welfareSection .wf-listing-main .wf-listingCL {
  width: 32%;
  height: 543px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover !important;
  margin-bottom: 25px;
}

@media (max-width: 1379px) {
  .welfareSection .wf-listing-main .wf-listingCL {
    height: 400px;
  }
}

@media (max-width: 1023px) {
  .welfareSection .wf-listing-main .wf-listingCL {
    width: 48%;
  }
}

@media (max-width: 639px) {
  .welfareSection .wf-listing-main .wf-listingCL {
    width: 100%;
    height: 480px;
  }
}

@media (max-width: 479px) {
  .welfareSection .wf-listing-main .wf-listingCL {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 479px) {
  .welfareSection .wf-listing-main .wf-listingCL:last-child {
    margin: 0;
  }
}

.welfareSection .wf-listing-main .wf-listingCL:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0.11)), color-stop(91%, rgba(13, 13, 13, 0.38)), color-stop(100%, rgba(15, 15, 15, 0.38)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0.11)), color-stop(91%, rgba(13, 13, 13, 0.38)), to(rgba(15, 15, 15, 0.38)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.11) 45%, rgba(13, 13, 13, 0.38) 91%, rgba(15, 15, 15, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0f0f0f', GradientType=0);
}

.welfareSection .wf-listing-main .wf-listingCL .wf-flex {
  padding: 0 10px 49px 10px;
  position: relative;
  z-index: 1;
}

.welfareSection .wf-listing-main .wf-listingCL .wf-flex .btn {
  padding: 0 31px;
}

@media (max-width: 479px) {
  .welfareSection .wf-listing-main .wf-listingCL .wf-flex .btn {
    padding: 0 24px;
  }
}

.welfareSection .wf-listing-main .wf-listingCL h3 {
  color: #ffffff;
  margin-bottom: 0;
  padding: 33px 0;
}

@media (max-width: 1279px) {
  .welfareSection .wf-listing-main .wf-listingCL h3 {
    font-size: 30px;
  }
}

.nutritionSection {
  width: 100%;
  padding: 97px 0;
  display: inline-block;
  background-size: cover !important;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1023px) {
  .nutritionSection {
    padding: 50px 0;
  }
}

.nutritionSection .container {
  max-width: 953px;
}

@media (max-width: 479px) {
  .nutritionSection .container {
    max-width: 100%;
  }
}

.nutritionSection .nutritionBlack {
  background: rgba(0, 0, 0, 0.5);
}

.nutritionSection .nutritionBlack .nThead {
  background: #f59e00;
  padding: 42px;
}

@media (max-width: 767px) {
  .nutritionSection .nutritionBlack .nThead {
    padding: 30px;
  }
}

.nutritionSection .nutritionBlack .nThead h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.nutritionSection .nutritionBlack .nThead p {
  margin-bottom: 0;
}

.nutritionSection .nutritionBlack .nTContainer {
  padding: 68px 51px 32px 51px;
}

@media (max-width: 767px) {
  .nutritionSection .nutritionBlack .nTContainer {
    padding: 35px 20px 25px 20px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .itemRp {
  display: inline-block;
  margin: 0 auto;
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .nTnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 51px auto;
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .count {
  width: 128px;
  background: #ffffff;
  font-size: 112px;
  color: #f59e00;
  font-family: "Neuzeit-Grotesk-ET-Black";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 639px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .count {
    width: 100px;
    font-size: 92px;
  }
}

@media (max-width: 479px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .count {
    width: 60px;
    font-size: 52px;
  }
}

@media (max-width: 1023px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .count {
    font-size: 82px;
    width: 108px;
  }
}

@media (max-width: 479px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .count {
    font-size: 62px;
    width: 80px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .ntName {
  border: 1px solid #ffffff;
  padding: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 132px;
}

@media (max-width: 1023px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .ntName {
    min-height: 112px;
    padding: 19px 24px;
  }
}

@media (max-width: 639px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .ntName {
    padding: 25px;
    min-height: 100px;
  }
}

@media (max-width: 479px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .ntName {
    padding: 25px;
    min-height: 60px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec {
  max-width: 469px;
  margin: 0 auto;
  min-height: 224px;
}

@media (max-width: 639px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec {
    min-height: 185px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec p {
  line-height: 1.4em;
  margin-bottom: 48px;
}

@media (max-width: 639px) {
  .nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec p {
    margin-bottom: 30px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec .btn {
  padding: 0 31px;
}

.nutritionSection .nutritionBlack .nTContainer .itemRp .nTdec .btn:hover {
  background: #f59e00;
}

.nutritionSection .nutritionBlack .nTContainer .itemRp h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.nutritionSection .nutritionBlack .nTContainer .owl-carousel {
  padding: 0 50px;
}

@media (max-width: 639px) {
  .nutritionSection .nutritionBlack .nTContainer .owl-carousel {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .nutritionSection .nutritionBlack .nTContainer .owl-carousel {
    padding: 0;
  }
}

.nutritionSection .nutritionBlack .nTContainer .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .nutritionSection .nutritionBlack .nTContainer .owl-dots {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.nutritionSection .nutritionBlack .nTContainer .owl-dots .owl-dot {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .nutritionSection .nutritionBlack .nTContainer .owl-dots .owl-dot {
    margin: 0 10px;
  }
}

.nutritionSection .nutritionBlack .nTContainer .owl-dots .owl-dot.active span {
  background: #f59e00;
}

.nutritionSection .nutritionBlack .nTContainer .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #ffffff;
}

.nutritionSection .nutritionBlack .nTContainer .owl-dots .owl-dot span:hover {
  background: #f59e00;
}

.sc-head {
  width: 100%;
  padding: 69px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1379px) {
  .sc-head {
    padding: 69px 0;
  }
}

@media (max-width: 1023px) {
  .sc-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 0;
  }
}

@media (max-width: 479px) {
  .sc-head {
    padding: 35px 0;
  }
}

.sc-head .sc-headLeft {
  max-width: 870px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .sc-head .sc-headLeft {
    font-size: 18px;
  }
}

.sc-head .sc-headLeft h2 {
  margin-bottom: 7px;
}

.sc-head .sc-headLeft p {
  margin-bottom: 0;
}

.sc-head .sc-headRight {
  padding-top: 59px;
}

@media (max-width: 1023px) {
  .sc-head .sc-headRight {
    padding-top: 35px;
  }
}

@media (max-width: 479px) {
  .sc-head .sc-headRight {
    padding-top: 20px;
  }
}

.sc-head .sc-headRight a {
  color: #868686;
  font-family: "Neuzeit-Grotesk-ET-Black";
  font-size: 20px;
  padding: 0 23px;
  line-height: 35px;
  position: relative;
}

@media (max-width: 479px) {
  .sc-head .sc-headRight a {
    font-size: 15px;
    padding: 0 12px;
  }
}

.sc-head .sc-headRight a:hover {
  color: #3cac51;
}

.sc-head .sc-headRight a:last-child {
  padding-right: 0;
}

.sc-head .sc-headRight a:last-child:before {
  display: none;
}

.sc-head .sc-headRight a:before {
  content: "";
  width: 1px;
  background: #c6c6c5;
  height: 36px;
  position: absolute;
  right: 0;
  top: -5px;
}

@media (max-width: 479px) {
  .sc-head .sc-headRight a:before {
    height: 20px;
    top: -2px;
  }
}

@media (max-width: 1023px) {
  .sc-head .sc-headRight a:first-child {
    padding-left: 0px;
  }
}

.owl-carousel .owl-nav {
  display: block;
  width: 100%;
  padding-left: 44px;
}

.owl-carousel .owl-nav .owl-prev {
  height: 70px;
  width: 70px;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background-color: #ececec;
  position: relative;
  font-size: 0;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 479px) {
  .owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
  }
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: #d9d9d9;
}

.owl-carousel .owl-nav .owl-prev:before {
  background: url(/content/images/gray-left-arrow.svg) no-repeat center;
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  top: 22px;
  bottom: 0;
  z-index: 1;
  height: 26px;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev:before {
    height: auto;
    top: 0;
    background-size: 20px;
  }
}

@media (max-width: 479px) {
  .owl-carousel .owl-nav .owl-prev:before {
    background-size: 15px;
  }
}

.owl-carousel .owl-nav .owl-next {
  height: 70px;
  width: 70px;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background-color: #ececec;
  position: relative;
  font-size: 0;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 479px) {
  .owl-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
  }
}

.owl-carousel .owl-nav .owl-next:hover {
  background: #d9d9d9;
}

.owl-carousel .owl-nav .owl-next:before {
  background: url(/content/images/gray-right-arrow.svg) no-repeat center;
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  top: 22px;
  bottom: 0;
  z-index: 1;
  height: 26px;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next:before {
    height: auto;
    top: 0;
    background-size: 20px;
  }
}

@media (max-width: 479px) {
  .owl-carousel .owl-nav .owl-next:before {
    background-size: 15px;
  }
}

.grayBg {
  background: #f5f5f5;
}

.inspiredSection {
  width: 100%;
  padding: 53px 0;
}

.inspiredSection .inspired_Listing {
  width: 100%;
}

.inspiredSection .inspired_Listing .inspiredCl {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.inspiredSection .inspired_Listing .inspiredCl:hover .inspired_Thumb img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
}

.inspiredSection .inspired_Listing .inspiredCl:hover .inspired_Thumb .timeBlock {
  background: rgba(0, 0, 0, 0.9);
}

.inspiredSection .inspired_Listing .inspiredCl h6 {
  margin-bottom: 0;
  padding-top: 11px;
  text-transform: none;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .inspiredSection .inspired_Listing .inspiredCl h6 {
    padding: 0 20px;
  }
}

.inspiredSection .inspired_Listing .inspiredCl .inspired_Thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.inspiredSection .inspired_Listing .inspiredCl .inspired_Thumb img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.inspiredSection .inspired_Listing .inspiredCl .inspired_Thumb .timeBlock {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

    .inspiredSection .inspired_Listing .inspiredCl .inspired_Thumb .timeBlock span {
        font-size: 10px;
        font-family: "Open Sans";
        background: url(/content/images/clock.svg) left center no-repeat;
        padding-left: 34px;
        margin-right: 20px;
        color: #ffffff;
    }

.inspiredSection .inspired_Listing .inspiredCl .inspired_Thumb .timeBlock span:last-child {
  margin-right: 0;
}

.inspiredSection .owl-nav,
.connectSection .owl-nav {
  position: absolute;
  top: -153px;
  left: 0;
  text-align: right;
  margin: auto;
  max-width: 1400px;
  padding: 0 20px 0 0;
  right: 0;
}

@media (max-width: 1379px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 1280px;
  }
}

@media (max-width: 1279px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 1023px;
    top: -113px;
  }
}

@media (max-width: 1023px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 768px;
    top: -113px;
  }
}

@media (max-width: 767px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 640px;
    top: -100px;
  }
}

@media (max-width: 639px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 480px;
  }
}

@media (max-width: 479px) {
  .inspiredSection .owl-nav,
  .connectSection .owl-nav {
    max-width: 375px;
    padding: 0 15px 0 0;
    top: -23px;
  }
}

.blockLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.mediaSection {
  padding: 54px 0 150px 0;
}

@media (max-width: 1379px) {
  .mediaSection {
    padding: 54px 0 70px 0;
  }
}

@media (max-width: 639px) {
  .mediaSection {
    padding: 40px 0;
  }
}

.mediaSection .media-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}

@media (max-width: 1379px) {
  .mediaSection .media-room {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .mediaSection .media-room {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mediaSection .media-room .media-left {
  width: 66.5%;
}

@media (max-width: 1023px) {
  .mediaSection .media-room .media-left {
    width: 100%;
  }
}

.mediaSection .media-room .media-left .overCL {
  z-index: 9;
}

@media (max-width: 479px) {
  .mediaSection .media-room .media-left .overCL img {
    width: 50px;
  }
}

.mediaSection .media-room .media-left .videoThumb {
  text-align: center;
  width: 100%;
  height: 461px;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-size: cover !important;
}

@media (max-width: 639px) {
  .mediaSection .media-room .media-left .videoThumb {
    height: 270px;
  }
}

.mediaSection .media-room .media-left .videoThumb:hover:before {
  opacity: .3;
}

.mediaSection .media-room .media-left .videoThumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  content: "";
  opacity: .1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mediaSection .media-room .media-left .videoThumb .allVideo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(/content/images/video.svg) right center no-repeat;
  padding-right: 43px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Neuzeit-Grotesk-ET-Black";
  background-size: 26px;
  z-index: 999;
}

.mediaSection .media-room .media-left .videoThumb h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 34px;
}

.mediaSection .media-room .media-right {
  background: #3cac51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.8%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1023px) {
  .mediaSection .media-room .media-right {
    width: 100%;
    padding: 40px 0;
  }
}

.mediaSection .media-room .media-right:hover {
  background: #239937;
}

.mediaSection .media-room .media-right h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 34px;
}

@media (max-width: 639px) {
  .mediaSection .media-room .media-right h2 {
    margin-top: 24px;
  }
}

@media (max-width: 639px) {
  .mediaSection .media-room .media-right img {
    max-width: 70px;
    width: 100%;
  }
}

.receipePopup .receipe-box img, .single-recipe .receipe-box img {
  width: 100%;
}

.receipePopup .receipe-box .inspired_Thumb, .single-recipe .receipe-box .inspired_Thumb {
  position: relative;
}

.receipePopup .receipe-box .inspired_Thumb .timeBlock, .single-recipe .receipe-box .inspired_Thumb .timeBlock {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 33px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 639px) {
  .receipePopup .receipe-box .inspired_Thumb .timeBlock, .single-recipe .receipe-box .inspired_Thumb .timeBlock {
    padding: 13px;
  }
}

.receipePopup .receipe-box .inspired_Thumb .timeBlock span, .single-recipe .receipe-box .inspired_Thumb .timeBlock span {
    font-size: 19px;
    font-family: "Open Sans";
    background: url(/content/images/time-watch.svg) left center no-repeat;
    padding-left: 34px;
    margin-right: 20px;
    color: #ffffff;
    line-height: 23px;
}

@media (max-width: 1023px) {
  .receipePopup .receipe-box .inspired_Thumb .timeBlock span, .single-recipe .receipe-box .inspired_Thumb .timeBlock span {
    background-size: 22px;
  }
}

@media (max-width: 479px) {
  .receipePopup .receipe-box .inspired_Thumb .timeBlock span, .single-recipe .receipe-box .inspired_Thumb .timeBlock span {
    font-size: 17px;
  }
}

.receipePopup .receipe-box .inspired_Thumb .timeBlock span:last-child, .single-recipe .receipe-box .inspired_Thumb .timeBlock span:last-child {
  margin-right: 0;
}

.receipePopup .receipe-content h2, .single-recipe .receipe-content h2 {
  margin-top: 45px;
  font-size: 30px;
  margin-bottom: 20px;
}

.receipePopup .receipe-content .ingredients-rec .ing-row, .single-recipe .receipe-content .ingredients-rec .ing-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.receipePopup .receipe-content .ingredients-rec .ing-row .left, .single-recipe .receipe-content .ingredients-rec .ing-row .left {
  width: 40%;
  font-size: 19px;
}

.receipePopup .receipe-content .ingredients-rec .ing-row .right, .single-recipe .receipe-content .ingredients-rec .ing-row .right {
  width: 60%;
  font-size: 19px;
}

.receipePopup .receipe-content .pre-method-rec, .single-recipe .receipe-content .pre-method-rec {
  padding: 50px;
  background-color: #f5f5f5;
  margin-top: 45px;
}

@media (max-width: 1279px) {
  .receipePopup .receipe-content .pre-method-rec, .single-recipe .receipe-content .pre-method-rec {
    padding: 40px;
  }
}

@media (max-width: 1023px) {
  .receipePopup .receipe-content .pre-method-rec, .single-recipe .receipe-content .pre-method-rec {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .receipePopup .receipe-content .pre-method-rec, .single-recipe .receipe-content .pre-method-rec {
    padding: 20px;
  }
}

.receipePopup .receipe-content .pre-method-rec h2, .single-recipe .receipe-content .pre-method-rec h2 {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

.archive-section-data .wf-headLeft {
  max-width: 100% !important;
  width: 100%;
}

.archive-section-data .wf-headLeft .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 479px) {
  .archive-section-data .wf-headLeft .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-section-data .wf-headLeft .navigation div a {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  padding: 0 41px;
  display: inline-block;
  background: none;
  font-family: "Neuzeit-Grotesk-ET-Black";
  border: 1px solid #f59e00;
  border-radius: 30px;
  color: #f59e00;
  padding: 0 30px;
  min-width: 154px;
  margin-right: 21px;
  font-weight: 400;
}

.archive-section-data .wf-headLeft .navigation div a:hover {
  background-color: #f59e00;
  color: #ffffff;
}

@media (max-width: 479px) {
  .archive-section-data .wf-headLeft .navigation div a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#commentform div {
  margin-bottom: 28px;
  text-align: left;
  padding-top: 7px;
}

#commentform div label {
  text-align: left;
  margin: 0 0 15px;
  display: block;
}

#respond {
  max-width: 62%;
  text-align: center;
  margin: 50px 0 75px 0;
}

@media (max-width: 1023px) {
  #respond {
    max-width: 100%;
    margin: 0 auto 45px auto;
  }
}

@media (max-width: 1023px) {
  #respond p br {
    display: none;
  }
}

#respond p:last-child {
  margin: 0;
}

#respond h2 {
  text-align: left;
}

.twitter-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twitter-lising h6{
    text-align:center;
}

.twitter-slider .owl-item {
    padding: 58px 46px 34px 34px;
    font-size: 15px;
}

.twitter-slider .owl-item:hover .twitter-icon-cus {
  bottom: 20px;
  right: 23px;
}

.twitter-slider .ctf-author-box {
  margin: 0 0 20px;
}

.twitter-slider .ctf-author-box .ctf-author-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

    .twitter-slider .ctf-author-box .ctf-author-box-link .ctf-author-name {
        color: #ffffff !important;
        display: block !important;
        font-family: "Open Sans";
    }

.twitter-slider .ctf-author-box .ctf-author-box-link .ctf-author-screenname, .twitter-slider .ctf-author-box .ctf-author-box-link .ctf-tweet-meta, .twitter-slider .ctf-author-box .ctf-author-box-link .ctf-screename-sep, .twitter-slider .ctf-author-box .ctf-author-box-link .ctf-tweet-meta a {
  font-size: 15px !important;
  color: #ffffff !important;
}

.twitter-slider .ctf-tweet-content {
  color: #ffffff;
}

    .twitter-slider .ctf-tweet-content a {
        color: #23596c;
        font-family: "Open Sans";
    }

.twitter-slider .twitter-icon-cus {
  position: absolute;
  z-index: 9;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  bottom: 10px;
  right: 13px;
  color: #3e9cd7;
  text-align: center;
  padding: 0 !important;
  top: auto;
  left: auto;
  background: #fff url(/content/images/twitter-icon.svg) center center no-repeat;
  background-size: 17px auto;
  font-size: 0;
}

#ctf {
  overflow-y: inherit !important;
  -ms-overflow-y: inherit !important;
}

.InenrBanner {
  height: 369px;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

@media (max-width: 639px) {
  .InenrBanner {
    height: 270px;
  }
}

.yellowBg {
  background: #f59e00;
  color: #ffffff;
}

.yellowBg h2 {
  color: #ffffff;
}

.greenBg {
  background: #3cac51;
  color: #ffffff;
}

.greenBg h2 {
  color: #ffffff;
}

.pageTitle {
  width: 100%;
  position: relative;
}

.pageTitle .titleBox {
  max-width: 870px;
  margin: 0 auto 65px auto;
  padding: 66px 72px 32px 72px;
  text-align: center;
  margin-top: -145px;
  min-height: 290px;
}

@media (max-width: 639px) {
  .pageTitle .titleBox {
    margin: -65px auto 25px auto;
    padding: 35px 40px 32px 40px;
    min-height: 200px;
  }
}

@media (max-width: 479px) {
  .pageTitle .titleBox {
    padding: 25px;
    margin: -65px auto 15px auto;
    min-height: 160px;
  }
}

.pageTitle .titleBox .shortDec {
  max-width: 470px;
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 639px) {
  .pageTitle .titleBox .shortDec {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .pageTitle .titleBox .shortDec {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pageTitle .titleBox .shortDec p br {
    display: none;
  }
}

.pageTitle .titleBox h1 {
  color: #ffffff;
}

.about-cl {
  width: 100%;
}

.singleRp-Main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
}

.singleRp-Main .singleRp {
  width: 48%;
  padding: 34px 34px 34px 73px;
  margin-bottom: 64px;
  position: relative;
  height: 658px;
  background-size: cover !important;
}

@media (max-width: 1279px) {
  .singleRp-Main .singleRp {
    padding: 34px 34px 34px 34px;
  }
}

@media (max-width: 1023px) {
  .singleRp-Main .singleRp {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .singleRp-Main .singleRp {
    height: 450px;
    margin-bottom: 35px;
  }
}

.singleRp-Main .singleRp h2 {
  margin-bottom: 17px;
}

.singleRp-Main .singleRp .iconfL {
  position: absolute;
  right: 120px;
  top: 70px;
}

@media (max-width: 639px) {
  .singleRp-Main .singleRp .iconfL {
    right: 50px;
    top: 50px;
    width: 113px;
  }
}

@media (max-width: 479px) {
  .singleRp-Main .singleRp .iconfL {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .singleRp-Main .singleRp .iconfL img {
    width: 80%;
  }
}

.singleRp-Main .singleRp .bTfix {
  position: absolute;
  bottom: 80px;
  max-width: 460px;
}

@media (max-width: 1279px) {
  .singleRp-Main .singleRp .bTfix {
    max-width: 85%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .singleRp-Main .singleRp .bTfix {
    bottom: 40px;
  }
}

.singleRp-Main .singleRp .bTfix p {
  line-height: 1.4em;
  margin-bottom: 44px;
}

.singleRp-Main .singleRp .bTfix .btn {
  padding: 0 30px;
  min-width: 154px;
  margin-right: 21px;
}

@media (max-width: 479px) {
  .singleRp-Main .singleRp .bTfix .btn {
    margin: 0 0 15px;
  }
}

.singleRp-Main .singleRp h2 {
  color: #ffffff;
}

.singleRp-Main .imageBl:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0.11)), color-stop(91%, rgba(13, 13, 13, 0.38)), color-stop(100%, rgba(15, 15, 15, 0.38)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0.11)), color-stop(91%, rgba(13, 13, 13, 0.38)), to(rgba(15, 15, 15, 0.38)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.11) 45%, rgba(13, 13, 13, 0.38) 91%, rgba(15, 15, 15, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f0f0f', GradientType=0 );
}

.contentLightbox {
  max-width: 1000px;
  font-size: 20px;
  width: 100%;
  display: none;
}

@media (max-width: 1023px) {
  .contentLightbox {
    max-width: 80%;
  }
}

@media (max-width: 639px) {
  .contentLightbox {
    font-size: 18px;
    max-width: 95%;
  }
}

.contentLightbox .formCl {
  width: 100%;
}

.contentLightbox .formCl .Field {
  margin-bottom: 34px;
}

@media (max-width: 639px) {
  .contentLightbox .formCl .Field {
    margin-bottom: 15px;
  }
}

.contentLightbox .formCl .submitFl {
  text-align: right;
}

.contentLightbox h2 {
  margin-bottom: 46px;
}

@media (max-width: 1023px) {
  .contentLightbox h2 {
    margin-bottom: 15px;
  }
}

.contentLightbox p {
  max-width: 580px;
}

.fancybox-content {
  padding: 86px 82px 82px 82px;
}

@media (max-width: 1023px) {
  .fancybox-content {
    padding: 90px 50px 50px 50px;
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  .fancybox-content {
    padding: 90px 30px 30px 30px;
  }
}

.fancybox-is-open .fancybox-bg {
  background: #f59e00;
  opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
  background: url(/content/images/close.svg) center center no-repeat;
  width: 44px;
  height: 44px;
  right: 29px;
  top: 34px;
}

@media (max-width: 479px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 34px;
    height: 34px;
    background-size: cover;
  }
}

.fancybox-slide--html .fancybox-close-small:before {
  content: "CLOSE";
  position: absolute;
  right: 55px;
  top: 10px;
  font-family: "Neuzeit-Grotesk-ET-Black";
  color: #868686;
  font-size: 20px;
}

@media (max-width: 479px) {
  .fancybox-slide--html .fancybox-close-small:before {
    right: 45px;
    top: 8px;
  }
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.social-popup-active .fancybox-bg {
  background: #868686;
}

.social-popup-active .fancybox-content {
  padding-bottom: 0;
}

.mediaSl .become-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .mediaSl .become-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    margin-top: 25px;
  }
}

.mediaSl .become-list .sharing-text {
  font-size: 16px;
  margin-bottom: 42px;
  min-height: 203px;
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharing-text {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.mediaSl .become-list .sharing-text p {
  margin-bottom: 0;
  line-height: 1.7em;
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharing-text p br {
    display: none;
    margin-bottom: 20px;
  }
}

.mediaSl .become-list .sharingColumn {
  width: 45%;
  position: relative;
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharingColumn {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .mediaSl .become-list .sharingColumn {
    width: 100%;
    margin-bottom: 30px;
  }
}

.mediaSl .become-list .sharingColumn .share-logo {
  margin: 24px 0 42px 0;
  width: 100%;
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharingColumn .share-logo {
    margin: 20px 0 15px 0;
  }
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharingColumn .share-logo img {
    max-width: 60%;
  }
}

@media (max-width: 479px) {
  .mediaSl .become-list .sharingColumn .share-logo img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mediaSl .become-list .sharingColumn:last-child {
    margin-bottom: 0px;
  }
}

.mediaSl .become-list .Twt .btn {
  background: #0ab4ff;
}

.mediaSl .become-list:before {
  position: absolute;
  top: 0;
  left: -80px;
  width: 119%;
  height: 100%;
  content: "";
  background: #f5f5f5;
}

@media (max-width: 1023px) {
  .mediaSl .become-list:before {
    width: 1000px;
  }
}

.mediaSl .become-list .btn {
  background: #3b579a;
  padding: 0 27px;
  border: 0;
}

.inner-m:first-child {
  padding: 125px 0 0px 0;
}

.inner-m:last-child {
  padding: 0px 0 125px 0;
}

@media (max-width: 767px) {
  .inner-m {
    padding: 25px 0 30px 0;
  }
}

.inner-m.cagefree-mid {
  padding-top: 0px;
}

@media (max-width: 1023px) {
  .inner-m.cagefree-mid {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .inner-m.cagefree-mid {
    padding-top: 20px;
  }
}

.twoCol-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .twoCol-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.twoCol-row .col-des-in {
  max-width: 95%;
}

.twoCol-row .col-des-in .btn {
  margin-top: 28px;
  margin-right: 20px;
  padding: 0 26px;
}

@media (max-width: 1023px) {
  .twoCol-row .col-des-in .btn {
    margin-top: 0;
    margin-right: 0;
  }
}

.twoCol-row .col-img {
  width: 50%;
}

@media (max-width: 1279px) {
  .twoCol-row .col-img {
    height: 658px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1023px) {
  .twoCol-row .col-img {
    background: none !important;
    height: auto;
  }
}

@media (max-width: 1279px) {
  .twoCol-row .col-img img {
    display: none;
  }
}

@media (max-width: 1023px) {
  .twoCol-row .col-img img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .twoCol-row .col-img {
    width: 100%;
  }
}

.col-des {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}

@media (max-width: 1279px) {
  .col-des {
    padding: 0 40px;
  }
}

@media (max-width: 1023px) {
  .col-des {
    width: 100%;
    padding: 40px 0 50px 0;
  }
}

@media (max-width: 479px) {
  .col-des {
    width: 100%;
    padding: 20px 0 30px 0;
  }
}

.col-des .gray-btn {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .twoCol-row:nth-child(odd) .col-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1023px) {
  .twoCol-row:nth-child(odd) .col-des {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.inner-banner {
  height: calc(100vh);
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: top center;
}

.inner-banner .banner-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

.inner-banner .banner-caption .bannerText {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 50px 20px 0 20px;
}

.inner-banner .banner-caption .bannerText h1 {
  color: #fff;
}

.inner-banner.smallHT .banner-caption {
  height: calc(100vh - 170px);
}

.banner-color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.gray-btn {
  color: #6f6f6e;
  border: 1px solid #6f6f6e;
}

.gray-btn:hover {
  background: #6f6f6e;
  color: #ffffff;
}

.pro-slide-box {
  width: 913px;
  margin: -172px auto 0 auto;
  z-index: 1;
  position: relative;
}

@media (max-width: 1023px) {
  .pro-slide-box {
    width: 100%;
    margin: -95px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .pro-slide-box {
    width: 100%;
    margin: -88px auto 0 auto;
  }
}

@media (max-width: 479px) {
  .pro-slide-box {
    width: 100%;
    margin: -116px auto 0 auto;
  }
}

.pro-slide-m {
  padding-bottom: 146px;
}

@media (max-width: 1023px) {
  .pro-slide-m {
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .pro-slide-m {
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .production-Mid .pro-slide-title {
    padding: 30px 20px 30px 20px !important;
  }
}

.pro-slide-title {
  text-align: center;
  padding: 61px 30px 55px 30px;
}

@media (max-width: 1023px) {
  .pro-slide-title {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 639px) {
  .pro-slide-title {
    padding: 30px 30px 12px 30px !important;
  }
}

.pro-slide-title h2 {
  color: #ffffff;
  margin: 0;
  font-size: 56px;
}

@media (max-width: 1023px) {
  .pro-slide-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .pro-slide-title h2 {
    font-size: 26px;
  }
}

.pro-slide-sec {
  padding: 57px;
  background: #ffffff;
}

@media (max-width: 479px) {
  .pro-slide-sec {
    padding: 30px;
  }
}

.pro-slide-sec .owl-nav {
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
  padding: 0 0 0 12px;
}

@media (max-width: 1023px) {
  .pro-slide-sec .owl-nav {
    width: 252px;
    bottom: 169px;
    left: auto;
    padding: 0;
  }
}

@media (max-width: 639px) {
  .pro-slide-sec .owl-nav {
    width: 212px;
  }
}

@media (max-width: 479px) {
  .pro-slide-sec .owl-nav {
    width: 129px;
    bottom: auto;
    top: 14px;
  }
}

.pro-slide-sec .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-sec-l {
  width: 59.5%;
}

@media (max-width: 1023px) {
  .pro-sec-l {
    width: 100%;
  }
}

.pro-sec-r {
  width: 35%;
  color: #868686;
  margin: -35px 0 0;
  padding: 0 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .pro-sec-r {
    padding: 0;
    width: 100%;
    margin: 30px 0 0;
  }
}

.pro-sec-r h3 {
  color: #f59e00;
  font-size: 69px;
  margin: 0 0 8px;
}

@media (max-width: 1023px) {
  .pro-sec-r h3 {
    font-size: 48px;
  }
}

.pro-sec-r p {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 26px;
}

@media (max-width: 1023px) {
  .pro-sec-r p {
    padding: 0;
  }
}

.pro-video-sec {
  padding: 90px 0 95px;
}

@media (max-width: 767px) {
  .pro-video-sec {
    padding: 40px 0 40px;
  }
}

.video-sec-intro {
  max-width: 62%;
  text-align: center;
  margin: 0 auto 75px auto;
}

@media (max-width: 1023px) {
  .video-sec-intro {
    max-width: 100%;
    margin: 0 auto 45px auto;
  }
}

@media (max-width: 1023px) {
  .video-sec-intro p br {
    display: none;
  }
}

.video-sec-intro p:last-child {
  margin: 0;
}

@media (max-width: 1023px) {
  .video-block iframe {
    height: 430px;
  }
}

@media (max-width: 639px) {
  .video-block iframe {
    height: 240px;
  }
}

.connect-grayBg {
  background: #f5f5f5;
  padding: 50px 0 0px 0;
  margin-top: -50px;
}

.beak-tipping-banner .pro-sec-l {
  width: 45.4%;
}

@media (max-width: 1023px) {
  .beak-tipping-banner .pro-sec-l {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .beak-tipping-banner .pro-sec-l {
    width: 100%;
  }
}

.beak-tipping-banner .pro-sec-r {
  margin: -51px 0 0;
  width: 45%;
}

@media (max-width: 1023px) {
  .beak-tipping-banner .pro-sec-r {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .beak-tipping-banner .pro-sec-r {
    width: 100%;
    margin: 30px 0 0;
  }
}

.beak-tipping-banner .owl-nav {
  left: 29.3%;
  right: auto;
  width: auto;
}

@media (max-width: 1023px) {
  .beak-tipping-banner .owl-nav {
    left: 0;
    right: auto;
    width: 589px;
    bottom: 57px;
  }
}

@media (max-width: 767px) {
  .beak-tipping-banner .owl-nav {
    left: auto;
    right: -1px;
    width: 254px;
    bottom: 221px;
  }
}

@media (max-width: 639px) {
  .beak-tipping-banner .owl-nav {
    width: 214px;
    bottom: 246px;
  }
}

@media (max-width: 479px) {
  .beak-tipping-banner .owl-nav {
    width: 131px;
    bottom: 220px;
  }
}

.beak-tipping-banner .pro-slide-title {
  padding: 39px 30px 23px 30px;
}

.bg-sec-bg {
  display: inline-block;
  height: 814px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 639px) {
  .bg-sec-bg {
    height: 465px;
  }
}

.bg-sec-block .pro-slide-box {
  margin: -559px auto 0 auto;
}

@media (max-width: 639px) {
  .bg-sec-block .pro-slide-box {
    margin: -250px auto 0 auto;
  }
}

.bg-sec-box {
  background: #f5f5f5;
  text-align: center;
  padding: 50px 165px;
}

@media (max-width: 1023px) {
  .bg-sec-box {
    padding: 50px 60px;
  }
}

@media (max-width: 639px) {
  .bg-sec-box {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .bg-sec-box {
    padding: 30px;
  }
}

.bg-sec-box .btn {
  margin: 24px 0 42px;
}

@media (max-width: 639px) {
  .bg-sec-box .btn {
    margin: 15px 0 25px;
  }
}

.small-banner {
  height: 561px;
}

@media (max-width: 1023px) {
  .small-banner {
    height: 400px;
  }
}

.separate-sec {
  padding: 100px 0;
}

@media (max-width: 1023px) {
  .separate-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .separate-sec {
    padding: 25px 0;
  }
}

.single-post .separate-sec {
  padding: 25px 0;
}

.single-post .meta {
  margin-bottom: 25px;
}

.intro-sec {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1023px) {
  .intro-sec {
    width: 100%;
  }
}

.intro-sec .btn {
  margin: 30px 0 0;
}

@media (max-width: 1023px) {
  .intro-sec .btn {
    margin: 0;
  }
}

.grey-heading h2 {
  color: #6f6f6e;
}

.inner-banner-big {
  min-height: 992px;
  padding-top: 124px;
}

@media (max-width: 1023px) {
  .inner-banner-big {
    min-height: 822px;
  }
}

@media (max-width: 767px) {
  .inner-banner-big {
    min-height: 822px;
    height: auto;
    margin: 0;
    padding-bottom: 83px;
    padding-top: 153px;
  }
}

@media (max-width: 639px) {
  .inner-banner-big {
    padding-top: 123px;
    padding-bottom: 53px;
  }
}

.inner-banner-big .pro-slide-box {
  margin: 0 auto 0 auto;
}

.cagefree-banner .banner-caption .bannerText {
  max-width: 490px;
}

.rehoming-banner .banner-caption .bannerText {
  max-width: 700px;
}

.biosecurity-block {
  margin-bottom: 125px;
}

@media (max-width: 1023px) {
  .biosecurity-block {
    margin-bottom: 45px;
  }
}

.biosecurity-block .bg-sec-box {
  padding: 50px 95px;
}

@media (max-width: 1023px) {
  .biosecurity-block .bg-sec-box {
    padding: 50px 35px;
  }
}

@media (max-width: 479px) {
  .biosecurity-block .bg-sec-box {
    padding: 30px 25px;
  }
}

.bg-sec-box .gray-btn {
  min-width: 353px;
}

@media (max-width: 479px) {
  .bg-sec-box .gray-btn {
    min-width: 100%;
    line-height: normal;
    padding: 10px 24px;
  }
}

.gray-over {
  padding-top: 236px;
  margin-top: -236px;
  background: #f5f5f5;
}

@media (max-width: 1023px) {
  .gray-over .col-des {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .gray-over .col-des {
    padding: 30px;
  }
}

.tree-col-icon-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 115px 0;
}

@media (max-width: 1023px) {
  .tree-col-icon-m {
    padding: 55px 0;
  }
}

.col-icon-box {
  width: 30%;
  text-align: center;
}

@media (max-width: 1023px) {
  .col-icon-box {
    width: 100%;
    margin: 0 0 40px;
  }
}

.col-icon-box h4 {
  margin: 30px 0 0;
}

.col-icon-box h4 span {
  color: #3cac51;
}

@media (max-width: 1023px) {
  .col-icon-box:last-child {
    margin: 0;
  }
}

.wpcf7-form .Field {
  margin-bottom: 34px;
}

@media (max-width: 639px) {
  .wpcf7-form .Field {
    margin-bottom: 15px;
  }
}

.pagination {
  font-family: 'NeuzeitGroT';
  font-size: 16px;
  color: #000000;
}

.pagination .current {
  color: #3c3c3b !important;
}

.pagination .page-numbers {
  color: #c6c6c5;
  font-family: 'NeuzeitGroT';
  font-size: 16px;
  line-height: 19px;
}

.pagination .prev {
  font-size: 0;
  position: relative;
}

.pagination .prev:after {
  content: ' ';
  position: absolute;
  right: 0;
  left: -22px;
  top: -11px;
  bottom: 0;
  height: 23px;
  width: 17px;
  background: url(/content/images/pagination-left.svg) no-repeat;
}

.pagination .next {
  font-size: 0;
  position: relative;
}

.pagination .next:after {
  content: ' ';
  position: absolute;
  right: -18;
  left: 4px;
  top: -11px;
  bottom: 0;
  height: 23px;
  width: 17px;
  background: url(/content/images/pagination-right.svg) no-repeat;
}

.wpcf7-f426-p424-o1 {
  margin-top: -60px;
}

.main-section-specing {
  margin: 62px 0;
  display: inline-block;
}

@media (max-width: 1379px) {
  .main-section-specing {
    margin: 55px 0;
  }
}

@media (max-width: 1279px) {
  .main-section-specing {
    margin: 45px 0;
  }
}

@media (max-width: 1023px) {
  .main-section-specing {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .main-section-specing {
    margin: 30px 0;
  }
}

@media screen and (min-width: 1800px) {
  .carouselSlider .home-center-slider .item {
    height: 800px;
  }
}

.back_btn a {
  color: #3cac51;
  background: url(/content/images/left-aerrow.svg) no-repeat center;
  padding-left: 104px;
  position: absolute;
  right: 35px;
  top: 26px;
  font-family: "Neuzeit-Grotesk-ET-Black";
  font-size: 33px;
  background-size: 23px;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .back_btn a {
    font-size: 25px;
    background-size: 20px;
    padding-left: 85px;
    right: 25px;
  }
}

.back_btn a:hover {
  padding-left: 120px;
}

.single-recipe {
  background: #f59e00;
}

.single-recipe .middle {
  max-width: 1000px;
  font-size: 20px;
  padding: 86px 82px 82px 82px;
  width: 100%;
  background: #fff;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  .single-recipe .middle {
    max-width: 80%;
    padding: 73px 50px 50px 50px;
  }
}

@media (max-width: 479px) {
  .single-recipe .middle {
    padding: 70px 30px 30px 30px;
  }
}

@media (max-width: 639px) {
  .single-recipe .middle {
    font-size: 18px;
    max-width: 95%;
  }
}

.single-recipe .middle .titleBox {
  margin: 0;
  min-height: auto;
  padding: 0;
}

.single-recipe .middle .titleBox h1 {
  color: #868686;
  font-size: 55px;
  margin-bottom: 46px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 1023px) {
  .single-recipe .middle .titleBox h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

@media (max-width: 639px) {
  .single-recipe .middle .titleBox h1 {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .single-recipe .middle .titleBox h1 {
    font-size: 15px;
    font-size: 30px;
  }
}

.single-recipe .middle .yellowBg {
  background: #ffffff;
}

.single-recipe .middle .separate-sec {
  padding: 0;
}

.single-recipe .connectSection, .single-recipe header, .single-recipe .footerCL {
  display: none;
}

.post-type-archive-lfre_news .pageTitle .titleBox {
  margin-bottom: 0;
}

.post-type-archive-lfre_news .separate-sec {
  padding: 0px 0 100px 0;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_news .separate-sec {
    padding: 0px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_news .separate-sec {
    padding: 0px 0 40px 0;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_news .separate-sec {
    padding: 0px 0 0px 0;
  }
}

.post-type-archive-lfre_news .separate-sec .intro-sec {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 65px auto;
  width: 100%;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec {
    padding: 0px 0 55px 0;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec {
    padding: 0px 0 45px 0;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec {
    padding: 0px 0 35px 0;
  }
}

@media (max-width: 479px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec {
    padding: 0px 0 25px 0;
  }
}

.post-type-archive-lfre_news .separate-sec .intro-sec table {
  width: 100%;
  border: 1px solid #b1b1b1;
}

.post-type-archive-lfre_news .separate-sec .intro-sec table tr td {
  font-size: 20px !important;
  color: #000000;
  font-weight: 500;
  font-family: 'NeuzeitGroT';
  position: relative;
  max-width: 154px;
  min-width: 154px;
  width: 100%;
  border-left: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

@media (max-width: 767px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td {
    max-width: 100px;
    min-width: 100px;
  }
}

.post-type-archive-lfre_news .separate-sec .intro-sec table tr td:first-child {
  max-width: 715px;
  text-align: left;
  padding: 51px;
  width: 100%;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td:first-child {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td:first-child {
    padding: 30px;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td:first-child {
    padding: 20px;
  }
}

.post-type-archive-lfre_news .separate-sec .intro-sec table tr td span {
  font-size: 20px;
  line-height: 24px;
  color: #3cac51;
  font-family: 'NeuzeitGroT';
  font-weight: 600;
}

.post-type-archive-lfre_news .separate-sec .intro-sec table tr td a img {
  width: 75px;
  height: 81px;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td a img {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td a img {
    width: 55px;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_news .separate-sec .intro-sec table tr td a img {
    width: 45px;
  }
}

.shortDec {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 639px) {
  .shortDec {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .shortDec {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .shortDec p br {
    display: none;
  }
}

.post-type-archive-lfre_resources .pageTitle .titleBox {
  margin-bottom: 0;
}

.post-type-archive-lfre_resources .separate-sec {
  padding: 0px 0 100px 0;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_resources .separate-sec {
    padding: 0px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_resources .separate-sec {
    padding: 0px 0 40px 0;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_resources .separate-sec {
    padding: 0px 0 0px 0;
  }
}

.post-type-archive-lfre_resources .separate-sec .intro-sec {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 65px auto;
  width: 100%;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec {
    padding: 0px 0 55px 0;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec {
    padding: 0px 0 45px 0;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec {
    padding: 0px 0 35px 0;
  }
}

@media (max-width: 479px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec {
    padding: 0px 0 25px 0;
  }
}

.post-type-archive-lfre_resources .separate-sec .intro-sec table {
  width: 100%;
  border: 1px solid #b1b1b1;
}

.post-type-archive-lfre_resources .separate-sec .intro-sec table tr td {
  font-size: 20px !important;
  color: #000000;
  font-family: "NeuzeitGroT-Regu";
  position: relative;
  max-width: 154px;
  min-width: 154px;
  width: 100%;
  border-left: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

@media (max-width: 767px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td {
    max-width: 100px;
    min-width: 100px;
  }
}

.post-type-archive-lfre_resources .separate-sec .intro-sec table tr td:first-child {
  max-width: 715px;
  text-align: left;
  padding: 51px;
  width: 100%;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td:first-child {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td:first-child {
    padding: 30px;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td:first-child {
    padding: 20px;
  }
}

.post-type-archive-lfre_resources .separate-sec .intro-sec table tr td span {
  font-size: 20px;
  line-height: 24px;
  font-family: "NeuzeitGroT-Bold";
  color: #f59e00;
}

.post-type-archive-lfre_resources .separate-sec .intro-sec table tr td a img {
  width: 75px;
  height: 81px;
}

@media (max-width: 1023px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td a img {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td a img {
    width: 55px;
  }
}

@media (max-width: 639px) {
  .post-type-archive-lfre_resources .separate-sec .intro-sec table tr td a img {
    width: 45px;
  }
}

.shortDec {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 639px) {
  .shortDec {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .shortDec {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .shortDec p br {
    display: none;
  }
}

.post-type-archive .shortDec {
  max-width: 100% !important;
}

.single-post .titleBox {
  min-height: auto;
  margin-top: -70px;
  padding: 32px 72px 32px 72px;
}

@media (max-width: 639px) {
  .single-post .titleBox {
    margin-top: -55px;
  }
}

.single-post .titleBox h1 {
  margin: 0;
}

.category .titleBox {
  min-height: auto;
  padding: 32px 72px 32px 72px;
  margin-top: -95px;
}

.category .titleBox h1 {
  margin: 0;
}

.page-404 h1 {
  font-size: 258px;
  margin: 0;
}

.page-404 h1 span {
  color: #3cac51;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-404 .middle {
  float: left;
  width: 100%;
  padding: 10% 0;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .page-404 h1 {
    font-size: 128px;
    margin: 0;
  }
  .page-404 .middle {
    padding: 20% 0;
  }
  .page-404 h2 {
    font-size: 17px !important;
  }
}
/*# sourceMappingURL=style.css.map */

#modalContainer {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 6% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.sponsor-image{
    cursor:pointer;
}

#sponsor-title, .sponsor-image {
    text-align: center;
}

.content-left-box {
    width: 25%;
    float: left;
}
.content-right-box {
    width: 75%;
    float: left;
    margin-top: 15px;
}
.youtube-content {
    width: 100%;
    margin-top: 20px;
}