﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic);
/**********************Fonts*********************************/
@font-face {
  font-family: 'icomoon';
  src: url('/css/fonts/icomoon.eot?alabea');
  src: url('/css/fonts/icomoon.eot?#iefixalabea') format('embedded-opentype'), url('/css/fonts/icomoon.woff?alabea') format('woff'), url('/css/fonts/icomoon.ttf?alabea') format('truetype'), url('/css/fonts/icomoon.svg?alabea#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-monroesearch:before {
  content: "\e60f";
}
.icon-monroenewsicon:before {
  content: "\e600";
}
.icon-shareicon:before {
  content: "\e601";
}
.icon-monroebacktotop:before {
  content: "\e602";
}
.icon-monroefacebookicon:before {
  content: "\e603";
}
.icon-monroegoogleplusicon:before {
  content: "\e604";
}
.icon-monroeheaderfacebookicon:before {
  content: "\e605";
}
.icon-monroeheadertwittericon:before {
  content: "\e606";
}
.icon-monroeinicon:before {
  content: "\e607";
}
.icon-monroeinstagramicon:before {
  content: "\e608";
}
.icon-monroepininteresticon:before {
  content: "\e609";
}
.icon-monroeregistericon:before {
  content: "\e60a";
}
.icon-monroesavepropertyicon-01:before {
  content: "\e60b";
}
.icon-monroetwittericon:before {
  content: "\e60c";
}
.icon-monroevaluationicon:before {
  content: "\e60d";
}
.icon-monroeyoutubeicon:before {
  content: "\e60e";
}
.icon-list2:before {
  content: "\e6a7";
}
.icon-ellipsis:before {
  content: "\e6ef";
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/proctor.eot?mzx1rn');
  src: url('fonts/proctor.eot?mzx1rn#iefix') format('embedded-opentype'), url('fonts/proctor.ttf?mzx1rn') format('truetype'), url('fonts/proctor.woff?mzx1rn') format('woff'), url('fonts/proctor.svg?mzx1rn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-propertyupdate:before {
  content: "\e900";
}
.icon-instantValuation:before {
  content: "\e901";
}
.icon-mortgageAdvice:before {
  content: "\e902";
}
.icon-valuationVisit:before {
  content: "\e903";
}
/*************************** Colours *********************************/
/* Blue used for the nav bar and search box */
/* Lighter Blue from above used for hovers */
/* White */
/* Orange*/
/* Grey Blue used for the EM within the welcome text */
/* Light Grey used for the social icons in the footer */
/* Light grey used for results count on search results */
/* Grey used on the news sidebar */
/* Grey used on the news sidebar */
/*************************** (list View or Grid View) *****************************************/
/***************************************************************************************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #7a7a7a;
  line-height: 1em;
}
h1,
h2 {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
}
.Icon {
  background-color: #fa4616;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 47px;
  text-align: center;
  width: 47px;
}
.Icon i {
  color: #ffffff;
  display: block;
  font-style: normal;
}
a {
  color: #ffffff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#cmsContent a {
  color: #7a7a7a;
  text-decoration: underline;
}
.ellips {
  color: #ffffff;
  cursor: pointer;
  font-size: 40px;
  margin-right: 10px;
}
.rectangleIn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  position: relative;
  background: #ffffff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.rectangleIn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fa4616;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.calculatorBlock {
  float: left;
  height: 236px;
  margin: 0.7% 0 0 0.7%;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 19.4%;
}
.calculatorBlock:first-child {
  margin-left: 0;
}
.calculatorBlock:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .calculatorBlock {
    width: 32.78%;
  }
}
@media (max-width: 767px) {
  .calculatorBlock {
    margin: 1% 0px 1% 0%;
    width: 100%;
  }
}
.calculatorLink {
  display: block;
  font-size: 22px;
  padding: 78px 52px 0;
  line-height: 28px;
  height: 158px;
}
.tTweetsBody p {
  color: #7a7a7a;
}
.tTweetsBody .user i {
  color: #55acee;
}
.tTweetsBody a {
  color: #fa4616;
}
.tTweetsBody a:hover {
  color: #4d4d4d;
}
.tTweetsBody a i {
  color: #7a7a7a;
}
/*# sourceMappingURL=styles.css.map */