@import 'sweetalert.less';
.row {
  max-width: 1140px;
}
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#cboxOverlay {
  background-color: #000;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxClose {
  font-size: 18px;
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
p,
ul,
li,
a,
button,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
,
:focus {
  outline: none !important;
}
header {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 120px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.49) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.49) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.49) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d000000',endColorstr='#00000000',GradientType=0);
}
header .columns {
  position: relative;
}
header .logo {
  position: absolute;
  top: 30px;
  left: 20px;
}
.title {
  color: #82ae00;
  float: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.home .header {
  height: 100%;
  background: url(../img/banner-1.png) no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 10px solid #82ae00;
  padding: 50px 0px;
}
.product .header {
  background: url(../img/banner-1.png) no-repeat;
  background-size: cover;
  padding: 100px 0px 0px;
  height: 400px;
  box-sizing: border-box;
}
.product .heading {
  padding: 0;
}
.product .heading h1 {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.product .highlight-section h3 {
  color: #ffffff;
}
.about .header {
  background: url(../img/banner-3.png) no-repeat;
  background-size: cover;
  padding: 100px 0px 0px;
  height: 400px;
  position: relative;
}
.about .header:after {
  content: '';
  display: block;
  background: rgba(0,0,0,0.3);
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .header .valignout {
  position: relative;
  z-index: 1;
}
.about .heading {
  padding: 0;
}
.about .heading h1 {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.clear {
  clear: both;
}
.freesample .header {
  background-size: cover;
  padding: 100px 0px 0px;
  height: 100%;
  position: relative;
  min-height: 700px;
}
.freesample .header:after {
  content: '';
  display: block;
  background: rgba(0,0,0,0.3);
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.freesample .header .valignout {
  position: relative;
  z-index: 1;
}
.freesample .heading {
  padding: 0;
  text-align: left;
}
.freesample .heading h1 {
  border-bottom: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.freesample .heading h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.freesample .heading .free {
  position: relative;
  padding-left: 110px;
  height: 90px;
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.freesample .heading figure {
  border-radius: 100%;
  float: left;
  margin: 10px 20px 30px;
  border: 2px solid rgba(255,255,255,0.5);
  width: 90px;
  min-height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.freesample .heading figure img {
  border-radius: 100%;
}
.freesample .heading p {
  font-size: 14px;
  margin-bottom: 20px;
}
.freesample label {
  color: #fff;
}
.freesample input {
  background: rgba(255,255,255,0.5);
  border: none !important;
  margin-bottom: 10px !important;
  transition: all 0.5s ease-out !important;
}
.freesample input:focus {
  background: rgba(255,255,255,0.9);
}
.freesample input:nth-child(3) {
  display: none;
}
.smallheader .heading {
  padding: 0;
}
.smallheader .header {
  padding: 100px 0 0;
  height: 250px;
}
.heading {
  float: left;
  padding: 20% 0%;
  text-align: center;
  width: 100%;
}
.heading h1 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.heading h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.heading p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
button.transparent,
.button.transparent {
  background: rgba(0,0,0,0.68);
  border-radius: 0px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0px 10px;
  padding: 15px 30px;
}
button.transparent:hover,
.button.transparent:hover {
  background: #82ae00;
  border: 1px solid #82ae00;
}
button.green,
.button.green {
  background: #82ae00;
  border-radius: 0px;
  border: 1px solid #ffffff;
  border: 1px solid #82ae00;
  color: #ffffff;
  margin: 0px 10px;
  padding: 15px 30px;
}
button.green:hover,
.button.green:hover {
  background: rgba(0,0,0,0.68);
}
button.white,
.button.white {
  background: rgba(255,255,255,0.68);
  border-radius: 0px;
  border: 1px solid #8C8C8C;
  color: #8BB316;
  padding: 15px 30px;
}
button.white:hover,
.button.white:hover {
  background: #82ae00;
  border: 1px solid #82ae00;
  color: #fff;
}
.button,
button {
  transition: all .3s ease-out;
}
.button i.st,
button i.st {
  font-size: 18px;
  margin-left: 10px;
}
.trigger {
  background: #000000;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.trigger:hover {
  background: #82ae00;
}
.main-menu {
  position: absolute;
  top: 50px;
  right: 20px;
}
.main-menu ul.menu {
  float: left;
  text-align: right;
  width: 100%;
}
.main-menu ul.menu li {
  display: inline-block;
}
.main-menu ul.menu li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  transition: all .3s ease-out;
}
.main-menu ul.menu li a:hover {
  background: #82ae00;
}
.main-menu ul.menu li.active {
  background: #82ae00;
}
.main-menu ul.menu li.sample a {
  background: #82ae00;
}
.main-menu ul.menu li.sample a:hover {
  background: #608c00;
}
.mobile-menu {
  float: left;
  width: 100%;
}
.mobile-menu ul.menu {
  float: left;
  width: 100%;
}
.mobile-menu ul.menu li {
  float: left;
  width: 100%;
}
.mobile-menu ul.menu li a {
  border-bottom: 1px solid #2F2F2F;
  color: #ffffff;
  padding: 20px;
}
.mobile-menu ul.menu li a:hover {
  background: #82ae00;
}
.mobile-menu ul.menu li.active {
  background: #82ae00;
}
div#offCanvas {
  background: #191919;
  height: 100%;
}
.welcome-section {
  float: left;
  padding: 50px 0px;
  text-align: center;
  width: 100%;
}
.welcome-section h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
}
.welcome-section p {
  color: #333333;
  font-size: 18px;
}
.featured-section {
  float: left;
  padding: 50px 0px;
  text-align: center;
  width: 100%;
  background: #eee;
}
.featured-section h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
}
.featured-section p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 100px;
}
.highlight-section {
  background: url(../img/banner-2a.png);
  background-size: cover;
  float: left;
  padding: 30px 0px;
  width: 100%;
}
.highlight-content {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.highlight-box1 {
  float: left;
  height: 185px;
  position: relative;
  width: 430px;
}
.highlight-box1 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.highlight-box1 p {
  color: #ffffff;
  font-size: 14px;
}
.highlight-box1 .round-thumb {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #ffffff;
  float: left;
  height: 125px;
  margin-right: 30px;
  position: relative;
  width: 125px;
  z-index: 1;
  margin-bottom: 20px;
}
.highlight-box1 .round-thumb:after {
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  background: #ffffff;
  bottom: -59px;
  content: '';
  height: 150px;
  position: absolute;
  right: 25px;
  transform: scale(1) rotate(-45deg);
  width: 1px;
}
.highlight-box1 .round-thumb img {
  position: relative;
  z-index: 1;
}
.highlight-box1 .round-thumb:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  bottom: -48px;
  content: '';
  height: 20px;
  position: absolute;
  right: -38px;
  width: 20px;
}
.highlight-box2 {
  float: left;
  height: 185px;
  left: -195px;
  position: relative;
  top: 171px;
  width: 430px;
}
.highlight-box2 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.highlight-box2 p {
  color: #ffffff;
  font-size: 14px;
}
.highlight-box2 .round-thumb {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #ffffff;
  float: left;
  height: 125px;
  margin-right: 30px;
  position: relative;
  width: 125px;
  z-index: 1;
  margin-bottom: 20px;
}
.highlight-box2 .round-thumb:after {
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  background: #ffffff;
  bottom: -59px;
  content: '';
  height: 150px;
  position: absolute;
  right: 25px;
  transform: scale(1) rotate(-45deg);
  width: 1px;
}
.highlight-box2 .round-thumb img {
  position: relative;
  z-index: 1;
}
.highlight-box2 .round-thumb:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  bottom: -48px;
  content: '';
  height: 20px;
  position: absolute;
  right: -38px;
  width: 20px;
}
.highlight-box3 {
  float: right;
  height: 185px;
  left: -70px;
  position: relative;
  text-align: right;
  top: -165px;
  width: 430px;
}
.highlight-box3 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.highlight-box3 p {
  color: #ffffff;
  font-size: 14px;
}
.highlight-box3 .round-thumb {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #ffffff;
  float: right;
  height: 125px;
  margin-left: 30px;
  position: relative;
  width: 125px;
  z-index: 1;
  margin-bottom: 20px;
}
.highlight-box3 .round-thumb:after {
  -moz-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg);
  background: #ffffff;
  bottom: -23px;
  content: '';
  height: 93px;
  position: absolute;
  right: 94px;
  transform: scale(1) rotate(45deg);
  width: 1px;
}
.highlight-box3 .round-thumb img {
  position: relative;
  z-index: 1;
}
.highlight-box3 .round-thumb:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  bottom: -19px;
  content: '';
  height: 20px;
  position: absolute;
  right: 117px;
  width: 20px;
}
.welcome-section.casestudies {
  text-align: left;
}
.welcome-section.casestudies a img {
  transition: all .3s ease-out;
}
.welcome-section.casestudies a:hover {
  color: #5f8b00;
}
.welcome-section.casestudies a:hover img {
  opacity: 0.7;
}
.welcome-section.casestudies .post-title {
  font-size: 26px;
}
.welcome-section.casestudies .post-title a {
  color: #81ad00;
  transition: all .3s ease-out;
}
.welcome-section.casestudies .post-title a:hover {
  color: #5f8b00;
}
.welcome-section.casestudies .post-title a:hover img {
  opacity: 0.7;
}
.button-container {
  float: left;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.button-container button {
  margin-bottom: 20px;
}
.casestudy {
  background: #eeeeee;
  float: left;
  padding: 70px 0px;
  width: 100%;
}
.casestudy .post-title {
  color: #81ad00;
  float: left;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
}
.casestudy .post-title a {
  color: #81ad00;
}
.casestudy .post-title a:hover {
  color: #5f8b00;
}
.service {
  background: #eeeeee;
  float: left;
  padding: 70px 0px;
  width: 100%;
}
.post-loop {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.post-loop img {
  float: left;
  margin-bottom: 21px;
  width: 100%;
}
.post-loop p {
  font-size: 16px;
}
.strip-ads {
  background: url(../img/banner-4.png) no-repeat center;
  background-size: cover;
  float: left;
  padding: 30px 0px;
  width: 100%;
}
.strip-ads h4 {
  color: #ffffff;
  float: left;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  text-align: center;
  width: 100%;
}
.strip-ads .button i {
  transition: all .3s ease-out;
}
.strip-ads .button:hover i {
  transform: translateX(5px) translateY(-5px);
}
.pane {
  float: left;
  width: 100%;
}
.pane img {
  margin-bottom: 30px;
}
.pane h4 {
  margin-bottom: 10px;
}
ul.benifits {
  float: left;
  margin: 0px;
  width: 100%;
}
ul.benifits li {
  color: #ffffff;
  float: left;
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  min-height: 40px;
}
ul.benifits li span {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #82ae00;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  left: 0px;
  margin-right: 15px;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 40px;
}
ul.benifits p {
  display: inline-block;
  float: left;
}
.upper-footer {
  margin-bottom: 30px;
  padding: 35px 0px 20px 0px;
  width: 100%;
}
.middle-footer {
  background: #82ae00;
  height: 100px;
}
.middle-footer .columns,
.middle-footer .row {
  height: 100%;
}
.middle-footer .social {
  text-align: right;
}
.middle-footer .social a {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  background: transparent;
  transition: all .3s ease-out;
  border-radius: 100%;
}
.middle-footer .social a.fb:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.middle-footer .social a.tw:hover {
  background: #55acee;
  border-color: #55acee;
}
.middle-footer .social a.li:hover {
  background: #007bb5;
  border-color: #007bb5;
}
ul.contact-number {
  float: left;
  margin: 0px;
  width: 100%;
}
ul.contact-number li {
  border-right: 1px solid #696969;
  color: #81ad00;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-right: 15px;
  padding-right: 15px;
}
ul.contact-number li:last-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
span.email-info {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}
span.email-info a {
  color: #666666;
  transition: all .3s ease-out;
}
span.email-info a:hover {
  color: #81ad00;
}
span.visit-link {
  float: right;
}
span.visit-link img {
  width: 200px;
}
.lower-footer {
  float: left;
  padding-bottom: 30px;
  width: 100%;
  padding-top: 30px;
}
span.footer-logo {
  float: left;
}
span.copyrights {
  color: #333333;
  float: left;
  font-size: 13px;
  padding-top: 14px;
  text-align: center;
  width: 100%;
}
span.credits {
  float: right;
}
form label {
  text-align: left;
}
.products {
  background: #fff;
  padding: 50px 0;
  clear: both;
}
.prod {
  position: relative;
  padding-left: 380px;
  min-height: 250px;
}
.prod h3 {
  color: #82ae00;
  padding-top: 50px;
}
.prod figure {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.prod figure .detail {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 3px solid #FFF;
  box-shadow: 0px 0px 1px 2px #597E15;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: -20px;
  display: block;
  transition: all .3s ease-out;
  background-size: auto 100%;
}
.prod figure .detail:hover {
  background-size: auto 110%;
}
#sendcontact input:nth-child(3) {
  display: none;
}
body.scroll .cookieconsent-simple {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease-out !important;
}
.cookieconsent-simple {
  min-width: 100% !important;
  max-width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  background: rgba(0,0,0,0.5) !important;
  right: unset !important;
  padding: 10px !important;
  font-size: unset !important;
  line-height: 17.5px !important;
  color: unset !important;
  font-family: unset !important;
  text-align: left !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease-out !important;
}
.cookieconsent-simple h1 {
  display: none !important;
}
.cookieconsent-simple p,
.cookieconsent-simple li {
  color: #ffffff !important;
  font-family: 'Lato', sans-serif !important;
  line-height: 17.5px !important;
  margin: 0px !important;
  font-size: 11px !important;
  max-width: 100% !important;
  display: inline-block !important;
  float: left !important;
}
.cookieconsent-simple p a,
.cookieconsent-simple li a {
  color: #ffffff !important;
}
.cookieconsent-simple .ccp-text {
  font-family: 'Lato', sans-serif !important;
  line-height: unset !important;
  margin-bottom: 0px !important;
  font-size: 11px !important;
  color: #ffffff !important;
  display: inline-block !important;
}
.cookieconsent-simple .ccp-text p {
  display: none !important;
}
.cookieconsent-simple .btn-change-settings,
.cookieconsent-simple .btn-got-it {
  background: #82ae00 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 12.5px !important;
  padding: 0px 5px !important;
  transition: all 0.3s ease-out !important;
  color: #fff !important;
  border: none !important;
  border-radius: unset !important;
  outline: unset !important;
  cursor: unset !important;
  margin: 0 0 0 5px !important;
  display: unset !important;
  height: unset !important;
  line-height: unset !important;
  float: right !important;
}
.cookieconsent-change-settings .cc_cs_content .cc_cs_footer .cc_cs_f_save button {
  background: #82ae00 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 12.5px !important;
  padding: 10px 15px !important;
  transition: all 0.3s ease-out !important;
  color: #fff !important;
  border: none !important;
  border-radius: unset !important;
  outline: unset !important;
  cursor: unset !important;
  margin: 0 5px !important;
  display: unset !important;
  height: unset !important;
  line-height: unset !important;
  float: left !important;
}
@media only screen and (max-width: 1024px) {
  .cookieconsent-simple {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .cookieconsent-simple {
    top: 80px !important;
  }
  .cookieconsent-simple .btn-change-settings,
  .cookieconsent-simple .btn-got-it {
    float: left !important;
    display: block !important;
  }
}
