@charset "UTF-8";
/*------------------------------------------------------------------
 * This is main css file for Fenco. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Header styles
 * 3.  Footer styles
 * 4.  Sidebar Widgets styles
 * 5.  Buttons styles
 * 6.  Headings styles
 * 7.  Banner styles
 * 8.  Portfolio styles
 * 9.  Blog styles
 * 10. Shortcodes styles
 * 11. Custom Post Types styles
-------------------------------------------------------------------*/
.container {
  max-width: 1270px; }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }
  

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animate-item {
  visibility: hidden; }
  .animate-item.is-visible {
    visibility: visible; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
          animation-name: tada; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }

@-webkit-keyframes tsfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes tsfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.tsFadeInUp {
  -webkit-animation-name: tsfadeInUp;
          animation-name: tsfadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flex-slider/flexslider-icon.eot");
  src: url("../fonts/flex-slider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flex-slider/flexslider-icon.woff") format("woff"), url("../fonts/flex-slider/flexslider-icon.ttf") format("truetype"), url("../fonts/flex-slider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: BikoRegular;
  src: url("../fonts/Biko_Regular.otf");
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

body {
  background-color: #fff;
  color: #777;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6; }

a {
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #2a2a2a; }
  a:focus {
    outline: none; }

p {
  font-size: 15px;
  margin-bottom: 1.55rem;
  word-spacing: 0.001em;
  color: #4a4a4a;
  line-height: 28px;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

img {
  height: auto;
  max-width: 100%; }

::-moz-selection {
  color: #fff;
  background: #2a2a2a; }

::selection {
  color: #fff;
  background: #2a2a2a; }

@media (min-width: 992px) {
  .container.expanded {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2a2a2a;
  margin: 0 0 20px; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 400; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

h1,
.h1 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 42px; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 60px; } }

h2,
.h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 34px; } }

h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600; }
  @media (min-width: 992px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600; }

h6 {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase; }

code {
  background-color: #f14668;
  color: whitesmoke;
  font-size: 0.875em;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: rgba(129, 129, 129, 0.2);
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0; }

ul,
ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin-left: 15px; }
  ul li,
  ol li {
    margin-bottom: 0; }
    ul li:last-child,
    ol li:last-child {
      margin: 0; }

small {
  font-size: 0.875em; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

blockquote {
  display: block;
  padding: 5% 10%;
  border: none;
  text-align: center; }
  blockquote p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.3; }
    @media (min-width: 992px) {
      blockquote p {
        font-size: 24px; } }

cite {
  display: inline-block;
  margin-top: 20px;
  color: #2a2a2a;
  font-style: normal;
  font-weight: 400; }

.section-heading {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .section-heading {
      margin-top: 85px; } }
  .section-heading h2 {
    font-size: 27px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px; }
  .section-heading span {
    display: inline-block;
    font-size: 15px;
    color: #4a4a4a; }
	
.header-logo img, .logo img { max-width: 250px; }

/*----------  Header  ----------*/
.site-header-cosmetics .header-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }

.site-header-furniture {
  margin-top: 30px; }
  .site-header-furniture .container.expanded {
    padding-left: 50px;
    padding-right: 50px; }

.header-notification {
  background-color: #2a2a2a;
  padding: 6px 0px;
  text-align: center; }
  .header-notification p {
    color: #fff;
    margin: 0px;
    font-size: 13px;
    font-weight: 300; }
    .header-notification p a {
      color: #0e0e0e; }

.site-header {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  top: 0;
  z-index: 900; }
  .site-header .header-logo a h2 {
	font-family: BikoRegular;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.05px;
    display: inline-block;
	text-transform: uppercase;
    margin: 0px;
    padding-top: 13px; }
    .site-header .header-logo a h2 em {
      font-style: normal;
      color: #0e0e0e;
      font-weight: 800; }
  .site-header .header-logo a img {
    float: left;
    margin-right: 15px; }
  .site-header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .site-header.fixed-header.is-fixed {
      top: 0px;
      margin-top: 0px;
      border-bottom: none;
      padding: 10px 0;
      background-color: #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      .site-header.fixed-header.is-fixed .header-wrap {
        border-bottom: none;
        padding-bottom: 0px; }
  @media (min-width: 992px) {
    .site-header .header-wrap-furniture .header-widgets {
      flex-basis: 0% !important; }
    .site-header .header-wrap-furniture .header-logo {
      flex-basis: 20%; }
    .site-header .header-wrap-furniture .header-nav {
      display: -webkit-inline-box;
      display: inline-flex;
      flex-basis: 80% !important;
      -webkit-box-pack: end !important;
              justify-content: flex-end !important; } }
  .site-header .header-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: start; }
    .site-header .header-wrap .header-logo,
    .site-header .header-wrap .header-widgets {
      display: -webkit-inline-box;
      display: inline-flex;
      flex-basis: 50%; }
    .site-header .header-wrap .header-nav {
      display: none; }
    .site-header .header-wrap .header-widgets {
      -webkit-box-pack: end;
              justify-content: flex-end; }
    @media (min-width: 992px) {
      .site-header .header-wrap .header-logo,
      .site-header .header-wrap .header-widgets {
        flex-basis: 20%; }
      .site-header .header-wrap .header-nav {
        display: -webkit-inline-box;
        display: inline-flex;
        flex-basis: 60%;
        -webkit-box-pack: center;
                justify-content: center; } }

.header-widgets .right-menu {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px; }
  .header-widgets .right-menu a {
    color: #2a2a2a; }
  .header-widgets .right-menu .menu-item {
    display: none; }
    .header-widgets .right-menu .menu-item .menu-bar {
      height: auto; }
    .header-widgets .right-menu .menu-item.menu-mobile-nav {
      display: inline-block; }
    @media (min-width: 992px) {
      .header-widgets .right-menu .menu-item {
        display: inline-block; }
        .header-widgets .right-menu .menu-item.menu-mobile-nav {
          display: none; } }
    .header-widgets .right-menu .menu-item + .menu-item {
      margin-left: 30px; }
  .header-widgets .right-menu li.menu-toggle-sidebar {
    position: relative; }
    .header-widgets .right-menu li.menu-toggle-sidebar::after {
      content: '3';
      position: absolute;
      top: -5px;
      font-style: normal;
      right: -12px;
      font-size: 11px;
      color: #fff;
      background-color: #0e0e0e;
      width: 18px;
      height: 18px;
      display: inline-block;
      text-align: center;
      line-height: 18px;
      border-radius: 50%; }

/*----------  Main Navigation  ----------*/
.main-menu {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .main-menu > li {
    display: -webkit-inline-box;
    display: inline-flex; }
    .main-menu > li + li {
      margin-left: 45px; }
    .main-menu > li > a {
      padding: 25px 0;
      position: relative;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 500; }
      .main-menu > li > a:after {
        width: 0%;
        height: 1px;
        background-color: #2a2a2a;
        content: '';
        left: 0;
        bottom: 20px;
        position: absolute;
        -webkit-transition: all .5s;
        transition: all .5s; }
      .main-menu > li > a:hover {
        color: #0e0e0e; }
      .main-menu > li > a:hover::after {
        width: 100%; }
    .main-menu > li.active a:after {
      width: 100%; }
  .main-menu li.menu-item-has-children {
    position: relative;
    margin-right: 15px; }
    .main-menu li.menu-item-has-children:after {
      font-weight: 600;
      position: absolute;
      content: '\f107';
      font-family: 'FontAwesome';
      right: -16px;
      top: 24px;
      color: #2a2a2a; }
  .main-menu li {
    margin: 0;
    white-space: nowrap; }
    .main-menu li.menu-item-has-children {
      position: relative; }
      .main-menu li.menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .main-menu .sub-menu {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
    transition: opacity 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 350ms cubic-bezier(0.43, 0.59, 0.16, 1.25); }
    .main-menu .sub-menu li {
      display: block;
      padding: 0 30px;
      margin-bottom: 18px;
      line-height: 1.1; }
      .main-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .main-menu .sub-menu li a {
        display: block;
        color: #2a2a2a;
        font-size: 14px; }
        .main-menu .sub-menu li a:hover {
          color: #0e0e0e; }
    .main-menu .sub-menu .sub-menu {
      top: 0;
      left: 100%; }

/*----------  Hamburger Menu  ----------*/
.menu-bar {
  position: relative;
  display: inline-block;
  min-width: 24px;
  height: 38px;
  text-align: center; }
  .menu-bar .hamburger {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #2a2a2a;
    top: 20px;
    right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .menu-bar .hamburger:before, .menu-bar .hamburger:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      outline: 1px solid transparent;
      background-color: #2a2a2a;
      right: 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .menu-bar .hamburger:before {
      top: -8px; }
    .menu-bar .hamburger:after {
      top: 8px; }
  .menu-bar.active .hamburger {
    background-color: transparent !important; }
    .menu-bar.active .hamburger::before {
      -webkit-transform: translateY(8px) rotateZ(-45deg);
              transform: translateY(8px) rotateZ(-45deg); }
    .menu-bar.active .hamburger::after {
      -webkit-transform: translateY(-8px) rotateZ(45deg);
              transform: translateY(-8px) rotateZ(45deg); }

.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translate3d(-125%, 0, 0);
          transform: translate3d(-125%, 0, 0);
  transition: transform .25s ease,-webkit-transform .25s ease; }
  .mobile-nav-wrapper .mobile-menu-inner {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    background-color: #fff;
    cursor: default;
    min-width: 320px;
    max-width: 75%;
    height: 100%; }
  .mobile-nav-wrapper.is-open {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .25s ease,visibility 0s ease;
  transition: opacity .25s ease,visibility 0s ease; }
  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .mobile-menu > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    text-transform: capitalize; }
  .mobile-menu > li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 30px;
    overflow: hidden; }
    .mobile-menu > li ul ul.sub-menu {
      padding: 0 10px; }
    .mobile-menu > li ul > li {
      margin: 5px 10px; }
      .mobile-menu > li ul > li > a {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.25px;
        font-weight: 300;
        color: #2a2a2a;
        padding: 2px 0; }
      .mobile-menu > li ul > li:last-child {
        padding-bottom: 10px;
        margin-bottom: 0px; }

.mobile-menu-inner .shopping-cart {
  margin: 25px;
  border-top: 1px solid #eee;
  padding-top: 40px; }
  .mobile-menu-inner .shopping-cart a {
    text-align: left;
    width: 100%; }
    .mobile-menu-inner .shopping-cart a i {
      margin-right: 12px;
      float: right;
      position: relative; }
      .mobile-menu-inner .shopping-cart a i::after {
        content: '3';
        position: absolute;
        top: -5px;
        font-style: normal;
        right: -12px;
        font-size: 11px;
        color: #fff;
        background-color: #0e0e0e;
        width: 18px;
        height: 18px;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        border-radius: 50%; }

.mobile-menu-inner ul.social-icons {
  border-top: 1px solid #eee;
  margin: 25px;
  text-align: center;
  padding-top: 15px !important; }
  .mobile-menu-inner ul.social-icons li {
    display: inline-block;
    margin: 0px 10px; }
    .mobile-menu-inner ul.social-icons li a {
      font-size: 17px;
      color: #2a2a2a;
      display: inline-block;
      text-align: center;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .mobile-menu-inner ul.social-icons li a:hover {
        color: #0e0e0e; }

footer.simple-footer {
  text-align: center;
  padding: 60px 0px; }
  footer.simple-footer ul.social-icons {
    margin: 30px 0px; }
    footer.simple-footer ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      footer.simple-footer ul.social-icons li a {
        width: 38px;
        height: 38px;
        background-color: #2a2a2a;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s; }
        footer.simple-footer ul.social-icons li a:hover {
          background-color: #0e0e0e; }
  footer.simple-footer p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #2a2a2a; }

footer.second-footer {
  margin-top: 0px;
  background-color: #f8f8f8;
  padding: 60px 0px 0px 0px; }
  @media (min-width: 992px) {
    footer.second-footer {
      padding: 100px 0px 0px 0px; } }
  footer.second-footer .logo {
    margin-bottom: 30px; }
    footer.second-footer .logo img {
      float: left;
      margin-right: 15px; }
    footer.second-footer .logo .right-content {
      display: inline; }
      @media (min-width: 992px) {
        footer.second-footer .logo .right-content {
          display: inline-block; } }
      footer.second-footer .logo .right-content h2 {
		  font-family: BikoRegular;
		  text-transform: uppercase;
        margin-top: -3px;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 0px; }
      footer.second-footer .logo .right-content span {
        margin-top: -5px;
        display: block;
        font-size: 15px; }
  footer.second-footer .about-us {
    padding-right: 0px; }
    @media (min-width: 992px) {
      footer.second-footer .about-us {
        padding-right: 100px; } }
    footer.second-footer .about-us p {
      font-size: 15px; }
  footer.second-footer .footer-widget {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      footer.second-footer .footer-widget {
        margin-bottom: 0px; } }
    footer.second-footer .footer-widget h4 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 15px; }
    footer.second-footer .footer-widget ul li {
      margin-bottom: 6px; }
      footer.second-footer .footer-widget ul li:last-child {
        margin-bottom: 0px; }
      footer.second-footer .footer-widget ul li a {
        font-size: 15px;
        color: #4a4a4a; }
        footer.second-footer .footer-widget ul li a:hover {
          color: #2a2a2a; }
  footer.second-footer .sub-footer {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 40px 0px; }
    @media (min-width: 992px) {
      footer.second-footer .sub-footer {
        margin-top: 100px; } }
    footer.second-footer .sub-footer p {
      color: #4a4a4a;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 15px;
      text-align: center; }
      @media (min-width: 992px) {
        footer.second-footer .sub-footer p {
          text-align: left;
          margin-bottom: 0px; } }
    footer.second-footer .sub-footer ul.social-icons {
      text-align: center; }
      @media (min-width: 992px) {
        footer.second-footer .sub-footer ul.social-icons {
          text-align: right; } }
      footer.second-footer .sub-footer ul.social-icons li {
        display: inline-block;
        margin: 0px 5px; }
        footer.second-footer .sub-footer ul.social-icons li a {
          width: 38px;
          height: 38px;
          background-color: #2a2a2a;
          color: #fff;
          display: inline-block;
          text-align: center;
          line-height: 40px;
          border-radius: 50%;
          -webkit-transition: all .3s;
          transition: all .3s; }
          footer.second-footer .sub-footer ul.social-icons li a:hover {
            background-color: #0e0e0e; }

footer.third-footer {
  padding: 40px 5px; }
  footer.third-footer .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 992px) {
      footer.third-footer .logo {
        width: auto;
        text-align: left; } }
    footer.third-footer .logo img {
      float: none;
      margin-right: 10px;
      text-align: center; }
      @media (min-width: 992px) {
        footer.third-footer .logo img {
          float: left; } }
    footer.third-footer .logo .right-content {
      display: inline-block;
      text-align: left; }
      footer.third-footer .logo .right-content h2 {
        margin-top: -3px;
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 0px; }
      footer.third-footer .logo .right-content span {
        margin-top: -5px;
        display: block;
        font-size: 14px; }
  footer.third-footer p {
    text-align: center;
    margin: 15px 0px; }
    @media (min-width: 992px) {
      footer.third-footer p {
        margin: 0px; } }
  footer.third-footer ul.social-icons {
    text-align: center; }
    @media (min-width: 992px) {
      footer.third-footer ul.social-icons {
        text-align: right; } }
    footer.third-footer ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      footer.third-footer ul.social-icons li a {
        width: 38px;
        height: 38px;
        background-color: #2a2a2a;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s; }
        footer.third-footer ul.social-icons li a:hover {
          background-color: #0e0e0e; }

.blog-content .side-bar {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  .blog-content .side-bar .sidebar-widget {
    margin-bottom: 60px; }
    .blog-content .side-bar .sidebar-widget .sidebar-header {
      font-size: 22px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 20px; }
  .blog-content .side-bar .search:before {
    font-size: 16px;
    color: #2a2a2a;
    content: '\f002';
    font-family: fontAwesome;
    position: absolute;
    top: 6px;
    right: 16px;
    z-index: 2; }
  .blog-content .side-bar .search input {
    border-bottom: 1px solid #2a2a2a;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    height: 40px;
    outline: none;
    position: relative;
    z-index: 1; }
  .blog-content .side-bar .categories ul {
    padding: 0;
    margin: 0; }
    .blog-content .side-bar .categories ul li {
      list-style: none;
      display: block;
      margin-bottom: 5px; }
      .blog-content .side-bar .categories ul li:last-child {
        margin-bottom: 0px; }
      .blog-content .side-bar .categories ul li a {
        font-size: 15px;
        color: #4a4a4a;
        text-decoration: underline; }
        .blog-content .side-bar .categories ul li a:hover {
          color: #2a2a2a; }
  .blog-content .side-bar .tags ul {
    padding: 0;
    margin: 0; }
    .blog-content .side-bar .tags ul li {
      list-style: none;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 5px; }
      .blog-content .side-bar .tags ul li:last-child {
        margin-bottom: 0px; }
      .blog-content .side-bar .tags ul li a {
        font-size: 15px;
        color: #4a4a4a;
        text-decoration: underline; }
        .blog-content .side-bar .tags ul li a:hover {
          color: #2a2a2a; }
  .blog-content .side-bar .instagram {
    margin-bottom: 0px; }
    .blog-content .side-bar .instagram ul {
      padding: 0;
      margin: 0; }
      .blog-content .side-bar .instagram ul li {
        list-style: none;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px; }
        .blog-content .side-bar .instagram ul li:last-child {
          margin-bottom: 0px; }
        .blog-content .side-bar .instagram ul li img {
          width: 70px;
          max-width: 80px; }
  @media (min-width: 992px) {
    .blog-content .side-bar {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0px; } }

section.right-sidebar .side-bar {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #eee;
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    section.right-sidebar .side-bar {
      padding-top: 0px;
      margin-top: 0px;
      border-top: none; } }

section.single-post .side-bar {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #eee;
  margin-bottom: 0px !important;
  border-bottom: none;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    section.single-post .side-bar {
      padding-top: 0px;
      margin-top: 0px;
      border-top: none; } }

section.page-heading .inner-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 65px;
  margin-top: 80px;
  padding-bottom: 60px;
  text-align: center; }
  section.page-heading .inner-content h2 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 48px; }
    section.page-heading .inner-content h2 em {
      font-style: normal;
      font-weight: 600; }
  section.page-heading .inner-content span {
    color: #2a2a2a;
    font-size: 13px;
    text-transform: uppercase; }
    section.page-heading .inner-content span em {
      font-style: normal;
      color: #777; }

section.second-page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 65px;
  margin-top: 0px; }
  section.second-page-heading .inner-content {
    padding-bottom: 85px;
    padding-top: 185px;
    text-align: center; }
    section.second-page-heading .inner-content h2 {
      font-size: 36px;
      font-weight: 400;
      letter-spacing: 0.1px;
      line-height: 48px; }
      section.second-page-heading .inner-content h2 em {
        font-style: normal;
        font-weight: 600; }
    section.second-page-heading .inner-content span {
      color: #2a2a2a;
      font-size: 13px;
      text-transform: uppercase; }
      section.second-page-heading .inner-content span em {
        font-style: normal;
        color: #777; }

section.second-page-project-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 65px;
  margin-top: 0px; }
  section.second-page-project-heading .inner-content {
    padding-bottom: 85px;
    padding-top: 185px;
    text-align: center; }
    section.second-page-project-heading .inner-content h2 {
      font-size: 36px;
      font-weight: 400;
      letter-spacing: 0.1px;
      line-height: 48px; }
      section.second-page-project-heading .inner-content h2 em {
        font-style: normal;
        font-weight: 600; }
    section.second-page-project-heading .inner-content span {
      color: #2a2a2a;
      font-size: 13px;
      text-transform: uppercase; }
      section.second-page-project-heading .inner-content span em {
        font-style: normal;
        color: #777; }

section.about-us-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 65px;
  margin-top: 0px; }
  section.about-us-heading .inner-content {
    padding-bottom: 120px;
    padding-top: 220px;
    text-align: center; }
    section.about-us-heading .inner-content h2 {
      font-size: 44px;
      font-weight: 500;
      margin-bottom: 15px;
      letter-spacing: 0.1px;
      line-height: 48px;
      text-transform: capitalize; }
      section.about-us-heading .inner-content h2 em {
        font-style: normal;
        color: #0e0e0e; }
    section.about-us-heading .inner-content span {
      color: #2a2a2a;
      font-size: 15px;
      font-weight: 400;
      text-transform: capitalize; }

section {
  margin-top: 45px; }
  @media (min-width: 992px) {
    section {
      margin-top: 85px; } }

#search {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.98);
  z-index: 9999999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  color: #2a2a2a;
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  font-weight: 300;
  border-bottom: 2px solid #2a2a2a;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  outline: none; }

#search input::-webkit-input-placeholder {
  color: #2a2a2a;
  font-weight: 300; }

#search input::-moz-placeholder {
  color: #2a2a2a;
  font-weight: 300; }

#search input:-ms-input-placeholder {
  color: #2a2a2a;
  font-weight: 300; }

#search input::-ms-input-placeholder {
  color: #2a2a2a;
  font-weight: 300; }

#search input::placeholder {
  color: #2a2a2a;
  font-weight: 300; }

#search .primary-button {
  position: absolute;
  top: 50%;
  right: 10%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer; }

#search button.close {
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #2a2a2a;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (min-width: 992px) {
    #sidebar-wrapper {
      right: -450px;
      width: 450px;
      -webkit-transform: translateX(450px);
              transform: translateX(450px); } }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 350px;
  margin: 0;
  padding: 40px 15px;
  list-style: none; }
  @media (min-width: 992px) {
    .sidebar-nav {
      width: 450px;
      padding: 40px 60px; } }

.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px; }

.sidebar-nav > .sidebar-brand a {
  color: #999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 350px;
  width: 350px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (min-width: 992px) {
    #sidebar-wrapper.active {
      right: 450px;
      width: 450px; } }

#close-menu a {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 35px;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #2a2a2a; }
  #close-menu a:hover {
    color: #0e0e0e; }
  @media (min-width: 992px) {
    #close-menu a {
      right: 55px; } }

.toggle {
  margin: 5px 5px 0 0; }

.square {
  color: #fff;
  display: block; }

#sidebar-wrapper .sidebar-nav {
  position: relative;
  height: 100%; }
  #sidebar-wrapper .sidebar-nav .down-content {
    position: absolute;
    bottom: 60px;
    width: 90%;
    overflow: hidden; }
    @media (min-width: 992px) {
      #sidebar-wrapper .sidebar-nav .down-content {
        width: 75%; } }
    #sidebar-wrapper .sidebar-nav .down-content h6 {
      width: 100%;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 300;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      #sidebar-wrapper .sidebar-nav .down-content h6 em {
        font-style: normal;
        float: right;
        font-size: 17px;
        color: #2a2a2a;
        font-weight: 400; }
    #sidebar-wrapper .sidebar-nav .down-content .main-dark-button a,
    #sidebar-wrapper .sidebar-nav .down-content .border-dark-button a {
      width: 100%;
      text-align: center; }
    #sidebar-wrapper .sidebar-nav .down-content .main-dark-button {
      margin-bottom: 15px; }

