/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
@media (max-width: 991px) {
  .clear-both {
    clear: both; } }

/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }

.ApColumn .title_block, .group-cate-image .title_block {
  color: #272727;
  margin: 45px 0 15px;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  text-align: center; }
.ApColumn .sub-title-widget, .group-cate-image .sub-title-widget {
  font-style: italic;
  margin-bottom: 45px;
  text-align: center; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding: 12px 0 12px 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding: 12px 50px 12px 0; }
  .alert ul {
    margin-bottom: 0; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #E7B128; }
    .widget-tabs li.active a {
      color: #E7B128; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #E7B128;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #E7B128; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #E7B128;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
  */
.manufacturers_block {
  padding: 24px 0;
  text-align: center;
  position: relative; }
  .manufacturers_block img {
    margin: 10px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .manufacturers_block img:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .manufacturers_block:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    bottom: 0;
    background: #525252;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .manufacturers_block:before {
      margin-right: -1000px;
      margin-left: inherit; }

/*
  Widget Category Image
  */
.ApColumn .widget-category_image {
  margin-bottom: 40px; }

.widget-category_image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (max-width: 767px) {
    .widget-category_image {
      text-align: center; } }
  .widget-category_image .cover-img {
    display: inline-block;
    overflow: hidden; }
    .widget-category_image .cover-img img {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .widget-category_image .nbproducts .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 5px;
    margin-top: 20px; }
  .widget-category_image .nbproducts .num {
    font-style: italic; }
  .widget-category_image .nbproducts .leo-qty {
    color: #666666; }
    .widget-category_image .nbproducts .leo-qty > span {
      margin-left: 5px; }
      .rtl .widget-category_image .nbproducts .leo-qty > span {
        margin-right: 5px;
        margin-left: inherit; }
  @media (min-width: 992px) {
    .widget-category_image:hover .cover-img img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .widget-category_image:hover .nbproducts .text {
      color: #E7B128; } }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0px; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px; }
    .latest-blogs .blog-title a {
      color: #272727;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      line-height: 18px; }
      .latest-blogs .blog-title a:hover {
        color: #E7B128; }
  .latest-blogs .blog-desc {
    line-height: 23px;
    color: #313131; }
  .latest-blogs .created {
    width: 70px;
    float: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
    .rtl .latest-blogs .created {
      float: right; }
    .latest-blogs .created span {
      display: block;
      width: 50px;
      height: 32px;
      background: #E7B128;
      margin-bottom: 1px;
      line-height: 32px;
      text-align: center; }
  .latest-blogs .blog-content-right {
    overflow: hidden; }
  .latest-blogs .blog-meta > span {
    display: inline-block;
    margin-right: 5px; }
    .rtl .latest-blogs .blog-meta > span {
      margin-left: 5px;
      margin-right: inherit; }
  .latest-blogs .read-more {
    display: none; }

@media (min-width: 576px) {
  .blog-style2.latest-blogs .left-block, .blog-style2.latest-blogs .right-block {
    float: left;
    width: 50%; }
    .rtl .blog-style2.latest-blogs .left-block, .rtl .blog-style2.latest-blogs .right-block {
      float: right; }
  .blog-style2.latest-blogs .right-block {
    padding-left: 30px; }
    .rtl .blog-style2.latest-blogs .right-block {
      padding-right: 30px;
      padding-left: inherit; } }
.blog-style2.latest-blogs .author {
  font-style: italic;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block; }
.blog-style2.latest-blogs .blog-title {
  margin-bottom: 20px; }
.blog-style2.latest-blogs .read-more {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #272727;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10px; }
  .blog-style2.latest-blogs .read-more:hover {
    color: #E7B128; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
.instagram-block .block_content {
  margin-top: 15px; }
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block #instafeed a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px; }
  .instagram-block #instafeed a:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
    .rtl .instagram-block #instafeed a:before {
      right: 0;
      left: auto; }
  .instagram-block #instafeed a:hover:before {
    -webkit-transition: -webkit-transform 0.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
  .instagram-block #instafeed a img {
    max-height: 100%;
    max-width: 100%; }
.instagram-block .link-instagram {
  margin-top: 10px;
  margin-bottom: 0;
  display: none; }
  .instagram-block .link-instagram a {
    color: #cccccc; }

@media (min-width: 768px) {
  #instafeed {
    margin: -5px; } }

.ApImage {
  text-align: center; }

@media (min-width: 768px) {
  .opacity-banner > a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #000000; } }
.opacity-banner .image_description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22% 5%;
  text-align: center;
  height: 260px;
  margin: auto;
  color: #FFFFFF; }
  .opacity-banner .image_description h4 {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase; }
    .opacity-banner .image_description h4:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 40px;
      left: 0;
      right: 0;
      margin: auto;
      height: 1px;
      background: #FFFFFF;
      -webkit-transform: translate(-15px, -10px);
      -moz-transform: translate(-15px, -10px);
      -ms-transform: translate(-15px, -10px);
      -o-transform: translate(-15px, -10px);
      transform: translate(-15px, -10px);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  .opacity-banner .image_description a {
    display: block;
    color: #FFFFFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .opacity-banner .image_description p {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-height: 58px;
    overflow: hidden; }
  .opacity-banner .image_description .btn {
    display: inline-block;
    background: transparent;
    border: 0 solid #FFFFFF;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 11px 30px;
    display: inline-block;
    text-transform: uppercase;
    width: auto; }
    .opacity-banner .image_description .btn:hover {
      background: #E7B128; }
.opacity-banner:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100); }
.opacity-banner:hover > a img {
  opacity: 0.7;
  filter: alpha(opacity=70); }
.opacity-banner:hover .image_description h4 {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }
  .opacity-banner:hover .image_description h4:before {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    filter: alpha(opacity=100); }
.opacity-banner:hover .image_description a, .opacity-banner:hover .image_description p {
  opacity: 1;
  filter: alpha(opacity=100); }
.opacity-banner:hover .image_description .btn {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.ApColumn .block-testimonial {
  margin-top: 85px;
  margin-bottom: 115px; }
  .ApColumn .block-testimonial .title_block {
    color: #FFFFFF; }
  .ApColumn .block-testimonial .sub-title-widget {
    color: #eaeaea;
    margin-bottom: 75px; }
  .ApColumn .block-testimonial.testi-style2 {
    margin-top: 0;
    margin-bottom: 0; }
    .ApColumn .block-testimonial.testi-style2 .sub-title-widget {
      color: #666666; }

.block-testimonial {
  text-align: center; }
  .block-testimonial .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 28px;
    padding-bottom: 25px;
    position: relative; }
    .block-testimonial .title:before {
      content: "";
      position: absolute;
      background: #FFFFFF;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 30px;
      height: 1px; }
    .block-testimonial .title span {
      display: block;
      font-family: 'Droid Serif', serif;
      font-style: italic;
      font-weight: normal;
      text-transform: none;
      color: #dddddd;
      margin-top: 10px; }
  .block-testimonial .descript {
    color: #FFFFFF;
    line-height: 23px; }
  .block-testimonial.testi-style2 {
    text-align: left; }
    .rtl .block-testimonial.testi-style2 {
      text-align: right; }
    .block-testimonial.testi-style2 .descript {
      color: #666666;
      margin-bottom: 20px; }
    .block-testimonial.testi-style2 .title {
      color: #000000;
      overflow: hidden;
      zoom: 1;
      padding: 0 0 0 20px;
      margin-top: 39px;
      margin-bottom: 39px; }
      .rtl .block-testimonial.testi-style2 .title {
        padding: 0 20px 0 0; }
      .block-testimonial.testi-style2 .title:before {
        display: none; }
      .block-testimonial.testi-style2 .title span {
        color: #999999; }
    .block-testimonial.testi-style2 img {
      float: left; }
      .rtl .block-testimonial.testi-style2 img {
        float: right; }

.shipping .ApColumn .block {
  margin-top: 40px;
  margin-bottom: 35px; }
.shipping > div {
  text-align: center; }
  @media (max-width: 1850px) {
    .shipping > div {
      min-height: 140px; } }
  .shipping > div:nth-child(odd) {
    background: #343434; }
  .shipping > div:nth-child(even) {
    background: #3c3c3d; }
.shipping h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px; }
.shipping p {
  font-style: italic;
  color: #FFFFFF; }

.ApSlideShow {
  margin-bottom: 30px; }

.text-paralax {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 123px; }
  .text-paralax h2 {
    text-transform: uppercase;
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .text-paralax span {
    font-size: 18px;
    color: #FFFFFF;
    font-style: italic;
    display: inline-block;
    margin-bottom: 30px; }
  .text-paralax .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E7B128;
    border: none;
    padding: 15px 35px; }
    .text-paralax .btn:hover {
      background: #FFFFFF;
      color: #000000; }

.banner-html {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 481px) {
  .nopadding_left {
    padding: 0 15px 0 0; }
    .rtl .nopadding_left {
      padding: 0 0 0 15px; }

  .nopadding_right {
    padding: 0 0 0 15px; }
    .rtl .nopadding_right {
      padding: 0 15px 0 0; } }
@media (max-width: 480px) {
  .nopadding_left, .nopadding_right {
    padding: 0 !important; }

  .nopadding_left .banner_slide {
    margin-bottom: 30px; } }
.htm-sub-top .ApHtml {
  padding-left: 70px; }
  .rtl .htm-sub-top .ApHtml {
    padding-right: 70px;
    padding-left: inherit; }
.htm-sub-top .title_block, .htm-sub-top .sub-title-widget {
  text-align: left; }
  .rtl .htm-sub-top .title_block, .rtl .htm-sub-top .sub-title-widget {
    text-align: right; }
.htm-sub-top .sub-title-widget {
  margin-top: 50px;
  margin-bottom: 0; }
.htm-sub-top .title_block {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 20px; }
  .htm-sub-top .title_block:before {
    position: absolute;
    content: "";
    background: #E7B128;
    bottom: 0;
    width: 140px;
    height: 1px;
    left: -70px; }
    .rtl .htm-sub-top .title_block:before {
      right: -70px;
      left: auto; }
.htm-sub-top p {
  line-height: 23px;
  font-style: italic;
  color: #313131; }
.htm-sub-top .btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  border: none;
  padding: 8px 18px;
  border: 2px #000000 solid;
  font-style: normal;
  font-weight: 600;
  margin-top: 5px; }
  .htm-sub-top .btn:hover {
    background: #E7B128;
    color: #FFFFFF;
    border-color: #E7B128; }

.ApColumn .title-left .title_block, .ApColumn .title-center .title_block {
  padding-bottom: 17px;
  margin-bottom: 40px; }
  .ApColumn .title-left .title_block:before, .ApColumn .title-center .title_block:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #E7B128;
    position: absolute;
    bottom: 0; }
.ApColumn .title-center {
  text-align: center; }
  .ApColumn .title-center .title_block:before {
    left: 0;
    right: 0;
    margin: auto; }
.ApColumn .title-left .title_block {
  text-align: left; }
  .rtl .ApColumn .title-left .title_block {
    text-align: right; }
  .ApColumn .title-left .title_block:before {
    left: 0; }
    .rtl .ApColumn .title-left .title_block:before {
      right: 0;
      left: auto; }

.banner-text h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px; }
.banner-text p {
  color: #666666;
  line-height: 23px; }
.banner-text .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  background: #3c3c3d;
  padding: 11px 19px;
  margin-top: 15px; }
  .banner-text .btn:hover {
    background: #E7B128; }
@media (min-width: 992px) {
  .banner-text {
    background: url("../../../../assets/img/modules/appagebuilder/img/bg-banner-text.jpg");
    position: relative; }
    .banner-text > a, .banner-text .image_description {
      float: right;
      width: 50%; }
      .rtl .banner-text > a, .rtl .banner-text .image_description {
        float: left; }
    .banner-text > a {
      text-align: right; }
      .rtl .banner-text > a {
        text-align: left; }
    .banner-text .image_description {
      position: absolute;
      height: 100%; }
    .banner-text .html-banner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 40px; } }
@media (max-width: 991px) {
  .banner-text .html-banner {
    max-width: 585px;
    margin: 30px auto; } }

.view-all .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  background: #3c3c3d;
  padding: 11px 19px; }
  .view-all .btn:hover {
    background: #E7B128; }

.rtl .opacity-banner .image_description h4:before {
  -webkit-transform: translate(15px, -10px);
  -moz-transform: translate(15px, -10px);
  -ms-transform: translate(15px, -10px);
  -o-transform: translate(15px, -10px);
  transform: translate(15px, -10px); }
.rtl .opacity-banner:hover .image_description h4:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/*# sourceMappingURL=styles.css.map */
