* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  word-wrap: break-word;
  padding: 0;
}
#wrapper {
  min-height: 610px;
}
#wrapper_in {
  min-height: 610px;
}
h1 {
  font-size: 44px;
  line-height: 44px;
  color: #333333;
}
h2 {
  font-size: 42px;
  line-height: 42px;
  color: #333333;
}
h3 {
  font-size: 25px;
  line-height: 36px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
}
h4 {
  font-size: 23px;
  line-height: 28px;
  color: #333333;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
h6 {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
img {
  max-width: 100%;
}
p,
blockquote {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
ul li {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.filter-search select {
  float: left;
  margin: 0 5px;
  width: 200px;
}
.filter-search,
.filters .alert-info {
  background-color: transparent;
  border: medium none;
  height: auto;
}
input.invalid {
  border-color: #FF0000 !important;
}
.hideme {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.modal-dialog {
  width: 600px;
  margin: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.iconsrow .fa-hover {
  float: left;
  font-size: 14px;
  padding: 3px 0 3px 9px;
  width: 225px;
}
.iconsrow .fa-hover:hover {
  background: #ffffff;
  padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover i {
  color: #f55a4e;
  font-size: 16px;
  width: 25px;
}
.alert-info {
  color: #ffffff;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.btn-primary .badge {
  color: #d3382c;
}
code {
  background: transparent;
}
pre {
  padding: 10px;
}
.clear {
  clear: both;
}
label {
  font-weight: normal;
}
.iconsrow i {
  font-size: 16px;
  width: 25px;
  color: #428bca;
}
/*@font-face {
  font-family: "IcoMoon";
  font-style: normal;
  font-weight: normal;
  src: url("../../../media/jui/fonts/IcoMoon.eot?#iefix") format("embedded-opentype"), url("../../../media/jui/fonts/IcoMoon.woff") format("woff"), url("../../../media/jui/fonts/IcoMoon.ttf") format("truetype"), url("../../../media/jui/fonts/IcoMoon.svg#IcoMoon") format("svg");
}
.icon-calendar::before {
  content: "C";
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "IcoMoon";
  font-style: normal;
}*/
.icon-apply::before,
.icon-edit::before,
.icon-pencil::before {
  content: "+";
  margin: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  right: 40%;
  top: -7%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  /* style */
  outline: none;
}
a:focus,
a:active {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.text_cut {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.input {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
.input:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
.input-reverse {
  background: #333333;
  border: 1px #333333 solid !important;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
.input-reverse:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f55a4e;
  color: #ffffff !important;
  border: 1px #f55a4e solid !important;
}
[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  width: 100%;
}
.header .login-row {
  background: #63c8c8;
  padding: 15px 0 0;
  margin: 0!important;
  text-align: center;
}
.header .login-row .input-prepend {
  display: inline-block;
  margin-bottom: 0 !important;
}
.header .login-row .input-prepend .input-small {
  border: 1px #63c8c8 solid !important;
  padding: 5px !important;
  height: 30px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  margin: 0 10px 5px 0 !important;
  font-size: 12px !important;
  width: 162px !important;
}
.header .login-row ul {
  list-style-type: none;
  margin: 0 !important;
}
.header .login-row ul li {
  display: inline-block;
  margin-right: 10px;
}
.header .login-row ul li:last-child {
  margin-right: 0;
}
.header .login-row ul li a {
  font-size: 12px;
  color: #fff;
}
.header .login-row ul li a:hover {
  color: #333333;
}
.header .login-row button[type="button"],
.header .login-row input[type="submit"] {
  background: #333333;
  border: 1px #333333 solid !important;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
  vertical-align: top;
  padding: 4px 12px !important;
  box-shadow: none;
  width: 80px !important;
}
.header .login-row button[type="submit"]:hover,
.header .login-row input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f55a4e;
  color: #ffffff !important;
  border: 1px #f55a4e solid !important;
}
.header #logo {
  margin: 10px 0;
  border: none;
  position: relative;
  z-index: 1;
}
.header #logo img {
  border: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header #logo {
    text-align: center;
    padding: 10px 0 20px;
  }
}
.header .opening_times_title {
  color: #eeeeee;
  font-size: 20px;
  margin: 0 0 2px 0;
}
.header .ot_desc {
  font-size: 12px;
  line-height: 14px;
  color: #eeeeee;
  margin: 0;
}
.navbar-collapse.in {
  overflow-y: visible;
}
.navbar-header i {
  color: #333333;
  font-size: 25px;
}
.navbar-collapse {
  -o-box-shadow: none;
  box-shadow: none;
}
.nav > li > a:hover {
  background: transparent;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav.nav-pills > li {
  float: left;
}
.navbar-nav.nav-pills > li > a {
  padding: 6px 12px;
}
.navbar {
  min-height: 35px;
  margin-bottom: 0;
}
.top_menu ul.nav {
  float: left;
  margin: 0;
}
@media (max-width: 767px) {
  .top_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
}
.top_menu ul.nav li {
  border-right: 1px solid #eeeeee;
  float: left;
  list-style: none outside none;
  position: relative;
}
@media (max-width: 767px) {
  .top_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
}
.top_menu ul.nav li a {
  font-size: 14px;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .top_menu ul.nav li a {
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 9px 4px 10px;
    position: relative;
    color: #92999e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top_menu ul.nav li a:hover {
    padding: 4px 9px 4px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .top_menu ul.nav li:first-child a {
    border-top: 1px solid #eeeeee;
  }
}
.top_menu ul.nav li:last-child {
  border-right: none;
}
.main_menu .navbar {
  margin: 0;
  border: 0;
}
.main_menu ul.nav {
  float: right;
  text-align: center;
  margin: 10px 0 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .main_menu ul.nav {
    margin: 10px 0 0;
    float: none;
  }
}
.main_menu ul.nav li {
  position: relative;
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .main_menu ul.nav li {
    float: none;
    position: relative;
    list-style: none;
    display: block;
    border-top: 1px solid #ccc;
  }
}
.main_menu ul.nav li .mod-menu__heading {
  display: block;
  text-shadow: none;
}
.main_menu ul.nav li a,
.main_menu ul.nav li .mod-menu__heading {
  margin: 0 5px;
  padding: 5px 15px 20px;
  border-bottom: 0px;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main_menu ul.nav li a,
  .main_menu ul.nav li .mod-menu__heading {
    padding: 0 5px 20px;
  }
}
@media (max-width: 768px) {
  .main_menu ul.nav li a,
  .main_menu ul.nav li .mod-menu__heading {
    font-size: 16px;
    margin: 0;
    padding: 0px 10px 15px 10px;
    position: relative;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 100%;
    border-bottom: 0px solid transparent;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li a,
  .main_menu ul.nav li .mod-menu__heading {
    padding: 7px 10px 7px 0px;
  }
}
.main_menu ul.nav li a:hover,
.main_menu ul.nav li .mod-menu__heading:hover {
  border: 0 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li a:hover,
  .main_menu ul.nav li .mod-menu__heading:hover {
    border-bottom: 0px solid transparent;
    margin: 0;
    padding: 7px 10px 7px 10px;
  }
}
.main_menu ul.nav li.active > a,
.main_menu ul.nav li.active > .mod-menu__heading {
  color: #fc5a55 !important;
  font-weight: bold;
  box-shadow: none !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.active a,
  .main_menu ul.nav li.active .mod-menu__heading {
    display: block;
    background-color: transparent;
    border-bottom: medium none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.active a:hover,
  .main_menu ul.nav li.active .mod-menu__heading:hover {
    background-color: transparent;
    border-bottom: medium none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media(min-width: 768px) {
  .main_menu ul.nav li.parent:hover ul {
    display: block;
  }
  .main_menu ul.nav li.parent ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent a,
  .main_menu ul.nav li.parent .mod-menu__heading {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 7px 0;
    position: relative;
    text-transform: uppercase;
    float: none;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_menu ul.nav li.parent a:hover,
  .main_menu ul.nav li.parent .mod-menu__heading:hover {
    padding: 7px 10px 7px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu ul.nav li.parent a span.arrow,
.main_menu ul.nav li.parent .mod-menu__heading span.arrow {
  right: 2px;
  top: 13px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #92999e transparent transparent transparent;
  line-height: 0;
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
@media (max-width: 992px) {
  .main_menu ul.nav li.parent a span.arrow{
    right: -5px;
    top: 8px;
  }
  .main_menu ul.nav li.parent .mod-menu__heading span.arrow {
    right: 0;
    top: 8px;
  }
}
@media (max-width: 768px) {
  .main_menu ul.nav li.parent a span.arrow,
  .main_menu ul.nav li.parent .mod-menu__heading span.arrow {
    right: 0px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent:last-child ul {
    left: 0;
  }
}
.main_menu ul.nav li.parent ul {
  display: none;
  border-left: 1px solid #eeeeee;
  list-style: none;
  position: absolute;
  float: left;
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 220px;
  z-index: 9999;
  left: 15px;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul {
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
  }
}
.main_menu ul.nav li.parent ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cacaca;
  clear: both;
  width: 100%;
  display: block;
  text-align: left;
  -o-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.05);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li {
    float: unset;
    border-bottom: 0px solid #eeeeee;
  }
}
.main_menu ul.nav li.parent ul li a,
.main_menu ul.nav li.parent ul li .mod-menu__heading {
  float: left;
  padding: 7px 10px 7px 10px;
  margin: 0 15px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li a,
  .main_menu ul.nav li.parent ul li .mod-menu__heading {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.main_menu ul.nav li.parent ul li a:hover,
.main_menu ul.nav li.parent ul li .mod-menu__heading:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li a:hover,
  .main_menu ul.nav li.parent ul li .mod-menu__heading:hover {
    padding: 7px 10px 7px 20px;
  }
}
.main_menu ul.nav li.parent ul li a span.arrow,
.main_menu ul.nav li.parent ul li .mod-menu__heading span.arrow {
  right: 6px;
  top: 14px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #888888 transparent transparent;
  line-height: 0px;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent a span.arrow,
  .main_menu ul.nav li.parent .mod-menu__heading span.arrow {
    right: 10px;
    top: 16px;
  }
  .main_menu ul.nav li.parent ul li .mod-menu__heading span.arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 10px;
    top: 16px;
  }
}
.main_menu ul.nav li.parent ul li ul.mod-menu__sub {
  left: -100%;
  top: -1px;
  min-width: 220px;
  display: none;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub {
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub li {
    border-bottom: medium none;
    -o-box-shadow: none;
    box-shadow: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .admin_table_47 .row_add_house > span{
    float: unset !important;
  }
  .com-content-article__body .bs-example .nav-pills > li,
  .com-content-article__body .bs-example ul.nav.nav-pills li.dropdown{
    display: block !important;
    float: unset !important;
  }
  .com-content-article__body .modal .modal-dialog{
    width: 85%;
  }
}
.main_menu ul.nav li.parent ul li ul.mod-menu__sub li a,
.main_menu ul.nav li.parent ul li ul.mod-menu__sub li .mod-menu__heading {
  float: left;
  padding: 7px 0px 7px 10px;
  margin: 0 0px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub li a,
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub li .mod-menu__heading {
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    float: none;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 15px;
    text-indent: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub li a:hover,
  .main_menu ul.nav li.parent ul li ul.mod-menu__sub li .mod-menu__heading:hover {
    color: #000000;
    padding: 7px 10px 7px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu ul.nav li.parent ul li.active > a,
.main_menu ul.nav li.parent ul li.active > .mod-menu__heading {
  color:#fc5a55;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active > a,
  .main_menu ul.nav li.parent ul li.active > .mod-menu__heading {
    color: #fc5a55;
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu ul.nav li.parent ul li.active > a:hover,
.main_menu ul.nav li.parent ul li.active > .mod-menu__heading:hover {
  color: #fc5a55;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active > a:hover,
  .main_menu ul.nav li.parent ul li.active > .mod-menu__heading:hover {
    padding: 7px 10px 7px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul {
    display: block;
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
  }
}
.main_menu ul.nav li.parent ul li.active ul li a,
.main_menu ul.nav li.parent ul li.active ul li .mod-menu__heading {
  font-weight: normal;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul li a,
  .main_menu ul.nav li.parent ul li.active ul li .mod-menu__heading {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.main_menu ul.nav li.parent ul li.active ul .active a,
.main_menu ul.nav li.parent ul li.active ul .active .mod-menu__heading {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul .active a,
  .main_menu ul.nav li.parent ul li.active ul .active .mod-menu__heading {
    color: #fc5a55 !important;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.footer_menu ul.nav {
  float: left;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .footer_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
}
.footer_menu ul.nav li {
  border-right: 1px solid #cecece;
  float: left;
  list-style: none outside none;
  position: relative;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
}
.footer_menu ul.nav li a {
  font-size: 14px;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li a {
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 9px 4px 10px;
    position: relative;
    color: #92999e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer_menu ul.nav li a:hover {
    background: transparent;
    padding: 4px 9px 4px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
  }
}
.footer_menu ul.nav li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li:last-child a {
    border-top: 0px solid #eeeeee;
  }
  .footer_menu ul.nav li:last-child a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
  }
}
.breadcrumb {
  margin-top: 20px;
}
.breadcrumb .divider {
  padding: 0 5px 0 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #f55a4e;
  line-height: 0px;
  display: inline-block;
  _border-color: #000000 #000000 #000000 #f55a4e;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.active .divider {
  display: none;
}
li + li:before {
  display: none;
}
.form-horizontal .control-label {
  text-align: left;
}
.well {
  box-shadow: none;
}
.login input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.login .lab_rem label {
  float: left;
  margin-right: 5px;
  color: #333333;
}
.login .block_login label {
  color: #333333;
}
.login .block_login input {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
  -webkit-text-fill-color: #888888 !important;
  color: #888888 !important;
}
.login button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.login button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.nav_bar_log {
  border-bottom: 0px solid #ddd;
}
ul.nav_bar_log li a {
  padding: 0;
  border: 0 solid;
}
.registration input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.registration label {
  color: #333333;
}
legend {
  color: #333333;
}
.reg {
  margin: 20px 0 0;
}
.reg a.btn {
  padding: 6px 5px;
  font-size: 14px;
  color: #ffffff;
  background: #f55a4e;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg a.btn:hover {
  background: #d3382c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remind label,
.reset label {
  color: #333333;
}
.remind input,
.reset input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .remind input,
  .reset input {
    margin-bottom: 10px;
  }
}
.remind button,
.reset button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remind button:hover,
.reset button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chzn-results li.highlighted {
  background: #f55a4e !important;
}
.page-header {
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}
#limit option:hover {
  background: #f55a4e !important;
}
.contact-category .pull-right {
  float: none !important;
  text-align: left !important;
}
.contact-category .label-warning {
  background: #f55a4e;
}
.contact-category label {
  display: block;
}
.contact-category input {
  padding: 10px 5px;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact-category span.label-warning {
  display: inline-block;
  padding: 10px 5px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 15px 15px 0;
}
.contact-category ul {
  list-style: none;
}
.category {
  width: 100%;
}
.map {
  width: 100%  !important;
}
.contact-form input,
.contact-form #jform_contact_message {
  width: 50%;
  padding: 10px 5px;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact-form legend,
.contact-form label {
  color: #333333;
}
.contact-form .send_co {
  margin: 0 0 15px 0;
}
.contact-form .send_co label {
  margin: 0px 7px 0 0;
}
.contact-form #jform_contact_email_copy {
  width: auto;
  padding: 0;
  margin: 0;
}
.contact-form button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-address dt {
  width: auto;
}
.contact-address dd {
  margin-left: 0px;
}
.snd_m label {
  float: left;
  padding: 0 5px 0 0;
}
.snd_m .controls input#jform_contact_email_copy {
  margin-top: 4px;
}
.archive button {
  padding: 1px 12px;
}
#contentBox {
  margin-top: 20px;
}
.content-category .hasTooltip a.btn {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
.content-category .hasTooltip a.btn:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
#josForm td input:not([type="radio"]),
#josForm td input:not([type="file"]),
#josForm td textarea {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#josForm .componentheading {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  color: #333333;
}
#josForm th {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  color: #333333;
}
#josForm .k2AccountPage table.admintable td.key,
#josForm .k2AccountPage table.admintable td.paramlist_key {
  font-size: 14px;
  padding-right: 5px;
  border: none;
}
#josForm input[type="radio"] {
  margin-left: 0;
  margin-right: 0px;
  position: static;
}
#josForm .k2AccountPage table tr td {
  background-color: #f6f6f6;
}
#josForm .td.key {
  padding: 0px 6px;
}
#josForm textarea,
#josForm input {
  margin-bottom: 10px;
}
button.validate {
  padding: 5px 10px;
}
#footer {
  background: url(../images/bg_footer-min.png) no-repeat top center;
  background-size: cover;
  border-top: 1px solid #eaeaea;
  width: 100%;
  color: #fff;
}
#footer h3 {
  color: #ffffff;
}
#footer .bg-fade {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 46px;
}
#footer .bg-fade .copyrights p {
  margin: 19px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
@media (max-width: 767px) {
  #footer .bg-fade .copyrights p {
    text-align: center;
  }
}
#footer .bg-fade .copyrights p a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .bg-fade .copyrights p a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f55a4e;
}
#footer .bg-fade .soc_icons_box {
  text-align: right;
}
@media (max-width: 767px) {
  #footer .bg-fade .soc_icons_box {
    text-align: center;
  }
}
#footer .bg-fade .soc_icons_box ul {
  margin: 15px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  list-style: none;
}
#footer .bg-fade .soc_icons_box ul li {
  float: left;
  padding: 0;
}
#footer .bg-fade .soc_icons_box ul li a {
  font-size: 18px;
  margin: 7px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .bg-fade .soc_icons_box ul li a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f55a4e;
}
#footer .bg-fade .row-footer {
  background: rgba(0, 0, 0, 0.5);
}
#footer .bg-fade .row-footer .col-lg-4:nth-child(even) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  #footer .bg-fade .row-footer .col-lg-4:nth-child(even) {
    border: none;
  }
}
#footer .bg-fade .row-footer ._contact {
  padding-top: 20px;
}
#footer .bg-fade .row-footer ._contact h3 {
  margin-top: 0;
  padding: 0 20px;
  color: #ffffff;
}
#footer .bg-fade .row-footer ._contact .ba-form {
  background: transparent!important;
  border-color: transparent!important;
  padding-top: 0px;
  padding-bottom: 0px;
}
#footer .bg-fade .row-footer ._contact .ba-form label {
  margin-bottom: 5px;
}
#footer .bg-fade .row-footer ._contact .ba-form .ba-textInput.tool:first-child {
  margin-top: 0;
}
#footer .bg-fade .row-footer ._contact .ba-form .ba-btn-submit {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
}
#footer .bg-fade .row-footer ._contact .ba-form .ba-btn-submit:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333 !important;
  color: #ffffff !important;
  border: 1px #333333 solid !important;
}
#footer .bg-fade .row-footer ._contact .ba-form input {
  margin-top: 0;
}
#footer .bg-fade .row-footer ._contact p {
  display: none;
}
#footer .bg-fade .row-footer ._logo {
  padding: 10px 20px 0;
  margin-bottom: 10px;
}
#footer .bg-fade .row-footer ._logo p {
  color: #ffffff;
}
#footer .bg-fade .row-footer ._logo p:last-child {
  margin-bottom: 0;
}
#footer .bg-fade .row-footer ._logo img {
  margin-bottom: 3px;
}
#footer .bg-fade .row-footer ._logo .contact_info p {
  color: #ffffff;
  margin: 0;
}
#footer .bg-fade .row-footer ._map {
  padding: 10px 10px 20px;
}
#footer .bg-fade .row-footer ._map .rm_map_canvas {
  border: 1px solid #fff !important;
}
#footer .bg-fade .row-footer ._recent {
  padding: 20px 20px 0;
}
#footer .bg-fade .row-footer ._recent h3 {
  margin-top: 0;
  color: #ffffff;
}
#footer .bg-fade .row-footer ._recent .os_cck__recent .cat_fields {
  background: none;
  margin-bottom: 20px;
}
#footer .bg-fade .row-footer ._recent .os_cck__recent br {
  display: none;
}
#footer .bg-fade .row-footer ._recent .os_cck__recent .MainPhoto_value {
  float: left;
  margin-right: 10px;
}
#footer .bg-fade .row-footer ._recent .os_cck__recent .Description_value {
  display: inline;
}
#footer .bg-fade .row-footer ._recent h1.componentheading {
  display: none;
}
#footer .bg-fade .row-footer ._recent .cck_box {
  margin-bottom: 6px;
  color: #ffffff;
}
#footer .bg-fade .row-footer .nav {
  float: none;
  padding-bottom: 7px;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  #footer .bg-fade .row-footer .nav {
    margin: 0px;
  }
}
#footer .bg-fade .row-footer .nav li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
#footer .bg-fade .row-footer .nav li:hover,
#footer .bg-fade .row-footer .nav li a:hover {
  background-color: transparent !important;
}
#footer .bg-fade .content_footer {
  border-top: 1px solid #fff;
  margin-top: 25px;
}
#footer div.k2ItemsBlock ul li {
  width: 100%;
  background: none;
  display: block;
  border: none;
}
#footer div.k2ItemsBlock ul li img {
  float: left;
  display: block;
  width: 32%;
  margin-left: 0px;
  margin-right: 18px;
}
#footer div.k2ItemsBlock ul li .moduleItemIntrotext {
  color: #ffffff;
}
#footer .cck-body a {
  color: #ffffff;
}
#footer .cck-body a:hover {
  color: #f55a4e;
}
.slide-row {
  margin: 0 !important;
}
.slide-row .col-lg-12 {
  padding: 0 !important;
}
.slide-row .col-lg-12 .realestateSlider span.arrow-right {
  background-image: url("../images/next.png");
  background-position: 0;
}
.slide-row .col-lg-12 .realestateSlider span.arrow-left {
  background-image: url("../images/prev.png");
  background-position: 0;
}
.slide-row .col-lg-12 #slideImgRm {
  max-width: 100%  !important ;
}
.slide-row .col-lg-12 #captionSlide {
  width: 40%;
  left: 60%;
  bottom: 35%;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 0 0;
}
@media (max-width: 768px) {
  .slide-row .col-lg-12 #captionSlide {
    bottom: 26%;
  }
}
@media (max-width: 480px) {
  .slide-row .col-lg-12 #captionSlide {
    bottom: 22%;
    width: 45%;
    left: 55%;
  }
}
.slide-row .col-lg-12 #captionSlide .slide-price {
  background-color: #f55a4e;
  font-size: 25px;
  padding: 5px 0 2px;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .slide-row .col-lg-12 #captionSlide .slide-price {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .slide-row .col-lg-12 #captionSlide .slide-price {
    font-size: 15px;
  }
}
.slide-row .col-lg-12 #captionSlide .slide-title {
  padding: 5px 0;
}
@media (max-width: 480px) {
  .slide-row .col-lg-12 #captionSlide .slide-title {
    padding: 0;
  }
}
.slide-row .col-lg-12 #captionSlide .slide-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 35px;
  text-transform: uppercase;
  color: #222;
  padding: 0 5px;
}
.slide-row .col-lg-12 #captionSlide .slide-title a:hover {
  color: #f55a4e;
}
@media (max-width: 768px) {
  .slide-row .col-lg-12 #captionSlide .slide-title a {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .slide-row .col-lg-12 #captionSlide .slide-title a {
    font-size: 18px;
  }
}
.slide-row .col-lg-12 #captionSlide .slide-address {
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slide-row .col-lg-12 div[id^=rmTouchSlider] .rem_listing_status,
.slide-row .col-lg-12 div[id^=rmTouchSlider] .col_rent {
  font-size: 18px;
  line-height: 36px !important;
  padding: 5px 20px !important;
}
@media (max-width: 480px) {
  .slide-row .col-lg-12 #captionSlide .slide-address {
    font-size: 12px;
  }
  .slide-row .col-lg-12 div[id^=rmTouchSlider] .rem_listing_status,
  .slide-row .col-lg-12 div[id^=rmTouchSlider] .col_rent {
    font-size: 14px;
    line-height: 26px !important;
    padding: 5px 10px !important;
  }
}
.search-row {
  padding: 20px 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}
