@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@font-face {
  font-family:'FjallaOne-Regular';
  src: url('fonts/FjallaOne-Regular.eot');
  src: url('fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/FjallaOne-Regular.woff') format('woff'),
    url('fonts/FjallaOne-Regular.ttf') format('truetype'),
    url('fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0009-FB02;
}
@page{
    size: A4;
    margin: 0mm;
}
body{
    margin: 0 auto;
    padding: 0;
}
.print-hidden{
    display: none;
}
.print-screen{
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.print-for{
    font-size: 110px;
    color: #fff;
    float: left;
    width: 60%;
    font-family:'FjallaOne-Regular';
    height: 135px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0 0 30px;
}
.print-for.Shortlet{
    font-size: 75px;
    padding-top: 25px;
    height: 115px;
}
.print-for.Let{
    font-size: 120px;
    padding-top: 0;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}
.print-price{
    float: right;
    width: 35%;
    color: #fff;
    font-size: 100px;
    height: 140px;
    line-height: 100px;
    font-family: "Times New Roman", Georgia, Serif;
    text-align: center;
    font-weight: bold;
}
.print-price.lenght-4{
    font-size: 90px;
}
.print-price.lenght-5{
    font-size: 80px;
}
.print-price.lenght-6{
    font-size: 70px;
}
.print-price.lenght-7{
    font-size: 60px;
}
.print-price.lenght-8{
    font-size: 50px;
}
.print-price.lenght-9{
    font-size: 40px;
}
.print-price.lenght-10{
    font-size: 30px;
}
.print-feature-holder{
    float: left;
    width: 94%;
    padding: 20px 3% 10px;
}
.print-feature-holder .print-images-holder{
    margin-top: 20px;
}
.print-feature-holder .print-feature-box{
    color: #000000;
    font-size: 40px;
    font-family: "Times New Roman", Georgia, Serif;
}
.print-remarks-holder{
    float: left;
    width: 94%;
    padding: 10px 3%;
    background: #dadada;
    font-size: 32px;
    font-family: "Times New Roman", Georgia, Serif;
    text-align: justify;
    margin-bottom: 20px;
}
.print-footer-holder{
    width: 94%;
    padding: 20px 3%;
    float: left;
    position: relative;
    bottom: 0;
}
.print-logo-holder{
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
.print-logo-holder img{
    width: auto;
    display: inline-block;
}
.print-site-detail-holder{
    float: left;
    width: 100%;
}
.print-site-detail-holder h2{
    font-size: 40px;
    margin: 20px 0 40px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.print-site-detail-holder h2.print-small-title{
    font-size: 80px;
}
.print-site-detail-holder ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.print-site-detail-holder ul li{
    width: 50%;
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Times New Roman", Georgia, Serif;
    color: #fff;
}
.clr{
    clear: both;
}