html{
    scroll-behavior: smooth;
}
html,
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-decoration: none !important;
}
h1 {
	font-size: 1.502em !important;
}
h2 {
	font-size: 1.324em !important;
}
h3 {
	font-size: 1.166em !important;
}
h4 {
	font-size: 1.025em !important;
}
h5 {
	font-size: 0.889em !important;
}
h6 {
	font-size: 0.79em !important;
}
.display-1 {
	font-size: 3.906em !important;
}
.display-2 {
	font-size: 3.125em !important;
}
.display-3 {
	font-size: 2.5em !important;
}
.display-4 {
	font-size: 2em !important;
}

:focus {
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px !important;
}

header#first {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #444;
  background-size: cover;
  background-image: url('http://i1.wp.com/realdeal.al/public-assets/img/bg.jpg');
  background-position: center center;
}

#first .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle{
    background-color: #00aeef;
    background-image: none;
    border-color: #cbd3da;
    color: white;
}
.aaa{
    background-color: transparent !important;
}

div#second {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #444;
  background-size: cover;
  background-image: url('http://i1.wp.com/blog.realdeal.al/wp-content/uploads/2018/12/marvin-meyer-1085730-unsplash-770x480@2x-min.jpg');
}
#second .header-content {
  position: relative;
  width: 100%;
  padding:10vh 15px;
  text-align: center;
  z-index: 2;
}
header .header-content {
  position: relative;
  width: 100%;
  padding: 17vh 12px 5vh 12px;
  text-align: center;
  z-index: 2;
}

header .header-content .inner h1 {
  margin-top: 0;
  margin-bottom: 0;
}
div#second .header-content .inner,
header .header-content .inner {
background-color: rgba(0,0,0,0.4);

}


header .header-content .inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
}

.text-shadow{
text-shadow: 0 0 5px rgba(0,0,0,0.60);
}
.pagination{
    justify-content: center;
}
/* main menu */
.navbar-dark .navbar-nav .nav-link{
  /* Blog: */
font-size: 20px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
}
.main-menu .dropdown a{
  color: #009ED0;
}
.navbar {
  padding: 1rem 1rem;
}


 /* common */
 .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid #b98c07;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #ffc107;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}


h2.sale-price {
    position: absolute;
    font-size: 0.9rem !important;
    color: white;
    background: #ff4600;
    z-index: 1;
    padding: 2px 20px 3px 20px;
    text-decoration: line-through;
    bottom: 22px;
    z-index: 2 !important;

}

.img-container{
    display: none;
}
#search-result .property .property-image {
    position: relative;
    width: 100%;
    height: 254px;
    background-image: url(https://www.realdeal.al/images/logo_color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 1 !important;
    width: 100%;
}
.controls {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    padding: 11px;
    margin: 0;
    list-style: none;
    top: 20%;
}

.absolute{
    position: absolute;
    z-index: 99;
    width: 100%;
}
.realdeal-gradient{
    background: linear-gradient(to right, rgba(0,140,201,0.9),rgba(0,158,165,0.9));
}
.phone-number{
    white-space: nowrap;
}
.separator{
    margin: 0px 10px;
    border-left: 1px solid rgba(255,255,255,0.4);
    height: 20px;
}
.menu .logo-fixed{
    display: none;
}
.menu.fixed-top{
    background-color: white;
    height: 50px;
    border-bottom: 1px solid #d8dee6;
    -webkit-box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.75);
}
.menu.fixed-top .container{
    padding: 0px !important;
    margin: 0px auto !important;
}
.menu.fixed-top .logo{
    display: none;
}
.menu.fixed-top .logo-fixed{
    display: block;
    margin: 7px;
}
.menu.fixed-top .navbar-nav .nav-link{
    color:#444c5c !important;
}

.navbar-transparant {

    background-color: rgba(0, 0, 0, 0.4) !important;
}

.menu .navbar-transparant .navbar-brand,
.navbar-transparant .navbar-nav .nav-link {
    color: RGB(255, 255, 255);
}