.search-row #rem_mod_search {
  display: block  !important ;
}
.search-row .search_button {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
.search-row .search_button input[type="submit"] {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
  width: 180px;
  padding-top: 7px  !important ;
  padding-bottom: 7px  !important ;
}
.search-row .search_button input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
@media (max-width: 768px) {
  .search-row #rem_mod_search .col_box span,
  .search-row .col_box_2 span,
  .search-row .box_from .col_01,
  .search-row .box_until .col_01,
  .search-row .col_box_2 span,
  .search-row .box_from .col_01,
  .search-row .box_until .col_01 {
    width: 100%;
  }
}
.featured_houses_block {
  position: relative;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.featured_houses_block:hover {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.featured_houses_block:hover .feature_texthouse {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.featured_houses_block:hover .feature_texthouse .featured_houses_category a {
  color: #63c8c8;
}
.featured_houses_block:hover .feature_texthouse .featured_houses_category a:hover {
  color: #f55a4e;
}
@media (max-width: 320px) {
  .featured_houses_block:hover .feature_texthouse .featured_houses_inline {
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 320px) {
  .featured_houses_block:hover .feature_texthouse .featured_houses_category,
  .featured_houses_block:hover .feature_texthouse .featured_houses_location {
    margin: 5px;
  }
}
.featured_houses_block:hover .rem_house_viewlist a .featured_houses_price,
.featured_houses_block:hover .rem_house_viewlist a .featured_houses_viewlisting  {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.featured_houses_block .featured_houses_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23px;
}
.featured_houses_block .feature_texthouse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
}
.featured_houses_block .rem_house_viewlist {
  position: relative;
  z-index: 9999;
  background: #63c8c8;
}
.featured_houses_block .rem_house_viewlist a {
  color: #ffffff;
}
[class*=grid-layout] [class*=featured_houses_block] .col_rent,
[class*=grid-layout] [class*=featured_houses_block] .col_sale {
  background-color: #f55a4e;
}
._grid .featured_houses_title > a:first-child {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
}
._grid .featured_houses_title > a:first-child:hover {
  color: #f55a4e;
}
._grid .featured_houses_price {
  font-size: 14px;
}
._grid [class*=grid-layout] [class*=featured_houses_block] .house-desc li,
._grid [class*=grid-layout] [class*=featured_houses_block] .house-desc i {
  color: #ffffff;
}
._recently .featured_houses:before,
._recently .featured_houses:after {
  content: '';
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  ._recently .featured_houses_block {
    width: 32% !important;
    margin-left: 2%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  ._recently .featured_houses_block:nth-of-type( 3n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] ._recently .featured_houses_block {
    margin-left: 0px ;
    margin-right: 2%;
  }
  [dir="rtl"] ._recently .featured_houses_block:nth-of-type( 3n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  ._recently .featured_houses_block {
    width: 49% !important;
    margin-left: 2%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  ._recently .featured_houses_block:nth-of-type( 2n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] ._recently .featured_houses_block {
    margin-left: 0px ;
    margin-right: 2%;
  }
  [dir="rtl"] ._recently .featured_houses_block:nth-of-type( 2n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  ._recently .featured_houses_block {
    width: 100%  !important ;
    margin-left: 0;
    float: none;
  }
}
._last div.profileTable_last table,
._last div.profileTable_last tr,
._last div.profileTable_last td,
._last div.profileTable_last tbody {
  display: block;
  box-sizing: border-box;
}
._last div.profileTable_last tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._last div.profileTable_last td {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ._last div.profileTable_last td {
    width: 24% !important;
    margin-left: 1.33333333%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  ._last div.profileTable_last td:nth-of-type( 4n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] ._last div.profileTable_last td {
    margin-left: 0px ;
    margin-right: 1.33333333%;
  }
  [dir="rtl"] ._last div.profileTable_last td:nth-of-type( 4n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) and (min-width: 401px) {
  ._last div.profileTable_last td {
    width: 49% !important;
    margin-left: 2%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  ._last div.profileTable_last td:nth-of-type( 2n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] ._last div.profileTable_last td {
    margin-left: 0px ;
    margin-right: 2%;
  }
  [dir="rtl"] ._last div.profileTable_last td:nth-of-type( 2n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 400px) {
  ._last div.profileTable_last td {
    width: 100%  !important ;
    margin-left: 0  !important ;
    float: none;
  }
}
._last div.profileTable_last img {
  width: 100%  !important ;
  height: auto  !important ;
}
._last div.profileTable_last table.profileTable_last {
  border-spacing: 5px;
  border-collapse: separate;
  width: 100%;
}
._last div.profileTable_last table.profileTable_last td {
  padding: 15px 16px 5px;
  background: #ffffff;
  border: 1px solid #eee;
}
._last div.profileTable_last table.profileTable_last td a.plugOnlineUserText1 {
  display: block;
  padding: 10px 0 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.bg-slider {
  background: url(../images/bg_slider.jpeg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.bg-slider .bg-fade {
  background: rgba(0, 0, 0, 0.4);
  padding: 50px 0;
}
.bg-slider #slideImgRm {
  max-width: 100%  !important ;
}
.bg-slider #captionSlide {
  color: #f55a4e;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
}
.bg-slider #captionSlide .slide-title {
  font-size: 24px;
}
.bg-slider #captionSlide .slide-title a {
  text-transform: uppercase;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.bg-slider #captionSlide .slide-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.bg-slider div[id^="navigation"] {
  top: 45%!important;
}
.bg-slider ._numbers h3 {
  color: #ffffff;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .bg-slider ._numbers .custom {
    text-align: center;
  }
}
.bg-slider ._numbers .custom p {
  color: #ffffff;
  text-align: left;
}
.bg-slider ._numbers .custom .numbers {
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  background: #ffffff;
  color: #f55a4e;
  width: 131px;
  margin: 0 5px 5px 0;
  text-align: center;
}
@media (max-width: 320px) {
  .bg-slider ._numbers .custom .numbers {
    width: 130px;
  }
}
.bg-slider ._numbers .custom .numbers p {
  font-size: 14px;
  color: #f55a4e;
  text-align: center;
}
@media (max-width: 992px) {
  .bg-slider ._numbers {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  ._subscribe h3 {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  ._subscribe .itp-subscribe_subscribe {
    padding-right: 0;
  }
}
._subscribe .itp-subscribe_subscribe form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 34px  !important ;
}
@media (max-width: 480px) {
  ._subscribe .itp-subscribe_subscribe form {
    padding: 10px!important;
  }
}
._subscribe .itp-subscribe_subscribe form p:nth-child(1) {
  margin-bottom: 20px;
}
._subscribe .itp-subscribe_subscribe form p:nth-child(2) {
  width: 70%;
  padding-right: 15px;
  margin-bottom: 0;
}
._subscribe .itp-subscribe_subscribe form p:nth-child(2) input.inputbox {
  padding: 10px;
  height: 100%;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}
._subscribe .itp-subscribe_subscribe form input.button {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
  width: 30%;
  padding: 9px 7px !important;
}
._subscribe .itp-subscribe_subscribe form input.button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
@media (max-width: 500px) {
  ._subscribe .itp-subscribe_subscribe form p:nth-child(2) {
    padding-right: 0;
  }
  ._subscribe .itp-subscribe_subscribe form p:nth-child(2) input.inputbox {
    margin-bottom: 10px;
  }
  ._subscribe .itp-subscribe_subscribe form input.button,
  ._subscribe .itp-subscribe_subscribe form p:nth-child(2) {
    width: 100%;
  }
}

/*============================
=            blog            =
============================*/
._main_page_blog li.odd,
._main_page_blog li.even {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 32%;
  border: 1px solid #ddd;
  background: #63c8c8;
}
._main_page_blog div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  margin: 0px;
}
._main_page_blog li .moduleItemTitle {
  display: block;
  padding: 0px 10px;
  clear: both;
  line-height: 30px;
  color: white;
  font-size: 14px;
}
._main_page_blog li:hover .moduleItemTitle {
  color: black;
}
._main_page_blog div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0px;
}
@media (max-width: 994px) {
  ._main_page_blog div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 100%;
    float: none;
  }
  ._main_page_blog li.odd,
  ._main_page_blog li.even {
    display: block;
    width: 97%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  ._main_page_blog li.odd,
  ._main_page_blog li.even {
    width: 100%;
  }
}
.block_history #_ {
  position: relative;
  padding-bottom: 3.3em;
  text-align: center;
}
.block_history #_:before {
  content: "";
  width: 0px;
  position: absolute;
  left: -1px;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 2.6em;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #0061CC transparent transparent transparent;
}
.block_history #_:after {
  content: "";
  height: 2.6em;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.2em;
  margin: auto;
  text-align: center;
}
.block_history .date_history {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.block_history p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  text-align: center;
}
.block_history ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.block_history ul li .left_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: left;
  text-align: left;
}
.block_history ul li .left_history strong {
  font-size: 36px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li .left_history img {
  width: 200px;
  height: 200px;
  border: 1px #EAEAEA solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block_history ul li .left_history p {
  margin-top: 44px;
  text-align: right;
}
.block_history ul li .right_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: right;
  text-align: right;
  border-left: 1px solid #000000;
}
.block_history ul li .right_history strong {
  font-size: 36px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.block_history ul li .right_history p {
  text-align: left;
  margin-top: 44px;
}
.block_history ul li .right_history img {
  width: 200px;
  height: 200px;
  border: 1px #EAEAEA solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block_history ul li.ab:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.block_history ul li.ab:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 0;
  background: #0061CC;
}
.service_textblock .service_box {
  padding: 20px;
}
.service_textblock .service_box img {
  width: 100%;
  height: 300px;
}
.manager_content {
  margin-bottom: 30px;
  background: #ffffff;
}
.manager_content .block_manag {
  position: relative;
  height: 360px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.manager_content .block_manag img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .manager_content .block_manag img {
    display: block;
    margin: auto;
  }
}
.manager_content .block_manag:hover .post_name {
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.manager_content .block_manag .post_name {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  border-left: 9px solid #ff4c55;
  border-right: 9px solid #ff4c55;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.manager_content .block_manag .post_name h5 {
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}
.manager_content .manage_desc {
  padding: 10px 5px;
}
#divamage .fa-stack {
  height: 48px !important;
}
td a:focus {
  color: red;
}
.main_menu ul.nav li.parent > a {
  cursor: default;
}

/*------------------------------edit page---------------------------------*/
.icon-apply::before,
.icon-edit::before,
.icon-pencil::before {
  right: 29% !important;
  top: 24% !important;
}
.icons .btn-group.pull-right .icon-cog {
  display: none;
}
fieldset .radio input[type="radio"],
fieldset .radio-inline input[type="radio"],
fieldset .checkbox input[type="checkbox"],
fieldset .checkbox-inline input[type="checkbox"] {
  position: static !important;
  margin-left: 0 !important;
}
fieldset label {
  padding-left: 0 !important;
}
#options #wrapper {
  min-height: auto !important;
}
.sidebar-right ._profile {
  margin-top: 20px;
}
._profile img {
  max-width: 100%  !important ;
  margin-right: 0;
}
@media (max-width: 768px) {
  ._sharing {
    display: none;
  }
}
.REL-row .shadetabs li a {
  padding: 7px 30px 7px;
}
.profileTable img {
  margin: 0 15px 15px 0;
}
#jform_profile_dob_img,
#profile_dob_img {
  padding: 9px 10px;
  vertical-align: inherit;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
}
._agents h3 {
  font-size: 18px;
  margin: 33px 0 13px;
  color: #666;

}
table.UserListtable td b {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.profileTable_agents td img {
  margin-bottom: 10px;
}
#mod_user_profile .profileTable tr td b {
  font-weight: 400;
}
._profile {
  border: 1px solid #DDD;
  background: white;
  padding: 0 10px 10px;
  margin-bottom: 20px;
}
.house_button a,
.admin_table_47 .blank a,
input[type="submit"],
input[type="button"],
input.ba-btn-submit[type="submit"],
.itp-subscribe .button,
.logout-button .btn,
.controls .btn,
.login button,
.registration button.btn,
.remind button.btn,
.reset button.btn,
.contact-form button.btn,
.filter-search button.btn,
#button_hidden_review input.btn,
button.validate,
.btn-default {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
.house_button a:hover,
.admin_table_47 .blank a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input.ba-btn-submit[type="submit"]:hover,
.itp-subscribe .button:hover,
.logout-button .btn:hover,
.controls .btn:hover,
.login button:hover,
.registration button.btn:hover,
.remind button.btn:hover,
.reset button.btn:hover,
.contact-form button.btn:hover,
.filter-search button.btn:hover,
#button_hidden_review input.btn:hover,
button.validate:hover,
.btn-default:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
}
a.btn.btn-primary[data-toggle="modal"],
.registration button.btn {
  margin: 20px 0;
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
a.btn.btn-primary[data-toggle="modal"]:hover,
.registration button.btn:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #f55a4e;
  border: 1px #f55a4e solid;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18) !important;
  font-size: 14px;
  border-radius: 0;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:hover:hover,
.nav-pills > li.active > a:focus:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333333;
  color: #ffffff !important;
  border: 1px #333333 solid;
}
.remind input,
.reset input,
.contact-form input,
.filters input,
.contact-form textarea,
fieldset dd input,
fieldset dd textarea,
.profile-edit input,
.login input,
.registration input,
.registration textarea {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
form.well {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
.okno_R .titlehouse a:hover,
#list .list_house .col_htitle a:hover,
.my_houses .row_house .title_my_house a:hover,
#map_canvas .gm-style .gm-style-iw #marker_link a:hover {
  color: #f55a4e;
}
div.col_rent {
  background-color: #f55a4e;
  color: #ffffff;
}
.rem_searchtext_input input[name="searchtext"] {
  height: 30px;
}
.featured_houses_line h4.featured_list_title {
  margin: 10px 30px 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  line-height: 35px;
  width: 100%;
}
ul.shadetabs {
  margin-bottom: 40px;
}
ul.shadetabs li a {
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #EEE;
  background: transparent;
}
ul.shadetabs li a:hover {
  color: #f55a4e !important;
  text-decoration: none;
}
.REL-row .shadetabs li a.selected {
  border-top: 1px solid #fc5a55;
  color: #fc5a55 !important;
}
.componentheading {
  margin: 10px 0;
}
.contentpane.noborder div {
  margin-bottom: 5px;
}
.contentpane.noborder input.inputbox,
.contentpane.noborder textarea {
  border: 1px solid #EEE;
}
h1.componentheading {
  display: none;
}
table td.sectiontableheader {
  font-size: 25px;
  line-height: 36px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
}
table tr[class^="sectiontableentry"] td {
  padding: 10px;
}
._by_location input[type="button"] {
  padding: 1px 14px !important;
}
._by_location form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._by_location select,
._by_location input {
  margin-bottom: 10px;
  margin-left: 5px;
}
@media (max-width: 670px) {
  ._by_location input[type="button"],
  ._by_location input[type="text"],
  ._by_location select {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    box-sizing: border-box;
    margin: 9px 0px;
  }
  ._by_location input[type="text"] {
    padding: 2px 3px;
  }
}
.basictable.table_58 {
  margin-top: 10px;
}
.basictable img,
.componentheading + .REL-row img,
.UserListtable img {
  width: auto;
}
#show_buying textarea {
  width: 100%  !important ;
  overflow-x: hidden;
}
#mod_user_profile td {
  padding-right: 10px;
}
._blog {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 60px;
}
._blog .cck-wrapper-instance {
  margin: 0 -25px;
}
._blog img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
._blog span {
  display: block;
}
._blog a {
  cursor: pointer;
}
._blog a,
._blog a img {
  display: block;
}
._blog .date {
  font-weight: 600  !important ;
  letter-spacing: 0.5px;
}
._blog .description {
  letter-spacing: 0 ;
  line-height: 25px  !important ;
}
._blog .image {
  position: relative;
  overflow: hidden;
}
._blog .image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  background-color: #ffffff;
}
._blog .image:hover:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
div.cck-body .cat_fields {
  background-color: transparent;
}
.cck-body .instance_block {
  background-clip: content-box;
}
._sidebar_blog_categories .cck-body a,
._sidebar_last_posts .cck-body a {
  color: #f55a4e;
}
.cck-body button,
.cck-body a.button,
.cck-body input[type="button"],
.cck-body input[type="reset"],
.cck-body input[type="submit"] {
  border-radius: 0;
}
.cck-body h5 {
  text-transform: uppercase;
}
.cck-body .post_for_all_post {
  height: 100%;
}
.cck-body .all_posts_title {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}
.cck-body .location-address-block,
.cck-body .inst_for_all_inst_hours {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
@media (max-width: 768px) {
  .cck-body .all_posts_title,
  .cck-body .post_for_all_post,
  .cck-body .datecenter {
    text-align: center;
  }
}
.cck-body .rent_request_wrapper img {
  width: auto;
}
.blog_post {
  width: 66%;
  margin: auto;
}
@media (max-width: 768px) {
  .blog_post {
    width: 100%;
    margin: auto;
  }
  .blog_post .datecenter {
    text-align: center;
  }
  .cck-body .titlecenter {
    text-align: center;
  }
  .cck-body .all_posts_title,
  .cck-body .post_for_all_post {
    text-align: center;
  }
}
.cat_instance_for_all_cat a {
  text-transform: uppercase;
  font-size: 22px;
}
.post_for_all_post a {
  color: #fff;
}

/*__________________ new style __________________________________*/
.header .row.login-row ._login #login label.element-invisible,
.header .row.login-row ._login #login ul li label,
.header .row.login-row ._login #login ul li #remember_vmlogin, 
.header .row.login-row ._login #login .add-on {
  display: none;
}
.header .row.login-row form#login {
  margin-bottom: 5px;
}
.header .row.login-row form#login br {
  display: none;
}
@media(max-width: 768px) {
  ._modsearch .com_realestatemanager_modsearch form {
    display: block !important;
  }
}
@media(max-width: 480px) {
  .header .login-row .input-prepend {
    display: block;
  }
}
.realestateSlider .swiper-slide {
  overflow: hidden;
}