#sidebar-wrapper h4.title {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  #sidebar-wrapper h4.title em {
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 53px;
    top: -4px; }

#sidebar-wrapper ul.items li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee; }
  #sidebar-wrapper ul.items li img {
    max-width: 90px;
    float: left;
    margin-right: 20px; }
  #sidebar-wrapper ul.items li h4 {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px; }
  #sidebar-wrapper ul.items li i {
    position: absolute;
    right: 0;
    top: 0; }
  #sidebar-wrapper ul.items li span.qty {
    font-size: 14px; }
  #sidebar-wrapper ul.items li span.price {
    float: right;
    display: inline-block;
    font-size: 17px;
    color: #2a2a2a;
    font-weight: 400; }
  #sidebar-wrapper ul.items li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }

.text-button a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
  text-transform: uppercase;
  border-bottom: 1px solid #2a2a2a;
  padding: 2.5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .text-button a:hover {
    color: #0e0e0e;
    border-color: #0e0e0e; }

.main-dark-button a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #2a2a2a;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 12px 25px; }
  .main-dark-button a:hover {
    background-color: #0e0e0e; }

.border-dark-button a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 12px 25px; }
  .border-dark-button a:hover {
    color: #fff;
    background-color: #2a2a2a; }

button.border-dark-button {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 12px 25px; }
  button.border-dark-button:hover {
    color: #fff;
    background-color: #2a2a2a; }

.main-light-button a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 12px 25px; }
  .main-light-button a:hover {
    color: #fff;
    background-color: #2a2a2a; }

.go-top {
  position: fixed;
  z-index: 22222;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-decoration: none;
  color: #fff;
  background-color: #0e0e0e;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none; }
  @media (min-width: 992px) {
    .go-top {
      left: 97%;
      bottom: 3%; } }

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.slider-wrapper-furniture {
  margin: 20px; }

.slider-wrapper .fenco.tparrows {
  cursor: pointer;
  background: transparent;
  width: auto; }
  .slider-wrapper .fenco.tparrows:before {
    display: block;
    text-align: center;
    font-size: 36px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: #2a2a2a; }

.slider-wrapper .tp-leftarrow::before {
  font-size: 30px !important;
  text-align: center !important;
  width: 35px;
  height: 80px;
  background-color: #fff !important;
  line-height: 80px !important;
  display: inline-block; }

.slider-wrapper .tp-rightarrow::before {
  font-size: 30px !important;
  text-align: center !important;
  width: 35px;
  height: 80px;
  background-color: #fff !important;
  line-height: 80px !important;
  display: inline-block; }

.slider-wrapper .tp-arrival p {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a2a2a;
  position: relative; }
  .slider-wrapper .tp-arrival p:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #2a2a2a;
    margin-left: 8px;
    top: 12px;
    display: none; }
    @media (min-width: 992px) {
      .slider-wrapper .tp-arrival p:after {
        display: inline-block; } }

.slide-title {     line-height: 30px !important;
             border-width: 0px;
             margin: 15px 0 25px 0 !important; }

#rev_slider_1_1 .slide-title,
#rev_slider_1_2 .slide-title,
#rev_slider_1_3 .slide-title {
  font-weight: 700;
  color: #ffffff; }
  #rev_slider_1_1 .slide-title em,
  #rev_slider_1_2 .slide-title em,
  #rev_slider_1_3 .slide-title em {
    font-style: normal;
    color: #0e0e0e; }

#rev_slider_1_1 .main-light-button,
#rev_slider_1_2 .main-light-button,
#rev_slider_1_3 .main-light-button {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  #rev_slider_1_1 .main-light-button a,
  #rev_slider_1_2 .main-light-button a,
  #rev_slider_1_3 .main-light-button a {
    background-color: transparent;
    padding: 0px;
	color: #ffffff !important;
    padding: 11px 25px; }
  #rev_slider_1_1 .main-light-button:hover,
  #rev_slider_1_2 .main-light-button:hover,
  #rev_slider_1_3 .main-light-button:hover {
    color: #fff;
    background-color: #2a2a2a !important; }

/*
#rev_slider_1_1_wrapper, #rev_slider_1_1 { height: 600px !important; }*/

div.lea_txt_spe { display: inline-block; font-size: 38px; }

section.about-us-content h2,
section.post-details-content .project-heading h2 { font-family: BikoRegular; }

.li_point_txt { font-size: 22px; color: #000000; }

.slider-wrapper #rev_slider_1_1 {
  margin-top: 104px !important; }

.slider-wrapper #rev_slider_1_2,
.slider-wrapper #rev_slider_1_3 {
  margin-top: 110px !important; }
  .slider-wrapper #rev_slider_1_2 .slide-description,
  .slider-wrapper #rev_slider_1_3 .slide-description {
    display: none; }
    @media (min-width: 992px) {
      .slider-wrapper #rev_slider_1_2 .slide-description,
      .slider-wrapper #rev_slider_1_3 .slide-description {
        display: inline-block; } }

.slider-wrapper #rev_slider_1_3 {
  margin-top: 105px !important; }
  .slider-wrapper #rev_slider_1_3 .tp-arrival p {
    font-weight: 300 !important;
    text-transform: capitalize; }
    .slider-wrapper #rev_slider_1_3 .tp-arrival p em {
      font-style: normal;
      font-weight: 600; }
    .slider-wrapper #rev_slider_1_3 .tp-arrival p:after {
      display: none; }