.street{
    font-size:0.8em;
}


.specifikimet-te-prones{
    border: 1px solid #e8e9ea;
    padding: 20px;
    background-color: #f5f6f7;
    margin-top: 30px;
    border-radius: 5px;
}

.inner-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 7rem;
}

.mobile-link{
    height: 100%;
    width: 100%;
    position: absolute;
}

.property-card__img {

    height: 160px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.property-item-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #2d383f;
    padding: .3125rem 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-bottom: .4rem;
}

.property-item-mobile .row {

    width: 100%;
    padding: 0;
    margin: 0;
}

.badge-mobile {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    position: absolute;
    top: 0;
    color: black;
}



.color-black {
    color: #2d383f;
    text-decoration: none;
    font-weight: 400;
}

.card-subtitle-mobile {
    color: #6e6e6e;
    font-size: 0.92rem;
}

.properties-mobile,
.card-subtitle-mobile,
.zone-mobile {
    font-size: .78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-mobile {
    font-size: 1rem;
    font-weight: 700;
    color: #009ed0 !important;
}

.tag-status-mobile{
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ffc107;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 0;
    bottom: 0;
    color: black;
    /* background-color: red; */
    width: 1;
}

.title-mobile {
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: .3125rem; */
    overflow: hidden;
}

.contact-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .625rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    /* width: 20%; */
}

.btn-phone {
    background: #fff;
    border: .0625rem solid #e7e7e7;
    color: #3b97ba;
}

.btn-whatsapp {
    background: #fff;
    border: .0625rem solid #e7e7e7;
    color: #24d366 !important;
}

.btn-whatsapp .rounded-icon {
    background: white;
    border-radius: 10px;
    padding: 4px;
    color: #24d366;
    margin: 0px 3px 0px 0px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    float: right;
}
}

.rounded-icon{
    background: white;
    border-radius: 10px;
    padding: 4px;
    color: #0098be;
    margin: 0px 3px 0px 0px;
}
/* language selector */
.ui-dropdown-list {
    position: relative;
  }

  p.ui-dropdown-list-trigger {
      margin-top: 0;
  }

  .ui-dropdown-list-trigger strong {
      position: relative;
      z-index: 999;
  }

  .ui-dropdown-list-trigger strong:after {
      display: block;
      position: absolute;
      content: '';
      right: -10px;
      top: 10px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #012D6B;
  }

  .ui-dropdown-list-trigger strong,
  .ui-dropdown-list ul a {
      display: block;
      width: 80px;
      cursor: pointer;
      padding: 6px 8px;
      font-size: 13px;
      line-height: 13px;
      color: #012D6B;
      font-weight: normal;
  }

  .ui-dropdown-list ul {
      display: none;
      position: absolute;
      right: 0;
      top: 25px;
      margin-top: 0;
      padding: 0;
      z-index: 1000;
  }

  .ui-dropdown-list li {
      list-style-type: none;
  }

  .ui-dropdown-list ul a,
  .ui-dropdown-list ul a:link,
  .ui-dropdown-list ul a:visited {
      position: relative;
      display: block;
      float: right;
      background-color: #fff;
  }

  .ui-dropdown-list ul a:hover,
  .ui-dropdown-list ul a:focus {
      border-bottom: none;
      background-color: #009AFF;
      color: #fff;
  }

  /* JS interactivity */
  .no-js .ui-dropdown-list ul,
  .ui-dropdown-list.active ul {
      display: block;
  }

  .ui-dropdown-list.active strong {
      background-color: #012D6B;
      color: #fff;
  }

  .ui-dropdown-list.active strong:after {
      border-top-color: #fff;
  }

  #lang-switcher a,
  #lang-switcher strong {
      padding-left: 30px;
      background-image: url('http://i1.wp.com/realdeal.al/images/albania.png');
      background-repeat: no-repeat;
      background-position: 8px center;
      background-size: 20px;
  }

  #lang-switcher a.en,
  #lang-switcher .en strong {
      background-image: url('http://i1.wp.com/realdeal.al/images/united_states_of_america_usa.png');
  }

  #lang-switcher a.fr,
  #lang-switcher .fr strong {
      /* background-image: url(../images/flag-fr.gif); */
  }

  #lang-switcher strong {
      float: right;
  }