/*______ homa page slider _____*/
.ordasoft .realestateSlider .swiper-container .rem_listing_status {
  right: 0 !important;
  left: auto !important;
}
.ordasoft .realestateSlider .swiper-container .col_rent {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
}
.ordasoft .realestateSlider .arrow-left:before, 
.ordasoft .realestateSlider .arrow-right:before {
  display: none;
}
@media(max-width: 767px) {
  #rem_mod_search .ui-slider, #rem_mod_search #rem_slider_mod {
    width: 98%;
  }
  #rem_mod_search .pricefrom_2 input, #rem_mod_search .priceto_2 input {
    text-align: center;
  }
}

/*______ RECENTLY LISTED PROPERTIES _____*/
._recently .featured_houses_block .rem_listing_status {
  right: 0 !important;
  left: auto !important;
}
._recently .featured_houses_block .col_rent,
._recently .featured_houses_block .col_sale {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
}
._recently .featured_houses_block .rem_house_viewlist a .featured_houses_price,
._recently .featured_houses_block .rem_house_viewlist a .featured_houses_viewlisting {
  color: #fff;
}
._recently .featured_houses_block .rem_house_viewlist a, 
._recently .featured_houses_block .feature_texthouse .featured_houses_inline, 
._recently .featured_houses_block .feature_texthouse .featured_houses_location,
._recently .featured_houses_block .feature_texthouse i,
._recently .featured_houses_title a {
  color: #666;
}
._recently .featured_houses_title a:hover {
  color: #F55A4E;
}

