@charset "utf-8";
/*
Theme Name: Boutiquetheme
Theme URI: http://demo.lanethemes.com
Author: LaneThemes
Author URI: http://lanethemes.com
Text Domain: boutiquetheme
Description: <strong>WordPress theme for shop by <a href="http://lanethemes.com" target="_blank">LaneThemes</a></strong>
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic
 * 3.0 - Header
 * 4.0 - Content
 *   4.1 - Single post
 *   4.2 - Archive Page
 *   4.3 - Comments
 *   4.4 - 404 Page
 * 5.0 - Sidebar
 * 6.0 - Footer
 * 7.0 - Megamenu
 * 8.0 - Offcanvas
 * 9.0 - Responsive
 * -----------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 1.0 Reset
 * --------------------------------------------------------------------------------
 */
a {
  color: #f69b0d;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
a:hover {
  color: #f69b0d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}
address {
  line-height: 1.8;
}
.float-none {
  float: none!important;
}
.audio-responsive {
  padding-bottom: 30.25%;
}
.video-responsive {
  padding-bottom: 56.25%;
}
.video-responsive,
.audio-responsive {
  height: 0;
  padding-top: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.audio-responsive embed,
.video-responsive iframe,
.audio-responsive iframe,
.video-responsive object,
.audio-responsive object,
.video-responsive video,
.audio-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .lane-panel {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .lane-panel + .lane-panel {
  margin-top: 10px;
}
.panel-group .lane-panel .panel-title {
  font-size: .857em;
  text-transform: uppercase;
}
.panel-group .lane-panel .panel-title a {
  display: block;
}
.logged-in .uk-offcanvas-bar {
  padding-top: 32px;
}
/**
 * --------------------------------------------------------------------------------
 * Basic Structure
 * --------------------------------------------------------------------------------
 */
body {
  background-color: #ffffff;
  color: #666666;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.8;
}
body.boxed {
  background: #eeeeee;
}
body.boxed .page-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  background: #fff;
}
body.boxed header.page-header.header-sticky {
  max-width: 1260px;
  margin: 0 auto;
}
body.boxed .footer-visual-composer.clear-footer .footer1-top {
  background-color: #ffffff;
  padding-bottom: 30px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 none;
  -webkit-text-rendering: optimizelegibility;
  -moz-text-rendering: optimizelegibility;
  -ms-text-rendering: optimizelegibility;
  -o-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}
/* TOOL TIP */
.tipr_content {
  color: #FFF;
  padding: 5px 10px 7px;
  text-align: center;
  font-size: 80%;
}
.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}
.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -40px;
  z-index: 1000;
}
.tipr_point_top,
.tipr_point_bottom {

  position: relative;
  background: #111;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.95;
}
.tipr_point_top:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after {
  border-top-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after {
  border-bottom-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 5px;
  border: 1px solid #eee;
}
th {
  font-weight: bold;
  font-size: 14px;
  background: #f5f5f5;
}
tr:hover {
  background: #f9f9f9;
}
.primarycolor {
  color: #f69b0d;
}
.scheme {
  color: #000000;
}
.yellow {
  color: #fed424;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.grey {
  color: #cccccc;
}
.greycolor {
  color: #909295;
}
.lightgreycolor {
  color: #bababa;
}
.blue {
  color: #009eca;
}
.green {
  color: #38cc00;
}
.red {
  color: #e74c3c;
}
.dark {
  color: #333333;
}
.light {
  color: #dddddd;
}
.orange {
  color: #f6ba70;
}
.lightblue {
  color: #58c5c0;
}
.darkblue {
  color: #42555c;
}
.brown {
  color: brown;
}
ul.nav li > a:hover,
ol.nav li > a:hover,
ul li > a:hover,
ol li > a:hover,
ul.nav li > a:focus,
ol.nav li > a:focus,
ul li > a:focus,
ol li > a:focus,
ul.nav li > a:active,
ol.nav li > a:active,
ul li > a:active,
ol li > a:active {
  background: transparent;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.align-center,
.text-center {
  text-align: center;
}
.align-left,
.text-left {
  text-align: left;
}
.align-right,
.text-right {
  text-align: right;
}
.radio,
.checkbox {
  padding-left: 0;
}
.alert-success {
  margin-bottom: 20px;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
.letter-spacing-6 {
  letter-spacing: 6px !important;
}
.letter-spacing-7 {
  letter-spacing: 7px !important;
}
.letter-spacing-8 {
  letter-spacing: 8px !important;
}
.letter-spacing-9 {
  letter-spacing: 9px !important;
}
.letter-spacing-10 {
  letter-spacing: 10px !important;
}
.btn.btn-default,
.lane-btn {
  background: transparent;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #747474;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: medium none;
  padding: 10px 25px;
  position: relative;
  -webkit-text-shadow: 0 0 0;
  -moz-text-shadow: 0 0 0;
  -ms-text-shadow: 0 0 0;
  -o-text-shadow: 0 0 0;
  text-shadow: 0 0 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  visibility: visible;
  white-space: nowrap;
  z-index: 8;
  margin-top: 34px;
}
.btn.btn-default:hover,
.lane-btn:hover,
.btn.btn-default:focus,
.lane-btn:focus,
.btn.btn-default:active,
.lane-btn:active {
  background-color: #f69b0d;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.button,
input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
textarea,
textarea.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  padding: 5px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
textarea:focus,
textarea.input-text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus,
textarea:active,
textarea.input-text:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
input.input-text:active {
  border-color: #f69b0d;
  outline: none;
}
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input.input-text:disabled {
  cursor: no-drop;
}
textarea {
  height: auto;
  line-height: 1.8em;
  max-height: 150px;
  resize: none;
  outline: none;
}
select,
select.form-control {
  background-color: transparent;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #eeeeee;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  line-height: 100%;
  outline: 0;
  max-width: 100%;
  background-image: url("../../assets/images/caret-angle-down.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
select:focus,
select.form-control:focus,
select:active,
select.form-control:active {
  border-color: #f69b0d;
}
input[type="submit"],
button[type="submit"],
.button {
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  display: inline-block;
  padding: 8px 15px;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
  background: #f2f2f2;
  cursor: no-drop;
  border: none;
}
.col-grid-5 {
  display: inline-block;
  width: 20%;
}
.col-grid-5 > .product {
  padding-left: 0px;
  padding-right: 0px;
}
.wpcf7 input.wpcf7-text,
.wpcf7 textarea {
  border: 1px solid #cccccc;
  padding: 5px;
}
.wpcf7 input.wpcf7-submit {
  background: #f69b0d;
  border: none;
  color: #ffffff;
  padding: 12px 20px;
}
.wp-caption {
  margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%;
  height: auto;
}
blockquote {
  border: medium none;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
  text-transform: inherit;
}
blockquote:after {
  color: rgba(0, 0, 0, 0.15);
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 1.5em;
  left: 0px;
  position: absolute;
  top: -2px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}
.gallery-caption {
  width: 100%;
}
.alignright {
  margin: 7px 0 7px 24px;
  float: right;
  clear: right;
}
.alignleft {
  margin: 7px 24px 7px 0;
  float: left;
  clear: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  color: #000;
}
.map_canvas img {
  max-width: none!important;
}
.map_canvas label {
  width: auto;
  display: inline;
}
.btn-full {
  width: 100%;
}
.btn-green {
  color: #ffffff;
  background-color: #15967d;
  border-color: #15967d;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #0f6958;
  border-color: #0d6050;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #15967d;
  border-color: #15967d;
}
.btn-green .badge {
  color: #15967d;
  background-color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-dark .badge {
  color: #333333;
  background-color: #ffffff;
}
.tabbable.tab-center .nav-tabs {
  text-align: center;
}
.parallax-intro {
  max-width: 400px;
  width: 400px;
  margin: 0 auto;
}
.parallax-intro .widget-title {
  margin-bottom: 15px;
}
.parallax-intro .descript {
  margin-bottom: 20px;
}
.title-section {
  margin-top: 0;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.descript-title {
  margin-bottom: 15px;
}
.descript {
  font-weight: 300;
  color: #999999;
  font-size: 1.077em;
}
div[class*="wpb_effect-"] .vc_single_image-wrapper,
div[class*="effect-"] .vc_single_image-wrapper,
div[class*="wpb_effect-"] a,
div[class*="effect-"] a {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
div[class*="wpb_effect-"] .vc_single_image-wrapper:before,
div[class*="effect-"] .vc_single_image-wrapper:before,
div[class*="wpb_effect-"] a:before,
div[class*="effect-"] a:before,
div[class*="wpb_effect-"] .vc_single_image-wrapper:after,
div[class*="effect-"] .vc_single_image-wrapper:after,
div[class*="wpb_effect-"] a:after,
div[class*="effect-"] a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wpb_effect-border .vc_single_image-wrapper:before,
.effect-border .vc_single_image-wrapper:before,
.wpb_effect-border a:before,
.effect-border a:before {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  left: 0;
  top: 0;
  z-index: -1;
}
.wpb_effect-border .vc_single_image-wrapper:hover:before,
.effect-border .vc_single_image-wrapper:hover:before,
.wpb_effect-border a:hover:before,
.effect-border a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.2) inset;
  z-index: 2;
}
.wpb_effect-full .vc_single_image-wrapper:before,
.effect-full .vc_single_image-wrapper:before,
.wpb_effect-full a:before,
.effect-full a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  z-index: -1;
}
.wpb_effect-full .vc_single_image-wrapper:hover:before,
.effect-full .vc_single_image-wrapper:hover:before,
.wpb_effect-full a:hover:before,
.effect-full a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-bottom .vc_single_image-wrapper:before,
.effect-bottom .vc_single_image-wrapper:before,
.wpb_effect-bottom a:before,
.effect-bottom a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -100%;
  z-index: -1;
}
.wpb_effect-bottom .vc_single_image-wrapper:hover:before,
.effect-bottom .vc_single_image-wrapper:hover:before,
.wpb_effect-bottom a:hover:before,
.effect-bottom a:hover:before {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-top .vc_single_image-wrapper:before,
.effect-top .vc_single_image-wrapper:before,
.wpb_effect-top a:before,
.effect-top a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -100%;
  z-index: -1;
}
.wpb_effect-top .vc_single_image-wrapper:hover:before,
.effect-top .vc_single_image-wrapper:hover:before,
.wpb_effect-top a:hover:before,
.effect-top a:hover:before {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-right .vc_single_image-wrapper:before,
.effect-right .vc_single_image-wrapper:before,
.wpb_effect-right a:before,
.effect-right a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -100%;
  z-index: -1;
}
.wpb_effect-right .vc_single_image-wrapper:hover:before,
.effect-right .vc_single_image-wrapper:hover:before,
.wpb_effect-right a:hover:before,
.effect-right a:hover:before {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-left .vc_single_image-wrapper:before,
.effect-left .vc_single_image-wrapper:before,
.wpb_effect-left a:before,
.effect-left a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
  z-index: -1;
}
.wpb_effect-left .vc_single_image-wrapper:hover:before,
.effect-left .vc_single_image-wrapper:hover:before,
.wpb_effect-left a:hover:before,
.effect-left a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-rotate .vc_single_image-wrapper:before,
.effect-rotate .vc_single_image-wrapper:before,
.wpb_effect-rotate a:before,
.effect-rotate a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.wpb_effect-rotate .vc_single_image-wrapper:hover:before,
.effect-rotate .vc_single_image-wrapper:hover:before,
.wpb_effect-rotate a:hover:before,
.effect-rotate a:hover:before {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-rotate-cross .vc_single_image-wrapper:before,
.effect-rotate-cross .vc_single_image-wrapper:before,
.wpb_effect-rotate-cross a:before,
.effect-rotate-cross a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.wpb_effect-rotate-cross .vc_single_image-wrapper:after,
.effect-rotate-cross .vc_single_image-wrapper:after,
.wpb_effect-rotate-cross a:after,
.effect-rotate-cross a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  top: auto;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.wpb_effect-rotate-cross .vc_single_image-wrapper:hover:before,
.effect-rotate-cross .vc_single_image-wrapper:hover:before,
.wpb_effect-rotate-cross a:hover:before,
.effect-rotate-cross a:hover:before {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-rotate-cross .vc_single_image-wrapper:hover:after,
.effect-rotate-cross .vc_single_image-wrapper:hover:after,
.wpb_effect-rotate-cross a:hover:after,
.effect-rotate-cross a:hover:after {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-in-to-out .vc_single_image-wrapper:before,
.effect-in-to-out .vc_single_image-wrapper:before,
.wpb_effect-in-to-out a:before,
.effect-in-to-out a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
}
.wpb_effect-in-to-out .vc_single_image-wrapper:hover:before,
.effect-in-to-out .vc_single_image-wrapper:hover:before,
.wpb_effect-in-to-out a:hover:before,
.effect-in-to-out a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-out-to-in .vc_single_image-wrapper:before,
.effect-out-to-in .vc_single_image-wrapper:before,
.wpb_effect-out-to-in a:before,
.effect-out-to-in a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
  z-index: -1;
}
.wpb_effect-out-to-in .vc_single_image-wrapper:after,
.effect-out-to-in .vc_single_image-wrapper:after,
.wpb_effect-out-to-in a:after,
.effect-out-to-in a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -100%;
  z-index: -1;
}
.wpb_effect-out-to-in .vc_single_image-wrapper:hover:before,
.effect-out-to-in .vc_single_image-wrapper:hover:before,
.wpb_effect-out-to-in a:hover:before,
.effect-out-to-in a:hover:before {
  left: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-out-to-in .vc_single_image-wrapper:hover:after,
.effect-out-to-in .vc_single_image-wrapper:hover:after,
.wpb_effect-out-to-in a:hover:after,
.effect-out-to-in a:hover:after {
  right: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-top-to-bottom .vc_single_image-wrapper:before,
.effect-top-to-bottom .vc_single_image-wrapper:before,
.wpb_effect-top-to-bottom a:before,
.effect-top-to-bottom a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  width: 0;
  height: 0;
  left: 0;
  z-index: -1;
}
.wpb_effect-top-to-bottom .vc_single_image-wrapper:after,
.effect-top-to-bottom .vc_single_image-wrapper:after,
.wpb_effect-top-to-bottom a:after,
.effect-top-to-bottom a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.wpb_effect-top-to-bottom .vc_single_image-wrapper:hover:before,
.effect-top-to-bottom .vc_single_image-wrapper:hover:before,
.wpb_effect-top-to-bottom a:hover:before,
.effect-top-to-bottom a:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.wpb_effect-top-to-bottom .vc_single_image-wrapper:hover:after,
.effect-top-to-bottom .vc_single_image-wrapper:hover:after,
.wpb_effect-top-to-bottom a:hover:after,
.effect-top-to-bottom a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.icon-effect-toRightFromLeft {
  animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.icon-effect-toLeftFromRight {
  animation: 0.3s ease 0s normal forwards 1 running toLeftFromRight;
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.social-networks li {
  display: inline-block;
  padding-right: 10px;
}
.social-networks li a {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #333;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 6px;
}
.social-networks li a .fa {
  color: #fff;
}
.social-networks li:last-child {
  padding-right: 0;
}
.label-intro {
  padding-right: 30px;
}
.label-intro .widget-title {
  margin-bottom: 10px;
}
.form-subscribe .input-lg {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
/* Scroll to Top */
.scroll-to-top {
  background: transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  bottom: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 40px;
  position: fixed;
  right: 50px;
  width: 40px;
  padding: 3px;
  z-index: 999;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  color: #666;
}
.scroll-to-top .fa {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 100%;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.scroll-to-top.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.scroll-to-top:hover .fa {
  background-color: #f69b0d;
}
/* widget layout styles */
.widget {
  margin-bottom: 45px;
}
.widget.widget_lane_woocommerce_deals .product-block {
  margin-bottom: 0!important;
}
.widget.widget_rss a {
  color: #666666;
}
.widget.widget_rss a:hover {
  color: #666666;
  text-decoration: underline;
}
.widget table {
  width: 100%;
}
.widget table th,
.widget table td {
  border: 1px solid #dddddd;
  text-align: center;
  color: #444444;
  line-height: 32px;
}
.widget.widget_calendar caption {
  background-color: #e24545;
  color: #ffffff;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.widget .comment-author-link a {
  color: #666666;
}
.widget .comment-author-link a:hover {
  color: #4d4d4d;
}
h3.title-small {
  font-size: 19px;
}
h3.title-small span {
  padding: 0;
}
h3.title-small span:after {
  display: none;
}
.widget-title {
  border: none;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.widget-title:after {
  background-color: #f69b0d;
  height: 3px;
  width: 30px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-title.text-center span:after {
  right: 0;
  margin: 0 auto;
}
/* Tabs Widget */
.nav-tabs.tab-widget {
  border-bottom: 0;
  padding-bottom: 20px;
}
.nav-tabs.tab-widget li a {
  margin-right: 10px;
  color: #666666;
  font-weight: 700;
  border: 0;
  line-height: 20px;
  background: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -ms-transition: color 0;
  -o-transition: color 0;
  transition: color 0;
}
.nav-tabs.tab-widget li a:hover {
  color: #666666;
}
.nav-tabs.tab-widget li.active a {
  color: #fff;
  border: 0;
  background: #e24545;
}
.nav-tabs.tab-widget li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  border: 5px solid transparent;
  border-top-color: #e24545;
  width: 6px;
}
.nav-tabs.tab-widget li:last-child a {
  margin-right: 0;
}
#lane-paging-footer {
  position: relative;
  z-index: 0;
}
.paging-bottom {
  margin: 0;
  padding: 0 0 40px 0px;
}
.paging-bottom .woocommerce-result-count {
  margin: 0!important;
  line-height: 40px;
}
.paging-bottom ul.pagination {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  text-align: center;
}
.paging-title {
  float: left;
  margin-right: 10px;
  line-height: 40px;
}
.paging .pagination {
  display: block;
  margin: 0;
  text-align: right;
}
.paging .pagination > li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
  margin-right: 0;
}
.paging .pagination > li > span,
.paging .pagination > li > a {
  background: #eeeeee;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  display: inline-block;
  padding: 6px 10px;
  line-height: 17px;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  overflow: hidden;
}
.paging .pagination > li > span:after,
.paging .pagination > li > a:after {
  background: #333333;
  bottom: 0;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  z-index: -1;
}
.paging .pagination > li > span.current,
.paging .pagination > li > a:hover {
  background: #333333;
  border-color: transparent;
  color: #eeeeee;
}
.paging .pagination > li > span.current:before,
.paging .pagination > li > a:hover:before {
  width: 25px;
}
.paging .pagination > li > span.current:after,
.paging .pagination > li > a:hover:after {
  height: 100%;
}
.lane-panel {
  border: none;
}
.lane-panel > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.lane-panel .panel-body {
  border: 1px solid #666666;
  padding: 20px 30px;
  position: relative;
  top: -1px;
}
.lane-panel .panel-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #eeeeee;
}
.lane-panel .panel-body p {
  margin-bottom: 15px;
}
.lane-panel .panel-body ul {
  list-style: none;
  padding: 0;
}
.lane-panel .panel-body li {
  padding: 8px 20px;
}
.lane-panel .panel-body li:nth-child(even) {
  background-color: #fafafa;
}
.lane-panel .panel-body .lane-agent-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
.lane-panel .panel-body .lane-agent-item:hover {
  box-shadow: none;
}
.lane-panel .panel-title a {
  border: 1px solid #666666;
  border-bottom: none;
  padding: 18px 20px;
}
.lane-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .3;
}
.lane-panel .panel-title .collapsed {
  border: 1px solid #ddd;
}
.lane-panel .panel-title .collapsed:after {
  content: "+";
}
.lane-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.lane-panel .collapse.in .panel-body {
  border-top: none;
}
.page-title-container {
  background-image: url('../images/header-page-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #ffffff;
  padding: 135px 0 135px 0;
  text-align: center;
  margin-bottom: 60px;
}
.page-title-container h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 100%;
  text-transform: uppercase;
}
.page-title-container .page-subtitle {
  color: #333333;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
}
.page-breadcrumbs {
  padding: 15px 0;
  max-width: 1170px;
  margin: 0 auto;
}
.page-breadcrumbs .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-breadcrumbs .breadcrumbs li {
  display: inline-block;
  color: #f69b0d;
  line-height: 100%;
}
.page-breadcrumbs .breadcrumbs li a {
  color: #666666;
}
.page-breadcrumbs .breadcrumbs li a:hover {
  color: #f69b0d;
}
.page-breadcrumbs .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #666666;
}
.page-breadcrumbs .breadcrumbs li:last-child:after {
  padding: 0;
  content: "";
}
.container-fluid .page-breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}
.tagcloud a {
  border: 1px solid #ebebeb;
  color: #8b8b8b;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 6px 15px;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tagcloud a:after {
  background: #f69b0d;
  bottom: 0;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  z-index: -1;
}
.tagcloud a:hover {
  border-color: #f69b0d;
  color: #ffffff !important;
}
.tagcloud a:hover:after {
  height: 100%;
}
.title {
  font-weight: 600;
}
.title .fa {
  padding-right: 10px;
}
.tw-widget li {
  padding-left: 40px;
  position: relative;
}
.tw-widget li:before {
  content: "\f099";
  font-size: 24px;
  color: #666;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.tw-widget li a {
  color: #e24545;
}
.tw-widget li a:hover {
  text-decoration: underline;
}
.tw-widget li .twitter-meta small {
  font-size: 100%;
  color: #999;
}
.divider {
  border-bottom: 1px solid #e6e6e7;
}
/**
 * Header
 */
header.page-header {
  background-color: #ffffff;
  border: none;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 1000ms ease 0s;
  -moz-transition: all 1000ms ease 0s;
  -ms-transition: all 1000ms ease 0s;
  -o-transition: all 1000ms ease 0s;
  transition: all 1000ms ease 0s;
  z-index: 9;
}
header.page-header .topbar {
  background-color: #383838;
  color: #fff;
  padding: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header .mainheader {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header .mainheader .logo-box {
  padding: 0;
}
header.page-header .mainheader .logo-box .logo h1 {
  margin: 0;
}
header.page-header .header-cart .widget.widget_shopping_cart .widgettitle {
  display: none;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
  padding: 0;
  position: relative;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart {
  color: #333;
  padding: 15px 0 15px 10px;
  display: block;
  position: relative;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler .mini-cart-link {
  position: relative;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler .mini-cart-link .cart-title {
  color: #333333;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler span.total {
  border: none;
  color: #666;
  display: inline-block;
  padding: 6px 0 0px 12px;
}
header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler .cart-quantity {
  background: #f69b0d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -3px;
  width: 15px;
}
header.page-header .header-cart .widget_shopping_cart {
  float: right;
  margin: 0;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content {
  float: right;
  position: relative;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
  cursor: pointer;
  float: left;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .cart-quantity {
  float: left;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .cart-quantity .itemtitle {
  display: none;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .cart-total {
  float: left;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .mini-cart-link {
  float: left;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .mini-cart-link .cart-title {
  display: none;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .mini-cart-link .fa {
  font-size: 24px;
  text-align: center;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .cart-toggler:hover .mini_cart_content {
  display: block;
  visibility: visible;
  margin: 0;
  height: auto;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content {
  background: #fff;
  border: none;
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  margin: 20px 0 0 0;
  width: 363px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content .mini_cart_inner {
  float: left;
  width: 100%;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-left: 19px;
  padding-right: 19px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
  border-bottom: solid 1px #eeeeee;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li:first-child {
  padding-top: 20px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li:last-child {
  border: none;
  margin-bottom: 0;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li .variation {
  display: none;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li div.star-rating {
  margin: 10px 0px;
  min-height: 14px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > a > img {
  height: auto;
  width: 80px;
  float: left;
  margin: 0 14px 0 0;
  padding: 0;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > a {
  text-transform: none;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > a:hover {
  color: #f69b0d;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > span.quantity {
  font-size: 16px;
  color: #333333;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > a.cart-item-remove {
  background-color: #dfdfdf;
  border-radius: 100%;
  color: #717171;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  padding: 0 0 0 1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30px;
  width: 18px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_list li > a.cart-item-remove:hover {
  background: #f69b0d;
  color: #ffffff;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.total {
  border: none;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 19px;
  margin: 0;
  font-size: 18px;
  line-height: 100%;
  text-align: left;
  color: #1bcfc9;
  position: relative;
  clear: both;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.total > span {
  color: #222222;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.total > span.amount {
  font-size: 18px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.total strong {
  font-weight: 400;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.buttons {
  text-align: center;
  margin-bottom: 0;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.buttons .button {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  display: inline-block;
  line-height: 100%;
  text-align: center;
  font-size: 18px;
  padding: 30px 20px;
  width: 100%;
  background-color: #333;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.buttons .button:hover {
  background-color: #f69b0d;
  color: #ffffff;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content p.buttons .button.cart {
  border: none;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_empty {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_empty li {
  font-size: 14px;
  list-style: none;
  text-align: left;
  padding: 20px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_empty li.total {
  border-top: 1px solid #dddddd;
  color: #1bcfc9;
  font-size: 18px;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content ul.cart_empty li.total span {
  color: #222;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content .loading {
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
header.page-header .header-cart .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content.loading .loading {
  display: block;
}
header.page-header .header-cart .text {
  display: none;
}
header.page-header .icon-toggler {
  cursor: pointer;
  display: block;
  line-height: 100%;
  padding: 15px 10px;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header .icon-toggler .pe-7s-shopbag {
  font-size: 18px;
}
header.page-header .icon-toggler .content-toggler {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #454545;
  visibility: hidden;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  top: 100%;
  min-width: 170px;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
header.page-header .icon-toggler .content-toggler ul li a {
  color: #454545;
  display: block;
  padding: 8px 0;
}
header.page-header .icon-toggler .content-toggler ul li a:hover {
  color: #f69b0d;
}
header.page-header .icon-toggler .content-toggler .content-toggler-inner {
  width: 100%;
  float: left;
}
header.page-header .icon-toggler:hover .content-toggler {
  display: block;
  visibility: visible;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
header.page-header.header-1 .topbar,
header.page-header.header-global .topbar,
header.page-header.header-2 .topbar,
header.page-header.header-3 .topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  text-transform: uppercase;
}
header.page-header.header-1 .topbar .currency-language,
header.page-header.header-global .topbar .currency-language,
header.page-header.header-2 .topbar .currency-language,
header.page-header.header-3 .topbar .currency-language {
  float: left;
  padding: 6px 0;
}
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .language-switcher,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .language-switcher,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .language-switcher,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .language-switcher,
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .currency-switcher,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .currency-switcher,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .currency-switcher,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .currency-switcher {
  float: left;
  margin-right: 15px;
  position: relative;
}
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .language-switcher > h3,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .language-switcher > h3,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .language-switcher > h3,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .language-switcher > h3,
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .currency-switcher > h3,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .currency-switcher > h3,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .currency-switcher > h3,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .currency-switcher > h3 {
  display: none;
}
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .language-switcher form select,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .language-switcher form select,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .language-switcher form select,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .language-switcher form select,

header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .currency-switcher form select,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .currency-switcher form select,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .currency-switcher form select,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .currency-switcher form select {
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 10px;
}
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .language-switcher ul.drop-lang li a img,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .language-switcher ul.drop-lang li a img,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .language-switcher ul.drop-lang li a img,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .language-switcher ul.drop-lang li a img {
  display: none;
}
header.page-header.header-1 .topbar .currency-language.currency-language-type-selection .currency-switcher span.symbol,
header.page-header.header-global .topbar .currency-language.currency-language-type-selection .currency-switcher span.symbol,
header.page-header.header-2 .topbar .currency-language.currency-language-type-selection .currency-switcher span.symbol,
header.page-header.header-3 .topbar .currency-language.currency-language-type-selection .currency-switcher span.symbol {
  display: none;
}
header.page-header.header-1 .topbar .toplinks,
header.page-header.header-global .topbar .toplinks,
header.page-header.header-2 .topbar .toplinks,
header.page-header.header-3 .topbar .toplinks {
  text-align: right;
}
header.page-header.header-1 .topbar .toplinks li,
header.page-header.header-global .topbar .toplinks li,
header.page-header.header-2 .topbar .toplinks li,
header.page-header.header-3 .topbar .toplinks li {
  display: inline-block;
}
header.page-header.header-1 .topbar .toplinks li a,
header.page-header.header-global .topbar .toplinks li a,
header.page-header.header-2 .topbar .toplinks li a,
header.page-header.header-3 .topbar .toplinks li a {
  color: #666666;
}
header.page-header.header-1 .topbar .toplinks li a:hover,
header.page-header.header-global .topbar .toplinks li a:hover,
header.page-header.header-2 .topbar .toplinks li a:hover,
header.page-header.header-3 .topbar .toplinks li a:hover {
  color: #f69b0d;
}
header.page-header.header-1 .topbar .toplinks li a i,
header.page-header.header-global .topbar .toplinks li a i,
header.page-header.header-2 .topbar .toplinks li a i,
header.page-header.header-3 .topbar .toplinks li a i {
  display: none;
}
header.page-header.header-1 .topbar .toplinks li:last-child a,
header.page-header.header-global .topbar .toplinks li:last-child a,
header.page-header.header-2 .topbar .toplinks li:last-child a,
header.page-header.header-3 .topbar .toplinks li:last-child a {
  padding-right: 0;
}
header.page-header.header-1 .mainheader,
header.page-header.header-global .mainheader,
header.page-header.header-2 .mainheader,
header.page-header.header-3 .mainheader {
  padding: 15px 0 15px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header.header-1 .mainheader .widget-search,
header.page-header.header-global .mainheader .widget-search,
header.page-header.header-2 .mainheader .widget-search,
header.page-header.header-3 .mainheader .widget-search,
header.page-header.header-1 .mainheader .search-button-wrapper,
header.page-header.header-global .mainheader .search-button-wrapper,
header.page-header.header-2 .mainheader .search-button-wrapper,
header.page-header.header-3 .mainheader .search-button-wrapper {
  border: none;
  height: auto;
  width: auto;
  float: right;
  margin: 0;
  padding-bottom: 15px;
}
header.page-header.header-1 .mainheader .widget-search .search-icon,
header.page-header.header-global .mainheader .widget-search .search-icon,
header.page-header.header-2 .mainheader .widget-search .search-icon,
header.page-header.header-3 .mainheader .widget-search .search-icon,
header.page-header.header-1 .mainheader .search-button-wrapper .search-icon,
header.page-header.header-global .mainheader .search-button-wrapper .search-icon,
header.page-header.header-2 .mainheader .search-button-wrapper .search-icon,
header.page-header.header-3 .mainheader .search-button-wrapper .search-icon,
header.page-header.header-1 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-global .mainheader .widget-search button.search-btn-submit,
header.page-header.header-2 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-3 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-1 .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-global .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-2 .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-3 .mainheader .search-button-wrapper button.search-btn-submit {
  color: #333;
  font-size: 20px;
}
header.page-header.header-1 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-global .mainheader .widget-search button.search-btn-submit,
header.page-header.header-2 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-3 .mainheader .widget-search button.search-btn-submit,
header.page-header.header-1 .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-global .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-2 .mainheader .search-button-wrapper button.search-btn-submit,
header.page-header.header-3 .mainheader .search-button-wrapper button.search-btn-submit {
  line-height: 100%;
  padding: 4px 20px;
}
header.page-header.header-1 .mainheader .widget-search .search-hover,
header.page-header.header-global .mainheader .widget-search .search-hover,
header.page-header.header-2 .mainheader .widget-search .search-hover,
header.page-header.header-3 .mainheader .widget-search .search-hover,
header.page-header.header-1 .mainheader .search-button-wrapper .search-hover,
header.page-header.header-global .mainheader .search-button-wrapper .search-hover,
header.page-header.header-2 .mainheader .search-button-wrapper .search-hover,
header.page-header.header-3 .mainheader .search-button-wrapper .search-hover {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  height: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  width: 468px;
  margin-top: 20px;
}
header.page-header.header-1 .mainheader .widget-search .search-hover input.input-search,
header.page-header.header-global .mainheader .widget-search .search-hover input.input-search,
header.page-header.header-2 .mainheader .widget-search .search-hover input.input-search,
header.page-header.header-3 .mainheader .widget-search .search-hover input.input-search,
header.page-header.header-1 .mainheader .search-button-wrapper .search-hover input.input-search,
header.page-header.header-global .mainheader .search-button-wrapper .search-hover input.input-search,
header.page-header.header-2 .mainheader .search-button-wrapper .search-hover input.input-search,
header.page-header.header-3 .mainheader .search-button-wrapper .search-hover input.input-search {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
}
header.page-header.header-1 .mainheader .widget-search:hover .search-hover,
header.page-header.header-global .mainheader .widget-search:hover .search-hover,
header.page-header.header-2 .mainheader .widget-search:hover .search-hover,
header.page-header.header-3 .mainheader .widget-search:hover .search-hover,
header.page-header.header-1 .mainheader .search-button-wrapper:hover .search-hover,
header.page-header.header-global .mainheader .search-button-wrapper:hover .search-hover,
header.page-header.header-2 .mainheader .search-button-wrapper:hover .search-hover,
header.page-header.header-3 .mainheader .search-button-wrapper:hover .search-hover,
header.page-header.header-1 .mainheader .widget-search.has-input-search .search-hover,
header.page-header.header-global .mainheader .widget-search.has-input-search .search-hover,
header.page-header.header-2 .mainheader .widget-search.has-input-search .search-hover,
header.page-header.header-3 .mainheader .widget-search.has-input-search .search-hover,
header.page-header.header-1 .mainheader .search-button-wrapper.has-input-search .search-hover,
header.page-header.header-global .mainheader .search-button-wrapper.has-input-search .search-hover,
header.page-header.header-2 .mainheader .search-button-wrapper.has-input-search .search-hover,
header.page-header.header-3 .mainheader .search-button-wrapper.has-input-search .search-hover {
  height: 43px;
  padding: 5px;
  top: 100%;
  visibility: visible;
  margin-top: 0;
  width: 468px;
  z-index: 9999;
}
header.page-header.header-1 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-global .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-2 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-3 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart {
  padding-top: 5px;
  padding-bottom: 25px;
}
header.page-header.header-1 .mainheader .logo-box,
header.page-header.header-global .mainheader .logo-box,
header.page-header.header-2 .mainheader .logo-box,
header.page-header.header-3 .mainheader .logo-box {
  float: left;
  padding: 0px 0;
  margin-right: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
header.page-header.header-1 .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal,
header.page-header.header-global .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal,
header.page-header.header-2 .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal,
header.page-header.header-3 .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
}
header.page-header.header-1 .mainheader .header-extra,
header.page-header.header-global .mainheader .header-extra,
header.page-header.header-2 .mainheader .header-extra,
header.page-header.header-3 .mainheader .header-extra {
  position: relative;
  z-index: 1;
}
header.page-header.header-1 .mainheader .header-extra > div,
header.page-header.header-global .mainheader .header-extra > div,
header.page-header.header-2 .mainheader .header-extra > div,
header.page-header.header-3 .mainheader .header-extra > div {
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
header.page-header.header-1 .mainheader .header-extra > div:after,
header.page-header.header-global .mainheader .header-extra > div:after,
header.page-header.header-2 .mainheader .header-extra > div:after,
header.page-header.header-3 .mainheader .header-extra > div:after {
  background-color: #dddddd;
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
}
header.page-header.header-1 .mainheader .header-extra > div:first-child,
header.page-header.header-global .mainheader .header-extra > div:first-child,
header.page-header.header-2 .mainheader .header-extra > div:first-child,
header.page-header.header-3 .mainheader .header-extra > div:first-child {
  padding-right: 0;
  margin-right: 0;
}
header.page-header.header-1 .mainheader .header-extra > div:first-child:after,
header.page-header.header-global .mainheader .header-extra > div:first-child:after,
header.page-header.header-2 .mainheader .header-extra > div:first-child:after,
header.page-header.header-3 .mainheader .header-extra > div:first-child:after {
  width: 0;
}
header.page-header.header-1.header-sticky .topbar,
header.page-header.header-global.header-sticky .topbar,
header.page-header.header-2.header-sticky .topbar,
header.page-header.header-3.header-sticky .topbar {
  display: none;
}
header.page-header.header-1.header-sticky .mainheader,
header.page-header.header-global.header-sticky .mainheader,
header.page-header.header-2.header-sticky .mainheader,
header.page-header.header-3.header-sticky .mainheader {
  padding: 0;
}
header.page-header.header-1.header-sticky .mainheader .widget-search,
header.page-header.header-global.header-sticky .mainheader .widget-search,
header.page-header.header-2.header-sticky .mainheader .widget-search,
header.page-header.header-3.header-sticky .mainheader .widget-search,
header.page-header.header-1.header-sticky .mainheader .search-button-wrapper,
header.page-header.header-global.header-sticky .mainheader .search-button-wrapper,
header.page-header.header-2.header-sticky .mainheader .search-button-wrapper,
header.page-header.header-3.header-sticky .mainheader .search-button-wrapper {
  padding-top: 6px;
  padding-bottom: 8px;
}
header.page-header.header-1.header-sticky .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-global.header-sticky .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-2.header-sticky .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-3.header-sticky .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart {
  padding-top: 11px;
  padding-bottom: 20px;
}
header.page-header.header-1.header-sticky .mainheader .header-extra > div:after,
header.page-header.header-global.header-sticky .mainheader .header-extra > div:after,
header.page-header.header-2.header-sticky .mainheader .header-extra > div:after,
header.page-header.header-3.header-sticky .mainheader .header-extra > div:after {
  top: 15px;
}
header.page-header.header-2 {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
header.page-header.header-2 .topbar,
header.page-header.header-2 .mainheader {
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
header.page-header.header-2 .topbar {
  border: none;
  padding-left: 25%;
}
header.page-header.header-2 .mainheader {
  padding: 30px 0 25px;
}
header.page-header.header-2 .logo-box {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
header.page-header.header-2 .logo-box .logo {
  left: 15px;
  padding: 20px 0 61px 0;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header.page-header.header-2 .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
  text-align: left;
  padding-left: -moz-calc(25% + 7px);
  padding-left: -webkit-calc(25% + 7px);
  padding-left: -o-calc(25% + 7px);
  padding-left: calc(25% + 7px);
}
header.page-header.header-2.header-sticky .logo-box .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.page-header.header-3 {
  background-color: #111111;
}
header.page-header.header-3 .mainheader {
  padding-top: 25px;
  padding-bottom: 25px;
}
header.page-header.header-3 .mainheader .header-extra > div:after {
  background-color: #555;
}
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a > b.wez-caret::before,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a > b.wez-caret::before {
  color: #ffffff;
}
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.wez-active > a,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.wez-active > a,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-parent > a,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-parent > a,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-item > a,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-item > a,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.wez-active > a b.wez-caret:before,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.wez-active > a b.wez-caret:before,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-parent > a b.wez-caret:before,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-parent > a b.wez-caret:before,
header.page-header.header-3 .mainheader .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-item > a b.wez-caret:before,
header.page-header.header-3 .mainheader .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-item > a b.wez-caret:before {
  color: #f69b0d;
}
header.page-header.header-3 .mainheader .widget-search,
header.page-header.header-3 .mainheader .search-button-wrapper {
  background-color: transparent;
}
header.page-header.header-3 .mainheader .widget-search .button.search-btn-submit,
header.page-header.header-3 .mainheader .search-button-wrapper .button.search-btn-submit,
header.page-header.header-3 .mainheader .widget-search .search-icon,
header.page-header.header-3 .mainheader .search-button-wrapper .search-icon {
  color: #ffffff;
}
header.page-header.header-3 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
header.page-header.header-3 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler span.total {
  color: #fff;
}
header.page-header.header-3.header-sticky {
  background-color: #111111;
  border: none;
}
body.header-transparent .page-header .mainheader {
  background-color: transparent;
}
body.header-fixed .page-header .mainheader {
  position: fixed;
  width: 100%;
}
body.header-fixed.header-transparent .page-header .mainheader {
  background: rgba(255, 255, 255, 0.4);
}
body.header-fixed.header-transparent .page-header .mainheader .logo-box {
  background: transparent;
}
body.header-fixed .page-header.header-sticky .mainheader {
  background: #ffffff;
}
body.logged-in.admin-bar .header-sticky.fixed {
  top: 32px;
}
header.page-header.header-sticky {
  background: #fff;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  display: inline-table;
  top: 100%;
  left: 0;
  bottom: auto;
  right: 0;
  width: 100%;
  z-index: 9999;
}
header.page-header.header-sticky.fixed {
  top: 0;
  -webkit-transition: all 1000ms ease 0s;
  -moz-transition: all 1000ms ease 0s;
  -ms-transition: all 1000ms ease 0s;
  -o-transition: all 1000ms ease 0s;
  transition: all 1000ms ease 0s;
}
/**
 * Search Widget
 */
.widget-search-result-wrapper {
  position: relative;
  display: none;
  z-index: 9999;
}
.widget-search,
.search-button-wrapper {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ececec;
  padding: 0px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 200px;
  height: 27px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.widget-search .search-hover,
.search-button-wrapper .search-hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.widget-search input.input-search,
.search-button-wrapper input.input-search {
  border: none;
  color: #969696;
  padding: 0px;
  height: 25px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 9998;
}
.widget-search button.search-btn-submit,
.search-button-wrapper button.search-btn-submit {
  background-color: transparent;
  padding: 0;
  float: right;
}
.widget-search .icon-search-menu,
.search-button-wrapper .icon-search-menu {
  color: #383838;
  display: none;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 14px;
  position: relative;
  z-index: 9999;
}
.widget-search a.close,
.search-button-wrapper a.close {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 999;
}
.widget-search .ajax-search-result-widget,
.search-button-wrapper .ajax-search-result-widget {
  position: absolute;
  right: -10px;
  border-top: 25px;
  border-bottom: 20px;
  border-left: 10px;
  border-right: 0px;
  border-color: #fff;
  border-style: solid;
  min-width: 400px;
  background-color: #fff;
  overflow: auto;
  font-size: 13px;
  box-shadow: 0 3px 10px -2px #777777;
}
.widget-search .ajax-search-result-widget ul,
.search-button-wrapper .ajax-search-result-widget ul {
  list-style: none;
  padding: 0 15px 0;
}
.widget-search .ajax-search-result-widget ul li:first-child,
.search-button-wrapper .ajax-search-result-widget ul li:first-child {
  border-top: solid 1px #eee;
}
.widget-search .ajax-search-result-widget ul li,
.search-button-wrapper .ajax-search-result-widget ul li {
  text-align: left;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: solid 1px #eee;
  display: inline-block;
  width: 100%;
}
.widget-search .ajax-search-result-widget ul li:hover a,
.search-button-wrapper .ajax-search-result-widget ul li:hover a,
.widget-search .ajax-search-result-widget ul li.selected a,
.search-button-wrapper .ajax-search-result-widget ul li.selected a {
  color: #f69b0d;
  font-weight: 600;
}
.widget-search .ajax-search-result-widget ul li:hover img,
.search-button-wrapper .ajax-search-result-widget ul li:hover img,
.widget-search .ajax-search-result-widget ul li.selected img,
.search-button-wrapper .ajax-search-result-widget ul li.selected img {
  opacity: 0.6;
}
.widget-search .ajax-search-result-widget ul li img,
.search-button-wrapper .ajax-search-result-widget ul li img {
  width: 70px;
  height: auto;
  float: left;
  margin-right: 10px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget-search .ajax-search-result-widget ul li a,
.search-button-wrapper .ajax-search-result-widget ul li a {
  padding-right: 10px;
  display: block;
}
.widget-search .ajax-search-result-widget ul li span,
.search-button-wrapper .ajax-search-result-widget ul li span {
  float: right;
}
.widget-search .ajax-search-result-widget ul li .price,
.search-button-wrapper .ajax-search-result-widget ul li .price {
  float: left;
}
.widget-search .ajax-search-result-widget ul li .price del span,
.search-button-wrapper .ajax-search-result-widget ul li .price del span {
  text-decoration: line-through;
  padding-right: 10px;
}
.search-button-wrapper.ps-container > .ps-scrollbar-y-rail,
.search-button-wrapper.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  display: block;
}
.search-button-wrapper input {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .toggle-inner-search .search-button-wrapper .input-search {
    width: 0;
    border: none;
    padding-left: 0px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    color: #fff;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
    background-color: #f69b0d;
  }
}
@media screen and (max-width: 415px) {
  .search-button-wrapper .ajax-search-result-widget {
    min-width: 300px;
  }
}
/**
 * --------------------------------------------------------------------------------
 * Content Styles
 * --------------------------------------------------------------------------------
 */
.page-template-default .lane-content > .vc_section > .container-fluid > .row > .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.page-mainbody {
  position: relative;
  z-index: 1;
}
.wrapper-inner {
  position: relative;
}
.page-wrapper {
  overflow: hidden;
  position: relative;
}
.main-content-container {
  margin: 0 auto;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.lane-content > .vc_section {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
.lane-content > .vc_section:last-child {
  margin-bottom: 0;
}
.lane-content > .vc_section .vc_sep_pos_align_center {
  text-align: center;
}
.lane-content > .vc_section .vc_sep_pos_align_right {
  text-align: right;
}
.lane-content > .vc_section .heading-separator .lane-heading {
  margin-bottom: 13px;
}
.lane-content > .vc_section .heading-separator .lane-heading .vc_sep_holder {
  display: none;
}
.lane-content > .vc_section .heading-separator .lane-heading h4 {
  background: url("../images/lane-heading-separator.png") no-repeat 50% 100%;
  font-size: 36px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  position: relative;
}
.lane-content > .vc_section .heading-separator .lane-heading.vc_separator_align_center h4 {
  width: 100%;
}
.lane-content > .vc_section .heading-separator .heading-desc {
  margin-bottom: 56px;
}
.lane-content > .vc_section .vc_separator {
  margin-bottom: 20px;
}
.lane-content > .vc_section .vc_separator h4 {
  color: #3b3a3a;
  display: inline-block;
  font-size: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
}
.lane-content > .vc_section .vc_separator.heading-separator-rounded h4 {
  background: #fff;
  border: 1px solid #eeeeee;
  position: relative;
}
.lane-content > .vc_section .vc_separator.heading-separator-rounded h4:before,
.lane-content > .vc_section .vc_separator.heading-separator-rounded h4:after {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  left: -11px;
  top: 0;
  z-index: 2;
}
.lane-content > .vc_section .vc_separator.heading-separator-rounded h4:after {
  left: auto;
  right: -11px;
}
.lane-content > .vc_section > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.lane-content > .vc_section.row-what-clientsay .vc_separator {
  margin-bottom: 5px;
}
.lane-content > .vc_section.row-what-clientsay .vc_separator .vc_sep_holder {
  display: none;
}
.lane-content > .vc_section.row-what-clientsay .vc_separator h4 {
  color: #fff;
  margin: 0 auto;
}
.vc_section .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body,
.vc_section .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 15px;
}
.vc_section .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body,
.vc_section .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 15px 0 0 0;
}
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background: none !important;

  border: none !important;
}
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels:after,
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels:before {
  border: none !important;
}
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  background: none !important;
  border: none !important;
  padding: 0px;
  overflow: visible;
}
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body:after,
.vc_section .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body:before {
  border: none !important;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list {
  margin: 0 0 10px 0;
  position: relative;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list:before {
  background: #e9e9e9;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li {
  background: #fff;
  margin: 0;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li:first-child {
  padding-left: 10px;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li:last-child {
  padding-right: 10px;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li a {
  background: #fff;
  border: 1px solid #e3e3e3 !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  color: #b7b7b7;
  font-size: 15px;
  line-height: 100%;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-transform: uppercase;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li.vc_active a {
  border-color: #9b9b9b !important;
  color: #3b3a3a;
}
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li.vc_active a:after,
.vc_section .vc_tta-tabs.tabs-rounded .vc_tta-tabs-list li.vc_active a:before {
  width: 0;
}
.vc_section .vc_tta-tabs.lane-tabs .vc_tta-tabs-container {
  background: url("../images/lane-heading-separator.png") no-repeat 50% 100%;
  padding: 0 0 30px 0;
  position: relative;
  margin: 0 0 40px 0 !important;
}
.vc_section .vc_tta-tabs.lane-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0 !important;
}
.vc_section .vc_tta-tabs.lane-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin: 0;
}
.vc_section .vc_tta-tabs.lane-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background-color: transparent;
  border: none;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.vc_section .vc_tta-tabs.lane-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #f69b0d;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container {
  margin: 0;
  position: relative;
  z-index: 1;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 25px 0;
  overflow: visible;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  margin: 0;
  padding: 0 27px 0 17px;
  position: relative;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:first-child {
  padding-left: 0;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  background: none;
  border: none;
  color: #dddddd;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 0;
  position: relative;
  line-height: 100%;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:after,
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover:after {
  width: 60px;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:hover a {
  color: #333;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:after {
  background-color: #f69b0d;
  content: "";
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: -2px;
  left: 0;
  top: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab + li:after {
  left: 17px;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:before {
  content: "/";
  color: #dddddd;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 7px;
  right: 0;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:last-child:before {
  content: "";
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-panels-container {
  position: relative;
  z-index: 2;
}
.vc_section .vc_tta-tabs.lane-left-tabs .vc_tta-panels-container .vc_tta-panel-body {
  overflow: visible;
}
.vc_section .vc_tta-tabs.lane-left-tabs .woocommerce.lane-products.custom-navigation-pos .owl-controls {
  top: -70px;
}
.vc_section .vc_btn3-container.btn-nobg a,
.vc_section .vc_btn3-container.btn-nobg a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #8b8b8b;
  padding-top: 0;
}
.lane-main-left-sidebar > .lane-content > .vc_section > .container,
.lane-main-right-sidebar > .lane-content > .vc_section > .container {
  width: auto;
}
.lane-main-left-sidebar .widget-title,
.lane-main-right-sidebar .widget-title {
  margin-top: 0;
}
.visual-composer {
  margin: 0;
}
.vc_grid-container-wrapper .vc_grid-item .vc_gitem-zone-img {
  width: auto;
  display: inline-block;
}
.lane-main-left-sidebar .lane-content > .vc_section > .container,
.lane-main-right-sidebar .lane-content > .vc_section > .container,
.lane-main-left-left .lane-content > .vc_section > .container,
.lane-main-right-right .lane-content > .vc_section > .container,
.lane-main-left-right .lane-content > .vc_section > .container {
  padding-right: 0;
  padding-left: 0;
}
.wpb_column .wpb_content_element .wpb_heading {
  color: #333333;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}
.wpb_column .wpb_content_element .wpb_heading:after {
  background-color: #f69b0d;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
.row_border .container {
  border-top-style: solid;
  border-top-color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  border-width: 1px;
}
.row_border_top .container {
  border-top-style: solid;
  border-top-color: #eeeeee;
  border-width: 1px;
}
.row_border_bottom > .container-fluid {
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  border-width: 1px;
}
.row_border_bottom > .container {
  position: relative;
}
.row_border_bottom > .container:after {
  background-color: #eeeeee;
  content: "";
  height: 1px;
  left: 15px;
  bottom: 0;
  position: absolute;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
}
.rev_slider_wrapper .tparrows.custom,
.wpb_revslider_element .tparrows.custom {
  background-color: rgba(255, 255, 255, 0.9);
}
.rev_slider_wrapper .tparrows.custom:before,
.wpb_revslider_element .tparrows.custom:before {
  color: #333333;
  font-size: 24px;
}
.rev_slider_wrapper .tparrows.custom:hover,
.wpb_revslider_element .tparrows.custom:hover,
.rev_slider_wrapper .tparrows.custom:focus,
.wpb_revslider_element .tparrows.custom:focus {
  background-color: #f69b0d;
}
.rev_slider_wrapper .tparrows.custom:hover:before,
.wpb_revslider_element .tparrows.custom:hover:before,
.rev_slider_wrapper .tparrows.custom:focus:before,
.wpb_revslider_element .tparrows.custom:focus:before {
  color: #ffffff;
}
.rev_slider_wrapper .tparrows.tp-leftarrow:before,
.wpb_revslider_element .tparrows.tp-leftarrow:before {
  content: "\23";
  font-family: 'ElegantIcons';
}
.rev_slider_wrapper .tparrows.tp-rightarrow:before,
.wpb_revslider_element .tparrows.tp-rightarrow:before {
  content: "\24";
  font-family: 'ElegantIcons';
}
.vc_progress_bar.lane-progress-bar .vc_single_bar {
  background-color: #f3f3f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #222222;
  height: 8px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.vc_progress_bar.lane-progress-bar .vc_single_bar .vc_label {
  font-size: 14px;
  position: absolute;
  padding: 0;
  top: -30px;
  width: 100%;
}
.vc_progress_bar.lane-progress-bar .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  -moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  -ms-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  -o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  margin-left: -30px;
  right: 0;
}
.vc_progress_bar.lane-progress-bar .vc_single_bar .vc_bar.striped,
.vc_progress_bar.lane-progress-bar .vc_single_bar .vc_bar {
  background-image: none;
  background-color: #f69b0d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0 !important;
}
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper {
  padding: 0;
}
.vc_media_grid .vc_grid .vc_grid-item .vc_gitem-link:before {
  background-color: rgba(246, 155, 13, 0.8);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.vc_media_grid .vc_grid .vc_grid-item .vc_gitem-link:after {
  color: #fff;
  content: "+";
  font-size: 30px;
  position: absolute;
  left: 48%;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.vc_media_grid .vc_grid .vc_grid-item:hover .vc_gitem-link:before {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
}
.vc_media_grid .vc_grid .vc_grid-item:hover .vc_gitem-link:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lane-search {
  position: relative;
}
.lane-search #searchsubmit,
.lane-search .fa {
  position: absolute;
  top: 50%;
  height: 32px;
  margin-top: -16px;
}
.lane-search #searchsubmit {
  background: transparent;
  border: 0;
  text-indent: -9999px;
  right: 0;
  width: 40px;
  z-index: 2;
}
.lane-search .fa {
  right: 15px;
  line-height: 32px;
  z-index: 1;
}
.category-image {
  margin-bottom: 24px;
}
.category-info .page-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.category-info .term-description {
  line-height: 25px;
  margin-bottom: 12px;
  text-align: justify;
}
.category-info .orderby {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.vc_section .wpb_row,
.vc_section .wpb_content_element,
.vc_section ul.wpb_thumbnails-fluid > li,
.vc_section .last_toggle_el_margin,
.vc_section .wpb_button {
  margin-bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.row-full > .row {
  margin-left: 0;
  margin-right: 0;
}
.row-full > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container-row {
  padding: 40px 30px 0;
}
.single-container {
  padding-bottom: 55px;
}
.single-container .post-content p {
  line-height: 1.7;
}
h5.entry-title {
  font-size: 13px;
  font-weight: 700;
}
.related-post-content {
  margin-bottom: 30px;
}
.related-post-content a {
  color: #666666;
}
.related-post-content a:hover {
  color: #666666;
}
.related-post-content .post-thumb {
  margin-bottom: 0;
}
.post-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-title a {
  color: #333333;
}
.post-title a:hover {
  color: #f69b0d;
}
.single-meta a,
.post-meta a {
  color: #aaaaaa;
}
.single-meta > span,
.post-meta > span {
  display: inline-block;
  font-style: italic;
  position: relative;
  padding-left: 0px;
  margin-right: 15px;
}
.single-meta > span > i,
.post-meta > span > i {
  color: #969696;
  font-size: 13px;
  margin-right: 3px;
  margin-top: 2px;
  vertical-align: text-top;
}
.single-meta > span:before,
.post-meta > span:before {
  position: absolute;
  top: 0px;
  left: 0;
}
.single-meta > span.author,
.post-meta > span.author {
  padding-left: 18px;
}
.single-meta > span.author:before,
.post-meta > span.author:before {
  content: url("../images/icon-author.png");
  top: 1px;
}
.single-meta > span.published i,
.post-meta > span.published i {
  display: inline;
  vertical-align: baseline;
}
.single-meta > span.comment-count i,
.post-meta > span.comment-count i {
  font-size: 14px;
  margin-top: 0;
}
.status-responsive {
  padding: 45px 35px;
  color: #fff;
  background: #333333;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
}
.status-responsive:before {
  font-family: "FontAwesome";
  content: "\f10d";
  padding-right: 10px;
}
.status-responsive:after {
  font-family: "FontAwesome";
  content: "\f10e";
  padding-left: 10px;
}
/* Post detail */
.entry-title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
  margin: 10px 0 30px;
}
.title h2 {
  font-size: 22px;
  color: #000;
}
h4.heading {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.stick_post .comments-link,
.post-meta .comments-link,
.entry-meta .comments-link,
.stick_post .entry-comment,
.post-meta .entry-comment,
.entry-meta .entry-comment,
.stick_post .comment-count,
.post-meta .comment-count,
.entry-meta .comment-count {
  font-size: 12px;
  font-weight: 400;
}
.post-share {
  padding: 10px 15px;
  margin: 40px 0;
  background: #f1f1f1;
}
.post-share h4 {
  margin: 15px 0 ;
}
.post-share .social-networks {
  margin: 7px 0;
}
.post-share .social-networks li a {
  margin-right: 5px;
  font-size: 13px;
  line-height: 19px;
  background: transparent;
}
.post-share .social-networks li a .fa {
  color: #bebdbd;
  font-size: 18px;
}
.post-share .social-networks li:last-child a {
  margin-right: 0;
}
.author-about {
  margin-bottom: 30px;
}
.author-about .avatar-img {
  float: left;
  margin-bottom: 3.75px;
  margin-right: 15px;
}
.blog-posts.hide-post-meta .post-meta,
.blog-posts.hide-post-readmore .post-readmore {
  display: none;
}
.blog-posts.layout-carousel {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-posts.layout-carousel .widget-title {
  margin-left: 15px;
  margin-right: 15px;
}
.blog-posts.style-1 .post-widget .blog-post {
  position: relative;
}
.blog-posts.style-1 .post-widget .blog-post .post-thumb .entry-thumbnail .image-zoom {
  display: none;
}
.blog-posts.style-1 .post-widget .blog-post .post-inner {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 2;
}
.blog-posts.style-1 .post-widget .blog-post .post-inner .post-meta .author,
.blog-posts.style-1 .post-widget .blog-post .post-inner .post-meta .comment-count {
  display: none;
}
.blog-posts.style-1 .post-widget .blog-post .post-inner .p-readmore {
  text-align: right;
}
.blog-posts.style-1 .post-widget .blog-post:hover .post-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.blog-posts.style-2 .blog-posts-carousel .post-widget .blog-post .post-inner .post-content .post-text {
  margin-bottom: 10px;
}
.blog-posts.style-2 .blog-posts-carousel .post-widget .blog-post .post-thumb .post-meta-published {
  top: 25px;
  left: 10px;
  right: auto;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.blog-posts.style-3 .post-widget .blog-post .post-thumb {
  float: left;
  width: 45%;
  margin-right: 15px;
}
.blog-posts.style-3 .post-widget .blog-post .post-thumb .post-meta-published {
  bottom: 0;
}
.blog-posts.style-3 .post-widget .blog-post .post-inner .post-title,
.blog-posts.style-3 .post-widget .blog-post .post-inner .post-title a {
  line-height: 1.4;
}
.blog-posts.style-3 .post-widget .blog-post .post-inner .post-content .post-text {
  margin-bottom: 10px;
}
.blog-posts.style-3 .post-widget .blog-post .post-inner .post-meta {
  display: none;
}
.lane-products.style-1 .owl-carousel.owl-theme,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme,
.wplane-testimonial.style-1 .owl-carousel.owl-theme {
  position: relative;
}
.lane-products.style-1 .owl-carousel.owl-theme .post-inner .post-title a,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme .post-inner .post-title a,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme .post-inner .post-title a,
.wplane-testimonial.style-1 .owl-carousel.owl-theme .post-inner .post-title a {
  font-size: 18px;
}
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls {
  margin-top: 0;
}
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next {
  background-color: transparent;
  color: #dddddd;
  font-size: 60px;
  line-height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: -11px;
  margin: 0;
  margin-top: -30px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover {
  color: #f69b0d;
}
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-testimonial.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: -11px;
}
.lane-products.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.wplane-testimonial.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.lane-products.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next,
.blog-posts.layout-carousel.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next,
.wplane-partner-carousel.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next,
.wplane-testimonial.style-1 .owl-carousel.owl-theme:hover .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lane-products.style-2 .owl-carousel.owl-theme,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme,
.wplane-testimonial.style-2 .owl-carousel.owl-theme {
  position: relative;
}
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls {
  margin-top: 0;
}
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons {
  position: absolute;
  width: 69px;
  height: 32px;
  right: 15px;
  top: -50px;
}
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next {
  background-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev:hover,
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next:hover {
  background-color: #f69b0d;
  color: #ffffff;
}
.lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev {
  margin-right: 5px;
}
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-prev,
.lane-products.style-1 .owl-carousel.owl-theme > .owl-controls .owl-buttons .owl-next {
  margin-top: -75px;
}
.single-container .single-post-inner .post-image .owl-carousel.owl-theme,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme,
.post-container.post-default .post-image .owl-carousel.owl-theme,
.post-mini .post-image .owl-carousel.owl-theme,
.post-masonry .post-image .owl-carousel.owl-theme,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme {
  position: relative;
}
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 9;
}
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  background-color: rgba(255, 255, 255, 0.5);
  border: medium none;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: auto;
  line-height: 33px;
  margin: -15px 0 0 0;
  width: 30px;
  height: 30px;
  padding: 0;
}
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  color: #f69b0d;
}
.single-container .single-post-inner .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-list .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-container.post-default .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-mini .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.post-masonry .post-image .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.blog-posts .blog-post .post-thumb .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  left: auto;
}
.single-container .single-post-inner .post-image .entry-thumbnail,
.post-list .blog-post .post-thumb .entry-thumbnail,
.post-container.post-default .post-image .entry-thumbnail,
.post-mini .post-image .entry-thumbnail,
.post-masonry .post-image .entry-thumbnail,
.blog-posts .blog-post .post-thumb .entry-thumbnail {
  position: relative;
}
.single-container .single-post-inner .post-image .entry-thumbnail:after,
.post-list .blog-post .post-thumb .entry-thumbnail:after,
.post-container.post-default .post-image .entry-thumbnail:after,
.post-mini .post-image .entry-thumbnail:after,
.post-masonry .post-image .entry-thumbnail:after,
.blog-posts .blog-post .post-thumb .entry-thumbnail:after {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
.single-container .single-post-inner .post-image .entry-thumbnail .image-zoom,
.post-list .blog-post .post-thumb .entry-thumbnail .image-zoom,
.post-container.post-default .post-image .entry-thumbnail .image-zoom,
.post-mini .post-image .entry-thumbnail .image-zoom,
.post-masonry .post-image .entry-thumbnail .image-zoom,
.blog-posts .blog-post .post-thumb .entry-thumbnail .image-zoom {
  background-color: #f69b0d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 99;
}
.single-container .single-post-inner .post-image .entry-thumbnail:hover:after,
.post-list .blog-post .post-thumb .entry-thumbnail:hover:after,
.post-container.post-default .post-image .entry-thumbnail:hover:after,
.post-mini .post-image .entry-thumbnail:hover:after,
.post-masonry .post-image .entry-thumbnail:hover:after,
.blog-posts .blog-post .post-thumb .entry-thumbnail:hover:after {
  visibility: visible;
}
.single-container .single-post-inner .post-image .entry-thumbnail:hover .image-zoom,
.post-list .blog-post .post-thumb .entry-thumbnail:hover .image-zoom,
.post-container.post-default .post-image .entry-thumbnail:hover .image-zoom,
.post-mini .post-image .entry-thumbnail:hover .image-zoom,
.post-masonry .post-image .entry-thumbnail:hover .image-zoom,
.blog-posts .blog-post .post-thumb .entry-thumbnail:hover .image-zoom {
  visibility: visible;
}
.stick_post .blog-post .post-body .post-meta,
.post-default .blog-post .post-body .post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
.stick_post .blog-post .post-body .post-meta a,
.post-default .blog-post .post-body .post-meta a {
  color: #999999;
}
.stick_post .blog-post .post-body .post-meta a:hover,
.post-default .blog-post .post-body .post-meta a:hover {
  color: #f69b0d;
}
.stick_post .blog-post .post-body .post-meta .published,
.post-default .blog-post .post-body .post-meta .published {
  display: none;
}
.stick_post .blog-post .post-body .post-content p.post-text,
.post-default .blog-post .post-body .post-content p.post-text {
  margin-bottom: 14px;
}
.post,
.post-list {
  margin-bottom: 40px;
  overflow: hidden;
}
.post .blog-post .post-thumb .thumb img,
.post-list .blog-post .post-thumb .thumb img {
  background: #ffffff;
}
.post .blog-post .post-inner .post-title,
.post-list .blog-post .post-inner .post-title {
  margin-top: 0;
}
.post .blog-post .post-inner .post-meta,
.post-list .blog-post .post-inner .post-meta {
  margin-bottom: 12px;
}
.post .blog-post .post-inner .post-meta .published,
.post-list .blog-post .post-inner .post-meta .published {
  display: none;
}
.post .blog-post .post-inner .post-meta a,
.post-list .blog-post .post-inner .post-meta a {
  color: #adadad;
}
.post .blog-post .post-inner .post-meta a:hover,
.post-list .blog-post .post-inner .post-meta a:hover {
  color: #f69b0d;
}
.post .blog-post .post-inner .post-content,
.post-list .blog-post .post-inner .post-content {
  padding: 0;
}
.sticky,
.bypostauthor {
  border-color: transparent;
}
.post-sticky {
  border-color: transparent;
  padding: 0;
}
.lane-blog-isotope.masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.post-mini .post-image,
.post-masonry .post-image {
  position: relative;
  margin-bottom: 30px;
}
.post-mini .post-title,
.post-masonry .post-title {
  margin-top: 12px;
}
.post-mini .post-title a,
.post-masonry .post-title a {
  font-size: 14px;
  text-transform: uppercase;
}
.post-mini .post-meta,
.post-masonry .post-meta {
  margin-bottom: 7px;
}
.post-mini .post-meta .published,
.post-masonry .post-meta .published {
  display: none;
}
.post-mini .post-title {
  margin-top: 0;
}
.blog-posts .post-widget {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-posts .post-widget .blog-post .post-thumb {
  position: relative;
  margin-bottom: 10px;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta {
  color: #999999;
  font-size: 14px;
  padding: 0 0 8px 0;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta > span:first-child {
  padding-left: 0;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta > span.author {
  padding-left: 20px;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta > span.category {
  padding-left: 0;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta > span .fa {
  margin-right: 3px;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta > span.comment-count {
  padding-left: 0;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta a {
  color: #adadad;
}
.blog-posts .post-widget .blog-post .post-inner .post-meta a:hover {
  color: #f69b0d;
}
.blog-posts .post-widget .blog-post .post-inner .post-title {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0px;
}
.blog-posts .post-widget .blog-post .post-inner .post-title a {
  text-transform: none;
}
.single-container .post-thumb,
.post-container .post-thumb {
  overflow: hidden;
  position: relative;
}
.single-container .post-thumb .carousel-control,
.post-container .post-thumb .carousel-control {
  background: rgba(255, 255, 255, 0.6);
  width: 31px;
  height: 70px;
  top: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  margin-top: -35px;
}
.single-container .post-thumb .carousel-control.left,
.post-container .post-thumb .carousel-control.left {
  left: -31px;
}
.single-container .post-thumb .carousel-control.right,
.post-container .post-thumb .carousel-control.right {
  right: -31px;
}
.single-container .post-thumb .carousel-control i,
.post-container .post-thumb .carousel-control i {
  height: 100%;
  line-height: 70px;
  width: 100%;
}
.single-container .post-thumb:hover .carousel-control.left,
.post-container .post-thumb:hover .carousel-control.left {
  left: 0px;
}
.single-container .post-thumb:hover .carousel-control.right,
.post-container .post-thumb:hover .carousel-control.right {
  right: 0px;
}
.post-container {
  margin-bottom: 40px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.post-container .name-cat {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 16px;
  margin-bottom: 24px;
  margin-top: 0;
  color: #444444;
}
.post-container .post-thumb {
  overflow: hidden;
  position: relative;
}
.post-container .post-thumb img {
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.post-container .post-thumb .carousel-control {
  background: rgba(255, 255, 255, 0.6);
  width: 31px;
  height: 70px;
  top: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  margin-top: -35px;
}
.post-container .post-thumb .carousel-control.left {
  left: -31px;
}
.post-container .post-thumb .carousel-control.right {
  right: -31px;
}
.post-container .post-thumb .carousel-control i {
  height: 100%;
  line-height: 70px;
  width: 100%;
}
.post-container .post-thumb:hover .carousel-control.left {
  left: 0px;
}
.post-container .post-thumb:hover .carousel-control.right {
  right: 0px;
}
.post-container .readmore {
  margin-top: 24px;
}
.post-container .entry-title a {
  color: #444444;
}
.post-container .entry-title a:hover {
  color: #e24545;
}
.post-container.post-default .post-image {
  position: relative;
  overflow: hidden;
}
.post-container.post-default .post-image .entry-thumbnail {
  margin-bottom: 25px;
}
.post-container.post-default .post-image .post-thumb {
  margin-bottom: 15px;
}
.post-container.post-default .post-image.has-thumb .published {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 34px;
  line-height: 34px;
  padding: 0px 13px;
  background: #ffffff;
  color: #7f7f7f;
  font-size: 14px;
  text-transform: uppercase;
}
.post-container.post-default .post-image.has-thumb .published:before {
  background: #ffffff;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
}
.post-container.post-default .post-meta .published {
  display: none;
}
.post-container.post-default .post-meta.meta-date-comment .published {
  display: block;
}
.single .single-container,
.single-post .single-container {
  position: relative;
}
.single .single-container .single-post-inner .post-image,
.single-post .single-container .single-post-inner .post-image {
  margin-bottom: 40px;
  position: relative;
}
.single .single-container .single-post-inner .post-image .post-thumb,
.single-post .single-container .single-post-inner .post-image .post-thumb {
  margin-bottom: 20px;
}
.single .single-container .single-post-inner .post-image.has-thumb .published,
.single-post .single-container .single-post-inner .post-image.has-thumb .published {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 34px;
  line-height: 34px;
  padding: 0px 13px;
  background: #ffffff;
  color: #7f7f7f;
  font-size: 14px;
  text-transform: uppercase;
}
.single .single-container .single-post-inner .post-image.has-thumb .published:before,
.single-post .single-container .single-post-inner .post-image.has-thumb .published:before {
  background: #ffffff;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
}
.single .single-container .single-post-inner .post-title,
.single-post .single-container .single-post-inner .post-title {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single .single-container .single-post-inner .post-meta,
.single-post .single-container .single-post-inner .post-meta {
  font-size: 14px;
  margin-bottom: 13px;
}
.single .single-container .single-post-inner .post-meta > span,
.single-post .single-container .single-post-inner .post-meta > span {
  margin-right: 15px;
}
.single .single-container .single-post-inner .post-meta > span.author,
.single-post .single-container .single-post-inner .post-meta > span.author,
.single .single-container .single-post-inner .post-meta > span.tag,
.single-post .single-container .single-post-inner .post-meta > span.tag,
.single .single-container .single-post-inner .post-meta > span.category,
.single-post .single-container .single-post-inner .post-meta > span.category {
  display: none;
}
.single .single-container .single-post-inner .post-meta > span a,
.single-post .single-container .single-post-inner .post-meta > span a {
  color: #a1a1a1;
}
.single .single-container .single-post-inner .post-meta > span a:hover,
.single-post .single-container .single-post-inner .post-meta > span a:hover {
  color: #f69b0d;
}
.single .single-container .single-post-inner .post-meta > span.published,
.single-post .single-container .single-post-inner .post-meta > span.published {
  display: none;
}
.single .single-container .single-post-inner .post-meta > span:last-child,
.single-post .single-container .single-post-inner .post-meta > span:last-child {
  margin-right: 0;
}
.single .single-container .single-post-inner .post-content,
.single-post .single-container .single-post-inner .post-content {
  margin-bottom: 25px;
}
.single .single-container .single-post-inner .post-extend-meta,
.single-post .single-container .single-post-inner .post-extend-meta {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 55px;
  margin-bottom: 60px;
  padding-top: 10px;
}
.single .single-container .single-post-inner .post-extend-meta .social-title,
.single-post .single-container .single-post-inner .post-extend-meta .social-title {
  float: left;
  color: #333333;
  font-size: 13px;
  margin-right: 15px;
  text-transform: uppercase;
}
.single .single-container .single-post-inner .post-extend-meta .social-icons li a,
.single-post .single-container .single-post-inner .post-extend-meta .social-icons li a {
  color: #333333;
  font-size: 18px;
}
.single .single-container .single-post-inner .post-extend-meta .social-icons li a:hover,
.single-post .single-container .single-post-inner .post-extend-meta .social-icons li a:hover,
.single .single-container .single-post-inner .post-extend-meta .social-icons li a:active,
.single-post .single-container .single-post-inner .post-extend-meta .social-icons li a:active,
.single .single-container .single-post-inner .post-extend-meta .social-icons li a:focus,
.single-post .single-container .single-post-inner .post-extend-meta .social-icons li a:focus {
  color: #f69b0d;
}
.single .single-container .single-post-inner .post-extend-meta .post-tag,
.single-post .single-container .single-post-inner .post-extend-meta .post-tag {
  text-align: right;
  padding-bottom: 10px;
}
.single .single-container .single-post-inner .post-extend-meta .post-tag span.tag,
.single-post .single-container .single-post-inner .post-extend-meta .post-tag span.tag {
  color: #333;
  font-size: 13px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.single .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a,
.single-post .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a {
  color: #666;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.single .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a:hover,
.single-post .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a:hover {
  color: #f69b0d;
}
.single .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a:first-child,
.single-post .single-container .single-post-inner .post-extend-meta .post-tag span.tag > a:first-child {
  margin-left: 15px;
}
.no-thumb .published {
  position: relative !important;
}
#comments .heading {
  color: #2b2b2b;
  display: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 55px;
  text-transform: uppercase;
}
#comments .comment-heading {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
#comments .comment-heading:after {
  background-color: #f69b0d;
  content: "";
  height: 3px;
  width: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
}
#comments .comments-list .heading {
  border-bottom: 1px solid #eeeeee;
}
#comments .comments-list .commentlists li .comment-body {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 60px;
  min-height: 120px;
  margin-bottom: 20px;
}
#comments .comments-list .commentlists li .comment-body img.avatar {
  border: 5px solid #f69b0d;
  position: absolute;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#comments .comments-list .commentlists li .comment-body .comment-text {
  background: transparent;
  margin-left: 150px;
  padding: 10px 0px;
  position: relative;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta {
  margin-bottom: 8px;
  text-align: right;
  position: relative;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta span {
  padding-right: 25px;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta span.author-name {
  float: left;
  font-size: 16px;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta span.author-name a {
  color: #333;
  text-transform: capitalize;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta span.comment-meta-date {
  font-size: 12px;
  padding-right: 45px;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta .comment-reply-link {
  font-size: 0;
  position: relative;
}
#comments .comments-list .commentlists li .comment-body .comment-text .comment-meta .comment-reply-link:after {
  content: url("../images/comment-reply.png");
  position: absolute;
  width: 17px;
  height: 17px;
  right: 0;
}
#comments .comments-list .commentlists li ul.children {
  padding-left: 100px;
}
#comments .comments-list .commentlists li ul.children li {
  list-style: none;
}
#comments .commentform .heading {
  margin-bottom: 10px;
}
#comments .commentform .form-group label {
  font-weight: 400;
}
#comments .commentform .form-group input.form-control,
#comments .commentform .form-group textarea.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #eeeeee;
  max-width: 575px;
}
#comments .commentform .form-group input.form-control:focus,
#comments .commentform .form-group textarea.form-control:focus,
#comments .commentform .form-group input.form-control:active,
#comments .commentform .form-group textarea.form-control:active {
  border-color: #f69b0d;
}
#comments .commentform .form-submit input.btn-default {
  background: #fff;
  color: #515151;
  text-transform: uppercase;
}
#comments .commentform .form-submit input.btn-default:hover,
#comments .commentform .form-submit input.btn-default:focus,
#comments .commentform .form-submit input.btn-default:active {
  background: #f69b0d;
  border-color: #f69b0d;
  color: #ffffff;
}
.contact-form-content {
  padding: 15px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  min-height: 260px;
}
.contact-form-content .rounded {
  display: table;
  color: #ffffff;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #cccccc;
}
.contact-form-content .rounded .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.contact-form-content small {
  color: #333333;
}
.lane-woo-categories .owl-controls {
  margin-top: 35px;
}
.lane-woo-categories .owl-controls .owl-page span {
  background: none;



  border: 1px solid #ffffff;
  margin: 6px;
}
.lane-woo-categories .owl-controls .owl-page.active span {
  background: #ffffff;
}
.lane-woo-categories .item .image {
  position: relative;
  overflow: hidden;
}
.lane-woo-categories .item .image a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.lane-woo-categories .item .image a:after,
.lane-woo-categories .item .image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.lane-woo-categories .item .image a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: -100%;
  z-index: -1;
}
.lane-woo-categories .item .image a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -100%;
  z-index: -1;
}
.lane-woo-categories .item .image a:hover:before {
  left: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.lane-woo-categories .item .image a:hover:after {
  right: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.lane-woo-categories .item .image i {
  background: #ffffff;
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 27px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}
.lane-woo-categories .item .image i:after {
  background: #ffffff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 27px;
}
.lane-woo-categories .item .image:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lane-woo-categories .item a.cat-name {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 15px;
}
.lane-woo-categories .item a.cat-name span {
  display: block;
}
.lane-woo-categories .item a.cat-name span.count {
  font-size: 12px;
}
.lane-woo-categories.categories-grid .item {
  margin-bottom: 30px;
}
.lane-woo-products-carousel .owl-controls .owl-page span,
.blog-posts-carousel .owl-controls .owl-page span,
.lane-brands-carousel .owl-controls .owl-page span {
  background: #e4e4e4;
  margin: 6px;
}
.lane-woo-products-carousel .owl-controls .owl-page.active span,
.blog-posts-carousel .owl-controls .owl-page.active span,
.lane-brands-carousel .owl-controls .owl-page.active span {
  background: none;
  border: 1px solid #4f4f4f;
}
.lane-woo-products-carousel .owl-wrapper-outer {
  margin-left: 0px;
  margin-right: 0px;
}
.lane-woo-products-carousel .owl-wrapper-outer .owl-item img {
  width: 100% !important;
}
.vc_section .vc_icon_element.testimonial-icon {
  background: #fff;
  height: 50px;
  left: 0;
  margin: 0 auto;
  padding: 7px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -104px;
  width: 100px;
}
.vc_section .vc_icon_element.testimonial-icon:after {
  border-top: 26px solid #fff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -26px;
  width: 0;
}
.vc_section .vc_icon_element.testimonial-icon:before {
  border-bottom: 26px solid #fff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -26px;
  width: 0;
}
.vc_section .vc_icon_element.testimonial-icon .vc_icon_element-inner {

  background: #7ec6ac none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 30px;
  height: 42px;
  line-height: 42px;
  position: relative;
  top: -3px;
  z-index: 10;
}
.vc_section .vc_icon_element.testimonial-icon .vc_icon_element-inner:before {
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-bottom: 22px solid #7ec6ac;
  top: -22px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.vc_section .vc_icon_element.testimonial-icon .vc_icon_element-inner:after {
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-top: 22px solid #7ec6ac;
  bottom: -22px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.wplane-testimonial {
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.wplane-testimonial .widget-title:after {
  left: 50%;
  margin-left: -12.5px;
}
.wplane-testimonial .item {
  max-width: 1170px;
  margin: 0 auto;
}
.wplane-testimonial .content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
.wplane-testimonial .info .name {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.wplane-testimonial .info .name:before {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #666666;
  width: 25px;
  margin-right: 10px;
}
.wplane-testimonial .info .name:after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #666666;
  width: 25px;
  margin-left: 10px;
}
.wplane-testimonial .info .job {
  font-size: 12px;
}
.wplane-testimonial.style-1 .item .image img {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 130px;
  height: 130px;
}
.wplane-testimonial.style-1 .item .content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 70px;
}
.wplane-testimonial.style-1 .owl-carousel {
  position: relative;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-pagination,
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-pagination {
  top: 145px;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page span {
  background-color: #333333;
  border-color: transparent;
  width: 8px;
  height: 8px;
  margin: 0 2.5px;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background-color: #f69b0d;
  border-color: transparent;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons {
  top: 65px;
  margin-top: -17px;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  margin: 0 115px;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: auto;
  margin: 0 0 0 -174px;
}
.wplane-testimonial.style-1 .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: auto;
}
.wplane-testimonial #testimonial-owl-carousel2 {
  max-width: 1170px;
  margin: 0 auto;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  width: auto !important;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-item {
  display: inline-block !important;
  float: none !important;
  width: 70px !important;
  margin: 15px !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-item .thumbnail {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-item .thumbnail img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-item.selected {
  width: 100px !important;
  margin: 0 15px !important;
}
.wplane-testimonial #testimonial-owl-carousel2 .owl-wrapper-outer .owl-item.selected .thumbnail {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wplane-testimonial.pthumbnail {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.wplane-testimonial.pthumbnail .widget-title {
  margin-right: 0;
  margin-left: 0;
}
.wplane-testimonial.pthumbnail .info {
  padding-top: 112px;
}
.wplane-testimonial.pthumbnail #testimonial-owl-carousel2 {
  position: absolute;
  bottom: 60px;
}
.wplane-testimonial.not_singleItem .content blockquote:after {
  left: 0;
}
.wplane-testimonial.not_singleItem .image {
  margin-top: 10px;
}
.wplane-testimonial.not_singleItem .info {
  padding-top: 0;
}
.wplane-testimonial .testimonial-grid .col-grid-5 {
  width: 20%;
}
.wplane-testimonial .testimonial-grid .item .content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  padding: 15px 20px;
  position: relative;
  text-align: left;
}
.wplane-testimonial .testimonial-grid .item .content:after {
  border-right: 15px solid transparent;
  border-top: 15px solid #e6e6e6;
  content: "";
  left: 80px;
  position: absolute;
  top: 100%;
}
.wplane-testimonial .testimonial-grid .item .content:before {
  border-right: 13px solid transparent;
  border-top: 13px solid #ffffff;
  content: "";
  left: 81px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.wplane-testimonial .testimonial-grid .item .image {
  float: left;
  margin-right: 15px;
}
.wplane-testimonial .testimonial-grid .item .info {
  text-align: left;
}
.wplane-testimonial .testimonial-grid .item .info .name {
  color: #8b8b8b;
}
.wplane-testimonial .testimonial-grid .item .info .name:after,
.wplane-testimonial .testimonial-grid .item .info .name:before {
  width: 0;
  margin: 0;
}
.wplane-testimonial.style-2 {
  margin-right: -15px;
  margin-left: -15px;
}
.wplane-testimonial.style-2 .widget-title {
  margin-right: 15px;
  margin-left: 15px;
}
.wplane-testimonial.style-2 .item {
  text-align: left;
}
.wplane-testimonial.style-2 .item .content {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}
.wplane-testimonial.style-2 .item .image {
  float: left;
  margin-right: 20px;
}
.wplane-testimonial.style-2 .item .info {
  padding-top: 20px;
}
.wplane-testimonial.style-2 .item .info .name:after,
.wplane-testimonial.style-2 .item .info .name:before {
  width: 0;
  margin: 0;
}
.wplane-testimonial.style-2 .owl-carousel {
  position: relative;
  padding-top: 0;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 60px;
  height: 20px;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-buttons > div {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #696969;
  font-size: 14px;
  height: 20px;
  left: auto;
  line-height: 16px;
  margin: 0;
  text-align: center;
  top: 0;
  visibility: visible;
  width: 20px;
  padding: 0;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  left: 0;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-buttons > div.owl-next {
  right: 0;
  margin-left: 10px;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-buttons > div.owl-next .fa {
  padding: 0 7px;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-buttons > div:hover {
  background: #dcdcdc;
  color: #333;
}
.wplane-testimonial.style-2 .owl-carousel .owl-controls .owl-pagination .owl-page span {
  margin: 5px 2px;
}
.wplane-partner-carousel .partner {
  text-align: center;
}
.wplane-partner-carousel.style-2 .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
}
.wplane-partner-carousel.style-2 .owl-controls .owl-buttons > div {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #696969;
  width: 21px;
  height: 21px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: hidden;
}
.wplane-partner-carousel.style-2 .owl-controls .owl-buttons > div.owl-prev {
  left: -42px;
}
.wplane-partner-carousel.style-2 .owl-controls .owl-buttons > div.owl-next {
  right: -42px;
}
.wplane-partner-carousel.style-2 .owl-controls .owl-buttons > div:hover {
  background: #dcdcdc;
  color: #888;
}
.wplane-partner-carousel.style-2:hover .owl-controls .owl-buttons > div {
  visibility: visible;
}
.wplane-partner-carousel.style-2:hover .owl-controls .owl-buttons > div.owl-prev {
  left: -21px;
}
.wplane-partner-carousel.style-2:hover .owl-controls .owl-buttons > div.owl-next {
  right: -21px;
}
.counter.wplane-counter {
  text-align: center;
}
.counter.wplane-counter i {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  display: block;
}
.counter.wplane-counter span {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
  color: #fff;
  padding: 9px 0 7px;
}
.counter.wplane-counter .counter-percent {
  font-size: 44px;
}
.counter.wplane-counter .counter-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.news-letter-wrapper button p {
  display: none;
}
.wplane-mailchimp {
  margin-left: auto;
  margin-right: auto;
}
.wplane-mailchimp .mailchimp-heading {
  margin-bottom: 20px;
}
.wplane-mailchimp .mailchimp-heading h2 {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.wplane-mailchimp .mailchimp-heading .heading-sub-title {
  padding-top: 10px;
  display: block;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.wplane-mailchimp .mc4wp-form .news-letter-wrapper > p {
  display: none;
}
.wplane-mailchimp .mc4wp-form .news-letter-text-box {
  font-size: 0;
}
.wplane-mailchimp .mc4wp-form .news-letter-wrapper button p {
  display: block;
  font-size: 13px;
}
.wplane-mailchimp .mc4wp-form input[type="email"] {
  width: 252px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.wplane-mailchimp .mc4wp-form button {
  width: 117px;
  margin-left: -1px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.wplane-mailchimp .mc4wp-form button span {
  display: none;
}
.wplane-mailchimp .mc4wp-form button p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.wplane-mailchimp .mc4wp-form button:hover {
  background-color: #ffffff;
}
.wplane-mailchimp .mc4wp-form button:hover p {
  color: #f69b0d;
}
.wplane-mailchimp .wplane-social {
  list-style-type: none;
  margin: 43px 0 0 0;
  padding: 0;
}
.wplane-mailchimp .wplane-social li {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 33px;
  height: 33px;
  margin: 0 6px;
  position: relative;
}
.wplane-mailchimp .wplane-social li:hover {






  text-align: center;
}
.wplane-mailchimp .wplane-social li:hover a {
  background-color: #ffffff;
  color: #f69b0d;
}
.wplane-mailchimp .wplane-social li a {
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.wplane-mailchimp .wplane-social li i {
  line-height: 25px;
}
.wplane-mailchimp .heading-line:before,
.wplane-mailchimp .heading-line:after {
  border-color: #FFFFFF;
}
.wplane-mailchimp .heading-line span {
  border-color: #FFFFFF;
}
.wplane-mailchimp .heading-line span:before,
.wplane-mailchimp .heading-line span:after {
  border-color: #FFFFFF;
}
@media (max-width: 480px) {
  .wplane-mailchimp input[type="email"] {
    width: 180px !important;
  }
  .wplane-mailchimp button {
    width: 90px !important;
  }
}
.product-collection {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.product-collection .collection {
  position: relative;
}
.product-collection .collection .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product-collection .collection-inner {
  border: 10px solid transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product-collection .collection-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-collection .collection-description .content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: -moz-calc(50%);
  top: -webkit-calc(50%);
  top: -o-calc(50%);
  top: calc(50%);
  position: relative;
}
.product-collection .collection-description .content h1,
.product-collection .collection-description .content h2,
.product-collection .collection-description .content h3,
.product-collection .collection-description .content h4,
.product-collection .collection-description .content h5,
.product-collection .collection-description .content h6,
.product-collection .collection-description .content p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 100%;
}
.product-collection .collection-description a.btn {
  background: #fff;
  margin-top: 10px;
  margin-right: 20px;
}
.product-collection .collection-description a.btn:hover,
.product-collection .collection-description a.btn:focus,
.product-collection .collection-description a.btn:active {
  background-color: #f69b0d;
}
.product-collection .collection-description .image img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.product-collection .collection-description:hover .image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product-collection.style-1 {
  color: #666666;
}
.product-collection.style-1 h1 {
  color: #333333;
}
.product-collection.style-1 .conllection {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-collection.style-1 .image img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.product-collection.style-1 .collection-description a.btn {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.product-collection.style-1 .collection-description a.btn:hover,
.product-collection.style-1 .collection-description a.btn:focus,
.product-collection.style-1 .collection-description a.btn:active {
  background-color: transparent;
  color: #f69b0d;
}
.product-collection.style-1 .collection-description {
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product-collection.style-1:hover .collection-description {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-collection.style-1:hover .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-collection.style-2 .image img {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-collection.style-2:hover .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.75;
}
.row_column_border_right .wpb_column .wplane-icon-box.style-1 .icon-box {
  border-right: 1px solid #eeeeee;
}
.row_column_border_right .wpb_column .wplane-icon-box.style-1.white .icon-box {
  border-right: 1px solid #717171;
}
.row_column_border_right .wpb_column:last-child .wplane-icon-box.style-1 .icon-box {
  border-color: transparent;
}
.lane-icon-box .box-title,
.wplane-icon-box .box-title {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.lane-icon-box p.desc,
.wplane-icon-box p.desc {
  font-size: 13px;
}
.lane-icon-box a:hover,
.wplane-icon-box a:hover {
  text-decoration: none;
  outline: none;
}
.lane-icon-box .box-icon,
.wplane-icon-box .box-icon {
  float: left;
  position: relative;
  margin-right: 10px;
  line-height: 100%;
}
.lane-icon-box .box-icon span,
.wplane-icon-box .box-icon span {
  display: block;
  font-size: 22px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.lane-icon-box .box-icon.icon-image img,
.wplane-icon-box .box-icon.icon-image img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.lane-icon-box .box-icon.icon-image .img-second,
.wplane-icon-box .box-icon.icon-image .img-second {
  display: none;
}
.lane-icon-box:hover .box-icon.icon-image .img-first,
.wplane-icon-box:hover .box-icon.icon-image .img-first {
  display: none;
}
.lane-icon-box:hover .box-icon.icon-image .img-second,
.wplane-icon-box:hover .box-icon.icon-image .img-second {
  display: block;
}
.lane-icon-box.style-1 .icon-box,
.wplane-icon-box.style-1 .icon-box {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 100%;
  margin-bottom: 15px;
}
.lane-icon-box.style-1 .icon-box a.box-icon,
.wplane-icon-box.style-1 .icon-box a.box-icon,
.lane-icon-box.style-1 .icon-box .box-info,
.wplane-icon-box.style-1 .icon-box .box-info {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.lane-icon-box.style-1 .icon-box a.box-icon,
.wplane-icon-box.style-1 .icon-box a.box-icon,
.lane-icon-box.style-1 .icon-box a.box-title,
.wplane-icon-box.style-1 .icon-box a.box-title {
  color: #333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.lane-icon-box.style-1 .icon-box:hover a.box-icon,
.wplane-icon-box.style-1 .icon-box:hover a.box-icon,
.lane-icon-box.style-1 .icon-box:hover a.box-title,
.wplane-icon-box.style-1 .icon-box:hover a.box-title {
  color: #f69b0d;
}
.lane-icon-box.style-1.white a.box-icon,
.wplane-icon-box.style-1.white a.box-icon,
.lane-icon-box.style-1.white a.box-title,
.wplane-icon-box.style-1.white a.box-title {
  color: #ffffff;
}
.lane-icon-box.style-2 .box-info,
.wplane-icon-box.style-2 .box-info {
  margin-bottom: 14px;
  padding: 0;
  position: relative;
}
.lane-icon-box.style-2 .box-info .box-title,
.wplane-icon-box.style-2 .box-info .box-title {
  color: #202020;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.lane-icon-box.style-2 .box-info .box-title:hover,
.wplane-icon-box.style-2 .box-info .box-title:hover {
  color: #f69b0d;
}
.lane-icon-box.style-2 .box-icon,
.wplane-icon-box.style-2 .box-icon {
  background: transparent;
  color: #202020;
  float: none;
  height: auto;
  padding: 0px;
  position: relative;
  text-align: center;
  width: auto;
}
.lane-icon-box.style-2 .box-icon span,
.wplane-icon-box.style-2 .box-icon span {
  display: block;
  font-size: 14px;
}
.wplane-ourteam img {
  width: 100%;
  height: auto;
}
.wplane-ourteam .content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 17px;
}
.wplane-ourteam .ourteam-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.wplane-ourteam .ourteam-slider .item {
  margin-left: 15px;
  margin-right: 15px;
}
.wplane-ourteam .item {
  background-color: #f8f8f8;
  color: #9c9c9c;
  text-align: center;
}
.wplane-ourteam .item .name {
  font-size: 14px;
  color: #383838;
  padding-top: 17px;
  text-transform: uppercase;
  margin: 0;
}
.wplane-ourteam .item .job {
  font-size: 14px;
  padding-top: 1px;
  margin: 0;
}
.wplane-ourteam .item .social {
  padding-top: 6px;
}
.wplane-ourteam .item .social i {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  padding: 5px 7px;
  text-shadow: 0 1px 5px #888;
}
.wplane-ourteam .item .social i:hover {
  color: #f69b0d;
}
.wplane-ourteam .item .social i[class^="icon-"],
.wplane-ourteam .item .social i[class*="icon-"] {
  vertical-align: sub;
}
.wplane-ourteam.style-1 .item {
  background-color: transparent;
}
.wplane-ourteam.style-1 .item .name {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-top: 25px;
}
.wplane-ourteam.style-1 .item .content .social {
  display: none;
}
.wplane-ourteam.style-1 .item:hover .image {
  border-color: #f69b0d;
}
.wplane-ourteam.style-1 .item:hover .social .social-s {
  visibility: visible;
}
.wplane-ourteam.style-1 .image {
  border: 5px solid #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.wplane-ourteam.style-1 .image .social {
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
}
.wplane-ourteam.style-1 .image .social .social-s {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wplane-ourteam.style-1 .image .social .social-s .social-w {
  position: relative;
  top: -moz-calc(50%);
  top: -webkit-calc(50%);
  top: -o-calc(50%);
  top: calc(50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.wpcf7-form h3.widget-title {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;

  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 80px;
}
form.wpcf7-form h3.widget-title:after {
  background-color: #f69b0d;
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
form.wpcf7-form p {
  margin-bottom: 19px;
}
form.wpcf7-form .name,
form.wpcf7-form .email {
  float: left;
  max-width: 270px;
}
form.wpcf7-form .name {
  margin-right: 30px;
}
form.wpcf7-form .message {
  clear: both;
  padding-top: 30px;
}
form.wpcf7-form .name,
form.wpcf7-form .email,
form.wpcf7-form .message {
  text-transform: uppercase;
  font-weight: 700;
}
form.wpcf7-form textarea.wpcf7-textarea,
form.wpcf7-form input.wpcf7-text {
  border-color: #eeeeee;
  width: 255px;
  height: 48px;
  text-transform: none;
  font-weight: 400;
}
form.wpcf7-form textarea.wpcf7-textarea:focus,
form.wpcf7-form input.wpcf7-text:focus,
form.wpcf7-form textarea.wpcf7-textarea:active,
form.wpcf7-form input.wpcf7-text:active {
  border-color: #f69b0d;
}
form.wpcf7-form textarea.wpcf7-textarea {
  width: 540px;
  height: 128px;
}
form.wpcf7-form input.wpcf7-submit {
  font-weight: 700;
}
.mainbody-bottom .widget {
  margin-bottom: 20px;
}
.mainbody-bottom .widget .vc_section .wpb_content_element,
.mainbody-bottom .widget:last-child {
  margin-bottom: 0;
}
.page-footer {
  clear: both;
}
.page-footer .widget {
  margin-bottom: 20px;
}
.block-subcribe label {
  font-weight: normal;
  color: #727272;
  font-size: 13px;
  margin-bottom: 15px;
}
.block-subcribe .input-group {
  display: block;
}
.block-subcribe .form-control {
  display: block;
  width: 100%;
  margin: 0 0 13px;
  height: 40px;
  padding-left: 10px;
  background: #2f2f2f;
  color: #aaa;
  border: none;
}
.block-subcribe .input-group-btn {
  display: block;
}
.block-subcribe .input-group-btn .btn-primary {
  display: inline-block;
  background: #e24545;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.block-subcribe .input-group-btn .btn-primary:hover {
  background: #333;
}
.block-subcribe p {
  margin: 0;
}
.post-area article {
  margin-bottom: 15px;
}
.wplane-search {
  background: #fff;
  display: flex;
  float: left;
  height: 68px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.wplane-search .cate-toggler {
  background-color: #202020;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  height: 48px;
  line-height: 48px;
  padding: 0 55px 0 44px;
  position: relative;
  white-space: nowrap;
}
.wplane-search .cate-toggler:before {
  content: "\f00a";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 17px;
  top: 0px;
}
.wplane-search .cate-toggler:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 0;
}
.wplane-search .widget_product_categories {
  left: 0;
  position: absolute;
  top: 52px;
  z-index: 1001;
  margin: 0;
  padding: 0;
}
.wplane-search .widget_product_categories .widgettitle {
  display: none;
}
.wplane-search .widget_product_categories ul.product-categories {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  height: 0;
  margin: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow-y: auto;
  padding: 0;
  width: 200px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.wplane-search .widget_product_categories ul.product-categories.open {
  visibility: visible;
  height: auto;
  max-height: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wplane-search .widget_product_categories ul.product-categories li {
  list-style: none;
}

.wplane-search .widget_product_categories ul.product-categories li a {
  color: #747474;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.wplane-search .widget_product_categories ul.product-categories li a:focus {
  text-decoration: none;
}
.wplane-search .widget_product_categories ul.product-categories li a.active,
.wplane-search .widget_product_categories ul.product-categories li a:hover {
  background-color: #b3b3b3;
  background-image: linear-gradient(to bottom, #a1a1a1 0%, #949494 100%);
  background-repeat: repeat-x;
  color: #fff;
}
.wplane-search .widget_product_categories ul.product-categories li.current-cat > a {
  background-color: #b3b3b3;
  background-image: linear-gradient(to bottom, #a1a1a1 0%, #949494 100%);
  background-repeat: repeat-x;
  color: #fff;
}
.wplane-search .widget_product_categories ul.product-categories li ul.children {
  margin: 0;
  padding-left: 0;
}
.wplane-search .widget_product_categories ul.product-categories li ul.children a:before {
  content: "_";
  display: inline-block;
  margin-right: 3px;
}
.wplane-search .widget_product_categories ul.product-categories li ul.children ul.children a:before {
  content: "_ _";
  display: inline-block;
  margin-right: 3px;
}
.wplane-search .widget_product_categories ul.product-categories li ul.children ul.children ul.children a:before {
  content: "_ _ _";
  display: inline-block;
  margin-right: 3px;
}
.wplane-search .widget_product_categories ul.product-categories li ul.children ul.children ul.children ul.children a:before {
  content: "_ _ _ _";
  display: inline-block;
  margin-right: 3px;
}
.wplane-search .widget_product_search {
  border: 1px solid #eaeaea;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wplane-search .widget_product_search .widgettitle {
  display: none;
}
.wplane-search .widget_product_search #searchform label {
  display: none;
}
.wplane-search .widget_product_search #searchform #ws {
  border: none;
  float: left;
  font-size: 14px;
  height: 32px;
  margin: 9px 0 0;
  outline: none;
  padding: 0 0 0 20px;
  width: 60%;
}
.wplane-search .widget_product_search #searchform #wsearchsubmit {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  display: block;
  float: right;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.wplane-search .widget_product_search #searchform #wsearchsubmit i {
  font-size: 16px;
}
.wplane-search .widget_product_search #searchform #wsearchsubmit:hover {
  color: #4d4d4d;
}
.lane-product-widget .product .product-block .image {
  border: none;
}
.lane-product-widget.style_2 .product .product-block {
  display: block !important;
  margin: 0;
}
.lane-product-widget.style_2 .product .product-block .image,
.lane-product-widget.style_2 .product .product-block .product-meta {
  width: 100%;
  margin: 0;
  text-align: center;
}
.lane-product-widget.style_2 .product .product-block .image {
  margin-bottom: 15px !important;
}
.lane-product-widget.style_2 .product .product-block .image span.countdown {
  display: block;
}
.lane-product-widget.style_2 .product .product-block .product-meta {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding-bottom: 20px;
}
.lane-product-widget.style_2 .product .product-block .product-meta .name a {
  font-size: 14px;
  text-transform: none;
}
.lane-product-widget.style_2 .product .product-block .product-meta .woocommerce-product-rating {
  margin: 0 0 8px;
}
.lane-product-widget.style_2 .product .product-block .product-meta .woocommerce-product-rating .star {
  visibility: visible;
}
.lane-product-widget.style_2 .product .product-block .product-meta .woocommerce-product-rating .star-rating {
  display: inline-block;
  margin: 0 !important;
}
.lane-product-widget.style_2 .product .product-block .product-meta .product-button-action {
  display: block;
}
.lane-product-widget.style_2 .product .product-block .product-meta .product-button-action.btn-cart-action:after,
.lane-product-widget.style_2 .product .product-block .product-meta .product-button-action.btn-cart-action:before {
  height: 0;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item img {
  -webkit-transform-style: inherit;
  -moz-transform-style: inherit;
  -ms-transform-style: inherit;
  -o-transform-style: inherit;
  transform-style: inherit;
  display: inline-block;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: transparent;
  border: 1px solid #626262;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  height: 30px;
  padding: 5px 10px;
  width: 30px;
}
div.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
#portfolio .portfolio-box .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.post-widget article,
.comment-widget article {
  margin-bottom: 20px;
}
.post-widget article:last-child,
.comment-widget article:last-child {
  margin-bottom: 0;
}
.post-widget article img,
.comment-widget article img {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 11.25px;
}
.post-widget article h6,
.comment-widget article h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.post-widget article p,
.comment-widget article p {
  font-size: 0.86667em;
  margin-bottom: 0;
}
.recent-post-widget .post {
  margin-bottom: 15px;
}
.recent-post-widget .post .thumb {
  width: 100px;
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
}
.recent-post-widget .post .post-body .title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
}
.recent-post-widget .post .post-body .title a {
  color: #333;
}
.recent-post-widget .post .post-body .title a:hover {
  color: #f69b0d;
}
.recent-post-widget .post .post-body .content .text-readmore {
  text-align: right;
}
.recent-post-widget .post .post-body .meta {
  color: #999999;
  margin-bottom: 6px;
}
.recent-post-widget .post .post-body .meta a {
  color: #999;
}
.recent-post-widget .post .post-body .meta a:hover {
  color: #f69b0d;
}
.recent-post-widget .post .post-body .meta > span {
  margin-right: 10px;
}
.recent-post-widget .post .post-body .meta > span:last-child {
  margin-right: 0;
}
.recent-post-widget .post .post-body .meta i.fa-calendar {
  font-size: 13px;
}
.recent-post-widget .post:last-child {
  border: none;
}
.recent-post-widget.style-2 .post .thumb {
  width: 100%;
  float: none;
}
.post-widget article:first-child {
  padding-top: 0;
}
.post-widget article p {
  color: #dddddd;
}
.post-widget h6 {
  max-height: 65px;
  overflow: hidden;
  line-height: 20px;
}
.post-widget h6 a {
  color: #444444;
  font-weight: 600;
  font-size: 13px;
}
.post-widget h6 a:hover {
  text-decoration: underline;
}
.post-widget .blog-post .post-inner .post-content {
  margin-bottom: 2px;
}
.post-widget .blog-post .post-inner .post-content .post-text {
  margin-bottom: 10px;
}
.post-widget .blog-post .post-inner .post-content .post-readmore {
  margin: 0;
}
.flickr-gallery img {
  float: left;
  width: 72px;
  height: 72px;
  padding: 3px;
}
ul.social-icons {
  padding: 0;
}
ul.social-icons li {
  display: inline-block;
  padding: 0 10px;
  list-style: none;
}
.lane-media-grid .vc_masonry_media_grid .vc_grid .vc_grid-item {
  float: left;
  width: 33.3333%;
}
.lane-media-grid .vc_masonry_media_grid .vc_grid .vc_grid-item .vc_gitem-zone {
  background-size: auto auto;
}
.error404 .page_not_found {
  padding-bottom: 100px;
}
.error404 .page_not_found h1 {
  color: #333;
  text-transform: uppercase;
  font-size: 250px;
  font-weight: 400;
  opacity: 0.2;
  filter: alpha(opacity=20);
  line-height: 100%;
  margin-bottom: 90px;
  margin-top: 120px;
}
.error404 .page_not_found h5 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.error404 .page_not_found .icon-404 {
  color: #e5e5e5;
  font-size: 144px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 0.125;
}
.error404 .page_not_found .button-return {
  margin-top: 84px;
}
.error404 .page_not_found .button-return h6 {
  display: inline-block;
  font-size: 24px;
  margin-right: 20px;
  line-height: 100%;
}
.error404 .page_not_found .button-return a.btn {
  background-color: #333333;
  border: none;
  color: #fff;
  font-size: 14px;
  margin: 0 14px;
  padding: 12px 30px;
  text-transform: uppercase;
}
.error404 .page_not_found .button-return a.btn.continue {
  background-color: #f69b0d;
}
.error404 #searchform {
  margin-top: 60px;
  margin-bottom: 100px;
}
.error404 #searchform input.form-control {
  padding-left: 15px;
  padding-right: 110px;
}
.error404 #searchform input#searchsubmit {
  background-color: #ce9634;
  text-transform: uppercase;
  font-size: 13px;
  text-indent: 0;
  width: auto;
  height: 36px;
  line-height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0;
  position: absolute;
  top: 0;
  right: -1px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.error404 .copyright {
  clear: both;
}
.page-template-template-countdown header.page-header,
.page-template-template-countdown footer.page-footer {
  display: none;
}
div.page-underconstruction {
  background: url("../images/error404bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
div.page-underconstruction .logo-box {
  margin-bottom: 45px;
  position: relative;
}
div.page-underconstruction h3 {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 90px;
}
div.page-underconstruction h5 {
  font-size: 22px;
  font-size: 400;
  margin-bottom: 70px;
  line-height: 100%;
}
div.page-underconstruction .countdown-row {
  margin-bottom: 150px;
}
div.page-underconstruction .countdown-underconstruction {
  padding: 0 70px;
}
div.page-underconstruction .countdown-underconstruction .countdown {
  color: #fff;
  padding: 0 10px;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row > span {
  border: 3px solid #9f9fa1;
  display: inline-block;
  float: none;
  width: 70px;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row > span:last-child {
  margin-right: 0;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row > span span {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row .countdown-amount {
  font-weight: 400;
  position: relative;
  margin-bottom: 12px;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row .countdown-amount:after {
  background-color: #babcbd;
  height: 1px;
  content: "";
  width: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -10px;
}
div.page-underconstruction .countdown-underconstruction .countdown .countdown-row .countdown-period {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 11px;
}
div.page-underconstruction .copyright {
  clear: both;
}
.max-height-355 img {
  max-height: 355px;
}
/* Promo popup */
#promo-popup-newsletter {
  position: relative;
}
#promo-popup-newsletter .newsletter-wr {
  float: right;
  max-width: 370px;
  margin-top: 80px;
  margin-right: 70px;
}
#promo-popup-newsletter .newsletter-wr > h2 {
  color: #333;
}
#promo-popup-newsletter span {
  letter-spacing: 2px;
}
#promo-popup-newsletter .checkbox-label {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
#promo-popup-newsletter .checkbox-label label {
  display: inline-block;
  position: relative;
  top: 2px;
  color: #999;
  font-weight: 400;
  top: -2px !important;
  margin-left: 10px;
}
#promo-popup-newsletter.white-popup-block {
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 95%;
  padding: 30px 30px 5px;
  position: relative;
  text-align: left;
}
#promo-popup-newsletter.white-popup-block .mfp-close {
  background-color: #f69b0d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
  height: 40px;
  line-height: 15px;
  right: -20px;
  top: -20px;
  width: 40px;
}
#promo-popup-newsletter.white-popup-block .mfp-close:hover {
  background-color: #f69b0d;
}
#promo-popup-newsletter form.wpcf7-form input.wpcf7-text {
  background: #ebebeb;
  border: 1px solid #e3e3e3;
  height: 36px;
  width: 100%;
}
#promo-popup-newsletter form.wpcf7-form input.wpcf7-submit {
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
  padding: 8px 30px;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div {
  display: block;
  margin-bottom: 20px;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div.ninja-forms-required-items {
  margin-bottom: 10px;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap label {
  font-weight: 400;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
  margin-left: 0px;
  background: #ebebeb;
  border: 1px solid #e3e3e3;
  width: 100%;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button {
  border: none !important;
  color: #fff;
  padding: 14px 30px;
  letter-spacing: 2px;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button:hover {
  background: #333 !important;
}
#promo-popup-newsletter .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap input[type="submit"] {
  background-color: #f69b0d;
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
}
body.style-2 .sidebar .widget .widget-title,
body.style-2 .widget-title {
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
body.style-2 .sidebar .widget .widget-title:after,
body.style-2 .widget-title:after {
  background-color: #f69b0d;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
}
body.style-2 .sidebar .widget.widget_product_categories ul.product-categories {
  border: 1px solid #dddddd;
  padding: 40px 25px;
}
body.style-2 .sidebar .widget.widget_product_categories ul.product-categories li a {
  color: #888888;
  font-size: 16px;
}
body.style-2 .sidebar .widget.widget_product_categories ul.product-categories li a:hover {
  color: #333;
}
body.style-2 .lane-products.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
body.style-2 .blog-posts.layout-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
body.style-2 .wplane-partner-carousel.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons,
body.style-2 .wplane-testimonial.style-2 .owl-carousel.owl-theme > .owl-controls .owl-buttons {
  top: -75px;
}
/**
 * --------------------------------------------------------------------------------
 * Sidebar Styles
 * --------------------------------------------------------------------------------
 */
.sidebar .widget .widget-title {
  border: none;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  padding-bottom: 20px;
}
.sidebar .widget .widget-title:after {
  background-color: #f69b0d;
  height: 3px;
  width: 30px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar .widget .wplane-mailchimp .mailchimp-heading > h2 {
  font-size: 18px;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields .title {
  display: none;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields .desc {
  color: #999999;
  font-style: italic;
  margin-bottom: 20px;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields input[type="email"],
.sidebar .widget form.mc4wp-form .mc4wp-form-fields button[type="submit"] {
  height: 40px;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-right: none;
  float: left;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields input[type="email"]:focus,
.sidebar .widget form.mc4wp-form .mc4wp-form-fields input[type="email"]:active {
  border-color: #e6e6e6;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields button[type="submit"] {
  background-color: transparent;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .widget form.mc4wp-form .mc4wp-form-fields button[type="submit"] i.arrow_right {
  color: #f69b0d;
  font-size: 30px;
}
.sidebar .widget .product.widget-product .product-block {
  background-color: transparent;
  display: flex;
}
.sidebar .widget .product.widget-product .product-block .image {
  background-color: #fff;
  margin-bottom: 0;
}
.sidebar .widget .product.widget-product .product-block .product-deal,
.sidebar .widget .product.widget-product .product-block .onsale,
.sidebar .widget .product.widget-product .product-block .onnew {
  display: none;
}
.sidebar .widget.widget-product-upsell .carousel .next-prev-buttons {
  top: -62px;
}
.sidebar .widget ul {
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li {
  list-style: none;
  padding: 12px 0;
}
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
.sidebar .widget ul li a {
  color: #666666;
  position: relative;
}
.sidebar .widget ul li a:hover {
  color: #f69b0d;
  padding-left: 10px;
}
.sidebar .widget ul.product-categories li ul {
  padding-left: 15px;
}
.sidebar .widget ul.product-categories li.cat-parent {
  padding-bottom: 0;
}
.sidebar .widget ul.connect-us li a {
  color: #ddd;
}
.sidebar .widget ul.connect-us li a:hover {
  padding-left: 0;
}
.sidebar .widget.widget_product_categories li,
.sidebar .widget.widget_layered_nav li,
.sidebar .widget.widget_layered_nav_filters li {
  padding: 8px 0;
  margin: 0;
  font-size: 13px;
}
.sidebar .widget.widget_product_categories li:hover > a,
.sidebar .widget.widget_layered_nav li:hover > a,
.sidebar .widget.widget_layered_nav_filters li:hover > a {
  color: #f69b0d;
}
.sidebar .widget.widget_product_categories li:hover > ul,
.sidebar .widget.widget_layered_nav li:hover > ul,
.sidebar .widget.widget_layered_nav_filters li:hover > ul {
  color: #666666;
}
.sidebar .widget.widget_product_categories li .show_count,
.sidebar .widget.widget_layered_nav li .show_count,
.sidebar .widget.widget_layered_nav_filters li .show_count,
.sidebar .widget.widget_product_categories li span.count,

.sidebar .widget.widget_layered_nav li span.count,
.sidebar .widget.widget_layered_nav_filters li span.count {
  float: right;
}
.sidebar .widget.widget_product_categories li + li,
.sidebar .widget.widget_layered_nav li + li,
.sidebar .widget.widget_layered_nav_filters li + li {
  border-top: none;
}
.sidebar .widget.widget_product_categories a:hover,
.sidebar .widget.widget_layered_nav a:hover,
.sidebar .widget.widget_layered_nav_filters a:hover {
  padding-left: 10px;
}
.sidebar .widget.widget_product_categories a span.count,
.sidebar .widget.widget_layered_nav a span.count,
.sidebar .widget.widget_layered_nav_filters a span.count {
  float: right;
}
.sidebar .widget.widget_product_categories li.current-cat > a,
.sidebar .widget.widget_product_categories li.current-cat-parent > a,
.sidebar .widget.widget_product_categories li:hover > a,
.sidebar .widget.widget_product_categories li:active > a,
.sidebar .widget.widget_product_categories li:focus > a,
.sidebar .widget.widget_layered_nav li.chosen > a,
.sidebar .widget.widget_layered_nav li:hover > a,
.sidebar .widget.widget_layered_nav li:active > a,
.sidebar .widget.widget_layered_nav li:focus > a,
.sidebar .widget.widget_layered_nav_filters li.chosen > a,
.sidebar .widget.widget_layered_nav_filters li:hover > a,
.sidebar .widget.widget_layered_nav_filters li:focus > a,
.sidebar .widget.widget_layered_nav_filters li:active > a {
  color: #f69b0d;
}
.sidebar .widget.widget_sp_image .widget_sp_image-image-link {
  display: block;
  position: relative;
}
.sidebar .widget.widget_sp_image .widget_sp_image-image-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: rgba(246, 155, 13, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
.sidebar .widget.widget_sp_image .widget_sp_image-image-link:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * --------------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------------
 */
.page-footer .footer-content .footer-blocks {
  background-color: #fff;
  padding: 60px 0 50px 0;
}
.page-footer .footer-content .footer-blocks,
.page-footer .footer-content .footer-blocks a {
  color: #454545;
}
.page-footer .footer-copyright {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 40px 0;
	opacity: 0;
}
.footer-visual-composer.clear-footer .footer1-top {
  background-color: #f4f4f4;
  color: #999999;
  padding-top: 120px;
  padding-bottom: 100px;
}
.footer-visual-composer.clear-footer .footer1-top a {
  color: #333;
}
.footer-visual-composer.clear-footer .footer1-midle {
  color: #666666;
  padding-top: 50px;
  padding-bottom: 30px;
}
.clear-footer .footer-blocks.footer-top {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
}
.clear-footer .footer-blocks.footer-top .row-logo-partner {
  padding: 30px 0 30px 0;
  margin-top: 15px;
}
.clear-footer .footer-blocks.footer-top .row-logo-partner > .container > .row > div {
  margin-bottom: 0;
}
.clear-footer .footer-blocks.footer-top .row-logo-partner > .container > .row > div .wpb_content_element {
  margin-bottom: 0;
}
.clear-footer .footer-blocks.footer-top .widget-footer-top .widget-title {
  display: none;
}
.clear-footer .vc_section,
.clear-footer .footer-blocks {
  padding: 10px 0 10px 0;
  margin: 0;
}
.clear-footer .vc_section .vc_custom_heading,
.clear-footer .footer-blocks .vc_custom_heading,
.clear-footer .vc_section .widget-title,
.clear-footer .footer-blocks .widget-title {
  border: none;
  color: #333333;
  font-size: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  position: relative;
}
.clear-footer .vc_section .vc_custom_heading span,
.clear-footer .footer-blocks .vc_custom_heading span,
.clear-footer .vc_section .widget-title span,
.clear-footer .footer-blocks .widget-title span {
  padding: 0;
}
.clear-footer .vc_section .vc_custom_heading span:after,
.clear-footer .footer-blocks .vc_custom_heading span:after,
.clear-footer .vc_section .widget-title span:after,
.clear-footer .footer-blocks .widget-title span:after {
  height: 0;
}
.clear-footer .vc_section .vc_custom_heading:after,
.clear-footer .footer-blocks .vc_custom_heading:after,
.clear-footer .vc_section .widget-title:after,
.clear-footer .footer-blocks .widget-title:after {
  background-color: #f69b0d;
  height: 3px;
  position: absolute;
  content: "";
  width: 20px;
  bottom: 0;
  left: 0;
}
.clear-footer .vc_section .widget .widget-title,
.clear-footer .footer-blocks .widget .widget-title {
  border: none;
  color: #333333;
  font-size: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  position: relative;
}
.clear-footer .vc_section .widget .widget-title span,
.clear-footer .footer-blocks .widget .widget-title span {
  padding: 0;
}
.clear-footer .vc_section .widget .widget-title span:after,
.clear-footer .footer-blocks .widget .widget-title span:after {
  height: 0;
}
.clear-footer .vc_section .widget .widget-title:after,
.clear-footer .footer-blocks .widget .widget-title:after {
  background-color: #f69b0d;
  height: 3px;
  position: absolute;
  content: "";
  width: 20px;
  bottom: 0;
}
.clear-footer .vc_section a,
.clear-footer .footer-blocks a {
  color: #656565;
}
.clear-footer .vc_section a:hover,
.clear-footer .footer-blocks a:hover {
  color: #f69b0d;
}
.clear-footer .vc_section ul,
.clear-footer .footer-blocks ul {
  padding: 0;
  margin: 0;
}
.clear-footer .vc_section ul li,
.clear-footer .footer-blocks ul li {
  margin-bottom: 14px;
  list-style: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.clear-footer .vc_section ul li a,
.clear-footer .footer-blocks ul li a {
  color: #656565;
  padding: 0;
  position: relative;
}
.clear-footer .vc_section ul li a:before,
.clear-footer .footer-blocks ul li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  padding-right: 5px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  left: 0;
  top: 5px;
}
.clear-footer .vc_section ul li a:hover,
.clear-footer .footer-blocks ul li a:hover {
  color: #f69b0d;
  padding-left: 12px;
}
.clear-footer .vc_section ul li a:hover:before,
.clear-footer .footer-blocks ul li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clear-footer .vc_section ul.contact-us li,
.clear-footer .footer-blocks ul.contact-us li {
  clear: both;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 17px;
}
.clear-footer .vc_section ul.contact-us li a,
.clear-footer .footer-blocks ul.contact-us li a {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.clear-footer .vc_section ul.contact-us li a:hover,
.clear-footer .footer-blocks ul.contact-us li a:hover {
  padding-left: 0;
}
.clear-footer .vc_section ul.contact-us li a:before,
.clear-footer .footer-blocks ul.contact-us li a:before {
  content: "";
  padding-right: 0px;
}
.clear-footer .vc_section ul.contact-us li:hover,
.clear-footer .footer-blocks ul.contact-us li:hover {
  padding-left: 0;
}
.clear-footer .vc_section ul.contact-us li i,
.clear-footer .footer-blocks ul.contact-us li i {
  color: #333;
  float: left;
  margin-right: 15px;
  font-size: 0;
}
.clear-footer .vc_section ul.contact-us li i:before,
.clear-footer .footer-blocks ul.contact-us li i:before {
  font-size: 16px;
}
.clear-footer .vc_section ul.connect-us,
.clear-footer .footer-blocks ul.connect-us {
  margin-top: 20px;
  text-align: right;
}
.clear-footer .vc_section ul.connect-us li,
.clear-footer .footer-blocks ul.connect-us li {
  display: inline-block;
  padding: 0;

  margin: 0 0 0 26px;
}

.clear-footer .vc_section ul.connect-us li a,
.clear-footer .footer-blocks ul.connect-us li a {
  color: #888888;
  font-size: 24px;
  display: inline-block;
  line-height: 100%;
}
.clear-footer .vc_section ul.connect-us li a:hover,
.clear-footer .footer-blocks ul.connect-us li a:hover {
  color: #f69b0d;
  padding-left: 0;
}
.clear-footer .vc_section ul.connect-us li a:before,
.clear-footer .footer-blocks ul.connect-us li a:before {
  content: "";
}
.clear-footer .vc_section ul.connect-us li a i,
.clear-footer .footer-blocks ul.connect-us li a i {
  font-size: 0;
}
.clear-footer .vc_section ul.connect-us li a i:before,
.clear-footer .footer-blocks ul.connect-us li a i:before {
  font-size: 24px;
}
.clear-footer .vc_section ul.connect-us li:first-child,
.clear-footer .footer-blocks ul.connect-us li:first-child {
  margin-left: 0;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields {
  margin-top: 10px;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title {
  float: left;
  font-weight: 400;
  margin-right: 60px;
  margin-top: -10px;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h1,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h1 {
  font-size: 30px;
  color: #333;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h1,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h1,
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h2,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h2,
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h3,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h3,
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h4,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h4,
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h5,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h5,
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .title h6,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .title h6 {
  margin: 0;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields .desc,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields .desc {
  display: none;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields input[type="email"],
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields input[type="email"],
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields button[type="submit"],
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields button[type="submit"] {
  height: 40px;
  line-height: 40px;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields input[type="email"],
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eeeeee;
  display: table-cell;
  padding: 0;
  width: 350px;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields i.arrow_right,
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields i.arrow_right {
  color: #f69b0d;
  position: absolute;
  font-size: 30px;
  margin-left: -40px;
  margin-top: 5px;
}
.clear-footer .vc_section form.mc4wp-form .mc4wp-form-fields button[type="submit"],
.clear-footer .footer-blocks form.mc4wp-form .mc4wp-form-fields button[type="submit"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  font-weight: 700;
  display: table-cell;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form {
  position: relative;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form p,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form p {
  margin-bottom: 0;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form input.wpcf7-text,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form input.wpcf7-text {
  background: #0a0a0a;
  color: #333;
  border: none;
  padding: 8px 8px 9px;
  width: 160px;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form input.wpcf7-submit,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form input.wpcf7-submit {
  background: #f69b0d;
  border: none;
  color: #ffffff;
  padding: 11px 15px 12px;
  line-height: 100%;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form img.ajax-loader,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form img.ajax-loader {
  position: absolute;
  right: 0;
  top: 6px;
}
.clear-footer .vc_section .wpcf7 .wpcf7-form .wpcf7-validation-errors,
.clear-footer .footer-blocks .wpcf7 .wpcf7-form .wpcf7-validation-errors {
  margin-left: 0;
  margin-right: 0;
}
.clear-footer .vc_section .widget_mc4wp_form_widget,
.clear-footer .footer-blocks .widget_mc4wp_form_widget {
  margin-bottom: 0;
}
.clear-footer .vc_section .widget_mc4wp_widget .widget-title,
.clear-footer .footer-blocks .widget_mc4wp_widget .widget-title {
  display: none;
}
.clear-footer .vc_section .mc4wp-form,
.clear-footer .footer-blocks .mc4wp-form {
  position: relative;
}
.clear-footer .vc_section .mc4wp-form input[type=email],
.clear-footer .footer-blocks .mc4wp-form input[type=email] {
  font-size: 13px;
  padding: 0px;
  max-width: none;
  min-height: none;
}
.clear-footer .vc_section .mc4wp-form label,
.clear-footer .footer-blocks .mc4wp-form label {
  display: none;
}
.clear-footer .vc_section .mc4wp-form span.submit,
.clear-footer .footer-blocks .mc4wp-form span.submit {
  border-left: 1px solid #313131;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 0;
  padding: 0 25px;
}
.clear-footer .vc_section .mc4wp-form span.submit input[type=submit],
.clear-footer .footer-blocks .mc4wp-form span.submit input[type=submit] {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}
.clear-footer .vc_section .mc4wp-form span.submit:hover input[type=submit],
.clear-footer .footer-blocks .mc4wp-form span.submit:hover input[type=submit],
.clear-footer .vc_section .mc4wp-form span.submit:hover i,
.clear-footer .footer-blocks .mc4wp-form span.submit:hover i {
  color: #f69b0d;
}
.clear-footer .vc_section .mc4wp-form span.submit i,
.clear-footer .footer-blocks .mc4wp-form span.submit i {
  color: #fff;
  font-size: 15px;
  vertical-align: text-top;
}
.footer-copyright {
  padding: 15px 0;
  font-size: 13px;
}
.footer-copyright a:hover {
  color: #f69b0d;
}
.footer-copyright ul.links {
  padding-left: 0;
}
.footer-copyright ul.links li {
  display: inline;
  margin: 0 5px;
  border-right: 1px solid #444444;
  padding-right: 10px;
}
.footer-copyright ul.links li a {
  color: #888;
}
.footer-copyright ul.links li a:hover {
  text-decoration: underline;
}
.footer-copyright ul.links li:last-child {
  border: none;
}
.footer-copyright ul.links li:first-child {
  margin-left: 0;
}
.footer-copyright ul.links .first {
  margin: 0;
}
.footer-copyright ul.links .last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer-copyright .copyright {
  padding: 3px 0;
}
.footer-copyright .payment {
  text-align: right;
}
ul.twitter-feeds li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
ul.twitter-feeds li:last-child {
  border: none;
  margin-bottom: 0;
}
ul.twitter-feeds li a:before {
  content: "" !important;
}
ul.twitter-feeds li a:hover {
  padding-left: 0 !important;
}
ul.connect-us {
  margin-top: 20px;
}
ul.connect-us li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 20px;
}
ul.connect-us li a {
  color: #dddddd;
  font-size: 24px;
  display: inline-block;
  line-height: 100%;
}
ul.connect-us li a:hover {
  padding-left: 0;
}
ul.connect-us li a:hover i:before {
  color: #f69b0d;
}
ul.connect-us li a:before {

  content: "";
}
ul.connect-us li a i {
  font-size: 0;
}
ul.connect-us li a i:before {
  font-size: 24px;
}
ul.connect-us li:first-child {
  margin-left: 0;
}
body.style-2 .footer-visual-composer.clear-footer .footer1-top {
  background-color: #ffffff;
}
/**
 * --------------------------------------------------------------------------------
 * Megamenu
 * --------------------------------------------------------------------------------
 */
.wez-mega-menu > ul {
  padding: 0;
  margin: 0;
}
.wez-mega-menu > ul > li {
  display: inline-block;
}
.wez-mega-menu ul.main-menu > li + li {
  margin-left: 30px;
}
.wez-mega-menu ul.main-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 0;
}
.wez-mega-menu ul.main-menu li {
  display: inline-block;
  position: relative;
}
.wez-mega-menu ul.main-menu li li {
  display: block;
}
.wez-mega-menu ul.main-menu li li a {
  display: block;
  padding: 10px 15px;
}
.wez-mega-menu ul.main-menu li a {
  color: #4e4d4d;
}
.wez-mega-menu ul.main-menu li ul.sub-menu {
  background-color: #fff;
  border-color: #eee;
  border-style: solid;
  border-width: 1px 0 0;
  -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 100%;
  min-width: 200px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.wez-mega-menu ul.main-menu li:hover > ul.sub-menu {
  display: block;
}
.wez-mega-menu ul.main-menu li li:hover > ul.sub-menu {
  left: 100%;
  top: 0;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
  text-align: center;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal span.wez-menu-feature {
  line-height: normal;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.wez-active > a,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.current-menu-parent > a,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.current-menu-item > a,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.wez-active > a b.wez-caret:before,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.current-menu-parent > a b.wez-caret:before,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item.current-menu-item > a b.wez-caret:before {
  color: #f69b0d;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a {
  color: #4e4d4d;
  padding: 15px 2.5px;
  text-transform: uppercase;
  line-height: 100%;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.wez-active > a,
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.current-menu-item > a {
  color: #f69b0d;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item.menu-item-has-children > a {
  position: relative;
}
.wez-mega-menu > ul > li.wez-pos-left-menu-parent,
.wez-mega-menu > ul > li.wez-pos-right-menu-parent {
  position: relative;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li > ul.wez-sub-menu {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  max-width: 168px;
  min-width: 168px;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li.wez-active > ul.wez-sub-menu {
  padding-bottom: 22px;
  padding-top: 22px;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item {
  min-width: auto;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li > ul.wez-sub-menu li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: normal;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item > a {
  position: relative;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item > a:hover {
  color: #f69b0d;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-active > ul.wez-sub-menu.wez-sub-menu-multi-column {

  padding-bottom: 44px;
  padding-top: 44px;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column {
  max-width: none;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li a.wez-menu-a-text:before {
  left: 0;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li a.wez-menu-a-text:hover {
  padding-left: 10px;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li > a.wez-menu-a-text {
  color: #444343;
  font-size: 15px;
  text-transform: uppercase;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li > a.wez-menu-a-text:before {
  content: "";
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li > a.wez-menu-a-text:hover {
  padding-left: 0;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column > li.menu-item + li {
  border: none;
}
.wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li > ul.wez-sub-menu.wez-sub-menu-multi-column .wez-sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item {
  float: none;
  width: 100%;
  margin: 0;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item > a {
  border-bottom: 1px solid #f2f2f2;
  color: #7a7a7a;
  display: block;
  padding: 18px;
  line-height: 100%;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item > a:hover {
  border-left: 3px solid #f69b0d;
  color: #f69b0d;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item > a .wez-menu-icon.wez-icon-left {
  padding-right: 6px;
  margin-right: 6px;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item > a .fa-mobile-phone {
  font-size: 24px;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item.wez-active > a:after,
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu > li.wez-menu-item.current-menu-item > a:after {
  width: 0;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu li {
  position: relative;
}
.wez-mega-menu.vertical .wez-nav-menu.wez-nav-menu-horizontal.wez-nav-menu_category-menu li ul.wez-sub-menu {
  left: 100% !important;
  right: auto !important;
  top: 0;
}
@media (max-width: 991px) {
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal a.wez-menu-a-text > b.wez-caret {
    cursor: pointer;
    line-height: 20px;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal a.wez-menu-a-text > b.wez-caret:before {
    color: #fefefe;
  }
  .wez-mega-menu .wez-nav-menu-toggle {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
    padding: 0 0px;
  }
  .wez-mega-menu > ul > li > a:after {
    height: 0;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item > a:before {
    content: "";
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item > a:hover {
    padding-left: 10px;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item > a {
    border-top: 1px solid #fefefe;
    border-bottom: none;
    padding: 10px 0px;
  }
  .wez-nav-menu.wez-nav-menu-horizontal li.wez-menu-item > a.wez-menu-a-text {
    border-top: 1px solid #fefefe;
    border-bottom: none;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal ul.wez-sub-menu > li.menu-item + li {
    border: none;
  }
}

.portfolio .portfolio-tabs {
  display: table;
  width: 100%;

}
.portfolio .portfolio-tabs ul {
  list-style: none;
  padding-right: 34px;
  margin-bottom: 40px;
}
.portfolio .portfolio-tabs ul li {
  background-color: #fff;
  border: 1px solid #eeeeee;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  position: relative;
}
.portfolio .portfolio-tabs ul li > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #797979;
  -webkit-transition: all 0.1s linear 0.1s;
  -moz-transition: all 0.1s linear 0.1s;
  -ms-transition: all 0.1s linear 0.1s;
  -o-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}
.portfolio .portfolio-tabs ul li > a.active,
.portfolio .portfolio-tabs ul li > a:hover {
  background-color: #f69b0d;
  border-color: transparent;
  color: #FFF;
}
.portfolio .portfolio-tabs.center {
  text-align: center;
}
.portfolio .portfolio-tabs.center ul {
  text-align: center;
  display: inline-block;
}
.portfolio .portfolio-tabs.right > ul {
  float: right;
}
.portfolio .portfolio-tabs.right > ul li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-tabs.left > ul {
  float: left;
}
.portfolio .portfolio-tabs.left > ul li:first-child {
  margin-left: 0;
}
.container .portfolio .portfolio-tabs > ul {
  padding: 0;
}
/* pretty Photo */
div.light_rounded .pp_description,
div.light_square .pp_description {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
div.light_rounded .pp_description a,
div.light_square .pp_description a {
  text-decoration: none;
  color: #666666;
}
div.light_rounded .pp_description a:hover,
div.light_square .pp_description a:hover {
  text-decoration: none;
  color: #f69b0d;
}
/* end pretty Photo */
.portfolio-wrapper.wplane-col-md-2 .portfolio-item {
  width: 50%;
  float: left;
}
.portfolio-wrapper.wplane-col-md-2 .portfolio-item .post-title a {
  font-size: 15px;
}
.portfolio-wrapper.wplane-col-md-3 .portfolio-item {
  width: 33.3%;
  float: left;
}
.portfolio-wrapper.wplane-col-md-3 .portfolio-item .post-title a {
  font-size: 14px;
}
.portfolio-wrapper.wplane-col-md-4 .portfolio-item {
  width: 25%;
  float: left;
}
.portfolio-wrapper.wplane-col-md-4 .portfolio-item .post-title a {
  font-size: 13px;
}
.portfolio-wrapper.col-padding-10 {
  margin: 0 -10px -20px;
}
.portfolio-wrapper.col-padding-10 .portfolio-item {
  padding: 0px 10px 20px 10px;
}
.portfolio-wrapper.col-padding-15 {
  margin: 0 -15px -30px;
}
.portfolio-wrapper.col-padding-15 .portfolio-item {
  padding: 0px 15px 30px 15px;
}
.portfolio-wrapper.col-padding-20 {
  margin: 0 -20px -40px;
}
.portfolio-wrapper.col-padding-20 .portfolio-item {
  padding: 0px 20px 0px 20px;
}
.portfolio-wrapper.col-padding-40 {
  margin: 0 -40px -80px;
}
.portfolio-wrapper.col-padding-40 .portfolio-item {
  padding: 0px 40px 80px 40px;
}
.portfolio-wrapper .portfolio-item {
  padding: 0px;
  position: relative;
}
.portfolio-wrapper .portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail {
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a {
  border-radius: 0px;
  border: none;
  width: 100%;
  text-decoration: none;
  display: inline;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a.entry-title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a.entry-title:hover {
  color: #e6e6e6;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover a:hover {
  background-color: transparent;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  padding-right: 28px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner div:hover {
  color: #e6e6e6;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category a {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category a:hover {
  color: #e6e6e6;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a:hover span.category {
  color: #e6e6e6;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner img {
  max-width: 100%;
  display: inline-block;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
  font-size: 16px;
  padding-left: 2px;
  padding-top: 2px;
  display: inline-block;
}
.portfolio-wrapper .portfolio-item div.post-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-item div.post-title a {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.portfolio-wrapper .portfolio-item div.post-title a:hover {
  text-decoration: none;
  color: #f69b0d;
}
.portfolio-wrapper .portfolio-item div.category {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 14px;
  overflow: hidden;
  line-height: 1.2;
}
.portfolio-wrapper .portfolio-item div.category a {
  color: #a7a7a7;
}
.portfolio-wrapper .portfolio-item div.category a:hover {
  color: #f69b0d;
}
.portfolio-wrapper .portfolio-item .portfolio-item-inner {
  background-color: #fff;
}
.portfolio-item.col-padding-10 div.category {
  margin-bottom: 20px;
}
.portfolio-item.col-padding-15 div.category {
  margin-bottom: 10px;
}
.portfolio-item.col-padding-20 div.category {
  margin-bottom: 0px;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner h5 {
  margin-bottom: 0px;
  color: #fff;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner span.category a {
  text-transform: none;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a > div {
  overflow: hidden;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a.view-now {
  border: solid 1px #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 30px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-wrapper .portfolio-item .entry-thumbnail.title .entry-hover-wrapper .entry-hover-inner a.view-now:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.portfolio-wrapper.info .item-info {
  background: #f8f8f8;
  overflow: hidden;
}
.portfolio-wrapper.info .item-info .post-title a {
  font-weight: 400;
  font-size: 15;
}
.portfolio-wrapper.info .item-info .category,
.portfolio-wrapper.info .item-info .post-title {
  display: block !important;
}
.portfolio-wrapper.info .item-info:hover .category,
.portfolio-wrapper.info .item-info:hover .post-title {
  display: block !important;
}
.portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .excerpt {
  color: #666666;
  height: 75px;
  overflow: hidden;
}
body.boxed .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner .icon.full {
  display: none;
}
.portfolio-load-more-wrapper {
  text-align: center;
  margin-top: 88px;
  position: relative;
}
.portfolio .paging {
  text-align: center;
  position: relative;
  margin-top: 23px;
}
.portfolio .paging span {
  display: inline-flex;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.portfolio .paging span .loadmore-left,
.portfolio .paging span .loadmore-right {
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 33px;
}
.portfolio .paging span .loadmore-left:after,
.portfolio .paging span .loadmore-right:after,
.portfolio .paging span .loadmore-left:before,
.portfolio .paging span .loadmore-right:before {
  position: absolute;
  background-color: #dbdbdb;
  content: "";
  height: 1px;
  top: 0;
  left: 11px;
  width: 33px;
}
.portfolio .paging span .loadmore-left:before,
.portfolio .paging span .loadmore-right:before {
  width: 73px;
  top: -3px;
}
.portfolio .paging span .loadmore-left:after {
  left: -45px;
}
.portfolio .paging span .loadmore-left:before {
  left: -85px;
}
.portfolio .paging span:hover .loadmore-left:after,
.portfolio .paging span:hover .loadmore-right:after,
.portfolio .paging span:hover .loadmore-left:before,
.portfolio .paging span:hover .loadmore-right:before {
  background-color: #f69b0d;
}
.portfolio .paging a.load-more {
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 0;
  position: relative;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 33px;
  top: 0px;
  z-index: 1;
}
.portfolio .paging a.load-more:before {
  content: "+";
  color: #9b9b9b;
  font-family: "Open Sans";
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
.portfolio .paging a.load-more:hover,
.portfolio .paging a.load-more:active,
.portfolio .paging a.load-more:focus {
  background: #f69b0d;
  border-color: #f69b0d;
}
.portfolio .paging a.load-more:hover:before,
.portfolio .paging a.load-more:active:before,
.portfolio .paging a.load-more:focus:before {
  color: #fff;
}
.portfolio .paging a.load-more.loading {
  position: relative;
}
.portfolio .paging a.load-more.loading:before {
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  left: 0;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.portfolio-item .entry-thumbnail .entry-thumbnail-hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.tax-portfolio-category .page-head {
  margin-bottom: 0;
}
.archive-portfolio {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail .entry-thumbnail-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  background-color: rgba(246, 155, 13, 0.8);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.entry-thumbnail ul.entry-thumbnail-controls {
  list-style-type: none;
  height: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.entry-thumbnail ul.entry-thumbnail-controls li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 5px;
}
.entry-thumbnail .entry-thumbnail-hover a {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;

}
.entry-thumbnail .entry-thumbnail-hover a i {
  font-size: 22px;
  line-height: 38px;
  height: auto;
  width: auto;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.entry-thumbnail .entry-thumbnail-hover a:hover {
  background-color: #f69b0d;
}
.entry-thumbnail:hover .entry-thumbnail-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-thumbnail.icon .entry-thumbnail-hover {
  background-color: #f69b0d;
}
.entry-thumbnail.icon .entry-thumbnail-hover .entry-hover-inner i.fa:before {
  content: "+";
  font-size: 40px;
  font-weight: 300;
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner a {
  height: auto;
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner a h5 {
  margin-bottom: 10px;
  font-size: 13px;
}
.entry-thumbnail.title .entry-thumbnail-hover .entry-hover-inner span {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.entry-thumbnail-zoom-out {
  overflow: hidden;
}
.entry-thumbnail-zoom-out img {
  max-width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.entry-thumbnail-zoom-out:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (min-width: 1920px) {
  .portfolio-wrapper .portfolio-item .entry-thumbnail > img {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item .post-title,
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item .category {
    font-size: 12px;
  }
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner h5,
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span {
    font-size: 12px;
  }
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item .entry-thumbnail .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner i {
    font-size: 16px;
    padding-left: 2px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio-item .entry-thumbnail .entry-hover-wrapper .entry-hover-inner h5 {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
  .portfolio .portfolio-tabs ul li {
    margin-bottom: 5px;
  }
  .portfolio-wrapper.wplane-col-md-3 .portfolio-item,
  .portfolio-wrapper.wplane-col-md-4 .portfolio-item {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 590px) {
  .portfolio-wrapper.wplane-col-md-2 .portfolio-item,
  .portfolio-wrapper.wplane-col-md-3 .portfolio-item,
  .portfolio-wrapper.wplane-col-md-4 .portfolio-item {
    width: 100%;
  }
}
.single-portfolio .page-title-wrapper {
  margin-bottom: 40px;
}
.single-portfolio .portfolio-full .container-full-width .portfolio-description,
.single-portfolio .portfolio-full .small-slider > .col-md-8,
.single-portfolio .portfolio-full .siderbar > .col-md-8,
.single-portfolio .portfolio-full .vertical-slider > .col-md-8 {
  padding-left: 0px;
}
.single-portfolio .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
  width: 75%;
}
.single-portfolio .post-navigation .post-navigation-title {
  display: none;
}
.single-portfolio .post-navigation .post-navigation-label {
  color: #a8a8a8;
  font-size: 15px;
  text-transform: uppercase;
}
.single-portfolio .post-navigation .post-navigation-label:hover,
.single-portfolio .post-navigation .nav-previous:hover .fa,
.single-portfolio .post-navigation .nav-next:hover .fa {
  color: #f69b0d;
}
.single-portfolio .post-navigation .nav-previous,
.single-portfolio .post-navigation .nav-next {
  width: 48%;
  display: inline-block;
}
.single-portfolio .post-navigation .nav-previous .fa,
.single-portfolio .post-navigation .nav-next .fa {
  color: #a8a8a8;
  font-size: 18px;
  line-height: 25px;
}
.single-portfolio .post-navigation .nav-previous .fa {
  float: left;
  margin-right: 15px;
}
.single-portfolio .post-navigation .nav-next {
  float: right;
  text-align: right;
}
.single-portfolio .post-navigation .nav-next .fa {
  float: right;
  margin-left: 15px;
}
.portfolio-full {
  margin-bottom: 60px;
}
.portfolio-full .portfolio-content .info {
  color: #8d8d8d;
  float: right;
  font-size: 14px;
  margin-top: 26px;
  text-transform: uppercase;
}
.portfolio-full .portfolio-content .info .meta-name {
  color: #343434;
}
.portfolio-full .portfolio-content .info .entry-meta .meta-name {
  padding-right: 8px;
}
.portfolio-full .portfolio-content .info .entry-meta > span {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 8px 0;
}
.portfolio-full .portfolio-content .info .entry-meta a,
.portfolio-full .portfolio-content .info .meta-social-link ul li a {
  color: #8d8d8d;
}
.portfolio-full .portfolio-content .info .entry-meta a:hover,
.portfolio-full .portfolio-content .info .meta-social-link ul li a:hover {
  color: #f69b0d;
}
.portfolio-full .portfolio-content .info .meta-social-link {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 8px;
}
.portfolio-full .portfolio-content .info .meta-social-link ul {
  padding: 0;
}
.portfolio-full .portfolio-content .info .meta-social-link ul li {
  display: inline-block;
  list-style: none;
}
.portfolio-full .portfolio-content .info .meta-social-link ul li a {
  padding: 0 10px;
}
.portfolio-full .portfolio-content .desc .title {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 26px;
  text-transform: uppercase;
}
.portfolio-full .related .widget-title {
  margin-top: 65px;
}
.portfolio-full .related .portfolio-item .item-info {
  background: #f8f8f8;
  overflow: hidden;
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev,
.portfolio-full .post-slideshow .owl-buttons .owl-next {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 39px;
  width: 39px;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  visibility: hidden;
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev span.fa,
.portfolio-full .post-slideshow .owl-buttons .owl-next span.fa {
  font-size: 18px;
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev:hover,
.portfolio-full .post-slideshow .owl-buttons .owl-next:hover {
  background-color: #f69b0d;
}
.portfolio-full .post-slideshow .owl-buttons .owl-prev {
  left: -20px;
}
.portfolio-full .post-slideshow .owl-buttons .owl-next {
  right: -20px;
}
.portfolio-full .post-slideshow:hover .owl-buttons .owl-prev,
.portfolio-full .post-slideshow:hover .owl-buttons .owl-next {
  visibility: visible;
}
.portfolio-full .post-slideshow:hover .owl-buttons .owl-prev {
  left: 20px;
}
.portfolio-full .post-slideshow:hover .owl-buttons .owl-next {
  right: 20px;
}
.portfolio-full.siderbar .widget_categories {
  margin-bottom: 60px;
}
.portfolio-full.siderbar h4.widget-title:after {
  border: none;
}
.portfolio-full.siderbar .widget_categories ul {
  list-style: none;
  padding-left: 0px;
}
.portfolio-full.siderbar .widget-grant-related_post {
  margin-bottom: 80px;
}
.portfolio-full.siderbar .widget_categories ul li.cat-item a {
  padding-left: 16px;
  color: #f69b0d;
}
.portfolio-full .post-slideshow.owl-theme .owl-controls {
  margin-top: 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.portfolio-full .post-slideshow.owl-theme .owl-controls .owl-buttons {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.portfolio-full.small-slider .post-slideshow {
  max-height: 507px;
  overflow: hidden;
}
.portfolio-full.big-slider .post-slideshow {
  max-height: 730px;
  overflow: hidden;
}

.portfolio-full .post-slideshow div.item img {
  width: 100%;
}
.portfolio-full.vertical-slider .post-slideshow {
  margin-bottom: 30px;
}
.portfolio-full.vertical-slider .post-slideshow div.item {
  margin-bottom: 30px;
}
.portfolio-full .post-slideshow div.item img {
  max-width: 100%;
}
.portfolio-full .portfolio-content div.title {
  text-transform: none;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 22px;
  color: #666666;
}
.portfolio-full .portfolio-content h5.clear-top {
  margin-top: 0px;
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box {
  display: inline-block;
  color: #969696;
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box > span {
  padding-right: 30px;
  font-size: 13px;
  font-style: italic;
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box .portfolio-term {
  display: inline-block;
  padding-left: 10px;
}
.portfolio-full .portfolio-content .portfolio-info .portfolio-info-box .text-underline {
  text-decoration: underline;
}
.portfolio-full .portfolio-content {
  margin-bottom: 38px;
}
.portfolio-related.portfolio-wrapper {
  margin-top: 30px;
}
.portfolio-content {
  padding-top: 24px;
}
.portfolio-content .social-link {
  text-align: right;
}
.portfolio-content .social-link > ul {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}
.portfolio-content .social-link > ul li {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.4;
}
.portfolio-content .social-link > ul li h6 {
  margin-bottom: 0;
  font-size: 15px;
}
.portfolio-content .social-link > ul li i {
  color: #dadada;
}
.portfolio-content .social-link > ul li:first-child {
  padding-left: 0px;
}
/**
 * --------------------------------------------------------------------------------
 * Responsive
 * --------------------------------------------------------------------------------
 */
@media only screen and (max-width: 1200px) {
  header.page-header.header-5 .search-button-wrapper,
  header.page-header.header-5 .header-extra .icon-toggler {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.page-header.header-5 .search-button-wrapper {
    margin-right: 30px;
    padding-right: 0;
  }
  header.page-header.header-5 .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .lane-megamenu ul.navbar-nav > li {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .product-block-hover .name a,
  .product-block .name a {
    font-size: 12px;
  }
  .blog-post > .row > .col-md-6 {
    width: 100%;
  }
  .post-visual .post-thumb .published,
  .post-visual .status-responsive .published {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
  .category-filter .form-switch-layout,
  .category-filter .woocommerce-ordering {
    margin-right: 40px;
  }
  .footer-visual-composer .vc_section.footer-blocks ul.connect-us li {
    margin: 0 2px 5px 2px;
  }
  .footer-visual-composer .vc_section.footer-blocks .wpcf7 .wpcf7-form input.wpcf7-text {
    margin-bottom: 5px;
  }
  .clear-footer .vc_section ul.connect-us li,
  .clear-footer .footer-blocks ul.connect-us li {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 980px) {
  .rev_slider_wrapper .slide-caption {
    max-width: 268px !important;
    padding: 90px 30px 30px !important;
    font-size: 14px;
    line-height: normal;
  }
  .rev_slider_wrapper .slide-caption.slide-caption-rounded {
    max-width: 368px !important;
    height: 368px !important;
    padding: 110px 30px 30px !important;
    font-size: 14px;
    line-height: normal;
  }
  .section-search .wplane-search {
    margin-top: 0;
  }
  .section-product-list .product-list .widget-product .product-block .image,
  .product-list .widget-product .product-block .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce.is-deal .widget-product.is-deal .image {
    width: 218px;
  }
  .woocommerce.is-deal .widget-product.is-deal .product-deal {
    margin-bottom: 20px;
  }
  .woocommerce.is-deal .widget-product.is-deal .name {
    margin-bottom: 15px;
  }
  .woocommerce.is-deal .widget-product.is-deal .name a {
    font-size: 20px;
  }
  .lane-blog-isotope .post-list {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .lane-blog-isotope .post-list .blog-post .post-inner {
    margin-left: 76px;
    margin-top: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .page-head h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  header.page-header.header-4 .topbarheader .toplinks ul li a {
    padding: 0 10px;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item + li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-collection .collection-description .content h1,
  .product-collection .collection-description .content h2,
  .product-collection .collection-description .content h3,
  .product-collection .collection-description .content h4,
  .product-collection .collection-description .content h5,
  .product-collection .collection-description .content h6,
  .product-collection .collection-description .content p {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .clear-footer .footer-blocks.footer-top .row-logo-partner {
    padding-top: 20px;
  }
  .row-logo-partner .logo-bottom.wpb_column > .wpb_wrapper {
    padding: 10px 10px 0;
  }
  .row-logo-partner .logo-bottom.wpb_column > .wpb_wrapper:before {
    top: -20px;
  }
  .row-logo-partner .wplane-partner-carousel {
    margin-top: 0;
  }
  .product-collection .collection-description a.btn {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .wez-mega-menu > ul > li {
    display: block;
    text-align: left;
  }
  .wez-nav-menu.wez-nav-menu-horizontal li.wez-image-layout.wez-image-layout-image-only {
    display: none;
  }
  header.page-header.header-sticky {
    position: relative;
  }
  header.page-header.header-1 .mainheader,
  header.page-header.header-global .mainheader {
    padding: 0;
  }
  header.page-header.header-1 .mainheader .logo-box,
  header.page-header.header-global .mainheader .logo-box {
    float: none;
    margin-right: 0;
  }
  header.page-header.header-2 .logo-box .logo {
    padding: 10px;
    padding-bottom: 10px;
  }
  header.page-header.header-1 .mainheader .widget-search,
  header.page-header.header-global .mainheader .widget-search,
  header.page-header.header-2 .mainheader .widget-search,
  header.page-header.header-1 .mainheader .search-button-wrapper,
  header.page-header.header-global .mainheader .search-button-wrapper,
  header.page-header.header-2 .mainheader .search-button-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.page-header.header-1 .mainheader .header-extra > div,
  header.page-header.header-global .mainheader .header-extra > div,
  header.page-header.header-2 .mainheader .header-extra > div {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.page-header.header-1 .mainheader .header-extra > div:after,
  header.page-header.header-global .mainheader .header-extra > div:after,
  header.page-header.header-2 .mainheader .header-extra > div:after {
    top: 15px;
  }
  header.page-header.header-1 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
  header.page-header.header-global .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart,
  header.page-header.header-2 .mainheader .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler a.get-cart {
    background-color: #ffffff;
    padding-bottom: 13px;
    padding-top: 13px;
  }
  header.page-header.header-1 .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal,
  header.page-header.header-global .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal,
  header.page-header.header-2 .mainheader .header-nav .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal {
    padding-left: 15px;
    padding-right: 15px;
	margin-top: 40px;
  }
  .wez-mega-menu .wez-nav-menu-toggle {
    padding-left: 160px;
    padding-right: 15px;
  }
  .wez-nav-menu.wez-nav-menu-horizontal > li.wez-menu-item:first-child > a.wez-menu-a-text {
    border-top: none;
  }
  .wez-mega-menu .wez-nav-menu.wez-nav-menu-horizontal li > ul.wez-sub-menu {
    border: none;
    max-width: none;
  }
  .category-filter .form-switch-layout,
  .category-filter .woocommerce-ordering,
  .category-filter .woocommerce-page-size {
    display: none;
  }
  .woocommerce.lane-products .lane-woo-products-carousel.deals.style-4 .product .product-block::after {
    left: 180px;
  }
  .woocommerce.lane-products .lane-woo-products-carousel.deals.style-4 .product .image {
    width: 160px;
    margin-right: 10px;
  }
  .woocommerce.lane-products .lane-woo-products-carousel.deals.style-4 .product .product-info {
    margin-left: 190px;
  }
  .woocommerce.lane-products .lane-woo-products-carousel.deals.style-4 .product .woocommerce-product-rating a.woocommerce-review-link,
  .woocommerce.lane-products .lane-woo-products-carousel.deals.style-4 .product div[data-itemprop="description"] {
    display: none;
  }
  .woocommerce table.shop_table .cart_item td.product-quantity,
  .woocommerce table.group_table .cart_item td.product-quantity {
    padding: 25px 5px;
  }
  .woocommerce form.cart-form .actions > .row > div:first-child {
    margin-bottom: 20px;
  }
  .woocommerce form.cart-form .actions > .row > div .checkout-btn > .row > div:first-child {
    margin-bottom: 20px;
  }
  .footer-visual-composer .vc_section.footer-blocks ul.connect-us li {
    margin: 0 1px;
  }
  .clear-footer .vc_section ul.contact-us li,
  .clear-footer .footer-blocks ul.contact-us li {
    min-height: 33px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .wpb_revslider_element a.btn-default {
    padding: 5px 20px !important;
  }
  .lane-woo-categories .item .image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .clear-left {
    clear: left;
  }
  .clear-right {
    clear: right;
  }
}
@media only screen and (max-width: 768px) {
  .wpb_revslider_element a.btn-default {
    padding: 5px 20px !important;
  }
  .wplane-search .cate-toggler {
    font-size: 12px;
    padding: 0 25px 0 24px;
  }
  .wplane-search .cate-toggler:before {
    font-size: 10px;
    left: 7px;
  }
  .wplane-search .cate-toggler:after {
    right: 12px;
  }
  .woocommerce.is-deal .widget-product.is-deal .image {
    width: 100%;
    max-width: none;
  }
  .woocommerce.is-deal .widget-product.is-deal .product-meta {
    clear: both;
  }
  .woocommerce form.cart-form .cart .buttons-cart a.continue,
  .woocommerce-page form.cart-form .cart .buttons-cart a.continue {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .lane-content > .vc_section {
    margin-left: 0;
    margin-right: 0;
  }
  .vc_section .wpb_column .wplane-icon-box {
    margin-bottom: 40px;
  }
  .page-head {
    padding: 50px 0;
  }
  .row-logo-partner .wplane-partner-carousel {
    padding-top: 15px;
  }
  .vc_section .wpb_column .wplane-icon-box {
    margin-bottom: 30px;
  }
  .lane-icon-box .box-info,
  .wplane-icon-box .box-info {
    padding-bottom: 10px;
  }
  #single-product .entry-summary .product-price {
    text-align: left;
  }
  #single-product .entry-summary .product-price .text-right {
    text-align: left;
  }
  .vc_section .wpb_column {
    margin-bottom: 20px;
  }
  .vc_section .wpb_revslider_element .rev_slider_wrapper,
  .vc_section .wpb_revslider_element .rev_slider {
    max-height: 250px !important;
  }
  .vc_section.section-promobox > .container > .row > .wpb_column .promobox-icon {
    top: 0;
  }
  .vc_section.section-promobox > .container > .row > .wpb_column .promobox-name {
    margin-top: 0;
  }
  .vc_section.section-promobox > .container > .row > .wpb_column:first-child .promobox-icon {
    top: -40px;
  }
  .vc_section.section-promobox > .container > .row > .wpb_column:first-child .promobox-name {
    margin-top: -40px;
  }
  .lane-woo-categories .item .image img {
    width: 100%;
  }
  .footer-copyright .payment {
    text-align: left;
  }
  .clear-footer .vc_section ul.connect-us,
  .clear-footer .footer-blocks ul.connect-us {
    text-align: left;
  }
  .clear-footer .vc_section ul.connect-us li,
  .clear-footer .footer-blocks ul.connect-us li {
    margin-right: 20px;
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  .visual-composer .section-slider3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .search-button-wrapper input.input-search {
    height: 25px;
  }
  .search-button-wrapper .icon-search-menu {
    height: 20px;
  }
  .search-button-wrapper .icon-search-menu .fa-remove:after,
  .search-button-wrapper .icon-search-menu .fa-remove:before {
    width: 18px;
    top: -5px;
  }
  .lane-content > .vc_section .heading-separator .heading-title {
    font-size: 1.5em;
  }
  .home-section-tabs .nav-tabs li a {
    font-size: 1em;
  }
  .home-section-tabs .nav-tabs li.active a {
    font-size: 1.5em;
  }
  .grid-product-isotope #filters-product-isotope li {
    padding: 0 5px;
  }
  .grid-product-isotope #filters-product-isotope li a {
    line-height: 27px;
  }
  .grid-product-isotope #filters-product-isotope li a span {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .page-header .topbar .topbar-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .header-main .logo {
    text-align: center;
    padding: 10px 0;
  }
  .page-header .header-main .header-nav-search .search-button-wrapper,
  .page-header .header-main .header-nav-search .mainnavbar-mobile {
    padding: 15px 0;
  }
  .page-header .header-main .header-nav-search .search-button-wrapper .icon-search-menu {
    margin-top: 2px;
  }
  .page-header .header-main .header-nav-search .search-button-wrapper .input-search.input-active {
    font-size: 12px;
    right: 4px;
    width: 250px !important;
  }
  .lane-blog-isotope .post-list .blog-post .post-inner {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .widget-search .ajax-search-result-widget,
  .search-button-wrapper .ajax-search-result-widget {
    right: -75px;
  }
  .woocommerce div.product .woocommerce-tabs .tab-content,
  .woocommerce-page div.product .woocommerce-tabs .tab-content,
  .woocommerce #content div.product .woocommerce-tabs .tab-content,
  .woocommerce-page #content div.product .woocommerce-tabs .tab-content {
    padding: 20px;
  }
  .woocommerce form.cart-form .actions .coupon-shipping,
  .woocommerce-page form.cart-form .actions .coupon-shipping {
    padding: 0;
  }
  .woocommerce form.cart-form .actions .coupon-shipping .tabbable.tabs-left .nav-tabs li,
  .woocommerce-page form.cart-form .actions .coupon-shipping .tabbable.tabs-left .nav-tabs li {
    display: inline-block;
  }
  .woocommerce form.cart-form .actions .coupon-shipping .tabbable.tabs-left .nav-tabs li a,
  .woocommerce-page form.cart-form .actions .coupon-shipping .tabbable.tabs-left .nav-tabs li a {
    font-size: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .woocommerce form.cart-form .actions .coupon-shipping .tabbable.tabs-left .tab-content,
  .woocommerce-page form.cart-form .actions .coupon-shipping .tabbable.tabs-left .tab-content {
    padding: 10px;
  }
  .section-testimonials .wplane-testimonial.pthumbnail #testimonial-owl-carousel2,
  .section-testimonial .wplane-testimonial.pthumbnail #testimonial-owl-carousel2 {
    bottom: 70px;
  }
}
@media only screen and (max-width: 420px) {
  header.page-header .prepend-topbar .logo-box .logo,
  header.page-header.header-sticky .prepend-topbar .logo-box .logo {
    padding: 0;
  }
  header.page-header .logo-box {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  header.page-header.header-2 .topbar .header-extra,
  header.page-header.header-1 .topbar .header-extra {
    float: none;
    position: relative;
    z-index: 2;
  }
  .widget-search .ajax-search-result-widget,
  .search-button-wrapper .ajax-search-result-widget {
    right: -125px;
    max-width: 250px;
  }
  .woocommerce table.group_table .quantity,
  .woocommerce table.shop_table .quantity {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  header.page-header.header-2 .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler,
  header.page-header.header-2 .header-extra .icon-toggler,
  header.page-header.header-1 .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler,
  header.page-header.header-1 .header-extra .icon-toggler {
    padding-left: 6px;
    padding-right: 6px;
  }
  header.page-header .header-cart .widget.widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
    margin-left: 0;
  }
  .wplane-mailchimp.custom-bg .mailchimp-container .mailchimp-heading input[type="submit"],
  .wplane-mailchimp.custom-bg .mailchimp-container form input[type="submit"] {
    padding-left: 3px;
    padding-right: 3px;
  }
  .lane-content > .vc_section .heading-separator .heading-title {
    font-size: 1em;
  }
  .home-section-tabs .nav-tabs li a {
    font-size: 1em;
    padding: 0 5px;
  }
  .home-section-tabs .nav-tabs li.active a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 320px) {
  .widget-search .ajax-search-result-widget,
  .search-button-wrapper .ajax-search-result-widget {
    right: -75px;
  }
}
/* CSS Document */

/* CSS Document */