.intro:after {
  height: 2px;
  display: block;
  width: 100px;
  background: #009ED0;
  /* border-right: 1px white; */
  content: '';
  margin: 19px auto;
  top: 20px;
}

/* card-property-info */
.property .card-body{
  padding: 0.5rem 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.property .card-paragraph p{
    padding: 0.25rem 1.25rem;
    font-size: 0.81rem;
    margin: 0px;
}

.property .card-title{
    margin: 0px;
}
.card-property-info {
    margin-top: -91px;
    padding-top: 12px;
    background-color: rgba(0,0,0,0.33);
    width: 100%;
    margin: -83px auto 0px;
}
.card-property-info ul{
  /* padding-left:70px; */
    /* padding-left: 70px; */
    margin-bottom: 0px;
    margin: 0 auto;
    padding: 0;
    max-width: 228px;
    /* background-color: red; */
}
.card-property-info ul li{
  text-align: center;
  max-width: 70px;
}
.card-property-info ul li i,
.card-property-info ul li span{
  width: 100%;
  text-align: center;
  float: left;
  color:white
}
.card a:hover{
  text-decoration: none;
}
#search-result .property:hover{
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
transition: 0.4s;
}
.card-list .property-image .badge {
    right: 20px;
    padding: 7px;
    font-size: 14px;
    position: absolute;
    top: 20px;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}
.card-list .property-image .badge-secondary.shitje{
    background-color: #009ED0 !important;
    color: #fff;
}
.card-list .property-image .badge-secondary.qera{
    background-color: rgb(0, 208, 101) !important;
    color: #fff;
    /* font-size: 10px; */
    padding: 5px;
    right: 10px;
    top: 10px;
}
/* gradient jubotron */
.gradient-realdeal{
  /* Rectangle 10: */
background-image: linear-gradient(91deg, #348BBC 0%, #52ABBD 12%, #6CC7BD 37%, rgba(109,200,189,0.00) 62%),url('http://i1.wp.com/realdeal.al/public-assets/img/agjent.png');
background-size: cover;
background-position-y: 20%;
}
.gradient-realdeal h2,
.gradient-realdeal p{
  color: white;
}


/* font-weight */
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}


/* safari fix */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}
/* footer */

footer ul svg{
  width: 20px;
}

.footer-header.h3{
  /* font-family: 'Oswald-Light', sans-serif; */
  color: #009ed0;
  padding-bottom: 20px;
  border-bottom: 1px solid #009ed0;
}
.footer-menu li a{
  /* font-family: 'Oswald-Light', sans-serif; */
  color: grey;
  font-size: 1.05rem;
}
.footer-menu li{
  padding-bottom: 5px;
}
.border-top-bottom {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
footer {
  color: grey;
}

/* search bar full width */
.search-bar {
  height: 56px;
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 15px;
  z-index: 3;
}
.search-bar .search-box {
  position: relative;
    padding-right: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #d8dee6;
    border-radius: 3px;
}
.search-bar .search-box.no-border:not(:only-child) {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.search-bar .label {
  padding: 15px 0 15px 25px;
  /* height: 54px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600; */
  text-align: right;
}
.search-bar .search-box form {
  flex-grow: 1;
}

.search-bar .search-box input {
  width: 100%;
  height: 54px;
  padding: 15px 5px;
  border: none;
  font-size: 15px;
  line-height: 24px;
  color: #444c5c;
}

.search-bar .search-box .spinner-wrapper {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.search-bar .search-box .spinner {
  width: 60%;
  height: 60%;
  margin: 0;
  left: 50%;
  top: 50%;
  font-size: 6px;
}
.search-filters-button {
  white-space: nowrap;
  border-bottom: 1px solid #d8dee6;

}
.search-filters-button a {
  display: block;
  height: 56px;
  padding: 12px 17px 12px 14px;
  background-color: white;
  border: 1px solid #d8dee6;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  color: #757575;
}

.search-box .form-control.selectize-control .selectize-input{
    height: 58px !important;
    border: 0px;
    outline: 0px;
}
@media (min-width: 320px){
    .search-bar .search-box{
        padding: 0px;
    }
    .search-filters-button{
        border: 0px;
    }
}

#search-form .selectize-input {

    top: 0;
    left: 0;
    padding-top: 7px;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: 10px;
    border: 0px !important;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    height: inherit;
    min-height: 100%;
    overflow-y: scroll;
}

#search-form .selectize-dropdwon .dropdown-item{
    padding: 10px 0px;
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
}

.form-control.selectize-control .selectize-dropdown-content .create strong, .form-control.selectize-control.multi .selectize-input .item {
    font-size: 100% !important;
}
/* search results */

#search-result .property .price{
  background-color: #009ed0;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 9px 16px 9px 19px;
    color: white;
    min-width: 150px;
    text-align: center;
    z-index: 2;
    text-shadow: #3c3c3c 1px 1px 0;
}
#search-result .property .property-image{
  position: relative;
}

