/***Listing Details***/

.ip-banner{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

#ld-wrap{}
.ld-slide{
	position: relative;
}
.ld-slide ul{
	font-size: 0;
}
.ld-slide li{
	background: #000;
}
.ld-slide canvas{
	display: block;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	opacity: .65;
}
.ld-container{
	width:calc(100% - 50px);
	margin: 0 auto;
	max-width: 1430px;
}
.ld-top{
	padding: 1px 0 0;
	position: relative;
}
.ld-top-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
.ld-top-inner .ld-add{
	width: 28.112%;
	padding: 38px 0 0;
}
.ld-top-inner .ld-add h1{
	font-size: 55px;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -0.020em;
	text-transform: uppercase;
	color: #000;
}
.ld-top-inner .ld-thumb{
	width: 71.888%;
	position: relative;
	top: -4.813vw;
}
.ld-top-inner .thumb-wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.ld-top-inner .ld-thumb ul{
	width: calc(100% - 140px);
	font-size: 0;
}
.ld-top-inner .ld-thumb li{
	cursor: pointer;
	background: #000;
}
.ld-top-inner .ld-thumb canvas{
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
	opacity: 0.7;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ld-top-inner .ld-thumb canvas:hover,
.ld-top-inner .ld-thumb .slick-current canvas{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.ld-top-inner .ld-thumb .ld-arrow{
	background:#002349;
	color: #fff;
	width: 70px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 37px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.ld-top-inner .ld-thumb .ld-arrow:hover{
	background: #e96035;
}

.ld-info{
	margin: -25px 0 0;
	pointer-events: none;
}
.info-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: center;
}
.info-inner .info-l{
	width: 51.189%;
	padding: 76px 0 87px;
	position: relative;
	pointer-events: auto;
}
.info-inner .info-accent{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-image:url(../../images/listing-details/ld-pattern.png);
	pointer-events: none;
}
.info-inner .info-status{
	position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    min-width: 166px;
    text-align: center;
    text-transform: uppercase;
    background: #002349;
    font-size: 19px;
    letter-spacing: 0.150em;
    padding: 23px 10px;
}
.info-inner .info-desc{
	line-height: 1.5;
    letter-spacing: 0.020em;
    padding: 0 15px 0 0;
    max-width: 590px;
    margin: 40px 0 0;
}
.info-inner .info-r{
	width: 48.811%;
	pointer-events: auto;
}
.info-feat{
	background: url(../../images/listing-details/ld-feat.jpg) center center no-repeat #002349;
	background-size: cover;
	color: #fff;
	letter-spacing: -0.020em;
	padding: 63px 58px;
}
.info-feat .info-price{
	font-size: 35px;
	font-weight: 600;
}
.info-feat .info-specs{
	font-size: 22px;
	line-height: 2.1;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 26px 0 0;
}
.info-feat .info-specs span{
	color: #3a6798;
}
.info-feat .info-specs em{
	font-style: normal;
}
.info-feat .info-specs > div{}
.info-feat .info-specs > div > div{}
.info-feat .info-specs a{
	font-size: 34px;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.info-feat .info-specs a:hover{
	color: #e96035;
}
.ld-cta{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 98px 0 73px;
}
.ld-cta > div{
	margin: 0 0 0 10px;
}
.ld-cta > div:first-child{
	margin: 0 0 0;
}
.ld-map{}
.ld-map .ld-map-inner{}
.ld-map .map-container{}
.ld-map .map-container img{
	display: block;
	width: 100%;
	height: auto;
}
.ld-share{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	min-height: 83px;
}
.ld-share:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 511px;
	background: url(../../images/listing-details/ld-blue-accent.jpg) center center no-repeat;
	background-size: cover;
}
.ld-share ul{
	font-size: 0;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}
.ld-share li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 24px;
}
.ld-share li:first-child{
	margin: 0 0 0 0;
}
.ld-share em{
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.ld-share a{
	color: #09233f;
	font-size: 24px;
}
.ld-share a:hover{
	color:#e96035;
}
.ld-video{
	margin: 100px 0 90px;
}
.ld-video .video-link{}
.ld-video a{
	display: block;
	position: relative;
	z-index: 0;
}
.ld-video a:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 5.594% auto;
	background:url(../../images/listing-details/ld-vid-play.png) center center no-repeat rgba(0,0,0,.3);
}
.ld-video a img{
	display: block;
	width: 100%;
	height: auto;
}
.ld-git{
    position: relative;
    background: #fff;
}
.ld-git .ld-git-content{}
.ld-git .ld-git-bg{
    position: relative;
    z-index: 0;
    opacity: 0.5;
}
.ld-git .ld-git-bg img{
    display: block;
    width: 100%;
    height: 54vw;
}
.ld-git .ld-git-title{
    position: absolute;
	top: 10.625vw;
    left: 0;
    padding: 0 7.375vw 0 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}
.ld-git .ld-git-title h2{
    font-weight: 700;
    margin: 0 0 0;
    position: relative;
    letter-spacing: -0.020em;
    font-size: 4.438vw;
    color: #002349;
    padding: 0 1vw 0 0;
    text-shadow: 0.500vw 0.375vw 0px rgb(255 255 255 / 23%);
}
.ld-git .ld-git-title h2:before{
    z-index: 2;
    content: attr(data-text);
    position: absolute;
    z-index: 0;
    left: 0.625vw;
    bottom: -0.625vw;
    color: #000000;
    font-size: inherit;
    letter-spacing: inherit;
    pointer-events: none;
    background-image: url(../../images/title-pattern.png);
    background-position: center;
    background-size: 1600px auto;
    background-repeat: repeat;
    color: transparent;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: invert(1);
    -webkit-filter: invert(1);
    display: none;
}
.ld-git .ld-git-title h2 em{
    display: block;
    font-style: normal;
    position: relative;
    z-index: 1;
}
.ld-git .ld-git-fillup{
    position: absolute;
    width: 100%;
    padding: 0 8.375vw 0 0;
    left: 0;
    top: 17.188vw;
}
.ld-git .ld-git-phone{
    text-align: right;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.563vw;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 1vw 0 38.2vw;
}
.ld-git .ld-git-phone a{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.ld-git .ld-git-phone a:hover{
    color: #e96035;
}
.ld-git .ld-git-phone a span{
    margin: 0 0.625vw 0 0;
}
.ld-git .ld-git-phone a em{
    font-style: normal;
}
.ld-git .ld-git-form{
    width: 52.500vw;
    margin: 0.938vw 0 0 auto;
    background: rgba(0,0,0,0.4);
    color:#fff;
    padding: 3.250vw 5.875vw 1px;
}
.ld-git .ld-git-form ::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
}

.ld-git .ld-git-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
}

.ld-git .ld-git-form ::placeholder {
  text-transform: uppercase;
}
.ld-git .ld-git-form h3{
    font-family: var(--font-family-secondary);
    font-size: 2.188vw;
    font-weight: 500;
    text-transform: uppercase;
}
.ld-git .ld-git-form .wpcf7 form .wpcf7-response-output{
    max-width: 29vw;
    margin: 0 0 1vw auto;
    text-align: center;
    font-size: 0.8vw;
    padding: .3vw;
}
.ld-git .ld-git-form .wpcf7-form-control-wrap{
    display: block;
}
.ld-git .ld-git-form .wpcf7-not-valid-tip{
    font-size: .65vw;
}
.ld-git .ld-git-fields{
    margin: 1vw 0 0;
}
.ld-git .git-row.dual{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.ld-git .git-row.dual > div{
    width: 19.125vw;
}
.ld-git .git-row.dual > div:first-child{
    margin: 0 0 0;
}
.ld-git .git-row.git-input input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    font-size: 0.938vw;
    height: 2.625vw;
}
.ld-git .git-row.git-msg{
    margin: 2.188vw 0 0;
}
.ld-git .git-row.git-msg textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    padding: 0 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    font-size: 0.938vw;
    resize: none;
    height: 4.813vw;
}
.ld-git .git-row.git-submit{
    margin: 3.938vw 0 -6.500vw;
    position: relative;
    z-index: 1;
}
.ld-git .git-row.git-submit input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #002349;
    color: #fff;
    display: inline-flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 9.438vw;
    height: 9.438vw;
    border: 0px;
    padding: 0.313vw;
    font-size: 0.875vw;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.ld-git .git-row.git-submit input:hover{
    background: #e96035;
}
.ld-git .ld-git-photo{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54.438vw;
    pointer-events: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.ld-git .ld-git-photo img{
    display: block;
    width: 100%;
    height: auto;
}
.ld-git-vf{
	position: absolute;
    right: 8.375vw;
    bottom: 6.563vw;
    z-index: 2;
}
.ld-git-vf a{
	display: inline-block;
	text-align: center;
	min-width: 13.438vw;
	background: #002349;
	color: #fff;
	font-size: 0.938vw;
	letter-spacing: 0.200em;
	font-weight: 500;
	text-transform: uppercase;
	max-height: 4.063vw;
    padding: 1.564vw 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.ld-git-vf a:hover{
	background: #e96035;
}

.ld-subject{
	display: none;
}
.ld-subject input{
	color: #fff;
    background: none;
    border: 0;
}
.ftr-git{
	display: none;
}

@media only screen and (max-width: 1366px) {
	.info-feat {
	    padding: 63px 40px;
	}
}
@media only screen and (max-width: 1199px) {
	.ld-top-inner .ld-add h1{
		font-size: 40px;
	}
	.ld-top-inner .ld-thumb .ld-arrow {
	    font-size: 25px;
	}
	.info-inner .info-l {
	    padding: 35px 0 40px;
	}
	.info-inner .info-desc {
	    margin: 25px 0 0;
	}
	.info-feat {
	    padding: 54px 30px;
	}
	.info-feat .info-specs {
	    font-size: 16px;
	}

}
@media only screen and (max-width: 991px) {
	.ld-slide canvas{
		min-height: 0;
	}
	.ld-container {
	    width: calc(100% - 30px);
	}
	.ld-top{
		padding: 0 0 0;
	}
	.ld-top .ld-container{
		width: 100%;
	}
	.ld-top-inner {
	    flex-flow: column-reverse wrap;
	    align-items: center;
	}
	.ld-top-inner .ld-thumb {
	    width: 100%;
	    position: relative;
	    top: 0;
	}
	.ld-top-inner .ld-add {
	    width: 100%;
	    padding: 38px 0 0;
	    text-align: center;
	}
	.ld-info{
		margin: 30px 0 0;
	}
	.info-inner {
	    flex-flow: column wrap;
	    align-items: center;
	}
	.info-inner .info-l {
	    padding: 35px 15px 40px;
	    width: 100%;
	    text-align: center;
	}
	.info-inner .info-desc {
	    max-width: none;
	    padding: 0 0 0 0;
	}
	.info-inner .info-r {
	    width: 100%;
	    max-width: 500px;
	    padding: 40px 0 0;
	}
	.info-feat {
	    text-align: center;
	}
	.info-feat .info-specs {
	    font-size: 15px;
	    flex-flow: column wrap;
	    align-items: center;
	    justify-content: center;
	}
	.ld-share {
	    justify-content: center;
	}
	.ld-share li:first-child {
	    margin: 0 0 4px 0;
	    width: 100%;
	}
	.ld-share:before,
	.ld-git .ld-git-photo,
	.ld-git .ld-git-bg,
	.ld-git .ld-git-title h2:before{
		display: none;
	}
	.ld-git{
	    padding: 30px 0;
	}
	.ld-git:before{
	    content:'';
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: url(../../images/git-bg.jpg) left center no-repeat;
	    background-size: cover;
	}
	.ld-git .ld-git-title {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    padding: 0 15px;
	    justify-content: center;
	}
	.ld-git .ld-git-title h2 {
	    font-size: 58px;
	    padding: 0 0 0 0;
	    text-shadow: 8px 6px 0px rgb(255, 255, 255, 0.23)
	}
	.ld-git .ld-git-phone {
	    text-align: center;
	    padding: 20px 0 ;
	    flex-flow: column wrap;
	    align-items: center;
	    justify-content: center;
	    font-size: 20px;
	    line-height: 1.5;
	}
	.ld-git .ld-git-fillup{
	    position: relative;
	    z-index: 1;
	    padding: 0 15px;
	    top: 0;
	}
	.ld-git .ld-git-form {
	    width: 100%;
	    margin: 20px auto 0;
	    padding: 30px 20px;
	}
	.ld-git .ld-git-form .wpcf7 form .wpcf7-response-output {
	    max-width: none;
	    margin: 0 0 16px auto;
	    font-size: 13px;
	    padding: 5px;
	}
	.ld-git .ld-git-form .wpcf7-not-valid-tip{
	    font-size: 10px;
	}
	.ld-git .ld-git-form h3 {
	    font-size: 35px;
	}
	.ld-git .git-fields {
	    margin: 20px 0 0;
	}
	.ld-git .git-row.dual > div {
	    width: calc(50% - 10px);
	}
	.ld-git .git-row.git-input input {
	    font-size: 15px;
	    height: 42px;
	}
	.ld-git .git-row.git-msg {
	    margin: 35px 0 0;
	}
	.ld-git .git-row.git-msg textarea {
	    font-size: 14px;
	    height: 72px;
	}
	.ld-git .git-row.git-submit {
	    margin: 20px 0 0 0;
	    display: flex;
	    flex-flow: column wrap;
	    align-items: center;
	    justify-content: center;
	}
	.ld-git .git-row.git-submit input {
	    max-width: 151px;
	    height: 151px;
	    padding: 5px;
	    font-size: 14px;
	}
	.ld-git-vf {
	    position: relative;
	    right: 0;
	    bottom: 0;
	    z-index: 2;
	    text-align: center;
	    margin: 20px 0 0;
	}
	.ld-git-vf a {
	    min-width: 215px;
	    font-size: 15px;
	    letter-spacing: 0.200em;
	    max-height: 65px;
	    padding: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
	.ld-cta {
	    flex-flow: column wrap;
	}
	.ld-cta > div{
		margin: 15px 0 0;
	}
	.ld-git .ld-git-title h2 {
	    font-size: 53px;
	    text-align: center;
	}
	.ld-git .ld-git-form h3 {
	    font-size: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.ld-top-inner .ld-thumb{
		display: none;
	}
	.ld-git .ld-git-title h2 {
	    font-size: 45px;
	}
	.ld-git .ld-git-form h3 {
	    font-size: 21px;
	}
	.ld-git .ld-git-row.dual{
	    flex-flow: column wrap;
	    justify-content: center;
	}
	.ld-git .git-row.dual > div {
	    width: 100%;
	    margin: 20px 0 0;
	}
}