/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.single-liberty-property #main,
.page-template-page-property #main{
        padding: 0 !important;
}
.single-liberty-property #main .fusion-row,
.page-template-page-property #main .fusion-row{
        max-width: none;
}
.single-liberty-property #main .fusion-row {
	    background: #f4f1e9;
}
.inner-prop{
        padding: 70px 0;
        position: relative;
		background:#f3f1e9;
}
.inner-prop.fetching:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        content: '';
        background: rgba(255,255,2555,.6);
}
.inner-prop .wrp{
        max-width: 1180px;
        margin: 0 auto;
}
.inner-prop .hentry{
        text-align: center;
        margin-bottom: 55px;
}
.inner-prop .hentry h2{
        font-size: 20px !important;
        color: #464847;
        text-transform: uppercase;
        letter-spacing: 3px !important;
        margin: 0 0 30px;
        padding: 0;
        line-height: 140%;
}
.inner-prop .filter label{
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        cursor: pointer;
}
.inner-prop .filter label input{
        display: none;
}
.inner-prop .filter label span{
        color: #464847;
        font-size: 16px;
        display: block;
        position: relative;
        line-height: 100%;
        font-weight: 400;
}
.inner-prop .filter label input:checked + span{
        font-weight: 600;
}
.inner-prop .filter label span:before{
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        border: 1px solid #a69570;
        content: '';
        margin-right: 9px;
        top: 3px;
}
.inner-prop .filter label span:after{
        display: none;
        position: absolute;
        width: 10px;
        height: 8px;
        background: url(../img/check.png) no-repeat;
        content: '';
        left: 4px;
        top: 7px;
}
.inner-prop .filter label input:checked + span:after{
        display: block;
}
.libprop-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.libprop-list figure{
        padding: 0;
        margin: 0;
        display: block;
        position: relative;
}
.libprop-list figure a{
        display: block;
        position: relative;
}
.libprop-list figure a:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: '';
        background: #4d4e4d;
        opacity: .32;
}
.detail-prop .banner em,
.libprop-list figure span{
        display: inline-block;
        position: absolute;
        right: 12px;
        top: 11px;
        text-transform: uppercase;
        font-weight: 700;
        height: 34px;
        line-height: 34px;
        padding: 0 30px;
        letter-spacing: 2px;
        font-size: 12px;
        z-index: 2;
}
.libprop-list .item.nyhed figure span{
        background: #fff;
        color: #a19471;
}
.detail-prop .banner em,
.libprop-list .item.reserveret figure span{
        padding: 0 23px;
        color: #fff;
        background: #3a4d5e;
}
.libprop-list .item.udlejet figure span{
        color: #fff;
        background: #494b4a;
}
.libprop-list .item.udlejet figure a:after{
        opacity: .2;
}
.libprop-list .item.udlejet .caption,
.libprop-list .item.udlejet figure img{
        opacity: .4;
}
.libprop-list .item.udlejet{
        position: relative;
}
.libprop-list .item.udlejet:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        content: '';
        cursor: default;
}
.libprop-list img{
        width: 100%;
        text-transform: uppercase;
}
.libprop-list .item{
        flex: 33.3333333333333%;
        max-width: 350px;
        margin: 0 0 60px;
}
.libprop-list .item .caption{
        background:#ffffff!important;
		padding:20px;
		box-shadow: 23px 23px 42px 0 rgba(0,0,0,.07);
		transition:0.2s ease all;
}
.libprop-list .item .caption:hover{
		box-shadow: 0 14px 28px 0 rgba(85,85,85,.1), 0 30px 40px 0 rgba(0,0,0,.2);
		transition:0.2s ease all;
}
.libprop-list .item span.addr,
.libprop-list .item h3{
        margin: 0 0 5px !important;
        padding: 0;
        line-height: 130%;
        color: #464847;        
        font-size: 24px !important;
        text-transform: none !important;
}
.libprop-list .item h3 a{
        color: #464847;
}
.libprop-list .item span.addr{
        display: block;
        margin: 0 0 15px !important;
        font-size: 16px !important;
}
.libprop-list .item .info {
        margin-bottom: 15px;
}
.libprop-list .item .info span{
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
}
.libprop-list .button{
        display: inline-block;
        height: 38px;
        line-height: 38px;
        color: #fff;
        background: #a19471;
        padding: 0 25px;
        border-radius: 5px;
        font-size: 14px;
		letter-spacing:2px;
		text-transform: uppercase;
        transition:all 0.2s ease-in;
}
.libprop-list .button:hover{
        background: #867959;
        color: #fff;
}
/** SINGLE PROPERTY **/
.detail-prop .banner{
        position: relative;
        margin: 0 0 80px;
}
.yt-trigger:after,
.detail-prop .banner:after{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: '';
        background: #4b4c4b;
        opacity: .4;
}
.detail-prop .banner img{
        width: 100%;
        vertical-align: top;
}
.detail-prop .banner .gallery-toggle img.button-toggle {
        width:  auto;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 99;
}
@media (min-width: 992px) {
        .detail-prop .banner .gallery-toggle img.button-toggle {
                bottom: 130px;
        }
}
.detail-prop .banner .gallery-toggle .collection {
        display: none;
}
.detail-prop .banner .caption{
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
}
.detail-prop .banner .pusher{
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 30px;
}

