@font-face {
    font-family: 'freightneo';
    src: url('../fonts/fnpl/freightneoprolight-webfont.eot');
    src: url('../fonts/fnpl/freightneoprolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fnpl/freightneoprolight-webfont.woff2') format('woff2'),
         url('../fonts/fnpl/freightneoprolight-webfont.woff') format('woff'),
         url('../fonts/fnpl/freightneoprolight-webfont.ttf') format('truetype'),
         url('../fonts/fnpl/freightneoprolight-webfont.svg#freightneo_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	margin: 0;
	font-family: freightneo, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #231d61;
}

#image-selector{
	display: none;
	position: fixed;
	top: 50%;
	left: 500px;
	margin-top: -200px;
	margin-left: -250px;
	height: 400px;
	width: 500px;
	z-index: 15;
	padding: 10px;
	background-color: #231d61;
	}
	#image-list{
		height: 400px;
		width: 500px;
		max-width: 100%;
		overflow-x: hidden;
	}
	#image-list img{
		width: 150px;
		margin-right: 7px;
		cursor: pointer;

		border-style: solid;
		border-color: #FFF;
		border-width: 2px;
	}
	.prop-image{
		cursor: pointer;
	}

#hover-bar{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 200px;
	z-index: 10;
}

#content{
	width: 1000px;
	height: 1415px;
	position: relative;
	}
	.background-image{
		position: absolute;
		margin-top: -5px;
		z-index: -5;
		width: 1000px;
		height: 1260px;
	}
	#contact-details{
		position: absolute;
		top: 30px;
		right: 7px;
		font-size: 20pt;
	}
	#contact-details div{
		text-decoration: none;
		color: #FFF;
		margin-right: 30px;
		float: right;
	}
	#contact-details span{
		margin-right: 10px;
	}

#title-row{
	width: 1000px;
	height: 100px;
	position: relative;
	}
	#prop-title{
		font-size: 35pt;
		font-weight: bold;
		padding-top: 15px;
		padding-left: 23px;
		float: left;
		}
		#prop_ref{
			font-size: 18pt;
		}
	.qrcode{
		position: absolute;
		top: 10px;
		right: 20px;
	}

/*-------PAGE 1-------*/
  #prop-images{
  	margin-left: 23px;
  	width: 470px;
  	float: left;
	}
	#prop-images img{
		max-width: 470px;
		max-height: 352px;
		margin-bottom: 20px;
	}

  #prop-copy{
  	float: right;
  	right: 20px;
  	width: 480px;
  }
  .prop-point{
  	font-size: 26pt;
  	font-weight: bold;
  }
  #let-type, #deposit-type{
  	font-size: 20pt;
  }
  #prop-desc{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 480px;
    height: 587px;
    overflow: hidden;
  }
  #text-resize{
  	font-size: 12pt;
  	width: 465px;
  }


  #epc-data{
  	width: 460px;
  	height: 207px;
  	position: relative;
  }
	#epc-image-pg1{
		width: 100%;
	}
	#epc-split-pg1{
		position: absolute;
		height: 100%;
		top: 0;

		margin-left: -2%;
		left: 50%;
		width: 4%;
	}

/*-------PAGE 2-------*/
#map-data{
	margin-left: 23px;
	width: 954px;
	}
	#map-canvas{
		width: 954px;
		height: 320px;
	}
.title{
	font-size: 25pt;
}
#travel-distance-short{
	font-size: 21pt;
	position:absolute;
	width:530px;
	height: 615px;
	right: 23px;
	top: 650px;
}
#travel-distance-long{
	font-size: 21pt;
	width: 954px;
	position:absolute;
	left: 23px;
	top: 640px;
}
#small-detail{
	font-size: 10pt;
}

#image-right{
	width: 530px;
	position:absolute;
	bottom: 150px;
	right: 23px;
	}
	#image-right img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width:500px;
    max-height: 400px;
	}

#image-right-v2{
	width: 530px;
	height: 510px;
	position:absolute;
	bottom: 150px;
	right: 23px;
	}
	#image-right-v2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width:500px;
		max-height: 503px;
	}

#image-left{
	width: 380px;
	height: 510px;
	position:absolute;
	bottom: 150px;
	left: 23px;
	}
	#image-left img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width:380px;
		max-height: 500px;
		right: 0px;
		position: absolute;
	}

	#image-left .fp-image-normal{
		top: 0;
	}

	#image-left .fp-image-drop{
		bottom: 123px;
	}