/*______ small slider _______*/
.small_slider .realestateSlider .arrow-left:before,
.small_slider .realestateSlider .arrow-right:before {
  color: #63c8c8;
}
.small_slider .realestateSlider .swiper-slide {
  overflow: hidden;
}
.small_slider .realestateSlider .swiper-container .swiper-slide .slide-price, 
.small_slider .realestateSlider .swiper-container .swiper-slide .slide-price a {
  color: #f55a4e;
}

/*______ RANDOM HOUSES (GRID LAYOUT) ______*/
._grid [class*=grid-layout] [class*=featured_houses_block] ul.house-desc {
  background: #63c8c8;
}
._grid [class*=grid-layout] [class*=featured_houses_block] .featured_houses_title {
  background: rgba(255,255,255,0.8);
}
._grid [class*=grid-layout] [class*=featured_houses_block] .featured_houses_title .featured_houses_location,
._grid .featured_houses_title a {
  color: #666;
}
._grid [class*=grid-layout] [class*=featured_houses_block] .featured_houses_title .rem_house_viewlist i,
._grid [class*=grid-layout] [class*=featured_houses_block] .featured_houses_title .featured_houses_location i {
  color: #3A8BDF;
}
._grid [class*=grid-layout] [class*=featured_houses_block] .col_rent, 
._grid [class*=grid-layout] [class*=featured_houses_block] .col_sale {
  padding: 3px 10px 5px;
}