section.under-banner-items {
  background-color: transparent;
  position: relative;
  margin-top: 2px; }
  section.under-banner-items .container-fluid {
    padding: 0px;
    overflow: hidden; }
    section.under-banner-items .container-fluid .row {
      margin: 0px; }
    section.under-banner-items .container-fluid .col-lg-8,
    section.under-banner-items .container-fluid .col-lg-4 {
      padding: 2px; }
  section.under-banner-items .under-banner-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0px;
    position: relative; }
    section.under-banner-items .under-banner-item .text {
      text-align: left;
      margin-left: 45px;
      width: 100%;
      overflow: hidden;
      display: inline-block; }
      section.under-banner-items .under-banner-item .text h2 {
        font-size: 36px;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 44px;
        display: inline-block;
        margin-bottom: 10px; }
      section.under-banner-items .under-banner-item .text span.price {
        display: block;
        font-size: 32px;
        font-weight: 700;
        color: #2a2a2a;
        font-style: normal; }
        section.under-banner-items .under-banner-item .text span.price em {
          margin-bottom: -50px;
          font-size: 20px;
          color: #2a2a2a;
          font-weight: 400;
          text-decoration: line-through;
          font-style: normal; }
          @media (min-width: 992px) {
            section.under-banner-items .under-banner-item .text span.price em {
              color: #7a7a7a; } }
      section.under-banner-items .under-banner-item .text a {
        position: absolute;
        left: 45px;
        bottom: 50px; }
  section.under-banner-items .first-item {
    background-image: url(../images/under-banner-01.jpg); }
  section.under-banner-items .second-item {
    background-image: url(../images/under-banner-02.jpg); }
    section.under-banner-items .second-item .text {
      margin-left: 0px;
      text-align: center; }
      section.under-banner-items .second-item .text a {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  section.under-banner-items .third-item {
    background-image: url(../images/under-banner-03.jpg); }
    section.under-banner-items .third-item .text {
      text-align: right;
      padding-right: 45px;
      margin-left: 0px; }
      section.under-banner-items .third-item .text a {
        left: auto;
        right: 45px; }

section.first-call-to-action {
  margin-top: 120px; }
  section.first-call-to-action .inner-content {
    background-image: url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px; }
    section.first-call-to-action .inner-content h2 {
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 5px;
      text-align: center; }
      section.first-call-to-action .inner-content h2 em {
        font-style: normal;
        font-weight: 900; }
      @media (min-width: 992px) {
        section.first-call-to-action .inner-content h2 {
          text-align: left; } }
    section.first-call-to-action .inner-content p {
      margin-bottom: 0px;
      font-weight: 500;
      text-align: center; }
      @media (min-width: 992px) {
        section.first-call-to-action .inner-content p {
          text-align: left; } }
    section.first-call-to-action .inner-content .main-dark-button {
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 992px) {
        section.first-call-to-action .inner-content .main-dark-button {
          margin-top: 50px;
          text-align: right; } }

.grids-call-to-action {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 60px; }
  .grids-call-to-action .inner-content {
    background-image: url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
    border-radius: 5px; }
    .grids-call-to-action .inner-content h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 5px;
      text-align: center; }
      .grids-call-to-action .inner-content h2 em {
        font-style: normal;
        color: #0e0e0e; }
      @media (min-width: 992px) {
        .grids-call-to-action .inner-content h2 {
          text-align: left; } }
    .grids-call-to-action .inner-content p {
      margin-bottom: 0px;
      font-weight: 400;
      color: #4a4a4a;
      text-align: center; }
      @media (min-width: 992px) {
        .grids-call-to-action .inner-content p {
          text-align: left; } }
    .grids-call-to-action .inner-content .border-dark-button {
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 992px) {
        .grids-call-to-action .inner-content .border-dark-button {
          margin-top: 50px;
          text-align: right; } }

section.cta-main-homepage {
  margin-top: 65px;
  background-image: url(../images/cta-main-homepage-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  text-align: center;
  border-radius: 5px; }
  @media (min-width: 992px) {
    section.cta-main-homepage {
      margin-top: 105px;
      padding: 150px 30px;
      text-align: left; } }
  section.cta-main-homepage .inner-content h4 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 80px;
    margin-top: 5px; }
    @media (min-width: 992px) {
      section.cta-main-homepage .inner-content h4 {
        margin-bottom: 40px; } }
  section.cta-main-homepage .inner-content span.banner {
    font-size: 15px;
    color: #777; }
  section.cta-main-homepage .inner-content h6.price {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -60px;
    width: 120px;
    height: 120px;
    padding-top: 25px;
    z-index: 2;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #0e0e0e;
    line-height: 28px;
    background-color: #2a2a2a;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      section.cta-main-homepage .inner-content h6.price {
        left: auto;
        right: -120px;
        top: -60px;
        width: 120px;
        height: 120px;
        font-size: 24px; } }
    section.cta-main-homepage .inner-content h6.price em {
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      color: #fff;
      text-decoration: line-through; }
  section.cta-main-homepage .counter {
    border-radius: 5px;
    padding: 70px 30px 30px 30px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      section.cta-main-homepage .counter {
        padding: 30px 50px; } }
    section.cta-main-homepage .counter div {
      text-align: center; }
      section.cta-main-homepage .counter div .value {
        font-size: 24px;
        font-weight: 600;
        color: #2a2a2a;
        margin-bottom: 0px; }
        @media (min-width: 992px) {
          section.cta-main-homepage .counter div .value {
            font-size: 42px;
            font-weight: 300; } }
      section.cta-main-homepage .counter div span {
        font-size: 13px;
        color: #777;
        margin-top: 5px;
        display: block;
        text-transform: uppercase;
        font-weight: 300; }
  section.cta-main-homepage .border-dark-button {
    margin-top: 45px; }
    section.cta-main-homepage .border-dark-button a {
      background-color: #2a2a2a;
      color: #fff; }
      @media (min-width: 992px) {
        section.cta-main-homepage .border-dark-button a {
          color: #2a2a2a;
          background-color: transparent; } }

section.second-cta {
  background-image: url(../images/second-cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 30px;
  text-align: center;
  border-radius: 5px; }
  @media (min-width: 992px) {
    section.second-cta {
      background-position: top right;
      text-align: left;
      padding: 180px 30px; } }
  section.second-cta .inner-content h4 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 80px;
    margin-top: 5px; }
    @media (min-width: 992px) {
      section.second-cta .inner-content h4 {
        margin-bottom: 40px; } }
    section.second-cta .inner-content h4 em {
      font-style: normal;
      color: #0e0e0e; }
  section.second-cta .inner-content span.banner {
    font-size: 15px;
    color: #777; }
  section.second-cta .inner-content h6.price {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -60px;
    width: 120px;
    height: 120px;
    padding-top: 25px;
    z-index: 2;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    background-color: #0e0e0e;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03); }
    @media (min-width: 992px) {
      section.second-cta .inner-content h6.price {
        left: auto;
        right: -120px;
        top: -60px;
        width: 120px;
        height: 120px;
        font-size: 24px; } }
    section.second-cta .inner-content h6.price em {
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      color: #fff;
      text-decoration: line-through; }
  section.second-cta .inner-content .counter {
    border-radius: 5px;
    padding: 70px 30px 30px 30px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      section.second-cta .inner-content .counter {
        padding: 30px 50px; } }
    section.second-cta .inner-content .counter div {
      text-align: center; }
      section.second-cta .inner-content .counter div .value {
        font-size: 24px;
        font-weight: 600;
        color: #2a2a2a;
        margin-bottom: 0px; }
        @media (min-width: 992px) {
          section.second-cta .inner-content .counter div .value {
            font-size: 42px;
            font-weight: 300; } }
      section.second-cta .inner-content .counter div span {
        text-align: center;
        font-size: 13px;
        color: #777;
        margin-top: 5px;
        display: block;
        text-transform: uppercase;
        font-weight: 300; }
  section.second-cta .inner-content .border-dark-button {
    margin-top: 45px; }

section.fenco-info-about-us-page {
  margin-top: 100px !important; }

section.fenco-info {
  margin-top: 120px;
  padding: 45px 0px 5px 0px;
  background-color: #2a2a2a; }
  @media (min-width: 992px) {
    section.fenco-info {
      padding: 45px 0px 35px 0px; } }
  section.fenco-info .info-item {
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center; }
    @media (min-width: 992px) {
      section.fenco-info .info-item {
        margin-bottom: 0px;
        text-align: left; } }
    section.fenco-info .info-item .inner-content {
      display: inline-block; }
      @media (min-width: 992px) {
        section.fenco-info .info-item .inner-content {
          display: -webkit-inline-box;
          display: inline-flex; } }
      section.fenco-info .info-item .inner-content .left-logo {
        flex-basis: 100%; }
        @media (min-width: 992px) {
          section.fenco-info .info-item .inner-content .left-logo {
            flex-basis: 20%; } }
        section.fenco-info .info-item .inner-content .left-logo i {
          text-align: left;
          color: #ffffff;
          border-radius: 50%;
          margin-right: 0px; }
          @media (min-width: 992px) {
            section.fenco-info .info-item .inner-content .left-logo i {
              margin-right: 30px; } }
      section.fenco-info .info-item .inner-content .right-text {
        flex-basis: 100%;
        color: #fff; }
        @media (min-width: 992px) {
          section.fenco-info .info-item .inner-content .right-text {
            flex-basis: 80%; } }
        section.fenco-info .info-item .inner-content .right-text h6 {
          color: #fff;
          text-align: center;
          margin-bottom: 5px;
          font-size: 18px;
          font-weight: 600;
          text-transform: capitalize; }
          @media (min-width: 992px) {
            section.fenco-info .info-item .inner-content .right-text h6 {
              text-align: left; } }
        section.fenco-info .info-item .inner-content .right-text span {
          display: block;
          font-size: 14px; }

section.instagram-about-us-page {
  margin-top: 40px !important;
  margin-bottom: -60px; }
  @media (min-width: 992px) {
    section.instagram-about-us-page {
      margin-top: 120px !important;
      margin-bottom: 0px; } }

section.instagram-section {
  margin-top: 75px;
  width: 100%;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    section.instagram-section {
      margin-top: 175px; } }
  section.instagram-section .col-lg-12 .follow-us {
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.93);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.075);
    padding: 20px 30px 25px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      section.instagram-section .col-lg-12 .follow-us {
        padding: 20px 60px 25px 60px;
        left: 50%;
        top: -55px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    section.instagram-section .col-lg-12 .follow-us h4 {
      margin-top: 0px;
      margin-bottom: 5px;
      color: #2a2a2a;
      font-size: 19px;
      font-weight: 600; }
    section.instagram-section .col-lg-12 .follow-us .text-button a {
      color: #2a2a2a;
      border-bottom: 1px solid #2a2a2a; }
      section.instagram-section .col-lg-12 .follow-us .text-button a:hover {
        color: #0e0e0e;
        border-bottom: 1px solid #0e0e0e; }
  section.instagram-section .col-lg-12 .instagram-pic {
    display: inline-block;
    width: 40%;
    margin: 0.4% 0.1%; }
    section.instagram-section .col-lg-12 .instagram-pic:nth-child(5) {
      display: none; }
    @media (min-width: 992px) {
      section.instagram-section .col-lg-12 .instagram-pic {
        width: 19.80%;
        float: left;
        margin: 0px 0.1%; }
        section.instagram-section .col-lg-12 .instagram-pic:nth-child(5) {
          display: inline-block; } }
    section.instagram-section .col-lg-12 .instagram-pic:first-child {
      margin-left: 0px; }
    section.instagram-section .col-lg-12 .instagram-pic img {
      width: 100%;
      overflow: hidden;
      margin-bottom: -8px; }

section.featured-products {
  margin-top: 30px; }
  @media (min-width: 992px) {
    section.featured-products {
      margin-top: -150px; } }
  section.featured-products .inner-content {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 15px; }
    @media (min-width: 992px) {
      section.featured-products .inner-content {
        padding: 45px 30px; } }
    section.featured-products .inner-content .hidden-sm {
      display: none !important; }
      @media (min-width: 992px) {
        section.featured-products .inner-content .hidden-sm {
          display: -webkit-inline-box !important;
          display: inline-flex !important; } }
    section.featured-products .inner-content .feature-item {
      display: -webkit-inline-box;
      display: inline-flex;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        section.featured-products .inner-content .feature-item {
          margin-bottom: 0px; } }
      section.featured-products .inner-content .feature-item img {
        flex-basis: 10%; }
        @media (min-width: 992px) {
          section.featured-products .inner-content .feature-item img {
            flex-basis: 30%; } }
      section.featured-products .inner-content .feature-item span {
        color: #0e0e0e;
        font-size: 14px; }
        @media (min-width: 992px) {
          section.featured-products .inner-content .feature-item span {
            font-size: 16px; } }
      section.featured-products .inner-content .feature-item .right-content {
        margin-left: 5px;
        flex-basis: 90%; }
        @media (min-width: 992px) {
          section.featured-products .inner-content .feature-item .right-content {
            flex-basis: 70%; } }
        section.featured-products .inner-content .feature-item .right-content h4 {
          font-size: 18px;
          font-weight: 600;
          line-height: 32px;
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            section.featured-products .inner-content .feature-item .right-content h4 {
              font-size: 20px; } }
        section.featured-products .inner-content .feature-item .right-content p {
          margin-top: 0px;
          margin-bottom: 15px; }

section.featured-products-furniture {
  margin-top: 30px; }
  @media (min-width: 992px) {
    section.featured-products-furniture {
      margin-top: -150px; } }
  section.featured-products-furniture .inner-content {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 30px; }
    @media (min-width: 992px) {
      section.featured-products-furniture .inner-content {
        padding: 30px; } }
    section.featured-products-furniture .inner-content .feature-item {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        section.featured-products-furniture .inner-content .feature-item {
          margin-bottom: 0px; } }
      section.featured-products-furniture .inner-content .feature-item .post-inner-content {
        position: relative;
        overflow: hidden; }
        section.featured-products-furniture .inner-content .feature-item .post-inner-content img {
          width: 100%;
          margin-bottom: -8px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content {
          position: absolute;
          top: 50%;
          left: 30px;
          -webkit-transform: translateY(-50.5%);
                  transform: translateY(-50.5%);
          z-index: 2; }
          section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content span {
            color: #0e0e0e;
            font-size: 14px; }
            @media (min-width: 992px) {
              section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content span {
                font-size: 16px; } }
          section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content h4 {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 2px;
            width: 80%; }
            @media (min-width: 992px) {
              section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content h4 {
                margin-bottom: 10px;
                line-height: 32px;
                width: 100%;
                font-size: 20px; } }
          section.featured-products-furniture .inner-content .feature-item .post-inner-content .text-content p {
            margin-top: 0px;
            margin-bottom: 15px; }
      section.featured-products-furniture .inner-content .feature-item:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.popup-area-section {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  -webkit-transition: opacity 0.1s ease-in-out,z-index 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out,z-index 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none; }
  @media (min-width: 992px) {
    .popup-area-section {
      display: inline-block; } }
  .popup-area-section .inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-275px, -150px);
            transform: translate(-275px, -150px);
    max-width: 550px;
    width: 550px;
    padding: 30px;
    height: 300px;
    background-color: #fff; }
    .popup-area-section .inner-content button.close-btn {
      background-color: #0e0e0e;
      width: 44px;
      height: 44px;
      z-index: 222;
      color: #fff;
      border: none;
      position: absolute;
      text-align: center;
      line-height: 56px;
      right: -22px;
      top: -22px;
      border-radius: 50%;
      cursor: pointer; }
      .popup-area-section .inner-content button.close-btn:focus {
        outline: none;
        box-shadow: none; }
    .popup-area-section .inner-content .thumb {
      float: right;
      overflow: hidden; }
      .popup-area-section .inner-content .thumb img {
        position: absolute;
        right: 0;
        top: 0; }
    .popup-area-section .inner-content .left-content {
      margin-right: 240px; }
      .popup-area-section .inner-content .left-content h4 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 700; }
        .popup-area-section .inner-content .left-content h4 em {
          font-style: normal;
          color: #0e0e0e; }
      .popup-area-section .inner-content .left-content form {
        width: 300px; }
        .popup-area-section .inner-content .left-content form input {
          border: 1px solid #eee;
          padding: 0px 15px;
          font-size: 13px;
          color: #2a2a2a;
          width: 300px;
          height: 48px; }
        .popup-area-section .inner-content .left-content form button {
          cursor: pointer;
          margin-top: 15px; }

.active-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-in-out,z-index 1s ease-in-out;
  transition: opacity 1s ease-in-out,z-index 1s ease-in-out; }

.section-heading {
  margin-top: 20px;
  margin-bottom: 60px; }
  .section-heading h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px; }
  .section-heading span {
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
    position: relative; }
    .section-heading span:after {
      width: 30px;
      height: 2px;
      background-color: #0e0e0e;
      content: '';
      position: absolute;
      left: 50%;
      top: -10px;
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px); }

section.testimonials {
  border-bottom: 1px solid #eee;
  padding-bottom: 85px;
  text-align: center; }
  section.testimonials .left-icon {
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
    line-height: 195px;
    border: 1px solid #2a2a2a;
    border-radius: 50%; }
    section.testimonials .left-icon img {
      width: 34px;
      height: 30px; }
  section.testimonials .item {
    margin-top: -15px;
    margin-left: 0px;
    text-align: center; }
    section.testimonials .item p {
      font-size: 36px;
      font-weight: 700;
      color: #2a2a2a;
      line-height: 40px; }
    section.testimonials .item h4 {
      font-size: 20px;
      font-style: italic;
      font-weight: 400;
      color: #2a2a2a; }
    @media (min-width: 992px) {
      section.testimonials .item {
        margin-top: 40px;
        margin-left: 0px;
        text-align: left; } }
    @media (min-width: 768px) {
      section.testimonials .item {
        margin-top: -15px;
        margin-left: 30px;
        text-align: left; } }
  section.testimonials .owl-dots {
    margin-left: 0px;
    text-align: center; }
    section.testimonials .owl-dots .owl-dot {
      margin-right: 15px;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      background-color: #2a2a2a;
      outline: none;
      border: 2px solid #fff;
      -webkit-transition: all .3s;
      transition: all .3s; }
    section.testimonials .owl-dots .active {
      border: 2px solid #2a2a2a; }
    @media (min-width: 992px) {
      section.testimonials .owl-dots {
        text-align: left;
        margin-left: 0px; } }
    @media (min-width: 768px) {
      section.testimonials .owl-dots {
        margin-top: 0px;
        margin-left: 40px;
        text-align: left; } }

section.our-team .member-item {
  margin-bottom: 30px; }
  section.our-team .member-item .member-thumb {
    position: relative; }
    section.our-team .member-item .member-thumb img {
      display: block;
      width: 100%;
      height: auto; }
    section.our-team .member-item .member-thumb .hover-effect {
      position: absolute;
      background: #fff;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s;
      transition: all .3s; }
      section.our-team .member-item .member-thumb .hover-effect .hover-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        section.our-team .member-item .member-thumb .hover-effect .hover-content h4 {
          margin-top: 0px;
          margin-bottom: 0px;
          font-size: 22px;
          font-weight: 700; }
        section.our-team .member-item .member-thumb .hover-effect .hover-content span {
          font-size: 15px;
          font-weight: 500;
          color: #4a4a4a;
          font-style: italic; }
        section.our-team .member-item .member-thumb .hover-effect .hover-content ul {
          padding: 0;
          margin-top: 15px;
          list-style: none; }
          section.our-team .member-item .member-thumb .hover-effect .hover-content ul li {
            display: inline-block;
            margin-right: 5px; }
            section.our-team .member-item .member-thumb .hover-effect .hover-content ul li a {
              background-color: #2a2a2a;
              width: 26px;
              height: 26px;
              display: inline-block;
              text-align: center;
              line-height: 26px;
              border-radius: 5px;
              color: #fff;
              font-size: 14px;
              -webkit-transition: all .3s;
              transition: all .3s; }
              section.our-team .member-item .member-thumb .hover-effect .hover-content ul li a:hover {
                background-color: transparent;
                color: #2a2a2a; }
    section.our-team .member-item .member-thumb:hover .hover-effect {
      opacity: 1;
      visibility: visible; }

section.our-team-page {
  margin-top: 0px;
  margin-bottom: -30px; }
  section.our-team-page .member-item {
    margin-bottom: 30px; }

section.fun-facts {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 85px 0px 55px 0px; }
  section.fun-facts .count-area-content {
    text-align: center;
    padding: 0px 45px;
    margin-bottom: 30px; }
    section.fun-facts .count-area-content .count-digit {
      font-size: 60px;
      font-weight: 700;
      color: #2a2a2a;
      position: relative; }
      section.fun-facts .count-area-content .count-digit:after {
        font-size: 30px;
        font-weight: 900;
        position: absolute;
        top: 14px; }
    section.fun-facts .count-area-content .first-digit:after {
      content: '%'; }
    section.fun-facts .count-area-content .second-digit:after {
      content: '+';
      top: 6px; }
    section.fun-facts .count-area-content .third-digit:after {
      content: 'x';
      top: 8px; }
    section.fun-facts .count-area-content .count-title {
      font-size: 15px;
      color: #4a4a4a; }

section.homepage-categories {
  margin-top: 120px; }
  section.homepage-categories .col-lg-4 {
    padding: 0px; }
  section.homepage-categories .category-item {
    background-color: #f2f2f2;
    text-align: left;
    position: relative;
    min-height: 420px;
    height: 430px;
    margin-bottom: 1px;
    border: 1px solid #fff; }
    @media (min-width: 992px) {
      section.homepage-categories .category-item {
        margin-bottom: 0px; } }
    section.homepage-categories .category-item h4 {
      text-transform: uppercase;
      font-weight: 700;
      color: #0e0e0e;
      -webkit-transition: all .3s;
      transition: all .3s;
      display: inline-block;
      padding: 12px 5px;
      border-top: 2px solid #2a2a2a;
      border-bottom: 2px solid #2a2a2a;
      position: absolute;
      left: 45px;
      top: 50%;
      -webkit-transform: translateY(-55%);
              transform: translateY(-55%);
      z-index: 2;
      font-size: 18px; }
      section.homepage-categories .category-item h4 em {
        color: #2a2a2a;
        font-style: normal;
        font-weight: 600;
        font-size: 36px; }
    section.homepage-categories .category-item .text-button {
      position: absolute;
      left: 45px;
      bottom: 50px; }
    section.homepage-categories .category-item img {
      max-width: 100%;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0px;
      overflow: hidden;
      -webkit-transition: all .5s;
      transition: all .5s;
      z-index: 0;
      opacity: 0.5; }
      @media (min-width: 992px) {
        section.homepage-categories .category-item img {
          opacity: 0.5;
          right: 30px; } }
    section.homepage-categories .category-item:hover img {
      -webkit-transform: translateX(-10%);
              transform: translateX(-10%);
      opacity: 1; }
    section.homepage-categories .category-item:hover h4 {
      z-index: 2; }

section.recent-products-cosmetics {
  position: relative; }
  section.recent-products-cosmetics .section-heading {
    text-align: left !important; }
    section.recent-products-cosmetics .section-heading span::after {
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  section.recent-products-cosmetics .recent-item {
    margin-bottom: 0px !important; }
    section.recent-products-cosmetics .recent-item .down-content h6 {
      font-size: 13px;
      text-transform: capitalize;
      color: #0e0e0e;
      font-weight: 300; }
  section.recent-products-cosmetics .owl-nav {
    position: absolute;
    display: none;
    right: 0; }
    @media (min-width: 992px) {
      section.recent-products-cosmetics .owl-nav {
        top: -110px;
        display: inline-block; } }
    section.recent-products-cosmetics .owl-nav .owl-prev {
      width: 40px;
      height: 40px;
      background-color: transparent;
      border: 1px solid #eee;
      outline: none;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      font-size: 28px;
      color: #2a2a2a;
      margin-right: 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      section.recent-products-cosmetics .owl-nav .owl-prev:hover {
        background-color: #0e0e0e;
        color: #fff;
        border: 1px solid #0e0e0e; }
    section.recent-products-cosmetics .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      background-color: transparent;
      border: 1px solid #eee;
      outline: none;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      font-size: 28px;
      color: #2a2a2a;
      -webkit-transition: all .3s;
      transition: all .3s; }
      section.recent-products-cosmetics .owl-nav .owl-next:hover {
        background-color: #0e0e0e;
        color: #fff;
        border: 1px solid #0e0e0e; }

section.recent-products .section-heading,
section.all-products-grid .section-heading {
  text-align: center; }

section.recent-products .recent-item,
section.all-products-grid .recent-item {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    section.recent-products .recent-item,
    section.all-products-grid .recent-item {
      margin-bottom: 45px; } }
  section.recent-products .recent-item .thumb,
  section.all-products-grid .recent-item .thumb {
    position: relative;
    z-index: 11;
    overflow: hidden; }
    section.recent-products .recent-item .thumb img,
    section.all-products-grid .recent-item .thumb img {
      width: 100%;
      overflow: hidden;
      margin-bottom: -7px; }
    section.recent-products .recent-item .thumb span.banner,
    section.all-products-grid .recent-item .thumb span.banner {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a2a2a;
      background-color: #fff;
      position: absolute;
      z-index: 5;
      left: 10px;
      top: 10px;
      padding: 6px 10px;
      -webkit-transition: all .5s;
      transition: all .5s; }
    section.recent-products .recent-item .thumb .text-button,
    section.all-products-grid .recent-item .thumb .text-button {
      position: absolute;
      left: 50%;
      top: 65%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    section.recent-products .recent-item .thumb .hover-content,
    section.all-products-grid .recent-item .thumb .hover-content {
      position: absolute;
      z-index: 11;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(250, 250, 250, 0.9);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .5s;
      transition: all .5s; }
      section.recent-products .recent-item .thumb .hover-content ul.icons,
      section.all-products-grid .recent-item .thumb .hover-content ul.icons {
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: -110px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        section.recent-products .recent-item .thumb .hover-content ul.icons li,
        section.all-products-grid .recent-item .thumb .hover-content ul.icons li {
          list-style: none;
          display: block;
          margin-bottom: 2px; }
          section.recent-products .recent-item .thumb .hover-content ul.icons li a,
          section.all-products-grid .recent-item .thumb .hover-content ul.icons li a {
            width: 45px;
            height: 45px;
            background-color: #2a2a2a;
            display: inline-block;
            text-align: center;
            line-height: 58px;
            color: #fff;
            font-size: 17px;
            -webkit-transition: all .3s;
            transition: all .3s; }
            section.recent-products .recent-item .thumb .hover-content ul.icons li a:hover,
            section.all-products-grid .recent-item .thumb .hover-content ul.icons li a:hover {
              color: #2a2a2a;
              background-color: #fff; }
          section.recent-products .recent-item .thumb .hover-content ul.icons li:last-child,
          section.all-products-grid .recent-item .thumb .hover-content ul.icons li:last-child {
            margin-bottom: 0px; }
  section.recent-products .recent-item .down-content,
  section.all-products-grid .recent-item .down-content {
    text-align: left;
    margin-top: 20px; }
    section.recent-products .recent-item .down-content h4,
    section.all-products-grid .recent-item .down-content h4 {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px; }
      section.recent-products .recent-item .down-content h4 a,
      section.all-products-grid .recent-item .down-content h4 a {
        color: #2a2a2a; }
    section.recent-products .recent-item .down-content span.price,
    section.all-products-grid .recent-item .down-content span.price {
      display: inline-block;
      font-size: 15px;
      color: #4a4a4a;
      font-weight: 300; }
      section.recent-products .recent-item .down-content span.price em,
      section.all-products-grid .recent-item .down-content span.price em {
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #aaa;
        text-decoration: line-through; }
  section.recent-products .recent-item:hover .hover-content,
  section.all-products-grid .recent-item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
    section.recent-products .recent-item:hover .hover-content ul.icons,
    section.all-products-grid .recent-item:hover .hover-content ul.icons {
      opacity: 1;
      right: 10px; }
  section.recent-products .recent-item:hover span.banner,
  section.all-products-grid .recent-item:hover span.banner {
    color: #fff;
    background-color: #0e0e0e; }

section.recent-products .border-dark-button,
section.all-products-grid .border-dark-button {
  text-align: center; }

section.left-text .text {
  margin-right: 0px !important;
  margin-left: 0px;
  text-align: center !important;
  padding: 80px 0px;
  position: relative; }
  @media (min-width: 992px) {
    section.left-text .text {
      padding: 0px;
      text-align: left !important;
      margin-left: 150px; } }
  section.left-text .text::after {
    width: 500px;
    height: 500px;
    background-color: rgba(251, 119, 75, 0.1);
    content: '';
    border-radius: 50%;
    position: absolute;
    left: -350px;
    top: 50%;
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    z-index: 1; }

section.two-products {
  margin-top: 60px;
  padding: 0px 7.5px; }
  @media (min-width: 992px) {
    section.two-products {
      margin-top: 120px; } }
  section.two-products .col-lg-6 {
    padding: 0px 7.5px; }
  section.two-products .furniture-item {
    background-color: #efeff1;
    position: relative;
    overflow: hidden;
    padding: 45px 0px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      section.two-products .furniture-item {
        margin-bottom: 0px; } }
    section.two-products .furniture-item .thumb {
      position: relative; }
      section.two-products .furniture-item .thumb img {
        width: 100%;
        margin-bottom: -8px;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.two-products .furniture-item .thumb .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: left;
        left: 45px; }
        section.two-products .furniture-item .thumb .text h2 {
          font-size: 22px;
          font-weight: 600;
          line-height: 30px;
          display: inline-block;
          border-top: 2px solid #2a2a2a;
          border-bottom: 2px solid #2a2a2a;
          padding: 10px 0px;
          position: relative;
          z-index: 2; }
          @media (min-width: 992px) {
            section.two-products .furniture-item .thumb .text h2 {
              padding: 15px 0px;
              font-size: 44px;
              line-height: 55px; } }
        section.two-products .furniture-item .thumb .text span.price {
          display: block;
          font-size: 20px;
          font-weight: 700;
          color: #2a2a2a;
          font-style: normal;
          position: relative;
          z-index: 2; }
          @media (min-width: 992px) {
            section.two-products .furniture-item .thumb .text span.price {
              font-size: 36px; } }
          section.two-products .furniture-item .thumb .text span.price em {
            display: block;
            margin-bottom: -40px;
            font-size: 16px;
            color: #4a4a4a;
            font-weight: 300;
            text-decoration: line-through;
            font-style: normal; }
            @media (min-width: 992px) {
              section.two-products .furniture-item .thumb .text span.price em {
                font-size: 24px;
                margin-bottom: -65px; } }
        section.two-products .furniture-item .thumb .text .text-button {
          margin-top: 15px;
          position: relative;
          z-index: 2; }
          @media (min-width: 992px) {
            section.two-products .furniture-item .thumb .text .text-button {
              margin-top: 30px; } }
        section.two-products .furniture-item .thumb .text::after {
          width: 500px;
          height: 500px;
          background-color: #e1e6ec;
          content: '';
          border-radius: 50%;
          position: absolute;
          left: -450px;
          top: 50%;
          -webkit-transform: translateY(-250px);
                  transform: translateY(-250px);
          z-index: 1; }
          @media (min-width: 992px) {
            section.two-products .furniture-item .thumb .text::after {
              left: -350px; } }
    section.two-products .furniture-item:hover .thumb img {
      -webkit-transform: scale(1.075);
              transform: scale(1.075); }
  section.two-products .right-text .thumb img {
    width: 80%; }
    @media (min-width: 992px) {
      section.two-products .right-text .thumb img {
        width: 100%; } }
  section.two-products .right-text .thumb .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
    right: 45px; }
    section.two-products .right-text .thumb .text::after {
      width: 500px;
      height: 500px;
      background-color: #e1e6ec;
      content: '';
      border-radius: 50%;
      position: absolute;
      right: -450px;
      left: auto;
      top: 50%;
      -webkit-transform: translateY(-250px);
              transform: translateY(-250px);
      z-index: 1; }
      @media (min-width: 992px) {
        section.two-products .right-text .thumb .text::after {
          right: -350px; } }

section.all-products-grid {
  margin-top: 0px; }
  section.all-products-grid .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    section.all-products-grid .row .col {
      -webkit-box-flex: 1;
              flex: 1 0 18%;
      margin: 5px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
  section.all-products-grid .grid-items {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee; }
  section.all-products-grid ul.layout-filter {
    text-align: right; }
    section.all-products-grid ul.layout-filter li {
      display: none;
      margin-left: 15px; }
      @media (min-width: 992px) {
        section.all-products-grid ul.layout-filter li {
          display: inline-block; } }
      section.all-products-grid ul.layout-filter li a {
        color: #2a2a2a;
        font-size: 19px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.all-products-grid ul.layout-filter li a:hover {
          color: #2a2a2a; }
      section.all-products-grid ul.layout-filter li:first-child {
        margin-left: 0px; }
        section.all-products-grid ul.layout-filter li:first-child a {
          color: #aaa;
          -webkit-transition: all .3s;
          transition: all .3s; }
          section.all-products-grid ul.layout-filter li:first-child a:hover {
            color: #2a2a2a; }
  section.all-products-grid .portfolio-filters {
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      section.all-products-grid .portfolio-filters {
        text-align: left;
        margin-bottom: 65px; } }
    section.all-products-grid .portfolio-filters ul li {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a2a2a;
      margin: 0px 15px 15px 15px;
      cursor: pointer;
      position: relative; }
      @media (min-width: 992px) {
        section.all-products-grid .portfolio-filters ul li {
          margin: 0px 35px 0px 0px; } }
      section.all-products-grid .portfolio-filters ul li:after {
        width: 6px;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.all-products-grid .portfolio-filters ul li:last-child {
        margin-right: 0px; }
      section.all-products-grid .portfolio-filters ul li:hover:after {
        width: 100%; }
    section.all-products-grid .portfolio-filters ul li.active:after {
      width: 100%; }
  section.all-products-grid .recent-item {
    margin-bottom: 30px; }
    section.all-products-grid .recent-item .down-content {
      margin-top: 20px;
      text-align: left; }
  section.all-products-grid .border-dark-button {
    text-align: center;
    margin-top: 40px; }
  section.all-products-grid .sidebar-filter {
    margin-right: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      section.all-products-grid .sidebar-filter {
        margin-bottom: 0px;
        border-bottom: none;
        margin-right: 45px; } }
    section.all-products-grid .sidebar-filter .sidebar-widget {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        section.all-products-grid .sidebar-filter .sidebar-widget {
          margin-bottom: 40px; } }
      section.all-products-grid .sidebar-filter .sidebar-widget h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 25px; }
    section.all-products-grid .sidebar-filter .search-box input {
      width: 100%;
      height: 44px;
      border-radius: 5px;
      border: 1px solid #2a2a2a;
      font-size: 14px;
      padding: 0px 15px;
      background-color: transparent;
      outline: none; }
    section.all-products-grid .sidebar-filter .search-filter .select {
      position: relative; }
      section.all-products-grid .sidebar-filter .search-filter .select:after {
        content: '\f107';
        font-family: 'FontAwesome';
        right: 15px;
        top: 6px;
        position: absolute;
        cursor: pointer;
        font-size: 20px;
        color: #2a2a2a; }
    section.all-products-grid .sidebar-filter .search-filter select {
      cursor: pointer;
      width: 100%;
      height: 44px;
      border-radius: 5px;
      border: none;
      font-size: 14px;
      padding: 0px 15px;
      background-color: #f7f7f7;
      outline: none;
      margin-bottom: 15px;
      color: #4a4a4a;
      font-size: 13px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    section.all-products-grid .sidebar-filter .search-filter button {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      background-color: #2a2a2a;
      -webkit-transition: all .3s;
      transition: all .3s;
      border-radius: 5px;
      width: 100%;
      height: 44px;
      border: none;
      padding: 12px 25px;
      outline: none;
      margin-top: 0px; }
      section.all-products-grid .sidebar-filter .search-filter button:hover {
        background-color: #0e0e0e; }
    section.all-products-grid .sidebar-filter .products-categories ul li {
      margin-bottom: 6px;
      width: 100%; }
      section.all-products-grid .sidebar-filter .products-categories ul li:last-child {
        margin-bottom: 0px; }
      section.all-products-grid .sidebar-filter .products-categories ul li a {
        font-size: 13px;
        color: #777; }
        section.all-products-grid .sidebar-filter .products-categories ul li a em {
          font-style: normal;
          float: right; }
        section.all-products-grid .sidebar-filter .products-categories ul li a:hover {
          color: #2a2a2a; }
    section.all-products-grid .sidebar-filter .promotion-widget {
      border-bottom: none; }
      section.all-products-grid .sidebar-filter .promotion-widget .thumb {
        position: relative; }
        section.all-products-grid .sidebar-filter .promotion-widget .thumb img {
          width: 100%;
          overflow: hidden; }
        section.all-products-grid .sidebar-filter .promotion-widget .thumb .inner-content {
          position: absolute;
          bottom: 0;
          left: 20px; }
          section.all-products-grid .sidebar-filter .promotion-widget .thumb .inner-content span.banner {
            background-color: #2a2a2a;
            color: #fff;
            font-size: 10px;
            letter-spacing: 0.25px;
            font-weight: 300;
            text-transform: uppercase;
            padding: 5px 10px;
            border-radius: 5px;
            display: inline-block; }
          section.all-products-grid .sidebar-filter .promotion-widget .thumb .inner-content h4 {
            margin-top: 10px;
            font-size: 16px;
            font-weight: 400; }
            section.all-products-grid .sidebar-filter .promotion-widget .thumb .inner-content h4 em {
              font-style: normal;
              font-weight: 700; }
  section.all-products-grid .category-item {
    background-color: #dedfe3;
    text-align: center;
    position: relative;
    min-height: 420px;
    height: 420px;
    margin-bottom: 30px; }
    section.all-products-grid .category-item h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      padding-top: 40px; }
    section.all-products-grid .category-item img {
      max-width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      overflow: hidden;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all .3s;
      transition: all .3s;
      z-index: 0; }
    section.all-products-grid .category-item:hover img {
      -webkit-transform: translateX(-45%);
              transform: translateX(-45%); }
    section.all-products-grid .category-item:hover h4 {
      color: #0e0e0e; }

section.portfolio-masonry {
  margin-top: 0px; }
  section.portfolio-masonry ul.layout-filter {
    text-align: right; }
    section.portfolio-masonry ul.layout-filter li {
      display: none;
      margin-left: 15px; }
      @media (min-width: 992px) {
        section.portfolio-masonry ul.layout-filter li {
          display: inline-block; } }
      section.portfolio-masonry ul.layout-filter li a {
        color: #2a2a2a;
        font-size: 19px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.portfolio-masonry ul.layout-filter li a:hover {
          color: #2a2a2a; }
      section.portfolio-masonry ul.layout-filter li:first-child {
        margin-left: 0px; }
        section.portfolio-masonry ul.layout-filter li:first-child a {
          color: #aaa;
          -webkit-transition: all .3s;
          transition: all .3s; }
          section.portfolio-masonry ul.layout-filter li:first-child a:hover {
            color: #2a2a2a; }
  section.portfolio-masonry .portfolio-filters {
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      section.portfolio-masonry .portfolio-filters {
        text-align: left;
        margin-bottom: 65px; } }
    section.portfolio-masonry .portfolio-filters ul li {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a2a2a;
      margin: 0px 15px 15px 15px;
      cursor: pointer;
      position: relative; }
      @media (min-width: 992px) {
        section.portfolio-masonry .portfolio-filters ul li {
          margin: 0px 35px 0px 0px; } }
      section.portfolio-masonry .portfolio-filters ul li:after {
        width: 6px;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.portfolio-masonry .portfolio-filters ul li:last-child {
        margin-right: 0px; }
      section.portfolio-masonry .portfolio-filters ul li:hover:after {
        width: 100%; }
    section.portfolio-masonry .portfolio-filters ul li.active:after {
      width: 100%; }
  section.portfolio-masonry .masonry-item {
    margin-bottom: 30px; }
    section.portfolio-masonry .masonry-item .thumb {
      position: relative; }
      section.portfolio-masonry .masonry-item .thumb img {
        width: 100%;
        overflow: hidden;
        margin-bottom: -7px; }
      section.portfolio-masonry .masonry-item .thumb .hover-content {
        position: absolute;
        z-index: 2;
        left: 4px;
        right: 4px;
        top: 4px;
        bottom: 4px;
        background-color: rgba(250, 250, 250, 0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s; }
        section.portfolio-masonry .masonry-item .thumb .hover-content ul.icons {
          margin: 0;
          padding: 0;
          position: absolute;
          top: 45%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          section.portfolio-masonry .masonry-item .thumb .hover-content ul.icons li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px; }
            section.portfolio-masonry .masonry-item .thumb .hover-content ul.icons li a {
              width: 50px;
              height: 50px;
              background-color: #2a2a2a;
              border-radius: 50%;
              display: inline-block;
              text-align: center;
              line-height: 62px;
              color: #fff;
              font-size: 17px;
              -webkit-transition: all .3s;
              transition: all .3s; }
              section.portfolio-masonry .masonry-item .thumb .hover-content ul.icons li a:hover {
                background-color: #fff;
                color: #2a2a2a; }
    section.portfolio-masonry .masonry-item .down-content {
      text-align: left;
      margin-top: 20px; }
      section.portfolio-masonry .masonry-item .down-content h4 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 5px; }
        section.portfolio-masonry .masonry-item .down-content h4 a {
          color: #2a2a2a; }
      section.portfolio-masonry .masonry-item .down-content span.category {
        display: inline-block;
        font-size: 15px;
        color: #2a2a2a;
        font-weight: 400; }
    section.portfolio-masonry .masonry-item:hover .hover-content {
      opacity: 1;
      visibility: visible; }
    section.portfolio-masonry .masonry-item:hover span.banner {
      color: #fff;
      background-color: #0e0e0e; }
  section.portfolio-masonry .border-dark-button {
    text-align: center;
    margin-top: 30px; }

section.portfolio-full-width {
  margin-top: 0px; }
  section.portfolio-full-width .container-fluid {
    padding: 0px; }
    section.portfolio-full-width .container-fluid .col-lg-3 {
      padding: 0px; }
  section.portfolio-full-width .portfolio-filters {
    margin-bottom: 65px;
    text-align: center; }
    section.portfolio-full-width .portfolio-filters ul li {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a2a2a;
      margin: 0px 15px 15px 15px;
      cursor: pointer;
      position: relative; }
      @media (min-width: 992px) {
        section.portfolio-full-width .portfolio-filters ul li {
          margin: 0px 35px 0px 0px; } }
      section.portfolio-full-width .portfolio-filters ul li:after {
        width: 6px;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.portfolio-full-width .portfolio-filters ul li:last-child {
        margin-right: 0px; }
      section.portfolio-full-width .portfolio-filters ul li:hover:after {
        width: 100%; }
    section.portfolio-full-width .portfolio-filters ul li.active:after {
      width: 100%; }
  section.portfolio-full-width .masonry-item .thumb {
    position: relative; }
    section.portfolio-full-width .masonry-item .thumb img {
      width: 100%;
      overflow: hidden;
      margin-bottom: -7px; }
    section.portfolio-full-width .masonry-item .thumb .hover-content {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(250, 250, 250, 1.0);
      opacity: 0;
	  height: 80px;
	  line-height: 22px;
      visibility: hidden;
      -webkit-transition: all .5s;
      transition: all .5s; }
      section.portfolio-full-width .masonry-item .thumb .hover-content .inner-content {
        position: absolute;
        top: 50%;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        section.portfolio-full-width .masonry-item .thumb .hover-content .inner-content h4 {
          font-size: 18px;
          font-weight: 500;
          margin: 0; }
          section.portfolio-full-width .masonry-item .thumb .hover-content .inner-content h4 a {
            color: #2a2a2a; }
        section.portfolio-full-width .masonry-item .thumb .hover-content .inner-content span.category {
          display: inline-block;
          font-size: 15px;
          color: #0e0e0e;
          font-weight: 400; }
  section.portfolio-full-width .masonry-item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
  section.portfolio-full-width .masonry-item:hover span.banner {
    color: #fff;
    background-color: #0e0e0e; }
  section.portfolio-full-width .border-dark-button {
    text-align: center;
    margin-top: 60px;
    margin-bottom: -60px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: 22222222;
  opacity: 1;
  visibility: visible; }
  #preloader.loaded {
    display: none;
    opacity: 0;
    visibility: hidden; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0e0e0e;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

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

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

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box; }

.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box; }

.debugtimeline:hover {
  height: 15px; }

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0; }

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #ffffff !important; }

.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12; }

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db; }

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0px;
  white-space: nowrap;
  line-height: 10px; }

.rtl {
  direction: rtl; }

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

[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

/* 'î ‚' */
.revicon-pencil-1:before {
  content: '\e831'; }

/* 'î ±' */
.revicon-picture-1:before {
  content: '\e803'; }

/* 'î ƒ' */
.revicon-cancel:before {
  content: '\e80a'; }

/* 'î Š' */
.revicon-info-circled:before {
  content: '\e80f'; }

/* 'î ' */
.revicon-trash:before {
  content: '\e801'; }

/* 'î ' */
.revicon-left-dir:before {
  content: '\e817'; }

/* 'î —' */
.revicon-right-dir:before {
  content: '\e818'; }

/* 'î ˜' */
.revicon-down-open:before {
  content: '\e83b'; }

/* 'î »' */
.revicon-left-open:before {
  content: '\e819'; }

/* 'î ™' */
.revicon-right-open:before {
  content: '\e81a'; }

/* 'î š' */
.revicon-angle-left:before {
  content: '\e820'; }

/* 'î  ' */
.revicon-angle-right:before {
  content: '\e81d'; }

/* 'î ' */
.revicon-left-big:before {
  content: '\e81f'; }

/* 'î Ÿ' */
.revicon-right-big:before {
  content: '\e81e'; }

/* 'î ž' */
.revicon-magic:before {
  content: '\e807'; }

/* 'î ‡' */
.revicon-picture:before {
  content: '\e800'; }

/* 'î €' */
.revicon-export:before {
  content: '\e80b'; }

/* 'î ‹' */
.revicon-cog:before {
  content: '\e832'; }

/* 'î ²' */
.revicon-login:before {
  content: '\e833'; }

/* 'î ³' */
.revicon-logout:before {
  content: '\e834'; }

/* 'î ´' */
.revicon-video:before {
  content: '\e805'; }

/* 'î …' */
.revicon-arrow-combo:before {
  content: '\e827'; }

/* 'î §' */
.revicon-left-open-1:before {
  content: '\e82a'; }

/* 'î ª' */
.revicon-right-open-1:before {
  content: '\e82b'; }

/* 'î «' */
.revicon-left-open-mini:before {
  content: '\e822'; }

/* 'î ¢' */
.revicon-right-open-mini:before {
  content: '\e823'; }

/* 'î £' */
.revicon-left-open-big:before {
  content: '\e824'; }

/* 'î ¤' */
.revicon-right-open-big:before {
  content: '\e825'; }

/* 'î ¥' */
.revicon-left:before {
  content: '\e836'; }

/* 'î ¶' */
.revicon-right:before {
  content: '\e826'; }

/* 'î ¦' */
.revicon-ccw:before {
  content: '\e808'; }

/* 'î ˆ' */
.revicon-arrows-ccw:before {
  content: '\e806'; }

/* 'î †' */
.revicon-palette:before {
  content: '\e829'; }

/* 'î ©' */
.revicon-list-add:before {
  content: '\e80c'; }

/* 'î Œ' */
.revicon-doc:before {
  content: '\e809'; }

/* 'î ‰' */
.revicon-left-open-outline:before {
  content: '\e82e'; }

/* 'î ®' */
.revicon-left-open-2:before {
  content: '\e82c'; }

/* 'î ¬' */
.revicon-right-open-outline:before {
  content: '\e82f'; }

/* 'î ¯' */
.revicon-right-open-2:before {
  content: '\e82d'; }

/* 'î ­' */
.revicon-equalizer:before {
  content: '\e83a'; }

/* 'î º' */
.revicon-layers-alt:before {
  content: '\e804'; }

/* 'î „' */
.revicon-popup:before {
  content: '\e828'; }

/* 'î ¨' */
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%; }

.rev_slider {
  position: relative;
  overflow: visible; }

.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none; }

.tp-overflow-hidden {
  overflow: hidden !important; }

.group_ov_hidden {
  overflow: hidden; }

.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  -webkit-transition: none;
  transition: none;
  margin: 0px;
  padding: 0px;
  border: none; }

.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px; }

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px; }

.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden; }

.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important; }

.tp-caption .rs-untoggled-content {
  display: block; }

.tp-caption .rs-toggled-content {
  display: none; }

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block; }

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none; }

.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1; }

.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0; }

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top; }

/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
  cursor: url(openhand.cur), move; }

.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move; }

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important; }

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all; }

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  max-width: none !important; }

.tp-element-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: scaleX(0) scaleY(0);
          transform: scaleX(0) scaleY(0); }

.tp-parallax-wrap {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px; }

.rev_row_zone_top {
  top: 0px; }

.rev_row_zone_middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.rev_row_zone_bottom {
  bottom: 0px; }

.rev_column .tp-parallax-wrap {
  vertical-align: top; }

.rev_slider .tp-caption.rev_row {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto !important;
  font-size: 0px; }

.rev_column {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px; }

.rev_column_inner {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important; }

.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0px solid transparent; }

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap {
  text-align: inherit; }

.rev_column_inner .tp-mask-wrap {
  display: inline-block; }

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0px; }

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column {
  vertical-align: top; }

.rev_break_columns {
  display: block !important; }

.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important; }

/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative; }

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
  /*pointer-events:none;*/ }

/* new static layers position option */
.tp-static-layers-back {
  z-index: 0; }

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-layer-inner-rotation {
  position: relative !important; }

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
          filter: none !important; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0; }

.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute; }

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.videoisplaying .html5vid .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out !important;
  transition: opacity 300ms ease-out !important; }

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button {
  display: none !important; }

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important; }

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important; }

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block; }

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important; }

.videoisplaying .revicon-right-dir {
  display: none; }

.videoisplaying .tp-revstop {
  display: inline-block; }

.videoisplaying .tp-video-play-button {
  display: none; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.fullscreenvideo .fullscreenvideo audio {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.fullscreenvideo .fullcoveredvideo audio {
  -o-object-fit: cover !important;
     object-fit: cover !important; }

.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
     object-fit: cover !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, black), to(#323232));
  background-image: linear-gradient(to bottom, black 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  z-index: 5; }

.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls {
  display: none !important; }

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png); }

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  z-index: -1; }

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8); }

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }

.tp-shadow2:after,
.tp-shadow4:after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 10px;
  left: auto; }

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.tp-shadow5:before, .tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none; }