#floorplans{
	width: 380px;
	height: 680px;
	margin-left: 23px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	}
	#floorplans img{
		width:380px;
	}

	#on-hover {
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		cursor: pointer;
		z-index: 10;
		}
		#fp-selection {
			display: none;
			width: 100%;
			height: 50px;
			background-color: #393186;
			position: absolute;
			bottom: 0;
			left: 0;
			color: white;
			font-size: 20pt;
			z-index: 15;
		}
		#fp-show-floorplan {
			position: absolute;
			top: 5px;
			left: 10px;
			cursor: pointer;
		}
		#fp-show-image {
			position: absolute;
			top: 5px;
			right: 10px;
			cursor: pointer;
		}

  #epc{

	}
	#epc #epc-img-pg2-1{
		width:530px;
	}
	#epc-split-pg2-1{
		position: absolute;
		height: 238px;
		top: 0;

		margin-left: -2%;
		left: 50%;
		width: 4%;
	}
	#epc-text{
		font-size: 21pt;
    margin-top: 10px;
	}

#epc-nofp{
	width: 530px;
	position:absolute;
	top: 750px;
	right: 23px;
	}
	#epc-nofp #epc-img-pg2-2{
		width:530px;
	}
	#epc-split-pg2-2{
		position: absolute;
		height: 238px;
		top: 0;

		margin-left: -2%;
		left: 50%;
		width: 4%;
	}

#agent-fee{
	font-size: 16pt;
	width: 954px;
	position:absolute;
	left: 23px;
	bottom: 60px;
}

#footer{
	position: absolute;
	bottom:0;
	left:0;
	height: 40px;
	width: 1000px;
	/*background-color: #393186;*/
	color: #FFF;
	font-size: 17pt;
}
#footer img{
	position:absolute;
	bottom:0;
	left:0;
}
#left{
	position:absolute;
	left: 20px;
	top: 6px;
	z-index: 5;
}
#right{
	position:absolute;
	right: 20px;
	top: 6px;
	z-index: 5;
}



#epc .certificate {

  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

.epc-wrapper {
  max-width: 500px;
  padding: 2;
  width: 100%;
}

.epc-wrapper .epc-title {
  font-size: 18px;
}

.epc-wrapper .epc-draw {
  display: flex;
  flex-direction: row;
  width: 100%
}

.epc-wrapper .epc-chart {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 15px;
  border-right: 1px solid #000;
}

.epc-wrapper .epc-row {
  position: relative;
  height: 36px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
}

.epc-wrapper .bands {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
}

.epc-wrapper .bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 35px;
}

.epc-wrapper .range {
  font-size: 14px;
}

.epc-wrapper .grade {
  margin-left: auto;
  margin-right: 5px;
}

.epc-wrapper {
  /* Color band styles (width via % for responsiveness) */
  .band-A { background: #007f3e; width: 40%; }
  .band-B { background: #5ab946; width: 50%; }
  .band-C { background: #b6d137; width: 60%; color: black; }
  .band-D { background: #f7e721; width: 70%; color: black; }
  .band-E { background: #f7b720; width: 80%; color: black; }
  .band-F { background: #f97c20; width: 90%; }
  .band-G { background: #e91527; width: 100%; }

  .epc-wrapper.blue .band-A { background: #cce6ff; color: black; }
  .epc-wrapper.blue .band-B { background: #99ccff; color: black; }
  .epc-wrapper.blue .band-C { background: #6699ff; }
  .epc-wrapper.blue .band-D { background: #3366cc; }
  .epc-wrapper.blue .band-E { background: #999; }
  .epc-wrapper.blue .band-F { background: #777; }
  .epc-wrapper.blue .band-G { background: #555; }
}
.epc-wrapper .score-columns {
  display: flex;
  max-width: 30%;
  padding-left: 10px;
  flex-direction: column;
  min-width: 55px;
  border-right: 1px solid #000;
  padding-right: 5px;
}

.epc-wrapper .score-label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.epc-wrapper .epc-header  {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.epc-wrapper .score {
  width: 100% !important;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 30px 100%, 0 50%);
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  height: 100%;
}