/*______ CCK blog pages ______*/
.all_posts .all_instance_order_by select {
  width: 100% !important;
}
.all_posts .all_instance_order_by select:focus {
  background: #fff !important;
}
.cck-body button:hover,
.cck-body button:focus {
  border: none !important;
}
.cck-body .add_blog_post  .mce-container-body button {
  border: none !important;
}
.cck-body .add_blog_post  .mce-container-body button span,
.cck-body .add_blog_post  .mce-container-body button i,
.cck-body .add_blog_post  .mce-container-body button {
  background: #fff !important;
}

/*______ add house ______*/
.row_add_house .editor_area .js-editor-tinymce a.btn,
.admin_table_47 input[type="button"] {
  background: #fc5a55 !important;
}
.row_add_house .rem_specprice .accordion a.accordion-toggle {
  color: #63c8c8 !important;
}
.en_line1, .en_line2, .en_line3, .en_line4, .en_line5, .en_line6, .en_line7, .cl_line1, .cl_line2, .cl_line3, .cl_line4, .cl_line5, .cl_line6, .cl_line7 {
  color: #000;
}
form#save_add .admin_table_47 .row_add_house.diagrammas_row > span {
  width: 200px;
}

/*______ all categories ______*/
form#adminForm .realestate_search_button.table_45 a, 
form#adminForm .basictable.table_58 a.category,
 .basictable .row_img .rem_cat_big .bigm_title a {
  color: #92999E !important;
}
.basictable .row_img .rem_cat_big .bigm_title a {
  color: #fff !important;
}
form#adminForm .realestate_search_button.table_45 a:hover, 
form#adminForm .basictable.table_58 a.category:hover,
 .basictable .row_img .rem_cat_big .bigm_title a:hover {
  color: #fc5a55 !important;
}
.table_input input.button {
  background: #fc5a55 !important;
  text-transform: uppercase;
  font-size: 14px;
}
.table_input input.button:hover {
  background: #333 !important;
}
.table_59 {
  background: transparent !important;
}

