/*
Theme Name: HTML Prototypes v1
Theme URI: 
Author: EME UI Development Team
Author URI: 
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: 
Tags: 
Text Domain: htmlprototype
*/
/*---------------------------- [table of contents] ------------------
1. variables
2. links
3. layout
    3.1 tables
    3.2 forms
4. site styles
5  image styles
6. media queries
7. base site notifications
8. owl carousel
9. Fancybox 3
10. mixin
-------------------------------------------------------------------*/
/* 1. variables */
/* 2. links */
/* 3. layout */
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol li,
ul li {
  line-height: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
blockquote {
  font-size: 15px;
}
/* 3.1 tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
/* 3.2 forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #dfdfdf;
  /* ios border radius fix */
  -webkit-appearance: none;
  border-radius: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 40px;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
  font-size: 40px;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 40px;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
video {
  width: 100%;
  height: auto;
}
.video-wrapper {
  max-width: 700px;
  margin: 40px auto 0;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.has-feedback {
  position: relative;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.response-field-upload {
  border: 1px solid #cccccc;
}
.response-field-upload input {
  width: 100%;
  outline: none !important;
  padding: 10px;
  cursor: pointer;
}
.response-field-date .day,
.response-field-date .month,
.response-field-date .year,
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds {
  width: 50px;
}
.input-line > span {
  display: inline-block;
  vertical-align: top;
}
.input-line .above-line {
  margin-top: 7px;
  width: 10px;
  text-align: center;
}
span.am_pm {
  margin-left: 10px;
}
select {
  /* replace with arrow type in your design */
  background: url(images/down_arrow_icon_dark.png) no-repeat right center;
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  padding-right: 30px !important;
}
select::-ms-expand {
  display: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 12px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.c-popup .modal-header {
  padding: 30px;
}
.c-popup .modal-header .close {
  background-color: transparent;
  border: none;
  font-weight: 400;
}
.c-popup .modal-body img {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.ani {
  animation-duration: 1s;
}
.bounceIn {
  animation-name: bounceIn;
}
.left {
  animation-name: left;
}
.right {
  animation-name: right;
}
.up {
  animation-name: up;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }
}
@keyframes left {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* 4. site styles 
*  --------------  write yout site related styles here ------------ */
/* no scroll body */
.noscroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
.title-parent {
  padding-top: 50px;
}
.title-parent h2 {
  font-size: 54px;
  line-height: 38px;
  font-family: 'majesti_bannermedium';
  color: #313131;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.title-parent h2 span {
  font-size: 30px;
  display: block;
  line-height: 30px;
  margin-bottom: 6px;
}
/* line ball deco */
.lineball:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  display: none;
}
.lineball:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ededed;
  display: none;
}
.viewall {
  color: #363636;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 14px;
  padding: 18px;
  margin-bottom: 12px;
}
.owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
}
.owl-nav div svg {
  fill: #fff;
}
.owl-nav div.disabled {
  cursor: not-allowed !important;
}
.owl-nav div.disabled svg {
  fill: #8a8a8a;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}
/* mega menu */
.main-menu-container .hvcenter {
  top: 75px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
}
.main-menu-container .hvcenter .logo {
  text-align: center;
  width: 160px;
  margin: auto;
  display: block;
}
.main-menu-container .hvcenter .logo svg {
  fill: #39b54a;
}
.main-menu-container .hvcenter .main-menu {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
.main-menu-container .hvcenter .main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu-container .hvcenter .main-menu ul li {
  opacity: 0;
  transform: rotateY(-90deg);
  transition: all 0.6s cubic-bezier(0.36, -0.64, 0.34, 1.76);
}
.main-menu-container .hvcenter .main-menu ul li a {
  font-size: 23px;
  font-family: 'majesti_bannermedium';
  color: #c7c7c7;
  line-height: 50px;
  display: block;
}
.main-menu-container .hvcenter .main-menu ul li a:hover {
  color: #39b54a;
  text-decoration: none;
  transform: scale(1.05);
  transform-origin: center;
}
.main-menu-container .hvcenter .main-menu ul li.current-menu-item a {
  color: #39b54a;
  text-decoration: none;
}
.main-menu-container .hvcenter .main-menu ul li.ani {
  opacity: 1;
  transform: none;
  transition: all 0.6s cubic-bezier(0.36, -0.64, 0.34, 1.76);
}
.main-menu-container .hvcenter .main-menu ul li .sub-menu {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}
.main-menu-container .hvcenter .main-menu ul li .sub-menu li a {
  font-size: 18px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  .main-menu-container .hvcenter .main-menu ul li .sub-menu li a {
    font-size: 20px;
    line-height: 45px;
    padding: 0 15px;
  }
}
.main-menu-container .hvcenter .main-business {
  padding: 0 20px 50px;
  transition: all 1s;
  overflow: hidden;
}
.main-menu-container .hvcenter .main-business .title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
  color: #c7c7c7;
  font-family: 'majesti_bannermedium';
}
.main-menu-container .hvcenter .main-business .title:hover {
  color: #39b54a;
  text-decoration: none;
  transform: scale(1.05);
  transform-origin: center;
}
.main-menu-container .hvcenter .main-business .link-parent {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 0;
}
.main-menu-container .hvcenter .main-business .link-parent .product {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
}
.main-menu-container .hvcenter .main-business .link-parent .product div {
  text-align: center;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  height: 150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main-menu-container .hvcenter .main-business .link-parent .product:hover div {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu-container .hvcenter .main-business .link-parent .product span {
  position: absolute;
  font-size: 14px;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 15px;
  line-height: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.main-menu-container .hvcenter .main-business .link-parent .product:before {
  content: '';
  background: #636363;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.4s;
}
.main-menu-container .hvcenter .main-business .link-parent .product:hover {
  text-decoration: none;
}
.main-menu-container .hvcenter .main-business .link-parent .product:hover:before {
  background: #39b54a;
}
.main-menu-container .hvcenter .main-business .socialmedia {
  font-size: 0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.main-menu-container .hvcenter .main-business .socialmedia a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background: #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 20px;
}
.main-menu-container .hvcenter .main-business .socialmedia a:hover {
  background: #39b54a;
}
.main-menu-container .hvcenter .main-business .socialmedia a:hover svg {
  fill: #fff;
}
.main-menu-container .hvcenter .main-business .socialmedia a:last-child:after,
.main-menu-container .hvcenter .main-business .socialmedia a:last-child:before {
  background: none;
}
.main-menu-container .hvcenter .main-business .socialmedia a:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  width: 7px;
  height: 1px;
  background: #39b54a;
  right: -23px;
  margin: auto;
  pointer-events: none;
}
.main-menu-container .hvcenter .main-business .socialmedia a:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  width: 1px;
  height: 7px;
  background: #39b54a;
  right: -20px;
  margin: auto;
  pointer-events: none;
}
.main-menu-container .hvcenter .main-business .socialmedia a svg {
  fill: #464646;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
/* alternate menu */
.alternate-menu {
  height: 50px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.alternate-menu .inner {
  margin: auto;
  font-size: 0;
  text-align: center;
}
.alternate-menu .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 90px);
}
.alternate-menu .inner ul:first-child {
  text-align: right;
}
.alternate-menu .inner ul:last-child {
  text-align: left;
}
.alternate-menu .inner ul li {
  display: inline-block;
  vertical-align: top;
}
.alternate-menu .inner ul li a {
  font-size: 11px;
  display: block;
  padding: 18px 25px 18px;
  text-transform: uppercase;
  line-height: 14px;
  color: #474747;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.alternate-menu .inner ul li a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #39b54a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.alternate-menu .inner ul li a:hover {
  text-decoration: none;
}
.alternate-menu .inner ul li a:hover:after {
  width: 100%;
}
.alternate-menu .inner ul li.current-menu-item a:after {
  width: 100%;
}
.alternate-menu .inner .minified-logo {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding: 12px 0;
}
/* business carousel on device */
.our-business,
.our-business-inner {
  font-size: 0;
}
.our-business .title-parent .ob-ani,
.our-business-inner .title-parent .ob-ani {
  display: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-business .item,
.our-business-inner .item {
  display: block;
  max-width: 370px;
  margin: auto;
  padding-bottom: 10px;
}
.our-business .item .description,
.our-business-inner .item .description {
  border: 1px solid #e1e1e1;
  margin: -10px 0 0 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  min-height: 112px;
  padding: 38px 100px 30px 30px;
  -webkit-box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.04);
}
.our-business .item .description:before,
.our-business-inner .item .description:before {
  content: '';
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #39b54a;
  width: 70px;
  top: 30px;
  left: -30px;
}
.our-business .item .description .title,
.our-business-inner .item .description .title {
  display: block;
  color: #262626;
  font-family: 'majesti_bannermedium';
  font-size: 18px;
  line-height: 20px;
}
.our-business .item .description .findmore,
.our-business-inner .item .description .findmore {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 0;
  letter-spacing: 1px;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 10px;
  background: #39b54a;
  color: #fff;
  padding: 0 15px;
}
.our-business .item:hover,
.our-business-inner .item:hover {
  text-decoration: none;
}
.our-business-inner {
  padding-top: 5px;
}
.our-business-inner .item,
.our-business-inner .grey-bg {
  padding-top: 20px;
}
.our-business-inner .grey-bg {
  font-size: 0;
}
.our-business-inner .grey-bg .img-holder .imgblock {
  height: 190px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-business-inner .grey-bg .img-holder .propertyurl {
  font-size: 12px;
  color: #9f9f9f;
  display: block;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  height: 50px;
  line-height: 50px;
}
.our-business-inner .grey-bg .img-holder a.propertyurl:hover {
  color: #85aa00;
}
.our-business-inner .grey-bg .bdescription {
  font-size: 14px;
}
.our-business-inner .grey-bg .bdescription .title {
  font-family: 'majesti_bannermedium';
  font-size: 30px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 35px;
  padding: 15px 0 35px;
}
.our-business-inner .grey-bg .bdescription .title:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #39b54a;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto;
}
.our-business-inner .grey-bg .bdescription .text-center {
  font-size: 0;
  margin: auto;
  max-width: 320px;
  padding: 25px 0 40px;
}
.our-business-inner .grey-bg .bdescription .text-center .location,
.our-business-inner .grey-bg .bdescription .text-center .readmore {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  height: 40px;
  line-height: 40px;
  width: calc(50% - 10px);
  letter-spacing: 1px;
  text-decoration: none;
}
.our-business-inner .grey-bg .bdescription .text-center .location {
  border: 1px solid #85aa00;
  background: #fff;
  color: #85aa00;
  margin-right: 10px;
}
.our-business-inner .grey-bg .bdescription .text-center .location:hover {
  background: #85aa00;
  color: #fff;
}
.our-business-inner .grey-bg .bdescription .text-center .readmore {
  margin-left: 10px;
  color: #fff;
  background: #85aa00;
}
.our-business-inner .grey-bg .bdescription .text-center .readmore:hover {
  background: #475612;
}
.our-business-inner + .ta-widget-wrapper {
  position: relative;
  display: block;
  text-align: center;
}
.our-business-inner + .ta-widget-wrapper .ta-new-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: unset;
}
.our-business-inner + .ta-widget-wrapper > div {
  display: inline-block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.our-business-inner + .ta-widget-wrapper > div div {
  margin: auto !important;
}
.our-business-inner + .ta-widget-wrapper > div img {
  width: 100%;
}
/*
*/
/* our tea collection */
.our-tea-collection {
  margin-top: 60px;
  position: relative;
}
.our-tea-collection:before {
  content: '';
  background-image: url(images/tea-collection-bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.our-tea-collection .dark-line-back {
  display: none;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #232323;
  left: 34px;
  z-index: -3;
}
.our-tea-collection .otc-ani {
  display: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-tea-collection .title-parent h2,
.our-tea-collection .title-parent .viewall {
  color: #fff;
}
.our-tea-collection .collection-carousel {
  padding-bottom: 32px;
  border-bottom: 1px solid #171717;
}
.our-tea-collection .collection-carousel .item {
  background: #fff;
  text-align: center;
}
.our-tea-collection .collection-carousel .item .wishlist {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}
.our-tea-collection .collection-carousel .item .wishlist svg {
  fill: #d7d7d7;
}
.our-tea-collection .collection-carousel .item .img-holder {
  width: 222px;
  height: 222px;
  margin: 50px auto 0;
  display: inline-block;
  vertical-align: top;
  overflow: visible;
}
.our-tea-collection .collection-carousel .item .description {
  border: 1pxsolid #e1e1e1;
}
.our-tea-collection .collection-carousel .item .description .title {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  min-height: 55px;
  padding: 15px 30px 0;
  color: #252525;
}
.our-tea-collection .collection-carousel .item .description .sub-title {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  padding: 20px 0;
  display: block;
}
.our-tea-collection .collection-carousel .item .description .button-parent {
  font-size: 0;
  /* chrome specific hacks */
}
.our-tea-collection .collection-carousel .item .description .button-parent .price,
.our-tea-collection .collection-carousel .item .description .button-parent .shopnow {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 56px;
  line-height: 56px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .our-tea-collection .collection-carousel .item .description .button-parent .price,
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow {
    line-height: 58px;
  }
}
.our-tea-collection .collection-carousel .item .description .button-parent .price {
  color: #363636;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-top: 1px solid #e1e1e1;
}
.our-tea-collection .collection-carousel .item .description .button-parent .price svg {
  fill: #a1a1a1;
  margin: 18px 10px 18px 0;
  display: inline-block;
  vertical-align: top;
}
.our-tea-collection .collection-carousel .item .description .button-parent .shopnow {
  background: #39b54a;
}
.our-tea-collection .collection-carousel .item .description .button-parent .shopnow span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 56px;
  padding-right: 15px;
}
.our-tea-collection .collection-carousel .item .description .button-parent .shopnow span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
}
.our-tea-collection .collection-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.our-tea-collection .owl-dots .owl-dot span {
  background: #fff;
}
.our-tea-collection .owl-dots .owl-dot.active span:after,
.our-tea-collection .owl-dots .owl-dot:hover span:after {
  border-color: #6d6d6d;
}
/* awards */
.awards .aw-ani {
  display: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.awards .title-parent h2 {
  font-size: 60px;
  line-height: 48px;
  position: relative;
}
.awards .title-parent h2:before {
  content: '';
  height: 30px;
  width: 1px;
  background: #39b54a;
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: auto;
}
.awards .title-parent .viewall {
  padding-top: 55px;
}
.awards .awards-carousel #awards-carousel .item {
  margin: auto;
  max-width: 375px;
}
.awards .awards-carousel #awards-carousel .item .img-holder {
  height: 147px;
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.awards .awards-carousel #awards-carousel .item .img-holder img {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.awards .awards-carousel #awards-carousel .item .description .title {
  color: #363636;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding: 30px 15px 15px;
  position: relative;
}
.awards .awards-carousel #awards-carousel .item .description .title:before {
  content: '';
  height: 2px;
  width: 60px;
  background: #39b54a;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.awards .awards-carousel #awards-carousel .item .description p {
  font-size: 13px;
  line-height: 24px;
}
.awards .awards-carousel #awards-carousel .item .description .more {
  font-size: 11px;
  font-weight: 500;
  color: #39b54a;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
}
.awards .awards-carousel #awards-sync-carousel {
  display: none;
}
.awards .awards-carousel #awards-sync-carousel .item {
  transition: all 0.3s;
}
.awards .awards-carousel #awards-sync-carousel .item .img-holder {
  height: 224px;
  text-align: center;
  padding: 55px 0;
  cursor: pointer;
}
.awards .awards-carousel #awards-sync-carousel .item .img-holder img {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.awards .awards-carousel #awards-sync-carousel .item:after {
  content: '';
  height: 65px;
  width: 1px;
  background: #dedede;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* subscribe */
