@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: myFontL, sans-serif;
	font-weight: 100;
	-webkit-font-smoothing:antialiased;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

@font-face {
   font-family: myFontL;
   src: url(GeosansLight.ttf);
}
@font-face {
   font-family: myFontB;
   src: url(MYRIADAT.TTF);
}
@font-face {
	font-family: myFontM;
	src: url(DidactGothic-Regular.ttf);
}
.boldtitles {
	font-family: myFontM, sans-serif;
	font-weight: 900;
}
a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}
.liststylenone li {
	list-style-type: none;
}
.servicelinks:hover {
	background-color: #062245;
}
.servicelinks2:hover {
	background-color: #062245;
}
.topservicelink:hover {
	background-color: #062245;
}
.homepagelinks:hover {
	background-color: #062245;
}
.centriclink:hover {
	background-color: #062245;
}
.careerslink:hover {
	background-color: #062245;
}
.contactlink:hover {
	background-color: #062245;
}
.protectionlinks:hover {
	background-color: #EB630B;
}
.phoneicon:hover {
	opacity: 0.6;
}
.envelopeicon:hover {
	opacity: 0.6;
}
.linkedinicon:hover {
	opacity: 0.6;
}
.findusicon:hover {
	opacity: 0.6;
}
.olinks:hover {
	color: #EB630B;
}
.bluetext {
	font-weight:bold;

	
	color:#215DA6;
}
.bluetext:hover {
	color: #EB630B;
}
.justify {
	text-align: justify;
}
/*sliding nav bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color:#062245;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	
}

.sidenav a {
   
    text-decoration: none;
   
    color: #FFFFFF;
    display: block;
    transition: 0.3s
}

.navtitle {
	
	color: #ffffff;
	padding: 8px 8px 8px 32px;
}
.sidenav a:hover, .offcanvas a:focus{
    color:#E05900;
}
.textcentre {
	text-align: center;
}
.alinksbutton {
	text-decoration: none !important;
	color: inherit;
}
.homepagetitle {
	letter-spacing: 5px;
}
.innermap {
    padding: 20px 30px;
    margin: 0;
}
.businessaddresstrans {
	color: transparent;
}
.burger {
	font-family: myFontB;
}
footer {

	background-color: #062245;
	color: #f1f1f1;
	margin: 0;
}
.sitemap {
	background-color: #062245;
}
.sitemap2 {
	background-color: #062245;
}
.sitemap3 {
	background-color: #062245;
}
.sitemap ul {
	list-style-type: none;
		
}
.sitemaplist {
	list-style-type: none;
}
/*Mobile device*/
@media only screen and (min-width: 320px) and (max-width: 767px){
	nav {
	background-color: white;
	z-index:10;
	width: 100%;
	height: auto;
		position: fixed;
		border-bottom: solid 2.5px #E65C00;
		top: 0;
	}
.logo {
	float:left;
	text-align: center;
	width: 147px;
	height: auto;
	margin: 0px 0px 13px 10px;
	padding-top: 6%;
	}
/*Side Nav*/
.navtitle {
	font-size: 18px;	
	}
.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -7%;
	bottom: 2%;
    font-size: 35px;
    }
.sidenav a {
	font-size: 17px;
	  padding: 6px 8px 5px 32px;
	}
.clickhome {
	font-size: 22px;
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 6%;
	top: 1%;
	z-index: 30;
	border: thick black;
	
}
/*Homepage*/
.boxescentric {
	position: absolute;
	height: 80%;
	width: 100%;
	padding: 5% 0% 4% 0%;
	margin: 0;
	}