/*______ single category ______*/
#ShowOrderBy a i {
  color: #92999E !important;
}
.rem_house_contacts .show_search_house .button {
  background: #63c8c8;
}
.button_ppe.table_29 form input[type="submit"] {
  background: #fc5a55 !important;
}
.rem_house_viewlist,
#list .list_house .rem_type_catlist {
  background: #efefef !important;
}
#list .list_house .rem_type_catlist {
  padding: 10px;
  border: 1px solid #ddd;
}
.rem_house_viewlist a div,
.rem_house_viewlist a span,
#gallery_rem .okno_R a,
#gallery_rem .okno_R .rem_type_Allhouses .row_text i,
#gallery_rem .okno_R .rem_type_Allhouses .row_text span,
#list .list_house .rem_type_catlist .row_text i,
#list .list_house .rem_type_catlist .row_text span, #list .list_house .fa.fa-map-marker,
#list .list_house a {
  color: #92999E !important;
}
.rem_house_viewlist a:hover div,
.rem_house_viewlist a:hover span,
#list .list_house a:hover {
  color: #F55A4E !important;
}
#gallery_rem .okno_R a:hover {
  color: #fc5a55 !important;
}
.fa-star-o:hover,
.fa-star:hover {
  color: #63c8c8 !important;
}

/*______ search ______*/
#rem_mod_search .search_button input[type="submit"],
.show_search_house.default input[type="submit"],
.show_search_house.advanced input[type="submit"],
.rm_map form[name="mod_search_form_rm"] input[type="button"],
.re_mod_rem_map_canvas .ol-zoom.ol-unselectable.ol-control button {
  background: #fc5a55 !important;
}
._center {
  text-align: center;
}

/*______ .owners list ______*/
.table_12 {
  width: 100%;
}
.table_12 tr td a {
  color: #92999E !important;
}

/*______ view house ______*/
#rem_house_galery .swiper-container.swiper-container-horizontal .swiper-button-next,
#rem_house_galery .swiper-container.swiper-container-horizontal .swiper-button-prev {
  background-image: none !important;
}
#gallery_rem {
  margin-top: 20px;
}
#show_buying input.button {
  background: #fc5a55 !important;
}
#rem_house_galery .button_ppe a i {
  color: #92999E !important;
}
.diagramm .left span {
  font-weight: bold;
}
.en_val1, .en_val2, .en_val3, .en_val4, .en_val5, .en_val6, .en_val7, .cl_val1, .cl_val2, .cl_val3, .cl_val4, .cl_val5, .cl_val6, .cl_val7 {
  color: #000;
}
.col_img .swiper-button-prev:before, 
.col_img .swiper-button-next:before {
  font-size: 40px;
}

/*______ my houses _____*/
.tabs_buttons ul li a.my_houses_edit {
  color: #63c8c8 !important;
}
#my_houses_edit .row_house a {
  color: #92999E !important;
}
#my_houses_edit + .box_button input {
  background: #fc5a55 !important;
}

/*______ login forms _____*/
.logout form .control-group .controls button span {
  display: none;
}
.logout form .control-group .controls button {
  background: #fc5a55 !important;
}
.remind .control-group button,
.reset .control-group button {
  margin-top: 20px;
}

/*_______ last online agents ___________*/
._last_online_agents {
  padding: 0 40px;
  text-align: center;
}
._last_online_agents h3 {
  text-align: center;
}
._last_online_agents table th, 
._last_online_agents td {
  padding: 0 5px !important;
}
._last_online_agents table,
._last_online_agents tr,
._last_online_agents td {
  display: inline-block;
}
._last_online_agents td a {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
}
._last_online_agents td img {
  object-fit: cover;
}
@media(max-width: 480px) {
  ._last_online_agents {
    display: block;
    padding: 0;
  }
}

/*__________________________________________________________*/
#footer {
  margin-top: 20px;
}
.REL-row.search_checkbox label span {
  display: inline-block;
  width: 100px;
}
@media(max-width: 767px) {
  .REL-row.search_checkbox .REL-collumn-xs-12 {
    width: auto !important;
  }
}

/*styles for login form on single page*/
.login .form-validate.form-horizontal.well .control-group:nth-of-type(3) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.login .form-validate.form-horizontal.well .control-group input#remember {
  position: relative;
  top: 4px;
  left: 5px;
}
ul.nav.nav-tabs.nav-stacked li a,
ul.nav.nav-tabs.nav-stacked li a:hover {
  border: none;
}
.UserListtable tr td a {
  color: #63c8c8;
}
@media(min-width: 768px) and (max-width: 991px) {
  .show_search_house.advanced .rem_searchtext_input input {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

/*_________________ menu button and text ____________*/
#site-navigation-top .navbar-header button i,
#site-navigation-main .navbar-header button i,
#site-navigation-footer .navbar-header button i {
  font-size: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#site-navigation-top .navbar-header button:hover i.fa.fa-times,
#site-navigation-main .navbar-header button:hover i.fa.fa-times,
#site-navigation-footer .navbar-header button:hover i.fa.fa-times {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(805deg);
  transform: rotate(180deg);
}

.button_text .menu_btn_text {
  font-size: 12px;
  text-transform: uppercase;
  color:#63c8c8;
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
}
span.menu_btn_close {
  display: none;
}
i.fa.fa-times+.button_text .menu_btn_text .menu_btn_close {
  display: inline-block;
}
i.fa.fa-times+.button_text .menu_btn_text .menu_btn_open {
 display: none;
}
@media(max-width: 767px) {
  #main-navbar-collapse .mod-menu__heading {
    display: block;
    width: 100%;
  } 
  #main-navbar-collapse span.fa {
    position: absolute;
    right: 0;
  }
  #main-navbar-collapse span.fa:nth-child(2) {
    display: none;
  }
}

/*_______________ edit page and button ______________________*/
.btn.jmodedit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #bbb #bbb #a2a2a2;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-align: left ;
}
.icons .btn-group.pull-right button.btn.dropdown-toggle {
  background: #fc5a55 !important;
}

/*_______________________*/
.edit.item-page #jform_catid_chzn.chzn-container.chzn-container-single,
.edit.item-page #jform_tags_chzn.chzn-container-multi,
.edit.item-page #jform_state_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch,
.edit.item-page #jform_tags_chzn.chzn-container-multi ul li input,
.edit.item-page #jform_featured_chzn,
.edit.item-page #jform_access_chzn,
.edit.item-page #jform_images_float_intro_chzn,
.edit.item-page #jform_images_float_fulltext_chzn {
  width: 200px !important;
}
.edit.item-page .btn-toolbar {
  margin-top: 20px;
}
.edit.item-page input {
  border: 1px solid #eaeaea !important;
  width: 200px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#jform_language_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch {
  width: 200px !important;
  margin-bottom: 10px;
}
.edit.item-page #jform_metadesc, 
.edit.item-page #jform_metakey {
  width: 100% !important;
} 
tr.time td.time.hours-select,
tr.time td.time.minutes-select {
  padding: 0;
}
.js-editor-tinymce .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout button {
  background: #fff;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Select"] {
  position: static;
  width: auto;
  height: 20px;
  display: inline-block;
  margin: 0px 1px 2px 1px;
  padding: 0px 12px 0 12px !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"] {
  margin-bottom: 2px;
  height: 20px;
  padding: 0px 12px 0 12px !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"]:before {
  font-family: FontAwesome;
  content:"\f1f8";
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"] .icon-remove {
  display: none;
}
.edit.item-page .input-prepend.input-append .media-preview.add-on {
  display: block;
  width: 38px;
  height: 20px;
  float: left;
  background: #fff;
  border: 1px solid #eaeaea;
  text-align: center;
}  
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye {
  margin: 0 !important;
  position: relative;
}
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye:before {
  font-family: FontAwesome;
  content:"\f06e";
}
.edit.item-page form#adminForm #jform_images_image_intro-lbl {
  margin-top: 30px;
} 
form#module-form .btn-toolbar .btn-group button.btn.btn-default.btn-primary {
  background: #feab0c;
  border-color: #feab0c;
}
form#module-form input[type="text"] {
  height: 32px;
  width:auto;
}
form#module-form .media-preview.add-on {
  height: 32px;
}
form#module-form .control-group .controls input[type="radio"] {
  display:inline-block;
  margin-left: 6px;
}
form#modules-form .form-horizontal textarea {
  float: none !important;
}

/*_______________ new style for display buttons ______________________________*/
.btn-group,
.btn.btn-default#left, 
.btn.btn-default#top, 
.btn.btn-default#right, 
.btn.btn-default#bottom,
.btn.btn-md.btn-danger#top,
.btn.btn-md.btn-danger#left,
.btn.btn-md.btn-danger#right,
.btn.btn-md.btn-danger#bottom,
ul.nav.nav-tabs li.dropdown,
ul.nav.nav-pills li.dropdown {
  display: inline-block !important;
}
.item-page .row  .col-lg-6 .input-group input.form-control {
  padding: 0;
}

/*___________ OS Pages _______________*/
.slider_block,
.comments_block,
.cck_info_block,
.baforms_block,
.membership_block {
  margin-bottom: 50px;
}
.os_comments_block_image {
  max-width: 980px;
  margin: 0 auto;
}
.os_membership_block_image,
.baforms_block_image  {
  max-width: 710px;
  margin: 0 auto;
}
.cck_info_block p a {
  font-weight: bold;
  color: #666;
}
.cck_info_block p a:hover,
.comments_block p a:hover,
.membership_block p a:hover,
.cck_info_block p a:hover,
.baforms_block p a:hover {
  color:#f55a4e;
}
.cck_info_block h1,
.baforms_block h1,
.gallery_block_masonry h1,
.comments_block h1,
.membership_block h1,
.moduletable .custom h1.slider_title {
  text-align: center;
  color: #92999e !important;
  text-transform: none;
}
.more_link {
  text-align: center;
  margin-top: 50px;
}
.more_link a{
  text-transform: none;
  color: #666;
}
.comments_block p,
.membership_block p,
.cck_info_block p, 
.baforms_block p {
  font-size: 16px;
  line-height: 24px;
  padding:0 20% 1% 20%;
  color: #666 !important;
}
.comments_block p a,
.membership_block p a,
.cck_info_block p a,
.baforms_block p a {
  font-weight: bold;
  color: #666;
}
.comments_block h3,
.membership_block h3,
.cck_info_block h3,
.baforms_block h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: none;
  color: #666 !important;
}
.os_comments_block_image,
.os_membership_block_image,
.os_gallery_block_image,
.baforms_block_image {
  overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}

