/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Grid
4. Components
5. Blog
6. 404
7. Shop
8. Navigation
9. Footer
10. Sidebar
11. Responsive
12. Spacings

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.mobile section {
  background-attachment: scroll !important;
}

.bg-dark {
  background-color: #21232b;
}

.bg-light {
  background-color: #f7f9fa;
}

.bg-white {
  background-color: #fff;
}

.bg-color {
  background-color: #b09980;
}

.bg-agronatural {
  background-color: #e6dec8;
}

.bg-pattern {
  background-image: url(../img/pattern.jpg);
  background-attachment: scroll !important;
  background-size: auto !important;
}

.white {
  color: #fff !important;
}

color-font-ag {
  color: #231f20 !important;
}

.static {
  position: static;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-full-width {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.last {
  margin-bottom: 0 !important;
}

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

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

::-moz-selection {
  color: #fff;
  background-color: #b09980;
}

::-webkit-selection {
  color: #fff;
  background-color: #b09980;
}

::selection {
  color: #fff;
  background-color: #b09980;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #3b5a2a;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

video {
  height: 100%;
  width: 100%;
}

hr {
  margin: 0;
  border-color: #e8ebee;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #191919;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Scroll Down icon
-------------------------------------------------------*/
.scroll-down {
  font-size: 16px;
  width: 23px;
  height: 34px;
  text-align: center;
  line-height: 38px;
  z-index: 50;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 11px;
  border: 2px solid #fff;
  z-index: 50;
}

.scroll-down:before {
  content: '';
  position: relative;
  top: 6px;
  left: 8px;
  display: block;
  width: 3px;
  height: 7px;
  background-color: #fff;
  border-radius: 2px;
}

/* Section Dark / Background Image
-------------------------------------------------------*/
.bg-img h1:not(.feature-title),
.bg-img h2:not(.feature-title),
.bg-img h3:not(.feature-title),
.bg-img h4:not(.feature-title),
.bg-img h5:not(.feature-title),
.bg-img h6:not(.feature-title),
.bg-pattern h1:not(.feature-title),
.bg-pattern h2:not(.feature-title),
.bg-pattern h3:not(.feature-title),
.bg-pattern h4:not(.feature-title),
.bg-pattern h5:not(.feature-title),
.bg-pattern h6:not(.feature-title),
.bg-dark h1:not(.feature-title),
.bg-dark h2:not(.feature-title),
.bg-dark h3:not(.feature-title),
.bg-dark h4:not(.feature-title),
.bg-dark h5:not(.feature-title),
.bg-dark h6:not(.feature-title),
.bg-color h1:not(.feature-title),
.bg-color h2:not(.feature-title),
.bg-color h3:not(.feature-title),
.bg-color h4:not(.feature-title),
.bg-color h5:not(.feature-title),
.bg-color h6:not(.feature-title),
.promo-section.bg-pattern p,
.promo-section.bg-dark p,
.promo-section.bg-img p,
.bg-img .pie-chart-icon,
.bg-color .pie-chart-icon,
.bg-dark .pie-chart-icon,
.bg-pattern .pie-chart-icon,
.bg-dark .counter-timer,
.bg-pattern .counter-timer,
.bg-color .counter-timer,
.bg-img .counter-timer {
  color: #fff;
}

.bg-dark .progress-base {
  background-color: #3c3f4e;
}

/* Bottom Gradient
-------------------------------------------------------*/
.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
  border-top: 1px solid #e8ebee;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #292b32;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #292b32;
  font-size: 85%;
  font-weight: bold;
}

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

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

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

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  .text-xs-center {
    text-align: center;
  }
}

.heading {
  position: relative;
  margin-bottom: 0;
}

.heading-large {
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .heading-large {
    font-size: 25px;
  }
}

.heading-x-large {
  font-size: 50px;
}

@media only screen and (max-width: 991px) {
  .heading-x-large {
    font-size: 32px;
  }
}

.heading-giant {
  font-size: 64px;
}

@media only screen and (max-width: 991px) {
  .heading-giant {
    font-size: 36px;
  }
}

.heading-row {
  margin-bottom: 60px;
}

.heading-row-2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .heading-row {
    margin-bottom: 40px;
  }

  .heading-row-2 {
    margin-bottom: 10px;
  }
}

.subheading {
  font-family: "Roboto Condensed", serif;
  font-size: 20px;
  max-width: 770px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 0;
  margin-top: 25px;
  margin: 25px auto 0;
}

.subheading-left-align {
  margin-left: 0;
  padding-left: 0;
}

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

a:hover {
  text-decoration: none;
  color: #21232b;
}

a:focus {
  color: #b09980;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #3b5a2a;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.large-text p:not(.intro-paragraph):not(.testimonial-text):not(.footer-get-in-touch-paragraph-1):not(.subheading) {
  font-size: 18px;
  line-height: 30px;
}

address {
  font-style: normal;
}

/* List Items
-------------------------------------------------------*/
.list-dividers > li {
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid #e8ebee;
}

.list-no-dividers > li {
  position: relative;
  padding: 5px 0;
}

.list-no-dividers > li:first-child {
  padding-top: 0;
}

.list-no-dividers > li:last-child {
  padding-bottom: 0;
}

.list-inline > li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

/* Bottom line / Top line
-------------------------------------------------------*/
.bottom-line:after {
  content: "";
  display: block;
  width: 43px;
  border-bottom: 1px solid #b09980;
  margin: 15px auto 0;
  z-index: 1;
  position: relative;
}

.bottom-line-left-align:after {
  margin: 15px auto 0 0;
}

.bottom-line-full:after {
  width: 100%;
  border-bottom: 2px solid #e8ebee !important;
}

.bottom-line-prod:after {
  content: "";
  display: block;
  width: 43px;
  border-bottom: 1px solid #b09980;
  margin: 5px auto 0;
  z-index: 1;
  position: relative;
}

.top-line:before {
  content: "";
  display: block;
  width: 43px;
  border-bottom: 1px solid #b09980;
  margin: 0 auto 52px;
  z-index: 1;
  position: relative;
}

.top-line-left-align:before {
  margin: 0 auto 52px 0;
}

/* Blockquote
-------------------------------------------------------*/
blockquote {
  padding: 40px;
  background-color: #f7f9fa;
  margin: 30px 0;
  border: none;
}

blockquote > p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  color: #292b32;
  position: relative;
}

blockquote > span {
  color: #b09980;
  font-size: 14px;
}

/* Dropcap
-------------------------------------------------------*/
.dropcap {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  color: #b09980;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px;
}

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #b09980;
}

/* Bullets and lists
-------------------------------------------------------*/
.list li {
  line-height: 30px;
  position: relative;
}

.list li i {
  line-height: 21px;
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
  color: #3b5a2a;
}

.bullets {
  list-style-type: disc;
  padding-left: 18px;
}

.stars i {
  font-size: 12px;
  margin-right: 5px;
}

.checks i,
.stars i {
  color: #b09980;
}

.checks i {
  font-size: 12px;
  margin-right: 7px;
}

ol.numbers {
  padding-left: 20px;
}