.centric {
	width: 100%;
	height: 740px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 70px 0px 0px 0px;
	color: white;
	background-image:url("images/centricmortgageslondonmobile2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.1);
	
	}

.homepagetitle {
	font-size: 20px;
	text-align: center;
	margin-top: 4%;
	}
.centricapproach {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 17px;
	
	}
.centrictext {
	padding: 2% 2% 4% 2%;
	font-size: 16px;
	line-height: 108%;
	
	Width: 89%;
	Height: auto;
	
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 15%;
	text-align:center;
	
	font-weight: 600;
	}
.mortgageshomepage {
	width: 100%;
	height: auto;
	padding-bottom: 160%;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/mortgageslondonmobile.jpg");
	background-size: cover;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.homepagelinks {
	padding: 3% 2% 2% 2%;
	font-size: 20px;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 138px;
	Height: 54px;
	background-color:#C85508;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 12%;
	text-align: center;
	color: #f0f8ff;
	}
.contacttitle {
	padding-top: 64%;
	letter-spacing: 4px;
	}
.mortgageservices {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 170%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/yellow-front-doormobile.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.servicelinks {
	padding: 2.5% 2% 2% 2%;
	font-size: 19px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 5%;
	text-align: center;
	}
.topservicelink {
	padding: 2.5% 2% 2% 2%;
	font-size: 19px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 0%;
	text-align: center;	
	}
.servicelinks2 {
	padding: 2.5% 2% 2% 2%;
	font-size: 19px;
	
	Width: 180px;
	Height: 26px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 5%;
	text-align: center;
	}
.centricpartners {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 145%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/GreenFrontDoormobile.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.centriclink {
	padding: 3% 2% 2% 2%;
	font-size: 22px;
	
	Width: 197px;
	Height: 62px;
	background-color:#3A8585;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 25%;
	text-align: center;
	}
.contactcentric {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 140%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/graydoortablet.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}	
.contactlink {
	padding: 3% 2% 2% 2%;
	font-size: 22px;
	Width: 210px;
	Height: 33px;
	background-color:#C85507;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 28%;
	text-align: center;	
	}

.careerscentric {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 153%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/mortgageserviceslondon2.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);	
		
	}
.careerslink {
	padding: 3% 2% 2% 2%;
	font-size: 22px;
	Width: 197px;
	Height: 33px;
	background-color:#735184;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 24%;
	text-align: center;	
	}
/*BTL Mortgages page*/
.housesimages {
	width: 94%;
	height:107px;
	background-image:url(images/banner01.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;
	}
.housesimages2 {
	width: 94%;
	height:101px;
	background-image:url(images/banner02.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;	
	}
.housesimages3 {
	width: 94%;
	height:101px;
	background-image:url(images/banner03.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;	
	}
.housesimages4 {
	width: 89%;
	height:100px;
	background-image:url(images/banner04.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages5 {
	width: 94%;
	height:102px;
	background-image:url(images/banner05.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;
	}
.housesimages6 {
	width: 94%;
	height:101px;
	background-image:url(images/banner06.jpg);
	background-size: cover;
	position: relative;
    top: 71px;
	margin-left: auto;
	margin-right: auto;
	}
.clear {
		clear: both;
	}
.btlmortgages {
	background-attachment: fixed;
	background-image:url(images/Backgroundbrickwalld.jpg);
	}
.btltitle {
	font-size: 22px;
	font-weight: bold;
	padding-top: 2%;
	}
.btlhouses {
	padding-top: 22%;
	width: 100%;
	height: auto;
	
	}
.textboxes {
	width: 86%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 26% 4% 6% 4%;
	}
.astrix {
	font-weight: 100;
	font-size: 18px;
	
	
}
/*Protection*/
.textbox2 {
	width: 94%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0% 0% 5% 0%;
	}
.protection {
		
	background-attachment: fixed;
	background-image:url(images/slatewall4.jpg);
	}
.protectionlinks {
	padding: 3% 1% 3% 1%;
	font-size: 17px;
	text-align: center;
	Width: 145px;
	Height: 22px;
	background-color:#DE5901;
	display: inline-block;
	color: white;
	margin: 2% 1% 4% 1%;
		
	}
/*Contact page*/
.contactbackground {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/slatewall4.jpg);
	
	}
.contacttext {
	width: 100%;
	float: left;
	position: relative;
	height: 820px;
	overflow: hidden;
	
	}
.innermap {
	width: 80%;
	height: 390px;
	text-align: center;

	overflow: hidden;
	margin: 0% 0% 0% -5%;	
	}
.mapwidth {
	width:240px;
	height:240px;
	display: inline-block;
	vertical-align: middle;
	
	}
.boxes {
	position: absolute;
	height: auto;
	width: 90%;
	padding: 4% 4% 4% 4%;
	}
.textbox3 {
	width: 81%;
	height: 1260px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 26% 4% 4% 4%;	
	}
.smalltext {
	font-size: 11px;
	}
.fax {

	font-size: 14px;
	}
/*Sitemap*/
.sitemap {
	width: 100%;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10% 0% 3% 0%;
	text-align: center;
	}
.sitemap2 {
	width: 100%;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10% 0% 3% 0%;
	text-align: center;	
	}
.sitemap3 {
	width: 100%;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10% 0% 3% 0%;
	text-align: center;	
	}
.sitemapspacing {
	line-height: 28px;
	font-size: 16px;
	}
.sitemapspacing2 {
	line-height: 28px;
	font-size: 16px;
	}
.sitemaptitlesize {
	padding-bottom: 3%;
	font-size: 19px;
	}
.envelopeicon {
	width: 29px;
	height: auto;
	}
.phoneicon {
	width: 28px;
	height: auto;
	}
.linkedinicon {
	padding-top: 1%;
	width: 26px;
	height: auto;
	}
.findusicon {
	width: 24px;
	height: auto;
	padding-top: 2%;
	}
.sitemapregs {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
	background-color:  #062245;
	font-size: 13px;
	line-height: 140%;
	}
.regstext {
	padding: 1% 3% 5% 3%;	
	}
.webdesigner {
	padding-bottom: 3%;
		
	}
}
/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	nav {
	background-color: white;
	z-index:10;
	width: 100%;
	height: 70px;
	}
.logo {
	float:left;
	
	width: 160px;
	height: auto;
	margin: 18px 0px 15px 10px;
	padding-top: 0%;
	}
/*Side Nav*/
.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -6%;
	bottom: 2%;
    font-size: 35px;
    
}
	.navtitle {
		font-size: 22px;
	}
	.sidenav a {
		font-size: 22px;
		  padding: 8px 8px 8px 32px;
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 6%;
	top: 0%;
	z-index: 30;
	border: thick black;
		
}
/*Homepage*/
.boxescentric {
	position: absolute;
	height: 80%;
	width: auto;
	padding: 4% 1% 4% 1%;
	
	}
.centric {
	width: 50%;
	height: 720px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	color: white;
	background-image:url("images/centricmortgageslondontablet2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.6);
	
	}
.homepagetitle {
	font-size: 20px;
	text-align: center;
	margin-top: 5%;
	}
.centricapproach {
	font-weight: bold;
	letter-spacing: 4px;
	}
.centrictext {
	padding: 6% 2% 4% 2%;
	font-size: 16px;
	font-weight: 600;
	Width: 88%;
	Height: auto;
	line-height: 106%;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 10%;
	text-align: center;	
	}
.mortgageshomepage {
	width: 50%;
	height: 720px;
	float: left;
	position: relative;

	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/mortgageslondontablet.jpg");
	background-size: cover;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	
	}
.homepagelinks {
	padding: 2.5% 2% 2% 2%;
	font-size: 18px;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 135px;
	Height: 48px;
	background-color:#C85508;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 12%;
	text-align: center;
	color: #f0f8ff;
	}
.contacttitle {
	padding-top: 64%;
	letter-spacing: 4px;
	}
.mortgageservices {
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/yellow-front-doortablet.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.servicelinks {
	padding: 2%;
	font-size: 18px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 3%;
	text-align: center;
	}
.topservicelink {
	margin-top: 0%;
	padding: 2%;
	font-size: 18px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	}
.servicelinks2 {
	padding: 2%;
	font-size: 18px;
	
	Width: 180px;
	Height: 26px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 3%;
	text-align: center;
	}
.centricpartners {
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/GreenFrontDoortablet.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.centriclink {
	padding: 2%;
	font-size: 20px;
	
	Width: 197px;
	Height: 52px;
	background-color:#3A8585;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 25%;
	text-align: center;
	}
.contactcentric {
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/graydoortablet.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}	
.contactlink {
	padding: 2%;
	font-size: 20px;
	
	Width: 200px;
	Height: 30px;
	background-color:#C85507;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 32%;
	text-align: center;	
	}

.careerscentric {
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/mortgageserviceslondon2.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.careerslink {
	padding: 2%;
	font-size: 20px;
	Width: 197px;
	Height: 30px;
	background-color:#735184;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 32%;
	text-align: center;	
	}
/*BTL Mortgages page*/
.housesimages {
	width: 87%;
	height:146px;
	background-image:url(images/banner01.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
.housesimages2 {
	width: 87%;
	height:146px;
	background-image:url(images/banner02.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;	
	}
.housesimages3 {
	width: 87%;
	height:146px;
	background-image:url(images/banner03.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;	
	}
.housesimages4 {
	width: 87%;
	height:146px;
	background-image:url(images/banner04.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages5 {
	width: 87%;
	height:146px;
	background-image:url(images/banner05.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages6 {
	width: 87%;
	height:146px;
	background-image:url(images/banner06.jpg);
	background-size: cover;
	position: relative;
    top: 0px;
	margin-left: auto;
	margin-right: auto;		
	}
.btlmortgages {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/Backgroundbrickwalld.jpg);
	}
.btltitle {
	font-size: 25px;
	font-weight: bold;
	}
.btlhouses {
	width: 87%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.textboxes {
	width: 79%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 6% 4% 1% 4%;
	}
.astrix {
	font-weight: 100;
	font-size: 23px;
	
	
}
/*Protection*/
.textbox2 {
	width: 79%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 4%;
	}
.protection {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/slatewall4.jpg);

	}
.protectionlinks {
	padding: 2% 2% 2% 2%;
	font-size: 17px;
	text-align: center;
	Width: 160px;
	Height: 20px;
	background-color:#082D5C;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
		
	}
/*Contact page*/
.contactbackground {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/slatewall4.jpg);
	
	}
.contacttext {
	width: 100%;
	float: left;
	position: relative;
	height: 660px;
	overflow: hidden;
	
	}
.innermap {
	width: 88%;
	height: 485px;
text-align: center;
	
	overflow: hidden;
	margin: 0% 0% 0% 0%;	
	}
.mapwidth {
	width:400px;
	height:380px;
	display: inline-block;
	vertical-align: middle;
   
	}
.boxes {
	position: absolute;
	height: auto;
	width: 90%;
	padding: 4%;
	}
.textbox3 {
	width: 79%;
	height: 1160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 2% 4% 4% 4%;	
	}
.smalltext {
	font-size: 11px;
	}
.fax {

	font-size: 14px;
	}
/*Sitemap*/
.sitemap {
	width: 50%;
	height: 260px;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 5% 0% 5% 0%;
	text-align: center;
	line-height: 39px;
	}
.sitemap2 {
	width: 50%;
	height: 260px;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 5% 0% 5% 0%;
	text-align: center;	
	}
.sitemap3 {
	width: 100%;
	background-color: #062245;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 1% 0% 3% 0%;
	text-align: center;
	
	}
.sitemapspacing {
	line-height: 28px;
	font-size: 16px;
	}
.sitemapspacing2 {
	font-size: 16px;
	lineheight: 15px;
	}
.sitemaptitlesize {
	padding-bottom: 3%;
	font-size: 19px;
	
	}
.envelopeicon {
	width: 26px;
	height: auto;
	}
.phoneicon {
	width: 25px;
	height: auto;
	}
.linkedinicon {
	width: 23px;
	height: auto;
	padding-top: 1%;
	}
.findusicon {
	width: 21px;
	height: auto;
	padding-top: 2%;
	}
.sitemapregs {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
	background-color:  #062245;
	font-size: 13px;
	line-height: 140%;
	}
.regstext {
	padding: 0% 3% 1.5% 3%;	
	}
.webdesigner {
	padding-bottom: 3%;
		
	}
}
/*desktop view*/
@media only screen and (min-width: 1024px){
	nav {
	background-color: white;
	z-index:10;
	width: 100%;
	height: 80px;
	position: fixed;
         	  -webkit-box-shadow: 0 14px 2px -3px #222;
  -moz-box-shadow: 0 2px 14px -3px #222;
  box-shadow: 0 2px 14px -3px #222;
	}
.logo {
	float:left;
	
	width: 180px;
	height: auto;
	margin: 24px 0px 15px 20px;
	
	}
/*Side Nav*/
.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -6%;
	bottom: 2%;
    font-size: 35px;
    
}
.navtitle {
		font-size: 22px;
	}
.sidenav a {
		font-size: 22px;
	  padding: 8px 8px 8px 32px;
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 3%;
	top: 1%;
	z-index: 30;
	border: thick #E65C00;
		
}

.boxescentric {
	position: absolute;
	height: 80%;
	width: auto;
	padding: 4% 5% 4% 5%;
	
	}
.centric {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 80px 0px 0px 0px;
	color: white;
	background-image:url("images/centricmortgageslondondt.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.6);
	}
.homepagetitle {
	font-size: 20px;
	text-align: center;
	margin-top: 5%;
	}
.centricapproach {
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	}
.centrictext {
	padding: 1% 4% 4% 4%;
	font-size: 17px;
	line-height: 110%;
	border-radius: 2px;
	Width: 87%;
	Height: auto;
	font-weight: 600;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 13%;
	text-align: center;
	}
.mortgageshomepage {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 80px 0px 0px 0px;
	color: white;
	background-image:url("images/mortgageslondondesktop.jpg");
	background-size: cover;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.6);
	}
.homepagelinks {
	padding: 2.5% 2% 2% 2%;
	font-size: 18px;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 135px;
	Height: 48px;
	background-color:#C85508;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 12%;
	text-align: center;
	color: #f0f8ff;
	}
.contacttitle {
	padding-top: 64%;
	letter-spacing: 4px;
	}
.mortgageservices {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 80px 0px 0px 0px;
	color: white;
	background-image:url("images/residentialmortgageadvicedesk.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	}
.servicelinks {
	padding: 2.5% 2% 2% 2%;
	font-size: 18px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 6%;
	text-align: center;
	}
.topservicelink {
	margin-top: 11%;
	padding: 2.5% 2% 2% 2%;
	font-size: 18px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	Width: 110px;
	Height: 25px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	}
.servicelinks2 {
	padding: 3% 2% 2% 2%;
	font-size: 18px;
	
	Width: 180px;
	Height: 26px;
	background-color:#054975;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 6%;
	text-align: center;
	}
.centricpartners {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/Greenfrontdoordesk.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.centriclink {
	padding: 2%;
	font-size: 20px;
	
	Width: 197px;
	Height: 50px;
	background-color:#3A8585;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 29%;
	text-align: center;
	}
.contactcentric {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/graydoordesk.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}	
.contactlink {
	padding: 2%;
	font-size: 20px;
	
	Width: 197px;
	Height: 30px;
	background-color:#C85507;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 32%;
	text-align: center;	
	}

.careerscentric {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	margin: 0;
	color: white;
	background-image:url("images/mortgageserviceslondondesk.jpg");
	background-size: cover;	
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	
	}
.careerslink {
	padding: 2%;
	font-size: 20px;
	Width: 197px;
	Height: 30px;
	background-color:#735184;
	box-shadow: 2px 3px 5px 2px #2E2E2E;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 32%;
	text-align: center;	
	}
/*BTL Mortgages page*/

.housesimages {
	width: 86%;
	height:218px;
	background-image:url(images/banner01.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;
	}
.housesimages2 {
	width: 86%;
	height:218px;
	background-image:url(images/banner02.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;	
	}
.housesimages3 {
	width: 86%;
	height:218px;
	background-image:url(images/banner03.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages4 {
	width: 86%;
	height:218px;
	background-image:url(images/banner04.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages5 {
	width: 86%;
	height:218px;
	background-image:url(images/banner05.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;		
	}
.housesimages6 {
	width: 86%;
	height:224px;
	background-image:url(images/banner06.jpg);
	background-size: cover;
	position: relative;
    top: 65px;
	margin-left: auto;
	margin-right: auto;	
	}
.btlmortgages {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/Backgroundbrickwalld.jpg);
	}
.btltitle {
	font-size: 27px;
	font-weight: bold;
	}
.btlhouses {
	width: 83%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.textboxes {
	width: 78%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 7.5% 4% 1% 4%;
	}
.astrix {
	font-weight: 100;
	font-size: 23px;
	
	
}
/*Protection*/
.textbox2 {
	width: 78%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 4%;
	}
.protection {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/slatewall5.jpg);

	}
.protectionlinks {
	padding: 1% 2% 2% 2%;
	font-size: 19px;
	text-align: center;
	Width: 160px;
	Height: 15px;
	background-color:#082D5C;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
		
	}
/*Contact page*/
.contactbackground {
	position: relative;
	background-attachment: fixed;
	background-image:url(images/slatewall5.jpg);
	
	}
.contacttext {
	width: 50%;
	float: left;
	position: relative;
	height: 620px;
	overflow: hidden;
	
	}
.innermap {
	width: 40%;
	height: 485px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0% 0% 0% 0%;	
	}
.mapwidth {
	width:400px;
	height:380px;
	display: inline-block;
	vertical-align: middle;
	}
.mapspacing {
	padding-bottom: 6%;
	}
.boxes {
	position: absolute;
	height: auto;
	width: 80%;
	padding: 4% 4% 4% 4%;
	}
.textbox3 {
	width: 78%;
	height: 590px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 6% 4% 4% 4%;	
	}
.smalltext {
	font-size: 11px;
	}
.fax {

	font-size: 14px;
	}
/*Sitemap*/
.sitemap {
	width: 33.33%;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 3% 0% 10% 0%;
	text-align: center;
	}
.sitemap2 {
	width: 33.33%;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 3% 0% 10% 0%;
	text-align: center;
	}
.sitemap3 {
	width: 33.33%;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 3% 0% 10% 0%;
	text-align: center;	
	}
.sitemapspacing {
	line-height: 30px;
	font-size: 16px;
	}
.sitemapspacing2 {
	line-height: 30px;
	font-size: 17px;
	}
.sitemaptitlesize {
	padding-bottom: 3%;
	font-size: 19px;
	}
.envelopeicon {
	width: 26px;
	height: auto;
	}
.phoneicon {
	width: 25px;
	height: auto;
	}
.linkedinicon {
	width: 23px;
	height: auto;
	padding-top: 1%;
	}
.findusicon {
	width: 21px;
	height: auto;
	padding-top: 2%;
	}
.sitemapregs {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
	background-color:  #062245;
	font-size: 15px;
	}
.regstext {
	padding: 1% 2% 1% 2%;
    margin: 0;
	}
.webdesigner {
	padding-bottom: 1%;
}

}