.os_cck_block_image h2,
.os_comments_caption h2,
.os_membership_caption h2,
.baforms_block h2 {
  display: none;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 20px;
  z-index: 9;
  font-weight: 700;
  margin:0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.os_cck_block_image,
.os_comments_block_image,
.os_membership_block_image {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
.os_membership_block_image{
  max-width: 700px;
}
.os_cck_block_image img,
.os_comments_block_image img,
.os_membership_block_image img,
.baforms_block_image img  {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.os_cck_caption::before,
.os_comments_caption::before,
.os_membership_caption::before,
.baforms_caption::before {
  position: absolute;
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}
.os_cck_block_image:hover h2,
.os_comments_block_image:hover h2,
.os_membership_block_image:hover h2,
.baforms_block_image:hover h2 {
  display: block;
  // -webkit-transform: scale(1.1);
  // transform: scale(1.1);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 45%;
  bottom: 45%;
  right: 0;
  left: 0;
  line-height: 1.1 !important;
}
.os_cck_block_image:hover .os_cck_caption::before,
.os_comments_block_image:hover .os_comments_caption::before,
.os_membership_block_image:hover .os_membership_caption::before,
.baforms_block_image:hover .baforms_caption::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.os_cck_block_image:hover .os_cck_caption,
.os_comments_block_image:hover .os_comments_caption,
.os_membership_image:hover .os_membership_caption,
.baforms_block_image:hover .baforms_caption {
  background-color: rgba(58,52,42,0);
}
.os_cck_block_image:hover img,
.os_comments_block_image:hover img,
.os_membership_block_image:hover img,
.baforms_block_image:hover img {
  opacity: 0.4;
}

/*_____________________ Gallery page + Slider page ___________________*/
.gallery_block_masonry p,
.slider_block p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20% 1% 20%;
  text-align: center;
}
.gallery_block_masonry p a,
.slider_block p a {
  font-weight: bold;
  color: #888;
}
.gallery_block_masonry p a:hover,
.slider_block p a:hover {
  color:#ff4d15;
}

.gallery_block_masonry h3,
.slider_block h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  text-transform: none;
  font-family: "Lobster";
  font-weight: normal;
  color: #888;
}
.gallery_block_masonry .more_link a,
.slider_block .more_link a {
  font-family: "Lobster";
}
.os_gallery_block_image,
.os_slider_block_image {
   overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}
.os_gallery_block_image h2,
.os_slider_block_image h2 {
  display: none;
  color: #fff !important;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 30px;
  z-index: 9;
  font-weight: 900;
  margin: 0;
}
.os_gallery_block_image:hover h2,
.os_slider_block_image:hover h2 {
  display: block;
}
.gallery_block_masonry img,
.os_slider_block_image img {
  -webkit-transition: opacity 1s,
  -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery_block_masonry img:hover,
.os_slider_block_image img:hover {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

/*________________ pages responsive _____________ */
@media(max-width: 767px) {
  .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
  .slider_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 26px !important;
  }
  p.slider_title_text {
    padding: 2% 20% 1% 20%;  
  }
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 14px !important;
  }
  .os_gallery_block_image h2,
  .os_slider_block_image h2 {
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
    top: 25%;
    margin: 0;
  }
}
@media(max-width: 480px) {
  .os_comments_caption h2,
  .os_slider_block_image h2,
  .os_membership_block_image h2,
  .os_gallery_block_image h2,
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 10px !important;
  }
  .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
  .slider_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 18px !important;
  }
}
@media(max-width: 767px) {
  .moduletable .custom h1.slider_title {
    font-size: 26px;
  }
}
@media(max-width: 480px) {
  .moduletable .custom h1.slider_title {
    font-size: 18px;
  }
}
p.slider_title_text {
 text-align: center;
 margin: 40px auto;
 padding: 0 20% 1% 20%;
 font-size: 16px;
}
p.slider_title_text a {
  text-decoration: none;
  color: #888;
}
p.slider_title_text a:hover {
  color:#ff4d15;
}

/*_____________________ joomla content ___________________________________*/
.category-list .content-category .form-inline .pagination {
  display: block;
}
.category-list .content-category .form-inline .pagination ul {
  list-style: none;
}
.category-list .content-category .form-inline .pagination ul li {
  display: inline-block;
  border: 1px solid #DDD;
  color: #A3A3A3;
  padding: 10px;
}
.category-list .content-category .form-inline .pagination ul li a,
.category-list .content-category .form-inline .pagination ul li span {
  cursor: pointer;
  color: #333;
}

/*remind/reset password*/
.remind form#user-registration .control-group .controls button[type="submit"],
.reset form#user-registration .control-group .controls button[type="submit"] {
  margin-top: 20px;
}

/*contact*/
.contact .contact-form form#contact-form fieldset .control-label label {
  display: inline-block;
}
.contact .contact-form form#contact-form fieldset input[type="text"],
.contact .contact-form form#contact-form fieldset input[type="email"] {
  max-width: 250px;
}
#contentBox .cck-body .single_blog_post{
  margin-left: unset !important;
}
/*blog-featured*/
.blog-featured table.category {
  text-align: center;
}
.all_posts_title a{
  color: #fff !important;
}
.all_posts_title a:hover{
  color: #f55a4e !important;
}

/*NEW STYLE 2020.08.19*/
#footer .bg-fade .container ._contact .custom_contact .com-baforms-wrapper .ba-form-column-wrapper .ba-field-label-wrapper{
  display: none;
}
.ba-form-submit-wrapper[class*="animation"] .ba-form-submit-btn{
  padding: 5% 0% !important;
  width: 100%;
}
@media (max-width: 1199px){
  .bg-slider ._numbers .custom .numbers {
    padding: 0px;
    width: 20%;
  }
  #rem_mod_search form{
    text-align: center !important;
  }
}
@media (max-width: 991px){
  .header #logo{
    margin: 0 0 10px;
  }
  #footer .bg-fade .row-footer ._contact h3{
    padding: 0px 0px;
  }
}
@media (max-width: 850px){
  #footer .bg-fade .row-footer ._contact h3 {
    padding: 0 0px;
    text-align: center;
  }
}
@media (max-width: 796px){
  form#login .add-on + #mod-username, form#login .add-on + #mod-passwd, .os_modal.form_pop .add-on + #mod-username, .os_modal.form_pop .add-on + #mod-passwd{
    width: 135px !important;
  }
}
@media (max-width: 500px){
  form#login .add-on + #mod-username, form#login .add-on + #mod-passwd, .os_modal.form_pop .add-on + #mod-username, .os_modal.form_pop .add-on + #mod-passwd {
    width: 100% !important;
  }
}
@media (max-width: 440px){
  .bg-slider ._numbers .custom .numbers {
    width: 47%;
  }
}

