@media (max-width: 767px) {
  /* line 4, ../sass/rtl.scss */
  .site-header .menu-box .menu .navbar-collapse {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  /* line 10, ../sass/rtl.scss */
  .site-header .menu-box .menu .navbar-nav {
    float: left !important;
  }
}

/* line 21, ../sass/rtl.scss */
.owl-carousel .owl-controls .owl-prev:before {
  background: url(../img/next.svg) 50% 50% no-repeat;
}
/* line 25, ../sass/rtl.scss */
.owl-carousel .owl-controls .owl-prev:hover:before {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
/* line 32, ../sass/rtl.scss */
.owl-carousel .owl-controls .owl-next:before {
  background: url(../img/prev.svg) 50% 50% no-repeat;
}
/* line 36, ../sass/rtl.scss */
.owl-carousel .owl-controls .owl-next:hover:before {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

/* line 47, ../sass/rtl.scss */
.newsletter .form .form-control,
.search-form .form .form-control {
  padding-left: 145px;
  padding-right: 15px;
}
/* line 51, ../sass/rtl.scss */
.newsletter .form .btn,
.search-form .form .btn {
  border-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: auto;
}
/* line 58, ../sass/rtl.scss */
.newsletter .form:hover .btn,
.search-form .form:hover .btn {
  border-right-color: #fff;
}
/* line 64, ../sass/rtl.scss */
.newsletter .form:focus .btn, .newsletter .form:focus:hover .btn,
.search-form .form:focus .btn,
.search-form .form:focus:hover .btn {
  border-right-color: #fff;
}
/* line 68, ../sass/rtl.scss */
.newsletter .form .form-message,
.search-form .form .form-message {
  left: auto;
  right: 0;
}
/* line 72, ../sass/rtl.scss */
.newsletter .form .form-message:before,
.search-form .form .form-message:before {
  left: 0;
  right: 10px;
}

/* line 80, ../sass/rtl.scss */
.contact-form .form-message {
  left: auto;
  right: 0;
}
/* line 84, ../sass/rtl.scss */
.contact-form .form-message:before {
  left: 0;
  right: 10px;
}

/* line 91, ../sass/rtl.scss */
.marker-content .title {
  padding-right: 15px;
}