.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
  padding: 100px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.section-wrap-productos {
  padding: 60px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.section-wrap-productos-slide {
  padding-bottom: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.section-wrap-modelos {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.section-wrap-md {
  padding: 100px 0;
}

.container-semi-fluid {
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .container-semi-fluid {
    padding: 0 15px;
  }
}

.main-container {
  margin: auto;
}

@media (min-width: 1200px) {
  .rev_slider_wrapper.container {
    width: 1170px;
  }
}

/* Columns Gutters
-------------------------------------------------------*/
.row-4 {
  margin: 0 -2px;
}

.row-4 > [class*="col-"] {
  padding: 0 2px;
}

.row-10 {
  margin: 0 -5px;
}

.row-10 > [class*="col-"] {
  padding: 0 5px;
}

.row-14 {
  margin: 0 -7px;
}

.row-14 > [class*="col-"] {
  padding: 0 7px;
}

/* Row multiple items
-------------------------------------------------------*/
.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}

/* 5 columns
-------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1400px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.flex-child {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
.accordion-panel {
  border: none;
  box-shadow: none;
  margin-top: 5px;
}

.accordion-panel:first-child {
  margin-top: 0;
}

.accordion-panel-heading {
  position: relative;
  background-color: #f7f9fa;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-panel-heading:hover {
  background-color: #eef2f4;
}

.accordion-panel-heading > a.minus {
  color: #fff;
  background-color: #b09980;
  border-color: transparent;
}

.accordion-panel-heading > a > span {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  right: 18px;
  top: 24px;
  position: absolute;
}

.accordion-panel-heading > a.plus > span {
  background-color: #3b5a2a;
}

.accordion-panel-heading > a.plus > span:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #3b5a2a;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-panel-body,
.toggle-panel-body {
  border: 1px solid #e8ebee;
  border-top-color: transparent;
  padding: 20px 30px;
  line-height: 26px;
  border-radius: 0 0 2px 2px;
}

.accordion-panel-heading > a,
.toggle-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 14px 20px;
  color: #292b32;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-panel-heading > a {
  border: 1px solid #e8ebee;
}

.toggle-panel > a {
  border-bottom: 1px solid #e8ebee;
  padding: 14px 0;
}

.toggle-panel > a:after {
  font-family: "ui-icons";
  position: absolute;
  content: "\e802";
  right: 0;
  top: 12px;
  color: #3b5a2a;
  font-size: 18px;
}

.toggle-panel > a.active:after {
  content: "\e809";
  color: #292b32;
}

.toggle-panel-body {
  padding: 20px 0 10px;
  border: none;
}

/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
.alert {
  padding: 14px 18px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  border-radius: 3px;
}

.alert strong {
  color: inherit;
}

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}

.close {
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header .close {
  font-size: 25px;
  margin-top: 2px !important;
}

.alert-success {
  background-color: #e5f9ee;
  color: #1abc9c;
}

.alert-info {
  background-color: #e9f4f6;
  color: #23abc4;
}

.alert-warning {
  background-color: #faf8f0;
  color: #b1804c;
}

.alert-danger {
  background-color: #faefee;
  color: #e95e49;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn:hover span, .btn:focus {
  color: #fff;
}

.btn span {
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #fff;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-transparent:hover {
  background-color: #b09980;
  border-color: transparent;
}

.btn-white {
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.btn-white span {
  color: #21232b;
}

.btn-white:hover {
  background-color: #b09980;
}

.btn-stroke {
  background-color: transparent;
  border: 3px solid #494848;
}

.btn-stroke span {
  color: #21232b;
}

.btn-stroke:hover {
  background-color: #b09980;
  border-color: transparent;
}

.btn-color {
  background-color: #b09980;
}

.btn-color:hover {
  background-color: #21232b;
}

.btn-dark {
  background-color: #21232b;
}

.btn-dark:hover {
  background-color: #b09980;
}

.btn-light {
  background-color: #f7f9fa;
}

.btn-light span {
  color: #292b32;
}

.btn-light:hover {
  background-color: #b09980;
}

.btn-style-1 span {
  font-size: 20px;
}

.btn-wide {
  width: 100%;
}

.btn-icon i {
  display: inline-block;
  margin-right: 10px;
  font-size: inherit;
}

.btn-icon.btn-md i {
  font-size: 13px;
}

.btn-icon.btn-sm i {
  font-size: 10px;
}

.btn-lg {
  font-size: 17px;
  padding: 0 30px;
}

.btn-lg span {
  line-height: 38px;
}

.btn-md {
  font-size: 15px;
  padding: 0 22px;
}

.btn-md span {
  line-height: 32px;
}

.btn-sm {
  font-size: 14px;
  padding: 0 17px;
}

.btn-sm span {
  line-height: 28px;
}

.rounded,
.rounded:before {
  border-radius: 70px;
}

/* Input Buttons
-------------------------------------------------------*/
.btn-button[type] {
  border: none;
  margin-bottom: 0;
  width: auto;
}

.btn-button[type].btn-lg {
  padding: 0 34px;
  height: 42px;
  font-size: 17px;
}

.btn-button[type].btn-md {
  padding: 0 22px;
  height: 36px;
}

.btn-button[type].btn-color, .btn-button[type].btn-dark {
  color: #fff;
}

.btn-button[type].btn-wide {
  width: 100%;
}

.btn-button[type]:hover, .btn-button[type]:focus {
  background-color: #21232b;
  color: #fff;
}

/*-------------------------------------------------------*/
/* Call To Action
/*-------------------------------------------------------*/
.call-to-action {
  position: relative;
  padding: 145px 0;
  background-size: cover;
  background-position: center;
}

.call-to-action-title {
  font-size: 34px;
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .call-to-action-title {
    font-size: 24px;
  }
}

.cta-buttons a {
  margin: 5px;
}

.call-to-action.bg-color .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.call-to-action.bg-color .btn-white:hover span {
  color: #21232b;
}

/*-------------------------------------------------------*/
/* Counters
/*-------------------------------------------------------*/
section.counter {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .counter-item:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    transform: rotate(-75deg);
    position: absolute;
    right: -72px;
    top: 50%;
  }
}

.counter-item.last:after {
  display: none;
}

.counter-timer {
  font-size: 48px;
  line-height: 1.2;
  color: #292b32;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
}

.counter-text {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
  color: #3b5a2a !important;
}

/*-------------------------------------------------------*/
/* Feature
/*-------------------------------------------------------*/
.feature {
  position: relative;
}

.feature-icon-holder {
  display: inline-block;
  margin-bottom: 30px;
}

.feature-icon {
  font-size: 44px;
  display: inline-block;
  color: #292b32;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.feature-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-text p {
  margin-bottom: 0;
}

.feature-frame {
  background-size: cover;
  background-position: center;
  padding: 18px;
}

.feature-base {
  background-color: #fff;
  padding: 60px 50px;
  overflow: hidden;
}

/*-------------------------------------------------------*/
/* Feature 1
/*-------------------------------------------------------*/
.feature-1 {
  padding: 17% 15%;
  height: 100%;
}

.feature-1 .feature-icon {
  position: absolute;
  pointer-events: none;
  top: 60px;
  right: 50px;
  font-size: 220px;
  color: rgba(255, 255, 255, 0.05);
}

.feature-1 .feature-title,
.feature-1 p {
  color: #fff;
}

.feature-1 p {
  margin-bottom: 40px;
}

.feature-1 .feature-title {
  font-size: 28px;
  margin-bottom: 24px;
}

.feature-first {
  background-color: #202225;
}

.feature-second {
  background-color: #24262b;
}

.feature-third {
  background-color: #292b32;
}

/*-------------------------------------------------------*/
/* Feature 2
/*-------------------------------------------------------*/
.feature-2 {
  margin-bottom: 4px;
}

.feature-2 .feature-title {
  font-size: 26px;
}

.feature-2 .feature-title-small {
  font-size: 18px;
}

.feature-2 .feature-base {
  padding: 96px 18%;
  border-right: 2px solid #f7f9fa;
}

/*-------------------------------------------------------*/
/* Feature 3
/*-------------------------------------------------------*/
.feature-3 .feature-icon-holder {
  float: left;
}

.feature-3 .feature-text {
  padding-left: 80px;
}

@media (max-width: 400px) {
  .feature-3 .feature-text {
    padding-left: 0;
  }
  .feature-3 .feature-icon-holder {
    float: none;
  }
  .feature-3 .feature-base {
    padding: 30px;
  }
}

/*-------------------------------------------------------*/
/* Feature 4
/*-------------------------------------------------------*/
.feature-4 .feature-title {
  font-size: 22px;
}

.feature-4 .feature-img {
  margin-bottom: 30px;
  border: 1px solid #eff3f5;
}

.feature-img-shadow {
  border-radius: 2%;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.6);
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------*/
/* Feature 5
/*-------------------------------------------------------*/
.feature-5 .feature-icon-holder {
  float: left;
}

.feature-5 .feature-icon {
  color: #b09980;
  font-size: 60px;
}

.feature-5 .feature-text {
  padding-left: 95px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .feature-5 .feature-text {
    padding-right: 0;
  }
}

.feature-5 .feature-title {
  font-size: 22px;
  margin-bottom: 18px;
}

/*-------------------------------------------------------*/
/* Feature 6
/*-------------------------------------------------------*/
.feature-6 {
  margin-bottom: 40px;
}

.feature-6 .feature-icon-holder {
  float: left;
}

.feature-6 .feature-icon-holder:nth-child(3n+1) {
  clear: left;
}

.feature-6 .feature-text {
  padding-left: 100px;
}

.feature-6 .feature-text-2 {
  padding-right: 100px;
}

.feature-icon-circle {
  background-color: #fff !important;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.6);
  background: no-repeat;
  background-position: center;
}

/*-------------------------------------------------------*/
/* Feature 7
/*-------------------------------------------------------*/
.feature-7 .feature-icon {
  color: #b09980;
  font-size: 44px;
}

.feature-7 .feature-title {
  font-size: 14px;
  margin-bottom: 18px;
}

.feature-7 .feature-text {
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  .feature-7 .feature-text {
    padding: 0;
  }
}

/*-------------------------------------------------------*/
/* Feature 8
/*-------------------------------------------------------*/
.feature-8 {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Feature 9
/*-------------------------------------------------------*/
.feature-9 {
  padding: 100px 20px;
  border: 1px solid #e8ebee;
  border-right: 0;
}

.feature-9 .feature-icon {
  font-size: 40px;
  color: #b09980;
}

.feature-9 .feature-title {
  font-size: 20px;
}

.feature-9 .feature-holder {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-9:hover .feature-holder {
  opacity: 0;
  visibility: hidden;
}

.feature-9:hover .feature-hidden-text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.feature-hidden-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  left: 0;
  top: 60%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Feature Tabs
/*-------------------------------------------------------*/
.feature-tabs .col-md-5ths {
  width: 20%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .feature-tabs .col-md-5ths {
    width: 50%;
    margin-bottom: 30px;
  }
}

.feature-tabs-link {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.feature-tabs li:hover .feature-tabs-link,
.feature-tabs li:focus .feature-tabs-link,
.feature-tabs li.active .feature-tabs-link {
  color: #fff;
}

.feature-tabs-icon {
  display: block;
  font-size: 50px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.feature-tabs li.active .feature-tabs-icon,
.feature-tabs li:hover .feature-tabs-icon {
  color: #b09980;
}

.feature-tabs-section .overlap-offset-top-container {
  margin-top: -80px;
}

.feature-tabs-content {
  background-color: #fff;
  padding: 90px 50px;
  border: none;
}

.feature-tabs-content-title {
  font-size: 24px;
  line-height: 42px;
  font-family: "Roboto Condensed", sans-serif;
  color: #3b5a2a;
  text-transform: none;
  letter-spacing: normal;
}

.feature-tabs-content-pane {
  display: none;
}

.feature-tabs-content-pane.active {
  display: block;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type],
select,
textarea {
  height: 42px;
  border: 1px solid #e8ebee;
  width: 100%;
  margin-bottom: 14px;
  font-size: 15px;
  padding: 0 16px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  height: auto;
  padding: 8px 16px;
}

input[type]:focus,
textarea:focus {
  border-color: #b09980;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3b5a2a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #3b5a2a;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #3b5a2a;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3b5a2a;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

select::-ms-expand {
  display: none;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label:before {
  width: 18px;
  height: 18px;
  background-color: #f7f9fa;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e8ebee;
}

input[type="checkbox"]:checked + label:before {
  content: "\e80a";
  font-family: "ui-icons";
  color: #292b32;
  font-size: 9px;
  line-height: 16px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #292b32;
  font-size: 15px;
}

.radio > li,
.checkbox > li {
  padding: 7px 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #f7f9fa;
  border: 1px solid #e8ebee;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}

input[type="radio"]:checked + label:before {
  background-color: #21232b;
  border: 5px solid #eef2f4;
  padding: 1px;
}

input[type="radio"]:focus {
  outline: none;
}

label {
  color: #292b32;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 7px;
}

/*-------------------------------------------------------*/
/* From Blog
/*-------------------------------------------------------*/
.tile-grid .entry {
  width: 33.33333333%;
  float: left;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .tile-grid .entry {
    width: 100%;
  }
}

.tile-grid .entry-wrap {
  padding: 0;
}

.tile-grid .entry-inner {
  padding: 0 50px;
}

.tile-grid .entry-category {
  font-style: italic;
  font-size: 15px;
}

.tile-grid .entry-title {
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 5px;
}

.tile-grid .entry-meta {
  margin-top: 15px;
}

.tile-white {
  background-color: #fff;
}

.tile-box:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
  .tile-grid .tile-item:nth-child(2n) .tile-img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  .tile-grid .tile-item:nth-child(2n) .tile-box {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .tile-grid .tile-item:nth-child(2n) .tile-box:before {
    bottom: -10px;
    top: auto;
  }
}

/*-------------------------------------------------------*/
/* From Blog 1
/*-------------------------------------------------------*/
.from-blog-1 .entry {
  margin-bottom: 70px;
}

.from-blog-1 .entry:last-child {
  margin-bottom: 0;
}

.from-blog-1 .entry-wrap {
  background-color: #fff;
  padding: 40px;
  right: 0;
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.14);
}

.from-blog-1 .entry-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .from-blog-1 .entry-img {
    width: 52%;
  }
  .from-blog-1 .entry-wrap {
    position: absolute;
    top: 50%;
    width: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .from-blog-1 .entry:nth-child(2n) .entry-img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: -4%;
  }
  .from-blog-1 .entry:nth-child(2n) .entry-wrap {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-right: -4%;
  }
}

/*-------------------------------------------------------*/
/* From Blog 2
/*-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .from-blog-2 .entry-img-holder,
  .from-blog-2 .entry-wrap {
    float: left;
    width: 50%;
  }
  .from-blog-2 .entry-wrap {
    padding: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .from-blog-2 .entry-wrap {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .from-blog-2 .entry-wrap {
    padding: 30px 0;
  }
}

.from-blog-2 .entry {
  padding: 0 15px;
  margin: 0;
}

.from-blog-2 .entry-title {
  font-size: 18px;
  margin-bottom: 20px;
}

#owl-from-blog {
  overflow: visible;
}

/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-overlay.light {
  background-color: rgba(255, 255, 255, 0.9);
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

[data-overlay="1"] {
  background-color: rgba(25, 25, 25, 0.1);
}

[data-overlay="2"] {
  background-color: rgba(25, 25, 25, 0.2);
}

[data-overlay="3"] {
  background-color: rgba(25, 25, 25, 0.3);
}

[data-overlay="4"] {
  background-color: rgba(25, 25, 25, 0.4);
}

[data-overlay="5"] {
  background-color: rgba(25, 25, 25, 0.5);
}

[data-overlay="6"] {
  background-color: rgba(25, 25, 25, 0.6);
}

[data-overlay="7"] {
  background-color: rgba(25, 25, 25, 0.7);
}

[data-overlay="8"] {
  background-color: rgba(25, 25, 25, 0.8);
}

[data-overlay="9"] {
  background-color: rgba(25, 25, 25, 0.9);
}

[data-overlay="10"] {
  background-color: #191919;
}

/* Hover Scale
-------------------------------------------------------*/
.hover-scale img {
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
.intro {
  padding: 160px 0;
}

.intro-heading {
  font-size: 42px;
  margin-bottom: 32px;
  line-height: 56px;
}

@media only screen and (max-width: 767px) {
  .intro-heading {
    font-size: 28px;
    line-height: 1.4;
  }
}

.intro-paragraph {
  max-width: 770px;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  line-height: 46px;
  color: #292b32;
}

/*-------------------------------------------------------*/
/* Split Section
/*-------------------------------------------------------*/
.split-section-flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .split-section-flex-parent {
    display: block;
  }
}

.split-section-reverse {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.split-section-inner {
  padding: 40px 100px;
}

.split-section-inner-1 {
  position: absolute;
  padding: 0 20px;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.split-section-inner-1-title {
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 639px) {
  .split-section-inner-1-title {
    font-size: 26px;
    margin-bottom: 21px;
    line-height: 34px;
  }
}

.split-section-img {
  background-position: center;
  background-size: cover;
}

.split-section-img img {
  visibility: hidden;
  opacity: 0;
}

.split-section-img, .split-section-box {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  position: relative;
}

.split-section-img-2-col {
  -webkit-box-flex: 2 0 0;
  -webkit-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}

.split-section-text {
  margin: 15px 0 30px;
}

.split-section-title {
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .split-section .flex-parent {
    display: block;
  }
  .split-section-inner {
    padding: 80px 20px;
  }
}

/*-------------------------------------------------------*/
/* Overlap Section
/*-------------------------------------------------------*/
.overlap {
  padding-bottom: 277px !important;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .overlap {
    padding-bottom: 160px !important;
  }
}

.overlap-offset-top {
  overflow: visible !important;
  padding-top: 0 !important;
}

.overlap-offset-top-container {
  margin-top: -110px;
  position: relative;
  z-index: 3;
}

/*-------------------------------------------------------*/
/* Showcases Slider
/*-------------------------------------------------------*/
#owl-showcases .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

#owl-showcases .owl-pagination {
  margin-top: 0;
}

#owl-showcases .owl-wrapper-outer {
  margin-top: 70px;
}

/*-------------------------------------------------------*/
/* Video Section
/*-------------------------------------------------------*/
.video-section {
  padding: 200px 0;
}

/*-------------------------------------------------------*/
/* Play Button
/*-------------------------------------------------------*/
.play-btn {
  display: inline-block;
  width: 105px;
  height: 105px;
  background-color: #b09980;
  border-radius: 50%;
  position: relative;
  border: 15px solid rgba(255, 255, 255, 0.09);
  background-clip: padding-box;
  -webkit-transition: transform 1s linear;
  -moz-transition: transform 1s linear;
  -ms-transition: transform 1s linear;
  -o-transition: transform 1s linear;
  transition: transform 1s linear;
}

.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -11px 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
}

/*-------------------------------------------------------*/
/* Padding Box
/*-------------------------------------------------------*/
.padding-box {
  padding: 50px;
}

@media only screen and (min-width: 992px) {
  .padding-box .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-box .nav-transparent {
    width: auto;
    top: 50px;
    left: 50px;
    right: 50px;
    position: absolute;
  }
}

.top-space {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 50px;
}

.bottom-space {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 50px;
}

@media only screen and (max-width: 991px) {
  .padding-box {
    padding: 0;
  }
  .bottom-space {
    height: 0;
  }
  .top-space {
    height: 60px;
  }
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.contact-item {
  position: relative;
  margin-top: 38px;
  font-size: 15px;
}

.contact-item p,
.contact-item span {
  font-size: inherit;
  margin-bottom: 0;
}

.contact-item a {
  color: #3b5a2a;
}

.contact-item a:hover {
  color: #21232b;
}

.contact-item address {
  line-height: 26px;
}

.contact-item ul li {
  line-height: 28px;
}

.contact-item-icon {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.contact-icon {
  position: absolute;
  left: 0;
}

.contact-icon i {
  font-size: 16px;
  color: #3b5a2a;
  vertical-align: middle;
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}

#contact-form .message.error {
  background-color: #ef5659;
}

#contact-form .message.success {
  background-color: #2cb8a5;
}

/*-------------------------------------------------------*/
/* Google Map
/*-------------------------------------------------------*/
.gmap {
  width: 100%;
  height: 450px;
}

.gmap-btn {
  background-color: #f7f9fa;
  color: #292b32;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  height: 70px;
  line-height: 70px;
  z-index: 2;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gmap-btn:hover {
  color: #fff;
  background-color: #21232b;
}

.gmap-hidden {
  display: none;
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.newsletter {
  padding: 53px 0;
}

.newsletter-title {
  display: inline-block;
  margin-right: 38px;
  font-size: 16px;
  margin-bottom: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .newsletter-title {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.newsletter-form, .newsletter-input, .newsletter-submit[type] {
  display: inline-block;
}

.newsletter-submit[type] {
  width: auto;
}

.newsletter-input[type] {
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
  width: 280px;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .newsletter-input[type] {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

/*-------------------------------------------------------*/
/* Cookies
/*-------------------------------------------------------*/
.cc-window.cc-banner {
  box-shadow: 0 6px 20px 10px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------*/
/* Lightboxes
/*-------------------------------------------------------*/
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.modal-body,
.modal-footer {
  padding: 30px;
}

.modal-header {
  padding: 15px 30px;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  padding: 75px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 639px) {
  .page-title {
    padding: 40px 0;
  }
}

.page-title-holder {
  width: 100%;
  height: 100%;
  display: table;
}

.page-title-inner {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumbs-list-item {
  display: inline-block;
}

.breadcrumbs-list-item:after {
  content: '/';
  display: inline-block;
  margin: 0 6px;
}

.breadcrumbs-list-item:last-child:after {
  display: none;
}

.breadcrumbs-link {
  color: #3b5a2a;
}

/*-------------------------------------------------------*/
/* Page Title 1
/*-------------------------------------------------------*/
.page-title-1 {
  height: 75vh;
}

@media only screen and (max-width: 991px) {
  .page-title-1 {
    height: 300px;
  }
}

.page-title-1 .container {
  height: 100%;
}

.page-title-1 .page-title-holder {
  max-width: 700px;
  margin: auto;
}

.page-title-1 .page-title-title {
  font-size: 66px;
  line-height: 70px;
}

@media only screen and (max-width: 991px) {
  .page-title-1 .page-title-title {
    font-size: 30px;
    line-height: 1.2;
  }
}

.page-title-1 .subheading {
  font-size: 26px;
  line-height: 50px;
}

.page-title-1 .breadcrumb {
  position: absolute;
  right: 0;
  width: auto;
  background-color: transparent;
  top: 50%;
  padding: 0;
  margin: -10px 0 0 0;
}

.page-title-1 .breadcrumb a,
.page-title-1 .breadcrumb > li + li:before {
  color: #3b5a2a;
}

.page-title-1 .breadcrumb > .active,
.page-title-1 .breadcrumb a:hover {
  color: #292b32;
}

/*-------------------------------------------------------*/
/* Partners
/*-------------------------------------------------------*/
.partners {
  padding: 100px 0;
}

/*-------------------------------------------------------*/
/* Partners 1
/*-------------------------------------------------------*/
.partners-logo {
  padding: 60px 15px;
  border-bottom: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  text-align: center;
}

.partners-logo:last-child {
  border-right: none;
}

.partners-second-row .partners-logo:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 640px) {
  .partners-second-row .partners-logo {
    border-bottom: none;
  }
}

/*-------------------------------------------------------*/
/* Pie Charts
/*-------------------------------------------------------*/
.pie-chart-base {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  text-align: center;
}

.pie-chart-title {
  font-size: 16px;
  margin-top: 30px;
}

.pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart-icon {
  line-height: 190px;
  font-size: 70px;
}

.pie-chart-percent {
  display: inline-block;
  line-height: 190px;
  z-index: 2;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  color: #292b32;
}

.pie-chart-percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .9em;
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.grid-5-col .work-item {
  width: 20%;
}

.works-grid.grid-4-col .work-item {
  width: 25%;
}

.works-grid.grid-3-col .work-item {
  width: 33.33333333%;
}

.works-grid.grid-2-col .work-item {
  width: 50%;
}

.works-grid.small-gutter {
  margin-left: -3px;
  margin-right: -3px;
}

.works-grid.small-gutter .work-item {
  padding: 0 3px;
}

.works-grid.small-gutter .work-item-container {
  margin-bottom: 6px;
}

.works-grid.gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.works-grid.gutter .work-item {
  padding: 0 15px;
}

.works-grid.no-gutter .work-item {
  padding: 0;
}

.works-grid.no-gutter .work-img {
  border-radius: 0;
}

.owl-carousel .work-item-container,
.gallery-cell .work-item-container,
.works-grid.no-gutter .work-item-container {
  margin-bottom: 0;
}

.works-grid.no-gutter.with-title .work-item-container,
.works-grid.small-gutter.with-title .work-item-container {
  margin-bottom: 30px;
}

#owl-works-slider .work-item {
  margin: 0 5px;
}

.portfolio-filter {
  margin-bottom: 40px;
  font-size: 12px;
}

.portfolio-filter a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 12px;
  font-weight: 700;
  color: #3b5a2a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portfolio-filter a.active, .portfolio-filter a:hover {
  color: #b09980;
}

.work-item {
  position: relative;
}

.work-item-container {
  margin-bottom: 30px;
  overflow: hidden;
}

.work-item-img-holder {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.work-item-img-holder > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.work-item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.work-item-description {
  padding-top: 20px;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.work-item-title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.work-item-title a:hover {
  color: #b09980;
}

.work-item-category {
  color: #3b5a2a;
  font-size: 13px;
}

.work-item-category a {
  color: inherit;
}

.work-item.hover-1 .work-item-description {
  top: 0;
  padding: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.work-item.hover-1:hover .work-item-description {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.hover-overlay .work-item-title,
.hover-overlay .work-item-category {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------*/
.isotope-small {
  width: 20%;
}

.isotope-quarter {
  width: 25%;
}

.isotope-large {
  width: 40%;
}

.isotope-half {
  width: 50%;
}

/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
.project-info {
  padding: 50px 0;
  margin-bottom: 26px;
  border-bottom: 1px solid #e8ebee;
}

.project-info-title {
  font-size: 20px;
  float: left;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .project-info-title {
    float: none;
    margin-bottom: 15px;
  }
}

.project-info .social-icons {
  float: right;
}

@media only screen and (max-width: 767px) {
  .project-info .social-icons {
    float: none;
  }
}

.project-meta {
  margin-bottom: 15px;
}

.project-meta-item {
  line-height: 28px;
  font-size: 14px;
  display: table;
  table-layout: fixed;
}

.project-meta-label, .project-meta-value {
  display: table-cell;
}

.project-meta-label {
  min-width: 80px;
  color: #292b32;
}

.project-description {
  margin-top: 30px;
}

/*-------------------------------------------------------*/
/* Project Nav
/*-------------------------------------------------------*/
.project-nav {
  background-color: #f7f9fa;
  padding: 30px 0;
}

.project-nav li {
  position: relative;
}

.project-nav li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #292b32;
}

.project-nav li a:hover {
  color: #b09980;
}

.project-nav-page-prev a,
.project-nav-page-next a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-nav-page-prev i,
.project-nav-page-next i {
  font-size: 13px;
  display: inline-block;
}

.project-nav-page-prev i {
  margin-right: 5px;
}

.project-nav-page-next i {
  margin-left: 5px;
}

.project-nav-page-next {
  text-align: right;
}

.project-nav-back-to-projects {
  text-align: center;
}

/*-------------------------------------------------------*/
/* Portfolio Responsive Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  #team-slider .gallery-cell {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  .works-grid.grid-3-col .work-item,
  #team-slider .gallery-cell,
  .isotope-large,
  .isotope-quarter,
  .isotope-small,
  .isotope-half {
    width: 50%;
  }
}

@media only screen and (max-width: 639px) {
  .works-grid .work-item {
    width: 100% !important;
  }
  .portfolio-filter a {
    display: block;
    margin: 10px 0;
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/
.pricing-table {
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  border: 1px solid #f1f3f5;
}

.pricing-table-best {
  padding: 70px 0;
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .pricing-table-best {
    margin-top: 0;
  }
}

.pricing-table-title {
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
}

.pricing-table-price-box {
  padding: 0 0 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: #292b32;
  border-bottom: 2px solid #f7f9fa;
}

.pricing-table-currency {
  display: inline-block;
  vertical-align: top;
  margin: 23px 2px 0 0;
  font-size: 30px;
}

.pricing-table-price {
  font-size: 72px;
}

.pricing-table-term {
  font-size: 13px;
  display: block;
  color: #3b5a2a;
  font-family: "Roboto Condensed", sans-serif;
}

.pricing-table-features {
  color: #3b5a2a;
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 22px;
}

.pricing-table-features li {
  padding: 12px 0;
}

/*-------------------------------------------------------*/
/* Progress Bars
/*-------------------------------------------------------*/
.progress-bar {
  -webkit-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: none;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 0%;
  position: relative;
  background-color: #b09980;
}

.progress-bars {
  margin-bottom: 30px;
}

.progress-bars.dark .progress-bar {
  background-color: #21232b;
}

.progress-title {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 15px;
}

.progress-percent {
  font-size: 13px;
  float: right;
}

.progress-base {
  height: 3px;
  border-radius: 0;
  position: relative;
  background: #f7f9fa;
  margin-bottom: 30px;
  box-shadow: none;
}

.progress-base:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Promo Section
/*-------------------------------------------------------*/
.promo-section-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .promo-section-title {
    font-size: 26px !important;
  }
}

.promo-section-text {
  font-size: 22px;
  line-height: 34px;
}

.promo-section-description {
  padding-left: 15%;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (max-width: 991px) {
  .promo-section-description {
    float: left;
    padding-right: 10%;
  }
}

.promo-section-img-holder {
  float: none;
  display: table-cell;
}

.promo-section .container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .promo-section-description {
    padding-left: 10%;
  }
  .promo-section-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .promo-section-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/*-------------------------------------------------------*/
/* Promo Section 1
/*-------------------------------------------------------*/
.promo-section-1-description {
  margin-top: 5%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .promo-section-1-description {
    margin-top: 0;
  }
}

.promo-section-1-title {
  font-size: 34px;
  margin-bottom: 30px;
}

/*-------------------------------------------------------*/
/* Promo Section 2
/*-------------------------------------------------------*/
.promo-section-2 {
  padding: 255px 0;
}

.double-line {
  max-width: 970px;
  padding: 50px 0;
  margin: 0 auto;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity,
.flickity-slider-wrap {
  overflow: hidden;
}

.carousel-cell img,
#single-slider .carousel-cell {
  width: 100%;
}

.owl-carousel {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-buttons {
  position: static;
}

.owl-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 7px;
  position: relative;
}

.owl-page.active span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  background: transparent;
  box-shadow: 0 0 0 2px #b09980;
}

.owl-page.active span:after {
  background-color: #b09980 !important;
  opacity: 1;
}

.owl-page span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 0.7;
  background: transparent;
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-page span:hover {
  opacity: 1;
}

.owl-page span:after,
.flickity-page-dots .dot:after,
.flickity-page-dots .dot.is-selected:after {
  display: block;
  content: '';
  background-color: #3b5a2a;
  opacity: .7;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
}

.owl-prev,
.flickity-prev-next-button.previous {
  left: -40px;
}

.owl-next,
.flickity-prev-next-button.next {
  right: -40px;
}

.owl-prev,
.owl-next,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev,
.owl-next {
  opacity: 1;
}

.flickity-prev-next-button {
  width: 30px;
  height: 60px;
  margin-top: -30px;
}

.flickity-prev-next-button.previous {
  border-radius: 0 3px 3px 0;
}

.flickity-prev-next-button.next {
  border-radius: 3px 0 0 3px;
}

.owl-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0;
}

.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 24px;
  top: 6px;
  color: #292b32;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 0;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 0;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.flickity-prev-next-button:focus {
  box-shadow: none;
}

.flickity-prev-next-button {
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.flickity-page-dots {
  bottom: auto;
  position: relative;
  margin-top: 30px;
}

.flickity-page-dots .dot {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: transparent;
}

.flickity-page-dots .dot:hover {
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  box-shadow: 0 0 0 2px #b09980;
}

.flickity-page-dots .dot.is-selected:after {
  opacity: 1;
  background-color: #b09980;
}

.is-dragging {
  pointer-events: none;
}

.flickity-slider-wrap.dots-inside .flickity-page-dots,
.owl-carousel.dots-inside .owl-pagination {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
}

.flickity-slider-wrap.dots-inside .flickity-page-dots .dot:after,
.flickity-slider-wrap.dots-inside .flickity-page-dots .dot.is-selected:after {
  background-color: #fff;
}

.flickity-slider-wrap.dots-inside .flickity-page-dots .dot.is-selected {
  box-shadow: 0 0 0 2px #fff;
}

.owl-white-dots .owl-page span:after {
  background-color: #fff;
}

.owl-white-dots .owl-page.active span {
  box-shadow: 0 0 0 2px #fff;
}

.owl-white-dots .owl-page.active span:after {
  background-color: #fff !important;
}

/* Shop slider
-------------------------------------------------------*/
#gallery-main .carousel-cell {
  margin-bottom: 10px;
  width: 100%;
}

#gallery-main img {
  width: 100%;
}

.gallery-thumbs {
  margin: 0 -5px;
}

.gallery-thumbs .carousel-cell {
  width: 25%;
  float: left;
  padding: 0 5px;
}

.gallery-thumbs img {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
  opacity: 1;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #3b5a2a;
  background-color: #f7f9fa;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 30px;
}

.social-icons a:last-child {
  margin-right: 0 !important;
}

.social-icons a:hover {
  background-color: #b09980;
  color: #fff;
}

.social-icons-dark a {
  background-color: #252525;
  color: #3b5a2a;
}

.social-icons-nobase a {
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 10px;
  background-color: transparent;
  color: #fff;
}

.social-icons-nobase a:hover {
  background-color: transparent !important;
  color: #fff;
}

.social-icons-nobase-dark a {
  color: #3b5a2a;
}

.social-icons-nobase-dark a:hover {
  color: #292b32;
}

.social-icons-transparent a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.rounded a {
  border-radius: 50%;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
}

th {
  text-align: left;
  font-weight: 400;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8ebee;
  padding: 10px;
}

.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > thead > tr > th {
  border-bottom: none;
}

.table thead tr th {
  font-size: 12px;
  color: #292b32;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e8ebee;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f9fa;
}

@media (max-width: 539px) {
  .table-wrap {
    overflow-x: scroll;
  }
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs-list {
  margin-bottom: -1px;
}

.tabs-list-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #292b32;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: -4px;
}

@media only screen and (max-width: 639px) {
  .tabs-list-item {
    display: block;
    margin-right: 0;
  }
}

.tabs-link {
  display: block;
  position: relative;
  padding: 14px 20px 13px;
  background-color: #f7f9fa;
  border: 1px solid #e8ebee;
  color: #292b32;
}

.tabs-link:focus {
  color: inherit;
}

.tabs-list-item.active .tabs-link {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.tabs-list-item.active:before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #b09980;
}

.tabs-content {
  padding: 30px;
  border: 1px solid #e8ebee;
  overflow: hidden;
}

.tabs-content-pane {
  display: none;
}

.tabs-content-pane.active {
  display: block;
}

/* Vertical Tabs
/*-------------------------------------------------------*/
.tabs-vertical .tabs-list {
  float: left;
  width: 200px;
  position: relative;
  margin-right: -1px;
  border-right: 1px solid #e8ebee;
  border-bottom: none;
  z-index: 2;
}

@media only screen and (max-width: 639px) {
  .tabs-vertical .tabs-list {
    width: 100%;
    float: none;
  }
}

.tabs-vertical .tabs-list-item {
  float: none;
  display: block;
  border: 1px solid #e8ebee;
  border-right: 0;
  border-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.tabs-vertical .tabs-list-item:first-child {
  border-top: 1px solid #e8ebee;
}

.tabs-vertical .tabs-list-item.active:before {
  height: 100%;
  width: 2px;
  left: -1px;
}

.tabs-vertical .tabs-link {
  padding: 14px 20px 13px;
  margin-right: 0;
  border: none;
}

.tabs-vertical .tabs-list-item.active .tabs-link {
  border-right: 1px solid #fff;
  border-bottom: none;
  right: -1px;
  padding-left: 19px;
}

@media only screen and (max-width: 639px) {
  .tabs-vertical .tabs-list-item.active .tabs-link {
    right: 0;
    padding-left: 20px;
  }
}

/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
.team-member {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-img img {
  width: 100%;
}

.team-img .team-title {
  font-size: 22px;
  margin-bottom: 7px;
  color: #fff;
}

.team-img .social-icons {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-img:hover .team-details {
  bottom: 0;
}

.team-img:hover .social-icons {
  visibility: visible;
  opacity: 1;
}

.team-img .team-details {
  position: absolute;
  overflow: hidden;
  padding: 30px 10px;
  width: 100%;
  z-index: 2;
  bottom: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-img .team-details span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Team slider
/*-------------------------------------------------------*/
.team.carousel-cell {
  width: 33.334%;
}

@media only screen and (max-width: 639px) {
  .team.carousel-cell {
    width: 70%;
  }
}

#team-slider {
  padding: 50px 0;
}

#team-slider .flickity-viewport {
  overflow: visible;
}

#team-slider .carousel-cell:not(.is-selected) img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#team-slider .carousel-cell.is-selected {
  z-index: 10;
}

#team-slider .carousel-cell.is-selected .team-details,
#team-slider .carousel-cell.is-selected .bottom-gradient {
  visibility: visible;
  opacity: 1;
}

#team-slider .carousel-cell.is-selected .team-img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.23);
}

#team-slider .team-details,
#team-slider .bottom-gradient {
  visibility: hidden;
  opacity: 0;
}

/*-------------------------------------------------------*/
/* Testimonials
/*-------------------------------------------------------*/
.testimonial-box {
  background-color: #fff;
  padding: 67px 50px;
  margin: 0 9px;
  position: relative;
}

.testimonial-text {
  color: #292b32;
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-author {
  margin-top: 30px;
  font-style: italic;
  color: #b09980;
}

.testimonial-img {
  border-radius: 50%;
  margin-bottom: 18px;
}

.testimonial-title {
  margin-bottom: 30px;
}

.testimonial.bg-img .testimonial-text {
  color: #fff;
}

.testimonial-row {
  margin: 0 -9px;
}

/*-------------------------------------------------------*/
/* Testimonials 1
/*-------------------------------------------------------*/
.testimonial-1 .testimonial-text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------------------------*/
/* Testimonials 2
/*-------------------------------------------------------*/
.testimonial-2 .testimonial-text {
  font-size: 22px;
  line-height: 34px;
}

.testimonial-2 .owl-pagination {
  left: -5px;
  text-align: left;
}

/*-------------------------------------------------------*/
/* Testimonials 3
/*-------------------------------------------------------*/
.testimonial-3 .testimonial-item {
  padding: 0 15px;
}

.testimonial-3 .owl-pagination {
  text-align: center;
}

/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .blog .blog-content {
    padding-right: 3.2%;
  }
}

.entry {
  margin-bottom: 55px;
  position: relative;
}

.entry-img-holder, .entry-slider, .entry-video {
  position: relative;
  overflow: hidden;
}

.entry-img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.entry-wrap {
  position: relative;
  padding-top: 40px;
}

.entry-wrap-card {
  padding: 30px;
  border: 1px solid #e8ebee;
  border-radius: 3px;
}

.entry-img-holder + .entry-wrap {
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.entry-title a:hover {
  color: #b09980;
}

.entry-meta {
  margin-bottom: 7px;
}

.entry-meta li {
  color: #3b5a2a;
  font-size: 12px;
  display: inline-block;
}

.entry-meta li:last-child {
  margin-right: 0;
}

.entry-meta li:after {
  content: "/";
  margin-left: 7px;
  margin-right: 7px;
}

.entry-meta li:last-child:after {
  display: none;
}

.entry-meta li a {
  color: inherit;
}

.entry-meta li a:hover {
  color: #b09980;
}

.entry-content {
  margin-top: 12px;
}

.entry-content p {
  margin-bottom: 22px;
}

.entry-content blockquote p {
  margin-bottom: 10px;
}

.read-more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.read-more i {
  font-size: 9px;
  display: inline-block;
  margin-left: 3px;
}

/* Quote Post
-------------------------------------------------------*/
.entry-blockquote {
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0;
}

.entry-blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 35, 43, 0.9);
}

.entry-blockquote .entry-meta {
  position: relative;
}

.entry-blockquote p {
  margin-top: 10px;
}

.entry-blockquote p a {
  color: #fff;
}

.entry-blockquote p a:hover {
  color: #b09980;
}

.entry-blockquote .blockquote-author {
  font-size: 14px;
  display: block;
  position: relative;
}

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
  width: 100%;
  display: block;
  border: 0;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  margin-top: 10px;
}

.pagination-nav {
  display: inline-block;
}

.pagination-page {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 3px;
  text-align: center;
  color: #292b32;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #f7f9fa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination-page i {
  font-size: 12px;
}

.pagination-page.active {
  color: #fff;
  background-color: #b09980;
}

.pagination-page:not(span):hover {
  background-color: #b09980;
  border-color: transparent;
  color: #fff;
}

/*-------------------------------------------------------*/
/* Blog Masonry
/*-------------------------------------------------------*/
#blog-slider .carousel-cell {
  width: 100%;
}

/*-------------------------------------------------------*/
/* Blog Single
/*-------------------------------------------------------*/
.blog-single .entry {
  margin-bottom: 0;
}

/* Share / tags
/*-------------------------------------------------------*/
.entry-tags span {
  margin-right: 5px;
  color: #292b32;
}

.entry-tags a {
  color: #3b5a2a;
}

.entry-tags a:hover {
  color: #b09980;
}

.entry-share span {
  margin-right: 5px;
  color: #292b32;
}

.entry-share .social-icons {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .entry-share-right {
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .entry-share {
    margin-top: 10px;
  }
}

/* Author
/*-------------------------------------------------------*/
.entry-author {
  padding-top: 30px;
  position: relative;
  margin-bottom: 50px;
  border-top: 1px solid #e8ebee;
}

.entry-author-img {
  display: block;
  border-radius: 50%;
  float: left;
}

@media only screen and (max-width: 639px) {
  .entry-author-img {
    width: 40px;
  }
}

.entry-author-name {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.entry-author-body {
  padding-left: 86px;
}

@media only screen and (max-width: 639px) {
  .entry-author-body {
    padding-left: 60px;
  }
}

.entry-author-position {
  font-size: 13px;
  margin: 5px 0 10px;
  display: inline-block;
}

/* Comments
/*-------------------------------------------------------*/
.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8ebee;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-body p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .entry-comments-body {
    padding-left: 60px;
  }
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
}

@media only screen and (max-width: 639px) {
  .entry-comments-avatar {
    width: 40px;
  }
}

.entry-comments-author {
  color: #292b32;
  font-size: 15px;
  margin-right: 10px;
}

.entry-comments span {
  display: inline-block;
}

.entry-comments span:last-of-type {
  margin-bottom: 10px;
}

.entry-comments span a {
  font-size: 12px;
  color: #3b5a2a;
}

@media only screen and (min-width: 640px) {
  .entry-comments-reply {
    padding-left: 10%;
  }
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form input[type] {
  margin-bottom: 20px;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #3b5a2a;
  font-weight: 400;
  font-size: 24px;
}

.page-404 h1 {
  font-size: 200px;
  line-height: 1.2;
}

.page-404 a,
.page-404 p {
  font-size: 14px;
}

.page-404 form {
  max-width: 370px;
  margin: auto;
}

/*-------------------------------------------------------*/
/* Products
/*-------------------------------------------------------*/
.product-item {
  margin-bottom: 38px;
}

.product-img {
  overflow: hidden;
  min-width: 99.9%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img-link {
  display: block;
  position: relative;
}

.product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

.product-label > span {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 7px;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

.product-label-sale {
  color: #fff;
  background-color: #e95e49;
}

.sold-out {
  background-color: rgba(255, 255, 255, 0.9);
  color: #292b32;
  pointer-events: none;
  padding: 15px 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  font-size: 11px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
}

.product-details {
  position: relative;
  text-align: center;
}

.product-price del {
  color: #3b5a2a;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}

.product-price ins {
  text-decoration: none;
  color: #3b5a2a;
  display: inline-block;
  font-size: 15px;
}

.product-title {
  line-height: 14px;
  margin-bottom: 6px;
  font-size: 14px;
}

.product-title-link,
.product-list-widget a {
  line-height: 1.5;
  color: #292b32;
}

.product-title-link:hover,
.product-list-widget a:hover {
  color: #b09980;
}

.product-add-to-wishlist {
  color: #3b5a2a;
}

.product-add-to-wishlist:hover {
  color: #b09980;
}

.product-add-to-wishlist i {
  font-size: 13px;
}

.product-add-to-wishlist span {
  margin-left: 5px;
}

.product-img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.product-img-holder .product-actions {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img-holder:hover .product-actions {
  opacity: 1;
  visibility: visible;
}

.product-img-holder:hover .product-quickview {
  bottom: 0;
}

.product-img-holder:hover .product-img-back {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-img-holder:hover .product-img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-img-back {
  width: 100%;
  position: absolute;
  top: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-quickview {
  position: absolute;
  bottom: -35px;
  width: 100%;
  background-color: #21232b;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 35px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-quickview:hover {
  background-color: #b09980;
}

.product-rating {
  font-size: 13px;
  line-height: 26px;
  display: block;
}

.product-rating:before {
  font-family: 'ui-icons';
  content: '\e805 \e805 \e805 \e805 \e806';
  letter-spacing: 0.25em;
  font-size: 12px;
  color: #b09980;
  font-style: normal;
}

.product-rating a {
  color: #3b5a2a;
  margin-left: 7px;
}

/*-------------------------------------------------------*/
/* Promo Banners / Collection
/*-------------------------------------------------------*/
.promo-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}

.promo-banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidded;
  -webkit-backface-visibility: hidden;
}

.promo-banner a:hover img {
  opacity: .7;
}

.promo-banner-title {
  font-size: 18px;
  margin-top: 5px;
}

/*-------------------------------------------------------*/
/* Product Tabs
/*-------------------------------------------------------*/
.product-tabs-list {
  text-align: center;
  margin-bottom: 90px;
}

.product-tabs-list-item {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  color: #292b32;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 639px) {
  .product-tabs-list-item {
    font-size: 18px;
    display: block;
    margin: 0 0 10px;
  }
  .product-tabs-list-item.active {
    color: #b09980;
  }
}

.product-tabs-list-item.active:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 7px;
  position: absolute;
  background-color: #b09980;
}

@media only screen and (max-width: 639px) {
  .product-tabs-list-item.active:after {
    display: none;
  }
}

.product-tabs-link {
  color: inherit;
}

.product-tabs-link:hover {
  color: #b09980;
}

.product-tabs-content-pane {
  display: none;
}

.product-tabs-content-pane.active {
  display: block;
}

/*-------------------------------------------------------*/
/* Catalogue
/*-------------------------------------------------------*/
/* Filter
-------------------------------------------------------*/
.shop-filter {
  padding-bottom: 14px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8ebee;
  width: 100%;
  float: left;
}

.shop-filter-view-mode {
  float: left;
}

.shop-filter-grid, .shop-filter-list {
  line-height: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
  color: #3b5a2a;
}

.shop-filter-grid.active, .shop-filter-list.active {
  color: #292b32;
}

.shop-filter-view-mode, .shop-filter-show {
  margin-top: 5px;
}

.shop-filter-show {
  margin-left: 40px;
  float: left;
}

.shop-filter-show a {
  color: #3b5a2a;
}

.shop-filter-show a.active {
  color: #292b32;
}

.shop-filter-show a:after {
  content: '/';
  margin: 0 2px 0 6px;
  color: #3b5a2a;
}

.shop-filter-show a:last-child:after {
  display: none;
}

.shop-filter-ordering {
  float: right;
  width: 23%;
}

.shop-filter-ordering select {
  margin-bottom: 0;
  padding: 0;
  height: 30px;
  border: none;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .shop-filter-ordering {
    width: 80%;
    float: none;
    margin: auto;
  }
}

/* List View
-------------------------------------------------------*/
.shop-catalog-list-view .product-list {
  width: 100%;
}

.product-grid .product-description {
  display: none;
}

.product-list .product-img-holder {
  width: 32%;
  float: left;
  margin-bottom: 0;
  margin-right: 3%;
}

.product-list .product-item {
  float: left;
  width: 100%;
}

.product-list .product-description {
  float: left;
  width: 65%;
  margin-top: 20px;
}

.product-list .product-title {
  line-height: 14px;
  margin-bottom: 15px;
  font-size: 20px;
}

.product-list .product-details {
  display: none;
}

.product-list .product-add-to-wishlist {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  line-height: 42px;
  text-align: center;
}

.product-list .product-add-to-wishlist a {
  color: #292b32;
  background-color: #f7f9fa;
  display: block;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-list .product-add-to-wishlist a:hover {
  background-color: #b09980;
  color: #fff;
}

.product-text {
  margin: 20px 0;
}

.product-list .product-price del,
.product-single .product-price del {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}

.product-list .product-price ins,
.product-single .product-price ins {
  display: inline-block;
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/
.zoom-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.zoom-icon:hover {
  color: #292b32;
}

@media only screen and (min-width: 992px) {
  .single-product-description {
    padding-left: 40px;
  }
}

.single-product-description-title {
  margin-top: 15px;
  font-size: 28px;
  line-height: 1.2;
}

.single-product-description-text {
  margin: 25px 0;
}

.single-product-description-price {
  margin-top: 25px;
  display: block;
}

.single-product-description-price del {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.single-product-description-price ins {
  font-size: 26px;
  color: #292b32;
}

.single-product-description .product-actions {
  padding: 30px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-select-options {
  padding: 30px 0 15px;
  border-top: 1px solid #e8ebee;
  border-bottom: 1px solid #e8ebee;
}

/* Quantity
-------------------------------------------------------*/
.product-quantity-buttons {
  white-space: nowrap;
  position: relative;
  margin-right: 20px;
}

.product-quantity-adjust {
  float: left;
}

.product-quantity-minus, .product-quantity-plus {
  width: 21px;
  height: 21px;
  line-height: 19px;
  font-size: 14px;
  display: block;
  background-color: #fff;
  border: 1px solid #e8ebee;
  border-left: none;
  text-align: center;
  color: #000;
}

.product-quantity-plus {
  border-bottom: none;
}

.product-quantity-input[type] {
  width: 42px;
  height: 42px;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  float: left;
  border: 1px solid #e8ebee;
  background-color: transparent;
  line-height: 1;
  border-radius: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Product Meta
-------------------------------------------------------*/
.product-meta {
  padding: 30px 0;
}

.product-meta span {
  display: block;
  line-height: 32px;
  color: #3b5a2a;
}

.product-meta span a {
  color: #292b32;
}

.product-meta span a:hover {
  color: #b09980;
}

/* Tabs
/*-------------------------------------------------------*/
.review-list li {
  margin-top: 20px;
}

.review-list li:first-child {
  margin-top: 0;
}

.review-content p:first-child {
  color: #292b32;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Related Products
/*-------------------------------------------------------*/
#owl-shop-items-slider {
  overflow: visible;
}

#owl-shop-items-slider .product-item {
  padding: 0 15px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Cart Page
/*-------------------------------------------------------*/
.table-cart thead, .table-cart-item:last-child {
  border-bottom: 1px solid #e8ebee;
}

.table-cart tr td {
  vertical-align: middle;
}

.table-cart .product-thumbnail {
  padding: 30px 24px 30px 0;
  width: 130px;
  max-width: 130px;
  min-width: 80px;
}

@media only screen and (max-width: 991px) {
  .table-cart .product-thumbnail {
    padding: 15px;
  }
}

.table-cart td.product-name {
  width: 30%;
  line-height: 24px;
}

.table-cart td.product-quantity {
  min-width: 132px;
}

.table-cart .product-name > a,
.table-cart .product-price > span,
.table-cart .product-subtotal > span {
  color: #292b32;
}

.table-cart .product-name > a:hover {
  color: #b09980;
}

.table-cart .product-remove {
  text-align: right;
  min-width: 30px;
}

.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f7f9fa;
  color: #3b5a2a;
}

.remove i {
  font-size: 18px;
  display: block;
}

.remove:hover {
  background-color: #b09980;
  color: #fff;
}

.cart-actions {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .cart-actions {
    text-align: left;
  }
}

.cart-actions > input,
.cart-actions > div {
  display: inline-block;
  margin-left: 5px;
}

.cart-actions .btn-button[type] {
  margin-left: 0;
}

@media only screen and (max-width: 639px) {
  .cart-actions .btn-button[type],
  .cart-actions > div {
    width: 100%;
    margin: 5px 0;
  }
  .cart-actions > div a {
    width: 100%;
  }
}

.coupon-input[type] {
  max-width: 200px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.cart_totals {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .cart_totals {
    padding-left: 0;
  }
}

.cart_totals table {
  margin-bottom: 15px;
  min-width: 100%;
}

.cart_totals .table > tbody > tr > td,
.cart_totals .table > tbody > tr > th,
.ecommerce-checkout-review-order-table > tbody > tr > td,
.ecommerce-checkout-review-order-table > tbody > tr > th {
  color: #292b32;
  padding: 14px 0;
}

.cart_totals tr:first-child th,
.cart_totals tr:first-child td,
.ecommerce-checkout-review-order-table tr:first-child th,
.ecommerce-checkout-review-order-table tr:first-child td {
  border-top: 0;
}

.cart_totals tr td,
.ecommerce-checkout-review-order tr td {
  text-align: right;
}

.cart-order-total-amount {
  font-size: 16px;
}

.form-row {
  float: left;
}

.form-row-wide {
  width: 100%;
}

.shipping-calculator-form p:last-child,
.country_to_state {
  margin-bottom: 0;
}

#calc_shipping_postcode,
#calc_shipping_state {
  margin-bottom: 10px;
}

.shop_table tr td.product-name {
  line-height: 24px;
}

/*-------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------*/
.order-review-wrap {
  border: 1px solid #d9dee3;
  padding: 40px 30px;
}

#customer_details {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #customer_details {
    padding-right: 15px;
  }
}

#customer_details p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

form .form-row:after {
  clear: both;
}

#customer_details .form-row input,
#customer_details .form-row select,
#customer_details .form-row textarea {
  float: right;
  margin-bottom: 0;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  #customer_details .form-row input,
  #customer_details .form-row select,
  #customer_details .form-row textarea {
    float: none;
    width: 100%;
  }
}

#customer_details .form-row textarea {
  line-height: 20px;
}

#customer_details label {
  float: left;
  width: 20%;
  line-height: 39px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #customer_details label {
    width: 100%;
  }
}

label.checkbox {
  float: none !important;
  width: auto !important;
  line-height: 1.5 !important;
}

.create-account {
  margin-top: 30px;
}

.place-order {
  float: none;
  margin-top: 30px;
}

abbr.required {
  color: #e7604a;
}

#billing_address_1_field {
  margin-bottom: 10px !important;
}

.ecommerce-shipping-fields {
  margin-bottom: 50px;
}

.order-review-wrap table {
  margin-bottom: 40px;
}

.ecommerce-checkout-review-order-table .order-total {
  font-size: 15px;
}

.order-review .payment_methods.methods li {
  padding-bottom: 10px;
}

.form-row.place-order input {
  width: 100%;
}

.payment_methods li {
  padding: 15px 0;
  border-bottom: 1px solid #e8ebee;
}

.payment_method_paypal img {
  margin-left: 15px;
}

.payment_box p {
  margin-top: 10px;
  margin-bottom: 0;
}

.payment_methods label {
  color: #292b32;
  vertical-align: middle;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  min-height: 80px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  position: relative;
  background-color: #fff;
  /* Dropdowns / Megamenu (large screen) */
  /* Megamenu */
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #3b5a2a;
  font-size: 12px;
  padding: 0 8px;
  line-height: 80px;
  display: block;
  position: relative;
}

.nav-menu > li > a:hover {
  color: #b09980;
}

.nav-menu > .active > a {
  color: #b09980;
}

.nav-menu > li:last-child > a {
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .nav-wrap {
    display: block !important;
    height: auto !important;
  }
  .nav-menu > li {
    display: inline-block;
  }
  .nav-dropdown-menu,
  .nav-dropdown-submenu > .nav-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    min-width: 230px;
    padding: 20px 0;
    list-style: none;
    white-space: nowrap;
    background-color: #21232b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-dropdown-menu > li > a,
  .nav-dropdown-submenu > .nav-dropdown-menu > li > a {
    color: #3b5a2a;
    padding: 5px 30px;
    display: block;
  }
  .nav-dropdown:hover > .nav-dropdown-menu,
  .nav-dropdown-submenu:hover > .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-dropdown-submenu {
    position: relative;
  }
  .nav-dropdown-submenu .nav-dropdown-menu {
    left: 100%;
    top: -20px;
  }
  .nav-dropdown-submenu > a:after {
    font-family: "Themify";
    position: absolute;
    content: "\e649";
    font-size: 8px;
    right: 20px;
    line-height: 21px;
    color: #3b5a2a;
  }
  .nav-megamenu-item {
    border-right: 1px solid #353535;
    padding: 40px 30px;
  }
  .nav-megamenu-item:last-child {
    border-right: 0;
  }
  .nav-megamenu-item > span {
    color: #d5d5d5;
    margin-bottom: 15px;
  }
  .nav-megamenu-menu > li a {
    padding: 5px 0;
  }
  .nav-dropdown-menu > li a:hover,
  .nav-megamenu-menu > li a:hover {
    color: #fff;
  }
  .nav-dropdown-trigger {
    display: none;
  }
}

.nav-megamenu, .nav-megamenu-wide {
  padding: 0;
}

.nav-megamenu-menu > li > a {
  display: block;
  color: #3b5a2a;
}

.nav-megamenu-item > span {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

/* Logo
-------------------------------------------------------*/
.logo {
  max-height: 65px;
}
@media only screen and (max-width: 991px) {
  .logo {
    max-height: 65px;
    padding: 5px;
  }
}

.logo-wrap a {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

/* Nav Flexbox
-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block;
  }
}

header .flex-child {
  flex: 1 0 0;
}

@media only screen and (max-width: 991px) {
  header .flex-child {
    width: 100%;
  }
}

header .flex-child.flex-right {
  text-align: right;
}

.nav-wrap.flex-child {
  flex: 2 0 0;
}

.nav-align-right {
  margin-left: auto;
}

.nav-align-left {
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .nav-align-left {
    margin-left: 60px;
  }
}

/* Nav Right
-------------------------------------------------------*/
.nav-right {
  color: #292b32;
  padding-left: 15px;
  position: relative;
}

.nav-right > ul > li {
  display: inline-block;
  float: left;
  padding-right: 20px;
}

.nav-right > ul > li:last-child {
  padding-right: 0;
}

.nav-mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #e8ebee;
  color: #3b5a2a;
  display: block;
}

.nav-mobile-links li > a:hover {
  color: #b09980;
}

/* Nav Cart
-------------------------------------------------------*/
.nav {
  /* Nav Cart Dropdown */
}

.nav-cart-inner {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.nav-cart-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 16px;
  font-size: 17px;
  color: inherit;
}

.nav-cart-icon:hover {
  color: inherit;
}

.nav-cart-badge {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -5px;
  right: -8px;
  font-size: 10px;
  display: block;
  background-color: #b09980;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.nav-cart-mobile {
  float: right;
  height: 100%;
  margin-right: 12px;
  color: #292b32;
}

.nav-cart-container {
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  max-width: 300px;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  padding: 30px;
  line-height: 1;
  border: 1px solid #e8ebee;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}

.nav-cart-container:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: -30px;
  height: 30px;
}

.nav-cart-items {
  position: relative;
}

.nav-cart-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.nav-cart-item:first-child {
  margin-top: 0;
}

.nav-cart-img {
  float: left;
  margin-right: 20px;
}

.nav-cart-title {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.nav-cart-title > a {
  position: relative;
  color: #292b32;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
}

.nav-cart-title > a:hover {
  color: #b09980;
}

.nav-cart-price {
  margin-top: 5px;
  color: #3b5a2a;
  font-size: 13px;
}

.nav-cart-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f9fa;
}

.nav-cart-remove a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #292b32;
}

.nav-cart-remove i {
  font-size: 16px;
}

.nav-cart-remove:hover {
  background-color: #b09980;
}

.nav-cart-remove:hover i {
  color: #fff;
}

.nav-cart-summary {
  margin-top: 10px;
  font-weight: 700;
  color: #292b32;
  font-size: 14px;
}

.nav-cart-summary .total-price {
  float: right;
}

.nav-cart-actions a {
  width: 100%;
}

.nav-cart:hover .nav-cart-container {
  opacity: 1;
  visibility: visible;
}

.nav-holder.sticky .nav-cart-container:before {
  top: -20px;
  height: 20px;
}

/* Nav Search
-------------------------------------------------------*/
.nav-search-link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 80px;
}

.nav-search-link:hover {
  color: inherit;
}

.nav-search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-search-cell {
  position: absolute;
  top: 30%;
  width: 100%;
}

.nav-search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.nav-search-input[type] {
  height: 66px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #444;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.nav-search-input[type]:focus {
  background-color: transparent;
  border-color: #b09980;
}

.nav-search-input::-webkit-input-placeholder {
  color: #fff;
}

.nav-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.nav-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.nav-search-input:-ms-input-placeholder {
  color: #fff;
}

.nav-search-close {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 30px;
  color: #3b5a2a;
  cursor: pointer;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav-icon-toggle {
  position: relative;
  top: 14px;
  float: right;
  padding: 9px 5px 9px 10px;
  background-color: transparent;
  border: none;
  z-index: 50;
}

@media only screen and (min-width: 992px) {
  .nav-icon-toggle {
    display: none;
  }
}

.nav-icon-toggle-bar {
  background-color: #21232b;
  width: 18px;
  display: block;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}

.nav-icon-toggle-bar:last-child {
  margin-bottom: 0;
}

.nav-icon-toggle:focus .nav-icon-toggle-bar,
.nav-icon-toggle:hover .nav-icon-toggle-bar {
  background-color: #b09980;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav-holder.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-holder.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.nav-holder.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  height: 80px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 120;
}

.nav-holder.sticky.scrolling {
  opacity: 1;
  visibility: visible;
  padding-top: 5px;
}

.nav-holder.sticky .nav-menu > li > a,
.nav-holder.sticky .nav-search-link,
.nav-holder.sticky .nav-register a {
  line-height: 60px;
}

.nav-holder.sticky .nav-cart-inner,
.nav-holder.sticky .nav-icon-inner,
.nav-holder.sticky .logo-wrap a {
  height: 60px;
}

/* Transparent Nav
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .nav-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  .nav-transparent .logo-dark,
  .nav-transparent .nav-holder.scrolling .logo-light {
    display: none;
  }
  .nav-transparent .logo-light,
  .nav-transparent .nav-holder.scrolling .logo-dark {
    display: inline-block;
  }
  .nav-transparent .nav-menu > li > a {
    color: #292b32;
  }
  .nav-transparent .nav-menu > li > a:hover {
    color: #8ec63e;
  }
  .nav-transparent .sticky .nav-menu > li > a {
    color: #292b32;
  }
  .nav-transparent .sticky .nav-menu > li > a:hover {
    color: #b09980;
  }
  .nav-transparent .sticky .nav-menu > li.active > a {
    color: #b09980;
  }
  .nav-transparent .nav-right {
    color: #fff;
  }
  .nav-transparent .sticky .nav-right {
    color: #292b32;
  }
}

@media only screen and (max-width: 991px) {
  .nav-sticky-on-mobile .nav-holder {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .nav-transparent .logo-light {
    display: none;
  }
}

/* Dark Nav
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .nav-dark {
    background-color: rgba(17, 17, 17, 0.3);
  }
}

/* Nav Style-1
-------------------------------------------------------*/
.nav-style-1 .nav-menu li a {
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.nav-btn {
  margin-left: 25px;
  max-width: 200px;
}

@media only screen and (max-width: 991px) {
  .nav-btn {
    padding: 10px 0;
    margin-left: 0;
  }
  .nav-btn .btn {
    border: 2px solid transparent;
    line-height: normal;
    background-color: #b09980;
  }
  .nav-btn .btn span {
    color: #fff;
  }
}

.nav-holder.sticky .nav-btn .btn {
  background-color: #b09980;
}

.nav-holder.sticky .nav-btn .btn span {
  color: #fff;
}

/* Nav Register
-------------------------------------------------------*/
.nav-register a {
  color: inherit;
  line-height: 80px;
}

/* Nav Overlay Menu
-------------------------------------------------------*/
.nav-icon-wrap {
  position: absolute;
  right: 50px;
  top: 0;
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .nav-icon-wrap {
    right: 20px;
  }
}

.nav-icon {
  display: table;
  width: 18px;
  height: 20px;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .nav-icon span {
    background-color: #292b32;
  }
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 6px;
}

.nav-icon span:nth-child(4) {
  top: 12px;
}

.nav-icon-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 80px;
}

@media only screen and (max-width: 991px) {
  .nav-icon-inner {
    height: 60px;
  }
}

.nav-icon-trigger {
  height: 20px;
  display: block;
  position: relative;
  top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-overlay.sticky .nav-icon-inner {
  height: 60px;
}

.nav-holder.sticky .nav-icon span {
  background-color: #292b32;
}

#nav-icon-close span {
  background-color: #fff;
}

#nav-icon-close span:nth-child(1),
#nav-icon-close span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-overlay,
.nav-overlay.open,
.nav-overlay-menu ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.nav-overlay.open {
  visibility: visible;
  z-index: 130;
  opacity: 1;
}

.nav-overlay.open li {
  -webkit-animation: NavLinksMove .35s ease forwards;
  -moz-animation: NavLinksMove .35s ease forwards;
  -ms-animation: NavLinksMove .35s ease forwards;
  -o-animation: NavLinksMove .35s ease forwards;
  animation: NavLinksMove .35s ease forwards;
  -webkit-animation-delay: .10s;
  -moz-animation-delay: .10s;
  -ms-animation-delay: .10s;
  -o-animation-delay: .10s;
  animation-delay: .10s;
}

.nav-overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.nav-overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}

.nav-overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0;
  display: table;
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-overlay-menu ul li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .nav-overlay-menu ul li a {
    font-size: 28px;
  }
}

.nav-overlay-menu ul li.active > a,
.nav-overlay-menu ul li a:hover {
  color: #b09980;
}

body.nav-overlay-open {
  overflow: hidden;
}

@keyframes NavLinksMove {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-webkit-keyframes NavLinksMove {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-moz-keyframes NavLinksMove {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 35px;
  background-color: rgba(41, 43, 50, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#back-to-top a {
  display: block;
  color: #fff;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #b09980;
  bottom: 24px;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Top Bar
/*-------------------------------------------------------*/
.top-bar {
  background-color: #21232b;
  width: 100%;
  position: relative;
  height: 40px;
  color: #3b5a2a;
}

.top-bar .social-icons a {
  width: auto;
  margin: 0 14px 0 0;
  font-size: 13px;
  color: #3b5a2a !important;
}

.top-bar-links {
  line-height: 40px;
  font-size: 12px;
}

.top-bar-links li {
  padding-right: 20px;
}

.top-bar-links a {
  color: #3b5a2a;
}

.top-bar-links a:hover {
  color: #fff;
}

.top-bar-links > ul:first-child i {
  margin-right: 7px;
}

.top-bar > ul,
.top-bar-links > ul > li {
  display: inline-block;
  position: relative;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav {
    min-height: 60px;
    /* Mobile Search */
  }
  .nav-menu {
    display: block;
  }
  .nav-menu li a,
  .nav-megamenu-item > span {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid #e8ebee;
  }
  .nav-dropdown-menu a {
    color: #3b5a2a;
  }
  .nav-dropdown-menu a:hover {
    color: #000;
  }
  .nav-dropdown-menu > li > a,
  .nav-megamenu-item li a,
  .nav-megamenu-item > span {
    padding-left: 10px;
  }
  .nav-dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav-dropdown-trigger {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
  .nav-dropdown-submenu {
    position: relative;
  }
  .nav-dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .nav-megamenu-wrap {
    width: 100%;
    padding: 0;
  }
  .nav-megamenu-wrap > .row {
    margin: 0;
  }
  .nav-megamenu-item {
    padding: 0;
  }
  .nav-megamenu-item > span {
    color: #898989;
  }
  .nav-dropdown-trigger.active + .nav-dropdown-menu {
    display: block;
  }
  .nav-search-mobile input {
    height: 46px;
    padding: 0;
    border-bottom: 1px solid #e8ebee;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
  }
  .nav-search-mobile-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 46px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
  }
  .logo-wrap a,
  .nav-cart-inner,
  .nav-social-icons .social-icons {
    height: 60px;
  }
  .sticky-on-mobile .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-btn-holder .btn.btn-white {
    background-color: #b09980;
  }
  .nav-btn-holder .btn.btn-white span {
    color: #fff;
  }
  .nav-btn-holder .btn.btn-white:hover {
    background-color: #000 !important;
    border-color: transparent !important;
  }
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  position: relative;
}

.footer.bg-img {
  background-size: cover;
}

.footer-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
}

.footer.bg-dark .widget-title,
.footer.bg-dark .footer-widgets a:hover, .footer.bg-img .widget-title,
.footer.bg-img .footer-widgets a:hover {
  color: #fff;
}

/* Footer Widgets
-------------------------------------------------------*/
.footer-widgets {
  padding: 0px;
}

.footer-widgets .widget-title {
  font-size: 14px;
}

.footer-widgets a {
  color: #3b5a2a;
}

.footer-widgets a:hover {
  color: #292b32;
}

.footer-widgets-medium {
  padding: 120px 0;
}

.footer-widgets-large {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .footer-widgets .row > div:not(:last-child) {
    margin-bottom: 60px;
  }
}

.widget-title {
  margin-bottom: 26px;
  font-size: 16px;
  position: relative;
}

.widget-title-margin-bottom {
  margin-bottom: 43px;
}

/* Footer Logo
-------------------------------------------------------*/
.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-height: 29px;
}

.footer-logo-heading {
  font-size: 28px;
}

/* Get in Touch
-------------------------------------------------------*/
.footer-get-in-touch-address {
  line-height: 31px;
}

.footer-get-in-touch-address-1 {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-get-in-touch-paragraph {
  line-height: 31px;
  margin-bottom: 0;
}

.footer-get-in-touch-paragraph-1 {
  margin-bottom: 30px;
}

/* Footer Newsletter / Social Icons
-------------------------------------------------------*/
.newsletter-form-footer {
  position: relative;
  margin-top: 25px;
  display: block;
}

.newsletter-input-footer[type] {
  display: block;
  background-color: transparent;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #393c40;
  border-radius: 0;
  width: 100%;
}

.newsletter-input-footer[type]:focus {
  background-color: transparent;
  border-color: #b09980;
}

.newsletter-submit-footer[type],
.newsletter-submit-icon {
  position: absolute;
  top: 5px;
  right: 0;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

.newsletter-submit-footer[type] {
  z-index: 1;
}

.newsletter-submit-footer[type]:focus {
  background-color: transparent;
}

.newsletter-submit-icon {
  z-index: 0;
}

/* Footer Links
-------------------------------------------------------*/
.footer-links li {
  padding-left: 14px;
  padding-right: 14px;
}

.footer-links a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer-bottom {
  padding: 24px 0;
}

.footer-bottom.bg-dark {
  background-color: #16171d;
}

.footer-bottom.bg-dark a:hover {
  color: #fff;
}

.footer-bottom a {
  color: #3b5a2a;
}

.footer-bottom a:hover {
  color: #000;
}

.footer-bottom-top-divider {
  border-top: 1px solid #f7f9fa;
}

.copyright {
  display: inline-block;
  line-height: 32px;
}

.copyright-fade {
  color: #c0c0c0;
}

.copyright-fade a {
  color: inherit;
}

.footer-bottom-links li {
  display: inline-block;
  line-height: 32px;
}

.footer-bottom-links li:last-child:after {
  display: none;
}

.footer-bottom-links li:after {
  content: "|";
  margin-right: 12px;
  margin-left: 15px;
  opacity: .7;
}

.footer-bottom-links li:last-child {
  margin-right: 0;
}

/* Payment Systems
-------------------------------------------------------*/
.footer-payment-systems li {
  display: inline-block;
  margin-left: 3px;
}

.footer-payment-systems i {
  font-size: 27px;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Style Switcher
/*-------------------------------------------------------*/
#customizer {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 400px;
}

.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: -40px;
  box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  color: #1e2023;
  font-family: Helvetica, sans-serif;
}

.corner i {
  line-height: 40px;
}

.s-close {
  right: -400px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.s-open {
  right: 0 !important;
}

#options {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.demo-list li {
  float: left;
  padding: 7px 4px;
  width: 50%;
}

.demo-list img {
  border: 1px solid #e8ebee;
}

.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px;
}

@media (max-width: 767px) {
  #customizer {
    display: none;
  }
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar-left {
  float: left;
}

.sidebar-widget {
  margin-top: 50px;
  margin-bottom: 0;
}

.sidebar-widget:first-child {
  margin-top: 0;
}

.sidebar-widget:last-child {
  margin-bottom: 30px;
}

.sidebar-widget > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget > ul > li:first-child {
  padding-top: 0;
}

/* Widget Categories
-------------------------------------------------------*/
.widget-categories li a {
  color: #3b5a2a;
}

.widget-categories li a:hover {
  color: #b09980;
}

.widget-categories .active a {
  color: #292b32;
}

.widget-categories-count {
  right: 0;
  position: absolute;
  color: #3b5a2a;
}

/* Widget Filter by Price
-------------------------------------------------------*/
.widget-filter-by-price #amount {
  width: 40%;
  padding: 0;
  font-size: 14px;
  color: #292b32;
  border: none;
  background-color: transparent;
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  line-height: 1;
  vertical-align: middle;
}

.widget-filter-by-price label {
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 33px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  color: #3b5a2a;
}

.widget-filter-by-price .btn {
  float: right;
  padding: 0 15px;
}

.ui-slider-handle {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #292b32;
  top: -3px;
  margin-left: -13px;
  border-radius: 10px;
}

.ui-slider span:first-of-type {
  margin-left: 0;
}

.ui-slider .ui-slider-range {
  border-radius: 10px;
  position: absolute;
  background-color: #b09980;
  height: 7px;
}

.ui-slider-horizontal {
  cursor: pointer;
  position: relative;
  height: 7px;
  background: #ddd;
  margin-bottom: 20px;
  border-radius: 1px;
}

/* Widget Product List
-------------------------------------------------------*/
.product-list-widget img {
  width: 84px;
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.product-list-widget li {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e8ebee;
}

.product-list-widget .product-title {
  display: block;
  margin-bottom: 5px;
}

/* Widget Search
-------------------------------------------------------*/
.widget-search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
}

.widget-search-icon {
  font-size: 13px;
}

.widget-search-icon:hover {
  color: #21232b;
}

/* Widget Entry List
-------------------------------------------------------*/
.entry-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #e8ebee;
}

.entry-list-item:first-child {
  padding-top: 0;
}

.entry-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.entry-list-item-title {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  color: #3b5a2a;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}

.entry-list-item-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

/* Twitter List
-------------------------------------------------------*/
#tweets li {
  padding: 8px 0;
}

#tweets li:first-child {
  padding-top: 0;
}

#tweets li:last-child {
  padding-bottom: 0;
}

#tweets .tweet {
  font-size: 15px;
}

#tweets .tweet a {
  word-wrap: break-word;
  color: #292b32;
}