.subscribe {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  min-width: 220px;
}
.subscribe .title {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 9px;
  color: #39b54a;
}
.subscribe input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  height: 65px;
  text-align: center;
  color: #474747;
  font-family: 'majesti_bannermedium';
  line-height: 60px;
  padding: 0;
  outline: none;
}
.subscribe input:invalid {
  box-shadow: none;
}
.subscribe input:-moz-submit-invalid {
  box-shadow: none;
}
.subscribe input:-moz-ui-invalid {
  box-shadow: none;
}
.subscribe input:active,
.subscribe input:focus,
.subscribe input:visited {
  outline: none;
}
.subscribe .form-control:focus {
  border-color: #e5e5e5;
}
.subscribe #subs_send {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 88px;
}
.subscribe #subs_send svg {
  width: 30px;
  height: 30px;
  fill: #cccccc;
}
.subscribe #subs_send:focus,
.subscribe #subs_send:active {
  outline: none;
}
.subscribe .error-msg {
  display: block;
  font-size: 11px;
  color: red;
  padding-top: 5px;
}
/* footer */
.footer {
  background: #1c1c1c;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #6c6c6c;
  padding-top: 50px;
  font-size: 13px;
  z-index: 1;
  position: relative;
}
.footer .logo-footer {
  width: 180px;
  height: 60px;
  display: block;
}
.footer .logo-footer .footer-logo {
  display: inline-block;
  vertical-align: top;
}
.footer .logo-footer .footer-logo svg {
  fill: #39b54a;
  width: 180px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
.footer .social-media {
  margin-top: 30px;
}
.footer .social-media .icons {
  margin: 10px 0 50px;
}
.footer .social-media .icons a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  padding: 14px 0;
  background: #363636;
}
.footer .social-media .icons a svg {
  width: 13px;
  height: 13px;
}
.footer .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.footer .quick-menu .title,
.footer .contact-block .title {
  font-size: 12px;
  font-weight: 500;
  color: #39b54a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  line-height: 12px;
  margin-bottom: 4px;
}
.footer a {
  color: #6c6c6c;
}
.footer .quick-menu {
  font-weight: 400;
  padding-bottom: 42px;
}
.footer .quick-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .quick-menu ul li a {
  display: block;
  line-height: 20px;
  padding: 2px 0;
}
.footer .quick-menu ul li.current-menu-item a {
  color: #39b54a;
}
.footer .contact-block {
  padding-bottom: 25px;
}
.footer .contact-block a {
  display: block;
}
.footer .credits-and-copyright {
  background: #454545;
}
.footer .download-catalogue-parent {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.footer .download-catalogue-parent .download-catalogue {
  background: #363636;
  padding: 30px 0 26px;
  font-size: 0;
}
.footer .download-catalogue-parent .download-catalogue .title {
  color: #939393;
  font-size: 30px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.footer .download-catalogue-parent .download-catalogue .title span {
  font-size: 12px;
  display: block;
  line-height: 10px;
  margin-top: 7px;
}
.footer .download-catalogue-parent .download-catalogue a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 7px 5px;
  height: 60px;
  border: 1px solid #3c3c3c;
}
.footer .download-catalogue-parent .download-catalogue a span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #939393;
  line-height: 8px;
  padding: 5px 0 0;
}
.footer .download-catalogue-parent .download-catalogue a svg {
  display: inline-block;
  vertical-align: top;
}
.footer .download-catalogue-parent .download-catalogue a:hover {
  text-decoration: none;
}
.footer .download-catalogue-parent .sitemap-parent {
  padding: 20px 0 50px;
}
.footer .download-catalogue-parent .sitemap-parent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer .download-catalogue-parent .sitemap-parent ul li {
  display: inline-block;
  vertical-align: top;
}
.footer .download-catalogue-parent .sitemap-parent ul li a {
  display: block;
  line-height: 15px;
  padding: 0 12px;
  position: relative;
  font-size: 13px;
}
.footer .download-catalogue-parent .sitemap-parent ul li a:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background: #4d4d4d;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .download-catalogue-parent .sitemap-parent ul li.current-menu-item a {
  color: #39b54a;
}
.footer .download-catalogue-parent .sitemap-parent ul li:last-child a:after {
  background: none;
}
.credits-and-copyright {
  font-size: 12px;
  color: #828282;
  padding: 15px 0;
}
.credits-and-copyright .credits,
.credits-and-copyright .copyrights {
  padding: 10px 0;
}
.credits-and-copyright .eme-link {
  color: #39b54a;
}
.inner-default-carousel {
  max-width: 700px;
  margin: 40px auto 30px;
}
.inner-default-carousel .owl-nav div svg {
  fill: #39b54a;
}
/* map */
#location-map h4 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  color: #1a1a1a;
  position: relative;
}
#location-map h4:after {
  content: '';
  background: #1a1a1a;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}