/*RTL STYLE*/
[dir="rtl"] .col-xs-1, [dir="rtl"] .col-xs-2, [dir="rtl"] .col-xs-3, [dir="rtl"] .col-xs-4, [dir="rtl"] .col-xs-5, [dir="rtl"] .col-xs-6, [dir="rtl"] .col-xs-7, [dir="rtl"] .col-xs-8, [dir="rtl"] .col-xs-9, [dir="rtl"] .col-xs-10, [dir="rtl"] .col-xs-11, [dir="rtl"] .col-xs-12 {
  float: right;
}
[dir="rtl"] .main_menu ul.nav{
  float: left;
}
[dir="rtl"] .main_menu ul.nav li.parent a span.arrow, [dir="rtl"] .main_menu ul.nav li.parent .mod-menu__heading span.arrow{
  left: 2px;
  right: unset;
}
[dir="rtl"] .main_menu ul.nav li.parent ul li a, [dir="rtl"] .main_menu ul.nav li.parent ul li .mod-menu__heading{
  text-align: right;
}
[dir="rtl"] .main_menu ul.nav li.parent ul li ul.mod-menu__sub{
  left: 100%;
}
[dir="rtl"] .main_menu ul.nav li.parent ul li a span.arrow, [dir="rtl"] .main_menu ul.nav li.parent ul li .mod-menu__heading span.arrow{
  left: 6px;
  right: unset;
  border-width: 4px 0px 4px 6px;
  border-color: transparent transparent transparent #888888;
}
[dir="rtl"] .main_menu ul.nav li.parent ul li ul.mod-menu__sub li a, [dir="rtl"] .main_menu ul.nav li.parent ul li ul.mod-menu__sub li .mod-menu__heading{
  padding: 7px 10px 7px 0px;
}
[dir="rtl"] .ordasoft .realestateSlider .swiper-container .rem_listing_status {
  right: auto !important;
  left: 0 !important;
}
[dir="rtl"] .slide-row .col-lg-12 #captionSlide{
  right: 60%;
  left: unset;
}
[dir="rtl"] .ordasoft .realestateSlider .swiper-container .col_rent {
  left: auto !important;
  right: 0 !important;
}
[dir="rtl"] .featured_houses_inline {
  margin: 0 0px 10px 15px;
}
[dir="rtl"] ._recently .featured_houses_block .rem_listing_status {
  right: auto !important;
  left: 0 !important;
}
[dir="rtl"] ._recently .featured_houses_block .col_rent, ._recently .featured_houses_block .col_sale {
  left: auto !important;
  right: 0 !important;
}
[dir="rtl"] ._subscribe .itp-subscribe_subscribe form p:nth-child(1){
  text-align: right !important;
}
[dir="rtl"] .bg-slider ._numbers .custom p {
  text-align: right;
}
[dir="rtl"] .bg-slider #captionSlide .slide-title a{
  text-align: right;
}
[dir="rtl"] .bg-slider #captionSlide .slide-address{
  text-align: right;
}
[dir="rtl"] .bg-slider #captionSlide .slide-price{
  text-align: right;
}
[dir="rtl"] #footer .bg-fade .soc_icons_box {
  text-align: left;
}
[dir="rtl"] .header .login-row ul li {
  margin-right: unset;
  margin-left: 10px;
}
[dir="rtl"] ._subscribe .itp-subscribe_subscribe form p:nth-child(2) {
  padding-right: unset;
  padding-left: 15px;
}
[dir="rtl"] .bg-slider ._numbers .custom .numbers p{
  text-align: center;
}
[dir="rtl"] .navbar .nav>li {
  float: right;
}
[dir="rtl"] #ShowOrderBy .table_29 {
  text-align: left;
}
[dir="rtl"] .container_box_2 {
  text-align: right;
}
[dir="rtl"] .search_map_layout .show_search_house input.button{
  float: right;
}
[dir="rtl"] .search_map_layout #ShowOrderBy .table_29 {
  text-align: left !important;
}
[dir="rtl"] .search_map_layout #ShowOrderBy .table_29, [dir="rtl"] .search_map_layout #ShowOrderBy {
  text-align: right;
}
[dir="rtl"] .show_search_house #rem_slider {
  margin: 6px 7px 12px 0px;
}
[dir="rtl"] .show_search_house.advanced #rem_slider_mod, [dir="rtl"] .show_search_house.advanced #rem_slider, [dir="rtl"] .show_search_house.advanced .ui-slider {
  margin: 10px 7px 16px 0px;
}
[dir="rtl"] #rem_mod_search #rem_slider_mod, [dir="rtl"] #rem_lot_size_slider_mod, [dir="rtl"] #rem_house_size_slider_mod, #rem_mod_search #rem_slider, [dir="rtl"] .rem_house_contacts .show_search_house.advanced #rem_slider_mod, [dir="rtl"] .rem_house_contacts .show_search_house.advanced #rem_slider, [dir="rtl"] .rem_house_contacts .show_search_house.advanced .ui-slider {
  margin: 10px 7px 16px 0px;
}
[dir="rtl"] .profileTable td img {
    margin: 0 0px 15px 15px;
}
[dir="rtl"] .left {
    padding-left: 0px;
    padding-right: 3px;
}
[dir="rtl"] .shadetabs{
  text-align: right;
}
[dir="rtl"] .mce-container, [dir="rtl"] .mce-container *, [dir="rtl"] .mce-widget, [dir="rtl"] .mce-widget *, [dir="rtl"] .mce-reset{
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .ba-field-label-wrapper{
  text-align: right !important;
}
html[dir="rtl"] .characters-wrapper, html[dir="rtl"] .ba-form-field-item .ba-input-help {
    float: left;
    margin-left: 10px !important;
    margin-right: 0px !important;
}
[dir="rtl"] .ba-form-field-item .ba-form-products-cart .ba-form-product-quantity-cell input, [dir="rtl"] .ba-form-page-navigation-title, [dir="rtl"] .upload-file-btn, [dir="rtl"] .upload-file-input, [dir="rtl"] .ba-field-container select, [dir="rtl"] .ba-field-container textarea[readonly], [dir="rtl"] .ba-field-container textarea, [dir="rtl"] .ba-field-container input[type="text"], [dir="rtl"] .ba-field-container input[type="number"], [dir="rtl"] .ba-field-container input[type="password"], [dir="rtl"] .ba-field-container input[type="email"]{
  text-align: right !important;
}
[dir="rtl"] .com-baforms-wrapper [class*="span"] {
    float: right;
    margin-right: 1%;
    margin-left: unset;
}
[dir="rtl"] form#login .add-on + #mod-username, [dir="rtl"] form#login .add-on + #mod-passwd, [dir="rtl"] .os_modal.form_pop .add-on + #mod-username, [dir="rtl"] .os_modal.form_pop .add-on + #mod-passwd{
      padding: 0 10px 0 0px;
}
[dir="rtl"] .header .login-row .input-prepend .input-small{
      margin: 0 0px 5px 10px;
}
[dir="rtl"] .featured_houses_block {
    margin: 0 0px 10px 10px;
}

@media (min-width: 1200px){
  [dir="rtl"] .col-lg-1, [dir="rtl"] .col-lg-2, [dir="rtl"] .col-lg-3, [dir="rtl"] .col-lg-4, [dir="rtl"] .col-lg-5, [dir="rtl"] .col-lg-6, [dir="rtl"] .col-lg-7, [dir="rtl"] .col-lg-8, [dir="rtl"] .col-lg-9, [dir="rtl"] .col-lg-10, [dir="rtl"] .col-lg-11, [dir="rtl"] .col-lg-12 {
    float: right;
  }
  [dir="rtl"] ._recently .featured_houses_block{
    float: right;
  }
}
@media (max-width: 1199px) and (min-width: 768px){
  [dir="rtl"] ._recently .featured_houses_block {
    float: right;
  }
}
@media (min-width: 992px){
  [dir="rtl"] .col-md-1, [dir="rtl"] .col-md-2, [dir="rtl"] .col-md-3, [dir="rtl"] .col-md-4, [dir="rtl"] .col-md-5, [dir="rtl"] .col-md-6, [dir="rtl"] .col-md-7, [dir="rtl"] .col-md-8, [dir="rtl"] .col-md-9, [dir="rtl"] .col-md-10, [dir="rtl"] .col-md-11, [dir="rtl"] .col-md-12 {
    float: right;
  }
}
@media (max-width: 992px){
  [dir="rtl"] .main_menu ul.nav li.parent a span.arrow {
    left: -5px;
    top: 8px;
  }
  [dir="rtl"] .main_menu ul.nav li.parent .mod-menu__heading span.arrow {
    left: 0px;
    right: unset;
  }
}
@media (min-width: 768px){
  [dir="rtl"] .col-sm-1, [dir="rtl"] .col-sm-2, [dir="rtl"] .col-sm-3, [dir="rtl"] .col-sm-4, [dir="rtl"] .col-sm-5, [dir="rtl"] .col-sm-6, [dir="rtl"] .col-sm-7, [dir="rtl"] .col-sm-8, [dir="rtl"] .col-sm-9, [dir="rtl"] .col-sm-10, [dir="rtl"] .col-sm-11, [dir="rtl"] .col-sm-12 {
    float: right;
  }
}
@media (max-width: 767px){
  [dir="rtl"] .navbar .nav>li {
    float: none;
  }
  .date_for_recent_post_media{
    text-align: center;
  }
  [dir="rtl"] .main_menu ul.nav {
    float: none;
  }
  [dir="rtl"] .main_menu ul.nav li a, .main_menu ul.nav li .mod-menu__heading{
    text-align: right;
  }
  [dir="rtl"] .main_menu ul.nav li.parent a, [dir="rtl"] .main_menu ul.nav li.parent .mod-menu__heading{
    text-align: right;
  }
  [dir="rtl"] .main_menu ul.nav li.parent .mod-menu__heading span.arrow {
    left: 5px;
    right: unset;
    top: 15px;
  }
  [dir="rtl"] .main_menu ul.nav li.parent a span.arrow {
    left: 5px;
    top: 15px;
  }
  [dir="rtl"] .main_menu ul.nav li.parent ul li a span.arrow, [dir="rtl"] .main_menu ul.nav li.parent ul li .mod-menu__heading span.arrow{
    border-width: 4px 6px 4px 0px;
    border-color: transparent #92999e transparent transparent;
  }
  [dir="rtl"] #footer .bg-fade .soc_icons_box {
    text-align: center;
  }
}
@media (max-width: 500px){
  [dir="rtl"] ._subscribe .itp-subscribe_subscribe form p:nth-child(2) {
    padding-left: unset;
  }
}
.wrapperContactUsHome input,
.wrapperContactUsHome textarea{
  width: 100% !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: unset !important;
  height: 40px !important;
}
.wrapperContactUsHome textarea{
  height: 120px !important;
}
.wrapperContactUsHome input.button{
  width: auto !important;
  color: #fff !important;
  background: rgba(245, 90, 78, 1) !important;
  font-weight: bold !important;
  display: block !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.wrapperContactUsMenu input,
.wrapperContactUsMenu textarea{
  width: 100% !important;
  font-size: 18px !important;
  padding: 10px !important;
}
.wrapperContactUsMenu textarea{
  height: 150px !important;
}
.wrapperContactUsMenu input.button{
  width: auto !important;
  color: #fff !important;
  background: rgba(245, 90, 78, 1) !important;
  font-weight: bold !important;
  font-size: 22px !important;
  padding: 20px 40px !important;
  margin-top: 20px !important;
}
@media (max-width: 767px){
  .main_menu .menu_in_active{
    display: none !important;
    overflow: hidden !important;
  }  
  .main_menu .menu_active{
    display: block !important;
  }  
}
@media (max-width: 768px){
  .com_realestatemanager_modsearch #rem_mod_search select{
    width: 100% !important;
  }  
}
@media (max-width: 410px){
  .header .login-row .input-prepend {
    width: 100%;
  }
}