.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important; }

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px; }

/*	BUTTON COLORS	*/
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
  background-color: #21a117;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
  background-color: #ff7700;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-button.darkgrey, .tp-button.grey,
.tp-button:hover.darkgrey, .tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
  background-color: #555;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
  background-color: #888;
  box-shadow: 0px 3px 0px 0px #555; }

/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  cursor: pointer; }

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900; }

.rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  margin-left: 10px !important; }

.rev-btn.rev-hiddenicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important; }

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important; }

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i {
  font-size: 14px;
  top: 0px; }

/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i {
  font-size: 12px;
  top: 0px; }

/* ROUNDING OPTIONS */
.rev-maxround {
  border-radius: 30px; }

.rev-minround {
  border-radius: 3px; }

/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  -webkit-transition: .7s;
  transition: .7s;
  pointer-events: none;
  -webkit-transform-style: flat !important;
          transform-style: flat !important; }

.rev-burger span:nth-child(2) {
  margin: 3px 0; }

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg); }

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0; }

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  -webkit-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg); }

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2); }

.rev-burger.revb-white span {
  background: #fff; }

.rev-burger.revb-whitenoborder {
  border: 0; }

.rev-burger.revb-whitenoborder span {
  background: #fff; }

.rev-burger.revb-darknoborder {
  border: 0; }

.rev-burger.revb-darknoborder span {
  background: #333; }

.rev-burger.revb-whitefull {
  background: #fff;
  border: none; }

.rev-burger.revb-whitefull span {
  background: #333; }

.rev-burger.revb-darkfull {
  background: #333;
  border: none; }

.rev-burger.revb-darkfull span {
  background: #fff; }

/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px; }

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px; }

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #ffffff; }

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8; }

.rev-scroll-btn.revs-fullwhite {
  background: #fff; }

.rev-scroll-btn.revs-fullwhite span {
  background: #333; }

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none; }

.rev-scroll-btn.revs-fulldark span {
  background: #fff; }

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
          animation: rev-ani-mouse 2.5s linear infinite; }

.rev-scroll-btn.revs-dark {
  border-color: #333; }

.rev-scroll-btn.revs-dark span {
  background: #333; }

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer; }

.rev-cbutton-dark-sr {
  border-radius: 3px; }

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px; }

.rev-sbutton-blue {
  background-color: #3B5998; }

.rev-sbutton-lightblue {
  background-color: #00A0D1; }

.rev-sbutton-red {
  background-color: #DD4B39; }

/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px; }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1; }

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat; }

.tp-shape {
  width: 100%;
  height: 100%; }

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.tp-caption .rs-starring {
  display: inline-block; }

.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important; }

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important; }

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important; }

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0; }

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
          animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
          animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px; }

