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;
}

.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: #16225c;
    text-decoration: none;
}

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

.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: #16225c;
}

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

.left-side {
    background-color: #f6f6f6;
    float: left;
    width: 40%;
    height: calc(100% - 40px);
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*.filter {*/
    /*background-color: white;*/
    /*height: 200px;*/
/*}*/

.filter-main {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 40px;
		background-color: #e7e7e7e7;
}

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

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

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

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

select {
    width: 200px;
}

.btn-copy {
    float: left;
    width: 110px;
    font-size: 9pt;
    text-align: center;
}

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

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

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

.filters-round img{
    width: 84px;
    height: 84px;
    padding-top: 4px;
    padding-left: 4px;
}

.check-box {
    margin-top: 20px;
    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);
}

ul.list {
    float: left;
    display: block;
    list-style: none;
    width: 100%;
    height: calc(100% - 125px);
    overflow-y: scroll;
    overflow-x: hidden !important;
}

ul.list li {
    width: 100%;
    margin-top: 20px;
    -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: 40%;
    top: 50px;
    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: #71bfd4;
    -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: 7px;
}

.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: 10px;
    padding: 10px;
    background-color: #a0a0a0;
    border-radius: 8px;
    color: white;
}

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

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

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

hr {
    float: left;
    border-top: 0px solid #ccc;
    width: 105%;
    margin-left: -25px;
}

hr {
    border-top: 1px solid #c1c1c1;
}

#tap {
    background-position: center;
    right: 0;
    position: fixed;
    width: 60%;
    height: 300px;
    top: 37%;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 300px;
    background-image: url(https://travpro.yourworldapps.nl/directory/thailand_dir/images/select_an_item.png);
}

.top-bar-mobile {
    display: none;
}

.list-item {
    position: relative;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px;
    border-color: #c3c3c3;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}


.activeItem {
    float: left;
    background-color: rgba(242, 181, 74, 0.2);
}

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

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

    .top-bar-mobile {
        width: 100%;
        height: 50px;
        background-color: #16225c;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        display: block;
    }

    #tap {
        display: none;
    }

    .right-side{
        display: none;
    }

    iframe {
        width: 100% !important;
    }

    .iframe {
        width: 100%;
        left: 0px;
    }

    .left-side{
        width: 100%;
    }

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


}

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

    /*.filter{*/
        /*height: 360px;*/
    /*}*/

    .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;
    }

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

    ul.list li {
        width: 100%;
    }

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

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

	.filters-round {
		width: 90%;
	}


    .left-side {
        margin-top: 40px;
    }

	.arrow-item {
		display: none;
	}
	
	.filter-main {
		padding-left: 0px;
		background-color: #e7e7e7e7;
	}
	
	#region-drop {
        margin: 15px 0 0 0px !important;
        width: 100% !important;
    }
}