h5.meta-data.text-white.text-right {
    position: absolute;
    right: 16px;
    bottom: 0px;
    z-index: 2;
    text-shadow: #000 1px 1px 0;
    font-size: 15px;
}

.card-list .property-image:after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.slick-slide{
    width:400px;
    opacity: 1 !important;
}
.slick-next {
    right: 9px !important;
}
.slick-prev {
    left: 9px !important;
    z-index: 99;
}
.card-img-top{
    opacity: 0.3;
    /* visibility: hidden; */
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    height: 225px;
    background: rgb(189, 189, 189);
    background: url('/images/logo_color.svg') no-repeat;
    background-size: 50%;
    background-position: center;
}
.card-img-top img{
    visibility: hidden
}
.card-img-top.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.card-img-top.slick-initialized img{
    visibility: visible;
}

.property .badge-primary,
.property .badge-secondary {
    font-weight: 600;
    font-size: 14px;
}
.property .card-footer {
  background-color: transparent;
  min-height: 82px;
}

.input-group-addon.kerko {
    background: #009ed0;
    color: white;
    cursor: pointer;
}

.search-autocomplete{
    border:1px;
}
.bootstrap-select .dropdown-menu li a{
    background: white;
    color: #111;
}
.bootstrap-select .dropdown-item:hover{
    background: #009ed0;
    color: #fff;
}

/* single property page */
.prona-body {
    color: #777777;
}

.header-property {
  display: table;
  width: 100%;
  height: 425px;
  /* padding: 100px 0; */
  text-align: center;
  color: white;
}
.header-property .background-image{
  position: absolute;
  width: 100%;
  height: 425px;
  /* margin: 1em auto; */
  /* border: 1px solid red; */
  padding: 24px;
  overflow: hidden;
  top: 0;
}


.property-meta-header h4{
    font-size: 18px;
}



.header-property .header-property-body {
position: relative;
height: 100%;
}
.background-image{
  position: relative;
}

 .background-image:after{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.56));
}

.header-property .property-inner {
  position: absolute;
  bottom:0px;
  width: 100%;
}
.relative {
  position: relative;
}
.prona-sidebar {
  margin-top: -100px;
  background: white;
}
.realdeal-logo {
  text-align: center;
  padding: 20px;
}

#leadbox{
    padding: 20px;
}

.background-primary{
    background-color: #009ed0;
    border-radius: 10px;
}
.bg-white-background{
    background-color: white;
}

.sticky-offset {
    top: 100px;
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
  } */


.table th, .table td {
  padding: 0.75rem 0rem;
  vertical-align: top;
  border-bottom: 1px solid #e9ecef;
}
.star{
  width: 20px;
}

.btn-group.special {
    display: flex;
  }

  .special .btn {
    flex: 1
  }


