html { 
	margin: 0;
	padding: 0;
}

body {
	color: #FFF;
    background-color: #003869;
    font: 18px "fira-sans", "Calibri", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
	margin: 0;
	padding: 0;
}

img { 
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #003869;
	font-family: "fira-sans", "Calibri", "Arial", "Helvetica", sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: 100;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	/*margin-bottom: 0px;*/
	padding-bottom: 5px;
	line-height: normal;

    border-bottom: 2px solid #003869;
    margin-bottom: 1em;
}

h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
}

h4 {
	font-size: 18px;
	font-weight: 600;

}

h5 {
	font-size: 14px;
	font-weight: 600;
}

h6 {
	font-size: 12px;
	font-weight: 600;
}

p {
	margin-top: 0;
}

.header {
    background-color: #003869;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 2em 0;
    position: relative;
}

.header:after {
    display: block;
    border-top: 3px solid #7593ae;
    width: 100%;
    height: 3px;
    content: "";
    position: relative;
    bottom: -20px;
}

.header__logo {
    display: block;
    border: 0;
    margin: 0 auto 20px auto;

    max-width: 60%;
}

.header__strapline {
    display: block;
    border: 0;
    margin: 20px auto 0 auto;

    max-width: 40%;
}

.primary-nav {
    list-style: none;
    font-size: 18px;
    text-align: center;
    /*	border-bottom: 2px solid #7f9bb4;*/
    /*background-color: #7f9bb4;*/
    background-color: #004980;
    padding: 3px 0;
    margin: 1.5em 0 0.5em 0;
    border-top: 1px solid #002758;
    border-bottom: 1px solid #002758;
}

.primary-nav .primary-nav__item {
    display:inline;
    margin: 0;
}

.primary-nav .primary-nav__item + .primary-nav__item {
    margin-left: 2em;
}

.primary-nav .primary-nav__item .primary-nav__item__url {
    display: inline-block;
    padding: 6px;
    text-decoration: none;
}

.primary-nav .primary-nav__item .primary-nav__item__url,
.primary-nav .primary-nav__item .primary-nav__item__url:link,
.primary-nav .primary-nav__item .primary-nav__item__url:active,
.primary-nav .primary-nav__item .primary-nav__item__url:visited {
    color: #fff;
}

.primary-nav .primary-nav__item.\--current {
    font-weight: 600;
}

.row {

}

.row.\--white {
    background-color: #FFF;
}

.portfolio-slider {
    position: relative;
    background-color: #fff;
    color: #003869;
    text-align: center;

    background-image: url('/images/property/fenton-barns-440.jpg');
    background-size: cover;
    background-position: 50% 43%;
}

/*.portfolio-slider.\--bg1 {*/
    /*background-image: url('/images/property/fenton-barns-440.jpg');*/
/*}*/

/*.portfolio-slider.\--bg2 {*/
    /*background-image: url('/images/property/white-hart-spalding-440.jpg');*/
/*}*/

/*.portfolio-slider.\--bg3 {*/
    /*background-image: url('/images/property/holme-drive-sudbrooke-440.jpg');*/
/*}*/

/*.portfolio-slider.\--bg4 {*/
    /*background-image: url('/images/property/carre-street-sleaford-440.jpg');*/
/*}*/

/*.portfolio-slider.\--bg5 {*/
    /*background-image: url('/images/property/beaumont-court-lincoln-440.jpg');*/
/*}*/

.portfolio-slider:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #003869;
    background-color: rgba(0,56,105,0.75);
}

.portfolio-slider .portfolio-slider__image {
    display: inline-block;
    position: relative;
    z-index: 10;
    border: 0;
    padding: 0;
    margin: 0;
    width: 20%;
    max-width: 192px;
}

#content {
    background-color: #fff;
    color: #003869;
    padding-bottom: 3em;
}

#content p {
    line-height: 1.5em;
}

.footer {
    width: 100%;
    font-family: "fira-sans", "Calibri", "Arial", "Helvetica", sans-serif;
    font-weight: 100;
    color: #aaa;
    text-align: center;
    background-color: #003869;
    /*border-top: 3px solid #7593ae;*/
    padding: 2.5em 0 1em;
    position: relative;

}

.footer:before {
    display: block;
    border-top: 3px solid #7593ae;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    top: 20px;
}

.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer a.button.\--enter {
    color: #FFF;
    background-color: #003869;
    font-weight: 600;
    padding: 0.5em 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin: 2em auto;*/
}

.footer a.button:hover.\--enter {
    color: #003869;
    background-color: #7593ae;
}

.footer a.button + p {
    margin-top: 1.5em;
}

.page-title {
    width: 100%;
    padding: 4em 0 2em 0;
    overflow: hidden;
    text-align: center;
}

.page-title__text {
    display: inline;
    font-size: 42px;
    font-weight: 100;
    /* border-bottom: 2px solid #003869; */
    text-align: center;
    padding: 1em;
    text-transform: uppercase;
    position: relative;
}

.page-title__text:before,
.page-title__text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200%;
    height: 0;

    border-top: 1px solid #003869;
}

.page-title__text:before {
    right: 100%;
}

.page-title__text:after {
    left: 100%;
}

.property-list {
    padding: 0;
    list-style-type: none;
}

.property-list .property-list__item{
    margin: 0;
}

.property {
    clear: both;
    min-height: 220px;
    position: relative;
}

.property.\--separator {
    padding-top: 30px;
    border-top: 1px dotted #003869;
    margin-top: 30px;
}

.property .property-title {
    border-bottom: 1px solid #003869;
}

.property .property-image {
    background-color: #FFF;
    border: 1px solid #003869;
    float: left;
    margin: 0 30px 30px 0;
    width: 220px;
    height: 220px;
}

.service-image {
    background-color: #FFF;
    border: 1px solid #003869;
    width: 100%;
    /*height: 220px;*/
    margin-bottom: 30px;
}

.property .property-status {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 220px;
    height: 250px;
    overflow: hidden;
}

.property.\--separator .property-status {
    top: 30px;
}

.property .property-status .property-status__text {
    position: absolute;
    top: 30px;
    left: -50px;
    background-color: #CC0000;
    color: #FFF;
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    -ms-transform:rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-align: center;
}

.property .property-status .property-status__text.\--small {
    font-size: 14px;
    line-height: 15px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.property .property-summary {

}

.property-gallery {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.property-gallery__item {
    margin: 0;
    display: inline-block;
    width: 33.333333333%;
    float: left;
}

.property-gallery__image {
    margin: 0;
    padding: 0;
    width: 100%;
}

.portfolio-slider {

}

.postnominals {
    text-transform: none;
    font-size: 18px;
    font-weight: 100;
}

/*.property {*/
	/*margin-bottom: 1em;*/
	/*padding-bottom: 1em;*/
	/*border-bottom: 1px solid #ccc;*/
    /*clear:both;		*/
/*}*/

/*.propertyImage{*/
    /*text-align: center;*/
/*}*/

/*.propertyImage img{*/
	/*width: 220px;*/
/*}*/

/*.propertyImage p{*/
	/*color: #c00;*/
	/*font-weight: bold;*/
	/*font-size: 18px;*/
/*}*/