.dyn{
	width:100%;
}
.dyn:hover{
	color:rgba(175,146,85,1.0);
	cursor:pointer;
}

.one-landing,.two-landing,.three-landing,.four-landing,.five-landing,.six-landing{
	width:16.5%;
	display: inline-block;
	float: left;
}
#inserenten-list{
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	min-height: 200px;
}
.no-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:75%;
}
.fusion-tabs .tab-content > .active{
	padding-left:5px;
	padding-right:0px;
}
.fusion-li-item-content{
	/*width:75%;*/
}
.clear{
	clear:both;
}
.paging-container{
	width:100%;
	text-align: center;
}
.paging-category{
	    position: relative;
    	display: inline-flex !important;
    	width: auto !important;
}
.paging-category .page{
	display:inline-block;
}
.pagination{
	/*display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;*/
	display:inline;
	width:100% !important;
    font-size: 12px;
    width:190px;
    padding-left: 0px;
    padding-top: 20px;
    margin: 0 auto !important;
    float:none !important;
}
.pagination li{
	width: 60px;
    list-style: none;
    background-color: rgba(200,200,200,0.5);
    margin: 1px;
    padding: 3px 0px;
    text-align: center;
}
.pagination li:hover{
	background-color:rgba(255,255,255,1.0);
	cursor:pointer;
}
.pagination li:hover a{
	color:rgba(175,146,85,1.0);
}

.mfp-gallery {
    z-index: 9999999;
}

mfp-img-test {
    z-index: 9999999;
}

.span-listitem{
	background-color:rgba(175,146,85,1.0) !important;
	font-size:11.44px;
	height:22.1px;
	width:22.1px;
	
	/*margin-left: 0.2cm;*/
	margin-right:9.1px;
}
.one_left.landing{
	width:0%;
	margin-right:0px !important;
}
#loading_image{
	width:30px;
	height:30px;
	background-image:url('http://service.cityfortwo.com/importer/img/pictos/ajax-loader.gif');
	background-repeat: no-repeat;
    /* width: 100%; */
    /* z-index: 9; */
    position: absolute;
    left: 48%;
	display:none;
}
.three_detail.landing{
	width:95%;
}
.float.landing{
	min-width: 1100px;
    width: 1100px;
}
.fancybox-wrap{
	/*width:1195px !important;*/
	top:50%;
	left:20%;
}
.fancybox-opened{
	z-index: 9999999 !important;
}
.fancybox-overlay{
	z-index:999999 !important;
}
.fancybox-inner{
	width:1165px !important;
}
.sixth, .seventh, .eigth,.third,.fourth,.fifth {
    width: 19%;
    margin: 0 0.3%;
    float: left;
    border-top: 1px solid rgba(175,146,85,1.0);
    margin-top: 1px;
}
.first_picture:hover{
	cursor:default !important;
}
.second_picture:hover{
	cursor:default !important;
}
.paging-category .first{
	border-top:none !important;
	display:none;
}
.paging-category .prev{
	display:none;
}
.paging-category .next{
	display:none;
}
.paging-category .last{
	display:none;
}
.paging-category .active{
	border-top:2px solid rgba(175,146,85,1.0);
}
.wrapper:hover{
	cursor:default !important;
}

.mfp-image-holder .mfp-content {
    max-width: 58%!important;
}

@media (max-width:890px){
	#inserenten-list{
		display:block;
		min-height: 400px;
	}
	.one-landing,.two-landing,.three-landing,.four-landing,.five-landing,.six-landing{
		float:left;
		width:33%;
	}
    
    .mfp-image-holder .mfp-content {
        max-width: 75%!important;
    }
}
@media (max-width:768px){
	#inserenten-list{
		display:block;
	}
    .mfp-image-holder .mfp-content {
        max-width: 90%!important;
    }
	/*.one-landing{
		float:left;
	}
	.two-landing,.three-landing{
		float:right;
	}
	.one-landing,.two-landing,.three-landing,.four-landing,.five-landing{
		width:33%;
	}
	.four-landing{
		float:left;
		clear:both;
	}
	.five-landing{
		float:right;
		margin-right:33%;
	}*/
	.one-landing,.two-landing,.three-landing,.four-landing,.five-landing,.six-landing{
		float:left;
		width:50%;
	}
	#inserenten-list{
		min-height: 600px;
	}

}
@media(max-width:600px){
	.pagination{
		width:75%;
	}

}
@media(max-width:460px){
	.one-landing,.two-landing,.three-landing,.four-landing,.five-landing,.six-landing{
		float:left;
		width:100%;
	}
}
@media(max-width:380px){
	.pagination{
		width:100%;
	}
}