.tp-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
          animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
          animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
          animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
          animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

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

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

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0px;
  left: 0px; }

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box; }

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1; }

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important; }

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important; }

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff; }

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000; }

.tparrows:hover {
  background: #000; }

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center; }

.tparrows.tp-leftarrow:before {
  content: '\e824'; }

.tparrows.tp-rightarrow:before {
  content: '\e825'; }

/***************************
	- KEN BURNS FIXES -
***************************/
body.rtl .tp-kbimg {
  left: 0 !important; }

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4); }

/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal; }

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px; }

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important; }

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll; }

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden {
  -webkit-filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
          filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2); }

.aden::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken; }

.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5; }

.inkwell {
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); }

.perpetua::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#005b9a), to(#e6c13d));
  background: linear-gradient(to bottom, #005b9a, #e6c13d); }

.reyes {
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }

.reyes::after {
  background: #efcdad; }

.gingham {
  -webkit-filter: brightness(1.05) hue-rotate(-10deg);
          filter: brightness(1.05) hue-rotate(-10deg); }

.gingham::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken; }

.toaster {
  -webkit-filter: contrast(1.5) brightness(0.9);
          filter: contrast(1.5) brightness(0.9); }

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen; }

.walden {
  -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
          filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); }

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3; }

