/*
Theme Name: Bleu Theme
Theme URI: http://leetheme.com/bleu
Author: LeeBros
Author URI: http://leetheme.com
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Version: 1.1.3
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bleutheme
*/
/*------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
*/
/*-- Table of contents --*/
/*------------------------------------------------------------------
1. Reset
2. Global Variables
3. Header
4. Footer
5. Pages - Blog
6. Categories
7. Product
8. Cart page
9. Checkout page
10. Sliders
11. Banners
12. Popup
13. Shortcodes
14. Widgets
15. Responsive for mobile
16. Foundation Elements
17. Overwrite CSS

/*------------------------------------------------------------------*/
/*------------------------- 1. Reset -------------------------------*/
/* Link color */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

script {
  display: none !important; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------- 2. Global Variables --------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden; }

body, html {
  min-height: 100%; }

body {
  background-color: #ccc; }

body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: none;
  background-position: 50% 50%; }

#wrapper {
  background-color: #FFF; }

body.full-width #wrapper {
  width: 100%; }

body.boxed #wrapper {
  max-width: 75em;
  margin: 0 auto;
  overflow-x: hidden; }

body.framed-layout {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #555; }

body.boxed {
  background-color: #555; }

#content > *:last-child, #content > .content_slider_wrap:last-child .iosSlider {
  margin-bottom: -1px; }

.container-wrap {
  padding: 30px 0 10px;
  *zoom: 1; }
  .container-wrap:before, .container-wrap:after {
    content: " ";
    display: table; }
  .container-wrap:after {
    clear: both; }

.page .container-wrap {
  padding: 10px 0 10px; }

.page-template-page-home-left-sidebar-top .container-wrap {
  padding-top: 8px; }

.page-template-page-home-left-sidebar-top #wrapper {
  background: #fcfcfc; }

.page-template-page-home-left-sidebar-top #masthead {
  background: #fcfcfc; }

.product-page {
  padding-top: 30px; }

.row.container {
  margin-bottom: 30px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.align_right {
  text-align: right; }

.pe7-icon {
  font-size: 100%; }

.width-fluid > .row, .width-fluid > .row > .large-12 {
  width: 100% !important;
  min-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row.divided .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.row.divided .columns:last-child {
  border: 0; }

.top-divider {
  border-top: 1px solid #EEE; }

.uppercase {
  text-transform: uppercase; }

.thin-font {
  font-weight: normal;
  font-weight: 300; }

p:empty {
  display: none; }

table {
  width: 100%; }

.social-icons {
  margin-bottom: 0px; }
  .social-icons li {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    list-style: none; }
    .social-icons li a {
      display: block; }
      .social-icons li a:focus {
        outline: none; }
      .social-icons li a:hover .circle {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      .social-icons li a:hover .icon-facebook {
        color: #3a589d; }
      .social-icons li a:hover .icon-twitter {
        color: #2478ba; }
      .social-icons li a:hover .icon-envelop {
        color: #dc9814; }
      .social-icons li a:hover .icon-pinterest {
        color: #cb2320; }
      .social-icons li a:hover .icon-google-plus {
        color: #dd4e31; }
      .social-icons li a:hover .icon-skype {
        color: #00aff0; }
      .social-icons li a:hover .icon-instagram {
        color: #6a453c; }
  .social-icons span {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 16px;
    color: #888;
    -webkit-transition: all 30ms ease;
    -moz-transition: all 30ms ease;
    transition: all 30ms ease;
    line-height: 35px;
    text-align: center;
    width: 34px;
    height: 34px; }
  .social-icons .icon-facebook, .social-icons .icon-twitter, .social-icons .icon-envelop, .social-icons .icon-pinterest, .social-icons .icon-google-plus, .social-icons .icon-skype, .social-icons .icon-instagram {
    display: block; }
  .social-icons .circle {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }

.yith-wcwl-share ul {
  margin-left: 0; }

.yith-wcwl-share li a.facebook:before {
  content: "\e002"; }

.yith-wcwl-share li a.twitter:before {
  content: "\e001"; }

.yith-wcwl-share li a.pinterest:before {
  content: "\e010"; }

.yith-wcwl-share li a.googleplus:before {
  content: "\e00f"; }

.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px; }

.star-rating {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.2em;
  width: 6em;
  font-family: 'FontAwesome';
  margin: 0 auto; }
  .star-rating:before {
    content: "\f006   \f006   \f006   \f006   \f006";
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-weight: normal; }
    .star-rating span:before {
      content: "\f005   \f005   \f005   \f005   \f005";
      color: #888;
      top: 0;
      position: absolute;
      left: 0; }

.products.list .star-rating {
  line-height: 1.3em; }

li.product-item .star-rating {
  font-size: 80%;
  margin-bottom: 5px; }

li.product-item .text-center .star-rating {
  margin: 0 auto 5px; }

.product-details .collapses-title.active a {
  background: transparent; }

.large-6 .collapses-title a {
  font-size: 95%; }

.large-5 .collapses-title a {
  font-size: 95%; }

.large-4 .collapses-title a {
  font-size: 95%; }

.large-7 .collapses-title a {
  font-size: 95%; }

.vertical-tabs ul.tabs-nav {
  margin-left: 0;
  z-index: 9;
  margin-right: -1px;
  height: 100%; }

.vertical-tabs ul.tabs-nav li {
  list-style: none;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: bold; }

.vertical-tabs ul.tabs-nav li a {
  background: #FFF;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 10px 0;
  display: block;
  color: #999;
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  transition: border 200ms ease; }

.vertical-tabs ul.tabs-nav li:first-child a {
  border-top: 1px solid #EEE; }

.vertical-tabs ul.tabs-nav li.current a, .vertical-tabs ul.tabs-nav li.current-menu-item a {
  color: #333;
  border-right: none !important; }

.vertical-tabs ul.tabs-nav li a:hover {
  color: #333; }

.vertical-tabs .tabs-inner {
  padding-left: 40px;
  padding-top: 25px; }

.vertical-tabs .tabs-inner.active {
  padding-top: 25px; }

.shortcode_tabgroup_vertical h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin: 0; }

.vertical-tabs .tabs-inner, .tabbed-content .panel {
  height: 0;
  opacity: 0; }

.vertical-tabs .tabs-inner.active, .tabbed-content .panel.active {
  height: auto;
  opacity: 1; }

.span.icon-instagram {
  font-size: 80%; }

.search-icon {
  font-size: 16px; }

button[disabled] {
  background-color: #333;
  opacity: 0.6; }

.alert-box {
  border: 1px solid #f5797c;
  display: block;
  color: #fff;
  font-size: 80%;
  position: relative;
  margin: 30px 0;
  background-color: #C60F13; }

.alert-box ul {
  display: inline-block;
  margin-bottom: 0px; }

.alert-box:before {
  color: #FFF;
  background: #C60F13;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\61";
  margin-right: 10px; }

.alert-box ul li {
  list-style: none;
  font-weight: normal; }

.woocommerce-message {
  padding: 10px;
  border: 1px solid #80c780;
  display: block;
  color: #5CB85C;
  font-size: 80%;
  position: relative;
  margin: 30px 0px 30px 0px !important; }

.woocommerce-message a.button {
  display: none; }

.woocommerce-message:before {
  color: #FFF;
  background: #5CB85C;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\e00a";
  margin-right: 10px; }

.single-product .woocommerce-message {
  margin-bottom: 0; }

#top-link {
  display: none;
  background: #000;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  padding: 8px 8px 12px 10px;
  font-size: 20px;
  opacity: 0.5;
  z-index: 99;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#top-link.active {
  display: block; }

#top-link.active:hover {
  opacity: 0.8; }

.entry-content > ul, .short-description > ul, .t0abs-inner ul, .tabs-inner ol, .accordian-inner ul, .accordian-inner ol {
  margin-left: 20px; }

ul.checkmarks li {
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ececec;
  line-height: 110%; }

ol.commentlist li {
  list-style: none; }

.entry-content .commentlist {
  padding: 15px; }

#content > ul {
  margin-left: 20px; }

.lee-pagination ul {
  margin-bottom: 0; }
  .lee-pagination ul li {
    display: inline-block;
    list-style: none; }
    .lee-pagination ul li .pe7-icon {
      font-size: 130%;
      vertical-align: middle; }

.lee-pagination.style-1 {
  border: 1px solid #e5e5e5;
  padding: 10px 18px; }
  .lee-pagination.style-1 .page-sumary {
    float: left; }
  .lee-pagination.style-1 .page-number {
    float: right;
    font-size: 80%; }
    .lee-pagination.style-1 .page-number li {
      margin-left: 10px; }
      .lee-pagination.style-1 .page-number li a:hover, .lee-pagination.style-1 .page-number li span.current {
        background-color: none;
        color: #dc9814; }

.lee-pagination.style-2 hr {
  width: 50%;
  padding-bottom: 25px; }

.lee-pagination.style-2 .page-numbers {
  text-align: center;
  font-size: 80%; }
  .lee-pagination.style-2 .page-numbers li {
    margin-right: 4px; }
  .lee-pagination.style-2 .page-numbers a, .lee-pagination.style-2 .page-numbers li > span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: block;
    border: 1px solid #ddd;
    color: #444 !important;
    text-align: center;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    transition: background 200ms ease; }
  .lee-pagination.style-2 .page-numbers .next span, .lee-pagination.style-2 .page-numbers .prev span {
    color: #bbb; }
  .lee-pagination.style-2 .page-numbers a:hover, .lee-pagination.style-2 .page-numbers span.current {
    background-color: #dc9814;
    border-color: #dc9814;
    color: #fff !important; }

#welcome-popup {
  background: #FFF;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.3); }

#welcome-popup .mfp-close {
  top: 10px;
  right: 10px;
  z-index: 10; }

.title-block {
  margin-bottom: 35px; }
  .title-block .bery-hr {
    margin-top: 0; }

.heading-title {
  text-transform: uppercase; }

.bery-hr {
  display: block;
  height: 1px;
  background: #ddd; }
  .bery-hr.primary-color {
    background: #dc9814; }
  .bery-hr.small {
    width: 30px; }
  .bery-hr.medium {
    width: 60px; }
  .bery-hr.large {
    width: 90px; }
  .bery-hr.text-center {
    margin: 0 auto; }
  .bery-hr.text-right {
    float: right; }

/* 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; }

.select-wrapper {
  position: relative; }

.select-wrapper:after {
  border-color: rgba(145, 145, 145, 0);
  border-top-color: #919191;
  border-width: 6px;
  right: 8px;
  margin-left: -6px; }

.select-wrapper select {
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #333;
  background: transparent; }

.select-wrapper {
  background: url(css/images/select-arrow.png) no-repeat 96% 50%;
  overflow: hidden; }

.product-lightbox {
  text-align: center;
  background: #FFF;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.product-lightbox form.custom select {
  visibility: visible; }

.product-lightbox-inner {
  padding: 30px 30px 10px;
  font-size: 90%; }

.product-lightbox-inner h4.breadcrumb {
  font-size: 80%; }

.product-lightbox-inner .short-description {
  max-height: 220px;
  overflow-x: auto; }

.product-lightbox .iosSlider.product-gallery-slider {
  margin-bottom: 0;
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  transition: height 500ms ease-out; }

.lightbox-white {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

/* Please wait style */
.widget .item-product-widget .please-wait {
  top: 30%;
  left: 26%; }

.item-product-widget .please-wait {
  top: 40%;
  left: 35%; }

.please-wait {
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 9999; }
  .please-wait > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #888;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-fade 1s infinite;
    -moz-animation: loader-fade 1s infinite;
    -o-animation: loader-fade 1s infinite;
    -ms-animation: loader-fade 1s infinite;
    animation: loader-fade 1s infinite;
    -moz-box-shadow: 0 0 1px white;
    -webkit-box-shadow: 0 0 1px white;
    box-shadow: 0 0 1px white; }
    .please-wait > span:nth-child(1) {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .please-wait > span:nth-child(2) {
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      -ms-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .please-wait > span:nth-child(3) {
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      -ms-animation-delay: 0.6s;
      animation-delay: 0.6s; }

@-webkit-keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-moz-keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

.bery_block .edit-link {
  display: none; }

a.lost_password {
  margin-left: 15px; }

.columns > br, .row > br {
  display: none; }

pre {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 20px; }

.catalog-mode-header {
  padding-top: 15px;
  text-align: right;
  float: right; }

.catalog-mode-header > div {
  display: inline-block; }

.catalog-mode-header input, .catalog-mode-header form, .catalog-mode-header button {
  margin: 0; }

.no-prices span.amount, .no-prices form.cart {
  display: none; }

.catalog-product-text {
  padding-bottom: 15px; }

.catalog-product-text .collapses {
  margin: 0; }

.woocommerce-info {
  padding: 15px 0px; }

.home-intro {
  display: block;
  margin-bottom: -1px; }

.home-intro .iosSlider {
  margin-bottom: 0; }

.col_hover_focus > *, .col_hover_fade > *, .col_hover_blur > *, .col_hover_grayscale > * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative; }

.col_hover_focus:hover > * {
  opacity: 1; }

.col_hover_fade:hover > * {
  opacity: 1; }

.col_hover_grayscale > * {
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%); }

.col_hover_grayscale:hover > * {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.col_hover_blur > * {
  -webkit-filter: blur(3px); }

.col_hover_blur:hover > * {
  -webkit-filter: blur(0px); }

.square-round {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.square-round:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; }

.error404 .entry-content .search-wrapper {
  display: none; }

.error404 .entry-content {
  margin-bottom: 90px; }

.error404 .entry-content p {
  margin-bottom: 60px; }

.archive .bread {
  margin-bottom: 30px; }

.bread {

  background: #f8f8f8;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  margin: 20px 0px;
  padding: 18px 0px 14px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .bread .breadcrumb-row {
    float: none;
    z-index: 99;
    margin-bottom: 0px; }
    .bread .breadcrumb-row h3 {
      font-weight: normal;
      letter-spacing: 0;
      padding: 0px;
      font-size: 80%; }
      .bread .breadcrumb-row h3 span.fa {
        margin: 0px 10px;
        color: #ccc; }
      .bread .breadcrumb-row h3 .current, .bread .breadcrumb-row h3 a:hover {
        color: #dc9814; }
  .bread .back-history {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 80%; }
    .bread .back-history:before {
      content: "\f104";
      font-family: FontAwesome;
      font-size: 9px;
      margin: 0 9px 0 0; }

@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none; }
  .quantity input[type=number] {
    -moz-appearance: textfield; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none; } }

.woocommerce-message {
  display: none !important; }

.font-large {
  font-size: 600% !important;
  line-height: 80%;
  margin: 15px 0px; }

.font-xlarge {
  font-size: 900% !important;
  line-height: 80%;
  margin: 15px 0px; }

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.hide {
  display: none; }

/* Promo popup */
#leetheme-popup {
  position: relative; }
  #leetheme-popup span {
    letter-spacing: 2px; }
  #leetheme-popup .checkbox-label {
    position: absolute;
    bottom: 0px;
    left: 30px; }
    #leetheme-popup .checkbox-label label {
      display: inline-block;
      position: relative;
      top: 2px;
      color: #222;
      top: -2px !important;
      margin-left: 10px; }
  #leetheme-popup.white-popup-block {
    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; }
    #leetheme-popup.white-popup-block .mfp-close {
      width: 30px;
      height: 30px;
      line-height: 15px;
      top: -35px;
      right: 0px;
      background: rgba(255, 255, 255, 0.5); }
      #leetheme-popup.white-popup-block .mfp-close:hover {
        background: rgba(255, 255, 255, 0.8); }
  #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div {
    display: block;
    margin-bottom: 20px; }
  #leetheme-popup .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;
    margin-top: 35px;
    padding: 12px !important;
    width: 50%; }
  #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button {
    background: #dc9814 !important;
    border: none !important;
    color: #fff;
    padding: 14px 30px;
    letter-spacing: 2px; }
    #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button:hover {
      background: #333 !important; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -moz-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -ms-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -o-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

/***** Progress Bar *****/
.progress-bar {
  border: 1px solid #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 80px !important;
  position: relative; }
  .progress-bar .bar-label {
    font-size: 80%;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -25px;
    text-transform: uppercase; }
  .progress-bar .bar-meter {
    display: block;
    height: 100%;
    width: 0;
    /* init width */
    position: relative; }
    .progress-bar .bar-meter .bar-number {
      opacity: 0;
      width: 35px;
      height: 35px;
      position: absolute;
      top: -45px;
      right: -15px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #666;
      text-align: center;
      line-height: 30px;
      color: #dc9814;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }

span.custom-icon-w-text {
  display: block;
  line-height: 1.8;
  margin-left: 12px; }

span.custom-icon-w-text i {
  margin-right: 12px;
  vertical-align: top; }


.columns span.custom-icon-w-text:last-of-type {
  margin-bottom: 26px; }

span.custom-icon-w-text i.checked {
  color: #9FD355;
  font-size: 22px; }

.solid-green,
.bar_green {
  /* VC progress bar color */
  background: #71BB6D !important; }

.solid-red,
.bar_red {
  /* VC progress bar color */
  background: #E66F66 !important; }

.solid-yellow {
  background: #FAB336 !important; }

.solid-blue,
.bar_blue {
  /* VC progress bar color */
  background: #4F84C7 !important; }

.solid-gray,
.bar_grey {
  /* VC progress bar color */
  background: #A2A2A2 !important; }

.solid-gold {
  background: #C5AE87 !important; }

.solid-pink {
  background: #EB9FCF !important; }

.solid-purple {
  background: #9D75C2 !important; }

.black-window {
  cursor: pointer;
  opacity: 0.7;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  display: none;
  z-index: 998; }

.hidden-tag {
  display: none; }

/*------------------------- 3. Header ------------------------------*/
/* TOP BAR */
.mobile-menu {
  display: none; }

#top-bar ul, .header-utilities ul {
  line-height: 100%;
  margin: 0; }
  #top-bar ul li, .header-utilities ul li {
    list-style: none;
    display: inline-block; }

#top-bar .icon, .header-utilities .icon {
  font-size: 150%; }

#top-bar {
  z-index: 11;
  position: fixed;
  border-bottom: 1px solid #efefef;
  line-height: 35px; }
  #top-bar .right-text, #top-bar .left-text {
    font-weight: 500; }
  #top-bar .contact-top-bar {
    padding: 10px 0px; }
    #top-bar .contact-top-bar li {
      font-size: 80%;
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #e3e3e3; }
      #top-bar .contact-top-bar li em {
        margin-right: 8px;
        color: #dc9814;
        vertical-align: bottom; }
      #top-bar .contact-top-bar li:last-child {
        border-right: none;
        padding-right: 0px; }
      #top-bar .contact-top-bar li .pe-7s-mail {
        margin-bottom: -2px; }

ul.header-utilities {
  font-size: 80%;
  padding: 10px 0px; }
  ul.header-utilities > li {
    display: inline-block;
    border-right: 1px solid #e3e3e3;
    padding-right: 15px;
    margin-right: 15px; }
    ul.header-utilities > li:last-child {
      border-right: 0;
      margin-right: 0; }
    ul.header-utilities > li .nav-dropdown {
      top: 48px; }
    ul.header-utilities > li.active .nav-dropdown {
      top: 39px; }
    ul.header-utilities > li.active.search-dropdown .nav-dropdown {
      background: transparent;
      top: 0px;
      padding-top: 39px; }
  ul.header-utilities .config-dropdown li {
    margin-right: 10px; }
  ul.header-utilities .config-dropdown .label-title {
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 110%;
    font-weight: 600; }
  ul.header-utilities .config-dropdown .language-switcher .current-lang {
    border: 1px solid #efefef; }
  ul.header-utilities .config-dropdown .language-switcher img {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    ul.header-utilities .config-dropdown .language-switcher img:hover {
      opacity: 0.5; }
  ul.header-utilities .config-dropdown .account-link li {
    display: block;
    margin-bottom: 12px; }
    ul.header-utilities .config-dropdown .account-link li:last-child {
      margin-bottom: 0; }
  ul.header-utilities .config-dropdown .account-link span {
    margin-right: 10px;
    font-size: 130%;
    vertical-align: middle; }
  ul.header-utilities .config-dropdown .nav-dropdown div:first-child .label-title {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.search-dropdown .nav-dropdown {
  width: 300px;
  right: 115px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  .search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form {
    margin-bottom: 0px; }
    .search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form input {
      margin: 0px;
      padding-left: 15px;
      border: 1px solid #ddd;
      font-size: 100%; }
      .search-dropdown .nav-dropdown .wide-nav-search .search-wrapper form input:focus {
        background: none; }
  .search-dropdown .nav-dropdown .wide-nav-search .twitter-typeahead, .search-dropdown .nav-dropdown .wide-nav-search input.live-search-input {
    width: 100%; }
  .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu {
    width: 100%;
    background: #FFF;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    left: 0;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1); }
    .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search {
      max-height: 70px;
      overflow: hidden; }
      .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a {
        display: block;
        width: 100%;
        padding: 5px 0;
        overflow: hidden; }
        .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a:hover {
          background: #f9f9f9; }
        .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a p {
          font-size: 100%; }
        .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lee_item_title_search, .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img {
          float: left; }
        .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a .lee_item_title_search {
          margin-left: 12px; }
        .search-dropdown .nav-dropdown .wide-nav-search .tt-dropdown-menu .item-search a img {
          width: 60px;
          height: 60px; }
  .search-dropdown .nav-dropdown .wide-nav-search .please-wait {
    position: absolute;
    left: 40% !important;
    top: 40% !important; }

.config-dropdown .nav-dropdown {
  right: 72px;
  width: 200px;
  padding: 25px; }

/* -- MIDDLE HEADER -- */
.header-wrapper {
  position: relative;
  z-index: 99; }

#masthead {
  background-color: #FFF;
  top: -200px;
  -webkit-transition: top 600ms ease;
  -moz-transition: top 600ms ease;
  transition: top 600ms ease;
  background-position: bottom center;
  background-repeat: repeat-x; }
  #masthead > .header-container .logo {
    height: 100%;
    text-transform: uppercase;
    vertical-align: middle; }
    #masthead > .header-container .logo a {
      display: block;
      margin: 0;
      font-size: 200%;
      font-weight: bold;
      width: 100%;
      color: #dc9814; }
      #masthead > .header-container .logo a img {
        max-height: 95px;
        height: auto;
        width: auto; }
  #masthead > .header-container #site-navigation {
    line-height: 60px; }
    #masthead > .header-container #site-navigation li {
      list-style: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .search-wrapper {
    color: #c00; }
  /* Safari 5+ ONLY */
  ::i-block-chrome, .someClass {
    color: #000; } }

/* CART WISHLIST */
.cart-wishlist .mini-cart {
  line-height: 0px; }
  .cart-wishlist .mini-cart .cart-link .cart-icon {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    position: relative; }
    .cart-wishlist .mini-cart .cart-link .cart-icon .shopping-cart {
      font-size: 170%;
      font-weight: bold;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
    .cart-wishlist .mini-cart .cart-link .cart-icon .products-number {
      position: absolute;
      top: -12px;
      right: -9px;
      display: block-;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 99px;
      border-radius: 99px;
      background: #dc9814;
      text-align: center;
      line-height: 17px; }
      .cart-wishlist .mini-cart .cart-link .cart-icon .products-number strong {
        color: #fff;
        font-size: 80%; }
  .cart-wishlist .mini-cart .cart-link ul {
    margin: 0px; }
    .cart-wishlist .mini-cart .cart-link ul li {
      display: inline-block; }

.boxed #header-outer-wrap, .boxed .wide-nav {
  max-width: 75em;
  width: 100%;
  left: auto;
  right: auto; }

.boxed #header-outer-wrap.stuck, .boxed .wide-nav.stuck {
  left: auto;
  right: auto; }

/* -- header layout -- */
.fixed-already .header-container {
  padding: 15px 0px; }

/*---------------------------------------------------------------*/
/* Fixed header / #fixed-header
/*---------------------------------------------------------------*/
.fixed-header-area {
  position: fixed;
  top: -129px;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  min-height: 76px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15); }
  .fixed-header-area.fixed-already {
    top: 0; }
  .fixed-header-area .nav-dropdown {
    top: 68px; }
  .fixed-header-area .header-container {
    padding: 5px 0px; }
    .fixed-header-area .header-container .wide-nav {
      padding-right: 160px; }
    .fixed-header-area .header-container .root-item > a {
      padding: 20px 20px !important; }
    .fixed-header-area .header-container .root-item:hover .nav-dropdown {
      top: 60px !important; }
    .fixed-header-area .header-container .root-item.lee_megamenu:hover .nav-dropdown {
      top: 60px !important; }
    .fixed-header-area .header-container .logo-wrapper {
      z-index: 2; }
      .fixed-header-area .header-container .logo-wrapper .logo-wrapper {
        top: 0.5em; }
      .fixed-header-area .header-container .logo-wrapper .logo {
        padding-top: 5px; }
        .fixed-header-area .header-container .logo-wrapper .logo img {
          max-height: 50px; }
    .fixed-header-area .header-container .cart-wishlist {
      line-height: 60px; }
  .fixed-header-area .mini-cart.active .nav-dropdown {
    display: none !important; }
  .fixed-header-area .header-utilities {
    top: 12px; }

/* TRANSPARENT HEADER */
.header-transparent #masthead {
  background: transparent; }
  .header-transparent #masthead .logo-wrapper {
    z-index: 2; }

.header-type-1 .header-container, .header-type-2 .header-container, .fixed-header-area .header-container {
  position: relative; }
  .header-type-1 .header-container .logo-wrapper, .header-type-2 .header-container .logo-wrapper, .fixed-header-area .header-container .logo-wrapper {
    position: absolute;
    left: 0.625em;
    z-index: 2; }
  .header-type-1 .header-container .wide-nav, .header-type-2 .header-container .wide-nav, .fixed-header-area .header-container .wide-nav {
    padding-left: 150px; }
  .header-type-1 .header-container .header-utilities, .header-type-2 .header-container .header-utilities, .fixed-header-area .header-container .header-utilities {
    position: absolute;
    right: 0.625em; }
    .header-type-1 .header-container .header-utilities > li, .header-type-2 .header-container .header-utilities > li, .fixed-header-area .header-container .header-utilities > li {
      border-right: none; }

.header-type-1 .logo-wrapper, .header-type-2 .logo-wrapper {
  top: 1.5em; }

.header-type-2 .wide-nav, .fixed-header-area .wide-nav {
  padding-right: 160px; }

.header-type-2 .header-utilities .nav-dropdown, .header-type-2 .mini-cart .nav-dropdown, .fixed-header-area .header-utilities .nav-dropdown, .fixed-header-area .mini-cart .nav-dropdown {
  top: 59px; }

.header-type-2 .search-dropdown.active .nav-dropdown, .header-type-2 .config-dropdown.active .nav-dropdown, .header-type-2 .mini-cart.active .nav-dropdown, .fixed-header-area .search-dropdown.active .nav-dropdown, .fixed-header-area .config-dropdown.active .nav-dropdown, .fixed-header-area .mini-cart.active .nav-dropdown {
  top: 49px; }

.header-type-2 .header-utilities {
  top: 29px; }

.header-type-2 #site-navigation {
  line-height: 100px; }

.header-type-3 .header-container {
  padding-top: 40px; }

@media only screen and (max-width: 767px) {
  #megaMenuToggle {
    display: none; }
  #megaMenu.megaResponsiveToggle ul.megaMenu {
    display: block; } }

.content-type-4 {
padding-left:260px !important;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.boxed .wrapper-type-4.fold-active .content-type-4 {
  padding-left: 0px; }

.wrapper-type-4.fold-active .header-type-4 {
  left: 0; }

.wrapper-type-4.fold-active .content-type-4, .wrapper-type-4.fold-active #lee-footer {
  padding-left: 260px; }

body {
  overflow-x: hidden; }

.wrapper-type-4.fold-active .header-type-4 .header-fold-btn {
  left: 205px; }

.wrapper-type-4 .header-type-4 {
  background: #fff;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  padding: 20px 15px 20px 15px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .wrapper-type-4 .header-type-4 #top-bar {
    display: none;
    margin-bottom: 30px; }
    .wrapper-type-4 .header-type-4 #top-bar .left-text {
      display: none; }
    .wrapper-type-4 .header-type-4 #top-bar .right-text {
      float: left !important; }
  .wrapper-type-4 .header-type-4 .logo {
    margin-bottom: 40px; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.root-item > a {
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #eaeaea; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.root-item.menu-parent-item > a:after {
    content: "\f105";
    float: right; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu {
    position: relative !important; }
    .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu .nav-dropdown {
      top: 0px;
      left: 116%; }
    .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu.root-item:hover .nav-dropdown {
      left: 107%; }
  .wrapper-type-4 .header-type-4 .social-icons {
    margin-top: 60px; }
  .wrapper-type-4 .header-type-4 .header-fold-btn {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 100;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line {
      height: 3px;
      width: 23px;
      margin: 3px 0px 3px 0px;
      background: #666;
      display: block;
      right: 0;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line:first-child {
        width: 12px; }
      .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line:nth-child(3) {
        width: 18px; }
    .wrapper-type-4 .header-type-4 .header-fold-btn:hover .btn_menu_line {
      width: 23px;
      background: #333; }

.wrapper-type-4 .fixed-header-area.fixed-already.hide-for-small,
.wrapper-type-4 .fixed-header-area.hide-for-small.hide-for-medium {
  display: none !important; }

.wrapper-type-4 .nav-wrapper .header-nav li.root-item {
  width: 100%; }

.wrapper-type-4 .nav-dropdown {
  top: 0px;
  left: 118%; }

.wrapper-type-4 .nav-wrapper .header-nav li.root-item:hover .nav-dropdown {
  left: 112%;
  top: 0px; }

.wrapper-type-4 li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
  max-width: 69em; }

.wrapper-type-4 .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub > ul.sub-menu {
  padding: 15px 0px 15px 15px; }

/*------------------------- 4. Footer ------------------------------*/
.service-block {
  position: relative;
  cursor: pointer; }
  .service-block .box {
    background: #f7f7f7;
    padding: 30px 25px;
    overflow: hidden;
    vertical-align: middle; }
    .service-block .box .service-icon {
      font-size: 220%;
      color: #dc9814;
      margin-bottom: 15px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
    .service-block .box .service-title {
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 18px; }
    .service-block .box .service-desc {
      font-size: 80%;
      color: #666;
      line-height: 1.5; }
    .service-block .box:hover .fly_effect {
      top: -35px;
      left: 35px;
      cursor: pointer; }
    .service-block .box:hover .zoom_effect {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
    .service-block .box:hover .buzz_effect {
      -webkit-animation-name: hvr-buzz-out;
      animation-name: hvr-buzz-out;
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
    .service-block .box:hover .rotate_effect {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

#lee-footer {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  #lee-footer .footer {
    padding: 60px 0px 15px 0px;
    background: #F9D3D1;
    border-top: 1px solid #ececec; }
  #lee-footer .footer .widget-title {
    color: #434343; }
  #lee-footer .footer .bery-hr, #lee-footer .top-footer .bery-hr {
    display: block;
    height: 2px; }
  #lee-footer .footer h4, #lee-footer .footer .vc_single_image-img {
    margin-bottom: 30px; }
  #lee-footer .footer.footer-type-3 {
    background: #2f2f2f;
    color: #ddd; }
    #lee-footer .footer.footer-type-3 a, #lee-footer .footer.footer-type-3 h2, #lee-footer .footer.footer-type-3 h3, #lee-footer .footer.footer-type-3 h4 {
      color: #ddd; }
    #lee-footer .footer.footer-type-3 input {
      background: #252525 !important;
      border: none !important; }
      #lee-footer .footer.footer-type-3 input.button {
        background: #dc9814 !important;
        color: #fff; }

.absolute-footer {
  background-color: #fff;
  border-top: 1px solid #ececec;
  font-size: 100%;
  float: none;
  padding: 35px 0px; }
  .absolute-footer ul.menu {
    line-height: 0.5em; }
    .absolute-footer ul.menu li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      padding-right: 12px;
      border-right: 1px solid #d9d9d9; }
      .absolute-footer ul.menu li a {
        color: #333; }
        .absolute-footer ul.menu li a:hover {
          color: #dc9814; }
  .absolute-footer p {
    line-height: 0.8em; }
  .absolute-footer .widget {
    margin-bottom: 0px; }
  .absolute-footer.dark {
    background: #090909;
    color: #666;
    border: none; }
    .absolute-footer.dark ul li {
      border-color: #666; }
      .absolute-footer.dark ul li a {
        color: #666; }

.widget_text h4 {
  color: #aaa;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px; }

.widget_nav_menu ul li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.footer .contact-logo {
  margin-bottom: 20px; }

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff; }

.contact-icon.border-circle .fa-paper-plane, .contact-icon.border-circle .fa-envelope {
  position: absolute;
  top: 25%;
  left: 27%; }

.contact-icon.border-circle .fa-phone {
  position: absolute;
  top: 28%;
  left: 35%; }

.footer-type-1 {
  background: #f8f8f8;
  border-top: 1px solid #f1f1f1; }

.footer-service-box {
  padding: 20px 0px 60px 0px; }
  .footer-service-box:before {
    display: block;
    content: '';
    height: 1px;
    background: #ddd;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 55px; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/*------------------------- 5. Pages -------------------------------*/
article.type-post, article.hentry {
  margin-bottom: 60px; }

.entry-header {
  margin-bottom: 10px; }

.entry-header .meta-author {
  margin-top: 10px;
  font-size: 80%;
  text-align: center; }

.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  text-align: center;
  background: #dc9814;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.entry-header .post-date-wrapper:hover {
  background: #ad7810; }

.entry-header .post-date {
  padding-top: 17px;
  text-align: center; }

.entry-header .post-date span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.entry-header .post-date .post-date-day {
  font-size: 250%; }

.entry-header .post-date .post-date-month {
  font-size: 100%; }

article.post .entry-content p {
  font-size: 80%; }

article.post .entry-header .entry-title {
  font-size: 150%; }

.type-page h1.entry-title, .search-results .text-center h1.entry-title {
  margin-bottom: 30px;
  text-transform: uppercase; }

.type-page .text-center h1.entry-title, .search-results .text-center h1.entry-title {
  margin-bottom: 15px;
  text-transform: uppercase; }

.entry-image {
  position: relative;
  margin: 10px 0px 15px; }

.entry-image img {
  width: 100%; }

.page-no-sidebar .entry-image img {
  width: 100%; }

.entry-summary {
  margin-top: 0px; }

.entry-meta {
  padding: 15px 0;
  border-top: 1px dotted #EEE;
  border-bottom: 1px solid #ececec;
  font-size: 80%; }

.entry-meta span.divider {
  opacity: 0.5;
  margin: 0 5px; }

.entry-meta-footer {
  border-top: 1px dotted #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
  overflow: hidden; }

.entry-meta span.meta-author {
  font-size: 100%; }

body.archive h1.page-title, body.search-results h1.page-title {
  font-size: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #555; }

.navigation-paging {
  width: 100%;
  overflow: hidden;
  font-size: 80%; }

.navigation-paging .nav-previous {
  float: right; }

.navigation-paging .nav-next {
  float: left; }

.navigation-paging a, .navigation-image a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px 7px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.navigation-paging a:hover, .navigation-image a:hover {
  color: #FFF;
  background-color: #dc9814; }

.navigation-image {
  margin-top: 15px; }

.navigation-image > div {
  display: inline-block;
  margin-right: 10px; }

.author-box {
  padding: 30px 0;
  border-bottom: 1px solid #ececec; }

.author-box p {
  font-size: 80%; }

.author-box .author-name {
  margin: 0; }

.author-box .author-title {
  text-transform: uppercase; }

.post-date-wrapper {
  margin: 0 auto; }

.blog header.entry-header .large-2.columns.text-center {
  margin-top: 8px; }

.navigation-post {
  border-bottom: 1px solid #ececec;
  overflow: hidden; }

.navigation-post a {
  padding: 30px 20px;
  display: block;
  width: 100%; }

.navigation-post span {
  display: inline-block;
  margin: 0 5px;
  top: 1px;
  position: relative; }

.navigation-post .nav-next {
  text-align: right;
  border-left: 1px solid #ddd; }

.navigation-post > div {
  display: inline-block;
  width: 48%; }

.gallery {
  margin-bottom: 30px; }

.gallery a img {
  border: 0; }

.gallery-item {
  margin-bottom: 0; }

.gallery-item a img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.alignnone {
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.post.sticky {
  border: 3px solid #dc9814;
  padding: 30px; }

.post.sticky footer.entry-meta {
  border-bottom: 0; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, #tab-description p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 80%; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog-list-style {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }

.blog-list-style article {
  margin-bottom: 30px;
  margin-top: 40px; }

.blog-list-style:first-child article {
  margin-top: 10px; }

.blog-list-style .entry-content, .blog-list-style .entry-image {
  margin-top: 0; }

.blog-list-style .cat-links a {
  text-transform: uppercase;
  color: #999;
  font-size: 80%; }

.blog-list-style .post-date {
  top: 20px; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #f6f6f6; }

.post .entry-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  padding: 10px 0;
  margin: 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.gallery-caption {
  display: inline-block; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

embed, iframe, object {
  max-width: 100%; }

.entry-attachment .attachment {
  margin-bottom: 15px; }

.blog-share {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: inline-block; }

.comments-title {
  text-transform: uppercase;
  font-weight: normal; }

.comments-title span {
  font-weight: bold; }

.form-allowed-tags {
  font-size: 80%; }

#comments ul li, #comments ol li {
  list-style: none;
  width: 100%; }

textarea#comment {
  height: 100px;
  font-size: 100% !important; }

.comment-inner {
  position: relative;
  padding: 15px 15px;
  border: 1px solid #EEE;
  margin-bottom: 25px; }

.comment-list > li {
  margin-bottom: 0px; }

.comment-list cite.fn {
  color: #000;
  font-weight: normal;
  font-size: 150%;
  font-style: normal; }

.comment-meta.commentmetadata {
  font-size: 80%;
  text-transform: uppercase; }

.comment-meta.commentmetadata {
  margin-top: 10px; }

.comment-inner .reply a {
  position: absolute;
  top: -30px;
  right: 0px;
  display: block;
  background: #eee;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec; }

.comment-inner .reply a:hover {
  background: #dc9814;
  color: white !important; }

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  margin-bottom: 0; }

.comment-form-author, .comment-form-email, .comment-form-url {
  display: inline-block;
  width: 32.8%;
  position: relative; }

.comment-form-author, .comment-form-email {
  padding-right: 10px; }

#comments .reply a {
  color: #555;
  font-size: 80%; }

.comment-form span.required {
  display: none; }

#add_review .comment-form-author, #add_review .comment-form-email, #add_review .comment-form-url {
  width: 40%;
  margin-bottom: 0; }

#respond .form-allowed-tags {
  display: none; }

#respond .form-submit {
  display: block; }

#comments ul.children {
  margin-left: 35px; }

.comment-list .children .comment-inner, .children #respond {
  border-top: 1px solid #EEE;
  padding: 15px;
  margin-right: 0px; }

.children #respond {
  padding: 15px 30px; }

.comment-list .comment:last-child {
  border: 0; }

.children .comment {
  border: 0; }

/* My Account */
.account-nav {
  margin-bottom: 40px;
  padding-top: 15px; }

.my-account {
  margin-bottom: 60px; }
  .my-account h1 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px; }
  .my-account h2 {
    text-transform: uppercase;
    font-size: 100%; }
  .my-account input {
    font-size: 100% !important; }
  .my-account .bery-hr {
    margin-bottom: 20px; }

td.order-actions {
  text-align: right; }

.col2-set.addresses .col-1, .col2-set.addresses .col-2 {
  width: 50%;
  float: left;
  padding-right: 30px; }

.col2-set.addresses address {
  line-height: 150%; }

.col2-set.addresses h3 {
  font-size: 120%;
  text-transform: uppercase; }

.account-user {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 3px solid #EEE;
  padding: 15px 15px 15px 80px; }

.account-user .avatar {
  position: absolute;
  left: 15px;
  top: 15px; }

.account-user span {
  display: block;
  padding-top: 6px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.account-user span a {
  display: inline-block;
  margin-top: 4px;
  font-size: 60%; }

.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.wishlist_table .product-thumbnail img {
  width: 114px !important;
  padding-left: 0;
  margin-left: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.page-featured-item #content > ul {
  margin-left: 0; }

li.featured-item a {
  display: block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

li.featured-item h3 {
  text-transform: uppercase;
  line-height: 95%;
  font-size: 100%;
  padding: 15px 15px 0; }

.featured_item_cats {
  text-transform: uppercase;
  font-size: 80%;
  display: block;
  margin-bottom: 15px; }

.featured_item_cats a {
  font-weight: bold; }

.page-featured-item h1 {
  text-transform: uppercase; }

.featured_item_image {
  overflow: hidden;
  position: relative; }

li.featured-item img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

li.featured-item:hover img {
  margin-top: -10px; }

li.featured-item:hover a {
  background: #eee;
  padding-bottom: 10px; }

li.featured-item.style_2:hover a {
  background-color: #dc9814;
  padding-bottom: 0; }

li.featured-item.style_2 .hover-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

li.featured-item.style_2:hover .hover-text {
  opacity: 1; }

li.featured-item.style_2:hover img {
  margin-top: 0;
  -webkit-transform: scale(1.2);
  opacity: 0.3; }

.page-featured-item .item-tags {
  text-transform: uppercase;
  font-size: 80%;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  margin-bottom: 15px; }

.page-featured-item .item-tags span {
  font-weight: bold;
  margin-right: 10px; }

.page-featured-item .social-icons {
  margin-bottom: 15px; }

#back-to-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: bold; }

#back-to-site a {
  background: #000;
  padding: 5px;
  color: #FFF; }

.entry-image-attachment {
  overflow: hidden;
  position: relative; }

.entry-image-attachment img {
  display: block; }

.hover-mask {
  overflow: hidden; }

.hover-mask:after, .hover-mask:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 50%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

.hover-mask:hover:after, .hover-mask:hover:before {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  visibility: visible; }

.hover-mask:after {
  left: auto;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%); }

.hover-mask:hover .icon-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1; }

.hover-mask .entry-image-attachment .icon-wrap {
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 180%;
  z-index: 10; }

.hover-mask:hover .entry-image-attachment .icon-wrap {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-mask img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*------------------------- 6. Category ----------------------------*/
.category-page {
  margin-top: 30px !important; }
  .category-page .left {
    padding-right: 20px; }
  .category-page .right {
    padding-left: 20px; }

.cat_bg {
  margin-bottom: 20px; }

/* Filter shop page */
.filters-container, .filters-container-down {
  padding: 10px 0px 25px 0px; }

/* Grid or List Switch butotn */
.filter-tabs {
  margin-bottom: 0; }
  .filter-tabs li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    cursor: pointer; }
    .filter-tabs li i {
      border: 1px solid #aaa;
      padding: 7px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      color: #aaa; }
    .filter-tabs li.active i, .filter-tabs li:hover i {
      color: #dc9814; }

/* Sort by button */
.sort-bar {
  margin-bottom: 0;
  float: right; }
  .sort-bar .sort-bar-text {
    margin-bottom: 5px; }
  .sort-bar li {
    display: inline-block;
    vertical-align: middle; }
  .sort-bar .woocommerce-result-count {
    display: none; }
  .sort-bar label {
    position: relative; }
  .sort-bar .select-wrapper {
    background: url(css/images/select-arrow.png) no-repeat 92% 50%;
    font-size: 80%;
    border: 1px solid #aaa; }
    .sort-bar .select-wrapper select {
      border: none; }

.woocommerce-result-count, .woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0; }

.woocommerce-ordering, .woocommerce-ordering .custom.dropdown, .woocommerce-ordering select {
  margin: 0; }

/* Product category list */
.category-slider {
  padding: 0px 10px; }

.product-category {
  list-style: none;
  padding: 10px; }
  .product-category .inner-wrap {
    position: relative;
    padding: 0px !important; }
  .product-category img {
    width: 100%;
    height: auto;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
  .product-category .header-title {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .product-category .header-title h3 {
      text-transform: uppercase;
      font-size: 120%;
      font-weight: bolder;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .product-category .header-title span {
      font-size: 80%;
      font-weight: normal;
      display: block;
      text-transform: capitalize;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-delay: 600ms;
      -webkit-animation-delay: 600ms;
      -moz-animation-delay: 600ms; }
  .product-category:hover .header-title {
    bottom: 30px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 1; }
    .product-category:hover .header-title h3 {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
    .product-category:hover .header-title span {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      animation-delay: 600ms;
      -webkit-animation-delay: 600ms;
      -moz-animation-delay: 600ms; }
  .product-category:hover .inner-wrap img {
    opacity: 0.5; }

.products-group .product-category {
  padding: 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .products-group .product-category:hover .inner-wrap img {
    opacity: 0.5; }

.product-gallery {
  padding-right: 15px;
  margin-right: 0px; }

.product-gallery .product-img {
  border: 1px solid #ececec; }

/* Fix padding for Shop page */
.products-group .inner-wrap {
  padding: 10px; }

/* Product item */
.product-item {
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .product-item h5 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 80%;
    color: #999;
    font-weight: bolder; }
  .product-item p {
    margin-bottom: 9px;
    line-height: 120%;
    margin-top: 5px; }
  .product-item .info {
    position: relative; }
    .product-item .info .info_main {
      position: relative;
      z-index: 11;
      background: #fff;
      padding-top: 15px;
      overflow: hidden; }
    .product-item .info .name {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .product-item .info .name a {
        font-size: 110%;
        text-transform: capitalize;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        color: #333; }
      .product-item .info .name:hover {
        color: #dc9814; }
    .product-item .info .star-rating {
      display: none; }
    .product-item .info .price {
      font-size: 110%;
      color: #dc9814;
      line-height: 100%; }
      .product-item .info .price del {
        color: #aaa; }
        .product-item .info .price del span.amount {
          font-size: 80%;
          font-weight: normal; }
      .product-item .info .price.large {
        font-size: 190%;
        margin-bottom: 20px; }
        .product-item .info .price.large del span.amount {
          font-size: 70%; }
      .product-item .info .price ins {
        text-decoration: none; }
      .product-item .info .price .from {
        font-weight: normal;
        color: #888;
        font-size: 80%; }
  .product-item .bery-hr {
    padding-top: 15px;
    padding-bottom: 15px; }
  .product-item .product-des {
    display: none; }
  .product-item:hover .product-summary {
    height: 100px;
    top: -59px; }
  .product-item .product-des {
    font-size: 80%; }
    .product-item .product-des p {
      font-size: 100%;
      line-height: 1.8em; }

/* Product details price */
.price.large del span.amount {
  font-size: 70%; }

.price.large {
  font-size: 190%;
  margin-bottom: 20px; }

del {
  color: #aaa;
  font-weight: normal; }

ins {
  text-decoration: none; }

/* Hover product */
.product-item.hover-flip .product-img img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.product-item.hover-flip .product-img .main-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.product-item.hover-flip .product-img .back-img img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  top: 0; }

.product-item.hover-flip:hover .main-img img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.product-item.hover-flip:hover .back-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1; }

.product-item.hover-fade .product-img img {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease; }

.product-item.hover-fade .product-img .main-img img {
  opacity: 1; }

.product-item.hover-fade .product-img .back-img img {
  opacity: 0;
  top: 0; }

.product-item.hover-fade:hover .main-img img {
  opacity: 0; }

.product-item.hover-fade:hover .back-img img {
  opacity: 1;
  z-index: 1; }

.product-item.hover-bottom-to-top .product-img img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease; }

.product-item.hover-bottom-to-top:hover .main-img img, .product-item.hover-bottom-to-top:hover .back-img img {
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0); }

.product-img {
  position: relative;
  overflow: hidden; }
  .product-img .main-img {
    display: block;
    width: auto;
    height: auto; }
    .product-img .main-img img {
      min-width: 100%;
      display: block; }
  .product-img .back-img img {
    display: block;
    min-width: 100%;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  .product-img img.attachment-shop_catalog, .product-img img.attachment-shop_single, .product-img img.attachment-shop_thumbnail, .product-img img.woocommerce-placeholder {
    display: block; }

/* Hover Product image */
.product-img .image-overlay,
.product-thumbnail .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  overflow: hidden;
  display: block; }

.product-summary {
  width: 101%;
  position: absolute;
  top: 0px;
  z-index: 10;
  background: #fff;
  padding: 15px;
  -moz-transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }
  .product-summary > div {
    display: inline-block; }
  .product-summary .products-cats a {
    color: #666;
    margin: 0; }

/* Product actions*/
.product-interactions {
  float: right; }
  .product-interactions div {
    cursor: pointer;
    display: inline-block; }
  .product-interactions .pe-icon {
    font-size: 130%; }
  .product-interactions .btn-link {
    line-height: 1;
    color: #333;
    margin-right: 12px;
    background: #fff;
    text-align: center;
    z-index: 10; }
    .product-interactions .btn-link:hover {
      color: #dc9814; }
  .product-interactions .btn-wishlist {
    margin-bottom: 0px; }
  .product-interactions .quick-view {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-right: 0; }
  .product-interactions .compare-button,
  .product-interactions .btn-compare {
    display: none; }
  .product-interactions .add-to-cart-grid .cart-icon {
    position: relative; }
  .product-interactions .add-to-cart-grid .add_to_cart_text {
    display: none; }
  .product-interactions .added_to_cart {
    display: none; }
  .product-interactions .add-to-link .yith-wcwl-add-to-wishlist {
    display: none; }
  .product-interactions .add-to-link .please-wait {
    position: absolute; }

/* Wishlist page */
.wishlist_table .product-thumbnail a img {
  overflow: hidden;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.wishlist_table .product-thumbnail:hover img {
  ransform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.wishlist_table td.product-name a:hover {
  color: #dc9814; }

.ajax-loading {
  display: none !important; }

.product-gallery .yith-wcwl-wishlistexistsbrowse {
  display: none !important; }

.product-img.images .yith-wcwl-add-to-wishlist {
  display: none; }

#yith-wcwl-popup-message {
  background: #FFF;
  border: 1px solid #ddd;
  line-height: 50px;
  padding: 15px;
  font-size: 120%;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 45%;
  z-index: 10000;
  margin: 0 auto !important; }

/* Badge (Sale, Sold out..) */
.badge-inner {
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 23px;
  z-index: 2;
  background: #fff;
  left: 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer; }
  .badge-inner .inner-text {
    position: absolute;
    line-height: 22px;
    left: 25%;
    font-size: 80%;
    font-weight: normal;
    color: #333; }
  .badge-inner:hover {
    width: 65px; }
  .badge-inner.sale-label {
    top: 30px; }
  .badge-inner.hot-label {
    top: 60px; }

.product-gallery .badge.large .badge-inner {
  position: absolute;
  width: 75px;
  height: 30px;
  left: 11px; }
  .product-gallery .badge.large .badge-inner .inner-text {
    left: 29%;
    line-height: 30px;
    font-size: 100%; }
  .product-gallery .badge.large .badge-inner:hover {
    width: 85px; }
  .product-gallery .badge.large .badge-inner.sale-label {
    top: 30px; }
  .product-gallery .badge.large .badge-inner.hot-label {
    top: 70px; }

.out-of-stock-label {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 23px;
  z-index: 2;
  background: #fff;
  left: 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
  top: 30px; }
  .out-of-stock-label .text {
    position: absolute;
    line-height: 22px;
    left: 20%;
    font-size: 80%;
    font-weight: normal;
    color: #333; }
  .out-of-stock-label:hover {
    width: 90px; }

.hide-cart-button .add_to_cart_button {
  display: none; }

.woocommerce.widget_products .add-to-cart-btn {
  display: none; }

.widget .item-product-widget .images .quick-view {
  top: 30%;
  left: 35%; }

.widget .product_list_widget {
  margin-top: 26px; }

.widget .product_list_widget .li_wapper {
  border-bottom: none; }

.item-product-widget {
  margin-bottom: 20px;
  padding-bottom: 35px; }
  .item-product-widget:last-child {
    padding-bottom: 0;
    border: 0; }
  .item-product-widget .images {
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .item-product-widget .images .quick-view {
      position: absolute;
      opacity: 0;
      top: 40%;
      left: 40%;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 99px;
      border-radius: 99px;
      background: #fff;
      color: #888;
      text-align: center;
      line-height: 30px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .item-product-widget .images .quick-view:hover {
        background: #dc9814;
        color: #fff; }
    .item-product-widget .images:hover {
      opacity: 0.5; }
      .item-product-widget .images:hover .quick-view {
        opacity: 1; }
  .item-product-widget .product-meta {
    overflow: hidden; }
    .item-product-widget .product-meta .product-title {
      font-size: 95%;
      margin-bottom: 10px;
      line-height: 1.1;
      letter-spacing: 0;
      font-weight: normal; }
      .item-product-widget .product-meta .product-title a:hover {
        color: #dc9814; }
    .item-product-widget .product-meta .star-rating {
      margin: 0;
      margin-bottom: 8px;
      font-size: 13px; }
    .item-product-widget .product-meta .price {
      color: #333;
      margin-bottom: 10px; }
      .item-product-widget .product-meta .price ins {
        background: inherit;
        color: #333;
        text-decoration: none; }
      .item-product-widget .product-meta .price del .amount {
        font-size: 13px;
        color: #aaa;
        text-decoration: line-through; }
    .item-product-widget .product-meta .added_to_cart.wc-forward {
      display: none; }
    .item-product-widget .product-meta .add-to-cart-list {
      font-size: 80%;
      margin-top: 10px;
      padding: 9px 10px;
      cursor: pointer;
      font-weight: bold; }

.widget.woocommerce .product_list_widget li.li_wapper {
  margin-bottom: 35px; }
  .widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title {
    margin-bottom: 5px; }
    .widget.woocommerce .product_list_widget li.li_wapper .item-product-widget .product-meta .product-title a {
      font-size: 95%;
      line-height: 1.1;
      letter-spacing: 0;
      font-weight: normal;
      border-bottom: none; }

.added .cart-icon-handle {
  display: none; }
  .added .cart-icon-handle:before {
    content: "\f00c";
    font-family: "FontAwesome"; }

.added .add_to_cart_text {
  display: none !important; }

.product_list_widget .add-to-cart-grid.added {
  background: #5CB85C !important;
  color: #fff;
  border-color: #5CB85C !important; }
  .product_list_widget .add-to-cart-grid.added .cart-icon-handle {
    display: block; }
  .product_list_widget .add-to-cart-grid.added .cart-icon {
    display: none; }
  .product_list_widget .add-to-cart-grid.added:hover {
    border-color: #dc9814 !important; }

.add-to-cart-grid.added .pe-icon {
  background: #5CB85C;
  color: #fff !important; }

.btn-link:hover .cart-icon-handle:before {
  color: #fff; }

/* PRODUCT LIST */
/* Fix for no sidebar */
@media only screen and (min-width: 48em) {
  .no-sidebar .products.list .product-item .inner-wrap .info {
    position: relative; }
  .products.list .info .product-summary {
    opacity: 1;
    display: block; }
  .products.list .product-item {
    width: 100%;
    position: relative;
    padding: 0px 10px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .products.list .product-item .inner-wrap > div {
      display: table-cell; }
    .products.list .product-item .inner-wrap .product-summary {
      position: relative;
      padding: 40px 0; }
      .products.list .product-item .inner-wrap .product-summary .products-cats {
        display: none; }
      .products.list .product-item .inner-wrap .product-summary .product-interactions {
        float: left; }
        .products.list .product-item .inner-wrap .product-summary .product-interactions > div {
          display: inline-block;
          margin-right: 5px;
          border: 1px solid #ddd;
          width: 35px;
          height: 35px;
          font-size: 80%;
          line-height: 35px;
          text-align: center;
          background: #eee;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease; }
          .products.list .product-item .inner-wrap .product-summary .product-interactions > div:hover {
            border-color: #dc9814;
            color: #fff;
            background: #dc9814; }
            .products.list .product-item .inner-wrap .product-summary .product-interactions > div:hover .add_to_cart_text {
              color: #fff; }
        .products.list .product-item .inner-wrap .product-summary .product-interactions .add-to-cart-btn {
          width: 120px; }
          .products.list .product-item .inner-wrap .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .add_to_cart_text {
            display: block;
            font-weight: bold;
            text-transform: uppercase; }
          .products.list .product-item .inner-wrap .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon-handle {
            display: block; }
          .products.list .product-item .inner-wrap .product-summary .product-interactions .add-to-cart-btn .add-to-cart-grid .cart-icon {
            display: none; }
        .products.list .product-item .inner-wrap .product-summary .product-interactions .add-to-link {
          display: none; }
    .products.list .product-item .inner-wrap .info {
      position: relative;
      padding: 0;
      text-align: left; }
      .products.list .product-item .inner-wrap .info .name {
        display: block;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 90%; }
      .products.list .product-item .inner-wrap .info .star-rating {
        display: block;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        padding-bottom: 18px;
        margin: 0; }
      .products.list .product-item .inner-wrap .info .price {
        display: block;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        margin-bottom: 15px;
        margin-top: 5px; }
      .products.list .product-item .inner-wrap .info .product-des {
        display: block;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        float: left; }
      .products.list .product-item .inner-wrap .info .info_main {
        padding: 0; }
    .products.list .product-item .inner-wrap .product-img {
      width: 30%;
      margin-right: 30px;
      overflow: inherit;
      float: left; }
      .products.list .product-item .inner-wrap .product-img .info .product-summary {
        opacity: 0;
        display: none; }
      .products.list .product-item .inner-wrap .product-img .back-img {
        position: absolute;
        display: block;
        z-index: 0;
        opacity: 0;
        height: 100%;
        top: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
        .products.list .product-item .inner-wrap .product-img .back-img img {
          position: inherit; }
      .products.list .product-item .inner-wrap .product-img .main-img, .products.list .product-item .inner-wrap .product-img .back-img {
        width: 100%; }
    .products.list .product-item:hover .product-summary {
      top: 0px; }
    .products.list .product-item.hover-fade .product-img img {
      -webkit-transition: all 800ms ease;
      -moz-transition: all 800ms ease;
      transition: all 800ms ease; }
    .products.list .product-item.hover-fade .product-img .main-img img {
      opacity: 1; }
    .products.list .product-item.hover-fade .product-img .back-img img {
      opacity: 0;
      top: 0; }
    .products.list .product-item.hover-fade .product-img:hover .main-img img {
      opacity: 0; }
    .products.list .product-item.hover-fade .product-img:hover .back-img {
      z-index: 1;
      opacity: 1; }
      .products.list .product-item.hover-fade .product-img:hover .back-img img {
        opacity: 1;
        z-index: 1; }
    .products.list .product-item.hover-fade:hover .main-img img {
      opacity: 1; }
    .products.list .product-item.hover-fade:hover .back-img img {
      opacity: 0;
      top: 0; } }

.product-deals .onsale {
  display: none; }

.product-deals .product-img .countdown .countdown-row {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  color: #fff;
  height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 10px; }
  .product-deals .product-img .countdown .countdown-row > span {
    display: block;
    float: left;
    width: 25%;
    padding: 5px;
    overflow: hidden;
    position: relative;
    line-height: 1.6; }
    .product-deals .product-img .countdown .countdown-row > span span {
      display: block;
      background: rgba(100, 100, 100, 0.7);
      color: #fff; }
      .product-deals .product-img .countdown .countdown-row > span span:first-child {
        padding-top: 5px; }
      .product-deals .product-img .countdown .countdown-row > span span:last-child {
        padding-bottom: 5px; }
  .product-deals .product-img .countdown .countdown-row .countdown-amount {
    font-weight: 600; }
  .product-deals .product-img .countdown .countdown-row .countdown-period {
    text-transform: lowercase;
    font-weight: 6300;
    font-size: 70%; }

/* hide tag in desktop */
.sort-bar .li-toggle-sidebar {
  display: none;
  float: left;
  position: absolute;
  left: 10px; }
  .sort-bar .li-toggle-sidebar a {
    display: block;
    border: 1px solid #AAA;
    padding: 2.5px 15px; }

.div-toggle-sidebar {
  display: none;
  text-align: left;
  float: left;
  margin: 0px auto 20px 10px; }
  .div-toggle-sidebar.center {
    text-align: center;
    float: none;
    margin: 0 auto 20px auto;
    width: 150px; }
  .div-toggle-sidebar a {
    display: block;
    border: 1px solid #AAA;
    padding: 10px 25px; }

/*------------------------- 7. Product -----------------------------*/
.single_variation_wrap {
  display: none; }

.single_variation_wrap .single_variation {
  margin-bottom: 15px; }

form.cart {
  margin-top: 30px; }

/* Product quick view */
.product-lightbox {
  text-align: center;
  background: #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }
  .product-lightbox .product-lightbox-inner {
    padding: 30px 30px 10px; }
    .product-lightbox .product-lightbox-inner .short-description {
      max-height: 220px;
      overflow-y: auto;
      text-align: left; }
    .product-lightbox .product-lightbox-inner button {
      float: left;
      margin-right: 5px;
      padding-top: 1.1em;
      padding-bottom: 1.1em; }
    .product-lightbox .product-lightbox-inner .variations_button {
      margin-left: 55px; }
      .product-lightbox .product-lightbox-inner .variations_button .quantity {
        width: 100px; }
        .product-lightbox .product-lightbox-inner .variations_button .quantity.buttons_added {
          margin-left: -55px;
          margin-right: 28px; }
    .product-lightbox .product-lightbox-inner form.cart {
      margin-top: 20px; }
    .product-lightbox .product-lightbox-inner .quantity {
      width: 100px; }
      .product-lightbox .product-lightbox-inner .quantity.buttons_added {
        margin-right: 28px; }
    .product-lightbox .product-lightbox-inner .social-icons {
      float: left; }
  .product-lightbox .owl-carousel .owl-nav {
    top: 45%; }
  .product-lightbox .owl-carousel:hover .owl-nav .owl-next {
    right: 10px; }
  .product-lightbox .owl-carousel:hover .owl-nav .owl-prev {
    left: 10px; }

.product-gallery .owl-height {
  height: auto !important; }

.product-gallery .main-images {
  padding-right: 13px; }

.product-gallery .product-images-slider {
  position: relative; }

.product-gallery .product-image-btn .product-lightbox-btn {
  position: absolute;
  bottom: -3px;
  right: 10px;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  background-image: url("css/images/product_enlarge.png");
  display: block;
  height: 50px;
  width: 50px; }
  .product-gallery .product-image-btn .product-lightbox-btn:hover {
    right: 13px;
    bottom: 0px; }

.product-gallery .product-image-btn .product-video-popup {
  position: absolute;
  font-size: 80%;
  right: 40px;
  top: 30px;
  z-index: 10;
  color: #666; }
  .product-gallery .product-image-btn .product-video-popup span {
    margin-right: 10px; }

.product-zoom-lightbox .mfp-img {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* Product video popup */
.mfp-iframe-holder {
  padding: 40px 0; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }
    .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
      width: 100%;
      overflow: hidden;
      padding-top: 56.25%; }
      .mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
        max-width: 100% !important; }

.up-sell.large-block-grid-2 li {
  padding: 0px 3px 6px 3px;
  margin-bottom: 0px; }

.up-sell.large-block-grid-2 li img {
  display: block; }

.up-sell .product.small {
  position: relative; }

.product-page .size-chart {
  font-size: 80%;
  font-weight: normal; }

.product-page .custom.dropdown {
  width: 80%; }

.product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.product-page .prefix.last {
  -webkit-border-radius: "0px 10px 0px 10px";
  border-radius: "0px 10px 0px 10px"; }

.product-page .left {
  padding-right: 20px; }

.product-page .right {
  padding-left: 20px; }

.product-info .breadcrumb {
  display: none; }

.product-info .entry-title {
  text-transform: uppercase; }

.product-info h4 span {
  color: #999;
  text-transform: none; }

.product-info h4 a {
  font-size: 70%;
  text-transform: uppercase; }

.product-info .yith-wcwl-add-to-wishlist {
  display: none; }

.product-info .star-rating {
  margin: 0; }

.product-info .woocommerce-product-rating {
  display: none; }

.product-info .quantity {
  margin-right: 20px;
  float: left; }

.product-info .social-icons {
  border-top: 1px dotted #ececec;
  padding: 25px 0px 15px 0px;
  margin-top: 40px;
  margin-bottom: 15px; }

.product-info .star-rating {
  margin-bottom: 20px; }

.product-info .compare {
  display: none; }

.product-info h1.entry-title {
  margin: 0px 0px 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 180%; }

.product-info h1.entry-title a {
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.product-info h1.entry-title a:hover {
  color: #dc9814; }

.shop_attributes th {
  width: 100px; }

.shop_attributes tr {
  border-bottom: 1px solid #EEE; }

.shop_attributes p {
  margin: 0; }

/* Fix margin in product details page */
.product-details {
  margin: 50px 0px 20px 0px; }

.product_meta > span {
  display: block;
  border-top: 1px dotted #ececec;
  padding: 12px 0;
  font-size: 80%; }

.product_meta a {
  color: #888; }

.variations .value {
  margin-left: 0; }

.variations select {
  margin-bottom: 0;
  padding: 10px; }

.variations td {
  vertical-align: middle; }

.variations tr {
  border: none; }

.variations label {
  font-size: 95%;
  font-weight: bolder;
  margin: 0; }

.variations .reset_variations {
  display: none; }

.variations .select-wrapper {
  width: 90%; }

.tabs_vertical-style h3 {
  border-bottom: 0;
  padding-bottom: 15px; }

.tabs_vertical-style #reviews > .row {
  margin: 0; }

.tabs_vertical-style #add_review.large-5 {
  padding-left: 15px; }

/* WOOCOMMERCE REVIEW */
.woocommerce-tabs {
  margin-bottom: 50px; }
  .woocommerce-tabs #lee-tab-additional {
    font-size: 80%;
    line-height: 1.7; }
  .woocommerce-tabs #lee-tab-additional_information {
    font-size: 110%; }
  .woocommerce-tabs #reviews h2, .woocommerce-tabs #reviews h3 {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0;
    color: #333; }
  .woocommerce-tabs #reviews #comments .review-item {
    position: relative;
    border-bottom: 2px dotted #EEE;
    margin-bottom: 15px;
    min-height: 85px;
    padding-left: 90px; }
  .woocommerce-tabs #reviews #comments .review-item .avatar {
    position: absolute;
    left: 0;
    top: -5px; }
  .woocommerce-tabs #reviews #comments .review-item .description {
    color: #555;
    font-style: italic;
    font-family: georgia;
    font-size: 105%;
    padding-right: 20%; }
  .woocommerce-tabs #reviews #comments .star-rating {
    display: inline-block; }
  .woocommerce-tabs #reviews #comments p.meta {
    display: inline-block;
    margin-bottom: 5px; }
  .woocommerce-tabs #reviews #respond textarea#comment {
    height: 100px; }

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce p.stars span, .woocommerce-page p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(css/star.png) repeat-x left 0; }

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden; }

.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
  background: url(css/star.png) repeat-x left -16px; }

.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
  background: url(css/star.png) repeat-x left -32px; }

.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
  width: 16px;
  z-index: 10; }

.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
  width: 32px;
  z-index: 9; }

.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
  width: 48px;
  z-index: 8; }

.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
  width: 64px;
  z-index: 7; }

.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
  width: 80px;
  z-index: 6; }

.product-gallery {
  margin-bottom: 25px; }

.product-addon {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 90%; }

.product-addon > h3 {
  font-size: 14px; }

.product-addon .select-wrapper {
  width: 90%; }

.product-addon input {
  margin-bottom: 3px; }

.products-infinite .woocommerce-compare-button {
  display: none; }

.load-more {
  font-weight: 600;
  font-size: 80%;
  cursor: pointer;
  position: relative;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 15px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .load-more .load-more-icon {
    color: #999;
    animation-name: icon_slide_down;
    animation-duration: 0.68s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 15px; }
  .load-more:hover {
    background: #f7f6f5; }
  .load-more.end-product {
    color: #888;
    cursor: auto; }

#ajax-loading {
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 10px solid #e6e6e6;
  animation-name: pulse, fadeout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in; }

@keyframes icon_slide_down {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); } }

@keyframes pulse {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-filter: blur(5px); } }

@keyframes fadeout {
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom;
  max-width: 100%; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 97;
  overflow: hidden;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .easyzoom-flyout img {
    max-width: none;
    width: auto !important; }

/**
 * EasyZoom layout variations
 */
.easyzoom-flyout:hover {
  opacity: 1; }

.product-gallery-slider .easyzoom-flyout img {
  max-width: 1400px !important;
  width: 1400px !important; }

/* Next - Prev Product */
.product-details-bread {
  position: relative; }
  .product-details-bread .products-arrow {
    z-index: 2;
    margin-top: -59px; }

.products-arrow {
  float: right; }
  .products-arrow .next-prev-buttons {
    display: inline-block;
    position: relative; }
    .products-arrow .next-prev-buttons .icon-next-prev {
      border: 1px solid #ddd;
      padding: 3px 8px;
      color: #aaa;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .products-arrow .next-prev-buttons .icon-next-prev:hover {
        border-color: #dc9814;
        background: #dc9814;
        color: #fff; }
    .products-arrow .next-prev-buttons:hover .dropdown-wrap {
      visibility: visible; }
    .products-arrow .next-prev-buttons .dropdown-wrap {
      position: absolute;
      top: 38px;
      width: 280px;
      border: 1px solid #eeeeee;
      background: white none repeat scroll 0% 0%;
      visibility: hidden;
      z-index: 9999;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 100ms ease;
      -moz-transition: all 100ms ease;
      transition: all 100ms ease; }
      .products-arrow .next-prev-buttons .dropdown-wrap img {
        max-height: 80px;
        width: auto; }
      .products-arrow .next-prev-buttons .dropdown-wrap div {
        float: left;
        width: 175px;
        padding: 15px; }
        .products-arrow .next-prev-buttons .dropdown-wrap div .product-name {
          display: block;
          font-size: 90%;
          margin-bottom: 10px; }
  .products-arrow .next-product .dropdown-wrap {
    right: 0; }
  .products-arrow .next-product img {
    float: left; }
  .products-arrow .next-product div {
    float: right; }
  .products-arrow .prev-product .dropdown-wrap {
    right: 0; }
  .products-arrow .prev-product img {
    float: right; }
  .products-arrow .prev-product div {
    float: left; }
  .products-arrow .prod-dropdown {
    display: inline-block; }

/*------------------------- 8. Cart --------------------------------*/
/* Mini cart at Header */
.mini-cart .cart-link .cart-icon {
  display: inline-block;
  position: relative; }

.mini-cart.active .nav-dropdown {
  top: 39px; }

.mini-cart .nav-dropdown {
  top: 48px;
  padding: 25px;
  right: 15px;
  width: 275px;
  z-index: 9999;
  color: #666; }
  .mini-cart .nav-dropdown .cart_title {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #f3f3f3; }
    .mini-cart .nav-dropdown .cart_title a {
      color: #666; }
  .mini-cart .nav-dropdown .cart_list {
    max-height: 450px;
    overflow-y: auto; }
    .mini-cart .nav-dropdown .cart_list .mini-cart-item {
      line-height: 100%;
      border-bottom: 1px solid #f3f3f3;
      padding: 15px 0px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .cart_list_product_img {
        display: block;
        width: 50px;
        overflow: hidden;
        padding: 0;
        margin-right: 20px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info {
        margin-left: 10px; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info .cart_list_product_title {
          display: block;
          margin-bottom: 10px;
          white-space: pre-wrap; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info .cart_list_product_quantity {
          display: inline-block;
          color: #dc9814;
          margin-bottom: 5px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item a:hover {
        text-decoration: none; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .remove {
        margin-top: 15px;
        font-size: 130%;
        float: right;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .remove:hover {
          color: #dc9814; }
  .mini-cart .nav-dropdown .minicart_total_checkout {
    font-size: 110%;
    margin: 30px 0px 25px;
    text-transform: uppercase;
    font-weight: bold; }
    .mini-cart .nav-dropdown .minicart_total_checkout span.amount {
      position: absolute;
      right: 0px;
      font-weight: bold;
      font-size: 115%; }
  .mini-cart .nav-dropdown .btn-mini-cart {
    text-align: center; }
    .mini-cart .nav-dropdown .btn-mini-cart .button {
      padding: 12px 20px;
      display: inline-block;
      margin-right: 14px; }
    .mini-cart .nav-dropdown .btn-mini-cart a:last-child {
      margin: 0; }
  .mini-cart .nav-dropdown .empty {
    margin-bottom: 0px;
    font-size: 100%; }

/* Shopping cart wrapper*/
.cart-wrapper table {
  border-collapse: collapse;
  border: 1px solid #ccc; }

.cart-wrapper tr {
  border-bottom: 1px dotted #ececec; }

.cart-wrapper td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle; }

.cart-wrapper th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle; }

/* Shopping cart - Cart table details */
.shop_table {
  margin-top: 4px; }
  .shop_table thead {
    text-transform: uppercase;
    color: #333; }
  .shop_table.order_details thead {
    border-bottom: 3px solid #eee; }
  .shop_table tr {
    border-bottom: 1px dotted #ddd; }
  .shop_table tfoot th {
    text-transform: uppercase;
    font-size: 80%; }
  .shop_table tfoot td {
    text-align: right;
    font-weight: bold; }
  .shop_table .remove-product .icon-close {
    border: 1px solid #ececec;
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #ececec;
    padding-top: 4px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    line-height: 10px;
    font-size: 10px;
    display: inline-block; }
    .shop_table .remove-product .icon-close:hover {
      border-color: #dc9814;
      color: #dc9814; }
  .shop_table .product-name {
    padding: 0;
    width: 35%; }
  .shop_table .product-price {
    padding-right: 20px; }
  .shop_table .product-quantity .quantity {
    display: inline-block; }
  .shop_table .product-subtotal {
    font-weight: bold; }
  .shop_table .total {
    color: #222; }
  .shop_table .product-thumbnail img {
    width: 90px;
    padding: 0 30px 0 10px; }
  .shop_table dl.variation {
    margin: 0;
    font-size: 90%;
    opacity: 0.6; }
    .shop_table dl.variation dt {
      display: inline-block;
      margin: 0;
      margin-right: 5px; }
    .shop_table dl.variation dd {
      display: inline-block;
      margin: 0;
      margin-right: 10px; }
  .shop_table.my_account_orders tbody td {
    padding: 15px 5px 15px 0px; }
    .shop_table.my_account_orders tbody td a.button {
      margin-bottom: 0px; }
  .shop_table .blockUI.blockOverlay {
    display: none !important; }

/* Shopping cart - Cart totals sumary */
.cart_totals .order-total {
  vertical-align: center; }

.cart_totals td {
  text-align: center; }

.cart_totals th {
  padding-left: 15px; }

.cart_totals h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 100%; }

.cart_totals p {
  line-height: 100%; }

.cart_totals .order-total {
  vertical-align: center; }

.shipping {
  font-weight: normal; }
  .shipping #shipping_method {
    margin-bottom: 0; }
    .shipping #shipping_method li {
      list-style: none;
      line-height: 90%;
      padding: 5px 0; }
      .shipping #shipping_method li input {
        display: inline;
        margin: 0 5px 0 0; }
      .shipping #shipping_method li label {
        display: inline; }
  .shipping a.shipping-calculator-button {
    text-transform: uppercase;
    font-size: 120%;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid #ececec;
    display: block;
    width: 100%; }
    .shipping a.shipping-calculator-button:before {
      font-family: icomoon;
      content: "\e00c";
      margin-right: 5px;
      font-size: 10px;
      position: relative;
      top: -2px; }
  .shipping .shipping-calculator-form {
    font-size: 120%; }

/* Quantity button general */
.quantity {
  position: relative;
  width: 88px;
  padding-right: 29px; }
  .quantity .minus, .quantity .plus {
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .quantity .minus:hover, .quantity .plus:hover {
      background: #f8f8f8; }
  .quantity .minus {
    bottom: 0; }
  .quantity .plus {
    top: 0; }
  .quantity .input-text.qty {
    border: 1px solid #ccc;
    height: 43px;
    padding: 8px 0px;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center; }
  .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* Coupon textbox */
.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px; }

/* Cart total at right sidebar */
.cart-sidebar .cart_totals table {
  border-collapse: collapse;
  border: 1px solid #ececec; }

.cart-sidebar .cart_totals td {
  border: 1px solid #ececec; }

.cart-sidebar .cart_totals th {
  border: 1px solid #ececec; }

.cart-sidebar .button {
  margin-bottom: 10px; }

.cart-sidebar .widget-title {
  padding-bottom: 10px; }

.cart-sidebar .checkout-button {
  margin-bottom: 30px; }

/* Others */
.cross-sells {
  margin-top: 20px; }
  .cross-sells ul {
    margin-left: 0; }
  .cross-sells .row > .columns {
    padding: 0; }
  .cross-sells .products-group li:first-child .inner-wrap {
    padding-left: 0; }

.woocommerce-cart .return-to-shop {
  text-align: center; }

.woocommerce-cart .cart-empty {
  text-align: center; }

.woocommerce address br {
  margin-top: 10px; }

/*------------------------- 9. Checkout page------------------------*/
.checkout input, .checkout textarea {
  font-size: 100% !important; }

.checkout-breadcrumb {
  width: 100%;
  border-bottom: 1px solid #E1E6EB;
  text-align: center;
  float: left;
  margin-bottom: 40px; }

.checkout-breadcrumb a {
  color: #454545; }

.checkout-breadcrumb div {
  width: 25%;
  display: inline-block; }

.checkout-breadcrumb div span {
  margin: 0 auto;
  display: block;
  border: 1px solid #eee;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 36px;
  width: 36px;
  padding: 6px 0 0 0px;
  font-size: 20px; }

.checkout-breadcrumb div p {
  text-align: center;
  line-height: 0;
  margin: 30px auto 25px; }

.checkout-breadcrumb span {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.checkout-breadcrumb div:hover span {
  background: #dc9814;
  border-color: #dc9814;
  color: #fff; }

.checkout-breadcrumb div:hover p {
  color: #3c4043;
  font-weight: 700; }

.woocommerce-cart .title-cart span, .woocommerce-checkout .title-checkout span, .woocommerce-checkout .title-cart span {
  background-color: #dc9814;
  color: #fff;
  border-color: #dc9814; }

.woocommerce-cart .title-cart p, .woocommerce-checkout .title-checkout p, .woocommerce-checkout .title-cart p {
  border-bottom: 2px solid #dc9814;
  padding-bottom: 27px;
  margin-bottom: 0px;
  color: #3c4043;
  font-weight: 700; }

#order_review table {
  border-collapse: collapse; }

#order_review table, #order_review th, #order_review td {
  border: 1px solid #ececec;
  padding: 10px 15px 10px 15px; }

#order_review th.product-total, #order_review td.product-total {
  text-align: right; }

.woocommerce .checkout-group label {
  font-weight: bold; }

#order_review_heading, .checkout-group h3 {
  color: #dc9814;
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 0 10px;
  margin-bottom: 15px;
  width: 98.5%;
  border-bottom: 1px solid #EEE; }

.checkout-group h3:before, .order-review h3:before {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-right: 10px; }

.checkout-group.woo-shipping {
  padding-right: 10px; }

.woocommerce-checkout .entry-title {
  width: 50%;
  display: inline-block; }

.woo-billing p {
  display: inline-block;
  margin-bottom: 25px;
  width: 98.5%; }

.woo-billing p input {
  margin-bottom: 0px; }

#billing_address_1_field {
  margin-bottom: 10px; }

#billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field {
  width: 49%; }

#billing_first_name_field, #billing_email_field {
  padding-right: 2%; }

label.checkbox {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

p.create-account-row {
  display: inline-block;
  width: 98.5%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ececec; }

.input-checkbox {
  display: inline-block; }

#order_comments {
  height: 100px; }

h3#ship-to-different-address {
  font-size: 100%;
  border-width: 1px; }

h3#ship-to-different-address:before {
  display: none; }

h3#ship-to-different-address label.checkbox {
  margin-left: 0; }

h3#ship-to-different-address input {
  margin-bottom: 0;
  margin-left: 10px; }

h3#ship-to-different-address:hover {
  color: #000; }

.order-review h3 {
  padding: 0 0 10px;
  color: #dc9814;
  text-transform: uppercase; }

ul.payment_methods {
  margin: 0 0 30px 0; }

ul.payment_methods .input-radio {
  margin-bottom: 15px; }

ul.payment_methods li {
  list-style: none;
  border-bottom: 1px solid #ececec;
  padding-top: 5px; }

ul.payment_methods li label {
  display: inline-block;
  margin-left: 10px; }

ul.payment_methods p {
  font-size: 80%;
  line-height: 110%;
  opacity: 0.8; }

.payment_method_paypal img {
  width: 200px;
  margin-left: 20px; }

.about_paypal {
  display: none; }

input#calc_shipping_postcode {
  font-size: 100%; }

.shipping-calculator-form button.button {
  font-size: 110%; }

.form-row.terms {
  position: relative; }

.form-row.terms .checkbox {
  padding-left: 25px;
  margin: 0; }

.form-row.terms .input-checkbox {
  position: absolute;
  left: 0px;
  top: 4px; }

.page-checkout .woocommerce-info {
  margin-bottom: 0;
  padding-top: 0; }

a.chzn-single {
  background: #FFF;
  -webkit-border-radius: 0px; }

.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
  height: 32px;
  line-height: 33px; }

.woocommerce ul.order_details li {
  font-size: 80%; }

.woocommerce dl.customer_details {
  font-size: 80%; }

.woocommerce address {
  font-style: normal; }

.address {
  font-size: 80%; }

address {
  margin-top: 10px; }

.slogan-wrapper {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 210px;
  padding: 80px 0px 60px 0px;
  background-image: url("cart-checkout-slogan.jpg"); }

.slogan-wrapper .slogan-cart {
  text-align: center;
  height: 20px;
  background: transparent;
  color: #fff;
  padding: 15px;
  border: 2px solid #fff; }

.slogan-wrapper span.slogan-cart:before {
  content: '\F07a';
  font-family: "FontAwesome";
  font-size: 100%;
  color: #fff;
  margin-right: 15px; }

.woocommerce .order-review {
  border: 8px solid #f5f5f5;
  padding: 10px 20px 20px 20px; }

/*------------------------- 10. Sliders ----------------------------*/
#product-pager {
  margin-top: 15px;
  margin-left: -8px;
  margin-right: -8px; }
  #product-pager.product-thumbnails .owl-item {
    padding: 0px 8px;
    cursor: pointer; }
    #product-pager.product-thumbnails .owl-item img {
      overflow: hidden;
      border: 1px solid #EEE;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      display: inline-block;
      opacity: 0.6;
      display: block;
      width: 100%;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      transition: all 200ms ease; }
    #product-pager.product-thumbnails .owl-item.active-thumbnail img, #product-pager.product-thumbnails .owl-item .active-thumbnail img, #product-pager.product-thumbnails .owl-item:hover img {
      opacity: 1;
      border-color: #ccc; }

.lee-slider {
  display: none; }

/* Modifired Revolution slider arrows */
.tparrows {
  background: transparent !important;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 45% !important; }
  .tparrows:hover {
    background: transparent !important; }
    .tparrows:hover:before {
      color: #dc9814;
      opacity: 1; }
  .tparrows:before {
    color: #888;
    font-size: 25px;
    z-index: 10; }

.tp-bullets .tp-bullet {
  margin: 0 10px;
  height: 10px;
  width: 10px;
  background: #aaa;
  opacity: 0.5;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease;
  -webkit-border-radius: 99px;
  border-radius: 99px; }
  .tp-bullets .tp-bullet:hover, .tp-bullets .tp-bullet.selected {
    opacity: 1;
    background: #dc9814;
    cursor: pointer; }

/* Carousel */
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 100%; }
  .owl-carousel .owl-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 100%; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .owl-carousel .owl-nav div {
      position: absolute;
      color: #aaa;
      border: 1px solid #ececec;
      display: block;
      line-height: 30px;
      width: 35px;
      height: 35px;
      text-align: center;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      background: #fff; }
      .owl-carousel .owl-nav div:hover {
        background: #dc9814;
        color: #fff;
        border-color: #dc9814; }
    .owl-carousel .owl-nav .owl-next {
      right: -10px;
      padding-left: 2px; }
    .owl-carousel .owl-nav .owl-prev {
      left: -10px; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 48%;
    display: block; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 5px;
      height: 10px;
      width: 10px;
      background: #aaa;
      opacity: 0.5;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      transition: background 200ms ease;
      -webkit-border-radius: 99px;
      border-radius: 99px; }
      .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
        opacity: 1;
        background: #dc9814;
        cursor: pointer; }
  .owl-carousel.bullets_type_2 .owl-dots {
    left: 0;
    margin-left: 104px; }
  .owl-carousel:hover .owl-nav {
    opacity: 1; }
    .owl-carousel:hover .owl-nav .owl-next {
      right: -30px; }
    .owl-carousel:hover .owl-nav .owl-prev {
      left: -30px; }

/*------------------------- 11. Banners ----------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .banner img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: auto;
    width: 100%; }
  .banner.bery_banner {
    line-height: 140%;
    display: block;
    position: relative;
    overflow: hidden;
    user-select: none; }
    .banner.bery_banner img {
      overflow: hidden !important; }
    .banner.bery_banner .banner-bg {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .banner .banner-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .banner .banner-content p {
      float: left;
      width: 100%;
      margin: 0; }
    .banner .banner-content .banner-inner span {
      color: #000; }
    .banner .banner-content .banner-inner h1, .banner .banner-content .banner-inner h2, .banner .banner-content .banner-inner h3, .banner .banner-content .banner-inner h4, .banner .banner-content .banner-inner h5, .banner .banner-content .banner-inner h6 {
      letter-spacing: 2px;
      word-wrap: normal;
      color: #333; }
    .banner .banner-content .banner-inner h1 {
      font-size: 230%;
      line-height: 95%;
      margin: 3px 0px 5px 0px; }
    .banner .banner-content .banner-inner h2 {
      font-size: 180%;
      line-height: 100%;
      margin: 3px 0px 5px 0px; }
    .banner .banner-content .banner-inner h3 {
      font-size: 160%;
      line-height: 100%;
      margin: 5px 0px; }
    .banner .banner-content .banner-inner h4 {
      font-size: 130%;
      line-height: 100%;
      margin: 3px 0px; }
    .banner .banner-content .banner-inner h5 {
      font-size: 120%;
      line-height: 100%;
      margin: 3px 0px; }
    .banner .banner-content .banner-inner h6 {
      font-size: 100%;
      line-height: 100%;
      margin: 3px 0px; }
    .banner .banner-content .banner-inner .bery-hr {
      margin-bottom: 5px; }
    .banner .banner-content.dark .banner-inner h1, .banner .banner-content.dark .banner-inner h2, .banner .banner-content.dark .banner-inner h3, .banner .banner-content.dark .banner-inner h4, .banner .banner-content.dark .banner-inner h5, .banner .banner-content.dark .banner-inner h6 {
      color: #FFF; }
    .banner .banner-content .btn.border-white:hover {
      border: 2px solid #fff; }
  .banner.cursor-pointer {
    cursor: pointer; }
  .banner.align-left {
    text-align: left; }
  .banner.align-right {
    text-align: right; }
    .banner.align-right .bery-hr {
      float: right; }
  .banner.align-center {
    text-align: center; }
    .banner.align-center .bery-hr {
      margin: 0 auto; }
  .banner.valign-middle .banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.valign-bottom .banner-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
  .banner.hover-zoom {
    -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; }
    .banner.hover-zoom .banner-image {
      -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; }
    .banner.hover-zoom:hover a {
      text-decoration: none !important; }
    .banner.hover-zoom:hover .banner-image {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .banner.hover-reduction {
    -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; }
    .banner.hover-reduction 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); }
    .banner.hover-reduction:hover {
      background-color: #000; }
      .banner.hover-reduction:hover a {
        text-decoration: none !important; }
      .banner.hover-reduction:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.75; }
  .banner.hover-fade {
    -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; }
    .banner.hover-fade 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%;
      opacity: 1; }
    .banner.hover-fade:hover img {
      opacity: 0.8;
      width: 100%; }
  .banner.hover-carousel {
    overflow-x: hidden;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    animation-duration: 120s !important;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: animatedBackground;
    -webkit-animation-name: animatedBackground;
    -webkit-animation-duration: 120s !important;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running; }
  .banner.hover-lax {
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -3000px 0; } }

.banner-wrapper {
  position: relative; }

.seam_icon {
  position: absolute;
  top: 30px;
  z-index: 2; }
  .seam_icon.align_left {
    left: -5px; }
  .seam_icon.align_right {
    right: -5px; }
  .seam_icon .seam {
    display: block;
    border: 1px solid #dc9814;
    width: 30px; }
  .seam_icon .seam-up {
    margin-bottom: 3px; }

.border_outner {
  border: 1px solid #dc9814; }

.border_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px; }

.bery_banner-grid {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .bery_banner-grid .wpb_content_element {
    margin-bottom: 0; }
  .bery_banner-grid .rev_slider_wrapper {
    margin-bottom: 9px !important; }
  .bery_banner-grid .columns {
    margin-right: -1px; }
    .bery_banner-grid .columns > * div {
      margin-left: 7px;
      margin-right: 7px; }
    .bery_banner-grid .columns > * img {
      margin-bottom: 10px; }
  .bery_banner-grid .bery_banner {
    margin-bottom: 15px;
    display: block; }

/* Parallax */
.bery_banner.banner-parallax .button {
  font-size: 1em; }

.section-element.parallax {
  background-attachment: fixed; }

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px; }

html[data-useragent*='iPad'] .bery_bg .banner-bg.bery_parallax, html[data-useragent*='iPad'] .bery_banner .banner-bg.bery_parallax, html[data-useragent*='iPhone'] .bery_bg .banner-bg.bery_parallax, html[data-useragent*='iPhone'] .bery_banner .banner-bg.bery_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important; }

/*------------------------- 12. Popup ------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 9999; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  background: #000;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background: none !important; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: -15px;
  top: -45px; }

.mfp-arrow {
  position: fixed;
  top: 0;
  opacity: 0.65;
  background: #333 !important;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 70px;
  height: 80px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  background: #000; }

.mfp-arrow {
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .mfp-arrow.mfp-arrow-right {
    right: 0; }
    .mfp-arrow.mfp-arrow-right:after {
      font-family: "FontAwesome";
      content: "\f105";
      font-size: 30px;
      color: #ccc; }
  .mfp-arrow.mfp-arrow-left {
    left: 0; }
    .mfp-arrow.mfp-arrow-left:after {
      font-family: "FontAwesome";
      content: "\f104";
      font-size: 30px;
      color: #ccc; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  margin: 50px;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  margin-right: 10px;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3; }

.mfp-counter {
  display: inline-block; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.mfp-bg.mfp-ready {
  opacity: 0.7; }

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.my-mfp-zoom-in.mfp-bg .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8; }

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0; }

.has-product-video .mfp-close {
  display: none; }

/*------------------------- 13. Shortcodes -------------------------*/
.collapse .row .column, .collapse .row .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

/* BLOG */
.blog .left {
  padding-right: 20px; }

.blog .right {
  padding-left: 20px; }

li.blog_shortcode_item:hover .post-date {
  background: none; }

.group-blogs .blog-grid .blog-grid-item {
  margin-bottom: 60px; }

.group-blogs .entry-blog .blog-image {
  margin-top: 0;
  position: relative; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment img {
    width: 100%; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    -webkit-border: 0px solid rgba(255, 255, 255, 0.5);
    -moz-border: 0px solid rgba(255, 255, 255, 0.5);
    -ms-border: 0px solid rgba(255, 255, 255, 0.5);
    -o-border: 0px solid rgba(255, 255, 255, 0.5);
    border: 0px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment:hover::after {
    opacity: 1;
    -webkit-border: 15px solid rgba(255, 255, 255, 0.5);
    -moz-border: 15px solid rgba(255, 255, 255, 0.5);
    -ms-border: 15px solid rgba(255, 255, 255, 0.5);
    -o-border: 15px solid rgba(255, 255, 255, 0.5);
    border: 15px solid rgba(255, 255, 255, 0.5); }

.group-blogs .entry-blog .seam_icon.align_right {
  right: -15px; }

.group-blogs .entry-blog .seam_icon.align_left {
  left: -15px; }

.group-blogs .blog_info .blog_title {
  margin-top: 13px;
  word-wrap: break-word; }
  .group-blogs .blog_info .blog_title a {
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }

.group-blogs .blog_info .post-date {
  font-size: 100%;
  text-transform: uppercase;
  color: #aaa; }
  .group-blogs .blog_info .post-date .post-date-day {
    font-size: 200%; }

.group-blogs .blog_info:hover .post-date {
  background: none; }

.group-blogs .blog_info .read_more a {
  font-size: 80%;
  color: #aaa; }
  .group-blogs .blog_info .read_more a:hover {
    color: #dc9814; }
  .group-blogs .blog_info .read_more a .read-more-icon {
    margin-left: 6px; }

.group-blogs .blog_info .bery-hr {
  margin-top: 10px; }

#map_container {
  position: relative;
  margin-bottom: 30px; }

#map_container .map-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px; }

#map_container .map_inner {
  padding: 15px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8); }

.testemonial {
  text-align: center;
  position: relative; }

.testimonial_text {
  font-size: 80%;
  margin-top: 15px; }

.testimonial_image {
  margin-top: 20px; }

.test_name {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.test_company {
  font-size: 70%;
  margin-top: -6px; }

.client {
  font-size: 80%;
  text-align: left; }
  .client .client-inner {
    padding: 90px 500px 90px 100px; }
    .client .client-inner img {
      float: left;
      margin-right: 30px;
      margin-top: 20px;
      -webkit-border-radius: 500px;
      border-radius: 500px;
      max-width: 80px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      color: #fff !important; }
    .client .client-inner .client-info {
      overflow: hidden; }
      .client .client-inner .client-info .quote-left {
        margin-bottom: 30px; }
        .client .client-inner .client-info .quote-left:before {
          content: "";
          width: 40px;
          height: 33px;
          background-image: url(css/images/quote-left.png);
          background-repeat: no-repeat;
          position: absolute; }
      .client .client-inner .client-info .client-content {
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-size: 110%;
        font-style: italic; }
      .client .client-inner .client-info .star-rating {
        margin-top: 5px;
        margin-bottom: 14px;
        font-size: 80%;
        margin: 0; }
      .client .client-inner .client-info span {
        list-style: none;
        padding-right: 0;
        color: #fff;
        display: block;
        margin-bottom: 10px; }
      .client .client-inner .client-info .client-pos {
        color: #666; }
      .client .client-inner .client-info .client-name {
        margin-top: 8px; }

.lee-tweets li {
  list-style: none;
  font-size: 80%;
  background-image: url(css/images/tweet.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 35px;
  margin-bottom: 15px; }
  .lee-tweets li a.active {
    font-style: italic; }
  .lee-tweets li .twitter-info a {
    color: #dc9814; }
  .lee-tweets li .twitter-time {
    color: #aaa; }

.row.boxed .featured-box.pos-left {
  padding-left: 40px; }

.row.boxed .featured-box.pos-left .featured-img {
  left: -20px;
  top: 20px;
  background: #000;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 5px; }

.featured-box.pos-center {
  text-align: center; }

.featured-box.pos-center .bery-hr {
  margin: 0 auto 10px; }

.featured-box .box-inner img.featured-img {
  margin-bottom: 10px; }

.team-member-img {
  padding: 0 20px 15px; }

.team-member .social-icons {
  margin-bottom: 15px; }

.team-member h4 {
  margin: 0; }

.team-member h5 {
  text-transform: uppercase;
  font-weight: normal;
  color: #999; }

.message-box {
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%; }

.message-box .inner {
  padding: 15px; }

.message-box .inner .button {
  margin: 0 15px; }

p.product.woocommerce {
  border: 0px; }

p.product.woocommerce span.amount {
  display: block;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5px; }

p.product.woocommerce .added_to_cart {
  display: block; }

.bery_hotspot {
  opacity: 0.8;
  display: block;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background: #000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  color: #FFF; }

.bery_hotspot:hover {
  opacity: 1; }

.bery_hotspot a, .bery_hotspot a:hover {
  color: #FFF;
  cursor: pointer; }

.bery_hotspot_text {
  display: block;
  font-size: 80%;
  max-width: 80%;
  white-space: normal; }

.bery_hotspot_text > span {
  display: block; }

.bery_hotspot_text span.prod-price {
  font-weight: bold; }

.bery_hotspot_text:hover {
  opacity: 1;
  text-decoration: underline;
  cursor: pointer; }

.bery_price_table {
  background: #FFF;
  border: 1px solid #eee;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.bery_price_table:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33); }

.bery_price_table li {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 30px; }

.bery_price_table ul {
  margin: 0; }

.bery_price_table .bullet-item {
  padding: 10px 0; }

.bery_price_table .price {
  font-weight: 400;
  font-size: 180%;
  padding: 30px 0;
  border: 0; }

.bery_price_table .description {
  font-size: 80%;
  opacity: 0.8;
  text-transform: uppercase;
  padding: 0 0 15px;
  border: 0; }

.bery_price_table .title {
  margin: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.bery_price_table .cta-button {
  background-color: rgba(0, 0, 0, 0.01);
  padding: 20px 0 10px;
  margin: 15px 0 0 0; }

.collapse .bery_price_table {
  margin-left: -1px; }

.scroll-to {
  height: 0px;
  overflow: hidden; }

.scroll-to-bullets {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 99;
  text-align: right; }

.scroll-to-bullets a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.scroll-to-bullets a:hover {
  background: #dc9814; }

.scroll-to-bullets a * {
  display: inline-block; }

.scroll-to-bullets a:hover * {
  color: #FFF; }

.scroll-to-bullets a strong {
  font-size: 80%;
  opacity: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
  pointer-events: none; }

.scroll-to-bullets a:hover strong {
  opacity: 1; }

.scroll-to-bullets a span {
  background-color: #000;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  padding: 5px;
  -webkit-border-radius: 99px;
  border-radius: 99px; }

.scroll-to-bullets a:hover span {
  background-color: #FFF;
  opacity: 0.8; }

.scroll-to-bullets a.active span {
  opacity: 0.7; }

a.button .large .black {
  background: black; }

a.button {
  margin-bottom: 10px; }

/* BRAND ELEMENT */
.lee-brands .brands-item img {
  opacity: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.lee-brands .brands-item:hover img {
  opacity: 0.6; }

.bery_category_banner {
  display: inline-block; }

.bery_category_banner a {
  display: block;
  opacity: 0.6; }

.bery_category_banner a:hover {
  opacity: 1; }

.bery_category_banner img {
  display: block; }

.forcefullwidth_wrapper_tp_banner {
  margin-bottom: 30px !important; }

/* Tab Elements */
.lee-tabs-content, .woocommerce-tabs {
  position: relative; }
  .lee-tabs-content .lee-tabs, .woocommerce-tabs .lee-tabs {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .lee-tabs-content .lee-tabs li, .woocommerce-tabs .lee-tabs li {
      list-style: none;
      display: inline-block; }
      .lee-tabs-content .lee-tabs li a, .woocommerce-tabs .lee-tabs li a {
        padding: 0;
        display: block; }
        .lee-tabs-content .lee-tabs li a h5, .woocommerce-tabs .lee-tabs li a h5 {
          color: #666;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease;
          text-transform: uppercase; }
      .lee-tabs-content .lee-tabs li.separator, .woocommerce-tabs .lee-tabs li.separator {
        color: #e8e8e8;
        margin: 0px 10px; }
        .lee-tabs-content .lee-tabs li.separator:last-child, .woocommerce-tabs .lee-tabs li.separator:last-child {
          display: none !important; }
      .lee-tabs-content .lee-tabs li .bery-hr, .woocommerce-tabs .lee-tabs li .bery-hr {
        display: none; }
      .lee-tabs-content .lee-tabs li.active .bery-hr, .lee-tabs-content .lee-tabs li:hover .bery-hr, .woocommerce-tabs .lee-tabs li.active .bery-hr, .woocommerce-tabs .lee-tabs li:hover .bery-hr {
        display: block; }
      .lee-tabs-content .lee-tabs li.active h5, .lee-tabs-content .lee-tabs li:hover h5, .woocommerce-tabs .lee-tabs li.active h5, .woocommerce-tabs .lee-tabs li:hover h5 {
        color: #dc9814; }
  .lee-tabs-content .lee-panels .lee-panel, .woocommerce-tabs .lee-panels .lee-panel {
    display: none;
    opacity: 0; }
    .lee-tabs-content .lee-panels .lee-panel.active, .woocommerce-tabs .lee-panels .lee-panel.active {
      display: block;
      opacity: 1; }

/* Woocommerce Tabs */
/* Collapse Accordion */
.collapses {
  margin-bottom: 15px; }
  .collapses .collapses-inner {
    display: none;
    padding: 15px 30px 30px;
    border: 1px solid #ececec;
    border-top: none;
    margin: -10px 0 10px; }
  .collapses .collapses-title a {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding: 15px 15px 15px 0;
    display: block;
    border: 1px solid #ececec;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    transition: border 200ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .collapses .collapses-title a:hover {
      background: #FCFCFC; }
    .collapses .collapses-title a:before {
      display: inline-block;
      font-family: "Pe-icon-7-stroke";
      content: '\e623';
      color: #ccc;
      margin-right: 15px;
      margin-left: 15px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      font-weight: normal; }
  .collapses.active .collapses-title {
    background: #FCFCFC; }
    .collapses.active .collapses-title a {
      color: #dc9814; }
      .collapses.active .collapses-title a:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }

/* Shortcode Tabs - Accordion */
/* Tab Elements */
.lt-tabs-content, .woocommerce-tabs {
  position: relative; }
  .lt-tabs-content .lt-accordion-title, .woocommerce-tabs .lt-accordion-title {
    display: none; }
  .lt-tabs-content .lt-tabs, .woocommerce-tabs .lt-tabs {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .lt-tabs-content .lt-tabs li, .woocommerce-tabs .lt-tabs li {
      list-style: none;
      display: inline-block; }
      .lt-tabs-content .lt-tabs li a, .woocommerce-tabs .lt-tabs li a {
        padding: 0;
        display: block; }
        .lt-tabs-content .lt-tabs li a h5, .woocommerce-tabs .lt-tabs li a h5 {
          color: #666;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease;
          text-transform: uppercase;
          margin-bottom: 5px; }
      .lt-tabs-content .lt-tabs li.separator, .woocommerce-tabs .lt-tabs li.separator {
        color: #aaa;
        margin: 0px 20px; }
        .lt-tabs-content .lt-tabs li.separator:last-child, .woocommerce-tabs .lt-tabs li.separator:last-child {
          display: none !important; }
      .lt-tabs-content .lt-tabs li .bery-hr, .woocommerce-tabs .lt-tabs li .bery-hr {
        display: none; }
      .lt-tabs-content .lt-tabs li.active .bery-hr, .lt-tabs-content .lt-tabs li:hover .bery-hr, .woocommerce-tabs .lt-tabs li.active .bery-hr, .woocommerce-tabs .lt-tabs li:hover .bery-hr {
        display: block; }
      .lt-tabs-content .lt-tabs li.active h5, .lt-tabs-content .lt-tabs li:hover h5, .woocommerce-tabs .lt-tabs li.active h5, .woocommerce-tabs .lt-tabs li:hover h5 {
        color: #dc9814; }
  .lt-tabs-content .lt-panels .lt-panel, .woocommerce-tabs .lt-panels .lt-panel {
    display: none;
    opacity: 0; }
    .lt-tabs-content .lt-panels .lt-panel.active, .woocommerce-tabs .lt-panels .lt-panel.active {
      display: block;
      opacity: 1; }

/* Collapse Accordion */
.lt-accordions-content {
  margin-bottom: 15px; }
  .lt-accordions-content .lt-panel {
    display: none;
    padding: 15px 30px 30px;
    border: 1px solid #ececec;
    border-top: none;
    margin: -10px 0 10px; }
  .lt-accordions-content .lt-accordion-title a {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding: 15px 15px 15px 0;
    display: block;
    border: 1px solid #ececec;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    transition: border 200ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .lt-accordions-content .lt-accordion-title a:hover {
      background: #FCFCFC; }
    .lt-accordions-content .lt-accordion-title a:before {
      display: inline-block;
      font-family: "Pe-icon-7-stroke";
      content: '\e623';
      color: #ccc;
      margin-right: 15px;
      margin-left: 15px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      font-weight: normal; }
    .lt-accordions-content .lt-accordion-title a.active {
      background: #FCFCFC;
      color: #dc9814; }
      .lt-accordions-content .lt-accordion-title a.active:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }

/*------------------------- 14. Widgets ----------------------------*/
.widget {
  margin-bottom: 40px; }
  .widget .widgettitle {
    font-size: 1.125em;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .widget .widgettitle .bery-hr {
      margin-top: 8px; }
  .widget .widget_text .textwidget {
    line-height: 160%; }
    .widget .widget_text .textwidget p {
      font-size: 100%;
      margin-bottom: 20px; }
    .widget .widget_text .textwidget img {
      margin-bottom: 30px; }
  .widget ul {
    margin: 0;
    padding: 0; }
    .widget ul li {
      list-style: none; }
      .widget ul li a {
        font-size: 80%;
        padding-bottom: 5px;
        display: inline-block; }
      .widget ul li:first-child {
        padding-top: 0; }
  .widget .sale-label, .widget .new-label, .widget .hot-label, .widget .rsswidget {
    display: none; }

.widget_layered_nav_filters li {
  float: left;
  margin-right: 5px; }

.widget_layered_nav_filters {
  overflow: hidden; }

.widget_layered_nav_filters .chosen a:before {
  content: "x";
  margin-right: 5px;
  font-size: 80%;
  color: #999; }

/* PRODUCTS CATEGORIES WIDGET */
.widget.woocommerce, .widget.widget_categories, .widget.widget_archive {
  margin-bottom: 35px; }
  .widget.woocommerce li, .widget.widget_categories li, .widget.widget_archive li {
    position: relative;
    border-bottom: 1px solid #f4f4f4; }
    .widget.woocommerce li a, .widget.widget_categories li a, .widget.widget_archive li a {
      color: #333;
      line-height: 35px; }
      .widget.woocommerce li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover {
        color: #dc9814; }
    .widget.woocommerce li.current-cat a, .widget.widget_categories li.current-cat a, .widget.widget_archive li.current-cat a {
      color: #dc9814; }
    .widget.woocommerce li.current-cat .children a, .widget.widget_categories li.current-cat .children a, .widget.widget_archive li.current-cat .children a {
      color: #333; }
  .widget.woocommerce .count, .widget.widget_categories .count, .widget.widget_archive .count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    font-size: 80%;
    color: #999; }
  .widget.woocommerce .product-categories .cat-item .accordion, .widget.widget_categories .product-categories .cat-item .accordion, .widget.widget_archive .product-categories .cat-item .accordion {
    position: absolute;
    right: 0;
    padding: 3px 0 3px 30px;
    border: none; }
  .widget.woocommerce .product-categories .cat-item .children, .widget.widget_categories .product-categories .cat-item .children, .widget.widget_archive .product-categories .cat-item .children {
    padding-left: 20px; }
  .widget.woocommerce.widget_product_categories .widgettitle, .widget.widget_categories.widget_product_categories .widgettitle, .widget.widget_archive.widget_product_categories .widgettitle {
    margin-bottom: 15px; }
  .widget.woocommerce.widget_product_categories .children, .widget.widget_categories.widget_product_categories .children, .widget.widget_archive.widget_product_categories .children {
    display: none; }
  .widget.woocommerce.widget_product_categories .current-cat-parent.cat-parent .children, .widget.woocommerce.widget_product_categories .current-cat.cat-parent .children, .widget.widget_categories.widget_product_categories .current-cat-parent.cat-parent .children, .widget.widget_categories.widget_product_categories .current-cat.cat-parent .children, .widget.widget_archive.widget_product_categories .current-cat-parent.cat-parent .children, .widget.widget_archive.widget_product_categories .current-cat.cat-parent .children {
    display: block; }
  .widget.woocommerce.widget_product_categories .li_accordion.current-cat .children > .children, .widget.woocommerce.widget_product_categories .li_accordion.current-cat-parent.active .children > .children, .widget.widget_categories.widget_product_categories .li_accordion.current-cat .children > .children, .widget.widget_categories.widget_product_categories .li_accordion.current-cat-parent.active .children > .children, .widget.widget_archive.widget_product_categories .li_accordion.current-cat .children > .children, .widget.widget_archive.widget_product_categories .li_accordion.current-cat-parent.active .children > .children {
    display: none; }

/* Vertical menu*/
.vertical-menu h4.section-title {
  background: #fafafa;
  padding: 15px 25px;
  border: 1px solid #ececec;
  margin-bottom: 4px;
  margin-top: 0; }
  .vertical-menu h4.section-title:before {
    content: "\e636";
    font-family: "Pe-icon-7-stroke";
    margin-right: 15px;
    font-size: 140%;
    color: #dc9814;
    vertical-align: middle; }
  .vertical-menu h4.section-title span {
    vertical-align: middle; }

#vertical-menu-wrapper {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  padding: 15px 25px;
  margin-top: -5px; }
  #vertical-menu-wrapper li.root-item {
    position: relative !important;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    list-style: none;
    padding-bottom: 18px;
    cursor: pointer; }
    #vertical-menu-wrapper li.root-item > a {
      font-size: 80%; }
    #vertical-menu-wrapper li.root-item:hover .nav-dropdown {
      opacity: 1;
      visibility: visible;
      left: 245px !important; }
    #vertical-menu-wrapper li.root-item.lee_megamenu:after {
      position: absolute;
      top: 2px;
      right: 0;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 100%;
      color: #c5c5c5; }
    #vertical-menu-wrapper li.root-item:last-child {
      padding-bottom: 0; }
  #vertical-menu-wrapper .nav-dropdown {
    top: -26px;
    left: 260px !important;
    box-shadow: none;
    border: none;
    width: 920px !important; }
    #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li {
      list-style: none; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li.megatop {
        margin-bottom: 20px; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li .nav-column-links .sub-menu {
        margin-left: 0; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li.has_widget_item {
        margin-bottom: 0; }

.widget_shopping_cart_content p.total {
  border-bottom: 2px dotted #CCC;
  color: #000;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #EEE; }

.widget_shopping_cart_content .buttons .button {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 90%;
  margin: 0 0 5px 0; }

.widget_recent_comments li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }

.leetheme_recent_posts li {
  border-bottom: 1px solid #EEE;
  padding: 15px 0px; }
  .leetheme_recent_posts li .post-title {
    padding-bottom: 0px;
    text-transform: uppercase; }
  .leetheme_recent_posts li .read-more {
    font-size: 100%;
    color: #888; }
  .leetheme_recent_posts li .read-more:hover {
    color: #dc9814; }
  .leetheme_recent_posts li .post-date {
    margin-bottom: 3px;
    font-size: 80%;
    color: #dc9814;
    text-transform: uppercase; }
  .leetheme_recent_posts li .post-excerpt {
    font-size: 80%; }

.widget_calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0px;
  border-top: 2px solid #ececec; }

.widget_rss ul li {
  margin-bottom: 15px; }

.widget_rss ul li a.rsswidget {
  display: block; }

.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 80%; }

/* TAB CLOUD */
.widget_tag_cloud .tagcloud {
  margin-top: 25px; }

.widget_product_tab_cloud, .widget_tag_cloud, .widget_price_filter {
  *zoom: 1; }
  .widget_product_tab_cloud:before, .widget_product_tab_cloud:after, .widget_tag_cloud:before, .widget_tag_cloud:after, .widget_price_filter:before, .widget_price_filter:after {
    content: " ";
    display: table; }
  .widget_product_tab_cloud:after, .widget_tag_cloud:after, .widget_price_filter:after {
    clear: both; }

.widget_product_tag_cloud a, .widget_tag_cloud a {
  display: inline-block;
  background: #f1f1f1;
  color: #666 !important;
  font-size: 80% !important;
  float: left;
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover {
  background: #dc9814;
  color: #fff !important; }

.widget_recent_entries ul li {
  list-style: circle;
  margin-left: 15px;
  padding-left: 5px; }

.widget_recent_entries ul li a {
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.widget_recent_entries ul li a:hover {
  padding-left: 5px;
  color: #dc9814; }

/* Newsletter form */
.ninja-forms-required-items, .footer .widget_ninja_forms_widget .ninja-forms-req-symbol, .footer .widget_ninja_forms_widget #ninja_forms_required_items {
  display: none !important; }

.footer .widget_ninja_forms_widget .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field {
  margin: 0 !important; }

.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field, .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0 !important; }

.ninja-forms-field-error {
  font-size: 80%;
  padding-top: 5px; }

.boxed .field-wrap .ninja-forms-field.ninja-forms-req {
  width: 220px !important; }

.ninja-forms-form-wrap .ninja-forms-form {
  margin-bottom: 0 !important; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div {
    display: inline-block; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap p {
    margin-bottom: 15px; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap {
    margin-bottom: 20px;
    width: 100%; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap input {
      font-size: 80%;
      margin-bottom: 0 !important;
      display: inline; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button {
      padding: 10px 30px; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
      background: #fff;
      border: 1px solid #ebebeb;
      color: #666;
      font-style: italic;
      padding: 9px !important; }

/* Contact form */
#ninja_forms_form_7_cont {
  background: none;
  position: relative; }

#ninja_forms_form_7_cont .ninja-forms-all-fields-wrap div {
  text-align: left;
  display: block; }

#ninja_forms_form_7_cont .contact-name-wrap, #ninja_forms_form_7_cont .contact-email-wrap, #ninja_forms_form_7_cont .contact-website-wrap {
  width: 30%;
  margin-bottom: 30px; }

#ninja_forms_form_7_cont .contact-message-wrap {
  position: absolute;
  left: 35%;
  width: 65%;
  top: 0; }

#ninja_forms_form_7_cont .contact-message-wrap textarea {
  height: 158px; }

#ninja_forms_form_7_cont .submit-wrap {
  margin-top: 40px; }

.widget_price_filter {
  margin-bottom: 60px; }
  .widget_price_filter .price_slider {
    margin-bottom: 1em;
    background: #eee; }
  .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em; }
    .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .widget_price_filter .price_slider_amount .button {
      float: left;
      font-size: 95%; }
    .widget_price_filter .price_slider_amount input#min_price, .widget_price_filter .price_slider_amount input#max_price {
      float: left;
      display: block !important;
      width: 70px;
      height: 34px;
      display: inline-block;
      margin-right: 12px;
      font-size: 100%; }
    .widget_price_filter .price_slider_amount .price_label {
      display: none !important; }
    .widget_price_filter .price_slider_amount button.button {
      padding: 10px 15px 10px 15px; }
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: pointer;
    outline: none;
    top: -.25em;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    background-color: #fff;
    border: 5px solid #dc9814; }
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -13px; }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #ccc; }
  .widget_price_filter .price_slider_wrapper {
    padding: 10px 0px 15px 0px; }
  .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

.widget_search input.field {
  border: 1px solid #eee; }

/* CONTACT US FOOTER */
.contact-information {
  font-size: 80%; }
  .contact-information li {
    list-style: none;
    margin-bottom: 15px; }
    .contact-information li .contact-icon {
      float: left;
      margin-right: 15px;
      font-size: 150%; }
    .contact-information li .contact-text {
      margin-left: 30px;
      line-height: 2.0; }

/* CONTACT PAGE*/
.contact-wrap {
  display: table;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-transform: uppercase; }
  .contact-wrap .contact-row {
    display: table-row;
    font-size: 80%; }
    .contact-wrap .contact-row:first-child .contact-cell {
      padding-top: 0; }
    .contact-wrap .contact-row:last-child .contact-cell.border {
      border: none; }
  .contact-wrap .contact-cell {
    display: table-cell;
    padding: 20px 0px; }
    .contact-wrap .contact-cell.border {
      border-bottom: 1px solid #ddd; }
      .contact-wrap .contact-cell.border h4 {
        color: #888; }
    .contact-wrap .contact-cell:first-child {
      padding-right: 20px; }

/* FLICKR */
.flickr_badge_image {
  margin: 5px 10px 5px 0px !important;
  width: 57px !important;
  height: 57px !important;
  float: left; }
  .flickr_badge_image img {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .flickr_badge_image img:hover {
      opacity: 0.5; }

.flickr_stream_wrap {
  display: none; }

/* INSTAGRAM */
.lee-instagram {
  position: relative; }
  .lee-instagram li {
    display: inline-block;
    list-style: none;
    width: 12.5%;
    opacity: 0.2;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .lee-instagram li:hover {
      opacity: 0.5; }
  .lee-instagram .username-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 200%;
    font-weight: 600;
    z-index: 1; }
    .lee-instagram .username-text i {
      margin-right: 20px; }
    .lee-instagram .username-text span {
      color: #dc9814; }

/* WIDGET SEARCH */
.lee-search {
  position: relative; }
  .lee-search .form-control {
    border: 1px solid #dfdfdf; }
  .lee-search #searchsubmit {
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    width: 40px;
    text-indent: -9999px;
    z-index: 2; }
  .lee-search .fa {
    right: 15px;
    top: 10%;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .lee-search .fa:hover {
      color: #333; }
  .lee-search .fa, .lee-search #searchsubmit {
    position: absolute;
    height: 32px;
    line-height: 32px;
    color: #888; }

/*------------------------- 15. Responsive for Mobile --------------*/
@media only screen and (max-width: 48em) {
  body {
    background: none; }
  #main-content {
    margin-top: 0px; }
  .page-inner, body.framed-layout {
    padding: 0;
    border: 0; }
  #content .bery_bg {
    padding-left: 0px;
    padding-right: 0px; }
  #top-bar .left-text {
    width: 100%;
    text-align: center; }
  #masthead.stuck .mobile-menu {
    padding: 0; }
  #top-bar {
    display: none; }
  .wide-nav, .logo-wrapper, .header-utilities, .header-fold-btn, .share-icon {
    display: none; }
  .header-container {
    background: #fff;
    padding: 30px 0px 20px 0px !important; }
  .header-container .revSlider {
    margin-top: 0 !important; }
  .mobile-menu {
    color: #666;
    width: 100%;
    display: block; }
    .mobile-menu .icon-menu {
      font-size: 150%;
      padding-left: 10px;
      -webkit-transition: all 100ms ease;
      -moz-transition: all 100ms ease;
      transition: all 100ms ease; }
    .mobile-menu .logo-wrapper {
      display: block;
      position: inherit !important;
      max-width: 120px;
      text-align: center;
      margin: -30px auto 0; }
    .mobile-menu .mini-cart {
      float: right;
      margin: -30px 10px 0px 0px;
      padding-bottom: 30px; }
      .mobile-menu .mini-cart .cart-link .shopping-cart {
        font-size: 140%; }
      .mobile-menu .mini-cart .cart-link .products-number strong {
        font-size: 80%; }
    .mobile-menu .mini-account {
      float: right;
      margin-top: -30px;
      font-size: 130%;
      overflow: hidden; }
      .mobile-menu .mini-account a {
        margin-right: 8px; }
  .wrapper-type-4 .header-type-4 {
    position: inherit;
    left: 0 !important;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none; }
    .wrapper-type-4 .header-type-4 .logo {
      margin-bottom: 0; }
  .tparrows {
    display: none; }
  .product-interactions {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none; }
  .section-title.title-tabs {
    padding-bottom: 50px; }
  #jPanelMenu-menu .search-wrapper {
    display: none; }
  .lee-tab {
    margin-bottom: 10px; }
  .collapses .collapses-title {
    font-size: 80%; }
  .client .client-inner {
    padding: 55px 0px; }
  .service-block .box .title .text {
    font-size: 80%; }
  .service-block .box {
    margin-bottom: 15px; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
    width: 250px; }
  .sort-bar, .pagination-centered {
    margin-top: 15px; }
  .filters-container, .filters-container-down {
    text-align: right; }
  .filter-tabs {
    display: none; }
  .woocommerce.widget_products, .woocommerce.widget_top_rated_products {
    padding-right: 0px; }
  #vertical-menu-wrapper .nav-dropdown {
    display: none; }
  .checkout-breadcrumb {
    display: none; }
  .vertical-tabs .tabs-inner.active {
    padding-left: 0; }
  .icon-wrap.circle {
    display: none !important; }
  .group-blogs .blog_info {
    margin-top: 10px;
    margin-bottom: 50px; }
  .group-blogs .blog-grid .blog-grid-item {
    margin-bottom: 30px; }
    .group-blogs .blog-grid .blog-grid-item .blog_info {
      margin-top: 0px 0px 60px 0px; }
    .group-blogs .blog-grid .blog-grid-item .blog-image {
      margin-bottom: 15px; }
      .group-blogs .blog-grid .blog-grid-item .blog-image img {
        width: 100%; }
  .product-summary, .products-arrow {
    display: none; }
  .product_list_widget > div:last-child {
    margin-bottom: 40px; }
  .product_list_widget .text-info {
    margin-left: 0px; }
  .product-category img, .product-item .main-img img {
    width: 100%; }
  .main-images {
    padding-right: 0px; }
  .back-image {
    display: none; }
  .product-gallery .images {
    margin-bottom: 20px; }
  .easyzoom img {
    max-width: 100%; }
  .easyzoom {
    width: 100%; }
  .product-image .attachment-shop_single {
    width: 100%; }
  .rev_slider_wrapper {
    margin-bottom: 20px !important; }
  .rev_slider_wrapper .type-label-2 span {
    display: block;
    font-size: 200%; }
  .owl-nav {
    display: none; }
  .banner.hover-lax {
    background-size: cover; }
  .contact-information {
    margin-bottom: 40px; }
  li.mini-cart {
    padding: 0; }
  .cart-icon, .cart-icon strong {
    margin: 0; }
  .cart-wishlist .mini-cart .cart-link ul li {
    display: block; }
  .add-to-cart-grid-style2 .cart-icon {
    width: 100%; }
  .item-product-widget .product-meta .add-to-cart-list {
    padding: 8px 3px; }
  ul.main-navigation li {
    margin: 0; }
  .catalog-mode-header {
    display: none; }
  .woocommerce-message a.button {
    position: relative;
    float: right; }
  #jPanelMenu-menu {
    -webkit-transition: 0.2s  ease-in-out;
    -moz-transition: 0.2s  ease-in-out;
    -o-transition: 0.2s  ease-in-out;
    transition: 0.2s  ease-in-out; }
  #masthead {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  body[data-menu-position="open"] .jPanelMenu-panel {
    -webkit-transition: 0.3s  ease-in-out;
    -moz-transition: 0.3s  ease-in-out;
    -o-transition: 0.3s  ease-in-out;
    transition: 0.3s  ease-in-out;
    left: 0 !important;
    -webkit-transform: translate(250px);
    -o-transform: translate(250px);
    transform: translate(250px); }
  body[data-menu-position="closed"] #jPanelMenu-menu {
    -webkit-transform: translate(-250px);
    -o-transform: translate(-250px);
    transform: translate(-250px);
    display: block !important; }
  body[data-menu-position="open"] #jPanelMenu-menu {
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
    z-index: 99 !important; }
  body[data-menu-position="open"] #masthead.move_down {
    top: -300px; }
  body[data-menu-position="open"] .jPanelMenu-panel * {
    pointer-events: none; }
  ul.main-navigation li .nav-dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 10px; }
  ul.main-navigation li .nav-dropdown li.menu-parent-item {
    width: 100%; }
  ul.main-navigation li .nav-dropdown li a {
    margin-right: 0; }
  ul.main-navigation li .nav-dropdown .menu-parent-item > a {
    padding: 15px 0; }
  .tooltip-hot.menu-item > a:before, .tooltip-new.menu-item > a:before {
    border: 0px; }
  .tooltip-hot.menu-item > a:after, .tooltip-new.menu-item > a:after {
    content: ""; }
  .config {
    display: none; }
  #top-link {
    display: none; }
  [data-menu-position="open"] .cart-link {
    pointer-events: none; }
  #jPanelMenu-menu .navigation-search-wrap form {
    width: 200px;
    margin-top: 15px; }
  .main-navigation li .search-wrapper.yith-ajaxsearchform-container {
    display: none; }
  #lee-footer {
    text-align: center; }
    #lee-footer * {
      text-align: center; }
    #lee-footer .footer h4 {
      margin-bottom: 13px;
      margin-top: 20px; }
    #lee-footer .social-icons {
      margin: 15px 0px; }
    #lee-footer .absolute-footer p {
      margin: 8px 0px 15px 0px; }
    #lee-footer .absolute-footer ul {
      overflow: hidden;
      width: 100%; }
      #lee-footer .absolute-footer ul li a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    #lee-footer .absolute-footer .menu li {
      margin-top: 8px; }
  .woocommerce-message {
    padding-right: 0; }
  .icons-row {
    margin-top: 0px; }
  .icons-row a {
    width: 95%;
    display: block;
    border: 0;
    margin: 0; }
  .product-gallery {
    margin-bottom: 0px; }
  .group-slider .small-block-grid-2 > li {
    width: 75%; }
  .content_slider_wrap .iosSlider .current {
    text-align: center; }
  ul.main-navigation li .nav-dropdown {
    position: relative; }
  .mini-cart.active .nav-dropdown {
    display: none; }
  .mini-cart .cart-price {
    margin-right: 15px; }
  .mini-cart .cart-inner {
    margin-top: 0px; }
  .cart-wishlist .wish-list-link, .cart-wishlist .cart-count {
    display: none !important; }
  ul.main-navigation li.search-dropdown {
    display: none; }
  #jPanelMenu-menu li form {
    padding-top: 15px;
    padding-right: 10px; }
  #jPanelMenu-menu li form input, #jPanelMenu-menu li form button {
    margin-bottom: 10px; }
  .page-right-sidebar .blog-entry {
    padding-right: 0px;
    border-right: 0px; }
  .title-header {
    text-align: center; }
  .title-header .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .title-header .bery-hr {
    margin: 0 auto; }
  h4.heading-title, .tab h4 {
    font-size: 1.1em !important; }
  .entry-header .post-date-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px; }
  .entry-header .post-date-wrapper .post-date .post-date-day {
    font-size: 150%; }
  .entry-header .post-date-wrapper .post-date .post-date-month {
    font-size: 80%; }
  .entry-header .post-date-wrapper .post-date {
    left: 30%; }
  .entry-header .meta-author {
    margin-bottom: 20px; }
  .entry-header .entry-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px; }
  .cart-sidebar .widget-title {
    display: none; }
  .woocommerce-result-count {
    display: none; }
  #product-img-zoomer {
    display: none; }
  .breadcrumb-row .right {
    width: 100%;
    text-align: center; }
  .breadcrumb-row .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .checkout-breadcrumb h1 {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .checkout-breadcrumb span, .checkout-breadcrumb span.divider {
    display: none; }
  .woocommerce-checkout span.title-checkout {
    display: inline-block; }
  .woocommerce-cart span.title-cart {
    display: inline-block; }
  .cart-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px; }
  .cart-wrapper, .shop_table.wishlist_table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    overflow-y: hidden;
    -webkit-box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1); }
  .woocommerce-cart .cross-sells {
    display: none; }
  #yith-wcwl-form {
    overflow: scroll; }
  .flipCurrent {
    overflow-y: scroll; }
  .flip-slide .entry-title {
    padding: 0 10px; }
  .font-100 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-150 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-200 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-250 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-300 {
    font-size: 250% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-350 {
    font-size: 300% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-400 {
    font-size: 350% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-450 {
    font-size: 400% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-500 {
    font-size: 450% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-550 {
    font-size: 500% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-600 {
    font-size: 550% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-650 {
    font-size: 600% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .filters-container .sort-bar .li-toggle-sidebar, .div-toggle-sidebar {
    display: block; }
  .col-sidebar, .column.col-sidebar, .columns.col-sidebar {
    display: none;
    position: fixed;
    top: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 9998;
    width: 80%;
    max-width: 300px;
    height: 100%;
    direction: rtl;
    text-align: left; }
    .col-sidebar.left, .column.col-sidebar.left, .columns.col-sidebar.left {
      left: -100%; }
    .col-sidebar.right, .column.col-sidebar.right, .columns.col-sidebar.right {
      right: -100%; }
  .mobile-search {
    font-size: 110%;
    margin-left: 8px; }
  .warpper-mobile-search {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 20px 10px 30px 10px;
    width: 100%;
    top: -100%;
    box-shadow: 10px 5px 30px 3px #d1d1d1;
    text-align: center; }
    .warpper-mobile-search input, .warpper-mobile-search span {
      width: 100%;
      margin: auto; }
    .warpper-mobile-search form {
      margin: 0; }
      .warpper-mobile-search form .screen-reader-text {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 120%; }
      .warpper-mobile-search form input {
        margin: 0; }
      .warpper-mobile-search form > label {
        padding-bottom: 10px; }
    .warpper-mobile-search .twitter-typeahead, .warpper-mobile-search input.live-search-input {
      width: 100%; }
    .warpper-mobile-search .tt-dropdown-menu {
      width: 100%;
      background: #FFF;
      padding: 10px;
      border: 1px solid #ddd;
      border-top: none;
      left: 0;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1); }
      .warpper-mobile-search .tt-dropdown-menu .item-search {
        max-height: 70px;
        overflow: hidden; }
        .warpper-mobile-search .tt-dropdown-menu .item-search a {
          display: block;
          width: 100%;
          padding: 5px 0;
          overflow: hidden; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a:hover {
            background: #f9f9f9; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a p {
            font-size: 100%; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search, .warpper-mobile-search .tt-dropdown-menu .item-search a img {
            float: left; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search {
            margin-left: 12px; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a img {
            width: 60px;
            height: 60px; }
    .warpper-mobile-search .please-wait {
      width: 50px;
      top: 40%; }
      .warpper-mobile-search .please-wait span {
        width: 10px;
        float: left;
        margin-right: 2px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .group-slider .small-block-grid-2 > li {
    width: 40%; }
  #top-bar .left-text {
    float: left;
    text-align: left;
    font-size: 60%;
    width: auto; }
  .mini-cart .cart-inner {
    position: relative; }
  .config {
    display: none; } }

/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .config {
    display: none; }
  .group-slider .small-block-grid-2 > li {
    width: 30%; }
  .group-slider .sliderControlls {
    display: none; }
  .search-wrapper form#yith-ajaxsearchform input {
    width: auto; }
  .service-block .box .title .text {
    top: 18px; }
  .banner .banner-content .banner-inner {
    padding: 0px !important; }
  .border_inner {
    border: none; }
  .rev_slider_wrapper {
    margin-bottom: 0px !important; }
  .group-blogs .blog_info {
    font-size: 85%;
    margin-bottom: 10px; }
  .mini-cart.active .nav-dropdown {
    display: none !important; }
  .product-info .quantity {
    margin-bottom: 10px; } }

.warpper-mobile-search {
  display: none; }

/*------------------------- 15. CSS Visual composer element --------------*/
.vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 15px; }

/* Fix VC */
.page-template-page-blank .vc_row {
  margin-left: 0;
  margin-right: 0; }

.page-template-page-blank .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.wpb_widgetised_column {
  margin-bottom: 0px !important; }

.wpb_content_element {
  margin-bottom: 0px !important; }

.lee-row.fullwidth .lee-col {
  padding: 0;
  margin-bottom: 20px; }

.page-template-page-home-left-header .lee-row.fullwidth .lee-col {
  margin-bottom: 0px; }

.page-template-page-home-left-header .wpb_revslider_element {
  margin-bottom: 0px !important; }

.vc_progress_bar {
  padding-top: 25px; }

.wpb_single_image .vc_single_image-wrapper {
  display: block !important; }

/*------------------------- 16. Main Menu --------------*/
.wide-nav {
  margin-bottom: 0; }

.nav-dropdown {
  top: 75px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 9999;
  position: absolute;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.active .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 65px; }

/* nav-dropdown - mainmenu */
.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.menu-item.sale-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/sale-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px; }

.menu-item.new-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/new-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px; }

.menu-item.hot-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/hot-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px; }

.nav-dropdown > ul, .nav-dropdown > .row, .nav-dropdown-inner {
  position: relative; }

.nav-dropdown > ul {
  margin: 0px; }

.nav-wrapper ul {
  padding: 0;
  margin: 0; }

.nav-wrapper .header-nav {
  /* ========Lee Default Menu ================== */ }
  .nav-wrapper .header-nav li.menu-item {
    display: inline-block;
    list-style: none;
    position: relative; }
  .nav-wrapper .header-nav li.root-item {
    width: auto; }
    .nav-wrapper .header-nav li.root-item > a {
      display: block;
      padding: 20px 20px 20px 20px;
      text-transform: uppercase;
      font-size: 90%; }
    .nav-wrapper .header-nav li.root-item a:hover {
      color: #dc9814; }
    .nav-wrapper .header-nav li.root-item.menu-parent-item > a:after {
      font-family: "FontAwesome";
      content: "\f107";
      opacity: 0.3;
      margin-left: 5px;
      font-size: 80%; }
    .nav-wrapper .header-nav li.root-item:hover .nav-dropdown {
      opacity: 1;
      visibility: visible;
      top: 68px; }
  .nav-wrapper .header-nav li.menu-item.default-menu ul {
    position: absolute; }
  .nav-wrapper .header-nav li.menu-item.default-menu li.menu-item {
    width: 200px; }
    .nav-wrapper .header-nav li.menu-item.default-menu li.menu-item a {
      display: block;
      padding: 5px 0px;
      line-height: 25px; }
  .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown {
    text-align: left; }
    .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub {
      font-size: 80%;
      padding-top: 10px; }
      .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu {
        padding: 20px 0px 20px 30px; }
        .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-item ul {
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease;
          top: 0px;
          left: 190px;
          visibility: hidden;
          opacity: 0; }
        .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-parent-item > a:after {
          float: right;
          font-family: "FontAwesome";
          content: "\f105";
          opacity: 0.3;
          margin-right: 20px; }
      .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul {
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
        background: #FFF;
        border: 1px solid #ececec; }
  .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item:hover > .nav-column-links > .div-sub > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    left: 200px; }

li.menu-item.lee_megamenu {
  position: inherit !important; }
  li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
    width: 75em; }
  li.menu-item.lee_megamenu > .nav-dropdown {
    text-align: left;
    background: none;
    left: 0px;
    padding-top: 10px; }
    li.menu-item.lee_megamenu > .nav-dropdown > .div-sub {
      font-size: 80%;
      border-top: 1px solid #ececec;
      margin: 0 10px;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      background: #FFF; }
      li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul {
        position: relative;
        left: 0;
        width: 100%; }
        li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item {
          float: left;
          border: none;
          position: relative; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a {
            padding: 2px 0px 2px 35px;
            line-height: 28px;
            display: block;
            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            transition: all 350ms ease; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a:hover {
            text-decoration: none;
            padding-left: 38px; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a {
            text-transform: uppercase;
            padding: 25px 0 5px 35px;
            font-size: 120%;
            font-weight: bold; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > hr.hr_lee-megamenu {
            margin: 0 50% 10px 35px; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item {
            padding: 0px; }
            li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item > hr.hr_lee-megamenu {
              display: none; }
            li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item img {
              padding: 30px 30px 15px 0px; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item li.menu-item {
            width: 100%; }
        li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul li.menu-item {
          background: none; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul li.menu-item:last-child a {
            padding-bottom: 20px; }
  li.menu-item.lee_megamenu:hover .nav-dropdown {
    top: 76px; }
  li.menu-item.lee_megamenu.cols-2 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 50%; }
  li.menu-item.lee_megamenu.cols-3 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 33.3333333%; }
  li.menu-item.lee_megamenu.cols-4 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 25%; }
  li.menu-item.lee_megamenu.cols-5 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 20%; }

.boxed .nav-wrapper .header-nav li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
  width: 75em; }

#jPanelMenu-panel {
  background: rgba(255, 255, 255, 0.5); }

#lee_menu_mobile {
  position: fixed;
  overflow-y: auto;
  direction: rtl;
  text-align: left;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 10px;
  display: none;
  height: 100%;
  background: #000;
  overflow-y: auto; }
  #lee_menu_mobile.menu-show {
    display: block; }
  #lee_menu_mobile ul {
    margin: 0;
    padding: 0; }
  #lee_menu_mobile > li > a {
    text-transform: uppercase; }
  #lee_menu_mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    #lee_menu_mobile li a {
      font-size: 80%;
      color: #ccc;
      display: block;
      padding: 10px;
      border-bottom: 1px solid #333; }
      #lee_menu_mobile li a:hover {
        color: #fff; }
    #lee_menu_mobile li a.accordion {
      position: absolute;
      padding: 5px 10px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      right: 5px;
      top: 5px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      #lee_menu_mobile li a.accordion:hover {
        background: rgba(255, 255, 255, 0.3); }
    #lee_menu_mobile li.current-menu-item > a {
      color: #fff;
      font-weight: bold; }
    #lee_menu_mobile li.lee_megamenu {
      position: relative !important; }
  #lee_menu_mobile .menu-item > .nav-dropdown-mobile {
    padding-left: 10px; }
  #lee_menu_mobile .menu-item-account {
    text-transform: uppercase;
    padding: 25px 20px 0 20px;
    font-weight: bold; }
    #lee_menu_mobile .menu-item-account .heading-account {
      text-align: center;
      color: #fff; }
      #lee_menu_mobile .menu-item-account .heading-account hr {
        border: none;
        border-bottom: 1px solid #333; }
    #lee_menu_mobile .menu-item-account a {
      border: none;
      padding: 3px 0px; }
      #lee_menu_mobile .menu-item-account a.center {
        display: block;
        text-align: center; }
  #lee_menu_mobile .menu-item-heading {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    color: #FFF;
    font-weight: bold; }
    #lee_menu_mobile .menu-item-heading .fa-bars {
      margin-right: 10px; }

/*------------------------- 17. CSS Others element --------------*/
/* TEAM MEMBERS */
.team-member {
  text-align: center; }
  .team-member .member-image {
    margin-bottom: 20px; }
    .team-member .member-image img:hover {
      opacity: 0.8; }
  .team-member .member-details h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 100%;
    font-weight: normal;
    color: #dc9814; }
  .team-member .member-details .member-position {
    font-size: 80%;
    color: #666; }
  .team-member .member-details .social-icons {
    width: 100%;
    margin: 10px 0 !important; }

.team-member.member-type-2 {
  text-align: left !important; }
  .team-member.member-type-2 .member-details {
    color: #767676; }
    .team-member.member-type-2 .member-details .menu-social-icons {
      text-align: left; }
    .team-member.member-type-2 .member-details h4 {
      color: #333; }

/*------------------------- 18. CSS Override --------------*/
ul.products-group {
  margin: 0; }
  ul.products-group li {
    padding: 0; }

/*------------------------- 18. CSS Override --------------*/
/* ============================ Portfolio ===================================== */
.slider-container {
  margin-top: 70px; }

.recentPortfolio .slider-item {
  margin: 0 0.625em; }
  .recentPortfolio .slider-item .portfolio-caption {
    line-height: 20px; }
    .recentPortfolio .slider-item .portfolio-caption h3 {
      font: 16px/24px Helvetica, sans-serif;
      font-weight: 600; }
    .recentPortfolio .slider-item .portfolio-caption h2 {
      font: 20px/24px Helvetica, sans-serif;
      font-weight: 600; }
    .recentPortfolio .slider-item .portfolio-caption p {
      font: 13px/24px Helvetica, sans-serif;
      color: #767676;
      margin: 0 0 10px; }

/*---------------------------------------------------------------*/
/* Portfolio
/*---------------------------------------------------------------*/
.loadmore-portfolio {
  display: none; }

.portfolio-single-item {
  margin-top: 20px; }

.portfolio-item {
  overflow: hidden; }
  .portfolio-item .portfolio-image .btn_group {
    top: 40%; }
  .portfolio-item h3 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase; }
  .portfolio-item.columns-count-2 .portfolio-description {
    text-align: left; }
  .portfolio-item .portfolio-image {
    position: relative;
    margin: 0px 3px 3px 0px;
    top: 0;
    z-index: 1;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .portfolio-item .portfolio-image img {
      width: 100%; }
    .portfolio-item .portfolio-image .btn_group {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 2;
      text-align: center; }
      .portfolio-item .portfolio-image .btn_group .portfolio-image-view {
        top: 40px; }
      .portfolio-item .portfolio-image .btn_group .portfolio-link {
        top: -40px; }
      .portfolio-item .portfolio-image .btn_group .portfolio-image-view, .portfolio-item .portfolio-image .btn_group .portfolio-link {
        position: relative;
        opacity: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
      .portfolio-item .portfolio-image .btn_group a {
        background: #252525;
        border-radius: 100% !important;
        padding: 0 !important;
        line-height: 0px !important;
        width: 40px;
        height: 40px;
        margin-right: 5px;
        display: inline-block;
        opacity: 0.5;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
        .portfolio-item .portfolio-image .btn_group a:focus {
          outline: none; }
        .portfolio-item .portfolio-image .btn_group a:first-child:before {
          content: "\f065" !important;
          line-height: 40px;
          font-family: "FontAwesome";
          color: #fff;
          font-size: 15px; }
        .portfolio-item .portfolio-image .btn_group a:last-child :before {
          content: "\f0c1" !important;
          line-height: 40px;
          font-family: "FontAwesome";
          color: #fff;
          font-size: 15px; }
        .portfolio-item .portfolio-image .btn_group a:hover {
          opacity: .8;
          background: #dc9814; }
        .portfolio-item .portfolio-image .btn_group a span {
          text-transform: uppercase;
          font-size: 0; }
          .portfolio-item .portfolio-image .btn_group a span i {
            font-size: 16px;
            position: relative;
            left: 1px;
            right: 1px; }
          .portfolio-item .portfolio-image .btn_group a span:after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            position: absolute;
            bottom: -2px;
            left: -2px;
            -webkit-transition: all 350ms linear;
            -moz-transition: all 350ms linear;
            transition: all 350ms linear; }
          .portfolio-item .portfolio-image .btn_group a span:before {
            content: '';
            display: block;
            -webkit-transition: all 350ms linear;
            -moz-transition: all 350ms linear;
            transition: all 350ms linear; }
    .portfolio-item .portfolio-image .zoom {
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      opacity: 0;
      visibility: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
      .portfolio-item .portfolio-image .zoom > i {
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        background-color: #ddd !important;
        opacity: 0.6;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 100%; }
  .portfolio-item .portfolio-description {
    line-height: 18px;
    font-size: 80%;
    padding: 15px 15px 20px 15px;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    width: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .portfolio-item .portfolio-description .portfolio-cat a {
      color: #aaa; }
    .portfolio-item .portfolio-description a {
      color: #dc9814; }
      .portfolio-item .portfolio-description a:hover {
        color: #767676; }
    .portfolio-item .portfolio-description h3 {
      font-weight: 600;
      text-transform: uppercase; }
      .portfolio-item .portfolio-description h3 a {
        color: #252525; }
        .portfolio-item .portfolio-description h3 a:hover {
          color: #dc9814; }
    .portfolio-item .portfolio-description p {
      color: #767676;
      font: 13px/20px Arial, Helvetica, sans-serif; }
  .portfolio-item:hover .portfolio-image {
    top: -20px; }
    .portfolio-item:hover .portfolio-image .zoom {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible; }
    .portfolio-item:hover .portfolio-image .portfolio-image-view, .portfolio-item:hover .portfolio-image .portfolio-link {
      opacity: 0.5;
      top: 0; }
  .portfolio-item:hover .portfolio-description {
    opacity: 1;
    bottom: 0; }

.items-slider-portfolio .portfolio-item {
  margin: 0 1px !important; }
  .items-slider-portfolio .portfolio-item:hover .portfolio-image {
    top: 0px; }

.portfolio-pagination {
  float: right; }
  .portfolio-pagination li {
    margin: 0 2px 0 2px;
    float: left;
    list-style: none; }
    .portfolio-pagination li span.page-numbers, .portfolio-pagination li .inactive {
      padding: 6px 10px;
      font: 14px/15px Arial, Helvetica, sans-serif;
      font-weight: 500; }
      .portfolio-pagination li span.page-numbers.current, .portfolio-pagination li .inactive.current {
        color: #FFF;
        background-color: #000; }

@media (min-width: 980px) {
  .portfolio-item.columns-count-4 {
    width: 24.8%; }
    .portfolio-item.columns-count-4 .portfolio-image .btn_group {
      margin-top: -42px; }
      .portfolio-item.columns-count-4 .portfolio-image .btn_group a {
        margin-bottom: 10px; } }

.back-history {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 13px; }
  .back-history:hover, .back-history:focus {
    text-decoration: none !important; }
  .back-history:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 9px;
    margin: 0 9px 0 0;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

h2.title,
h3.title {
  position: relative;
  font-size: 22px;
  margin: 25px 0 20px; }
  h2.title:before,
  h3.title:before {
    border-top: 1px solid #dddddd;
    right: 0px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 50%; }
  h2.title span,
  h3.title span {
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px; }

.upercase {
  text-transform: uppercase; }

.portfolio-navigation {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .portfolio-navigation + .title-alt {
    margin-top: 0; }
  .portfolio-navigation .portfolio-nav {
    padding: 7px 15px;
    display: block; }
  .portfolio-navigation .next-portfolio,
  .portfolio-navigation .prev-portfolio {
    position: relative;
    background-color: #bbb;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .portfolio-navigation .next-portfolio:hover,
    .portfolio-navigation .prev-portfolio:hover {
      background-color: #dc9814;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .portfolio-navigation .next-portfolio:hover a,
      .portfolio-navigation .prev-portfolio:hover a {
        border-color: #dc9814; }
    .portfolio-navigation .next-portfolio a,
    .portfolio-navigation .prev-portfolio a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-color: #bbb;
      color: #fff !important; }
      .portfolio-navigation .next-portfolio a:hover,
      .portfolio-navigation .prev-portfolio a:hover {
        border-color: #dc9814;
        color: #fff;
        background-color: #dc9814;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .portfolio-navigation .next-portfolio .hide-info,
    .portfolio-navigation .prev-portfolio .hide-info {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      width: 250px;
      top: -76px;
      left: auto;
      background-color: #FFF;
      border: 1px solid #eee;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 100;
      -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
      display: table; }
      .portfolio-navigation .next-portfolio .hide-info:before,
      .portfolio-navigation .prev-portfolio .hide-info:before {
        bottom: -22px;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 213, 213, 0);
        border-top-color: #D5D5D5;
        border-width: 11px;
        margin-left: 44px; }
      .portfolio-navigation .next-portfolio .hide-info:after,
      .portfolio-navigation .prev-portfolio .hide-info:after {
        bottom: -20px;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        margin-left: 45px; }
      .portfolio-navigation .next-portfolio .hide-info img,
      .portfolio-navigation .prev-portfolio .hide-info img {
        float: left;
        margin-right: 10px;
        height: auto;
        max-width: 125px;
        max-height: 60px; }
      .portfolio-navigation .next-portfolio .hide-info span,
      .portfolio-navigation .prev-portfolio .hide-info span {
        font-weight: 500;
        font-size: 12px;
        display: block;
        margin: 0 !important;
        color: #dc9814;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle; }
        .portfolio-navigation .next-portfolio .hide-info span.price,
        .portfolio-navigation .prev-portfolio .hide-info span.price {
          font-weight: 500;
          color: #252525;
          margin: 0 !important;
          line-height: 15px;
          text-transform: uppercase;
          text-align: center; }
    .portfolio-navigation .next-portfolio:hover .hide-info,
    .portfolio-navigation .prev-portfolio:hover .hide-info {
      opacity: 1;
      visibility: visible; }
  .portfolio-navigation .prev-portfolio .hide-info {
    left: 0;
    right: auto;
    padding-right: 10px; }
    .portfolio-navigation .prev-portfolio .hide-info img {
      float: left;
      margin-right: 10px;
      margin-left: 0; }
    .portfolio-navigation .prev-portfolio .hide-info span {
      margin-right: 10px;
      right: 0; }
    .portfolio-navigation .prev-portfolio .hide-info:before, .portfolio-navigation .prev-portfolio .hide-info:after {
      left: 0;
      right: auto; }
  .portfolio-navigation .next-portfolio .hide-info {
    right: 0;
    left: auto;
    padding-left: 10px; }
    .portfolio-navigation .next-portfolio .hide-info:before, .portfolio-navigation .next-portfolio .hide-info:after {
      left: 160px;
      right: 20px; }
  .portfolio-navigation .next-portfolio img {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 10px; }
  .portfolio-navigation .next-portfolio span {
    text-align: left;
    margin-left: 10px;
    left: 0; }

.recent-categ {
  margin-bottom: 25px; }

.all-pages {
  font-size: 12px;
  color: #252525;
  letter-spacing: 1px;
  line-height: 33px; }

.meta-content {
  list-style: none;
  font-size: 80%;
  margin: 30px 0 5px;
  padding: 0;
  color: #767676; }
  .meta-content li {
    border-top: 1px solid #ddd;
    padding: 15px 0px; }
    .meta-content li.lastItem {
      border-bottom: 1px solid #ddd; }
    .meta-content li a {
      color: #dc9814; }
  .meta-content strong {
    color: #515151; }

.portfolio-list {
  clear: both;
  margin-bottom: 20px !important; }

.portfolio-lightbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  position: relative; }

/*------------------------- 19. Foundation elements ----------------*/
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.625em;
    margin-right: -0.625em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.3333333333%; }
  .small-2 {
    position: relative;
    width: 16.6666666667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.3333333333%; }
  .small-5 {
    position: relative;
    width: 41.6666666667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.3333333333%; }
  .small-8 {
    position: relative;
    width: 66.6666666667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.3333333333%; }
  .small-11 {
    position: relative;
    width: 91.6666666667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.3333333333%; }
  .large-2 {
    position: relative;
    width: 16.6666666667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.3333333333%; }
  .large-5 {
    position: relative;
    width: 41.6666666667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.3333333333%; }
  .large-8 {
    position: relative;
    width: 66.6666666667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.3333333333%; }
  .large-11 {
    position: relative;
    width: 91.6666666667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

@media only screen and (min-width: 48em) {
  .lt-row5cols {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 20%;
    float: left; } }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }
  .show-for-small {
    display: none !important; }
  .hide-for-small {
    display: inherit !important; }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 64em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }
  .show-for-large,
  .show-for-large-down {
    display: none !important; }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }
  .hide-for-xlarge {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #4d4d4d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #333;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #dc9814; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 80%;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #4d4d4d;
    line-height: 0; }

h1 {
  font-size: 1em; }

h2 {
  font-size: 0.875em; }

h3 {
  font-size: 0.9375em; }

h4 {
  font-size: 0.8125em; }

h5 {
  font-size: 0.9375em; }

h6 {
  font-size: 0.8em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square; }

ul.circle {
  list-style-type: circle; }

ul.disc {
  list-style-type: disc; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 5px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #333333; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #333333; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #4d4d4d; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 1.625em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  h4 {
    font-size: 1.125em; } }

/*
     * Print styles.
     *
     * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
    */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

#submit, button, .button, input[type="submit"] {
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold !important;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.9375em;
  padding-right: 1.875em;
  padding-bottom: 1em;
  padding-left: 1.875em;
  font-size: 0.875em;
  background-color: #eee;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: white;
  border-color: #aaa;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  #submit:hover, button:hover, .button:hover, input[type="submit"]:hover {
    color: #fff;
    border-color: #dc9814; }
  #submit.secondary, button.secondary, .button.secondary, input[type="submit"].secondary {
    background-color: #ff7171;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: white;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.secondary:hover, button.secondary:hover, .button.secondary:hover, input[type="submit"].secondary:hover {
      color: #fff;
      border-color: #dc9814; }
  #submit.white, button.white, .button.white, input[type="submit"].white {
    background-color: #FFF;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: white;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.white:hover, button.white:hover, .button.white:hover, input[type="submit"].white:hover {
      color: #fff;
      border-color: #dc9814; }
  #submit.success, button.success, .button.success, input[type="submit"].success {
    background-color: #5CB85C;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.success:hover, #submit.success:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, input[type="submit"].success:hover, input[type="submit"].success:focus {
      color: #fff;
      border-color: #dc9814;
      background: #dc9814; }
  #submit.alert, button.alert, .button.alert, input[type="submit"].alert {
    background-color: #C60F13;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.alert:hover, #submit.alert:focus, button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus, input[type="submit"].alert:hover, input[type="submit"].alert:focus {
      color: #fff;
      border-color: #dc9814;
      background: #dc9814; }
  #submit.large, button.large, .button.large, input[type="submit"].large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  #submit.small, button.small, .button.small, input[type="submit"].small {
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 0.8125em; }
  #submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  #submit.expand, button.expand, .button.expand, input[type="submit"].expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  #submit.left-align, button.left-align, .button.left-align, input[type="submit"].left-align {
    text-align: left;
    text-indent: 0.75em; }
  #submit.right-align, button.right-align, .button.right-align, input[type="submit"].right-align {
    text-align: right;
    padding-right: 0.75em; }
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  #submit.disabled, #submit[disabled], button.disabled, button[disabled], .button.disabled, .button[disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
    background-color: #dc9814;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
      color: #fff;
      border-color: #dc9814;
      background: #dc9814; }
    #submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
      background-color: #dc9814; }
    #submit.disabled.secondary, #submit[disabled].secondary, button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary, input[type="submit"].disabled.secondary, input[type="submit"][disabled].secondary {
      background-color: #ff7171;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #444;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.secondary:hover, #submit[disabled].secondary:hover, button.disabled.secondary:hover, button[disabled].secondary:hover, .button.disabled.secondary:hover, .button[disabled].secondary:hover, input[type="submit"].disabled.secondary:hover, input[type="submit"][disabled].secondary:hover {
        color: #fff;
        border-color: #dc9814; }
      #submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
        background-color: #ff7171; }
    #submit.disabled.white, #submit[disabled].white, button.disabled.white, button[disabled].white, .button.disabled.white, .button[disabled].white, input[type="submit"].disabled.white, input[type="submit"][disabled].white {
      background-color: #eee;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #444;
      border-color: #aaa;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.white:hover, #submit[disabled].white:hover, button.disabled.white:hover, button[disabled].white:hover, .button.disabled.white:hover, .button[disabled].white:hover, input[type="submit"].disabled.white:hover, input[type="submit"][disabled].white:hover {
        color: #fff;
        border-color: #dc9814; }
    #submit.disabled.success, #submit[disabled].success, button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success, input[type="submit"].disabled.success, input[type="submit"][disabled].success {
      background-color: #5CB85C;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #555;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
        color: #fff;
        border-color: #dc9814;
        background: #dc9814; }
      #submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
        background-color: #5CB85C; }
    #submit.disabled.alert, #submit[disabled].alert, button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert, input[type="submit"].disabled.alert, input[type="submit"][disabled].alert {
      background-color: #C60F13;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #555;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
        color: #fff;
        border-color: #dc9814;
        background: #dc9814; }
      #submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
        background-color: #C60F13; }

#submit, button, .button, input[type="submit"] {
  padding-top: 1em;
  padding-bottom: 0.9375em; }
  #submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  #submit.small, button.small, .button.small, input[type="submit"].small {
    padding-top: 0.8125em;
    padding-bottom: 0.75em; }
  #submit.large, button.large, .button.large, input[type="submit"].large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; } }

@media only screen and (min-width: 48em) {
  #submit, button, .button, input[type="submit"] {
    display: inline-block; } }

/* alternative button styles*/
a.secondary.trans-button:hover {
  background-color: #ff7171; }

a.alert.trans-button:hover {
  background-color: #C60F13; }

a.success.trans-button:hover {
  background-color: #5CB85C; }

.button.success.trans-button {
  color: #5CB85C; }

.button.alert.trans-button {
  color: #C60F13; }

.secondary.trans-button {
  color: #ff7171; }

.trans-button {
  margin-top: 10px;
  background-color: transparent !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 80%;
  border-width: 2px;
  border-style: solid;
  padding: 8px 15px; }
  .trans-button:hover {
    color: #fff !important; }
  .trans-button.hover-primary {
    background-color: #dc9814 !important;
    color: #fff;
    border-color: #dc9814; }
    .trans-button.hover-primary:hover {
      color: #fff !important;
      background-color: #000 !important;
      border-color: #000; }
  .trans-button.hover-white {
    color: #FFF;
    border-color: #fff; }
    .trans-button.hover-white:hover {
      color: #000 !important;
      background-color: #FFF !important; }
  .trans-button.hover-gray {
    color: #555;
    border-color: #555; }
    .trans-button.hover-gray:hover {
      color: #fff;
      background-color: #555 !important; }
  .trans-button.primary {
    background-color: #dc9814 !important;
    color: #fff !important;
    border-color: #dc9814; }
  .trans-button.active {
    background-color: #dc9814 !important;
    color: #fff !important;
    border-color: #dc9814; }

.facebook-button {
  background-color: #3a589d !important; }

/* Revolution slider */
.rev_slider_wrapper .type-label-2 {
  background: #dc9814;
  height: 5em;
  text-align: center;
  width: 5em;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px; }

.rev_slider_wrapper .type-label-2 .sale {
  line-height: 6px; }

.rev_slider_wrapper .type-label-2 span {
  display: block;
  font-size: 60%; }

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.4375em;
  line-height: 2.4375em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.8125em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.75em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #C60F13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #C60F13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C60F13;
  color: #fff; }

/* Error Handling WooCommerce */
.woocommerce-invalid input, .woocommerce-invalid input,
input.woocommerce-invalid,
.woocommerce-invalid textarea,
textarea.woocommerce-invalid {
  border-color: #C60F13;
  background-color: rgba(198, 15, 19, 0.1); }
  .woocommerce-invalid input:focus, .woocommerce-invalid input:focus,
  input.woocommerce-invalid:focus,
  .woocommerce-invalid textarea:focus,
  textarea.woocommerce-invalid:focus {
    background: #fafafa;
    border-color: #999999; }

.woocommerce-invalid label,
label.woocommerce-invalid {
  color: #C60F13; }

.woocommerce-invalid small,
small.woocommerce-invalid {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C60F13;
  color: #fff; }

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #dc9814;
  border-color: #ad7810;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5CB85C;
    border-color: #449d44;
    color: #fff; }
  .alert-box.alert {
    background-color: #C60F13;
    border-color: #970b0e;
    color: #fff; }
  .alert-box.secondary {
    background-color: #ff7171;
    border-color: #ff3e3e;
    color: #3e0000; }

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #dc9814;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #dc9814; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

/* Tables */
table {
  margin-bottom: 1.25em;
  width: 100%; }
  table thead,
  table tfoot {
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0;
      font-size: 0.8125em;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0em;
    font-size: 0.8125em; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

table th {
  font-weight: bold; }

table td, table th {
  padding: 0px 10px 15px;
  text-align: left; }

table tr:last-child {
  border-bottom: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }
/*yaten*/

#lee-footer {
    padding-left: 260px;
}

@media (max-width:768px){
#lee-footer {
    padding-left: 0px;
}
.wrapper-type-4 .header-type-4 {
    left: -260px;
}
.content-type-4 {
    padding-left: 0 !important;
    transition: all 350ms ease 0s;
}

}
@media (min-width:769px){
.header-fold-btn{ display:none;}
}
/*------------------------- 20. CSS Overwrite --------------*/