.map-parent {
  position: relative;
}
.map-parent #locations-dropdown {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.map-parent .form-control {
  height: 50px;
  padding: 10px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
}
#map {
  height: 460px;
}
#map .infobox .img-holder {
  display: none;
}
#map .infobox .description {
  text-align: left;
  line-height: 18px;
}
#map .infobox .description span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 400;
}
#map .infobox .description span.address {
  font-weight: 500;
}
#map .infobox .description span.contact {
  margin-top: 3px;
}
#map .infobox .description span .getdirection {
  text-decoration: underline;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
/* gallery */
.gallery-parent {
  overflow: hidden;
}
.gallery-parent .filtr-container {
  font-size: 0;
}
.gallery-parent .filtr-container .filtr-item {
  display: block;
  width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  /*&.video {
                &:before {
                    content: '';
                    position: absolute;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: @black;
                    opacity: .6;
                    transition: all .3s;
                }
            }
            
            .sub-item {
                height: 105px;
                width: 50%;
                display: inline-block;
                vertical-align: top;
                border-left: 1px solid #FFF;
                border-bottom: 1px solid #fff;
                &:nth-child(2n+1) {
                    border-left: none;
                }
                }*/
}
.gallery-parent .filtr-container .filtr-item a {
  height: 200px;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-parent .filtr-container .filtr-item a span {
  position: absolute;
  height: 38px;
  width: 38px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-parent .filtr-container .filtr-item a span svg {
  fill: #fff;
}
.gallery-parent .filtr-container .filtr-item a:nth-child(5n+1) {
  width: 100%;
}
.gallery-parent .gallery-trigger {
  margin: 20px 0 13px;
}
.gallery-parent .gallery-trigger .title {
  vertical-align: top;
  background: #39b54a;
  font-size: 11px;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px;
}
.gallery-parent .gallery-trigger select {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000000;
}
.gallery-parent .category-label {
  font-size: 24px;
  padding: 15px 0 12px 80px;
  font-family: 'majesti_bannermedium';
  position: relative;
  display: block;
}
.gallery-parent .category-label:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #39b54a;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* awards inner template */
.awards-wrapper .awards-box .yearball {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 55px auto 15px;
  position: relative;
}
.awards-wrapper .awards-box .yearball .yearholder {
  font-family: 'majesti_bannermedium';
  background: #39b54a;
  color: #fff;
  border-radius: 50%;
  display: block;
  height: 60px;
  font-size: 16px;
  line-height: 32px;
  padding: 16px 0;
}
.awards-wrapper .awards-box .yearball .svgholder {
  position: absolute;
  top: 45px;
  left: 8px;
  display: block;
  height: 30px;
}
.awards-wrapper .awards-box .yearball .svgholder svg {
  fill: #ac8603;
}
.awards-wrapper .awards-box .award-holder {
  padding-top: 20px;
}
.awards-wrapper .awards-box .award-holder .img-holder {
  height: 211px;
  background: #ebebeb;
  padding: 0;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel {
  width: 290px;
  height: 210px;
  margin: auto;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel .owl-nav .owl-prev {
  left: 6px;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel .owl-nav .owl-next {
  right: 6px;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel .owl-nav div svg {
  fill: #c2d47f;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel .item {
  width: 100%;
}
.awards-wrapper .awards-box .award-holder .img-holder .awards-inner-carousel .item img {
  width: auto;
}
.awards-wrapper .awards-box .award-holder .img-holder .img-responsive {
  margin: auto;
}
.awards-wrapper .awards-box .award-holder .description .title {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding-top: 55px;
  padding-bottom: 25px;
  position: relative;
}
.awards-wrapper .awards-box .award-holder .description .title:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #39b54a;
  position: absolute;
  top: 45px;
  left: 0;
}
/* contact us */
.contact-fluid {
  padding-bottom: 60px;
}
.contact-fluid .contact-form {
  padding-top: 15px;
}
.contact-fluid .contact-form .contact-box {
  padding: 0 15px;
}
.contact-fluid .contact-form .contact-box.address-box {
  padding-top: 10px;
}
.contact-fluid .contact-form .contact-box.address-box .bbox {
  margin-top: 30px;
  border: 5px solid #f2f2f2;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  padding: 27px 15px 23px;
}
.contact-fluid .contact-form .contact-box.address-box .bbox span {
  font-size: 14px;
  line-height: 20px;
  color: #39b54a;
  display: block;
  padding-bottom: 5px;
}
.contact-fluid .contact-form .contact-box.address-box .bbox a {
  display: block;
  color: #000000;
  text-decoration: underline;
}
.contact-fluid .contact-form .contact-box.address-box .bbox a:hover {
  color: #39b54a;
}
.dfb-form label,
.dfb-form .is_required {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #343434;
}
.dfb-form button {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  height: 50px;
  line-height: 50px;
  width: calc(50% - 5px);
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 5px;
  color: #fff;
  background: #39b54a;
  border: none;
}
.dfb-form button#resetBtn {
  background: #cccccc;
}
.dfb-form button#resetBtn:hover {
  background: #505050;
}
.dfb-form button:hover {
  background: #475612;
}
.dfb-form button:last-child {
  margin-right: 0;
}
#newsletter .fb-submit-row {
  font-size: 0;
}
#newsletter .fb-submit-row button {
  width: 50%;
  margin: 0;
}
/* recaptcha scale down to mobile */
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* --------------  write yout site related styles here ------------ */
/* 5. image styles */
.alignnone {
  margin: 25px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 5px auto;
}
.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
a img.alignnone {
  margin: 25px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}
.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-inner-carousel .item {
  width: 100%!important;
  padding: 0!important;
}
.def-image img {
  margin: 30px auto;
}
.our-business-inner .grow img {
  width: 100%;
}
.button-list {
  display: none;
}
/* 6. media queries */
.csr {
  text-align: center;
  width: 100%;
}
.csr table {
  margin: 0 auto;
}
.csr table tr > td:first-child {
  padding-right: 20px;
}
.csr table tr td {
  padding-top: 10px;
}
.csr table tr td img {
  padding: 4px;
  border: 1px solid #EFEFEF;
  max-width: 100%;
  width: auto;
}
table.see-all {
  margin-top: 25px;
}
table.see-all tbody tr td {
  padding: 5px;
  padding-left: 0px;
}
.tour-bk-btn a {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  height: 50px;
  line-height: 50px;
  width: calc(50% - 5px);
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 10px;
  color: #fff;
  background: #39b54a;
  border: none;
}
#accordion .panel {
  margin-bottom: 10px;
}
#accordion .panel-title {
  background-color: #e1e1e1;
  margin-bottom: 0;
}
#accordion .panel-title a {
  padding: 10px 25px 10px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #313131;
  display: block;
  position: relative;
}
#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
  text-decoration: none;
}
#accordion .panel-title a:after {
  content: url(images/icon-minus.png);
  position: absolute;
  top: 8px;
  right: 15px;
}
#accordion .panel-title a.collapsed:after {
  content: url(images/icon-plus.png);
  top: 12px;
}
#accordion .panel-body {
  padding: 20px 30px;
}
.awards .widget-type-2 {
  margin-top: 30px;
}
.insta-wrap {
  font-size: 45px;
  line-height: 48px;
  position: relative;
  font-family: 'majesti_bannermedium';
  color: #313131;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 70px;
  text-align: left;
}
.insta-wrap .insta-img-contain {
  margin-top: 25px;
}
.insta-wrap .insta-img-contain a {
  display: block;
}
.insta-wrap .insta-img-contain a + a {
  margin-top: 5px;
}
.insta-wrap .insta-img-contain a:nth-child(n+5) {
  display: none;
}
.insta-wrap .insta-img-contain a img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-catalog .item {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-catalog .item {
    width: 33.333%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-catalog .item {
    width: 25%;
    padding: 0 15px;
  }
}
.product-catalog .item + .item {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .product-catalog .item + .item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-catalog .item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-catalog .item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-catalog .item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-catalog .item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-catalog .item:nth-child(n+5) {
    margin-top: 30px;
  }
}
.product-catalog .item .img-area img {
  max-width: 100%;
}
.product-catalog .item .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-top: 15px;
}
.our-product-btn {
  right: 210px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.our-product-btn:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
  transition: all 0.3s ease;
  /* width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5.5px 0 5.5px;
        border-color: #007bff transparent transparent transparent;*/
}
.our-product-btn .icon svg {
  fill: #53c663;
}
.our-product-btn .txt {
  padding-left: 0;
  padding-right: 12px;
}
.our-product-btn:active:after,
.our-product-btn:focus:after,
.our-product-btn:active:after {
  border-color: #ac9d68 transparent transparent transparent;
}
.fixing-menu-desktop #main-menu li a {
  padding: 0 11px;
}
.prod-cat-wrap {
  display: none;
  position: absolute;
  width: 200px;
  background: #39b54a;
  top: 55px;
  left: auto;
  right: 0;
  border-radius: 10px;
  padding: 15px 0;
}
.prod-cat-wrap:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9.5px 8px;
  border-color: transparent transparent #39b54a transparent;
}
.prod-cat-wrap a {
  display: block;
  text-align: left;
  color: #fff;
  font-weight: 500;
  padding: 3px 20px;
  font-size: 13px;
  text-decoration: none;
}
.prod-cat-wrap a:hover,
.prod-cat-wrap a:active,
.prod-cat-wrap a:focus {
  background: #37a646;
}
#menu-top-menu li .sub-menu {
  position: absolute;
  background: #39b54a;
  padding: 10px 0;
  display: none;
}
#menu-top-menu li .sub-menu li {
  display: block;
}
#menu-top-menu li .sub-menu li a {
  color: #fff;
  line-height: 1;
  padding: 9px 15px;
  height: auto;
  display: block;
  background: transparent;
  transition: all 0.3s ease;
}
#menu-top-menu li .sub-menu li a:hover,
#menu-top-menu li .sub-menu li a:active,
#menu-top-menu li .sub-menu li a:focus {
  background: #309e3f;
}
.fixing-menu-desktop #main-menu li .sub-menu {
  position: absolute;
  width: 230px;
  padding: 0;
  background: #fff;
  display: none;
}
.fixing-menu-desktop #main-menu li .sub-menu li {
  display: block;
  text-align: left;
}
.fixing-menu-desktop #main-menu li .sub-menu li a {
  line-height: 40px;
  height: 40px;
}
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .main-menu-container .hvcenter .main-menu {
    padding-bottom: 45px;
    padding-top: 0;
  }
  .main-menu-container .hvcenter .main-menu ul li a {
    font-size: 33px;
    line-height: 52px;
  }
  .main-menu-container .hvcenter .main-business .title {
    font-size: 33px;
    line-height: 33px;
  }
  .main-menu-container .hvcenter .main-business .link-parent .product {
    width: 33.33%;
  }
  .our-business .business-carousel-on-device,
  .our-business-inner .business-carousel-on-device {
    max-width: 750px;
    margin: auto;
  }
  .our-business .item .description,
  .our-business-inner .item .description {
    margin-left: 80px;
    padding-right: 70px;
  }
  .our-business-inner {
    text-align: center;
    margin: 0 -15px;
  }
  .our-business-inner .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 15px;
    max-width: none;
  }
  .our-business-inner .item .description .title {
    text-align: left;
  }
  .our-business-inner .grey-bg .img-holder .imgblock {
    height: 360px;
  }
  .our-business-inner + .ta-widget-wrapper {
    font-size: 0;
    text-align: center;
  }
  .our-business-inner + .ta-widget-wrapper > div {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 15px;
  }
  .our-tea-collection .title-parent h2 {
    font-size: 60px;
    line-height: 40px;
  }
  .our-tea-collection .title-parent h2 span {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .awards .awards-carousel #awards-carousel .item .img-holder {
    height: 175px;
    padding: 30px 0;
  }
  .awards-wrapper .awards-box .award-holder {
    position: relative;
    padding-top: 0;
    margin-top: 40px;
    min-height: 340px;
  }
  .awards-wrapper .awards-box .award-holder .img-holder {
    position: absolute;
    width: 300px;
    height: 231px;
    top: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -webkit-box-shadow: 5px 0 9px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 5px 0 9px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 5px 0 9px 0 rgba(0, 0, 0, 0.03);
  }
  .awards-wrapper .awards-box .award-holder .description {
    padding: 30px 75px 80px 331px;
  }
  .awards-wrapper .awards-box .award-holder:before {
    content: '';
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .dfb-form button {
    max-width: 140px;
  }
  .gallery-parent {
    position: relative;
    padding-top: 20px;
  }
  .gallery-parent .filtr-container .filtr-item a {
    width: 25%;
  }
  .gallery-parent .filtr-container .filtr-item a:nth-child(5n+1) {
    width: 50%;
    float: left;
    height: 400px;
  }
  .gallery-parent .gallery-trigger {
    margin: auto;
    position: absolute;
    right: 0;
    width: 330px;
    top: 27px;
    z-index: 2;
  }
  .gallery-parent .gallery-trigger .title {
    width: 150px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .gallery-parent .gallery-trigger select {
    width: 180px;
    float: left;
  }
  .footer .download-catalogue-parent .download-catalogue .title {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #444444;
    height: 60px;
    margin-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .form-control::-moz-placeholder {
    font-size: 50px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 50px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 50px;
  }
  .insta-wrap {
    font-size: 60px;
  }
  .insta-wrap .insta-img-contain {
    display: flex;
    flex-wrap: wrap;
  }
  .insta-wrap .insta-img-contain a {
    width: 50%;
    border: 2px solid #fff;
  }
  .insta-wrap .insta-img-contain a + a {
    margin: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .main-menu-container .hvcenter {
    font-size: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-menu-container .hvcenter .logo {
    margin-bottom: 30px;
  }
  .main-menu-container .hvcenter .main-menu {
    width: 33.33%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
  }
  .main-menu-container .hvcenter .main-business {
    width: 66.66%;
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 50px;
  }
  .main-menu-container .hvcenter .main-business .title {
    text-align: left;
    padding-bottom: 30px;
    letter-spacing: 1px;
  }
  .main-menu-container .hvcenter .main-business .link-parent {
    margin: 0 -3px;
    border: none;
  }
  .main-menu-container .hvcenter .main-business .link-parent .product {
    width: calc(33.3% - 6px);
    margin: 3px;
  }
  .main-menu-container .hvcenter .main-business .link-parent .product div {
    border: 1px solid #707070;
  }
  .main-menu-container .hvcenter .main-business .socialmedia {
    text-align: left;
    margin-left: -20px;
  }
  .our-business .business-carousel-on-device,
  .our-business-inner .business-carousel-on-device {
    max-width: none;
    font-size: 0;
    margin: 0 -15px;
  }
  .our-business .item,
  .our-business-inner .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    max-width: none;
    padding: 15px;
  }
  .our-business .item .description,
  .our-business-inner .item .description {
    margin-left: 30px;
  }
  .our-business .viewall,
  .our-business-inner .viewall {
    display: none;
  }
  .our-business .grey-bg,
  .our-business-inner .grey-bg {
    margin-bottom: 60px;
    padding: 30px 0;
    position: relative;
  }
  .our-business .grey-bg:first-child,
  .our-business-inner .grey-bg:first-child {
    margin-top: 40px;
  }
  .our-business .grey-bg:nth-child(even) .img-holder,
  .our-business-inner .grey-bg:nth-child(even) .img-holder {
    float: right;
    margin-left: 40px;
    padding: 20px 0 0px 15px;
  }
  .our-business .grey-bg:nth-child(even) .bdescription,
  .our-business-inner .grey-bg:nth-child(even) .bdescription {
    float: left;
  }
  .our-business .grey-bg:nth-child(odd) .img-holder,
  .our-business-inner .grey-bg:nth-child(odd) .img-holder {
    float: left;
    margin-right: 40px;
    padding: 20px 15px 0px 0;
  }
  .our-business .grey-bg:nth-child(odd) .bdescription,
  .our-business-inner .grey-bg:nth-child(odd) .bdescription {
    float: right;
  }
  .our-business .grey-bg:before,
  .our-business-inner .grey-bg:before {
    content: '';
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 100px;
    right: 100px;
    display: block;
    z-index: -1;
  }
  .our-business .grey-bg .img-holder,
  .our-business-inner .grey-bg .img-holder {
    width: calc(50% - 40px);
    background: #FFF;
  }
  .our-business .grey-bg .img-holder .imgblock,
  .our-business-inner .grey-bg .img-holder .imgblock {
    height: 360px;
  }
  .our-business .grey-bg .bdescription,
  .our-business-inner .grey-bg .bdescription {
    text-align: left;
    width: 50%;
    height: auto;
    background: #FFF;
    position: relative;
    padding: 40px 60px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  }
  .our-business .grey-bg .bdescription .title,
  .our-business-inner .grey-bg .bdescription .title {
    text-align: left;
    padding-left: 25px;
  }
  .our-business .grey-bg .bdescription .title:after,
  .our-business-inner .grey-bg .bdescription .title:after {
    margin-left: 0;
  }
  .our-business .grey-bg .bdescription .text-center,
  .our-business-inner .grey-bg .bdescription .text-center {
    margin-left: 0;
    position: absolute;
    bottom: 65px;
    left: 60px;
    padding-bottom: 0;
    right: 0;
  }
  .our-tea-collection .title-parent h2,
  .our-tea-collection .title-parent .viewall {
    margin-bottom: 24px;
  }
  .our-tea-collection .title-parent .viewall {
    position: absolute;
    right: 0;
    top: 124px;
    margin-bottom: 0;
  }
  .awards .title-parent h2 {
    text-align: left;
    line-height: 44px;
  }
  .awards .title-parent h2:before {
    height: 1px;
    width: auto;
    top: 15px;
    left: 230px;
    right: 100px;
  }
  .awards .title-parent .viewall {
    padding-top: 18px;
    position: absolute;
    right: 0;
    top: 60px;
  }
  .awards .awards-carousel {
    font-size: 0;
    padding-top: 45px;
  }
  .awards .awards-carousel #awards-carousel {
    width: calc(100% - 375px);
    display: inline-block;
    vertical-align: top;
  }
  .awards .awards-carousel #awards-carousel .item {
    font-size: 0;
    max-width: none;
  }
  .awards .awards-carousel #awards-carousel .item .img-holder {
    width: 130px;
    height: 224px;
    display: inline-block;
    vertical-align: top;
    padding: 55px 0;
  }
  .awards .awards-carousel #awards-carousel .item .img-holder:before {
    width: 80px;
    right: auto;
  }
  .awards .awards-carousel #awards-carousel .item .description {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 0 0;
    text-align: left;
  }
  .awards .awards-carousel #awards-carousel .item .description .title {
    padding-left: 0;
  }
  .awards .awards-carousel #awards-carousel .item .description .title:before {
    right: auto;
  }
  .awards .awards-carousel #awards-carousel .item .description .more {
    padding-left: 0;
  }
  .awards .awards-carousel #awards-sync-carousel {
    display: inline-block;
    vertical-align: top;
    width: 375px;
  }
  .awards .awards-carousel #awards-sync-carousel .owl-stage-outer {
    margin-right: 1px;
  }
  .awards .awards-carousel .owl-nav div.owl-prev svg {
    fill: #f5db7f;
  }
  .awards .awards-carousel .owl-nav div.owl-next {
    right: -425px;
    /* make it right -50 + 375px - width of #awards-sync-carousel */
  }
  .awards .awards-carousel .owl-nav div.owl-next svg {
    fill: #39b54a;
  }
  .map-parent #locations-dropdown {
    position: absolute;
    z-index: 2;
    background: #FFF;
    left: 0;
    top: 20px;
    width: 290px;
  }
  #map .infobox {
    font-size: 0;
    padding: 16px 0 8px;
  }
  #map .infobox .img-holder,
  #map .infobox .description {
    display: inline-block;
    vertical-align: top;
  }
  #map .infobox .img-holder {
    width: 120px;
  }
  #map .infobox .description {
    width: calc(100% - 120px);
    padding-left: 25px;
  }
  .contact-fluid {
    background: #e1e1e1;
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .contact-fluid .contact-form {
    display: table;
    width: 100%;
    padding-top: 60px;
  }
  .contact-fluid .contact-form .contact-box-parent {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 40px 50px;
    overflow: hidden;
  }
  .contact-fluid .contact-form .contact-box-parent:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }
  .contact-fluid .contact-form .contact-box-parent:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: -100%;
    left: 15px;
    right: 15px;
    z-index: 0;
  }
  .contact-fluid .contact-form .contact-box-parent .contact-box {
    position: relative;
    z-index: 2;
  }
  .contact-fluid .contact-form .contact-box-parent .contact-box h4 {
    margin-top: 0;
  }
  .contact-fluid .contact-form .contact-box-parent .contact-box .bbox:first-child {
    margin-top: 0;
  }
  .contact-fluid .contact-form .contact-box-parent:first-child {
    left: 50%;
  }
  .contact-fluid .contact-form .contact-box-parent:last-child {
    right: 50%;
  }
  .footer .top-section {
    padding-bottom: 45px;
  }
  .footer .contact-block,
  .footer .quick-menu {
    text-align: left;
  }
  .footer .column.quickmenu {
    width: 155px;
  }
  .footer .column.quickmenu .quick-menu {
    padding-bottom: 0;
  }
  .footer .column.contactdetails {
    width: calc(100% - 467px);
  }
  .footer .column.contactdetails .contact-block:last-child {
    padding-bottom: 0;
  }
  .footer .download-catalogue-parent {
    width: 312px;
    margin-top: 0;
  }
  .footer .download-catalogue-parent .download-catalogue {
    width: 282px;
    margin: auto;
    padding: 30px 0 26px;
  }
  .footer .download-catalogue-parent .download-catalogue .title {
    width: auto;
    padding: 0;
    margin: 0 46px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #444444;
    border-right: 0;
    margin-bottom: 16px;
  }
  .footer .download-catalogue-parent .sitemap-parent {
    margin-top: 35px;
    padding-bottom: 0;
  }
  .footer .download-catalogue-parent .sitemap-parent ul li a {
    font-size: 12px;
  }
  .footer .credits-and-copyright {
    padding: 11px 0;
  }
  .footer .credits-and-copyright .copyrights,
  .footer .credits-and-copyright .credits {
    padding: 0;
  }
  .footer .credits-and-copyright .copyrights {
    text-align: left;
  }
  .footer .credits-and-copyright .credits {
    text-align: right;
  }
  .footer .logo-social {
    /*text-align: left;
            .column{
                width: auto;
                display: inline-block;
                vertical-align: top;
            }
            .social-media{
                margin-top: 10px;
                display: block;
                padding: 15px;
                .icons{
                    margin: 10px 0 20px;
                    a{
                        text-align: center;
                    }
                }
                }*/
  }
  .footer .column.quickmenu {
    width: 33%;
    float: left;
  }
  .footer .column.contactdetails {
    width: 33%;
    float: left;
  }
  .footer .download-catalogue-parent {
    width: 33%;
    float: left;
  }
  .footer .download-catalogue-parent .sitemap-parent ul li a {
    padding: 0 5px;
  }
  .gallery-parent .gallery-trigger {
    width: 350px;
  }
  .gallery-parent .gallery-trigger .title {
    width: 170px;
  }
  /* our-business-new-update */
  .our-business .grey-bg:before,
  .our-business-inner .grey-bg:before {
    background-color: transparent;
  }
  .our-business .grey-bg:nth-child(odd) .img-holder,
  .our-business-inner .grey-bg:nth-child(odd) .img-holder {
    padding: 0;
  }
  .our-business .grey-bg:nth-child(even) .img-holder,
  .our-business-inner .grey-bg:nth-child(even) .img-holder {
    padding: 0;
  }
  .our-business .grey-bg .bdescription,
  .our-business-inner .grey-bg .bdescription {
    box-shadow: none;
    padding: 0px 30px;
  }
  .our-business .grey-bg .bdescription .title,
  .our-business-inner .grey-bg .bdescription .title {
    padding-left: 0;
  }
  .our-business-inner .out-wrapper {
    padding: 20px;
    overflow: auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: white;
  }
  .our-business-inner a.btn-primary {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 10px;
    color: #fff;
    background: #85aa00;
    border: none;
    text-align: center;
  }
  .our-business-inner a.btn-primary:hover {
    background-color: #475612;
  }
  .our-business-inner a.btn-primary-out-border {
    background-color: transparent;
    border: 1px solid #85aa00;
    color: #85aa00;
    margin-right: 20px;
  }
  .our-business-inner a.btn-primary-out-border:hover {
    color: white;
  }
  .our-business-inner p {
    margin-bottom: 50px;
  }
  .our-business-inner .grey-bg {
    background-color: #eeeeee;
    padding: 40px;
  }
  .insta-wrap .insta-img-contain a {
    width: 33.3333%;
  }
  .insta-wrap .insta-img-contain a:nth-child(n+5) {
    display: inline-block;
  }
  .insta-wrap .insta-img-contain a:nth-child(n+7) {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .subscribe #subs_send {
    right: 55px;
    top: 106px;
  }
  .inner-default-carousel {
    margin: 40px auto 20px;
  }
  .noscroll {
    overflow: auto;
  }
  .lineball:after,
  .lineball:before {
    display: block;
  }
  .lineballinner:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 64px;
    background: #e5e5e5;
    right: 15px;
    top: -15px;
  }
  .lineballinner:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ededed;
    right: 8px;
    top: 48px;
  }
  .grow {
    overflow: hidden;
    position: relative;
  }
  .grow img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .our-business-inner .grow img {
    width: 100%;
  }
  .grow:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-menu-container .hvcenter {
    max-width: 1354px;
    margin: auto;
  }
  .main-menu-container .hvcenter .logo {
    width: 26.5%;
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    margin: auto;
    top: -19px;
  }
  .main-menu-container .hvcenter .logo svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .main-menu-container .hvcenter .main-menu {
    width: 27.5%;
    margin-left: 26.5%;
    padding: 0 35px;
  }
  .main-menu-container .hvcenter .main-business {
    width: calc(100% - 54%);
    padding-right: 98px;
    transform: translateX(-50px);
  }
  .main-menu-container .hvcenter .main-business .link-parent .product div {
    height: 137px;
  }
  .main-menu-container .hvcenter .main-business .socialmedia {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  .main-menu-container.expand .hvcenter .main-business {
    transform: none;
  }
  .our-business,
  .our-business-inner {
    position: relative;
  }
  .our-business .business-carousel-on-device,
  .our-business-inner .business-carousel-on-device {
    margin: 0;
    padding: 0 330px 0 70px;
    position: relative;
    pointer-events: none;
  }
  .our-business .business-carousel-on-device .owl-carousel,
  .our-business-inner .business-carousel-on-device .owl-carousel {
    pointer-events: all;
  }
  .our-business .business-carousel-on-device:before,
  .our-business-inner .business-carousel-on-device:before {
    top: -62px;
    right: 248px;
    height: 128px;
  }
  .our-business .business-carousel-on-device:after,
  .our-business-inner .business-carousel-on-device:after {
    top: 65px;
    right: 241px;
  }
  .our-business .grey-bg .img-holder,
  .our-business-inner .grey-bg .img-holder {
    width: calc(100% - 540px);
  }
  .our-business .grey-bg .bdescription,
  .our-business-inner .grey-bg .bdescription {
    width: 500px;
  }
  .our-business .title-parent,
  .our-business-inner .title-parent {
    position: absolute;
    right: 0;
    width: 360px;
    bottom: 0;
    top: 0;
    height: 499px;
    margin: auto;
  }
  .our-business .title-parent .ob-ani,
  .our-business-inner .title-parent .ob-ani {
    display: block;
    position: absolute;
    height: 350px;
    left: 20px;
    right: 20px;
    overflow: hidden;
  }
  .our-business .item .img-holder,
  .our-business-inner .item .img-holder {
    opacity: 0.7;
    transition: all 0.4s;
  }
  .our-business .item .img-holder img,
  .our-business-inner .item .img-holder img {
    width: 100%;
  }
  .our-business .item .description,
  .our-business-inner .item .description {
    margin-left: 20px;
    padding-right: 60px;
    min-height: 100px;
  }
  .our-business .item .description .findmore,
  .our-business-inner .item .description .findmore {
    background: transparent;
    color: #39b54a;
    transition: all 0.4s;
  }
  .our-business .item .description:before,
  .our-business-inner .item .description:before {
    left: -22px;
  }
  .our-business .item:hover .img-holder,
  .our-business-inner .item:hover .img-holder {
    opacity: 1;
  }
  .our-business .item:hover .description:before,
  .our-business-inner .item:hover .description:before {
    width: 50%;
  }
  .our-business .item:hover .description .findmore,
  .our-business-inner .item:hover .description .findmore {
    background: #39b54a;
    color: #fff;
  }
  .our-business .stop-circle,
  .our-business-inner .stop-circle {
    left: 30px;
  }
  .our-business .ob0,
  .our-business-inner .ob0 {
    top: 180px;
  }
  .our-business .ob1,
  .our-business-inner .ob1 {
    top: 715px;
  }
  .our-business .ob-text,
  .our-business-inner .ob-text {
    width: 200px;
    text-align: center;
    top: 340px;
    left: -178px;
  }
  .our-business .alternate-text,
  .our-business-inner .alternate-text {
    right: 50px;
    text-align: right;
    bottom: 40px;
    color: #39b54a;
  }
  .our-business {
    padding-top: 92px;
    padding-bottom: 15px;
  }
  .our-tea-collection {
    margin-top: 0;
  }
  .our-tea-collection .title-parent .viewall {
    padding-right: 0;
  }
  .our-tea-collection .title-parent .viewall:hover {
    color: #39b54a;
  }
  .our-tea-collection .otc-ani {
    display: block;
    position: absolute;
    height: 350px;
    width: 230px;
    left: 60px;
    bottom: 70px;
    overflow: hidden;
  }
  .our-tea-collection .dark-line-back {
    display: block;
  }
  .our-tea-collection .stop-circle {
    left: 30px;
    background: #101010;
    border-color: #212121;
  }
  .our-tea-collection .stop-circle.active {
    border-color: #39b54a;
  }
  .our-tea-collection .otc0 {
    top: 140px;
  }
  .our-tea-collection .otc1 {
    top: 290px;
  }
  .our-tea-collection .otc2 {
    top: 480px;
  }
  .our-tea-collection .otc-text {
    top: 265px;
    left: -208px;
    width: 230px;
    text-align: center;
  }
  .our-tea-collection .alternate-text {
    top: 160px;
    left: 184px;
    text-align: right;
    color: #39b54a;
  }
  .our-tea-collection .collection-carousel .item .wishlist:hover svg {
    fill: #39b54a;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow {
    background: transparent;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow span {
    color: #39b54a;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow span:after {
    border-color: transparent transparent transparent #39b54a;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow:hover {
    background: #39b54a;
    border-left: transparent;
    border-top: transparent;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow:hover span {
    color: #fff;
  }
  .our-tea-collection .collection-carousel .item .description .button-parent .shopnow:hover span:after {
    border-color: transparent transparent transparent #fff;
  }
  .our-tea-collection .desktop-parent-otc {
    margin-left: 339px;
    margin-right: 55px;
    position: relative;
  }
  .our-tea-collection .desktop-parent-otc.lineball:before {
    height: 75px;
    left: -78px;
    top: 0;
    background: #d4d4d4;
  }
  .our-tea-collection .desktop-parent-otc.lineball:after {
    top: 75px;
    left: -85px;
  }
  .awards .desktop-parent-awards {
    position: relative;
    margin-right: 315px;
    margin-left: 115px;
    padding-top: 20px;
  }
  .awards .desktop-parent-awards.lineball:before {
    height: 78px;
    right: -78px;
    top: 0;
    background: #d7d7d7;
    z-index: 1;
  }
  .awards .desktop-parent-awards.lineball:after {
    top: 78px;
    right: -86px;
    border-color: #d7d7d7;
    z-index: 1;
  }
  .awards .title-parent {
    padding-left: 110px;
  }
  .awards .title-parent .viewall {
    top: 80px;
  }
  .awards .title-parent .viewall:hover {
    color: #39b54a;
  }
  .awards .awards-carousel {
    padding-top: 85px;
    padding-right: 45px;
  }
  .awards .aw-ani {
    display: block;
    right: 0;
    width: 280px;
    height: 520px;
    top: 0;
    position: absolute;
    overflow: hidden;
  }
  .awards .stop-circle {
    left: 30px;
  }
  .awards .aw0 {
    top: 145px;
  }
  .awards .aw1 {
    top: 290px;
  }
  .awards .aw2 {
    top: 450px;
  }
  .awards .aw3 {
    top: 530px;
  }
  .awards .aw4 {
    top: 740px;
  }
  .awards .aw5 {
    top: 1050px;
  }
  .awards .aw-text {
    width: 184px;
    left: -292px;
    bottom: 184px;
    text-align: center;
  }
  .awards .alternate-text {
    bottom: 28px;
    right: 40px;
    color: #888888;
    text-align: right;
  }
  .awards-wrapper {
    padding-left: 238px;
    position: relative;
  }
  .awards-wrapper .awards-box {
    position: relative;
  }
  .awards-wrapper .awards-box .yearball {
    position: absolute;
    left: -226px;
    top: 120px;
    margin: 0;
  }
  .awards-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -60px;
    width: 2px;
    left: 40px;
    background: #39b54a;
  }
  .subscribe {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px;
  }
  .subscribe form {
    width: 270px;
  }
  .footer .logo-social {
    width: 20%;
    float: left;
  }
  .footer .logo-social .social-media {
    margin-top: 10px;
    padding: 12px 0 45px;
  }
  .footer .column.quickmenu {
    width: 20%;
    padding: 0 50px;
  }
  .footer .column.contactdetails {
    width: 30%;
    padding: 0 50px 0 20px;
  }
  .footer .download-catalogue-parent {
    width: 30%;
  }
  .form-control::-moz-placeholder {
    font-size: 60px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 60px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 60px;
  }
  .insta-wrap {
    margin: 160px 115px 0;
    position: relative;
  }
  .insta-wrap .insta-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -180px;
    font-family: 'Open Sans', sans-serif;
  }
  .insta-wrap:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #39b54a;
    top: 23px;
    left: 320px;
    right: 50px;
  }
  .insta-wrap .insta-img-contain a {
    width: 25%;
  }
  .insta-wrap .insta-img-contain a:nth-child(n+7) {
    display: inline-block;
  }
  .insta-wrap .insta-img-contain a:nth-child(n+9) {
    display: none;
  }
}
/* 7. base site notifications */
.eb-notice-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
.eb-notice-wrap .title {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #fff;
  background: #656565;
  font-weight: 700;
}
.eb-notice-wrap .desc {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #fff;
}
.eb-notice-wrap .foot {
  width: 100%;
  height: auto;
  float: left;
  padding: 2px 15px;
  color: #fff;
  font-size: 10px;
  background: #869791;
}
.eb-notice-wrap.error .desc {
  background: #c7254e;
}
.eb-notice-wrap.info .desc {
  background: #2571c7;
}
.eb-item {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 15px 0;
}
.eb-item div.eb-row {
  margin-bottom: 15px;
  text-align: justify;
}
.eb-item img.eb-img {
  width: 100%;
  height: auto;
}
.eb-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
/* 8. owl carousel */
/**
 * owl carousel v2.2.0
 * copyright 2013-2016 david deutsch
 * licensed under mit (https://github.com/owlcarousel2/owlcarousel2/blob/master/license)
 */