.hudson {
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); }

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5; }

.earlybird {
  -webkit-filter: contrast(0.9) sepia(0.2);
          filter: contrast(0.9) sepia(0.2); }

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay; }

.mayfair {
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); }

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4; }

.lofi {
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); }

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply; }

._1977 {
  -webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
          filter: contrast(1.1) brightness(1.1) saturate(1.3); }

._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen; }

.brooklyn {
  -webkit-filter: contrast(0.9) brightness(1.1);
          filter: contrast(0.9) brightness(1.1); }

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay; }

.xpro2 {
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); }

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn; }

.nashville {
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
          filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); }

.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten; }

.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken; }

.lark {
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); }

.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken; }

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge; }

.moon {
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); }

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light; }

.moon::after {
  background: #383838;
  mix-blend-mode: lighten; }

.clarendon {
  -webkit-filter: contrast(1.2) saturate(1.35);
          filter: contrast(1.2) saturate(1.35); }

.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay; }

.willow {
  -webkit-filter: grayscale(0.5) contrast(0.95) brightness(0.9);
          filter: grayscale(0.5) contrast(0.95) brightness(0.9); }

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay; }

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color; }

.rise {
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); }

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6; }

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply; }

._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none; }

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative; }

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1; }

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2; }

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3; }

.slumber {
  -webkit-filter: saturate(0.66) brightness(1.05);
          filter: saturate(0.66) brightness(1.05); }

.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light; }

.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten; }

.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {
  height: 500%;
  width: 500%; }

