/***************************************************
  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 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .ApColumn .block {
      margin-bottom: 18px; } }
.ApColumn .title_block {
  font-size: 36px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 26px; } }
.ApColumn .sub-title-widget {
  text-align: center;
  margin: 0 0 20px;
  font-size: 17px;
  color: #888;
  line-height: 2; }

.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;
  position: relative; }
  .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: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0; }
  .rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto; }
  .block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
@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: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 15px;
    top: 13px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .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: 14px; }
  .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 #eee; }
  .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: #eee;
        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 #eee #eee #eee; }

.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 #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    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 #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    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 #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #333; }
  .widget-tabs li.active {
    border: 1px solid #ffac0d; }
    .widget-tabs li.active a {
      color: #ffac0d; }

.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: #ffac0d;
    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 {
    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;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #ffac0d; }
  .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: 400; }
  .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 #eee; }
  .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 #eee;
  -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 #ffac0d;
    -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 {
  margin: 0 !important;
  padding: 30px 0; }
  .manufacturers_block .image {
    text-align: center;
    padding: 10px; }
    .manufacturers_block .image a {
      display: block;
      box-shadow: 0 5px 10px transparent;
      vertical-align: top;
      transition: all .4s; }
      .manufacturers_block .image a:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-3px); }
  .manufacturers_block .timeline-item {
    min-height: 50px;
    height: 80px;
    margin-bottom: 0; }
    .manufacturers_block .timeline-item .animated-background {
      height: 55px;
      position: relative; }

/*
  Widget Category Image
*/
/* 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 a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

@media (max-width: 991px) {
  .widget-category_image {
    padding: 0 9px; } }
.widget-category_image .view_all_wapper {
  display: none; }
.widget-category_image .block_content:after {
  content: "";
  display: block;
  clear: both; }
.widget-category_image .block_content > ul {
  width: 25%;
  float: left;
  height: 120px;
  position: relative; }
  .rtl .widget-category_image .block_content > ul {
    float: right; }
  @media (max-width: 480px) {
    .widget-category_image .block_content > ul {
      width: 50%; } }
  .widget-category_image .block_content > ul a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center; }
    @media (max-width: 480px) {
      .widget-category_image .block_content > ul a {
        font-size: 14px; } }
    .widget-category_image .block_content > ul a .cate_content {
      display: block;
      width: 100%;
      margin: auto; }
      .widget-category_image .block_content > ul a .cate_content .cover-img {
        display: block;
        margin: 0 0 10px; }
        .widget-category_image .block_content > ul a .cate_content .cover-img img {
          width: 50px;
          height: 50px;
          transition: all .4s; }
    .widget-category_image .block_content > ul a:hover .cate_content .cover-img img {
      -webkit-filter: brightness(50%);
      filter: brightness(50%);
      transform: translateY(-10px); }

.ApInstagram .block_content {
  margin: 0 -15px; }

.timeline-parent {
  padding: 0 15px; }

@media (max-width: 1199px) {
  .timeline-parent {
    padding: 0 9px; }

  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

  .ApColumn .block {
    margin-bottom: 18px; }

  .page-home > div {
    margin-left: 0;
    margin-right: 0; }
  .page-home .box-slider {
    margin: 0 -9px 20px;
    padding: 0; }

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #ffac0d; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Poppins'; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    font-family: 'Poppins';
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #ffac0d;
      color: #fff; }

/*update CART*/
#checkout #content > .row > div {
  position: relative; }
  #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
    @media (max-width: 480px) {
      body#checkout section.checkout-step .content {
        padding: 10px; }
        body#checkout section.checkout-step .content .additional-information {
          font-size: 12px; } }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    font-family: "Quattrocento", sans-serif;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 600; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px;
      font-family: 'Poppins'; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }
    #checkout #checkout-personal-information-step .tab-content .form-control:focus {
      outline: 0;
      border-color: #282828; }

body#checkout .form-control {
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  height: 40px;
  color: #999;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  width: 100%;
  line-height: 25px;
  font-size: 14px; }
  body#checkout .form-control.js-visible-password {
    padding: 8px 50px 8px 15px; }
    .rtl body#checkout .form-control.js-visible-password {
      padding: 8px 15px 8px 50px; }
  body#checkout .form-control:focus {
    outline: 0;
    border-color: #282828; }

body#checkout [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 1;
        content: "\F06E";
        font-size: 17px; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px;
    margin: 0; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 14px; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

body#checkout section.checkout-step #customer-form > section .form-group:last-child, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) {
  margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-3,
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-6, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-3,
  body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-6 {
    width: 100%;
    padding: 0;
    margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .custom-checkbox, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .custom-checkbox {
    /* display: block; */ }

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 30px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 8px;
      height: 8px; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  font-family: "Quattrocento", sans-serif;
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: #ffac0d; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #ffac0d; }

#payment-confirmation {
  text-align: center; }

.btn-outline,
.btn,
.btn-primary {
  background: #333;
  padding: 8px 25px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  border-radius: 3px; }
  .btn-outline:hover, .btn-outline:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #ffac0d;
    color: #fff; }

.btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus,
.btn-tertiary:active:focus, .btn-secondary:active.focus, .btn-tertiary:active.focus,
.btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus,
.active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary {
  background: #ffac0d;
  color: #fff; }

label[for="delivery_message"] {
  font-size: 13px; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal; }

.condition-label a {
  text-decoration: underline; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 18px; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0px; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0 !important; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; }
    .rtl #order-confirmation #order-details {
      border-right: 1px solid #dfdfdf;
      border-left: inherit; } }

.card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1); }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  font-family: "Quattrocento", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 30px; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #ffac0d; }

.modal-content {
  border: 0;
  border-radius: 0; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #000 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

.leo-notification {
  min-width: 100vw; }

/*end update CART*/
.hidden,
.hide {
  display: none; }

body#order-confirmation .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 992px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 33.33%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 767px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }
  @media (max-width: 480px) {
    body#order-confirmation .product_list .ajax_block_product {
      width: 100%; }
      body#order-confirmation .product_list .ajax_block_product:nth-child(n+1) {
        clear: both; } }

#js-product-list > .up {
  display: none; }

@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .navbar-nav > li.active > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:hover > a,
  .leo-megamenu.disable-canvas .navbar-nav > li:focus > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    color: #fff; }
  .leo-megamenu.disable-canvas .dropdown-menu li a {
    color: #999; }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
      color: #fff; }
  .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
    color: #999;
    background: #21212a; }
  .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
    margin: 10px 0 0;
    padding: 0; }
  .leo-megamenu.disable-canvas .widget-raw-html {
    margin: 0; }
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 18px;
    right: 18px; }

  .col-logo.ApColumn {
    position: static; }

  .header-container .container {
    padding-left: 9px;
    padding-right: 9px; } }
/*end max 991*/
body#checkout section.checkout-step #customer-form .radio-inline {
  margin: 10px 10px 0 0; }
  .rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px; }

#content.card-block > hr {
  display: none; }

.form-group {
  margin-bottom: 20px; }

#authentication .login-form .row > .col-md-3, #authentication .login-form .row > .col-md-6,
#authentication .register-form .row > .col-md-3,
#authentication .register-form .row > .col-md-6 {
  width: 100%;
  text-align: left;
  padding-top: 0; }
  .rtl #authentication .login-form .row > .col-md-3, .rtl #authentication .login-form .row > .col-md-6, .rtl
  #authentication .register-form .row > .col-md-3, .rtl
  #authentication .register-form .row > .col-md-6 {
    text-align: right; }
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
  width: 100%;
  margin: 0 0 20px; }

textarea.form-control {
  border: 1px solid #e5e5e5; }

#blog-localengine .btn[name="submitcomment"] {
  width: 100%; }

.modal-footer .btn {
  margin: 1px; }

.modal-open {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto; }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border-color: #fff;
  padding: 10px 0; }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px;
      border: 0;
      cursor: pointer; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #333;
        color: #fff; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

#main > h1 {
  text-align: center; }

body {
  max-width: 1920px;
  margin: auto; }
  @media (min-width: 992px) {
    body .off-canvas-nav-megamenu {
      display: none; } }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 50%;
  display: none; }
  @media (max-width: 480px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 100%; } }
  #category-products > .item:nth-child(1), #category-products > .item:nth-child(2),
  #category-products2 > .item:nth-child(1),
  #category-products2 > .item:nth-child(2) {
    display: block; }
  @media (max-width: 480px) {
    #category-products > .item:nth-child(2),
    #category-products2 > .item:nth-child(2) {
      display: none; } }

#topbar {
  border-bottom: 1px solid #e5e5e5; }

.box-nav .ApColumn .block {
  margin-bottom: 0px; }
.box-nav .ApRawHtml {
  float: left; }
  .rtl .box-nav .ApRawHtml {
    float: right; }
