/* Bootstrap Customized - Do not write your CSS here */
@font-face {
  font-family: OpenSans;
  font-weight: 100;
  src: url('/static/fonts/OpenSans-Light.ttf');
}
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  src: url('/static/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: OpenSans;
  font-weight: 700;
  src: url('/static/fonts/OpenSans-Bold.ttf');
}
html, body {
  font-family: OpenSans, sans-serif;
  overflow-x: hidden;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select, textarea {
  background: transparent;
  border-radius: 0px;
  line-height: 1.3;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus,
button:hover,
button:focus {
  outline: none;
}
textarea::-webkit-scrollbar              { display: none; }
textarea::-webkit-scrollbar-button       { display: none; }
textarea::-webkit-scrollbar-track        { display: none; }
textarea::-webkit-scrollbar-track-piece  { display: none; }
textarea::-webkit-scrollbar-thumb        { display: none; }
textarea::-webkit-scrollbar-corner       { display: none; }
textarea::-webkit-resizer                { display: none; }
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
 }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel .carousel-inner .item img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.carousel-inner .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-indicators {
  bottom: 5px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  margin-right: 5px;
}
.carousel-indicators li:last-child,
.carousel-indicators li.active:last-child {
  margin-right: 0;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0px;
}
.input-group {
  margin-bottom: 15px;
}
.input-group input {
  border-left: 0px !important;
  border-right: 0px !important;
  margin-bottom: 0px !important;
}
/* Bootstrap Customized End */

/* iRealOne Style */
.iro-body {
  background: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.iro-body p {
  line-height: 1.5;
}
.iro-top-header {
  background: rgba(25,25,23,0.7);
}
.iro-top-header-lang {

}
.iro-top-header-lang ul {
  margin: 0px;
  padding: 0px;
}
.iro-top-header-lang ul > li {
  display: inline-block;
  list-style-type: none;
}
.iro-top-header-lang ul > li > a > img {
  height: 15px;
  width: 15px;
  margin: 5px 3px 5px 0;
}
.iro-top-header-info {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: right;
}
.iro-top-header-info a,
.iro-top-header-info a:hover,
.iro-top-header-info a:focus {
  color: rgba(255,255,255,1);
  margin: 0 15px 0 0;
  padding: 0;
  text-decoration: none;
}
.iro-menu {
  background: rgba(25,25,23,1);
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  text-transform: uppercase;
}
.navbar-brand img {
  max-width: 200px;
  margin-top: -40px;
}
.navbar-toggle {
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  border: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 5px 15px;
}
.navbar-nav {
  float: right;
  text-align: center;
}
.navbar-nav > li {
  display: inline-block;
  text-align: center;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255,255,255,0.75);
  text-align: center;
  font-weight: 100;
  text-transform: none;
}
.navbar-default .navbar-nav > li > a > i {
  font-size: 16px;
  font-weight: 700;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: rgba(255,255,255,0.75);
  text-align: center;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: rgba(255,255,255,1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: rgba(255,255,255,1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: rgba(255,255,255,1);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: rgba(25,25,23,1);
}
.dropdown-menu > li > a {
  background: rgba(25,25,23,1) !important;
  color: rgba(255,255,255,0.75) !important;
  font-weight: 100;
  padding: 5px 0;
  text-transform: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: rgba(25,25,23,1) !important;
  color: rgba(255,255,255,1) !important;
}
.iro-footer {
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  padding: 15px;
}
.iro-footer a,
.iro-footer a:hover,
.iro-footer a:focus {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.iro-footer-tab {
  background: rgba(255,255,255,0.2);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 5px 0;
  text-align: center;
}
.iro-footer-tab > span {
  display: inline-block;
}
.iro-footer-tab > span > a {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 5px;
}
.iro-footer-links {
  padding: 25px 0 15px 0;
  text-align: center;
}
.iro-footer-links > a {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px 10px 5px;
}
.iro-footer-links > a:hover {
  background: rgba(255,255,255,1);
  color: rgba(25,25,23,1);
}
.iro-gototop {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  border: 0px;
  font-size: 17px;
  padding: 10px;
  z-index: 9999;
}
.iro-copyright {
  border-top: 2px solid rgba(255,255,255,0.1);
  padding: 15px 0 0 0;
}
.iro-copyright p {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  color: rgba(255,255,255,1);
}
.iro-slider-wrapper {

}
.carousel-inner {
  position: relative;
  width: 100%;
  padding-bottom: 37.5%; /* 24:9 */
}
.carousel-indicators li {
  height: 2px;
  width: 25px;
  border: 0px;
  border-radius: 0;
  background: rgba(255,255,255,0.75);
}
.carousel-indicators li.active {
  height: 4px;
  width: 25px;
  background: rgba(25,25,23,1);
}
.carousel-caption {
  background: rgba(255,255,255,0.75);
  color: rgba(0,0,0,1);
  border-radius: 5px;
  top: 50px;
  left: 100px;
  bottom: auto;
  padding: 10px;
  width: 350px;
  text-shadow: none;
  text-align: left;
}
.carousel-caption > h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-caption > span.info {
  display: block;
  color: rgba(25,25,23,1);
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
}
.carousel-caption > p {
  color: rgba(0,0,0,1);
  font-size: 14px;
  margin: 0px;
}
.carousel-caption > span.price {
  display: block;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  font-weight: 700;
  padding: 5px;
  margin: 15px 0 0 0;
  text-align: center;
}
.iro-content-wrap {
  min-height: 600px;
}
.iro-content-title {
  background: rgba(25,25,23,0.7);
}
.iro-content-title h1 {
  color: rgba(255,255,255,1);
  font-size: 16px;
  font-weight: 100;
  margin: 0px;
  padding: 5px 0;
  text-align: center;
}
.iro-content-title h1 > span {
  display: inline-block;
  font-weight: 700;
}
.iro-content-title h1 > span.strike {
  display: inline-block;
  color: rgba(255,255,255,0.5);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 75%;
}
.iro-content {
  padding: 15px 0;
}
p.iro-content-links a {
  display: block;
  color: rgba(25,23,23,1);
  font-weight: 700;
  text-decoration: underline;
}

/** iro-index **/
.iro-index-title {

}
.iro-index-title h2 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 0;
  margin: 25px 0 0 0;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}
.iro-index-title h2 > span {
  display: block;
  background: rgba(25,25,23,0.1);
  margin: 20px auto 25px auto;
  height: 2px;
  width: 100px;
}
.iro-index-search {
  border-bottom: 0;
  padding: 25px 0 15px 0;
  -webkit-box-shadow: 0 7px 4px -4px rgba(25,25,23,0.1);
  -moz-box-shadow: 0 7px 4px -4px rgba(25,25,23,0.1);
  box-shadow: 0 7px 4px -4px rgba(25,25,23,0.1);
}
.iro-index-search input,
.iro-index-search select {
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-index-search input:hover,
.iro-index-search select:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -moz-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-index-search button {
  background: rgba(25,25,23,0.1);
  color: rgba(25,25,23,1);
  font-weight: 700;
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-index-search button:hover {
  cursor: pointer;
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/** iro-search **/
.iro-search-form {

}
.iro-search-form input,
.iro-search-form select {
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-search-form input:hover,
.iro-search-form select:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -moz-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-search-form button {
  background: rgba(25,25,23,0.1);
  color: rgba(25,25,23,1);
  font-weight: 700;
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-search-form button:hover {
  cursor: pointer;
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-search-form label {
  color: rgba(0,0,0,1);
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-group > input {
  border-radius: 0px;
}
.input-group > .input-group-addon:first-child {
  padding: 5px 0 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.input-group > .input-group-addon:last-child {
  padding: 5px 5px 5px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-group-addon {
  background: transparent;
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 0px;
  color: rgba(0,0,0,1);
  font-weight: 700;
}
.iro-search-form-check-group {
  margin-bottom: 10px;
}
input[type=checkbox],
input[type=checkbox]:hover,
input[type=checkbox]:focus{
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  outline: none;
  background: transparent;
  display: inline;
}
input[type=checkbox]::before {
  float: left;
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  color: rgba(25,25,23,0.1);
  margin: 0 auto;
  padding-right: 10px;
  text-align: center;
}
input[type=checkbox]:checked::before {
  color: rgba(25,25,23,1);
  content: '\f058';
}
.iro-search-form-check-group label {
  display: block;
  cursor: pointer;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
.iro-search-form-check-group input {
  margin-top: 10px;
  box-shadow: none;
}
.iro-search-form-check-group input:hover {
  box-shadow: none;
}

/** iro-contact **/
.iro-contact-map {
  border: 0px;
  border-radius: 5px;
  margin-bottom: 0;
  height: 250px;
  width: 100%;
  vertical-align: bottom;
  filter: grayscale(100);
}
.iro-contact-form {
  margin-bottom: 15px;
}
.iro-contact-form input,
.iro-contact-form select,
.iro-contact-form textarea {
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-contact-form input:hover,
.iro-contact-form select:hover,
.iro-contact-form textarea:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -moz-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-contact-form input[type="checkbox"] {
  border: 0;
}
.iro-contact-form input[type="checkbox"]:hover {
  box-shadow: none;
}
.iro-contact-form textarea {
  height: 150px;
  max-height: 150px;
}
.iro-contact-form button {
  background: rgba(25,25,23,0.1);
  color: rgba(25,25,23,1);
  font-weight: 700;
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-contact-form button:hover {
  cursor: pointer;
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

::-webkit-input-placeholder {
  color: rgba(25,25,23,0.25);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
:-moz-placeholder {
  color: rgba(25,25,23,0.25);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(25,25,23,0.25);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(25,25,23,0.25);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
::-ms-input-placeholder {
  color: rgba(25,25,23,0.25);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.iro-contact-info {
  border-top: 2px solid rgba(25,25,23,0.1);
  border-bottom: 2px solid rgba(25,25,23,0.1);
  padding-top: 15px;
  margin-bottom: 15px;
}
.iro-contact-info span {
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  border-radius: 5px;
  display: block;
  padding: 15px 15px 15px 50px;
  margin-bottom: 15px;
  position: relative;
}
.iro-contact-info span > i {
  display: block;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255,255,255,1);
  padding: 15px 12px;
  height: 100%;
}
.iro-contact-info span > a,
.iro-contact-info span > a:hover,
.iro-contact-info span > a:focus {
  color: inherit;
  text-decoration: none;
}
.iro-contact-agents h2 {
  font-size: 20px;
}
.iro-contact-single-agent {
  background: rgba(25,25,23,0.1);
  color: rgba(0,0,0,1);
  margin-bottom: 15px;
}
.iro-contact-single-agent img {
  margin: 0 auto;
}
.iro-contact-single-agent-info {

}
.iro-contact-single-agent-info h3 {
  border-bottom: 1px solid rgba(255,255,255,1);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 10px 0;
}
.iro-contact-single-agent-info ul {
  margin: 0px;
  padding: 10px;
  list-style-type: none;
}
.iro-contact-single-agent-info ul > li {
  margin-bottom: 5px;
}
.iro-contact-single-agent-info ul > li > a,
.iro-contact-single-agent-info ul > li > a:hover,
.iro-contact-single-agent-info ul > li > a:focus {
  color: inherit;
  text-decoration: none;
}

/* iro-list */
.iro-list-realestate-group {
  margin-left: -5px;
  margin-right: -5px;
}
.iro-list-realestate {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.iro-list-realestate-img {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.iro-list-realestate img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  max-width: 100%;
  -moz-transition: all 650ms;
  -webkit-transition: all 650ms;
  transition: all 650ms;
}
.iro-list-realestate-img:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.iro-list-realestate-info {
  background: rgba(25,25,23,0.05);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: rgba(0,0,0,1);
}
.iro-list-realestate-info h2 {
  border-bottom: 2px solid rgba(25,25,23,0.1);
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
  margin: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iro-list-realestate-info ul {
  margin: 0px;
  padding: 7px 0 5px 0;
  list-style-type: none;
}
.iro-list-realestate-info ul > li {
  font-size: 14px;
  font-weight: 400;
  color: rgba(25,25,23,0.5);
  padding: 0 10px 5px 10px;
}
.iro-list-realestate-info ul > li > span {
  float: right;
}
.iro-list-realestate-info p {
  font-size: 10px;
  line-height: 1.75;
  padding: 0 10px;
  margin: 0px;
  min-height: 40px;
}
.iro-list-realestate-info a,
.iro-list-realestate-info a:hover,
.iro-list-realestate-info a:focus {
  display: block;
  color: rgba(255,255,255,1);
  border-top: 1px solid rgba(255,255,255,1);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.iro-list-pagination {
  text-align: center;
}
.iro-list-pagination ul {
  display: inline-block;
  list-style-type: none;
  margin: 5px 0 0 0 ;
  padding: 0px;
}
.iro-list-pagination ul > li {
  display: inline;
}
.iro-list-pagination ul > li > a {
  background: rgba(25,25,23,0.1);
  color: rgba(0,0,0,1);
  float:left;
  padding: 5px 15px;
  text-decoration: none;
}
.iro-list-pagination ul > li > a:hover,
.iro-list-pagination ul > li > a:focus {
  background: rgba(25,25,23,0.5);
  color: rgba(255,255,255,1);
}
.iro-list-pagination ul > li.active > a,
.iro-list-pagination ul > li.active > a:hover,
.iro-list-pagination ul > li.active > a:focus {
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
}
.iro-list-empty {

}
.iro-list-empty > p {
  background: rgba(25,25,23,0.05);
  color: rgba(25,25,23,1);
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 3px;
  font-weight: 700;
  padding: 25px 0;
  text-align: center;
}
.iro-list-empty > h2 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 0;
  margin: 25px 0 0 0;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}
.iro-list-empty > h2 > span {
  display: block;
  background: rgba(25,25,23,0.1);
  margin: 25px auto;
  height: 2px;
  width: 100px;
}

/* iro-realestate */
.iro-realestate {

}
.iro-realestate-properties {

}
.iro-realestate-properties h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px 0;
  padding: 0px;
}
.iro-realestate-properties ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.iro-realestate-properties ul > li {
  background: rgba(25,25,23,0.05);
  border-bottom: 1px solid rgba(255,255,255,1);
  padding: 7px 10px;
}
.iro-realestate-properties ul > li > span {
  float: right;
  font-weight: 700;
}
.iro-realestate-features {

}
.iro-realestate-features h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px 0;
  padding: 0px;
}
.iro-realestate-features ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.iro-realestate-features ul > li {
  background: rgba(25,25,23,0.05);
  color: rgba(0,0,0,1);
  float: left;
  padding: 5px;
  margin: 5px 5px 0 0;
}
.iro-realestate-description {
  background: rgba(25,25,23,0.05);
  padding: 15px;
  margin-top: 15px;
}
.iro-realestate-description h2 {
  color: rgba(0,0,0,1);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-align: center;
}
.iro-realestate-description h2 > span {
  display: block;
  background: rgba(25,25,23,0.1);
  margin: 15px auto;
  height: 2px;
  width: 100px;
}
.iro-realestate-description p {
  padding: 0;
  margin: 0;
  text-align: justify;
}
.iro-realestate-gallery {
  margin-bottom: 15px;
}
.iro-realestate-gallery-slider {

}
.iro-realestate-gallery-slider img {
  border-top: 1px solid rgba(255,255,255,1);
  border-right: 1px solid rgba(255,255,255,1);
  opacity: 0.8;
}
.iro-realestate-gallery-slider img:hover {
  opacity: 1;
}
.iro-realestate-googlemap h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px 0;
  padding: 0px;
}
.iro-realestate-googlemap-object {
  position: relative;
  padding-bottom: 42.86%; /* 16:9 */
}
#google-map-canvas { /* iro-realestate-googlemap element */
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iro-realestate-sidebar {

}
.iro-realestate-agent {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  color: rgba(0,0,0,1);
  margin-bottom: 15px;
  padding: 10px;
}
.iro-realestate-agent h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}
.iro-realestate-agent-info {
  border-bottom: 2px solid rgba(25,25,23,0.1);
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.iro-realestate-agent-info span {
  display: block;
  text-align: center;
}
.iro-realestate-agent-info span.name {
  font-weight: 700;
  margin: 0 0 5px 0;
}
.iro-realestate-agent-info span.phone,
.iro-realestate-agent-info span.email {
  font-size: 12px;
  color: rgba(0,0,0,1);
  padding: 1px 0;
}
.iro-realestate-agent-info span.phone > a {
  color: rgba(0,0,0,1);
  text-decoration: none;
}
.iro-realestate-agent-form {

}
.iro-realestate-agent-form input,
.iro-realestate-agent-form textarea {
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-realestate-agent-form input:hover,
.iro-realestate-agent-form textarea:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -moz-box-shadow: 0 0 5px rgba(25,25,23,0.25);
  box-shadow: 0 0 5px rgba(25,25,23,0.25);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-realestate-agent-form input[type="checkbox"] {
  border: 0;
  box-shadow: none;
}
.iro-realestate-agent-form input[type="checkbox"]:hover {
  box-shadow: none;
}
.iro-realestate-agent-form textarea {
  height: 70px;
}
.iro-realestate-agent-form button {
  background: rgba(25,25,23,0.1);
  color: rgba(25,25,23,1);
  font-weight: 700;
  border: 1px solid rgba(25,25,23,0.1);
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.iro-realestate-agent-form button:hover {
  cursor: pointer;
  background: rgba(25,25,23,1);
  color: rgba(255,255,255,1);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* iRealOne API Response */
.api-response {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  padding: 10px;
}
.api-response.api-success {
  color: rgba(255,255,255,1);
  background: rgba(25,25,23,1);
}
.api-response.api-error{
  color: rgba(255,255,255,1);
  background: rgba(25,25,23,1);
}
.api-message{
  font-weight: 700;
}
.api-response ul {
  padding-left: 25px;
  margin-top: 10px;
}

/* iRealOne GDPR */
label.iro-gdpr {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  line-height: 1;
}
input.iro-gdpr {
  display: block;
  float: left;
  margin: 0 10px 20px 0;
  padding: 0px;
  line-height: 1.2;
  width: auto;
}

/* iRealOne Signature Style */
.iro-iro-orange {
  font-weight: 700 !important;
  color: rgba(235,139,45,1) !important;
}
.iro-iro-white {
  font-weight: 700 !important;
  color: rgba(255,255,255,1) !important;
}


.price_txt_hrk {
  font-size: 13px;
  font-weight: 500;
}




.iro-reference-item {
  background: rgba(102,102,51,0.1);
  padding: 2rem;
  margin-bottom: 10px;
  border-radius: 6px;
}
.iro-reference-item h3 {
  color: rgb(94 94 92);
  margin: 1rem 0;
  padding: 0px;
  font-size: 15px;
}
.iro-reference-item h3 > i {
  margin-right: 1rem;
}
.iro-reference-item p {
  font-weight: 600;
  color: rgb(78 78 78 / 75%);
}
.iro-reference-item-grading {
  display: block;
  width: 100%;
  height: 15px;
}
.iro-reference-item-grading ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.iro-reference-item-grading ul > li {
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
  text-transform: uppercase;
}
.iro-reference-item-grading ul > li > span {
  color: rgb(142 142 142);
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}