#tweets .tweet a:hover {
  color: #b09980;
}

#tweets .timePosted {
  font-size: 12px;
  margin-bottom: 0;
  color: #929292;
}

/* Widget Tags
-------------------------------------------------------*/
.widget-tags a {
  padding: 10px 13px;
  line-height: 1;
  margin: 0 6px 6px 0;
  font-size: 12px;
  color: #3b5a2a;
  background-color: #f7f9fa;
  display: inline-block;
  float: left;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-tags a:hover {
  background-color: #b09980;
  color: #fff;
  border-color: transparent;
}

/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .works-grid.grid-5-col .work-item {
    width: 25%;
  }
  .rev_slider_wrapper.container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 19px;
  }
  .section-wrap {
    padding: 80px 0;
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
}

@media (max-width: 639px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-6 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .page-404 h1 {
    font-size: 100px;
  }
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 480px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mt-xs-110 {
    margin-top: 110px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .mt-xs-130 {
    margin-top: 130px;
  }
  .mt-xs-140 {
    margin-top: 140px;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .mb-xs-110 {
    margin-bottom: 110px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mb-xs-130 {
    margin-bottom: 130px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pt-xs-110 {
    padding-top: 110px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-130 {
    padding-top: 130px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .pb-xs-110 {
    padding-bottom: 110px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-130 {
    padding-bottom: 130px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
}

/*# sourceMappingURL=style.css.map */

.multiply {
  mix-blend-mode: multiply;
}

.hide {
  display: none;
}

.icon-bar2 {
  position: fixed;
  bottom: 16%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 10px !important;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
  line-height: 0;
}

.icon-bar2 a:hover {
  background-color: rgb(22, 95, 0);
  color: white !important;
}
.icon-bar2 a:active {
  color: white !important;
}
.icon-bar2 a:link {
  color: white !important;
}
.icon-bar2 a:visited {
  color: white !important;
}
.whatsapp {
  background: #00bb38;
  color: white;
}

.desktop {
  display: block;
}
@media only screen and (max-width: 700px) {
.desktop {
  display: none;
}
}
  
.mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile {
    display: block;
  }
  }