.afkl-lazy-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html, body {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

[ng\:show], [ng-show], .ng-show {
    display: none;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.breadcrumbs {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;

    width: 100%;
    margin-top: -15px;
    left: 0;
    background-color: white;
    z-index: 3;
    padding: 10px;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
}

.load-small {
  margin-top: 20px;
  text-align: center;
  width: 96.5%;
  height: 70px;
  padding: 20px;
  font-family: 'Source Sans Pro';
}

a {
    font-family: 'Source Sans Pro';
    color: #5fb8f0;
    text-decoration: none;
}

li {
    font-family: 'Source Sans Pro';
    color: #6b6b6b;
    display: inline-block;
}

.no-items {
    margin-top: 20px;
    width: 97.5%;
    height: 150px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 60px;
    font-family: 'Source Sans Pro';
}

#neighborhoods-holder {
  display: block;
  padding-top: 20px;
  margin: 0 auto;
  width: 300px;
}

#cuisine-holder {
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    width: 300px;
}

.container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.top-bar {
    width: 100%;
    height: 50px;
    background-color: #f1e7db;
}

.pg-loading-screen .pg-loading-logo-header img {
    width: 20%;
}

.item-left {
    margin: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.44);
    padding-bottom: 50px;
}

.list-item {
    position: relative;
    width: 100%;
    padding-left: 20px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.header-back {
    padding-top: 0px;
    padding-left: 15px;
}

.left-side {
    overflow: hidden;
    background-color: #f6f6f6;
    float: left;
    width: 60%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.filter {
    background-color: white;
}

.filter-main {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-left: 19px;
}

.filter-sub {
    float: right;
    width: 40%;
    margin-top: 30px;
}

.filter-title {
    float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 9pt;
    text-align: center;
    color: grey;
    width: 99%;
}

.btn-filter {
    float: left;
    font-family: 'Roboto Slab', serif;
    color: grey;
    width: 65px;
    height: 110px;
    text-decoration: none;
    font-size: 5pt;
    text-align: center;
    margin-right: 17px;
}

.split {
    width: 1px;
    height: 80%;
    background-color: #c1c1c1;
    float: left;
    margin-right: 17px;
    margin-top: 20px;
}

select {
    width: 200px;
}

.btn-copy {
    font-size: 6pt;
    text-align: center;
    width: 100%;
    float: left;
}

.right-side {
    float: right;
    width: 40%;
    height: 100%;
}

.subtitle-filter {
    font-family: 'Roboto Slab', serif;
    font-size: 11pt;
    color: #000000;
}

.filters-round {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filters-round img{
    width: 62px;
    height: 62px;
    float: left;
}

.fa-3x {
    font-size: 37px !important;
}

.check-box {
    font-family: 'Roboto Slab', serif;
    color: grey;
    text-decoration: none;
}

.dropdown-box {
    /*margin-top: 20px;*/
}

.filter-box {
    margin-top: 20px;
}

fieldset {
    border: none;
}

.check-cat {
    float: left;
    width: 110px;
}

.angular-google-map {
    width: 100%;
    height: 100%;
}

.angular-google-map-container {
    width: 100%;
    height: calc(100% - 50px);
}

.holder-main-list {
  float: left;
  overflow-y: scroll;
  height: calc( 100% - 240px);
  width: 100%;
}

ul.list {
    float: left;
    display: block;
    list-style: none;
    width: 100%;
    height: calc(100% - 196px);
    /*margin-top:135px;*/
    padding-left: 10px;
    margin-bottom: -370px;
    overflow-y: scroll;
}

ul.list li {
    margin-right: 10px;
    width: calc(50% - 10px);
    margin-top: 10px;

    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.premium-items {
    width: 100%;
}

.scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 420px;
}

.iframe {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-iframe {
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.iframe-holder {
    position: relative;
    margin: 0 auto;
    top: 10px;
    width: 910px;
    height: 90%;
    z-index: 102;
}

.content-iframe {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 90%;
}

.close-iframe {
    width: 100%;
    height: 42px;
    background-color: #f1e7db;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 00px;
    -moz-border-radius-bottomleft: 0;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0;

    font-family: 'Roboto Slab', serif;
    font-size: 13pt;
    color: white;
    padding-left: 20px;
    padding-top: 8px;
}

.property-info {
    color: white;
    font-style: normal;
    font-weight: 400;
    width: 90%;
    z-index: 2;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 20px;
}

.offer {
    font-weight: italic;
    height: 90px;
}

@media screen and (max-width: 1024px) {

    .offer {
        height: 170px;
    }
}

.property-name {
    width: 90%;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-size: 16pt;
}

.property-city {
    font-size: 14pt;
}

.property-img {
    float: left;
}

.background-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-back {
    width: 40px;
    height: 30px;
    float: left;
}

.logo-top {
    float: right;
    margin-right: -20px;
    margin-top: 5px;
}

.cluster-icon div {

    line-height: 33px !important;

}
/* 
.active {
    display: inline-block !important;
    width: 96.5% !important;
}

.active li {
    width: 96.5% !important;
} */

.goAway {
    display: none;
}

.premiumButtons {

    position: absolute;
    bottom: 22px;
    right: 0;
}

.premiumButtons a {
    margin-left: 5px;
    padding: 8px;
    background-color: #a0a0a0;
    border-radius: 8px;
    color: white;
    font-size: 10pt;
}

.free{
    margin-top: 80px;
    margin-right: 10px;
}

.freeItem{
    height: 100px;
    float: left;
    margin-top: 20px !important;
    width: calc(100% - 300px) !important;
    margin-bottom: 60px;
    cursor: pointer;
    padding-left: 20px;
}

.background-image {
	height: 188px; background-position: center; margin-left: -20px; width: 250px; float: left;
}

.arrow-item{
    position: relative;
    float: right;
    top: 60px;
    cursor: pointer;
    display: none;
    width: 65px;
    height: 120px;
    top: -100px;
    right: -20px;
}

@media only screen and (max-width: 1023px) {

    .mapbtn {
        display: none;
    }

    .right-side{
        display: none;
    }

    .left-side{
        width: 100%;
    }

    .premiumButtons a:last-child{
        display: none;
    }


}

.breadcrumbs {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    margin-top: -15px;
    left: 0;
    background-color: white;
    z-index: 3;
    padding: 10px;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    float: left;
    height: 40px;
}

.cat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
}

.fa-arrow-alt-circle-right {
    position: absolute;
    bottom: -130px;
    right: 20px;
    font-size: 21pt;
    color: #919191;
}

.btn-filter {
    float: left;
    font-family: 'Roboto Slab', serif;
    color: grey;
    width: 60px;
    text-decoration: none;
    font-size: 8pt;
}

.freeItem {
    height: 100px;
    float: left;
    margin-top: 20px !important;
    width: calc(100% - 310px) !important;
    margin-bottom: 60px;
    cursor: pointer;
    padding-left: 20px;
}

.logo-top {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

a.mapbtn {
	bottom: -115px;
    right: 20px;
	margin-left: 5px;
    padding: 8px;
    background-color: #f1e7db;
    border-radius: 8px;
    color: #5c3428;
    font-size: 10pt;
    margin-top: -170px;
    margin-right: 20px;
    float: right;
}

.background-image {
    width: 0;
}

.close-iframe {
    color: #5c3428 !important;
}

.item-left {
    margin: 20px;
    width: calc(50% - 40px);
    float: left;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.44);
}

.freeItem {
    width: calc(100% - 110px) !important;
}

.btn-copy {
    font-size: 8pt;   
}

.btn-filter {
    width: 70px
}

@media only screen and (width: 375px) {

    .filter {
        padding-left: 25px;
    }

}

@media only screen and (width: 411px) {

    .filter {
        padding-left: 40px;
    }

}

@media only screen and (max-width: 320px) {

    .filter{
        padding-left: 0px;
    }

}

@media only screen and (max-width: 610px) {


    .background-image {
        height: 220px; background-position: center; margin-left: -20px;
        width: calc(100% + 20px);
        float: none;
    }
    
    .freeItem {
        float: none;
        width: calc(100% - 80px) !important;
    }

    .filter-main{
    	padding-top: 40px;
        width: 100%;
    }
    .filter-sub{
        text-align: center;
        width: 100%;
        height: 0;
    }

    .c-rating{
        margin: 0 calc(50% - 54px);
    }

    .check-cat{
        width: calc(100%/3);
    }

    html, body{
        overflow: auto;
        top: inherit;
        bottom: inherit;
        height: inherit;
    }

    .holder-main-list {
        height: calc( 100vh - 305px);
    }

    ul.list {
        height: inherit;
        overflow-y: visible;
        padding-right: 25px;
        margin-bottom: 0px;
    }

    ul.list li {
        width: 100%;
    }

    .top-bar{
        position: fixed;
        z-index: 1;
    }

    .filter-title{
        margin-top: 30px;
    }

	.filters-round {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
	}

    .breadcrumbs {
        padding-top: 0px;
    }

    select {
        width: 100%;
        margin-top: 0 !important;
        margin-left: -50px;
    }

    .filter-main {
        padding-left: 0px;
    }

    .filters-round {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .rowone {
        width: 100% !important;
        height: 0px !important;
    }

    .rowtwo {
        width: 100% !important;
    }

    .filter-title {
        display: none;
    }

    .space-nb {
        margin-top: 0px !important;
        height: 0px !important;
    }

    #neighborhoods-holder {
        padding-top: 0px;
    }

    .item-left {
        width: calc(100% - 20px);
    }

    .background-image {
        height: 0;
    }
}


