﻿@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot');
    src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.woff2') format('woff2'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.svg#akzidenz-grotesk_bq_light_cRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	height: 100% !important;
	min-height: 100% !important;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color:#153264;
		    font-family: 'montserratlight';
	background: url(images/lpr-properties.jpg) no-repeat 0 0;
	background-size: cover;
}
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;}
a {
	text-decoration: none;
	outline: none;
	color:#013E5B; 
	    font-family: 'montserratlight';
}
a:hover{
text-decoration:underline;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}
header{text-align:center;}

span{display:block;}
.cell-holder {
	width: 100%;
	display: table;
	height: 100%;

}
.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.company-info { margin: 100px 0 0; 	color:#153264;
	display: inline-block; text-align:center;
}
.company-info a{	color:#153264;}
.company-info a:hover{text-decoration:underline;}
.home-panel {
	width: 100%;
	height: 100%;
	padding: 10px 20%;
	z-index:9999;
	position:absolute;
	z-index:999999;
	top:0px; left:0px;	
	background:rgba(255,255,255,0.6)
}
.slideshow{ 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
	list-style:none;
	padding:0px;
margin:0px;
}
.slideshow div{width: 100%; height:100%; display:block; background-size:cover;}
.slideshow .img-1 { 
    background-image: url('images/legacy-cornwall-1.jpg');
}
.slideshow .img-2 { 
    background-image: url('images/legacy-cornwall-2.jpg');
}
.slideshow .img-3 { 
    background-image: url('images/legacy-cornwall-3.jpg');
}
.slideshow .img-4 { 
    background-image: url('images/legacy-cornwall-4.jpg');
}
.three-col{width:100%;float:left;}
.three-col .col{width: 33.333%; float:left; padding: 0 40px;}

.logo-holder{padding:20px; display:block;}
.logo-holder img{display:block; width:100%;height:auto;}
a.logo-holder:hover{background: rgba(255,255,255,0.8);}
h1{font-size: 28px; line-height: 32px; margin: 0 0 20px;}