section.about-us-content {
  text-align: left; }
  section.about-us-content .left-image {
    margin-bottom: 30px;
    margin-right: 0px; }
    @media (min-width: 992px) {
      section.about-us-content .left-image {
        margin-right: 30px;
        margin-bottom: 0px; } }
    section.about-us-content .left-image img {
      width: 100%; }
  section.about-us-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-bottom: 30px; }
  section.about-us-content p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important; }
  section.about-us-content .border-dark-button {
    margin-top: 40px; }
  section.about-us-content .info-items {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      section.about-us-content .info-items {
        margin-top: 100px;
        padding-top: 100px;
        padding-bottom: 100px; } }
    section.about-us-content .info-items ul li {
      margin: 30px 5px; }
      @media (min-width: 992px) {
        section.about-us-content .info-items ul li {
          margin: 20px 5px; } }
      section.about-us-content .info-items ul li:last-child {
        margin-bottom: 0px; }
  section.about-us-content ul.social-icons {
    margin-top: 80px;
    border-top: 1px solid #eee;
    padding-top: 80px; }
    section.about-us-content ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      section.about-us-content ul.social-icons li a {
        width: 38px;
        height: 38px;
        background-color: #2a2a2a;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.about-us-content ul.social-icons li a:hover {
          background-color: #0e0e0e; }

section.recent-entries {
  margin-top: 50px; }
  @media (min-width: 992px) {
    section.recent-entries {
      margin-top: 100px; } }
  section.recent-entries .section-heading {
    text-align: center; }
  section.recent-entries .entries-item {
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    @media (min-width: 992px) {
      section.recent-entries .entries-item {
        margin-bottom: 0px; } }
    section.recent-entries .entries-item .thumb {
      position: relative;
      overflow: hidden; }
      section.recent-entries .entries-item .thumb img {
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 100%;
        overflow: hidden;
        margin-bottom: -8px; }
    section.recent-entries .entries-item .down-content {
      margin-top: -5px;
      padding: 30px; }
      section.recent-entries .entries-item .down-content span.date {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #2a2a2a;
        background-color: #fff;
        position: absolute;
        z-index: 5;
        left: 25px;
        top: 10px;
        padding: 6px 10px;
        -webkit-transition: all .5s;
        transition: all .5s; }
      section.recent-entries .entries-item .down-content span.info {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px; }
        section.recent-entries .entries-item .down-content span.info a {
          color: #777; }
          section.recent-entries .entries-item .down-content span.info a:hover {
            color: #0e0e0e; }
          section.recent-entries .entries-item .down-content span.info a:first-child {
            margin-right: 8px; }
          section.recent-entries .entries-item .down-content span.info a:last-child {
            margin-left: 8px; }
      section.recent-entries .entries-item .down-content h4 {
        border-top: 1px solid #eee;
        padding-top: 20px;
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 20px; }
      section.recent-entries .entries-item .down-content p {
        margin-bottom: 0px; }
      section.recent-entries .entries-item .down-content .text-button {
        margin-top: 20px;
        margin-bottom: 5px; }
    section.recent-entries .entries-item:hover .thumb img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    section.recent-entries .entries-item:hover .down-content span.date {
      color: #0e0e0e; }

section.right-sidebar-blog .portfolio-filters {
  text-align: center !important; }
  @media (min-width: 992px) {
    section.right-sidebar-blog .portfolio-filters {
      text-align: left !important; } }

section.full-width-blog {
  margin-top: 0px; }
  section.full-width-blog .portfolio-filters {
    margin-bottom: 65px;
    text-align: center; }
    @media (min-width: 992px) {
      section.full-width-blog .portfolio-filters {
        text-align: center; } }
    section.full-width-blog .portfolio-filters ul li {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a2a2a;
      margin-right: 35px;
      cursor: pointer;
      position: relative; }
      section.full-width-blog .portfolio-filters ul li:after {
        width: 6px;
        height: 1px;
        background-color: #090909;
        content: '';
        left: 0;
        bottom: -2px;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s; }
      section.full-width-blog .portfolio-filters ul li:last-child {
        margin-right: 0px; }
      section.full-width-blog .portfolio-filters ul li:hover:after {
        width: 100%; }
    section.full-width-blog .portfolio-filters ul li.active:after {
      width: 100%; }
  section.full-width-blog .entries-item {
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 10px; }
    section.full-width-blog .entries-item .thumb img {
      width: 100%;
      overflow: hidden; }
    section.full-width-blog .entries-item .down-content {
      margin-top: 10px; }
      section.full-width-blog .entries-item .down-content span.date {
        font-size: 13px;
        color: #7a7a7a;
        font-style: italic;
        display: inline-block; }
      section.full-width-blog .entries-item .down-content h4 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px; }
      section.full-width-blog .entries-item .down-content p {
        margin-bottom: 25px; }
      section.full-width-blog .entries-item .down-content .border-dark-button {
        border-top: none;
        padding-top: 0px;
        text-align: left;
        margin-top: 0px; }
  section.full-width-blog .sidebar-filter {
    margin-left: 0px;
    border-top: 1px solid #eee;
    margin-top: 60px;
    padding-top: 60px; }
    @media (min-width: 992px) {
      section.full-width-blog .sidebar-filter {
        padding-top: 0px;
        margin-top: 0px;
        border-top: none;
        margin-left: 45px; } }
    section.full-width-blog .sidebar-filter .sidebar-widget {
      border-bottom: 1px solid #eee;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      section.full-width-blog .sidebar-filter .sidebar-widget h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 25px; }
    section.full-width-blog .sidebar-filter .search-box input {
      width: 100%;
      height: 44px;
      border-radius: 5px;
      border: 1px solid #2a2a2a;
      font-size: 14px;
      padding: 0px 15px;
      background-color: transparent;
      outline: none; }
    section.full-width-blog .sidebar-filter .recent-posts ul li {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%; }
      section.full-width-blog .sidebar-filter .recent-posts ul li img {
        float: left;
        margin-right: 15px; }
      section.full-width-blog .sidebar-filter .recent-posts ul li .right-content {
        display: inline-block; }
        section.full-width-blog .sidebar-filter .recent-posts ul li .right-content span {
          font-size: 13px;
          color: #7a7a7a;
          font-style: italic;
          display: inline-block; }
        section.full-width-blog .sidebar-filter .recent-posts ul li .right-content h6 {
          font-size: 15px;
          font-weight: 600;
          margin-top: 12px;
          margin-bottom: 5px;
          text-transform: capitalize;
          -webkit-transition: all .3s;
          transition: all .3s; }
      section.full-width-blog .sidebar-filter .recent-posts ul li:last-child {
        margin-bottom: 0px; }
      section.full-width-blog .sidebar-filter .recent-posts ul li:hover .right-content h6 {
        color: #0e0e0e; }
    section.full-width-blog .sidebar-filter .products-categories ul li {
      margin-bottom: 6px;
      width: 100%; }
      section.full-width-blog .sidebar-filter .products-categories ul li:last-child {
        margin-bottom: 0px; }
      section.full-width-blog .sidebar-filter .products-categories ul li a {
        font-size: 13px;
        color: #777; }
        section.full-width-blog .sidebar-filter .products-categories ul li a em {
          font-style: normal;
          float: right; }
        section.full-width-blog .sidebar-filter .products-categories ul li a:hover {
          color: #2a2a2a; }
    section.full-width-blog .sidebar-filter .promotion-widget {
      border-bottom: none; }
      section.full-width-blog .sidebar-filter .promotion-widget .thumb {
        position: relative; }
        section.full-width-blog .sidebar-filter .promotion-widget .thumb img {
          width: 100%;
          overflow: hidden; }
        section.full-width-blog .sidebar-filter .promotion-widget .thumb .inner-content {
          position: absolute;
          bottom: 0;
          left: 20px; }
          section.full-width-blog .sidebar-filter .promotion-widget .thumb .inner-content span.banner {
            background-color: #2a2a2a;
            color: #fff;
            font-size: 10px;
            letter-spacing: 0.25px;
            font-weight: 300;
            text-transform: uppercase;
            padding: 5px 10px;
            border-radius: 5px;
            display: inline-block; }
          section.full-width-blog .sidebar-filter .promotion-widget .thumb .inner-content h4 {
            margin-top: 10px;
            font-size: 16px;
            font-weight: 400; }
            section.full-width-blog .sidebar-filter .promotion-widget .thumb .inner-content h4 em {
              font-style: normal;
              font-weight: 700; }
  section.full-width-blog .border-dark-button {
    border-top: 1px solid #eee;
    padding-top: 60px;
    text-align: center;
    margin-top: 30px; }

section.grid-right-sidebar-blog .portfolio-filters {
  text-align: center; }
  @media (min-width: 992px) {
    section.grid-right-sidebar-blog .portfolio-filters {
      text-align: left; } }

section.grid-right-sidebar-blog .entries-item {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

section.grid-right-sidebar-blog .last-entries-item {
  border-bottom: none;
  padding-bottom: 0px; }

section.grid-right-sidebar-blog .sidebar-filter {
  margin-left: 0px;
  border-top: 1px solid #eee;
  margin-top: 60px;
  padding-top: 60px; }
  @media (min-width: 992px) {
    section.grid-right-sidebar-blog .sidebar-filter {
      padding-top: 0px;
      margin-top: 0px;
      border-top: none;
      margin-left: 30px; } }

section.post-details-content {
  margin-top: 80px; }
  section.post-details-content .project-heading {
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 992px) {
      section.post-details-content .project-heading {
        margin-bottom: 60px; } }
    section.post-details-content .project-heading h2 {
      font-size: 32px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-bottom: 30px; }
  section.post-details-content img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      section.post-details-content img {
        margin-bottom: 30px; } }
  section.post-details-content p {
    margin-top: 0px; }
  section.post-details-content p.center-paragraph {
    margin-top: 0px;
    margin-bottom: 30px; }
  section.post-details-content .project-pagination {
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #eee; }
    section.post-details-content .project-pagination ul li {
      display: inline-block; }
      section.post-details-content .project-pagination ul li a {
        font-size: 14px;
        font-weight: 700;
        color: #2a2a2a;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative; }
        section.post-details-content .project-pagination ul li a:after {
          width: 10px;
          height: 1px;
          background-color: #090909;
          content: '';
          left: 0;
          bottom: -5px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.post-details-content .project-pagination ul li a i {
          margin-right: 5px; }
        section.post-details-content .project-pagination ul li a:hover {
          color: #0e0e0e; }
          section.post-details-content .project-pagination ul li a:hover:after {
            width: 100%;
            background-color: #0e0e0e; }
      section.post-details-content .project-pagination ul li:last-child {
        float: right; }
        section.post-details-content .project-pagination ul li:last-child a i {
          margin-left: 5px;
          margin-right: 0px; }

section.post-comments {
  margin-top: 65px;
  padding-top: 80px;
  border-top: 1px solid #eee; }
  section.post-comments .comments-title h2,
  section.post-comments .leave-comment-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px; }
  section.post-comments .leave-comment-title h2 {
    margin-top: 65px;
    padding-top: 60px;
    border-top: 1px solid #eee;
    margin-bottom: 0px; }
  section.post-comments .leave-comment-title span {
    display: inline-block;
    margin-bottom: 45px; }
  section.post-comments ul.comments {
    padding: 0;
    margin-top: 80px;
    list-style: none; }
    section.post-comments ul.comments li {
      display: inline-block;
      position: relative;
      border-bottom: 1px dashed #e7e7e7;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      section.post-comments ul.comments li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }
      section.post-comments ul.comments li .comment-author-image img {
        float: left;
        width: 90px; }
      section.post-comments ul.comments li .right-content {
        margin-left: 110px; }
        section.post-comments ul.comments li .right-content h6 {
          font-size: 17px;
          text-transform: capitalize;
          margin-bottom: 2px; }
          section.post-comments ul.comments li .right-content h6 span {
            text-transform: uppercase;
            font-size: 13px;
            color: #777;
            font-weight: 600;
            margin-left: 15px; }
        section.post-comments ul.comments li .right-content a.reply-button {
          position: absolute;
          left: 0%;
          top: 100px;
          width: 90px;
          text-align: center;
          background-color: #0e0e0e;
          color: #fff;
          padding: 5px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media (min-width: 992px) {
            section.post-comments ul.comments li .right-content a.reply-button {
              position: relative;
              right: 0;
              top: 0;
              background-color: transparent;
              padding: 0;
              color: #2a2a2a; }
              section.post-comments ul.comments li .right-content a.reply-button:hover {
                color: #0e0e0e;
                background-color: transparent !important; } }
          section.post-comments ul.comments li .right-content a.reply-button:hover {
            background-color: #2a2a2a; }
        section.post-comments ul.comments li .right-content p {
          margin-bottom: 0px;
          margin-top: 16px; }
    section.post-comments ul.comments li.replied {
      padding-left: 0px; }
      @media (min-width: 992px) {
        section.post-comments ul.comments li.replied {
          padding-left: 110px; } }
    section.post-comments ul.comments li.replied-double {
      padding-left: 0px; }
      @media (min-width: 992px) {
        section.post-comments ul.comments li.replied-double {
          padding-left: 220px; } }
  section.post-comments form input {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #2a2a2a;
    font-size: 14px;
    padding: 0px 15px;
    background-color: transparent;
    outline: none;
    margin-bottom: 30px; }
  section.post-comments form textarea {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #2a2a2a;
    font-size: 14px;
    padding: 15px;
    background-color: transparent;
    outline: none;
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 200px; }
  section.post-comments form button {
    margin-top: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #2a2a2a;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    width: 100%;
    height: 44px;
    border: none;
    padding: 12px 25px;
    outline: none; }
    section.post-comments form button:hover {
      background-color: #0e0e0e; }

.error-page {
  height: calc(100vh - 106px);
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden; }
  .error-page .left-content {
    text-align: center;
    padding-right: 30px; }
    .error-page .left-content h1 {
      font-size: 72px;
      font-weight: bold;
      margin: 0px;
      width: 350px;
      height: 350px;
      display: inline-block;
      text-align: center;
      line-height: 350px;
      background-color: #f7f7f7;
      border-radius: 50%; }
    @media (min-width: 992px) {
      .error-page .left-content {
        text-align: right; } }
  .error-page .right-content {
    margin-top: 30px;
    text-align: center;
    padding-left: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
    .error-page .right-content h4 {
      font-size: 26px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 20px; }
    .error-page .right-content span {
      margin: 0px;
      font-style: italic; }
    .error-page .right-content .border-button {
      margin-top: 30px; }
    @media (min-width: 992px) {
      .error-page .right-content {
        margin-top: 0px;
        padding-left: 30px;
        text-align: left; } }

section.contact-us-content {
  text-align: left; }
  section.contact-us-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-bottom: 30px; }
  section.contact-us-content p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important; }
  section.contact-us-content .border-dark-button {
    margin-top: 40px; }
  section.contact-us-content .info-items {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      section.contact-us-content .info-items {
        margin-top: 100px;
        padding-top: 100px;
        padding-bottom: 100px; } }
    section.contact-us-content .info-items ul li {
      margin: 30px 5px; }
      @media (min-width: 992px) {
        section.contact-us-content .info-items ul li {
          margin: 20px 5px; } }
      section.contact-us-content .info-items ul li:last-child {
        margin-bottom: 0px; }
  section.contact-us-content #map {
    margin-left: 0px;
    margin-top: 45px; }
    @media (min-width: 992px) {
      section.contact-us-content #map {
        margin-top: 0px;
        margin-left: 30px; } }
  section.contact-us-content ul.social-icons {
    margin-top: 80px;
    border-top: 1px solid #eee;
    padding-top: 80px; }
    section.contact-us-content ul.social-icons li {
      display: inline-block;
      margin: 0px 5px; }
      section.contact-us-content ul.social-icons li a {
        width: 38px;
        height: 38px;
        background-color: #2a2a2a;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s; }
        section.contact-us-content ul.social-icons li a:hover {
          background-color: #0e0e0e; }

.info-content h4 {
  font-size: 20px; }

.info-content ul li {
  text-align: center;
  color: #2a2a2a;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px; }
  .info-content ul li span {
    margin-top: 4px;
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #777; }
  .info-content ul li:last-child {
    margin-bottom: 0px; }

section.product-details-v1 {
  margin-top: 0px; }
  @media (min-width: 992px) {
    section.product-details-v1 {
      margin-top: 65px; } }
  section.product-details-v1 .flexslider {
    margin-bottom: 30px;
    position: relative; }
    section.product-details-v1 .flexslider .flex-direction-nav a:before {
      font-size: 22px; }
    section.product-details-v1 .flexslider .flex-control-nav {
      width: auto; }
    section.product-details-v1 .flexslider .flex-control-thumbs {
      position: absolute;
      bottom: 20px;
      left: 10px;
      right: 10px; }
    section.product-details-v1 .flexslider .flex-control-thumbs li {
      width: 20%;
      margin: 0px 7px; }
      @media (min-width: 992px) {
        section.product-details-v1 .flexslider .flex-control-thumbs li {
          width: 20%;
          margin: 0px 10px; } }
  section.product-details-v1 .right-content {
    margin-left: 00px; }
    @media (min-width: 992px) {
      section.product-details-v1 .right-content {
        margin-left: 30px; } }
    section.product-details-v1 .right-content span.price {
      font-size: 24px;
      font-weight: 700;
      color: #0e0e0e; }
    section.product-details-v1 .right-content h4 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px; }
    section.product-details-v1 .right-content ul.info {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 25px 0px; }
      section.product-details-v1 .right-content ul.info li {
        display: inline-block;
        margin-right: 30px; }
        section.product-details-v1 .right-content ul.info li:last-child {
          margin-right: 0px; }
        section.product-details-v1 .right-content ul.info li ul.stars {
          padding: 0;
          margin: 0; }
          section.product-details-v1 .right-content ul.info li ul.stars li {
            margin-right: 0px;
            display: inline-block; }
            section.product-details-v1 .right-content ul.info li ul.stars li i {
              color: #0e0e0e;
              font-size: 15px; }
            section.product-details-v1 .right-content ul.info li ul.stars li:last-child i {
              color: #ddd; }
        section.product-details-v1 .right-content ul.info li span {
          font-size: 14px;
          font-style: italic;
          color: #777; }
        section.product-details-v1 .right-content ul.info li a {
          font-size: 14px;
          font-weight: 700;
          color: #2a2a2a;
          text-transform: uppercase; }
          section.product-details-v1 .right-content ul.info li a:hover {
            color: #0e0e0e; }
    section.product-details-v1 .right-content p {
      margin-top: 30px; }
    section.product-details-v1 .right-content form {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 30px 0px; }
      section.product-details-v1 .right-content form input {
        width: 50px;
        height: 44px;
        border-radius: 5px;
        border: 1px solid #2a2a2a;
        font-size: 14px;
        padding: 0px 15px;
        background-color: transparent;
        outline: none;
        float: left;
        text-align: center; }
      section.product-details-v1 .right-content form button {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        background-color: #2a2a2a;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 5px;
        height: 44px;
        border: none;
        padding: 12px 30px;
        outline: none;
        margin-left: 15px; }
        section.product-details-v1 .right-content form button:hover {
          background-color: #0e0e0e; }
    section.product-details-v1 .right-content span.tags {
      display: inline-block;
      margin-top: 25px; }
      section.product-details-v1 .right-content span.tags a {
        font-size: 13px;
        font-style: italic;
        color: #777; }
        section.product-details-v1 .right-content span.tags a:hover {
          color: #2a2a2a; }

section.product-details-v2 {
  margin-top: 0px; }
  @media (min-width: 992px) {
    section.product-details-v2 {
      margin-top: 120px; } }
  section.product-details-v2 span.tags {
    margin-top: 0px !important; }
  section.product-details-v2 h4 {
    margin-top: 25px;
    margin-bottom: 15px !important; }
  section.product-details-v2 ul.stars {
    padding: 0;
    margin-left: 20px;
    display: inline-block; }
    section.product-details-v2 ul.stars li {
      margin-right: 0px;
      display: inline-block; }
      section.product-details-v2 ul.stars li i {
        color: #0e0e0e;
        font-size: 15px; }
      section.product-details-v2 ul.stars li:last-child i {
        color: #ddd; }
  section.product-details-v2 p {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 5px; }
  section.product-details-v2 form button {
    padding: 12px 30px !important; }
    @media (min-width: 992px) {
      section.product-details-v2 form button {
        padding: 12px 100px !important; } }

section.product-info {
  margin-top: 60px; }
  section.product-info #tabs {
    padding-top: 80px;
    padding-bottom: 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    section.product-info #tabs ul li {
      display: inline-block;
      margin-right: 10px;
      text-align: left;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        section.product-info #tabs ul li {
          display: inline-block;
          margin-right: 40px;
          text-align: left;
          margin-bottom: 0px; } }
      section.product-info #tabs ul li a {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        color: #2a2a2a;
        margin-right: 5px;
        cursor: pointer;
        position: relative; }
        @media (min-width: 992px) {
          section.product-info #tabs ul li a {
            font-size: 16px;
            margin-right: 35px; } }
        section.product-info #tabs ul li a:after {
          width: 6px;
          height: 1px;
          background-color: #090909;
          content: '';
          left: 0;
          bottom: -2px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.product-info #tabs ul li a:last-child {
          margin-right: 0px; }
        section.product-info #tabs ul li a:hover:after {
          width: 100%; }
    section.product-info #tabs ul li.ui-state-active a:after {
      width: 100%; }
    section.product-info #tabs .tabs-content {
      margin-top: 30px;
      text-align: left; }
      @media (min-width: 992px) {
        section.product-info #tabs .tabs-content {
          text-align: left; } }
      section.product-info #tabs .tabs-content ul.reviews li {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-align: center;
                align-items: center;
        position: relative;
        border-bottom: 1px dashed #e7e7e7;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        section.product-info #tabs .tabs-content ul.reviews li:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border-bottom: none; }
        section.product-info #tabs .tabs-content ul.reviews li .review-author-image {
          width: 70px;
          display: inline-block; }
          section.product-info #tabs .tabs-content ul.reviews li .review-author-image img {
            max-width: 70px; }
        section.product-info #tabs .tabs-content ul.reviews li .name-date {
          padding: 0px 15px 0px 30px;
          display: inline-block;
          width: auto; }
          section.product-info #tabs .tabs-content ul.reviews li .name-date h6 {
            font-size: 17px;
            text-transform: capitalize;
            margin-bottom: 2px; }
            section.product-info #tabs .tabs-content ul.reviews li .name-date h6 span {
              width: 100%;
              margin-top: 5px;
              display: block;
              text-transform: uppercase;
              font-size: 13px;
              color: #777;
              font-weight: 600; }
        section.product-info #tabs .tabs-content ul.reviews li ul.rate {
          width: auto;
          padding: 0px 15px; }
          section.product-info #tabs .tabs-content ul.reviews li ul.rate li {
            width: auto;
            display: inline;
            margin: 0px;
            border: none;
            padding: 0px; }
            section.product-info #tabs .tabs-content ul.reviews li ul.rate li i {
              color: #0e0e0e; }
        section.product-info #tabs .tabs-content ul.reviews li .right-content {
          -webkit-box-flex: 0;
                  flex: 0 0 65%;
          padding-left: 30px; }
          section.product-info #tabs .tabs-content ul.reviews li .right-content p {
            margin-bottom: 0px;
            margin-top: 0px; }

section.related-products {
  margin-top: 55px;
  margin-bottom: -60px; }
  @media (min-width: 992px) {
    section.related-products {
      margin-bottom: 0px; } }

.product-details-v2 .accordion {
  width: 100%;
  margin-top: 30px; }

.product-details-v2 .accordion li {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.product-details-v2 .accordion li:last-child {
  margin-bottom: 0px;
  border-bottom: none; }

.product-details-v2 .accordion li p {
  display: none;
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding: 15px 0px 10px 0px;
  border-top: none; }

.product-details-v2 .accordion a {
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  color: #2a2a2a;
  text-indent: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.product-details-v2 .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 5px;
  content: " ";
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-details-v2 .accordion p em {
  font-style: normal;
  color: #000; }

.product-details-v2 a.active:after {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #0e0e0e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-details-v2 a.active {
  color: #0e0e0e; }

section.related-products-v2 {
  margin-top: 55px;
  margin-bottom: -60px; }
  @media (min-width: 992px) {
    section.related-products-v2 {
      margin-bottom: 0px; } }
  section.related-products-v2 .section-heading {
    padding-top: 80px;
    border-top: 1px solid #eee; }

section.project-details-v1 {
  margin-top: 35px; }
  section.project-details-v1 .project-heading {
    margin-bottom: 30px;
    text-align: left;
    margin-right: 0px; }
    @media (min-width: 992px) {
      section.project-details-v1 .project-heading {
        margin-right: 30px;
        margin-bottom: 80px; } }
    section.project-details-v1 .project-heading h2 {
      font-size: 32px;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-bottom: 30px; }
  section.project-details-v1 .info-items {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    right: 0px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px; }
    @media (min-width: 992px) {
      section.project-details-v1 .info-items {
        position: absolute;
        width: 280px;
        right: 30px;
        margin-bottom: 0px; } }
    section.project-details-v1 .info-items ul {
      padding: 45px;
      text-align: center; }
      section.project-details-v1 .info-items ul li {
        text-align: left;
        display: inline-block;
        width: 40%;
        margin-right: 8%; }
        @media (min-width: 992px) {
          section.project-details-v1 .info-items ul li {
            text-align: left;
            display: block;
            width: auto; } }
        section.project-details-v1 .info-items ul li span a {
          font-weight: 400;
          font-size: 14px;
          color: #777; }
          section.project-details-v1 .info-items ul li span a i {
            margin-right: 10px;
            font-size: 16px; }
            section.project-details-v1 .info-items ul li span a i::last-child {
              margin-right: 0px; }
          section.project-details-v1 .info-items ul li span a:hover {
            color: #0e0e0e; }
  section.project-details-v1 img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      section.project-details-v1 img {
        margin-bottom: 30px; } }
  section.project-details-v1 .project-pagination {
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #eee; }
    section.project-details-v1 .project-pagination ul li {
      display: inline-block; }
      section.project-details-v1 .project-pagination ul li a {
        font-size: 14px;
        font-weight: 700;
        color: #2a2a2a;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative; }
        section.project-details-v1 .project-pagination ul li a:after {
          width: 10px;
          height: 1px;
          background-color: #090909;
          content: '';
          left: 0;
          bottom: -5px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.project-details-v1 .project-pagination ul li a i {
          margin-right: 5px; }
        section.project-details-v1 .project-pagination ul li a:hover {
          color: #0e0e0e; }
          section.project-details-v1 .project-pagination ul li a:hover:after {
            width: 100%;
            background-color: #0e0e0e; }
      section.project-details-v1 .project-pagination ul li:last-child {
        float: right; }
        section.project-details-v1 .project-pagination ul li:last-child a i {
          margin-left: 5px;
          margin-right: 0px; }

section.project-details-v2 {
  margin-top: 65px; }
  section.project-details-v2 .project-heading {
    margin-bottom: 60px;
    text-align: center; }
    section.project-details-v2 .project-heading h2 {
      font-size: 32px;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-bottom: 30px; }
    section.project-details-v2 .project-heading p {
      margin-bottom: 0px; }
  section.project-details-v2 .info-items {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    position: relative; }
    @media (min-width: 992px) {
      section.project-details-v2 .info-items {
        margin-bottom: -70px; } }
    section.project-details-v2 .info-items ul {
      padding: 45px 45px 25px 45px; }
      @media (min-width: 992px) {
        section.project-details-v2 .info-items ul {
          padding: 45px; } }
      section.project-details-v2 .info-items ul li {
        margin-bottom: 20px;
        margin-right: 8%;
        display: inline-block;
        text-align: left;
        width: 40%; }
        @media (min-width: 992px) {
          section.project-details-v2 .info-items ul li {
            margin-bottom: 0px;
            width: auto;
            margin-right: 60px; } }
        section.project-details-v2 .info-items ul li span a {
          font-weight: 400;
          font-size: 14px;
          color: #777; }
          section.project-details-v2 .info-items ul li span a i {
            margin-right: 10px;
            font-size: 16px; }
            section.project-details-v2 .info-items ul li span a i::last-child {
              margin-right: 0px; }
          section.project-details-v2 .info-items ul li span a:hover {
            color: #0e0e0e; }
  section.project-details-v2 img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      section.project-details-v2 img {
        margin-bottom: 30px; } }
  section.project-details-v2 .project-pagination {
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #eee; }
    section.project-details-v2 .project-pagination ul li {
      display: inline-block; }
      section.project-details-v2 .project-pagination ul li a {
        font-size: 14px;
        font-weight: 700;
        color: #2a2a2a;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative; }
        section.project-details-v2 .project-pagination ul li a:after {
          width: 10px;
          height: 1px;
          background-color: #090909;
          content: '';
          left: 0;
          bottom: -5px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.project-details-v2 .project-pagination ul li a i {
          margin-right: 5px; }
        section.project-details-v2 .project-pagination ul li a:hover {
          color: #0e0e0e; }
          section.project-details-v2 .project-pagination ul li a:hover:after {
            width: 100%;
            background-color: #0e0e0e; }
      section.project-details-v2 .project-pagination ul li:last-child {
        float: right; }
        section.project-details-v2 .project-pagination ul li:last-child a i {
          margin-left: 5px;
          margin-right: 0px; }


.add_slide_wht { color: #ffffff !important; }
.tp-caption em { color: #ffffff !important; }

@media screen and (max-width: 497px) {
	.tp-caption { font-size: 22px !important; }
	.tp-caption em { font-size: 22px !important; }
	.slide-description p { font-size: 13px !important; }
}