.owl-carousel.off {
  display: block;
}
/* dots */
.owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  position: relative;
}
.owl-dots .owl-dot span:after {
  content: '';
  transition: all 0.3s;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  height: 16px;
  width: 16px;
  top: -5px;
  left: -5px;
}
.owl-dots .owl-dot.active span:after,
.owl-dots .owl-dot:hover span:after {
  border-color: #a0a0a0;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 9. fancybox 3 */
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 767px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
  .inner-default-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .inner-default-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/* 10. mixin */
.whatsapp-wrapper {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 99;
  text-align: right;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .whatsapp-wrapper {
    bottom: 120px;
  }
}
.whatsapp-wrapper a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
.whatsapp-wrapper a .wa-account-name {
  text-align: right;
  display: block;
  width: max-content;
  margin-right: 5px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #39b54a;
  color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: default;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  font-size: 10px;
}
@media all and (min-width: 768px) {
  .whatsapp-wrapper a .wa-account-name {
    display: none;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .whatsapp-wrapper a:hover .wa-account-name {
    display: block;
  }
}
.whatsapp-wrapper .whatsapp-popup {
  display: none;
  padding-bottom: 30px;
}
.whatsapp-wrapper .whatsapp_link {
  margin-top: 20px;
  text-align: center;
}
.whatsapp-wrapper .whatsapp_link:first-child {
  margin-top: 0;
}
.whatsapp-wrapper .whatsapp_link img {
  height: 45px;
  width: 45px;
  object-fit: cover;
}
.whatsapp-wrapper .whatsapp-img {
  cursor: pointer;
}
.whatsapp-wrapper .whatsapp-img.clicked {
  opacity: 0.6;
}
