/***************************************************
  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 
 */
/***********************************************************************/
.position-static {
  position: static !important; }

/* Title Block */
.ApColumn .block {
  margin-bottom: 20px; }
.ApColumn .title_block {
  color: #393939;
  margin: 0px 0px 20px;
  position: relative;
  text-transform: none;
  padding: 15px 58px 10px 0;
  font-size: 23px; }
  .rtl .ApColumn .title_block {
    padding: 15px 0 10px 58px; }
  .ApColumn .title_block:before {
    content: "";
    background: #75b263;
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 0; }
    .rtl .ApColumn .title_block:before {
      right: 0;
      left: auto; }

.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;
  margin-top: 5px;
  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-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .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 #75b263; }
    .widget-tabs li.active a {
      color: #75b263; }

.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: #75b263;
    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: #75b263; }
  .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 #75b263;
    -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 img {
  padding: 20px;
  margin: 10px; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
  */
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0px;
  padding-bottom: 10px; }
  .latest-blogs .blog-container {
    background: #FFFFFF;
    padding: 10px; }
  .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: 10px; }
  .latest-blogs .blog-title {
    font-size: 16px;
    line-height: 20px;
    font-family: "museo300r";
    font-weight: normal;
    margin-bottom: 0; }
    .latest-blogs .blog-title a {
      color: #75b263; }
      .latest-blogs .blog-title a:hover {
        color: #393939; }
  .latest-blogs .blog-meta {
    font-size: 12px;
    color: #c1c1c1; }
  .latest-blogs .blog-desc {
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 18px; }
  .latest-blogs .auth_name {
    color: #d62529; }
  .latest-blogs .comment-readmore {
    text-align: right; }
    .rtl .latest-blogs .comment-readmore {
      text-align: left; }
  .latest-blogs .nbcomment {
    border: 1px #d6d6d6 solid;
    color: #2e2e2e;
    padding: 6px 0px 6px 27px;
    vertical-align: middle;
    position: relative; }
    .rtl .latest-blogs .nbcomment {
      padding: 6px 27px 6px 0px; }
    .latest-blogs .nbcomment:before {
      content: "";
      width: 20px;
      height: 17px;
      position: absolute;
      top: 6px;
      left: 5px;
      background: url(../../../../assets/img/modules/appagebuilder/img/comment.png); }
      .rtl .latest-blogs .nbcomment:before {
        right: 5px;
        left: auto; }
  .latest-blogs .read-more {
    display: inline-block; }
    .latest-blogs .read-more a {
      font-size: 14px;
      padding: 6px 22px 6px 12px;
      border: 1px #4e8a3d solid;
      background: #75b263;
      color: #FFFFFF;
      position: relative; }
      .rtl .latest-blogs .read-more a {
        padding: 6px 12px 6px 22px; }
      .latest-blogs .read-more a:hover {
        color: #75b263;
        background: transparent; }
      .latest-blogs .read-more a:before {
        content: "\f178";
        font-family: "FontAwesome";
        position: absolute;
        right: 5px;
        top: 9px;
        font-size: 11px; }
        .rtl .latest-blogs .read-more a:before {
          left: 5px;
          right: auto; }
  .latest-blogs .blog-viewall {
    margin-top: 20px;
    margin-bottom: 20px; }

/* 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 */
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

.ApSlideShow {
  border: 1px #d6d6d6 solid;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .ApSlideShow .bannercontainer .tp-caption.text-slide {
      height: 200px !important; }
    .ApSlideShow .iview-controlNav div.iview-items {
      background: transparent;
      right: 100px;
      width: auto;
      bottom: -10px; }
    .ApSlideShow .iview-directionNav a.iview-prevNav {
      left: auto;
      right: 50px;
      bottom: 5px; }
    .ApSlideShow .iview-directionNav a.iview-nextNav {
      left: auto;
      right: 19px;
      bottom: 5px; } }
  @media (max-width: 576px) {
    .ApSlideShow .iview-directionNav, .ApSlideShow .iview-controlNav {
      display: none; }
    .ApSlideShow .bannercontainer .tp-caption.text-slide {
      padding: 35px; } }

/* block carousel */
.block_carousel {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  .block_carousel .owl-theme .owl-buttons {
    top: 15px; }
  .block_carousel .owl-theme .owl-pagination {
    position: absolute;
    bottom: 3px; }
    @media (min-width: 992px) {
      .block_carousel .owl-theme .owl-pagination {
        right: 50%; }
        .rtl .block_carousel .owl-theme .owl-pagination {
          left: 50%;
          right: auto; } }
    @media (min-width: 1200px) {
      .block_carousel .owl-theme .owl-pagination {
        right: 35%; }
        .rtl .block_carousel .owl-theme .owl-pagination {
          left: 35%;
          right: auto; } }
    @media (max-width: 991px) {
      .block_carousel .owl-theme .owl-pagination {
        text-align: center;
        left: 0;
        right: 0; } }
  .block_carousel .owl-theme .owl-controls span {
    margin: 0px 5px;
    width: 6px;
    height: 6px;
    background-color: #bfbfbf; }
  .block_carousel .owl-theme .owl-controls .owl-page.active span, .block_carousel .owl-theme .owl-controls .owl-page:hover span {
    background-color: #75b263; }
  .block_carousel .title_sticker {
    font-size: 14px;
    color: #75b263;
    margin: 0;
    line-height: 20px; }
  .block_carousel .title a {
    display: block; }
  .block_carousel .title p {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .block_carousel .title {
      overflow: hidden;
      zoom: 1;
      padding: 4px 0 4px 5px; }
      .rtl .block_carousel .title {
        padding: 4px 5px 4px 0; }
    .block_carousel .sticker-info {
      padding-left: 30px; }
      .block_carousel .sticker-info img {
        float: left; }
        .rtl .block_carousel .sticker-info img {
          float: right; }
      .rtl .block_carousel .sticker-info {
        padding-right: 30px;
        padding-left: inherit; } }
  .block_carousel .carousel-item .row {
    margin: 0 !important; }
  .block_carousel .carousel .direction {
    top: 30px;
    z-index: 9; }
  .block_carousel .block-carousel-image-container, .block_carousel .carousel-item .row {
    padding: 15px 15px 15px 70px;
    position: relative; }
    .rtl .block_carousel .block-carousel-image-container, .rtl .block_carousel .carousel-item .row {
      padding: 15px 70px 15px 15px; }
    .block_carousel .block-carousel-image-container:before, .block_carousel .carousel-item .row:before {
      content: "";
      background: url(../../../../assets/img/modules/appagebuilder/img/before-img.png);
      width: 60px;
      height: 47px;
      position: absolute;
      top: 17px;
      left: 5px; }
      .rtl .block_carousel .block-carousel-image-container:before, .rtl .block_carousel .carousel-item .row:before {
        right: 5px;
        left: auto; }
    @media (max-width: 991px) {
      .block_carousel .block-carousel-image-container, .block_carousel .carousel-item .row {
        text-align: center;
        padding: 70px 15px 30px 15px; }
        .rtl .block_carousel .block-carousel-image-container, .rtl .block_carousel .carousel-item .row {
          padding: 70px 15px 30px 15px; }
        .block_carousel .block-carousel-image-container:before, .block_carousel .carousel-item .row:before {
          left: 0;
          right: 0;
          margin: auto; } }
  .block_carousel .descript {
    position: relative;
    padding: 0px 15px 15px;
    line-height: 20px;
    font-style: italic; }
    @media (min-width: 992px) {
      .block_carousel .descript {
        border-right: 1px #d6d6d6 solid; }
        .rtl .block_carousel .descript {
          border-left: 1px #d6d6d6 solid;
          border-right: inherit; }
        .block_carousel .descript:after {
          content: "";
          left: 100%;
          top: 24px;
          position: absolute;
          width: 0;
          height: 0;
          border-top: 8px solid #FFFFFF;
          border-right: 14px solid transparent; }
          .rtl .block_carousel .descript:after {
            right: 100%;
            left: auto; }
          .rtl .block_carousel .descript:after {
            border-left: 14px solid transparent;
            border-right: inherit; }
        .block_carousel .descript:before {
          content: "";
          left: 100%;
          top: 23px;
          position: absolute;
          width: 0;
          height: 0;
          border-top: 11px solid #d6d6d6;
          border-right: 18px solid transparent; }
          .rtl .block_carousel .descript:before {
            right: 100%;
            left: auto; }
          .rtl .block_carousel .descript:before {
            border-left: 18px solid transparent;
            border-right: inherit; } }

.widget-facebook {
  text-align: center; }
  .widget-facebook iframe {
    left: 0;
    right: 0; }
  .widget-facebook .fb_iframe_widget {
    max-width: 100% !important; }
    .widget-facebook .fb_iframe_widget span, .widget-facebook .fb_iframe_widget iframe {
      max-width: 100% !important; }

.ApImage {
  text-align: center; }

/*# sourceMappingURL=styles.css.map */