.detail-prop .hlight a.ptrigger,
.detail-prop .banner small{
        font-size: 16px;
        color: #a19471;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: block;
        line-height: 100%;
        margin: 0 0 15px;
}
.detail-prop .banner em{
        position: relative;
        right: auto;
        top: -28px;
        font-style: normal;
}
.detail-prop .related h2,
.detail-prop .htitle,
.detail-prop .banner h2{
        padding: 0 !important;
        margin: 0 0 8px !important;
        color: #464847;
		font-size:34px!important;
        line-height: 130% !important;
}
.detail-prop .banner .holder{
        background: #fff;
        display: block;
        width: 590px;
        padding: 10px 50px 50px 50px;
		margin-bottom:-60px;
		box-shadow: 0 14px 28px 0 rgba(85,85,85,.08), 0 30px 40px 0 rgba(0,0,0,.15);
}
.detail-prop .banner span{
        display: block;
        line-height: 100%;
        font-size: 18px;
        color: #464847;
}
.detail-prop .banner b{
        display: block;
        line-height: 100%;
        color: #464847;
        margin: 30px 0 0;
        font-size: 22px;
}
.detail-prop .wrp{
        max-width: 1260px;
        margin: 0 auto;
        padding: 50px 30px 0 30px;
}
.detail-prop .htitle{
        font-size: 48px !important;
        margin: 0 0 35px !important;
}
.detail-prop .hlight{
        margin: 0 0 40px;
}
.detail-prop .hlight span{
        display: none;
}
.detail-prop .hlight a img,
.detail-prop .hlight a{
        display: none;
}
.detail-prop .hlight a.ptrigger{
        margin: 0;
        font-size: 16px;
        letter-spacing: 2px;
        display: inline-block;
        position: relative;
        line-height: 100%;
		border:2px solid #a19471;
		padding:10px 16px 8px 16px;
}
.detail-prop .hlight a.ptrigger:before{
        display: inline-block;
        vertical-align: middle;
        width: 27px;
        height: 23px;
        background: url(../img/calendar.png) no-repeat;
        content: '';
        margin: 0 13px 0 0;
        position: relative;
        top: -3px;
}
.detail-prop .copy{
        margin: 0 0 70px;
}
.detail-prop .copy .wrp{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
}
.detail-prop .copy .caption{
        flex: 60%;
        max-width: 60%;
}
.detail-prop .copy .info{
        flex: 32%;
        max-width: 32%;
}
.detail-prop .copy .info .layer{
        background: #ffffff;
        padding: 35px 40px 30px;
        margin-bottom: 30px;
}
        
.detail-prop .copy .info strong{
        display: block;
        color: #464847;
        font-size: 16px;
        line-height: 100%;
        margin: 0 0 20px;
}
.detail-prop .copy table{
        width: 100%;
}
.detail-prop .copy table td{
        border-top: 1px solid #bdbdbd;
        padding: 5px 0;
        width: 50%;
        font-size: 16px;
        font-weight: 600;
        vertical-align: top;
}
.detail-prop .copy table td:first-child{
        font-weight: 400;
}
.detail-prop .copy table tr:first-child td{
        padding-top: 0;
        border-top: 0;
}
.detail-prop .map{
        margin-bottom: 75px;
}
.detail-prop .map .holder{
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
		border:3px solid #ffffff;
	    box-shadow: 0 14px 28px 0 rgba(85,85,85,.04), 0 30px 40px 0 rgba(0,0,0,.08);
}
.detail-prop .map iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.detail-prop .related h2{
        font-size: 22px !important;
        margin: 0 0 40px !important;
}
.fancybox-container.fancybox-is-open{
        z-index: 999999999999999;
}
.yt-trigger{
	display: block;
	position: relative;
	z-index: 2;
}
.yt-trigger:after{
	z-index: 3;
}
.yt-trigger b{
	display: block;
	position: absolute;
	left: 0;
	top: 43%;
	-ms-transform: translateY(-43%);
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	z-index: 4;
	text-align: center;
	width: 100%;
}
.yt-trigger b i{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/play.png);
}

@media (max-width: 1210px) {
        .inner-prop .wrp{
                max-width: none;
                padding: 0 30px;
        }
        .libprop-list .item{
                max-width: 30%;
        }
        .detail-prop .banner{
                margin: 0 0 150px;
        }
        .detail-prop .banner .holder{
                position: relative;
                bottom: -140px;
        }
	.detail-prop .hlight a.ptrigger {
				font-size:14px;
	}
		
}
@media (max-width: 991px) {
        .detail-prop .copy .info{
                padding: 0px;
        }
        .detail-prop .banner .holder{
                padding: 10px 30px 30px;
        }
}
@media (max-width: 768px) {
        .libprop-list .item.void{
                display: none;
        }
        .libprop-list .item{
                max-width: 48%;
                flex: 48%;
        }
        .inner-prop .filter label{
                margin: 0 10px 15px;
        }
        .inner-prop .hentry{
                margin-bottom: 40px;
        }
		.detail-prop .wrp {
			padding: 70px 30px 0 30px;
	}
        .detail-prop .banner .holder{
                width: 100%;
                bottom: -130px;
                padding: 20px;
        }
		.detail-prop .map .holder {
				height:400px;
		}
        .detail-prop .copy .wrp{
                display: block;
        }
        .detail-prop .copy .wrp > *{
                max-width: none !important;
        }
        .detail-prop .copy .wrp > *:first-child{
                margin: 0 0 50px;
        }
        .detail-prop .htitle{
                font-size: 28px !important;
        }
        .detail-prop .banner b{
                font-size: 18px;
        }
	.yt-trigger b {
		top: 30%;
		-ms-transform: translateY(-30%);
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
	}
	.yt-trigger b i{
		width: 50px;
		height: 50px;
	}
	
}

@media (max-width: 480px) {
        .libprop-list .item{
                max-width: 100%;
                flex: 100%;
        }
}