@media only screen and (max-width: 600px) {
    .imazh.lazy {
        min-height: 200px !important;
    }
    h5.meta-data.text-white.text-right {
        position: absolute;
        right: 10px;
        bottom: 0px;
        z-index: 2;
        text-shadow: #000 1px 1px 0;
    }
    .aaa{
        margin-bottom: 10px !important;
    }
    .property-meta-header .separator{
        display: none;
    }
    .imazy {
        height: 250px !important;
        margin: 4px 0px !important;

    }
    .b24-widget-button-wrapper{
        display: none !important;
    }

    .navbar-nav{
        background-color: white;
    }
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active,
    .menu .navbar-transparant .navbar-brand, .navbar-transparant .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
        color: #444c5c;
    }

    div#second .header-content .inner, header .header-content .inner{
        background-color: rgba(0,0,0,0.0);
    }
    header#first::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        top: 0;
        left: 0;

    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1.5rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0;
        text-align: center;
    }
    .menu.fixed-top .navbar-toggler {
        color: rgba(0, 0, 0, 0.4);
        border-color: rgba(0, 0, 0, 0.3);
        float: right;
        margin: 8px 12px;
    }
    .menu.fixed-top .collapse, .menu.fixed-top .collapsing{
        margin-top: -8px;
        outline: 1px solid white;
    }
    .menu.fixed-top .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.1);
        float: right;
        margin: 9px 3px;
    }
    .gradient-realdeal {
        background-image: linear-gradient(91deg, #348BBC 0%, #52ABBD 60%, #6CC7BD 100%, rgba(109,200,189,0.00) 100%),url('http://i1.wp.com/realdeal.al/public-assets/img/agjent.png');
        background-size: cover;
        background-position-y: 20%;
    }
    .sticky-mobile{
    position: fixed;
    bottom: 23px;
    width: calc(100% - 20px);
    left: 50%;
    /* right: 40px; */
    font-size: 13px;
    text-align: center;
    z-index: 999;
    margin: 0 auto;
    transform: translate(-50%, -0%);
    }
    .sticky-mobile .majtas,
    .sticky-mobile .djathtas,
    .sticky-mobile .qender{
    margin: 0px 3px;
    border-radius: 4px;
    width: 31%;
    box-shadow: 2px 2px 3px #999;
    padding: 5px;
    }
    .sticky-mobile i{
        padding: 3px;
    }

    .sticky-mobile .majtas{
        background: wheat;
        color: black;

    }
    .sticky-mobile .qender{
        background: white;
        color: black;
    }
    .sticky-mobile .djathtas{
        background: green;
        color: white;
    }
    .property .card-footer{
        min-height: 0px;
    }
    .property .badge-primary, .property .badge-secondary {
        font-weight: 600;
        font-size: 10px;
        margin: 3px;
    }
    .property .card-paragraph p{
        font-size: 0.875rem;
    }
}


@media (min-width: 48em) {
	h1 {
	  font-size: 1.8441em !important;
	}
	h2 {
		font-size: 1.453em !important;
	}
	h3 {
		font-size: 1.163em !important;
	}
	h4 {
		font-size: 1.05em !important;
	}
	.display-1 {
		font-size: 6em !important;
	}
	.display-2 {
		font-size: 5.5em !important;
	}
	.display-3 {
		font-size: 4.5em !important;
	}
	.display-4 {
		font-size: 3.5em !important;
	}
}

/* // Large devices (desktops, 62em and up) */
@media (min-width: 62em) {
	html,
	body {
		font-size: 16px !important;
	}
}

/* // Extra large devices (large desktops, 75em and up) */
@media (min-width: 75em) {
	html,
	body {
		font-size: 16px !important;
	}
}

@media (min-width: 576px){


    .container {
        max-width: 97%;
    }
    }



@media (min-width: 768px){
    .container {
        max-width: 95%;
    }
    }

@media (min-width: 992px){
.container {
    max-width: 95%;
}
}

@media (min-width: 1400px){
    .container {
        max-width: 1140px;
    }
    }