.box-nav .popup-over {
  float: right;
  margin: 0 0 0 40px; }
  .rtl .box-nav .popup-over {
    float: left; }
  .rtl .box-nav .popup-over {
    margin: 0 40px 0 0; }
  .box-nav .popup-over a.popup-title {
    line-height: 30px;
    padding: 10px 0;
    white-space: nowrap;
    color: #888;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .box-nav .popup-over a.popup-title i:not(.fa) {
        display: none; } }
    @media (max-width: 991px) {
      .box-nav .popup-over a.popup-title span {
        display: none; } }
    .box-nav .popup-over a.popup-title:hover {
      color: #ffac0d; }
.box-nav .userinfo-selector a.popup-title {
  display: none; }
.box-nav .userinfo-selector .popup-content {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  padding: 0;
  background: none;
  color: #888;
  transform: none;
  border: 0;
  min-width: auto;
  box-shadow: none; }
  .box-nav .userinfo-selector .popup-content li {
    display: inline-block;
    vertical-align: top; }
    .box-nav .userinfo-selector .popup-content li a {
      display: block;
      line-height: 30px;
      padding: 10px 5px;
      position: relative;
      color: #888;
      font-size: 14px;
      background: none; }
      @media (min-width: 992px) {
        .box-nav .userinfo-selector .popup-content li a i:first-child {
          display: none; } }
      .box-nav .userinfo-selector .popup-content li a:hover {
        background: none;
        color: #ffac0d; }
      .box-nav .userinfo-selector .popup-content li a:before {
        content: "/";
        color: #ccc;
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: -7px; }
        .rtl .box-nav .userinfo-selector .popup-content li a:before {
          left: -7px;
          right: auto; }
    .box-nav .userinfo-selector .popup-content li:last-child a:before {
      display: none; }

.site-contact a {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
  line-height: 20px;
  margin: 0 40px 0 0;
  color: #222;
  font-size: 14px; }
  .rtl .site-contact a {
    margin: 0 0 0 40px; }
  .site-contact a:hover {
    color: #ffac0d; }
  .site-contact a:last-child {
    margin: 0; }
  @media (max-width: 991px) {
    .site-contact a {
      margin: 0 20px 0 0; }
      .rtl .site-contact a {
        margin: 0 0 0 20px; } }
  .site-contact a i {
    color: #888;
    vertical-align: -2px; }
    @media (min-width: 601px) {
      .site-contact a i {
        margin: 0 10px 0 0; }
        .rtl .site-contact a i {
          margin: 0 0 0 10px; } }
  @media (max-width: 600px) {
    .site-contact a {
      position: relative; }
      .site-contact a span {
        position: absolute;
        white-space: nowrap;
        top: 100%;
        left: 0;
        background: #333;
        padding: 0 10px;
        border-radius: 2px;
        color: #fff;
        margin-top: 5px;
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        z-index: 9; }
        .rtl .site-contact a span {
          right: 0;
          left: auto; }
        .site-contact a span:before {
          content: "";
          border: 3px solid #333;
          border-color: transparent transparent #333 transparent;
          position: absolute;
          bottom: 100%;
          left: 8px; }
          .rtl .site-contact a span:before {
            right: 8px;
            left: auto; }
      .site-contact a:hover span, .site-contact a:active span {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible; } }

.header_user_info ul {
  margin: 0; }
.header_user_info li a {
  display: block;
  line-height: 20px;
  padding: 15px 20px;
  text-transform: capitalize;
  font-size: 14px;
  color: #888; }
  .header_user_info li a i {
    display: none; }
  @media (max-width: 991px) {
    .header_user_info li a {
      padding: 15px 10px; } }
  @media (max-width: 767px) {
    .header_user_info li a i {
      display: inline-block; }
    .header_user_info li a span {
      display: none; } }
  .header_user_info li a:hover {
    color: #000; }

.box-htop .header-logo {
  text-align: center;
  position: relative; }
  .box-htop .header-logo a {
    display: inline-block;
    vertical-align: top; }
@media (min-width: 992px) {
  .box-htop #leo-top-menu {
    padding: 0; }
  .box-htop .megamenu {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .box-htop .megamenu > li:nth-child(4) {
      margin-left: auto; }
      .rtl .box-htop .megamenu > li:nth-child(4) {
        margin-right: auto;
        margin-left: inherit; }
  .box-htop .header-logo a {
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    display: inline-block;
    transform: translateX(-50%);
    z-index: 9;
    height: 100px;
    line-height: 100px; }
    .box-htop .header-logo a img {
      max-height: 90%; } }
@media (max-width: 991px) {
  .box-htop .header-logo {
    height: 100px;
    line-height: 100px; }
    .box-htop .header-logo img {
      max-height: 80px; }
  .box-htop .ApMegamenu > .navbar .navbar-header {
    position: absolute;
    bottom: 10px;
    left: 18px; }
    .rtl .box-htop .ApMegamenu > .navbar .navbar-header {
      right: 18px;
      left: auto; }
  .box-htop .leo-megamenu .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    display: none;
    transition: none; } }

.navbar-header .navbar-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  margin: 0px;
  left: 0;
  top: -50px;
  padding: 0;
  outline: none;
  border: 0;
  background: #333;
  border-radius: 0; }
  .navbar-header .navbar-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    margin: 4px auto 5px;
    border-radius: 0; }
    .navbar-header .navbar-toggle span:nth-child(2) {
      opacity: 1;
      transition: opacity 0.3s; }
    .navbar-header .navbar-toggle span:first-child {
      position: relative;
      top: 0;
      transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .navbar-header .navbar-toggle span:last-child {
      position: relative;
      top: 0;
      transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .navbar-header .navbar-toggle:not(.collapsed):hover span:first-child {
    top: 8px;
    transform: rotate(-45deg);
    transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .navbar-header .navbar-toggle:not(.collapsed):hover span:nth-child(2) {
    opacity: 0; }
  .navbar-header .navbar-toggle:not(.collapsed):hover span:last-child {
    top: -6px;
    transform: rotate(45deg);
    transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.slide-text {
  text-align: center;
  font-size: 20px;
  text-transform: none;
  color: #fff; }
  .slide-text h4 {
    font-size: 18px;
    margin: 0 0 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px; }
  .slide-text h3 {
    font-size: 120px;
    color: #f2e44e;
    margin: 0 0 30px;
    font-weight: bold;
    font-family: "Quattrocento", sans-serif;
    text-transform: capitalize; }

.box-nimbia {
  margin-bottom: 30px;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .box-nimbia {
      padding-top: 30px; } }
  .box-nimbia .img-responsive {
    margin: auto; }
  .box-nimbia .ApRawHtml {
    font-size: 16px;
    color: #666;
    padding: 0 9%;
    text-align: center;
    line-height: 2;
    margin: 0 0 50px; }
    @media (max-width: 991px) {
      .box-nimbia .ApRawHtml {
        margin: 0 0 30px; } }
    .box-nimbia .ApRawHtml h4 {
      font-size: 36px;
      margin: 0 0 80px;
      position: relative;
      text-transform: capitalize;
      font-weight: 400;
      color: #222; }
      @media (max-width: 991px) {
        .box-nimbia .ApRawHtml h4 {
          margin: 0 0 50px; } }
      .box-nimbia .ApRawHtml h4:before {
        content: "";
        background: #e5e5e5;
        width: 1px;
        height: 60px;
        top: 100%;
        left: 50%;
        position: absolute;
        margin-top: 10px; }
        @media (max-width: 991px) {
          .box-nimbia .ApRawHtml h4:before {
            height: 30px; } }
      .box-nimbia .ApRawHtml h4 span {
        color: #ffac0d; }
    .box-nimbia .ApRawHtml a {
      display: inline-block;
      padding: 15px 30px;
      text-transform: uppercase;
      font-size: 14px;
      background: #ffac0d;
      border-radius: 3px;
      color: #fff;
      line-height: 20px;
      margin: 40px auto 0;
      transition: all .4s; }
      @media (max-width: 991px) {
        .box-nimbia .ApRawHtml a {
          margin: 30px auto 0;
          padding: 8px 15px;
          font-size: 12px; } }
      .box-nimbia .ApRawHtml a:hover {
        background: #000; }
  .box-nimbia .owl-row {
    margin: 0; }
  .box-nimbia .owl-wrapper {
    transition: all 1s !important; }
    .box-nimbia .owl-wrapper .owl-item {
      transition: all 1s !important;
      opacity: 0;
      padding: 0; }
      .box-nimbia .owl-wrapper .owl-item.active {
        opacity: 1; }
  .box-nimbia .block-carousel-image-container {
    border-radius: 4px;
    overflow: hidden; }
  .box-nimbia .block_carousel {
    max-width: 970px;
    margin: auto;
    position: relative; }
    .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons {
      width: auto;
      position: static;
      height: auto;
      top: auto;
      right: auto;
      left: auto; }
      .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div {
        width: 40px;
        height: 80px;
        background: rgba(0, 0, 0, 0.2);
        line-height: 80px;
        border-radius: 0;
        box-shadow: none;
        left: 0;
        top: 50%;
        margin-top: -40px;
        transition: all .4s; }
        .rtl .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div {
          right: 0;
          left: auto; }
        .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div:hover {
          box-shadow: none;
          background: rgba(0, 0, 0, 0.5);
          width: 60px; }
        .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div:active {
          background: rgba(0, 0, 0, 0.75); }
        .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
          right: 0;
          left: auto; }
          .rtl .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
            left: 0;
            right: auto; }
        .box-nimbia .block_carousel .owl-theme .owl-controls .owl-buttons div:before {
          color: #fff;
          font-size: 30px; }

.box-servicelist {
  padding: 100px 0 1px;
  text-align: center; }
  @media (max-width: 991px) {
    .box-servicelist {
      padding: 60px 0 1px; } }
  .box-servicelist .ApColumn .block {
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .box-servicelist .ApColumn .block {
        margin-bottom: 40px; } }
  .box-servicelist .ApColumn .ApImage {
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    color: #888;
    line-height: 2;
    text-align: left;
    padding: 0 0 0 90px;
    position: relative; }
    .rtl .box-servicelist .ApColumn .ApImage {
      text-align: right; }
    .rtl .box-servicelist .ApColumn .ApImage {
      padding: 0 90px 0 0; }
    .box-servicelist .ApColumn .ApImage img {
      position: absolute;
      top: 0;
      left: 0; }
      .rtl .box-servicelist .ApColumn .ApImage img {
        right: 0;
        left: auto; }
    .box-servicelist .ApColumn .ApImage h4 {
      font-size: 18px;
      text-align: left;
      text-transform: none;
      font-weight: 400;
      margin: 0 0 15px;
      color: #000; }
      .rtl .box-servicelist .ApColumn .ApImage h4 {
        text-align: right; }
    .box-servicelist .ApColumn .ApImage:hover img {
      animation: effecZoom 0.5s linear; }

@keyframes effecZoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.box-masterroom {
  padding: 100px 0 70px; }
  @media (max-width: 991px) {
    .box-masterroom {
      padding: 50px 0 10px; } }
  .box-masterroom .ApRawHtml {
    text-align: center;
    margin: 0 0 20px;
    font-size: 17px;
    color: #888;
    line-height: 2; }
    .box-masterroom .ApRawHtml h4 {
      font-size: 36px;
      text-align: center;
      font-family: "Poppins";
      position: relative;
      text-transform: capitalize;
      margin: 0 0 10px;
      font-weight: 400;
      color: #000; }
      @media (max-width: 991px) {
        .box-masterroom .ApRawHtml h4 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .box-masterroom .ApRawHtml h4 {
          font-size: 25px; } }
    .box-masterroom .ApRawHtml p {
      margin: 0; }

.box-spremium {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .box-spremium {
      padding: 50px 0 0; } }
  .box-spremium .ApRawHtml {
    text-align: center;
    margin: 0 0 20px;
    font-size: 17px;
    color: #888;
    line-height: 2; }
    .box-spremium .ApRawHtml h4 {
      font-size: 36px;
      text-align: center;
      font-family: "Poppins";
      position: relative;
      text-transform: capitalize;
      margin: 0 0 10px;
      font-weight: 400;
      color: #000; }
      @media (max-width: 991px) {
        .box-spremium .ApRawHtml h4 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .box-spremium .ApRawHtml h4 {
          font-size: 25px; } }
    .box-spremium .ApRawHtml p {
      margin: 0; }
  .box-spremium .ApColumn .ApImage {
    margin: 0;
    overflow: hidden; }
    .box-spremium .ApColumn .ApImage img {
      transition: all 1s; }
    .box-spremium .ApColumn .ApImage:hover img {
      transform: scale(1.1); }
  .box-spremium.box-2 {
    padding: 0 0 100px; }
    @media (max-width: 991px) {
      .box-spremium.box-2 {
        padding: 0 0 50px; } }

.box-luxuriroom {
  margin: 0 0 100px; }
  @media (min-width: 992px) {
    .box-luxuriroom {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 991px) {
    .box-luxuriroom {
      margin: 0 0 50px; } }
  @media (max-width: 991px) {
    .box-luxuriroom .col-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (min-width: 992px) {
    .box-luxuriroom .col-content:before {
      content: "";
      height: 1px;
      background: #ffac0d;
      position: absolute;
      top: 0;
      right: 15px;
      left: 10%; } }
  @media (max-width: 991px) {
    .box-luxuriroom {
      margin: 0 0 30px; } }
  .box-luxuriroom .ApColumn .block {
    margin-bottom: 0; }
  .box-luxuriroom .ApImage:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 992px) {
    .box-luxuriroom .ApImage img {
      max-width: calc(100vw / 2); } }
  @media (max-width: 991px) {
    .box-luxuriroom .ApImage img {
      max-width: 100%; } }
  .box-luxuriroom .ApRawHtml {
    font-size: 16px;
    line-height: 2; }
    @media (max-width: 991px) {
      .box-luxuriroom .ApRawHtml {
        padding: 30px 0; } }
    .box-luxuriroom .ApRawHtml h4 {
      font-size: 36px;
      font-family: "Poppins";
      position: relative;
      text-transform: capitalize;
      margin: 0 0 25px 0;
      font-weight: 400;
      color: #000; }
      @media (max-width: 991px) {
        .box-luxuriroom .ApRawHtml h4 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .box-luxuriroom .ApRawHtml h4 {
          font-size: 25px; } }
    .box-luxuriroom .ApRawHtml ul {
      margin: 75px 0 0;
      font-size: 0; }
      @media (max-width: 1199px) {
        .box-luxuriroom .ApRawHtml ul {
          margin: 50px 0 0; } }
      @media (max-width: 991px) {
        .box-luxuriroom .ApRawHtml ul {
          margin: 25px 0 80px; } }
      .box-luxuriroom .ApRawHtml ul li {
        display: inline-block;
        vertical-align: top;
        background: #f1f1f1;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: #000;
        font-family: "Quattrocento", sans-serif;
        text-transform: uppercase;
        width: 33.33%; }
        @media (max-width: 400px) {
          .box-luxuriroom .ApRawHtml ul li {
            width: 50%;
            float: left;
            clear: both; }
            .rtl .box-luxuriroom .ApRawHtml ul li {
              float: right; } }
        .box-luxuriroom .ApRawHtml ul li:nth-child(2) {
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -o-transform: translateY(100%);
          transform: translateY(100%); }
          @media (max-width: 400px) {
            .box-luxuriroom .ApRawHtml ul li:nth-child(2) {
              transform: translateX(100%); } }
        .box-luxuriroom .ApRawHtml ul li span {
          display: block;
          line-height: 20px; }
          .box-luxuriroom .ApRawHtml ul li span:first-child {
            font-size: 28px;
            color: #ffac0d;
            font-family: "Quattrocento", sans-serif;
            font-weight: bold;
            line-height: 40px; }
  .box-luxuriroom > .ApColumn:first-child .ApImage img {
    float: right; }
    .rtl .box-luxuriroom > .ApColumn:first-child .ApImage img {
      float: left; }
  .box-luxuriroom > .ApColumn:first-child:before {
    left: 15px;
    right: 10%; }
  @media (min-width: 992px) {
    .box-luxuriroom > .ApColumn:first-child .ApRawHtml {
      padding: 30px 8% 30px 0; }
      .rtl .box-luxuriroom > .ApColumn:first-child .ApRawHtml {
        padding: 30px 0 30px 8%; } }
  @media (min-width: 992px) {
    .box-luxuriroom > .ApColumn:last-child .ApRawHtml {
      padding: 30px 0 30px 8%; }
      .rtl .box-luxuriroom > .ApColumn:last-child .ApRawHtml {
        padding: 30px 8% 30px 0; } }

@media (max-width: 400px) {
  .rtl .box-luxuriroom .ApRawHtml ul li:nth-child(2) {
    transform: translateX(-100%); } }

.box-customsay {
  padding: 100px 0;
  margin-bottom: 90px !important; }
  @media (max-width: 991px) {
    .box-customsay {
      padding: 50px 0;
      margin-bottom: 50px !important; } }
  .box-customsay .ApColumn .block {
    margin-bottom: 0; }
    .box-customsay .ApColumn .block .title_block {
      margin: 0 0 50px; }
      @media (max-width: 991px) {
        .box-customsay .ApColumn .block .title_block {
          margin: 0 0 30px; } }
  .box-customsay .block-carousel-image-container.image {
    max-width: 660px;
    margin: auto;
    position: relative;
    padding-bottom: 180px;
    text-align: center; }
    @media (max-width: 991px) {
      .box-customsay .block-carousel-image-container.image {
        padding-bottom: 160px; } }
    .box-customsay .block-carousel-image-container.image .descript {
      font-size: 24px;
      color: #666;
      line-height: 1.7; }
      @media (max-width: 991px) {
        .box-customsay .block-carousel-image-container.image .descript {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .box-customsay .block-carousel-image-container.image .descript {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .box-customsay .block-carousel-image-container.image .descript {
          font-size: 16px; } }
    .box-customsay .block-carousel-image-container.image .title {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      color: #000;
      font-family: "Quattrocento", sans-serif;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .box-customsay .block-carousel-image-container.image > img {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.latest-blogs .block_content {
  margin: 30px 0 0; }
.latest-blogs .left-block {
  margin: 0; }
  .latest-blogs .left-block a.blog_img_link {
    display: block; }
.latest-blogs .right-block {
  position: relative;
  padding: 20px 0; }
.latest-blogs .blog-title {
  font-size: 18px;
  text-transform: none;
  margin: 0 0 15px;
  line-height: 1.5;
  font-weight: 400; }
  @media (max-width: 767px) {
    .latest-blogs .blog-title {
      font-size: 16px; } }
  .latest-blogs .blog-title a {
    color: #000;
    display: block; }
    .latest-blogs .blog-title a:hover {
      color: #ffac0d; }
.latest-blogs .blog-desc {
  color: #888;
  margin: 0 0 10px; }
.latest-blogs .blog-info {
  position: relative;
  padding: 0 120px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: "Quattrocento", sans-serif;
  font-weight: 400;
  line-height: 20px; }
  .rtl .latest-blogs .blog-info {
    padding: 0 0 0 120px; }
  .latest-blogs .blog-info > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0; }
    .rtl .latest-blogs .blog-info > span {
      margin: 0 0 0 10px; }
  .latest-blogs .blog-info a {
    color: #666; }
    .latest-blogs .blog-info a:hover {
      color: #ffac0d; }
  .latest-blogs .blog-info .readmore {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .latest-blogs .blog-info .readmore {
      left: 0;
      right: auto; }
.latest-blogs .blog-meta {
  margin: 0 0 10px;
  font-style: italic;
  font-size: 12px; }
  .latest-blogs .blog-meta > span {
    margin: 0 10px 0 0; }
    .rtl .latest-blogs .blog-meta > span {
      margin: 0 0 0 10px; }
.latest-blogs .owl-buttons div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }

.box-footer {
  color: #999;
  padding: 100px 0;
  position: relative; }
  .box-footer a {
    font-size: 15px;
    color: #999; }
    .box-footer a:hover {
      color: #fff; }
  @media (max-width: 991px) {
    .box-footer {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .box-footer .toggle-footer {
      display: block !important; } }
  .box-footer .ApColumn .block {
    margin-bottom: 0; }
    .box-footer .ApColumn .block.ApImage {
      text-align: center;
      margin: 0 0 30px; }
  .box-footer .title_block {
    font-size: 14px;
    color: #ffac0d;
    margin: 0 0 30px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .box-footer .title_block {
        margin: 0 0 20px; } }
  .box-footer .ApBlockLink ul:after {
    content: "";
    display: block;
    clear: both; }
  .box-footer .ApBlockLink li {
    width: 50%;
    float: left; }
    .rtl .box-footer .ApBlockLink li {
      float: right; }
    .box-footer .ApBlockLink li a {
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
      padding: 10px 0; }
  @media (min-width: 992px) {
    .box-footer .ApColumn:last-child {
      float: right; }
      .rtl .box-footer .ApColumn:last-child {
        float: left; }
      .box-footer .ApColumn:last-child .ApBlockLink {
        text-align: right; }
        .rtl .box-footer .ApColumn:last-child .ApBlockLink {
          text-align: left; }
        .box-footer .ApColumn:last-child .ApBlockLink .title_block {
          text-align: right; }
          .rtl .box-footer .ApColumn:last-child .ApBlockLink .title_block {
            text-align: left; }
    .box-footer .ApColumn:nth-child(2) {
      position: absolute;
      min-height: calc(100% + 70px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      bottom: 1px;
      background: #2d2d2d;
      padding: 50px 0 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-footer .ApColumn:nth-child(2) {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .box-footer .ApColumn:nth-child(2) {
      padding: 0 15px; } }

#footer_logo {
  text-align: center;
  margin: 0 0 30px; }
  #footer_logo img {
    margin: auto; }

.block_newsletter {
  padding: 0 20px; }
  .block_newsletter .title_block {
    display: none; }
  .block_newsletter .sub-letter {
    line-height: 1.9;
    margin: 0 0 20px; }
    @media (min-width: 481px) {
      .block_newsletter .sub-letter {
        padding: 0 25px; } }
  .block_newsletter .block_content {
    position: relative;
    margin: 0;
    padding: 0 0 90px; }
    @media (max-width: 991px) {
      .block_newsletter .block_content {
        padding: 0 0 60px; } }
    .block_newsletter .block_content:after {
      content: "";
      background: #363636;
      width: 1px;
      height: 70px;
      bottom: 10px;
      left: 50%;
      position: absolute; }
      @media (max-width: 991px) {
        .block_newsletter .block_content:after {
          height: 40px; } }
    .block_newsletter .block_content .btn {
      padding: 0;
      border: 0;
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      top: 0;
      right: 0;
      border-radius: 0;
      font-size: 14px;
      color: #fff;
      background: none;
      outline: none; }
      .rtl .block_newsletter .block_content .btn {
        left: 0;
        right: auto; }
      .block_newsletter .block_content .btn:hover {
        color: #ffac0d; }
    .block_newsletter .block_content .form-control {
      border-radius: 0;
      background: none;
      border: 1px solid #363636;
      color: #666;
      height: 50px;
      padding: 10px 50px 10px 15px;
      outline: none;
      box-shadow: none; }
      .rtl .block_newsletter .block_content .form-control {
        padding: 10px 15px 10px 50px; }
      .block_newsletter .block_content .form-control:focus, .block_newsletter .block_content .form-control:active {
        border-color: #555;
        color: #fff; }

#columns > .alert {
  width: 1170px;
  max-width: 90%;
  margin: 0 auto 20px; }

.block-social .social-title {
  padding: 0;
  font-size: 12px;
  color: #999;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  .block-social .social-title:after {
    display: none; }
.block-social .block_content {
  display: block !important; }
@media (max-width: 991px) {
  .block-social {
    margin-bottom: 30px; } }

.box-footerbottom {
  padding: 25px 0;
  text-align: center;
  color: #999; }
  .box-footerbottom .ApColumn .block {
    margin-bottom: 0;
    line-height: 20px;
    padding: 5px 0; }
  .box-footerbottom span,
  .box-footerbottom a {
    color: #ffac0d; }
  .box-footerbottom p {
    margin: 0; }
  @media (min-width: 768px) {
    .box-footerbottom .ApRawHtml:first-child {
      float: left; }
      .rtl .box-footerbottom .ApRawHtml:first-child {
        float: right; }
    .box-footerbottom .ApRawHtml:last-child {
      float: right; }
      .rtl .box-footerbottom .ApRawHtml:last-child {
        float: left; } }

.header-nav {
  border-bottom: 1px solid #e5e5e5; }

@media (max-width: 991px) {
  .sidebar {
    padding-top: 30px;
    padding-bottom: 10px; } }
.sidebar a {
  color: #888;
  transition: all .4s; }
  .sidebar a:hover {
    color: #000; }
.sidebar .ApColumn .block {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .sidebar .ApColumn .block {
      margin-bottom: 30px; } }
.sidebar .ApColumn .title_block {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 400;
  color: #000; }
  .rtl .sidebar .ApColumn .title_block {
    text-align: right; }
  @media (max-width: 991px) {
    .sidebar .ApColumn .title_block {
      font-size: 14px;
      margin-bottom: 10px; } }
.sidebar .title_block {
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px; }
  .rtl .sidebar .title_block {
    text-align: right; }
  .sidebar .title_block a {
    color: #000; }

.box-showblog .ApImage {
  line-height: 1.75;
  color: #888; }
  .box-showblog .ApImage img {
    border: 5px solid #e5e5e5;
    margin: 0 auto 20px; }

#categories_block_left li a,
.informations_block_left li a {
  display: inline-block;
  line-height: 20px;
  padding: 10px 0;
  color: #888;
  transition: all .4s; }
  #categories_block_left li a:hover,
  .informations_block_left li a:hover {
    color: #000; }

.tags_block a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  line-height: 20px; }
  .tags_block a:after {
    content: ","; }

.top-pagination-content {
  text-align: right; }
  .rtl .top-pagination-content {
    text-align: left; }

.product-count {
  font-size: 12px;
  color: #999; }

.pagination {
  border-radius: 0;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0; }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 2px !important;
    border: 1px solid #e5e5e5;
    margin: 0 3px; }
    .pagination li a {
      padding: 0;
      height: 38px;
      line-height: 38px;
      display: block;
      font-size: 14px;
      border: 0;
      margin: 0;
      float: none;
      background: none;
      border-radius: 0 !important; }
      .pagination li a:hover {
        background: #ffac0d;
        color: #000; }
    .pagination li b {
      display: none; }
    .pagination li span {
      display: block;
      padding: 0;
      border: 0;
      float: none;
      line-height: 38px;
      height: 38px;
      background: none; }
    .pagination li i {
      display: inline-block;
      font-family: "FontAwesome";
      font-style: normal; }
      .pagination li i.material-icons {
        font-family: "Material Icons"; }
      .pagination li i.icon-chevron-right:before {
        content: "\f105"; }
      .pagination li i.icon-chevron-left:before {
        content: "\f104"; }
    .pagination li.active, .pagination li:hover {
      border-color: #ffac0d; }
      .pagination li.active span,
      .pagination li.active a, .pagination li:hover span,
      .pagination li:hover a {
        background: #ffac0d; }
    .pagination li.pagination_previous i {
      vertical-align: 0px; }
      .pagination li.pagination_previous i:before {
        content: "\f104"; }
    .pagination li.pagination_next i {
      vertical-align: 0px; }
      .pagination li.pagination_next i:before {
        content: "\f105"; }

.blog-detail .blog-title {
  margin: 10px 0 30px; }
  @media (max-width: 991px) {
    .blog-detail .blog-title {
      font-size: 24px; } }
.blog-detail .blog-meta {
  margin: 0 0 20px;
  color: #999;
  font-size: 13px; }
  .blog-detail .blog-meta a {
    color: #999; }
    .blog-detail .blog-meta a:hover {
      color: #000; }
  .blog-detail .blog-meta > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 5px 0; }
    .rtl .blog-detail .blog-meta > span {
      margin: 0 0 5px 10px; }
.blog-detail .blog-image {
  margin: 0 0 20px; }
.blog-detail .blog-description {
  line-height: 2;
  margin: 0 0 30px; }

.social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 10px;
  border: 2px dashed #e5e5e5;
  background: #fffbfb;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px; }
  @media (max-width: 480px) {
    .social-wrap {
      display: block;
      padding: 15px 30px; }
      .social-wrap > div {
        padding: 10px 0; } }

.blog-tags {
  margin-bottom: 20px; }
  .blog-tags > span {
    text-transform: uppercase;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    color: #666; }
    .rtl .blog-tags > span {
      margin: 0 0 0 10px; }
  .blog-tags > a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0 2px 2px 0;
    background: #eee;
    color: #666;
    border-radius: 20px;
    font-size: 12px;
    text-transform: capitalize;
    transition: all .4s; }
    .blog-tags > a:hover {
      background: #333;
      color: #fff; }

.extra-blogs h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 20px 0; }
.extra-blogs ul {
  list-style: inherit;
  padding: 0 0 0 15px;
  color: #888; }
  .rtl .extra-blogs ul {
    padding: 0 15px 0 0; }
  .extra-blogs ul li {
    list-style: inherit; }
    .extra-blogs ul li a {
      display: block;
      color: #888;
      padding: 5px 0; }
      .extra-blogs ul li a:hover {
        color: #000; }

.blog-comment-block {
  padding: 30px 0;
  margin-top: 30px; }
  .blog-comment-block h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0;
    margin-top: 50px;
    border-top: 3px dashed #eee;
    position: relative;
    white-space: nowrap; }
    @media (max-width: 991px) {
      .blog-comment-block h3 {
        font-size: 15px; } }
    @media (max-width: 480px) {
      .blog-comment-block h3 {
        font-size: 14px; } }
    .blog-comment-block h3 span {
      position: absolute;
      top: -23px;
      left: 50%;
      background: #eee;
      color: #000;
      padding: 0 20px;
      line-height: 40px;
      transform: translateX(-50%);
      border-radius: 20px; }

@media (min-width: 992px) {
  #comment-form {
    padding: 0 10%; } }
#comment-form .col-lg-9 {
  width: 100%; }
#comment-form .form-group {
  position: relative; }
  #comment-form .form-group .control-label {
    position: absolute;
    width: auto;
    padding: 0 10px;
    text-align: center;
    z-index: 2;
    background: #333;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 30px;
    top: 5px;
    border-radius: 3px;
    letter-spacing: 2px;
    right: 100%;
    margin: 0 10px 0 0;
    transition: all .4s;
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap; }
    .rtl #comment-form .form-group .control-label {
      left: 100%;
      right: auto; }
    .rtl #comment-form .form-group .control-label {
      margin: 0 0 0 10px; }
    @media (max-width: 991px) {
      #comment-form .form-group .control-label {
        display: none; } }
    #comment-form .form-group .control-label:before {
      content: "";
      border: 5px solid transparent;
      border-left: 5px solid #333;
      left: 100%;
      position: absolute;
      top: 10px; }
      .rtl #comment-form .form-group .control-label:before {
        border-right: 5px solid #333;
        border-left: inherit; }
      .rtl #comment-form .form-group .control-label:before {
        right: 100%;
        left: auto; }
  #comment-form .form-group:hover .control-label, #comment-form .form-group:active .control-label {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; }
#comment-form .ipts-captcha input {
  height: 35px;
  padding: 5px 15px; }
#comment-form .col-lg-offset-3 {
  margin: 0;
  text-align: center; }

#blog-category {
  padding: 0; }
  #blog-category .top-pagination-content {
    text-align: center; }
  #blog-category .panel-default {
    box-shadow: none;
    padding: 0;
    border: 0; }
  #blog-category .panel-body {
    padding: 20px 0; }

@media (min-width: 992px) {
  .box-nav.box-h2 {
    padding: 25px 0; } }

@media (min-width: 992px) {
  .box-htop.box-h2 {
    padding: 0; }
    .box-htop.box-h2 .header-logo a {
      top: auto;
      bottom: 0; } }
@media (min-width: 768px) {
  .box-htop.box-h2 .megamenu {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .box-htop.box-h2 .megamenu > li:nth-child(4) {
      margin: 0 !important; } }
.box-htop.box-h2 #leo-megamenu .navbar-nav > li > a:before {
  margin-top: -10px; }
.box-htop.box-h2 #leo-megamenu .navbar-nav > li > a:active:before {
  transform: translateY(-5px); }

.box-spa {
  padding: 100px 0 60px; }
  @media (max-width: 991px) {
    .box-spa {
      padding: 20px 0 10px; } }
  .box-spa .block-carousel-image-container {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    color: #888; }
    .box-spa .block-carousel-image-container img {
      margin: 0 0 50px;
      transition: all .6s ease-in-out; }
    .box-spa .block-carousel-image-container:hover img {
      transform: scale3d(1.05, 1.05, 1.05); }
    .box-spa .block-carousel-image-container .btn {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      color: #ffac0d;
      height: 50px;
      line-height: 50px;
      padding: 0 35px;
      border-radius: 2px;
      border: 0;
      font-size: 13px;
      margin: 10px 0 0; }
      .box-spa .block-carousel-image-container .btn:hover {
        background: #ffac0d;
        color: #fff; }

.box-direct .ApImage {
  margin: 0;
  min-height: 230px;
  text-align: center;
  padding: 50px 0 10px; }
  .box-direct .ApImage img {
    margin: 0 0 15px;
    transition: all .6s ease-in-out; }
  .box-direct .ApImage h4 {
    font-size: 13px;
    color: #a3b9e6;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .box-direct .ApImage h3 {
    font-size: 34px;
    color: #ffac0d; }
  .box-direct .ApImage:hover img {
    transform: rotate(360deg); }

.box-panorama .video {
  display: none; }
.box-panorama .ApRawHtml {
  padding: 210px 0;
  margin: 0;
  text-align: center;
  color: #fff; }
  .box-panorama .ApRawHtml h4 {
    font-size: 16px;
    margin: 0 0 35px;
    color: #fff; }
  .box-panorama .ApRawHtml .show-video {
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #ffac0d;
    display: inline-block;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 1s;
    outline: 0;
    box-shadow: none; }
    .box-panorama .ApRawHtml .show-video i {
      margin: 0 0 0 8px; }
    .box-panorama .ApRawHtml .show-video:active {
      transform: translateY(-10px); }
    .box-panorama .ApRawHtml .show-video:hover {
      background: #ffac0d;
      color: #fff; }
  .box-panorama .ApRawHtml h3 {
    font-size: 40px;
    font-weight: normal;
    font-family: "Quattrocento", sans-serif;
    color: #fff;
    text-transform: none;
    margin: 0; }

.box-status .list-stt {
  padding: 100px 0 70px; }
  @media (max-width: 991px) {
    .box-status .list-stt {
      padding: 50px 0 20px; } }
  @media (max-width: 480px) {
    .box-status .list-stt {
      padding: 50px 0 5px; } }
  .box-status .list-stt:after {
    content: "";
    display: block;
    clear: both; }
  .box-status .list-stt li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins";
    color: #222; }
    .rtl .box-status .list-stt li {
      float: right; }
    @media (max-width: 991px) {
      .box-status .list-stt li {
        font-size: 13px; } }
    @media (max-width: 480px) {
      .box-status .list-stt li {
        width: 50%;
        margin: 0 0 25px; }
        .box-status .list-stt li:nth-child(2n+1) {
          clear: both; } }
    .box-status .list-stt li p {
      margin: 0; }
    .box-status .list-stt li h4 {
      font-family: "Quattrocento", sans-serif;
      color: #ffac0d;
      padding: 0 0 15px;
      margin: 0 0 10px;
      font-size: 44px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAAFCAYAAABciCKVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEE2QTc2QzZDODRCMTFFN0JGMjhBNkU5QzQwODU0REQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEE2QTc2QzdDODRCMTFFN0JGMjhBNkU5QzQwODU0REQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTZBNzZDNEM4NEIxMUU3QkYyOEE2RTlDNDA4NTRERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTZBNzZDNUM4NEIxMUU3QkYyOEE2RTlDNDA4NTRERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph3XP3oAAAPhSURBVHjajFVtaBxlEJ559y5XKooGQ0FoKdGiNZVYid7uxty5ezkqCgVFsJbWqkmxURErijXe3SaNX1Vr/ajaYlusKVr9ofjDxnq5j+TM7aYNhaAFsRarolgKpRpNk1z2HecOTGLcurfw3r773rOzz8w8M4Nwgau7aKwEIeosNfMlVHFtdQxDkJhMaJmiH/YFR79kGhY2E+LJVDj9nR++uxi5BkBZKi8aK3Q3jvzly8U22LYStNT+vB/2TgJsPNIaB8TT1k3pUT+8VYguUQKBBkD3WErNn/bDPztsNLkkLuU49kOVF84/6CoaVyFiL/8RIoIzjIgjys1M4HXPgDmxu4HobQQcJYQQENaBcNuscK7ghe9xYi8SQAeRHOJ3ruT9t1O0YM1z+qHz87HPO1o5eR8SUT0/nuLVwpR3WFom6cllOGqiVPawzV/5sQRADezHppSW+8RbSOYTbO8lkpRGQYvYjzGk0LqkfvhHb1+NXvYvQiCPCxA3cJw+TaqZDk/bQ/EVJOR+tikR4RxzigDBo5ae3X0BIW1gfeyUyoJl/0pKt20+xR9qF+iuT4TzzoyS7NYdKNzrhVTaEnr/yUryCi2XYSD4TnkfpNBDnXrf2YoynMgyKYN7CWnE0rKPzyrmFlWS0ssB3sPn22a/aazm5BwkoA5Ly+2fw6WdyW1nUdyTUrOH5lRkAgnXgpD3JsP5kfLZfR+vVuoXj7/GIrpWUUrtifDADxUbg7fXYXByF4E7HsSJhztV+4+KML4yrnYV3CcIiik9++SMIJ3WmwXJAxyDNznY22eFat4hEA7yeRufH5iTpE3MpQeR1ibVXHoGbxsW+3QXwvSGlDZ4rHy27fitNRNjU2+wT0uFAhsTN2Z/rnAZNhaRK3aDwHOB86FHOo3P/8StdowVTWWyzbx2pbTsFu9MxqPs3F7e/sZqmUQBK8uK57L8yBtvbubbqxzUwwCijpMxxaJZ36XnvvdUoR17j3mYvP2aV6MA6Etq2Y2eLcSJL1ekfJ8TWS71s/wTY/uPWXpup3dFxNbx7S3GHGXVLmTetULCA0k9W/TmYrzCQb2fW5pDhKxc+U3NxTVrtqz4Ymo+NjUSuTxQqvmAuV/BFfQTvxdFFC8n1f4uTy5FcxXbfZepn2Lhusx/OVfUg1Y4/9lM+yr3axSBegqEhqymvt+rmB3cr2XICg9kq+mPPcXYKsLSmX8U87/994i5WEq4jrmOJrWBX/zx3K+lUsuzo7q5V4xx8sS41Zy2feeefVttCSdUBadPPBMePOE7945GG8R0cEkgODnwdFNh3JfLsNkiJSpdWuY/c+9vAQYA01anwDrPNEcAAAAASUVORK5CYII=") center bottom no-repeat;
      font-weight: bold; }
      @media (max-width: 991px) {
        .box-status .list-stt li h4 {
          font-size: 32px; } }

.box-bnh2 .ApImage {
  position: relative;
  overflow: hidden; }
  .box-bnh2 .ApImage:hover img {
    transform: scale3d(1.2, 1.2, 1.2); }
  .box-bnh2 .ApImage img {
    transition: all 2s; }
  .box-bnh2 .ApImage .image_description {
    position: absolute;
    top: 25%;
    left: 10%; }
    .rtl .box-bnh2 .ApImage .image_description {
      right: 10%;
      left: auto; }
    .box-bnh2 .ApImage .image_description h4 {
      font-size: 16px;
      color: #fff;
      margin: 0 0 10px; }
    .box-bnh2 .ApImage .image_description h3 {
      font-size: 30px;
      font-family: "Quattrocento", sans-serif;
      text-transform: none;
      color: #ffac0d;
      font-weight: bold; }

.box-customsay.box-h2 {
  border: 1px solid #e5e5e5;
  margin: 70px 0 100px !important; }
  @media (max-width: 991px) {
    .box-customsay.box-h2 {
      margin: 40px 0 40px !important; } }
  .box-customsay.box-h2 .block-carousel-image-container.image .descript {
    font-size: 17px; }

.box-blog.box-h2 {
  padding: 90px 0 60px; }
  @media (max-width: 991px) {
    .box-blog.box-h2 {
      padding: 40px 0 20px; } }

.box-footer2 {
  color: #999;
  padding: 100px 0;
  position: relative; }
  .box-footer2 .ApColumn:nth-child(2) .ApBlockLink li {
    width: 50%;
    float: left; }
    .rtl .box-footer2 .ApColumn:nth-child(2) .ApBlockLink li {
      float: right; }
  @media (max-width: 991px) {
    .box-footer2 {
      padding: 50px 0 10px; } }
  .box-footer2 a {
    font-size: 15px;
    color: #999; }
    .box-footer2 a:hover {
      color: #fff; }
  .box-footer2 .title_block {
    font-size: 14px;
    color: #ffac0d;
    margin: 0 0 30px;
    text-transform: uppercase; }
  .box-footer2 .ApBlockLink li a {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 10px 0; }
  @media (min-width: 992px) {
    .box-footer2 .toggle-footer {
      display: block !important; } }
  .box-footer2 .block_newsletter {
    padding: 0; }
    .box-footer2 .block_newsletter .title_block {
      display: block; }
    .box-footer2 .block_newsletter .sub-letter {
      padding: 0; }
    .box-footer2 .block_newsletter .block_content {
      padding: 0; }
      .box-footer2 .block_newsletter .block_content:after {
        display: none; }

.block-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  .block-social ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    backface-visibility: hidden;
    border-radius: 50%; }
    .block-social ul li:hover {
      background: #fff; }
    .block-social ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      line-height: 40px; }
    .block-social ul li.facebook:before {
      color: #428bca; }
    .block-social ul li.twitter:before {
      color: #5bc0de; }
    .block-social ul li.rss:before {
      color: #d9534f; }
    .block-social ul li.youtube:before {
      color: #428bca; }
    .block-social ul li.google-plus:before {
      color: #5cb85c; }
    .block-social ul li.instagram:before {
      color: #5cb85c; }
    .block-social ul li.pinterest:before {
      color: #ff7faa; }
    .block-social ul li a {
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 38px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 1;
      overflow: hidden;
      opacity: 0; }

#footer .box-footer2 .block_newsletter form input[type="text"] {
  background: none;
  border-color: #2c2c2c; }
  #footer .box-footer2 .block_newsletter form input[type="text"]:focus {
    border-color: #444; }

.box-footerbottom2 {
  padding: 20px 0;
  text-align: center;
  color: #999; }
  .box-footerbottom2 .ApColumn .block {
    margin-bottom: 0; }
  .box-footerbottom2 .ApColumn .ApRawHtml {
    margin-bottom: 0;
    line-height: 20px;
    padding: 10px 0; }
  .box-footerbottom2 .block-social ul li a {
    vertical-align: top; }
  .box-footerbottom2 span,
  .box-footerbottom2 a {
    color: #ffac0d; }
  .box-footerbottom2 p {
    margin: 0; }
  @media (min-width: 768px) {
    .box-footerbottom2 .ApRawHtml {
      float: left; }
      .rtl .box-footerbottom2 .ApRawHtml {
        float: right; }
    .box-footerbottom2 .block-social {
      float: right; }
      .rtl .box-footerbottom2 .block-social {
        float: left; } }
  .box-footerbottom2 .block-social {
    margin: 0;
    padding: 0; }
    .box-footerbottom2 .block-social .social-title {
      display: none; }

.box-manufacture.box-h2 {
  background: no-repeat;
  padding: 60px 0 30px; }
  @media (max-width: 991px) {
    .box-manufacture.box-h2 {
      padding-bottom: 10px; } }

@media (min-width: 992px) {
  .col-slidebar {
    background: #303030;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    z-index: 99;
    backface-visibility: hidden;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
    .rtl .col-slidebar {
      left: 0;
      right: auto; }
    .col-slidebar .navbar-nav {
      float: none; }
    .col-slidebar .ApMegamenu {
      margin-top: 50px; }
    .col-slidebar .megamenu {
      position: relative; }
      .col-slidebar .megamenu > li {
        padding: 0;
        float: none;
        display: block; }
        .col-slidebar .megamenu > li > a {
          color: #f1ebda;
          letter-spacing: 1px;
          text-align: center;
          padding: 20px 10px; }
          .col-slidebar .megamenu > li > a:hover {
            color: #fff; }
      .col-slidebar .megamenu .dropdown-menu {
        left: auto;
        right: 100%;
        top: 0; }
        .rtl .col-slidebar .megamenu .dropdown-menu {
          left: 100%;
          right: auto; }
      .col-slidebar .megamenu > li.aligned-fullwidth > .dropdown-sub {
        width: 50vw !important;
        top: 0;
        left: auto;
        right: 100%; }
        .rtl .col-slidebar .megamenu > li.aligned-fullwidth > .dropdown-sub {
          left: 100%;
          right: auto; }
    .col-slidebar > .popup-over {
      float: none !important;
      border-top: 1px dashed #666; }
      .col-slidebar > .popup-over .popup-title {
        display: none; }
      .col-slidebar > .popup-over .popup-content {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        position: static;
        padding: 0;
        background: none;
        min-width: 0;
        box-shadow: none;
        font-size: 10px;
        text-transform: uppercase;
        transform: translateY(0px);
        float: none;
        text-align: center; }
        .col-slidebar > .popup-over .popup-content li {
          display: inline-block;
          vertical-align: top;
          padding: 0;
          margin: 5px 10px 5px 0; }
          .rtl .col-slidebar > .popup-over .popup-content li {
            margin: 5px 0 5px 10px; }
          .col-slidebar > .popup-over .popup-content li:last-child {
            margin: 5px 0; }
          .col-slidebar > .popup-over .popup-content li a {
            padding: 10px 0;
            font-size: 12px;
            color: #888;
            text-transform: capitalize;
            font-family: "Poppins"; }
            .col-slidebar > .popup-over .popup-content li a:hover {
              color: #fff;
              text-decoration: none; }
        .col-slidebar > .popup-over .popup-content.language-selector li.current span {
          font-size: 0;
          padding: 10px 0; }
          .col-slidebar > .popup-over .popup-content.language-selector li.current span img {
            border-bottom-color: #ffac0d; }
        .col-slidebar > .popup-over .popup-content.language-selector li {
          margin: 5px 8px 5px 0; }
          .rtl .col-slidebar > .popup-over .popup-content.language-selector li {
            margin: 5px 0 5px 8px; }
          .col-slidebar > .popup-over .popup-content.language-selector li:last-child {
            margin: 5px 0; }
          .col-slidebar > .popup-over .popup-content.language-selector li img {
            margin: 0;
            border-bottom: 1px solid transparent;
            padding-bottom: 5px;
            height: auto; }
          .col-slidebar > .popup-over .popup-content.language-selector li:hover img {
            border-bottom-color: #ffac0d; }
          .col-slidebar > .popup-over .popup-content.language-selector li a {
            font-size: 0; }
    .col-slidebar .header_user_info {
      float: none !important; }
      .col-slidebar .header_user_info a {
        text-align: center;
        padding: 10px 0;
        font-size: 12px; }
        .col-slidebar .header_user_info a:hover {
          color: #fff; }
    .col-slidebar .block-languages {
      margin-bottom: 50px; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .col-slidebar .megamenu > li.aligned-fullwidth > .dropdown-sub {
    width: 75vw !important; } }
@media (min-width: 992px) {
  .rtl .col-slidebar {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

  body.showmenu .book-wapper .btn-showmenu:before {
    opacity: 1;
    visibility: visible; }
  body.showmenu .col-slidebar {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    overflow: visible; } }
/*end min 992*/
.box-header3 .header-logo {
  float: left;
  height: 80px;
  line-height: 80px; }
  .rtl .box-header3 .header-logo {
    float: right; }
  .box-header3 .header-logo img {
    max-height: 80px; }
.box-header3 .ApRawHtml {
  float: right;
  margin: 0; }
  .rtl .box-header3 .ApRawHtml {
    float: left; }
.box-header3 .book-wapper .btn-booknow {
  display: none; }
@media (max-width: 991px) {
  .box-header3 .col-slidebar .popup-over {
    float: right; }
    .rtl .box-header3 .col-slidebar .popup-over {
      float: left; }
    .box-header3 .col-slidebar .popup-over a.popup-title {
      height: 45px;
      line-height: 45px;
      margin: 15px 0; }
  .box-header3 .col-slidebar .ApMegamenu {
    float: left; }
    .rtl .box-header3 .col-slidebar .ApMegamenu {
      float: right; } }

.book-wapper {
  white-space: nowrap; }
  .book-wapper:after {
    content: "";
    display: block;
    clear: both; }
  .book-wapper .btn-booknow {
    background: #ffac0d;
    display: block;
    height: 80px;
    padding: 25px 24px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    font-family: "Poppins";
    cursor: pointer;
    float: left; }
    .rtl .book-wapper .btn-booknow {
      float: right; }
    .book-wapper .btn-booknow i {
      width: 30px;
      height: 30px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjgwQUJFRTJDOTFBMTFFNzhBM0RENDcwQUE2ODcwOEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjgwQUJFRTNDOTFBMTFFNzhBM0RENDcwQUE2ODcwOEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyODBBQkVFMEM5MUExMUU3OEEzREQ0NzBBQTY4NzA4RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyODBBQkVFMUM5MUExMUU3OEEzREQ0NzBBQTY4NzA4RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvWPmhwAAAD8SURBVHja7FbRDYMgFKSmC+AIdgQ7go7QFegIdoR2hHYFV+gIdoQ6go5AeeY0xgChFukPl5x8cHLvwSMPJqVkjiw8aQZ+Y0qoLJoKGifzhLmBL8a1mgm7IW3GckWB0QSaaxV7i3Gm+LKsQXMPGkfjN34KAQr+QMYUaYdobgYxBXVVrEEdTuAFi+tQYedSOmiOomgsxZBhXlg0AprMomngxV2NfXEyTtifEI2jcTSOxqux97yerhf3WxsXiveFEXW1UtejE8/ZUss8ztia+nwsrl+R46Uy3/7Ni6s2PO6eITKu1241D3XG4/O2C2hKZ56OGZe4/CFwps9HgAEAdI+eiRI/vOwAAAAASUVORK5CYII=") center no-repeat;
      display: inline-block;
      vertical-align: middle;
      transition: all .25s; }
    .book-wapper .btn-booknow span {
      display: inline-block;
      margin: 0 0 0 10px;
      padding: 0 0 0 12px;
      border-left: 1px solid #dd9203;
      height: 30px;
      line-height: 30px; }
      .rtl .book-wapper .btn-booknow span {
        margin: 0 10px 0 0; }
      .rtl .book-wapper .btn-booknow span {
        padding: 0 12px 0 0; }
      .rtl .book-wapper .btn-booknow span {
        border-right: 1px solid #dd9203;
        border-left: inherit; }
    .book-wapper .btn-booknow:hover {
      color: #fff;
      background: #000;
      border-color: #fff; }
      .book-wapper .btn-booknow:hover i {
        transform: rotate(-360deg); }
  .book-wapper .btn-showmenu {
    background: #000;
    border: 0;
    box-shadow: none;
    outline: 0;
    float: left;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 0;
    position: relative;
    padding: 0;
    cursor: pointer; }
    .rtl .book-wapper .btn-showmenu {
      float: right; }
    @media (max-width: 991px) {
      .book-wapper .btn-showmenu {
        display: none; } }
    .book-wapper .btn-showmenu:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.9);
      z-index: 9;
      transition: all .4s;
      opacity: 0;
      visibility: hidden; }
    .book-wapper .btn-showmenu span {
      width: 30px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin: auto; }
      .book-wapper .btn-showmenu span:nth-child(1) {
        margin-top: -10px; }
      .book-wapper .btn-showmenu span:nth-child(3) {
        margin-top: 10px; }
    .book-wapper .btn-showmenu:hover span {
      background: #ffac0d; }

@media (max-width: 991px) {
  .col-slidebar {
    padding: 20px 15px; }
    .col-slidebar .navbar-header .navbar-toggle {
      margin: 5px 0 0;
      border-radius: 0; }
    .col-slidebar .popup-over {
      margin: 0 15px 0 0; }
      .rtl .col-slidebar .popup-over {
        margin: 0 0 0 15px; }
      .col-slidebar .popup-over.block-languages .popup-title a {
        padding: 15px 10px; } }
@media (min-width: 768px) {
  .box-hotelinfo {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.box-hotelinfo .ApColumn {
  padding: 120px 6%; }
  @media (min-width: 481px) {
    .box-hotelinfo .ApColumn {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 1199px) {
    .box-hotelinfo .ApColumn {
      padding: 100px 30px; } }
  @media (max-width: 991px) {
    .box-hotelinfo .ApColumn {
      padding: 100px 10px; } }
  @media (max-width: 767px) {
    .box-hotelinfo .ApColumn {
      padding: 60px 30px; } }
  @media (max-width: 480px) {
    .box-hotelinfo .ApColumn {
      text-align: center;
      padding: 50px 30px 20px; } }
  @media (min-width: 481px) {
    .box-hotelinfo .ApColumn:first-child {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  @media (min-width: 768px) {
    .box-hotelinfo .ApColumn:first-child {
      border-right: 1px solid #f2f2f2; }
      .rtl .box-hotelinfo .ApColumn:first-child {
        border-left: 1px solid #f2f2f2;
        border-right: inherit; } }
  @media (max-width: 767px) {
    .box-hotelinfo .ApColumn:first-child {
      border-bottom: 1px solid #f2f2f2; } }
  @media (min-width: 481px) {
    .box-hotelinfo .ApColumn .block {
      margin-bottom: 0; } }
  .box-hotelinfo .ApColumn .block img {
    padding: 0 5px; }
  .box-hotelinfo .ApColumn .ApRawHtml {
    color: #888;
    line-height: 1.75;
    width: 100%; }
  .box-hotelinfo .ApColumn .ApImage .title_block {
    font-size: 14px;
    text-transform: uppercase; }
    @media (min-width: 481px) {
      .box-hotelinfo .ApColumn .ApImage .title_block {
        text-align: right; }
        .rtl .box-hotelinfo .ApColumn .ApImage .title_block {
          text-align: left; } }
    @media (max-width: 480px) {
      .box-hotelinfo .ApColumn .ApImage .title_block {
        margin-top: 40px; } }

.box-spalist .ApColumn .block {
  margin-bottom: 0; }
.box-spalist .ApImage {
  font-size: 32px;
  margin: 0 0 10px;
  color: #fff;
  overflow: hidden; }
  .box-spalist .ApImage img {
    transition: all 4s; }
  .box-spalist .ApImage .image_description {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 8%;
    font-size: 16px;
    line-height: 2;
    width: 100%;
    max-width: 390px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .rtl .box-spalist .ApImage .image_description {
      right: 0;
      left: auto; }
    @media (min-width: 481px) and (max-width: 991px) {
      .box-spalist .ApImage .image_description {
        padding: 30px 15px; } }
    .box-spalist .ApImage .image_description p {
      margin: 0;
      transition: all .4s; }
      @media (min-width: 992px) {
        .box-spalist .ApImage .image_description p {
          transform: translateY(100%);
          opacity: 0;
          visibility: hidden; } }
      @media (min-width: 481px) and (max-width: 991px) {
        .box-spalist .ApImage .image_description p {
          display: none; } }
    .box-spalist .ApImage .image_description h4 {
      font-size: 32px;
      margin: 0 0 20px;
      color: #fff;
      text-transform: capitalize;
      font-family: "Quattrocento", sans-serif;
      transition: all .4s; }
      @media (min-width: 992px) {
        .box-spalist .ApImage .image_description h4 {
          transform: translateY(90px); } }
      @media (min-width: 481px) and (max-width: 991px) {
        .box-spalist .ApImage .image_description h4 {
          transform: translateY(0px);
          font-size: 24px;
          margin: 0; } }
    .box-spalist .ApImage .image_description h5 {
      font-size: 12px;
      margin: 0 0 20px;
      color: #fff;
      transition: all .4s; }
      @media (min-width: 992px) {
        .box-spalist .ApImage .image_description h5 {
          transform: translateY(90px); } }
      @media (min-width: 481px) and (max-width: 991px) {
        .box-spalist .ApImage .image_description h5 {
          transform: translateY(0px); } }
  @media (min-width: 992px) {
    .box-spalist .ApImage:hover img {
      transform: scale3d(1.1, 1.1, 1.1); } }
  .box-spalist .ApImage:hover .image_description p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .box-spalist .ApImage:hover .image_description h4, .box-spalist .ApImage:hover .image_description h5 {
    transform: translateY(0); }

.box-night {
  padding: 100px 0 40px; }
  @media (max-width: 991px) {
    .box-night {
      padding: 50px 0 10px; } }
  @media (min-width: 992px) {
    .box-night .ApColumn .block {
      margin-bottom: 0; } }
  .box-night .ApImage:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 481px) {
    .box-night .ApImage img {
      max-width: 50%;
      float: left; }
      .rtl .box-night .ApImage img {
        float: right; } }
  .box-night .ApImage .image_description {
    padding: 70px 0 0 7%;
    font-size: 16px;
    line-height: 2;
    color: #888; }
    @media (min-width: 481px) {
      .box-night .ApImage .image_description {
        width: 50%;
        float: left; }
        .rtl .box-night .ApImage .image_description {
          float: right; } }
    .rtl .box-night .ApImage .image_description {
      padding: 70px 7% 0 0; }
    @media (max-width: 480px) {
      .box-night .ApImage .image_description {
        padding: 15px !important; } }
    @media (max-width: 1199px) {
      .box-night .ApImage .image_description {
        padding: 40px 0 0 5%; }
        .rtl .box-night .ApImage .image_description {
          padding: 40px 5% 0 0; } }
    @media (max-width: 991px) {
      .box-night .ApImage .image_description {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .box-night .ApImage .image_description {
        padding-top: 20px; } }
    .box-night .ApImage .image_description h4 {
      font-size: 36px;
      margin: 0 0 30px;
      text-transform: capitalize;
      font-weight: 300; }
      @media (max-width: 991px) {
        .box-night .ApImage .image_description h4 {
          font-size: 26px; } }
    .box-night .ApImage .image_description a.btn {
      padding: 15px 50px;
      border: 0;
      background: #ffac0d;
      color: #fff;
      margin: 30px 0 0;
      border-radius: 2px; }
      .box-night .ApImage .image_description a.btn:hover {
        background: #000;
        color: #fff; }
  @media (min-width: 481px) {
    .box-night .ApImage:nth-child(even) img {
      float: right; }
      .rtl .box-night .ApImage:nth-child(even) img {
        float: left; }
    .box-night .ApImage:nth-child(even) .image_description {
      padding: 70px 7% 0 0; }
      .rtl .box-night .ApImage:nth-child(even) .image_description {
        padding: 70px 0 0 7%; } }
  @media (min-width: 481px) and (max-width: 1199px) {
    .box-night .ApImage:nth-child(even) .image_description {
      padding-top: 40px; } }
  @media (min-width: 481px) and (max-width: 991px) {
    .box-night .ApImage:nth-child(even) .image_description {
      padding-top: 30px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .box-night .ApImage:nth-child(even) .image_description {
      padding-top: 20px; } }

.box-ftoph3 {
  padding: 90px 30px 80px; }
  @media (max-width: 991px) {
    .box-ftoph3 {
      padding: 60px 0px 50px; } }
  .box-ftoph3 .block_newsletter {
    max-width: 590px;
    margin: auto;
    color: #999;
    text-align: center; }
    .box-ftoph3 .block_newsletter .title_block {
      display: block;
      color: #ffac0d;
      font-size: 14px;
      text-align: center !important; }
    .box-ftoph3 .block_newsletter .form-group {
      padding: 0; }
      .box-ftoph3 .block_newsletter .form-group .newsletter-input {
        background: none !important;
        border-color: #383838 !important; }
        .box-ftoph3 .block_newsletter .form-group .newsletter-input:focus {
          border-color: #666 !important; }
      .box-ftoph3 .block_newsletter .form-group:after {
        display: none; }
  .box-ftoph3 .block-social {
    max-width: 420px;
    margin: auto;
    padding-top: 20px; }
    .box-ftoph3 .block-social .title_block {
      display: none; }

.box-footerh3 {
  color: #999; }
  .box-footerh3 .gmap {
    min-height: 320px !important; }
  .box-footerh3 .gmap-content {
    vertical-align: top; }
  .box-footerh3 .col-map .block {
    margin: 0; }
  @media (min-width: 768px) {
    .box-footerh3 .col-link {
      padding: 140px 5% !important;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      .box-footerh3 .col-link .ApBlockLink {
        width: 33.33%;
        padding: 0 30px 0 0; }
        .rtl .box-footerh3 .col-link .ApBlockLink {
          padding: 0 0 0 30px; } }
  @media (min-width: 992px) {
    .box-footerh3 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 400px; }
      .box-footerh3 .ApColumn .block {
        margin-bottom: 0; }
      .box-footerh3 .col-map .gmap-cover,
      .box-footerh3 .col-map .gmap-content,
      .box-footerh3 .col-map .gmap,
      .box-footerh3 .col-map .gmap > div,
      .box-footerh3 .col-map .gm-err-container {
        height: 100%; }
      .box-footerh3 .gm-err-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        text-align: center; } }
  @media (max-width: 991px) {
    .box-footerh3 .col-link {
      padding: 60px 15px 30px !important; } }
  .box-footerh3 a {
    color: #999; }
    .box-footerh3 a:hover {
      color: #fff; }
  .box-footerh3 h4.title_block {
    font-size: 14px;
    color: #ffac0d;
    margin: 0 0 20px; }
  .box-footerh3 .ApBlockLink li a {
    display: block;
    padding: 10px 0;
    line-height: 20px; }

@media (min-width: 992px) {
  .box-header4 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .box-header4 .navbar-collapse {
      padding: 0; } }
.box-header4 .ApColumn .block {
  margin-bottom: 0; }
.box-header4 .col-menu {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .box-header4 .col-menu {
      padding-bottom: 15px; } }
.box-header4 .site-contact {
  float: left; }
  .rtl .box-header4 .site-contact {
    float: right; }
.box-header4 .book-wapper {
  float: right;
  margin: 0 0 0 15px; }
  .rtl .box-header4 .book-wapper {
    float: left; }
  .rtl .box-header4 .book-wapper {
    margin: 0 15px 0 0; }
  .box-header4 .book-wapper .btn-booknow {
    height: 40px;
    padding: 10px 10px; }
    .box-header4 .book-wapper .btn-booknow i {
      width: 20px;
      height: 20px;
      background-size: contain; }
    .box-header4 .book-wapper .btn-booknow span {
      margin: 0 0 0 10px;
      height: 20px;
      line-height: 20px; }
      .rtl .box-header4 .book-wapper .btn-booknow span {
        margin: 0 10px 0 0; }
      @media (max-width: 480px) {
        .box-header4 .book-wapper .btn-booknow span {
          display: none; } }
.box-header4 .popup-over .popup-title a {
  padding: 10px 15px; }
.box-header4 .popup-over.block-languages .popup-title a {
  padding: 10px 15px; }
.box-header4 #leo-megamenu {
  clear: both;
  position: relative; }
  @media (min-width: 768px) {
    .box-header4 #leo-megamenu:before {
      content: "";
      position: absolute;
      top: -1px;
      height: 1px;
      left: 0;
      right: 0;
      background: #e5e5e5;
      display: block;
      z-index: -1; } }
.box-header4 .header_user_info li a {
  padding: 10px 15px; }
.box-header4 .site-contact a {
  padding: 10px 0; }
@media (min-width: 768px) {
  .box-header4 .col-logo .ApRawHtml {
    display: none; } }
@media (max-width: 767px) {
  .box-header4 .col-logo {
    text-align: center; }
    .box-header4 .col-logo .ApRawHtml {
      border-bottom: 1px solid #e5e5e5; }
      .box-header4 .col-logo .ApRawHtml .site-contact {
        float: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-header4 .col-logo {
    text-align: center; }
  .box-header4 .col-menu {
    text-align: center; }
  .box-header4 #leo-megamenu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .box-header4 #leo-megamenu .leo-megamenu {
      width: auto;
      position: static; } }
@media (max-width: 991px) {
  .box-header4 .header-logo {
    padding: 30px 0 5px; } }
@media (max-width: 767px) {
  .box-header4 .col-logo {
    text-align: center; }
  .box-header4 .col-menu .site-contact {
    display: none; }
  .box-header4 .navbar-header .navbar-toggle {
    top: -40px; } }
@media (min-width: 768px) {
  .box-header4 .col-menu > .popup-over {
    float: right;
    margin: 0 30px 0 0; }
    .rtl .box-header4 .col-menu > .popup-over {
      float: left; }
    .rtl .box-header4 .col-menu > .popup-over {
      margin: 0 0 0 30px; } }
.box-header4 .col-menu > .popup-over a.popup-title {
  height: 40px;
  line-height: 40px;
  text-transform: capitalize; }
.box-header4 .ApMegamenu {
  clear: both;
  border-top: 1px solid #eee; }
.box-header4 .leo-megamenu .navbar-nav {
  text-align: left; }
  .rtl .box-header4 .leo-megamenu .navbar-nav {
    text-align: right; }
  .box-header4 .leo-megamenu .navbar-nav > li > a {
    padding: 20px 20px; }
.box-header4 #cart-block .header {
  height: 40px;
  padding: 5px 20px; }
  .box-header4 #cart-block .header a {
    color: #000; }
.box-header4 #cart-block .cart-title {
  height: 30px;
  line-height: 30px; }
  .box-header4 #cart-block .cart-title .cart-products-count {
    top: -13px; }
.box-header4 #cart-block .fa {
  font-size: 18px; }
@media (max-width: 767px) {
  .box-header4 #cart-block {
    position: absolute;
    right: 10px;
    bottom: 15px; }
  .box-header4 .navbar-header .navbar-toggler {
    height: 40px;
    margin-bottom: 0; }
  .box-header4 .col-menu {
    text-align: center;
    padding-top: 15px; }
    .box-header4 .col-menu > div {
      text-align: left; }
      .rtl .box-header4 .col-menu > div {
        text-align: right; }
    .box-header4 .col-menu > .popup-over {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
      .box-header4 .col-menu > .popup-over .popup-content {
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }

@media (max-width: 767px) {
  .box-nimbiah4 {
    padding: 50px 0 20px; } }
@media (min-width: 768px) {
  .box-nimbiah4 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .box-nimbiah4 .ApColumn {
      padding: 130px 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .box-nimbiah4 .ApColumn.col-left {
        border-right: 1px solid #f2f2f2; }
        .rtl .box-nimbiah4 .ApColumn.col-left {
          border-left: 1px solid #f2f2f2;
          border-right: inherit; }
        .box-nimbiah4 .ApColumn.col-left .ApImage {
          padding: 0 20% 0 0; }
          .rtl .box-nimbiah4 .ApColumn.col-left .ApImage {
            padding: 0 0 0 20%; } }
.box-nimbiah4 .ApColumn .block {
  max-width: 585px;
  margin: auto; }
  @media (max-width: 767px) {
    .box-nimbiah4 .ApColumn .block {
      margin-bottom: 30px; } }
.box-nimbiah4 .ApImage img {
  max-width: 100%; }
  @media (max-width: 767px) {
    .box-nimbiah4 .ApImage img {
      display: block;
      margin: auto; } }
.box-nimbiah4 .ApImage .image_description {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin: 60px 0 0; }
  @media (max-width: 991px) {
    .box-nimbiah4 .ApImage .image_description {
      margin: 30px 0 0; } }
  .box-nimbiah4 .ApImage .image_description .btn {
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    border: 0;
    font-family: "Poppins";
    background: #ffac0d;
    color: #fff;
    margin: 60px 0 0; }
    @media (max-width: 991px) {
      .box-nimbiah4 .ApImage .image_description .btn {
        margin: 30px 0 0; } }
    .box-nimbiah4 .ApImage .image_description .btn:hover {
      background: #000; }

.box-saleh4 .ApColumn .block {
  margin-bottom: 0; }
.box-saleh4 .ApImage {
  overflow: hidden; }
  .box-saleh4 .ApImage img {
    transition: all .4s; }
  .box-saleh4 .ApImage:hover img {
    transform: scale3d(1.05, 1.05, 1.05); }

.ApRawHtml .title {
  color: #888;
  text-align: center; }
  .ApRawHtml .title:after {
    content: "";
    display: block;
    clear: both; }
  .ApRawHtml .title h4 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 40px;
    margin: 0 0 20px; }
    @media (max-width: 991px) {
      .ApRawHtml .title h4 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .ApRawHtml .title h4 {
        font-size: 25px; } }
  .ApRawHtml .title p {
    padding: 10px 0;
    margin: 0 0 20px;
    line-height: 20px; }
  @media (min-width: 992px) {
    .ApRawHtml .title h4 {
      float: left; }
      .rtl .ApRawHtml .title h4 {
        float: right; }
    .ApRawHtml .title p {
      float: right; }
      .rtl .ApRawHtml .title p {
        float: left; } }

.box-whyus {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .box-whyus {
      padding: 50px 0 20px; } }
  @media (min-width: 992px) {
    .box-whyus .ApColumn .block {
      margin-bottom: 0; } }
  .box-whyus .ApImage {
    padding: 65px 20px 10px;
    min-height: 360px;
    background: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .box-whyus .ApImage {
        padding: 35px 15px 10px;
        min-height: 240px; } }
    .box-whyus .ApImage img {
      max-width: 100%;
      transition: all 1s;
      backface-visibility: visible; }
    .box-whyus .ApImage:hover img {
      transform: rotate3d(0, 1, 0, 360deg); }
    .box-whyus .ApImage .image_description {
      font-size: 14px;
      line-height: 2;
      color: #888; }
      .box-whyus .ApImage .image_description h4 {
        font-size: 18px;
        text-transform: capitalize;
        margin: 25px 0;
        line-height: 1.35; }
  @media (min-width: 481px) and (max-width: 991px) {
    .box-whyus > .ApColumn:nth-child(4) {
      clear: both; } }

.box-panorama.box-h4 {
  margin: 0; }
  .box-panorama.box-h4 .ApColumn {
    padding: 0; }
    .box-panorama.box-h4 .ApColumn .block {
      margin-bottom: 0; }
  .box-panorama.box-h4 .ApImage {
    position: relative;
    overflow: hidden; }
    .box-panorama.box-h4 .ApImage img {
      max-width: 100%;
      transition: all 1s; }
    .box-panorama.box-h4 .ApImage:hover img {
      transform: scale3d(1.05, 1.05, 1.05); }
  .box-panorama.box-h4 .ApRawHtml {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    padding: 0; }
    @media (max-width: 1199px) {
      .box-panorama.box-h4 .ApRawHtml h3 {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .box-panorama.box-h4 .ApRawHtml {
        top: 20%; }
        .box-panorama.box-h4 .ApRawHtml h4 {
          font-size: 14px;
          margin: 0 0 20px; }
        .box-panorama.box-h4 .ApRawHtml h3 {
          font-size: 25px; }
        .box-panorama.box-h4 .ApRawHtml .show-video {
          margin: 0 auto 10px; } }
    @media (max-width: 480px) {
      .box-panorama.box-h4 .ApRawHtml h3 {
        font-size: 18px; } }
  .box-panorama.box-h4 .col-right .ApImage {
    width: 50%;
    float: left;
    overflow: hidden; }
    .rtl .box-panorama.box-h4 .col-right .ApImage {
      float: right; }
    .box-panorama.box-h4 .col-right .ApImage:last-child {
      width: 100%; }
    .box-panorama.box-h4 .col-right .ApImage .image_description {
      position: absolute;
      color: #fff;
      text-align: center;
      bottom: 20px;
      left: 0;
      right: 0;
      padding: 0 10px;
      line-height: 1.2; }
      @media (max-width: 991px) {
        .box-panorama.box-h4 .col-right .ApImage .image_description {
          bottom: 10px; } }
      .box-panorama.box-h4 .col-right .ApImage .image_description h4 {
        font-size: 24px;
        color: #fff;
        margin: 0 0 10px;
        transition: all .2s; }
        @media (max-width: 991px) {
          .box-panorama.box-h4 .col-right .ApImage .image_description h4 {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .box-panorama.box-h4 .col-right .ApImage .image_description h4 {
            transform: translateY(50px); } }
      .box-panorama.box-h4 .col-right .ApImage .image_description p {
        margin: 0; }
      @media (min-width: 992px) {
        .box-panorama.box-h4 .col-right .ApImage .image_description p {
          transform: translateY(100%);
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          min-height: 48px; } }
    .box-panorama.box-h4 .col-right .ApImage:hover .image_description h4 {
      transform: translateY(0px); }
    .box-panorama.box-h4 .col-right .ApImage:hover .image_description p {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible; }

.employ-wapper {
  padding: 110px 0; }
  @media (max-width: 991px) {
    .employ-wapper {
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .employ-wapper {
      padding: 40px 0; } }
  .employ-wapper .row {
    margin: 0; }
  .employ-wapper .col-md-6 {
    padding: 0; }
  .employ-wapper .employ-title,
  .employ-wapper .employ-image {
    width: 50%;
    float: left; }
    .rtl .employ-wapper .employ-title, .rtl
    .employ-wapper .employ-image {
      float: right; }
    @media (max-width: 991px) {
      .employ-wapper .employ-title,
      .employ-wapper .employ-image {
        width: 100%; } }
  .employ-wapper .employ-title h4 {
    font-size: 36px;
    text-transform: capitalize;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .employ-wapper .employ-title h4 {
        margin: 0 0 10px; } }
  @media (max-width: 991px) {
    .employ-wapper .employ-title br {
      display: none; } }
  .employ-wapper .employ-image {
    padding: 50px 30px 40px;
    background: #ffba57;
    color: #000;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 991px) {
      .employ-wapper .employ-image {
        margin: 0 0 30px; } }
    .employ-wapper .employ-image .image {
      width: 100px;
      height: 100px;
      overflow: hidden;
      margin: 0 auto 50px;
      border-radius: 50%; }
      .employ-wapper .employ-image .image img {
        max-width: 100%;
        height: auto; }
    .employ-wapper .employ-image h4 {
      font-size: 14px;
      font-weight: 600;
      margin: 0 0 10px; }
    .employ-wapper .employ-image .social {
      margin: 40px 0 0; }
      .employ-wapper .employ-image .social li {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center; }
        .employ-wapper .employ-image .social li a {
          display: block;
          font-size: 14px;
          color: #fff; }
          .employ-wapper .employ-image .social li a:hover {
            color: #000; }
  @media (min-width: 992px) {
    .employ-wapper .employ-info {
      padding: 0 0 0 10%; }
      .rtl .employ-wapper .employ-info {
        padding: 0 10% 0 0; } }
  .employ-wapper .employ-info h4 {
    font-size: 116px;
    color: #ffac0d;
    margin: 0;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .employ-wapper .employ-info h4 {
        padding: 0 25px; } }
  .employ-wapper .employ-info .sub {
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0 40px;
    letter-spacing: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .employ-wapper .employ-info .sub {
        padding: 0 25px; } }
  .employ-wapper .employ-info .des {
    font-size: 16px;
    color: #888;
    line-height: 1.75;
    border-left: 1px solid #f2f2f2;
    padding: 0 0 0 25px; }
    .rtl .employ-wapper .employ-info .des {
      border-right: 1px solid #f2f2f2;
      border-left: inherit; }
    .rtl .employ-wapper .employ-info .des {
      padding: 0 25px 0 0; }

@media (min-width: 992px) {
  .box-meetex .owl-theme .owl-controls .owl-buttons {
    width: 100px;
    height: 50px;
    top: auto;
    bottom: 140px;
    right: auto;
    position: absolute;
    left: 15px; }
    .rtl .box-meetex .owl-theme .owl-controls .owl-buttons {
      right: 15px;
      left: auto; }
    .box-meetex .owl-theme .owl-controls .owl-buttons div {
      width: 50px;
      height: 50px;
      background: #fff;
      line-height: 50px;
      border-radius: 0;
      box-shadow: 0 0 0 1px #eee;
      overflow: hidden; }
      .box-meetex .owl-theme .owl-controls .owl-buttons div:hover {
        z-index: 11;
        box-shadow: 0 0 0 1px #ccc; }
        .box-meetex .owl-theme .owl-controls .owl-buttons div:hover:before {
          color: #333; }
      .box-meetex .owl-theme .owl-controls .owl-buttons div.owl-prev {
        right: 50px; }
      .box-meetex .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -1px; } }
@media (max-width: 991px) {
  .box-meetex .owl-theme .owl-controls .owl-buttons {
    top: 15px; } }

.box-cus {
  padding: 80px 0 40px; }
  @media (max-width: 991px) {
    .box-cus {
      padding: 40px 0 10px; } }
  .box-cus .item {
    padding: 40px 0; }
  .box-cus .block-carousel-image-container {
    background: #fff;
    padding: 70px 40px 30px;
    position: relative;
    line-height: 1.75;
    color: #333; }
    .box-cus .block-carousel-image-container .img-fluid {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: -40px;
      left: 40px; }
      .rtl .box-cus .block-carousel-image-container .img-fluid {
        right: 40px;
        left: auto; }
    .box-cus .block-carousel-image-container h4 {
      font-size: 13px;
      font-weight: 600;
      margin: 0; }
    .box-cus .block-carousel-image-container .sub {
      color: #888;
      position: relative;
      padding: 0 50px 0 0;
      margin: 0 0 40px; }
      .rtl .box-cus .block-carousel-image-container .sub {
        padding: 0 0 0 50px; }
      .box-cus .block-carousel-image-container .sub:after {
        content: "\f10e";
        font-size: 30px;
        color: #ffac0d;
        line-height: 30px;
        height: 30px;
        font-family: "FontAwesome";
        position: absolute;
        top: -10px;
        right: 0; }
        .rtl .box-cus .block-carousel-image-container .sub:after {
          left: 0;
          right: auto; }
  .box-cus .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 70px; }
    .rtl .box-cus .owl-theme .owl-controls .owl-buttons {
      left: 15px;
      right: auto; }
    .box-cus .owl-theme .owl-controls .owl-buttons div {
      background: #fff;
      box-shadow: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }

.sidebar .product-block {
  margin: 0 0 20px; }
  .sidebar .product-block .products-block-image {
    max-width: 105px;
    margin: 0 15px 0 0; }
    .rtl .sidebar .product-block .products-block-image {
      margin: 0 0 0 15px; }
  .sidebar .product-block .star_content:after {
    content: "";
    display: block;
    clear: both; }
  .sidebar .product-block .comments_note {
    margin: 0 0 10px; }
    .sidebar .product-block .comments_note .nb-comments {
      display: none; }
  .sidebar .product-block h5[itemprop="name"] {
    margin: 0 0 10px;
    font-size: 16px; }
  .sidebar .product-block .content_price {
    font-weight: bold; }
    .sidebar .product-block .content_price > span {
      margin: 0 10px 0 0; }
      .rtl .sidebar .product-block .content_price > span {
        margin: 0 0 0 10px; }
    .sidebar .product-block .content_price .product-price {
      font-size: 18px; }
    .sidebar .product-block .content_price .old-price {
      color: #999;
      text-decoration: line-through;
      font-size: 14px; }

.sidebar .btn-outline {
  color: #fff; }
.sidebar .layered_filter:after {
  content: "";
  display: block;
  clear: both; }

.beagrum-content .page-heading {
  margin: 0 0 10px;
  font-size: 36px;
  text-transform: capitalize;
  color: #fff; }
.beagrum-content .heading-counter {
  display: none; }

.content_sortPagiBar .bt_compare {
  color: #444; }

.sortPagiBar .product-compare {
  display: none; }
.sortPagiBar > .col-md-10 {
  width: 100%; }
.sortPagiBar .sort {
  margin: 0; }
  .sortPagiBar .sort:after {
    content: "";
    display: block;
    clear: both; }

.bottom-pagination-content {
  text-align: center; }
  .bottom-pagination-content .col-md-10 {
    width: 100%; }
  .bottom-pagination-content .product-compare {
    display: none; }

.header-nav {
  transition: all 400ms ease 0s; }

.header-container {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .header-container .blockcart_top {
    margin: 0 0 0 15px; }
    .rtl .header-container .blockcart_top {
      margin: 0 15px 0 0; }
    .header-container .blockcart_top .cart-title {
      display: none; }
  .header-container .shopping_cart > a {
    display: block;
    background: #ffac0d;
    height: 40px;
    padding: 5px; }
    .header-container .shopping_cart > a:hover {
      background: #000;
      color: #fff; }
      .header-container .shopping_cart > a:hover h4 {
        color: #fff; }
      .header-container .shopping_cart > a:hover .cart-quantity {
        background: #ffac0d; }

.sidebar #cart {
  border: 5px solid #e5e5e5; }
  .sidebar #cart > a {
    display: none; }
  .sidebar #cart .cart_block_list {
    display: block; }
  .sidebar #cart .cart_block {
    margin-bottom: 20px; }
  .sidebar #cart h4 {
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px; }
  .sidebar #cart .cart-inner h4 {
    display: none; }
  .sidebar #cart .title-cart {
    display: none; }
  .sidebar #cart .cart_block_no_products {
    text-align: center; }
  .sidebar #cart .cart-prices .cart-prices-line {
    overflow: hidden;
    padding: 10px 25px; }
  .sidebar #cart .cart-buttons {
    text-align: center; }
    .sidebar #cart .cart-buttons .btn {
      display: inline-block;
      float: none !important;
      border: 0;
      color: #fff;
      font-size: 12px;
      font-family: "Poppins";
      font-weight: 600;
      margin: 0 5px; }
.sidebar .cart_block .cart-images {
  float: none;
  position: absolute;
  top: -10px;
  right: 100%;
  width: 110px;
  height: 90px;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 2px #e5e5e5;
  padding: 5px;
  background: #fff;
  transition: all .2s;
  pointer-events: none;
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden; }
  .sidebar .cart_block .cart-images:before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #e5e5e5;
    position: absolute;
    top: 10px;
    right: -12px; }
    .rtl .sidebar .cart_block .cart-images:before {
      left: -12px;
      right: auto; }
.sidebar .cart_block dt {
  overflow: visible;
  padding: 0px 25px 10px 25px;
  color: #888;
  border-bottom: 1px solid #e5e5e5; }
  .sidebar .cart_block dt.last_item {
    border-bottom: 0;
    padding-bottom: 0; }
  .sidebar .cart_block dt a {
    color: #888; }
    .sidebar .cart_block dt a:hover {
      color: #ffac0d; }
  .sidebar .cart_block dt:hover .cart-images {
    transform: none;
    opacity: 1;
    visibility: visible; }
.sidebar .cart_block .cart_block_list .remove_link {
  top: 0; }
.sidebar .cart_block .price {
  font-size: 16px;
  color: #222;
  font-weight: bold; }
.sidebar .cart_block .product-name {
  font-family: "Poppins";
  color: #222;
  margin-bottom: 25px; }
  .sidebar .cart_block .product-name a {
    color: #222; }
  .sidebar .cart_block .product-name .quantity-formated {
    font-size: 10px;
    padding: 0;
    color: #999; }
    .sidebar .cart_block .product-name .quantity-formated .quantity {
      color: #2fbb1c;
      font-size: 14px; }

.paneltool a.apconfig {
  display: block;
  padding: 5px 0; }

#layer_cart {
  width: 1170px;
  max-width: 100%;
  right: 15px;
  left: 15px;
  margin: 20px auto; }

@media (min-width: 992px) {
  .box-book #ap-booking-search {
    margin: 0;
    padding: 0; } }
.box-book .booking-widget {
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .box-book .booking-widget {
      transform: translateY(-50%); } }

@media (min-width: 992px) {
  .box-slider.box-h1 .iview-controlNav div.iview-items {
    bottom: 70px; } }

.sidebar .booking-detail {
  margin-top: 30px;
  color: #fff; }
  .sidebar .booking-detail .input-group {
    display: block;
    padding: 0;
    background: none; }
    .sidebar .booking-detail .input-group input {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIwNDMxOERGMjhEMTFFNzlDMkFENDZBNzA1MTc3N0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIwNDMxOEVGMjhEMTFFNzlDMkFENDZBNzA1MTc3N0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjA0MzE4QkYyOEQxMUU3OUMyQUQ0NkE3MDUxNzc3RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjA0MzE4Q0YyOEQxMUU3OUMyQUQ0NkE3MDUxNzc3RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnr6cM0AAABMSURBVHjaYvj//78xEJ8BYiUgZsCCVwFxOQNUwV0oVsKi6B0Qu8AEsCmGKwLxkXUjK0ZRhK4QWTGKIhBmBKtGBUpALAjEZ5EFAQIMAGg1qUiz+awFAAAAAElFTkSuQmCC) center right no-repeat; }
      .sidebar .booking-detail .input-group input:focus {
        border-color: rgba(255, 255, 255, 0.5); }
  .sidebar .booking-detail .error .input-group input {
    color: red; }
.sidebar #cart-block {
  float: none;
  border: 5px solid #e5e5e5; }
  .sidebar #cart-block .title-slidebar {
    display: block;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .sidebar #cart-block .cart-preview {
    display: none; }
    .sidebar #cart-block .cart-preview + .cart-slide {
      display: block;
      padding: 30px 15px;
      text-align: center; }
  .sidebar #cart-block .leo-dropdown-cart {
    transform: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: 0;
    background: none; }
    .sidebar #cart-block .leo-dropdown-cart .leo-dropdown-cart-content {
      z-index: 1;
      box-shadow: none; }

.apb-service {
  margin: 10px 0;
  padding: 30px 15px;
  background: #edebeb;
  border-radius: 5px;
  color: #666;
  line-height: 20px; }
  .apb-service h4 {
    font-size: 12px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px; }
  .apb-service li {
    margin: 0 0 10px; }
    .apb-service li img {
      width: 20px;
      max-height: 20px;
      border-radius: 50%;
      margin: 0 5px 0 0;
      float: left; }
      .rtl .apb-service li img {
        margin: 0 0 0 5px; }
      .rtl .apb-service li img {
        float: right; }
    .apb-service li .name-service {
      margin: 0 0 0 30px;
      display: block; }
  .apb-service .free-service {
    padding: 0 0 0 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE0RURDNEVGNDQzMTFFNzk0MkFENUQ3MzA5QThCQkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE0RURDNEZGNDQzMTFFNzk0MkFENUQ3MzA5QThCQkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTRFREM0Q0Y0NDMxMUU3OTQyQUQ1RDczMDlBOEJCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTRFREM0REY0NDMxMUU3OTQyQUQ1RDczMDlBOEJCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu/rbdoAAAEHSURBVHjanFKxEcIwDLS8ASuEFgqYgYxAepqsALPQ0JMRwgxQQItXYATxkmXHCdDgO51z1r+kV965H2d3X1USv/I0BeNqEVtEIgVEhzielrfwQdw91pVj7jOBkGIu6wa81afFNWSikpzrAaymBE6g+J7J3vJt7jTukka6sJAEwyxY5w28zePZXdA7aKuJqNE8kWK9LoSo0k7MB7w1uF80kBorvjeMbttnTbFbALBzUr0gAXi2TY8lIPHU+YleKNKAcCl+0ZQkxefeNHU2zgzfZ4A3mSSaSs2GTcs52o+Wk8i9doq60naDYQsDRNf0hWOmRwrXyT1jy0X3tDreYIavlnP/mvwtwAC4Poo99dOaQQAAAABJRU5ErkJggg==) top 2px left no-repeat; }
    .rtl .apb-service .free-service {
      padding: 0 25px 0 0; }
  .apb-service .pay-service {
    position: relative;
    padding: 0 0 0 25px; }
    .rtl .apb-service .pay-service {
      padding: 0 25px 0 0; }
    .apb-service .pay-service input[type="checkbox"] {
      position: absolute;
      left: 0px;
      top: 2px; }
      .rtl .apb-service .pay-service input[type="checkbox"] {
        right: 0px;
        left: auto; }
  .apb-service .price-service {
    color: #000;
    font-size: 18px; }

.rtl .apb-service .free-service {
  background-position: top 2px right; }

.box-nav .header_user_info ul:after {
  content: "";
  display: block;
  clear: both; }
.box-nav .header_user_info ul li {
  float: right; }

#index #wrapper {
  padding-top: 0; }

.col-map .widget-gmap {
  height: 100%; }

.page-content img {
  max-width: 100%;
  height: auto; }

.box-gallery .nav {
  border: 0;
  text-align: center;
  max-width: 740px;
  border-bottom: 1px solid #eee;
  margin: 0 auto 50px;
  padding: 0; }
  .box-gallery .nav > li {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .box-gallery .nav a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 25px;
    padding: 15px;
    position: relative;
    border: 0 !important; }
    .box-gallery .nav a:before {
      content: "";
      left: 0;
      right: 0;
      bottom: -1px;
      height: 3px;
      position: absolute;
      background: #ffac0d;
      transition: all .4s;
      transform: scale(0, 1); }
    .box-gallery .nav a.active:before {
      transform: scale(1, 1); }
.box-gallery a.fancybox {
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .box-gallery a.fancybox:before {
    width: 40px;
    height: 40px;
    background: #ffac0d;
    color: #fff;
    content: "\f00e";
    font-family: "FontAwesome";
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 14px;
    border-radius: 2px;
    position: absolute;
    transition: all .4s;
    transform: translateY(100px);
    z-index: 1;
    opacity: 0; }
  .box-gallery a.fancybox:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: all .4s; }
  .box-gallery a.fancybox:hover:before {
    transform: translateY(0px);
    opacity: 1; }
  .box-gallery a.fancybox:hover:after {
    opacity: 0.6; }
.box-gallery .widget {
  width: 100%; }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-gallery .widget .image-item {
      width: 33.33%; }
      .box-gallery .widget .image-item:nth-child(3n+1) {
        clear: both; } }
  @media (max-width: 767px) {
    .box-gallery .widget .image-item {
      width: 50%; }
      .box-gallery .widget .image-item:nth-child(2n+1) {
        clear: both; } }
  @media (max-width: 480px) {
    .box-gallery .widget .image-item {
      width: 100%; } }

.booking-widget {
  box-shadow: none;
  border: 1px solid #ffac0d;
  border-radius: 3px; }
  .booking-widget .apbooking-button button {
    box-shadow: 0 0 0 1px #ffac0d; }

.box-bookingh2 #ap-booking-search {
  max-width: 1170px;
  margin: auto; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-bookingh2 #ap-booking-search {
      padding-left: 10px;
      padding-right: 10px; } }
.box-bookingh2 .booking-widget {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .box-bookingh2 .booking-widget {
      display: block; } }
  .box-bookingh2 .booking-widget > div {
    width: 16.6666%;
    display: block;
    text-align: center;
    float: left;
    border: 0;
    border-right: 1px solid #eee; }
    .rtl .box-bookingh2 .booking-widget > div {
      float: right; }
    .rtl .box-bookingh2 .booking-widget > div {
      border-left: 1px solid #eee;
      border-right: inherit; }
    .box-bookingh2 .booking-widget > div:last-child {
      border: 0;
      margin-left: auto; }
    @media (max-width: 991px) {
      .box-bookingh2 .booking-widget > div {
        width: 33.33%; } }
    @media (min-width: 480px) and (max-width: 991px) {
      .box-bookingh2 .booking-widget > div:nth-child(4), .box-bookingh2 .booking-widget > div:nth-child(5), .box-bookingh2 .booking-widget > div:nth-child(6) {
        border-top: 1px solid #eee; } }
    @media (max-width: 480px) {
      .box-bookingh2 .booking-widget > div {
        width: 50%;
        border-top: 1px solid #eee; }
        .box-bookingh2 .booking-widget > div:first-child {
          border-top: 0; } }

.sidebar .apb-heading {
  background: #eafbeb;
  margin: 0;
  color: #4aae4d;
  font-size: 12px;
  text-align: center;
  padding: 15px;
  line-height: 30px;
  text-transform: uppercase; }
.sidebar .booking-detail {
  margin-top: 0;
  border-radius: 0; }
.sidebar #template {
  margin: 0 0 30px 0; }
.sidebar .leo-cart-dropdown-action {
  min-width: 0;
  width: auto !important; }

.modal-footer .btn {
  min-height: 36px; }

.mini-navbar .box-htop.box-h2 .leo-megamenu .navbar-nav > li > a {
  padding: 15px 18px; }

.userinfo-selector a.account span {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }
  @media (max-width: 991px) {
    .userinfo-selector a.account span {
      display: none; } }
@media (max-width: 991px) {
  .userinfo-selector a span {
    display: none; } }

.booking-widget > div:nth-child(1) .fa {
  background: #c8e6c9;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin: 0 5px 0 0; }
  .rtl .booking-widget > div:nth-child(1) .fa {
    margin: 0 0 0 5px; }

.booking-widget .booking-check-title {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #4aae4d; }
  @media (max-width: 1199px) {
    .booking-widget .booking-check-title i {
      display: none; } }

.box-book.box-h4 #ap-booking-search {
  margin: 15px 0; }
@media (min-width: 992px) {
  .box-book.box-h4 #ap-booking-search {
    clear: both;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0; }
    .box-book.box-h4 #ap-booking-search .booking-widget {
      background: #fff; } }
@media (min-width: 481px) and (max-width: 991px) {
  .box-book.box-h4 #ap-booking-search {
    margin: 0;
    padding: 0; }
  .box-book.box-h4 .booking-widget > div {
    border-bottom: 1px solid #eee; }
    .box-book.box-h4 .booking-widget > div:last-child, .box-book.box-h4 .booking-widget > div:nth-last-child(2) {
      border-bottom: 0; }
    .box-book.box-h4 .booking-widget > div:nth-child(1), .box-book.box-h4 .booking-widget > div:nth-child(3) {
      border-right: 1px solid #eee; }
      .rtl .box-book.box-h4 .booking-widget > div:nth-child(1), .rtl .box-book.box-h4 .booking-widget > div:nth-child(3) {
        border-left: 1px solid #eee;
        border-right: inherit; } }

.box-prorooms {
  padding: 90px 0 60px; }
  @media (max-width: 991px) {
    .box-prorooms {
      padding: 50px 0 20px; } }
  @media (min-width: 992px) {
    .box-prorooms .products_block .title_block {
      float: left;
      margin-bottom: 35px; }
      .rtl .box-prorooms .products_block .title_block {
        float: right; }
    .box-prorooms .products_block .sub-title-widget {
      float: right;
      line-height: 1.5;
      margin: 10px 0 0; }
      .rtl .box-prorooms .products_block .sub-title-widget {
        float: left; } }

@media (min-width: 1200px) {
  .box-slider .ApSlideShow {
    min-height: 500px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box-slider .ApSlideShow {
    min-height: 400px; } }
@media (max-width: 991px) {
  .box-slider .ApSlideShow {
    min-height: 100px; } }

.product-additional-info #template {
  display: none; }

.bearumn-inner {
  text-align: center;
  display: block;
  width: 100%; }
  .bearumn-inner h1 {
    z-index: 1;
    position: relative;
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300; }

body#category .block-category h1 {
  display: none; }

@media (max-width: 767px) {
  #category.layout-full-width .products-selection .sort-by-row .sort-by {
    display: block !important;
    width: auto;
    white-space: nowrap; }
  #category.layout-full-width .products-selection .sort-by-row .products-sort-order {
    width: 100%;
    max-width: 100%; }
  #category.layout-full-width .products-selection .sort-by-row .filter-button {
    display: none; } }

iframe {
  max-width: 100%; }

.apbooking-cart-service .list-service {
  padding: 0 0 0 35px;
  text-align: left; }
  .rtl .apbooking-cart-service .list-service {
    padding: 0 35px 0 0; }
  .rtl .apbooking-cart-service .list-service {
    text-align: right; }
  .apbooking-cart-service .list-service img {
    left: 0; }
    .rtl .apbooking-cart-service .list-service img {
      right: 0;
      left: auto; }

.product-refresh {
  display: none; }

h1.h1.product-detail-name {
  font-size: 36px;
  font-weight: 300; }
  @media (max-width: 991px) {
    h1.h1.product-detail-name {
      font-size: 32px; } }
  @media (max-width: 480px) {
    h1.h1.product-detail-name {
      font-size: 28px; } }

.product-prices span[itemprop="price"] {
  font-size: 34px;
  color: #ffac0d;
  font-family: "Quattrocento", sans-serif;
  font-weight: bold; }

.product-quantity .qty .input-group.bootstrap-touchspin {
  width: auto; }

.product-add-to-cart .add,
.product-add-to-cart .wishlist,
.product-add-to-cart .compare {
  display: inline-block;
  vertical-align: top; }
.product-add-to-cart .add-to-cart {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold; }
.product-add-to-cart .btn-product {
  height: 50px;
  line-height: 50px; }

.box-spremium.box-spalist .ApColumn .ApRawHtml {
  margin-bottom: 30px; }

.leo-wishlist-button .leo-wishlist-bt-content {
  display: inline !important; }

.leo-compare-button .leo-compare-bt-content {
  display: inline !important; }

.p-name {
  margin: 20px 0; }
  @media (min-width: 992px) {
    .p-name {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .p-name h1.h1.product-detail-name {
    margin: 0 30px 0 0; }
    .rtl .p-name h1.h1.product-detail-name {
      margin: 0 0 0 30px; }

.product-cover .layer {
  display: none; }

#leo_product_reviews_block_extra {
  margin: 20px 0 0;
  padding: 10px 0; }

.reviews_advices {
  margin: 10px 0; }

.leo-fly-cart-mask.active {
  opacity: 0; }

.product-quantity .qty {
  display: none; }

#product-availability {
  display: none; }

.box-slider.box-bookingh2 {
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .box-slider.box-bookingh2 .ApColumn .block {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .box-slider.box-bookingh2 .col-booking {
      padding: 0 18px;
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .box-slider.box-bookingh2 .col-booking {
      float: none;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 34px; } }
  @media (min-width: 992px) {
    .box-slider.box-bookingh2 .col-booking .ApRawHtml {
      margin-bottom: 60px; } }
  .box-slider.box-bookingh2 .col-booking .ApRawHtml h4 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Quattrocento", sans-serif; }
    @media (min-width: 992px) {
      .box-slider.box-bookingh2 .col-booking .ApRawHtml h4 {
        color: #fff; } }
    @media (max-width: 991px) {
      .box-slider.box-bookingh2 .col-booking .ApRawHtml h4 {
        font-size: 38px; } }
    @media (max-width: 480px) {
      .box-slider.box-bookingh2 .col-booking .ApRawHtml h4 {
        font-size: 28px; } }
  .box-slider.box-bookingh2 .col-booking #ap-booking-search {
    max-width: 1170px;
    margin: auto;
    padding: 0;
    background: #fff; }
    @media (min-width: 992px) {
      .box-slider.box-bookingh2 .col-booking #ap-booking-search {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-slider.box-bookingh2 .col-booking #ap-booking-search {
        margin: 0 30px; } }

@media (min-width: 992px) {
  .leo-modal-review .product-info {
    width: 40%; }
  .leo-modal-review .new_review_form_content {
    width: 60%; }
  .leo-modal-review .modal-body {
    padding: 30px; } }
.leo-modal-review .modal-header .close {
  margin-top: 0; }
.leo-modal-review .modal-footer {
  padding: 10px 30px; }

.form-control-label sup {
  color: red; }

.owl-carousel .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0); }
.owl-carousel:hover .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100); }

.qty-people {
  white-space: nowrap; }
  .qty-people .number {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer; }
    .qty-people .number:hover {
      color: #ffac0d; }
  .qty-people input {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 0; }

.cart_description h6 {
  margin: 15px 0; }

.cart-item .number-people {
  margin: 15px 0; }
  .cart-item .number-people:after {
    content: "";
    display: block;
    clear: both; }
  .cart-item .number-people h6 {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    min-width: 80px; }

.product-line-grid-body .apbooking-cart-service {
  display: block; }

.product-line-actions .js-cart-line-product-quantity {
  display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .page-home .box-slider.box-h1 {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .booking-widget > .form-group-search {
    border-bottom: 1px solid #eee; }
  .booking-widget > div:nth-child(2) {
    border-bottom: 1px solid #eee; } }
.product-add-to-cart #check-leo.disable {
  cursor: no-drop; }
  .product-add-to-cart #check-leo.disable button {
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.leo-added-room,
.leo-end-room {
  font-size: 12px;
  margin: 10px 0 0;
  font-style: italic; }
  .leo-added-room p,
  .leo-end-room p {
    margin: 0; }

/*# sourceMappingURL=styles.css.map */
