/*
Theme Name: Property Cash Buyers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: property-cash-buyers
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Property Cash Buyers is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/**
 * Load theme default styles and normalizing
 */
@import 'css/default.css';


.pcalist {
    width:auto;
margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-bottom: 0;
    background: 0;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2);
    width: inherit;
    position: absolute;
    z-index: 9999999999;
    font-size:0.8em;

}
.pcalist .pcaitem {
        box-sizing: content-box;
    background: #ffffff;
    color:#4c4c4c;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 9px 10px 9px 10px;
    padding: 7px 10px;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    border: solid 1px transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-bottom-color: transparent;
    padding-right: 22px;

}
.widget ul {
list-style:none;
padding:0 0 0 20px;
margin-top:0;
}

/**
 * GENERAL FORMATS
 */
.affix-bottom {
    position: relative
}

.affix {
top:80px;
}

.hide-header {
     display:none !important;
     opacity:0;
}
.flex {

    display: -webkit-flex;
    display: flex;

}

body {
    color: #333333;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
a, a:visited {
    color:#6EC829;

}
a:hover {
    color:#00A5DF;
}
.hide-zoopla {
    height:210px ; 
    overflow: hidden;
}
.logo {
    width: 280px;
    margin-top: 15px;
}

.light-blue-grad {
    background: url('../images/blue_gradient.png') repeat-x left top;
}

ol, ul {margin-left:0;}
/*strong,b {color: #6EC829;}*/

.pale-blue-line-bg {
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,15abe1+10,15abe1+50,15abe1+90,ffffff+90,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #8FDAF5 10%, #8FDAF5 50%, #8FDAF5 85%, #ffffff 85%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 10%,#8FDAF5 10%,#8FDAF5 50%,#8FDAF5 85%,#ffffff 85%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 10%,#8FDAF5 10%,#8FDAF5 50%,#8FDAF5 85%,#ffffff 85%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */gid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


}

.page-template-default h2 {
    font-size:1.5em;
}

.page-template-default  .quote-callout-postcode,
.how-we-work .quote-callout-postcode {
    margin-bottom:40px;
}

.content {
    padding:30px;
}
.content h2, .how-we-work-content h2 {
    font-size:1.4em;
}

/**
 * HEADER IMAGE
 */

#header-image {
    margin:0;
}

#header-image {

    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover ;
    -o-background-size: cover;
    text-align: center;
    color: #ffffff;
    width:100%;
    height:350px;
    position:relative;

}
#header-image h1 {
    font-size:2em;

}
#header-image .intro-text {

    position:absolute;

    bottom:0;
    right:50px;

}
#header-image .callout-inline {
    background:rgba(228,5,34,0.50);

}
#header-image .intro-heading {
    margin:0;
    font-weight: 600;
    font-size: 3em;
    font-family: 'PT Sans', sans-serif;

}



.subheader {

  	font-family: 'Arvo', sans-serif;
    color:#6EC829 !important;

    font-weight:700;
    line-height: 30px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-top:30px;
}

.subheader-blue {
     background: #00A5DF;
      box-shadow: 10px 0 0 #00A5DF, -10px 0 0 #00A5DF;
}


.green-subtitle {
	color: #6EC829;
	font-family: 'Arvo', sans-serif;
}

.blue-subtitle {
	color: #00A5DF;
	font-family: 'Arvo', sans-serif;
	margin-bottom:10px;
	clear:none;
	line-height: 1.4;
}

.block-text {
    color: #ffffff;
    background: #6EC829;
    display: inline-block;
    padding:5px;
    box-shadow: -0.3em 0 0 #6EC829, 1em 0 0 #6EC829;
    margin-bottom:20px;
    box-decoration-break: clone;
    width:80%;

}
.blue-block-text {
    color: #ffffff;
    background: #00A5DF;
    display: inline-block;
    padding:5px;
    box-shadow: -0.3em 0 0 #00A5DF, 1em 0 0 #00A5DF;
    margin-bottom:20px;
    box-decoration-break: clone;

}

.blog-page-sidebar h2 {
    color: #6EC829;
    font-family: 'Arvo', sans-serif;
    margin-bottom:20px;
    clear:none;
    font-weight: 700;
    line-height: 1.4;
    font-size:1.2em;
    margin-top:20px;
}
/**
 * BULLET BOX
 */

.bullet-box {
	background:#ffffff;
	color:#00A5DF;
	border-radius: 5px;
	border:5px solid #00A5DF;
	width:100%;
	padding:10px;


}
.bullet-box p {
	font-family: 'Arvo', serif;
	margin-top:10px;
	margin-bottom:0;
	font-size:1.2em;
	line-height:25px;


}
.bullet-box img {
	float:left;


}
/**
 * HOW WE WORK SPECIFIC
 */

/*
.how-we-work {
    padding:30px;

}*/

.how-we-work-nav {
    background:#6EC829;

}
.how-we-work-nav a {
    color:#ffffff;
    font-weight: 700;

}
.how-we-work-nav a:hover {
    color:#ffffff;
    background:#6EC829 !important;


}
.how-we-work h3 {
    color:#6EC829;
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
}

.how-we-work .dots {
	background-size: 900px 3px;
}

.how-we-work p {
    color:#333333;
    font-size:15px;
}
.quote  {
/*  background: #f9f9f9;*/
    text-align: right;
  border-left:0;
  border-right: 10px solid #6EC829;
  margin: 20em 0 50em 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}


/*.quote:before {
  color:#6EC829;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;

}*/

.quote p {
  display: inline;
}
/**
 * MISSION STATEMENT BOX
 */
.mission-statement {
    background: rgba(110, 200, 41, 0.3);
    padding:30px 50px 30px 50px;
}
.mission-statement .letter {
    padding:30px;
    border:4px solid #00A5DF;
    background: url('../ricepaper_v3.png') repeat;
    font-size:15px;
}
.mission-statement .logo {
    width:250px;
    position:absolute;
    bottom:0;
    right:0;
}
.mission-statement .logo-container {
    position:relative;
    height: 140px;
}
.mission-statement .signature   {
    height:50px;
}


.mission-statement .first {
    font-size:1.2em;
}
.mission-statement .first img {
    float:left;
    margin-right:10px;
}



/**
 * ARTICLE BOX
 */

.article {
    border:2px solid #aacd71;
    margin-bottom:20px;
    border-radius:5px;
    font-family: 'Arvo', serif;
    box-shadow: 2px 2px 2px #c2c2c2;
    background:#ffffff;
    height:200px;
}

.article .media-body {
    width:60%;

}

.article h2 {
    font-size:1.6em;
    line-height: 1.1em;
    color:#1b9bd8;
    font-weight:700;
    margin-bottom:10px;
    margin-top:20px;
}
.article .feature-image img{
    width:100%;
    height:200px;
    border-radius: 5px 0px 5px 0;

}
.article .read-more {
    border:3px solid #e40522;

    font-size:1em;
    font-weight: 700;
    background:#ffffff;
    width:110px;
    border-radius: 5px;
    text-align:center;
    position:absolute;
    right:40px;
    bottom:40px;



}
.article .read-more a {
     color:#e40522;

     font-family: 'PT Sans', sans-serif;
}

.article .read-more:hover, .article .read-more:hover a  {
    background: #e40522;
    color:#ffffff;

    text-decoration: none;


}
.article .home-icon img{
    width:35px;
    height:35px !important;
    margin:-15px 0 0 -15px;
    position:absolute;
}
.article p {
     font-size:0.8em;
}
.article .description {
    padding:0 20px 0 20px;
    color:#333333;

}


/**
 * FULL POST
 */


.blog-top-image {

    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #ffffff;
    height:400px;
    padding-bottom: 150px;
    position:relative;
}

.full-post {
    padding:40px;
}

.full-post h1 {

    font-weight:700;
       font-family: 'Arvo', serif;
    margin:0 0 15px 0;
}

.full-post strong {
    color:#6EC829;
    font-size:1.5em;
}
.full-post img, .entry-content img {

    margin-bottom:10px;
}
.page-slot {
    margin:0 auto;
    margin-bottom:20px;
    border-radius:20px;
    font-family: 'Arvo', serif;
    width:90%;
    background:#00A5DF;
    color:#ffffff;

}
.page-slot .description {
    padding:0 20px 20px 20px;
     font-size:0.8em;

}
.page-slot p {

}
.page-slot .feature-image img{
    width:100%;
    height:100px;
    border-radius: 19px 19px 0 0;
}

.page-slot .home-icon img{
    width:30px;
    height:30px !important;
    margin:-10px 0 0 -10px;
    position:absolute;
}
.page-slot h3 {
    font-size:1.4em;
    line-height: 1.1em;
    color:#ffffff;
    font-weight:500;
    margin:10 0;
}
.go-button {
    margin-top:-10px;
    border-radius:50%;
    background:#ffffff;
    width:30px;
    height:30px;
    color:#00A5DF;
    font-weight:700;
    font-size:1em;
    line-height:32px;
    text-align:center;
    float:right;

}
.site-links {
    background-color: rgba(0,165,223,0.2);

}
.site-links h2 {
    color:#00A5DF;
    font-family: 'Arvo', serif;
    font-weight:700;
    margin-bottom:30px;
    margin-left:20px;
}
.property-blog-title {
    color:#00A5DF;
    font-family: 'Arvo', serif;
    font-weight:700;
    padding:0;
    margin:20px 0 20px 0;

}


/**
 * ADVANTAGES TABLE
 */

.table-advantages-comparison,
.table-green-striped {
    border:3px solid #6EC829;
}

.table-advantages-comparison th,
.table-green-striped th
 {
    background: #6EC829;
    color:#ffffff;
  	border:none;
}

.table-advantages-comparison  td:first-child{
    width:50%;
    background: rgba(110, 200, 41, 0.2);

}

.table-advantages-comparison  td {
    border:1px solid #6EC829;
}

.table-green-striped>tbody>tr:nth-of-type(odd) {
	background: #f4f9ee;
}

.table-green-striped td:first-child {
	font-weight: bold;
}
.table-green-striped th, .table-green-striped td {
	text-align:left;
}
.table-green-striped {
	color:#4c4c4c;
}

/**
 * QUOTE WIDGET
 */
.quote-widget {
    margin-top:30px;
    text-align: center;
    background: #E40522;
    padding-top:10px;
    width:264px;
    color:#ffffff;
    border-radius:5px;
    height:270px;

 }

 .quote-widget-bg {
    background-image: url('../banner.jpg') ;
    background-size:cover;
    width:100%;
    height:150px;
    border-radius:0 0px 5px 5px;
    padding-top:30px;



 }

 .quote-widget .input-group {
    width:70%;

    margin: 40px auto;
 }

 .quote-widget h3 {
    margin-top:10px;
    font-size:1.5em;
    font-weight:700;
      font-family: 'Arvo', serif;
 }

.quote-widget .btn {
    background:#E40522;
    border:1px solid #E40522;
}

.quote-widget .arrow-down {
    position:absolute;
    width:98%;
    padding:0;
    left:5px;
}
.quote-widget input[type='text'] {
    border:2px solid #E40522;
}
.quote-widget input::-webkit-input-placeholder {
    color: red;
    font-weight:bold;
    font-family: 'Arvo', serif;
}

.quote-widget input::-moz-placeholder {
    /* FF 4-18 */
    color: red;
    font-weight:400;
    font-family: 'Arvo', serif;
}

.quote-widget input::-moz-placeholder {
    /* FF 19+ */
    color: red;
    font-weight:400;
    font-family: 'Arvo', serif;
}
.quote-widget input::-ms-input-placeholder {
    /* IE 10+ */
    color: red;
    font-weight:400;
    font-family: 'Arvo', serif;
}

.highlight-line {
    color:#6EC829;
    font-weight:500;
}
.sticky-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    display: block;
    background:#ffffff;
}
.site-content {
    padding-top:140px;
}

.header {
    padding:10px;
       transition:opacity 0.5s linear;
}

.header .number {
    font-size: 28px;
    color: #00A5DF;
    font-weight: 700;
}

.header p {
    color: #6EC829;
    margin-bottom: 0;
}

.header p img {
    width: 60px;
    margin-left: 20px;
    margin-top: -20px;
}


.top-number-lists {
    text-align:right;
}
.keypoints {
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    padding-bottom:25px;
    margin-top:20px;

}

/**
 * Navbar
 */

.navbar {
    margin:0;
    border-radius: 0;
    min-height: 40px;
}

.navbar li:last-child {
    border-right: 0px;
}
.navbar-nav .dropdown-menu{
    background:#00A5DF;
    top:2.8em;
    line-height:20px;



}



.navbar-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;

    padding:10px;
}

.navbar-nav li a:last {
    padding-right: 0;
}

.navbar-nav li a:hover, .navbar-nav li a:active, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {

    background: #6EC829;
    color:#ffffff;

}




.navbar-nav .current-menu-item, .current-page-parent {

    background: #6EC829;

}

.navbar-bg {
    background: #00A5DF;

}
.navbar-brand {
    padding:10px;
    height:40px;
}
.navbar-brand img {
    display:none ;
    width:100px;
}

.show-navbar-image {
    display:block !important;
}
.navbar-bg .navbar-toggle{
    color:#ffffff;
    background: #00A5DF;
    border-color: #00A5DF;
    box-shadow: none;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00A5DF;
}


.downloadable-guides h2 {
	color:#ffffff;
	font-size:2em;
	font-family: 'PT Sans', sans-serif;
	font-weight:800;
	margin-top:30px;

}

.downloadable-guides {
	background: #B6D982;
}
.downloadable-guides p {
	margin:0;
	line-height:1.2;
}
.promoted-content {
    margin-top:20px;
}
.promoted-content p {
    margin-top:20px;
   line-height: 23px;
}
.promoted-content .subheader {
    padding:0;
    margin-left:0;
}
.guide-flag::before {
    content: url(../guide-flag-overlap.png);
    margin-left:-14px;
  }
.guide-flag {
    background:#00A5DF;
    color:#ffffff;
    margin-top:-24px;
    width:80%;

 }
 .guide-flag h4 {
    font-size:1.1em;
 }
 .flag-content {
        padding:20px 10px 10px 10px;
        text-align: center;

 }
.flag-bottom {
      width:80%;
}
.guide-flag .dwn-image {
    text-align: center;
    margin:0 auto;
}

.downloadable-guides-promoted h3 {
	font-size:1.8em;
    margin-left:10px;
    padding:0 5px 0 5px;
}
.downloadable-guides-promoted {
	border:10px solid #00A5DF;
	background:#ffffff;
	margin:20px 0 20px 0;
	font-size:0.9em;

}
.guide {
	background:#ffffff;
	padding:10px;
    height:500px;
    position:relative;
}

.guide img {
	border-bottom:5px solid #6EC829;
}
.guide h4 {
	color: #00A5DF;
	font-family: 'Arvo', sans-serif;
	font-weight:700;
	display:inline-block;
	margin-top:-50px;
	background-color:#ffffff;
	position:absolute;
	margin-left:10px;
	font-size:1.5em;
	padding:5px 10px 5px 10px;
}

.guide h5 {
	font-size:1.5em;
	margin-bottom:20px;
}
.guide p {
	font-size:0.9em;
	margin-bottom:20px;
}
.guide-download-link, .guide-download-link:visited  {
	color:#ffffff;
	background:#00A5DF;
    padding:10px;
	border-radius:5px;
	display:block;
	text-align: center;
	font-size:1.2em;
	margin-top:10px;
    position:absolute;
    bottom:15px;
    width:95%;
    margin-right:10px;
}
.guide-download-link:hover{
	text-decoration: none;
	background:#6EC829;
	color:#ffffff;
}
.white-line {
	background-color:#ffffff;
	margin-bottom:1.5em;
	clear:both;
}
.downloadable-guides .final-row {
	margin-bottom: 50px;
}

/**
 * Homepage Top
 */

.homepage-top {
    background-image: url('../images/banner-lg-min.jpg');

    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-bottom: 150px;
    position:relative;
}

/*.homepage-top .intro-heading {

}*/

.homepage-top .intro-heading h1 {
     padding-top: 70px;
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.69);
    font-weight: 900;
    font-size: 80px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 80px;
    margin-bottom: 62px;
    margin-top:0;
}

.homepage-top .instant-valuation {
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 60px;
    transform: rotate(-10deg);
    margin-left:250px;
    margin-top:-40px;
    width: 500px;
}

      .homepage-title {
        font-size:2.6em !important;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-weight: 900;
        margin-bottom:0;
    }

/**
 * POSTCODE BOX
 */


.postcode-box .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
}

.postcode-form input {
    background: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    width: 200px;
    margin-left: -100px;
    color: #E40522 !important;
    font-style: italic;
}

.postcode-form button {
    background: #E40522 url("../images/drawn_circle.png") no-repeat left top;
    border: none;
    border-radius: 50%;
    height: 82px;
    width: 87px;
    font-size: 35px;
        font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-left: -30px;
	color:#ffffff;
    padding-top: 5px;
}

    .postcode-box {
        background: rgba(0, 0, 0, 0.6);
        margin: 0 auto 100px auto;
        width: 552px;
        padding: 20px;
    }
/**
 * POSTCODE FORM
 */

.postcode-form input::-webkit-input-placeholder {
    color: red;
}

.postcode-form input::-moz-placeholder {
    /* FF 4-18 */
    color: red;
}

.postcode-form input::-moz-placeholder {
    /* FF 19+ */
    color: red;
}

.postcode-form input::-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.form-arrow {
        -webkit-transform-origin: left top;
        -moz-transform: left top;
        -ms-transform: left top;
        -o-transform: left top;
        transform-origin: left top;
        width: 115px;
        overflow: hidden;
        transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        -webkit-transform:matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        -moz-transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        -ms-transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        -o-transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
}

.form-arrow img {
    width: 135px;
    height: 65px;
}

.red-highlight {
    color: #E40522;
}

.highlight {
    color:rgba(110, 200, 41, 1);
}




/**
 * Section 1
 */

.section1 {
    text-align: center;
}

.section1 h2 {
    font-size: 36px;
    font-family: 'PT Sans', sans-serif;
    color: #6EC829;
    margin-bottom: 30px;
    font-weight: 700;
}

.section1 blockquote {
    border-right:5px solid #6EC829;
}

.section1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 19px;
    font-size: 20px;
}

.section1 .selltext p {
    line-height: 1.6;
    margin-bottom: 30px;

}

.selltext {
    text-align:left;
}

.selltext h2 {
    color: #ffffff;
    background: #6EC829;
    display: inline-block;
    padding:10px;
    box-shadow: -0.3em 0 0 #6EC829, 0.2em 0 0 #6EC829;
    margin-bottom:20px;
    box-decoration-break: clone;
}

.callout {
    text-align: center;
}

.arrowleft {
padding-right:50px;
}

.circle {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #00A5DF;

    /* width and height can be anything, as long as they're equal */
}

.circle1 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #6EC829;

    /* width and height can be anything, as long as they're equal */
}
.circle2 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #feca03;

    /* width and height can be anything, as long as they're equal */
}

.circle3 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #8f0f92;

    /* width and height can be anything, as long as they're equal */
}
.circle img {
    width: 100px;
}

.hotspot {
    margin:0 30px 0px 0 !important;
}

.hotspot .media-body p, .hotspot .media-body a  {
    font-weight: 700;
    font-size: 19px;

    font-family: 'PT Sans', sans-serif;
    color: #ffffff;

}

.hotspot .circle i {
    color:#ffffff;
    margin-top:25px;
    margin-left:5px;
}

.hotspot .media-body {
    padding-top: 50px;
    text-align: left;

}

.section2,
.section4
{
    background: rgba(110, 200, 41, 0.7);
    text-align: center;
}

.section2 h2 {
    font-weight: 700;
    font-size: 54px;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    margin-bottom: 60px;
}

.section4 h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: : 54px;
}

.section3,
.section5,
.cities,
.section1 {
    background: url('../images/blue_gradient.png') repeat-x left top;
}

.section3 h2,
.section5 h2 {
    color: #00A5DF;
    font-weight: 700;
    font-size: 54px;
    margin: 50px 0 50px 0;
}

.clouds {
    background: url('../images/clouds.png') repeat-x left top;
    width:100%;
}

.section4 {
    padding: 0px 40px 40px 40px;
}

.valuation-widget {
    background: #00A5DF;

    color: #fff;
    height: 420px;
    border-radius: 5px;
    margin: 0;
    position: relative;
}

.valuation-widget .layer {
    background: url('../girl_bw-u29934-fr.png') no-repeat top right;
    height: 450px;
    width: 420;
}

.valuation-widget h2 {
    color: #ffffff;
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 80px;
    line-height: 0.74;
    width: 263px;
    margin: 0 0 0 20px;
    padding: 50px 0 0;
    font-weight: 400;
}

.valuation-widget h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-top: 50px;
}

.valuation-widget .green {
    color: #9AE760;
}

.valuation-widget .postcode-form {
    margin-left: 90px;
}
.review-images {
    margin-bottom:30px;
}
.testimonial {
    background: #6EC829;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    height: 420px;
    margin-bottom:10px;

}

.testimonial p {
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 26px;
}




/**
 * Section 4
 */

.quote-callout {
    background: #E40522;
    border-radius: 6px;
    color: #ffffff;
    text-align:center;
    padding: 0px;
    font-size: 31px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-top:30px;
}

.quote-callout p {
    margin-bottom: 0 !important;
}

.quote-callout-postcode {
    background: #E40522;
    text-align: center;
    border-radius: 6px;
    margin-top:20px;
    color: #ffffff;
    padding: 10px;
    font-size: 31px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;

}
.quote-callout-postcode form {
    margin-bottom:10px;
    margin-left:100px;
}
.quote-callout-postcode .btn {
    background: #9AE760;
}

.quote-callout-postcode h2 {
    color:#ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size:1.1em;
    margin-bottom:0;
}
.quote-callout p {
    margin-bottom: 0 !important;
}


.circletext {
    background: transparent url("../swoosh%20black.png") no-repeat center center;
}
.callout-inline h2  {
 font-size:0.8em;
 float:left;
 margin-left:20px;
 margin-top:0.5em;
}
.callout-inline form {

}
.callout-inline input {
    font-size:0.5em;
}
.callout-inline button {
    height:45px;
    width:45px;
    font-size:0.5em;
    background-size: 45px 45px;
}
.callout-inline .postcode-form {
    float:right;
    margin:-10px -10px -10px 0;
/*    background-image: url('//s3-eu-west-1.amazonaws.com/propertycashbuyers/banner.jpg') ;
    background-size:cover;*/
    width:45%;
    padding:5px;
    border-radius: 0px 5px 5px 0;
}
.callout-inline {
    margin-bottom:20px;
}







.imagelinks a {

    display: block;
    vertical-align: bottom;
    text-decoration: none;

    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    float: left;
    margin-right: 1em;
    margin-bottom:1em;
}


.relocate {
    background: url("../moving-abroad.jpg") no-repeat left top;
}

.relocate:hover {
    background: url("../moving-abroad-on.jpg") no-repeat left top;
}

.quicksale {
    background: url("../quick-sale.jpg") no-repeat left top;
}

.quicksale:hover {
    background: url("../quick-sale-on.jpg") no-repeat left top;
}

.sellback {
    background: url("../sell-and-rent-back.jpg") no-repeat left top;
}

.sellback:hover {
    background: url("../sell-and-rent-back-on.jpg") no-repeat left top;
}

.stopreposession {
    background: url("../stop-reposession.jpg") no-repeat left top;
}

.stopreposession:hover {
    background: url("../stop-reposession-on.jpg") no-repeat left top;
}

.sellingforcash {
    background: url("../selling-for-cash.jpg") no-repeat left top;
}

.sellingforcash:hover {
    background: url("../selling-for-cash-on.jpg") no-repeat left top;
}

.retirement {
    background: url("../retirement.jpg") no-repeat left top;
}

.retirement:hover {
    background: url("../retirement-on.jpg") no-repeat left top;
}

.divorce {
    background: url("../divorce.jpg") no-repeat left top;
}

.divorce:hover {
    background: url("../divorce-on.jpg") no-repeat left top;
}

.inherited {
    background: url("../inherited-property.jpg") no-repeat left top;
}

.inherited:hover {
    background: url("../inherited-property-on.jpg") no-repeat left top;
}

.trustpilot {

    margin-bottom: 20px;

}

.dots {
    height: 10px;
    width: 100%;
    background: url("../dots.png") repeat-x left top;
    margin: 40px auto;
}

.section6 {
    background: rgba(110, 200, 41, 0.6);
    text-align: left;
}

.section6 h4 {
    font-family: pt-sans, sans-serif;
    font-size: 31px;
    font-weight: 400;
    color: #6EC829;
    background: #ffffff;
    display: inline;
    margin-top: 100px;
    box-shadow: -1em 0 0 #ffffff, 1em 0 0 #ffffff;
    box-decoration-break: clone;
    line-height: 1.4;
}

.section6 .listitem {
    padding: 5px 10px 5px 10px;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    color: #6EC829;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.section6 ul li span {}

.section6 .top {
    margin: 30px;
}

.valuation-widget-small {
    width: 350px !important;
    height: 350px !important;
    text-align: center !important;
    padding: 5px !important;
}

.valuation-widget-small h2 {
    color: #9AE760 !important;
    margin-left: 0.5em !important;
    margin-top: 0 !important;
    padding: 10px 0 10px 0 !important;
}

.valuation-widget-small h5 {
    font-size: 28px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 900 !important;
    text-align: center !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.valuation-widget-small .postcode-form {
    margin-left: 110px;
}

.section7 b {
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.section7 {
    margin-top: 40px;
    text-align: left;
}

.section7 h3 {
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    background: rgba(110, 200, 41, 0.6);
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.section7 p {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.section7 h5 {
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.4;
}

.section8 {
    background: rgba(0, 165, 223, 0.4);
    text-align: left;
}

.section8 h3 {
    color: #6EC829;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
}

.section8 p {
    color: #000000;
    padding-bottom: 23px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.section9 {
    text-align: left;
}

.section9 h3 {
    background: rgba(110, 200, 41, 0.6);
    padding: 10px;
    color: #ffffff;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    display: inline-block;
}

.section9 h5 {
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 23px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 20px;
}

.section9 p {
    color: #000000;
    padding-bottom: 23px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.section9 a {
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#section10 {
    background: rgba(110, 200, 41, 0.3);
    text-align:left;
}

#section10 h3 {
    display: inline-block;
    padding:10px;
}

#section10 h3,
#section10 .steplist  {
    background: #ffffff;
    color: #00A5DF;
}

#section10 .fa {
    color: #6EC829;
}


#section10 span {
    padding: 2px;
    font-weight: 700;
}

#section10 ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#section10 p,
#section10 ul li {
    color: #000000;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.top-dropshadow {
    -webkit-box-shadow: inset 0 20px 0px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
}

.section11 {}

.section11 h3 {
    background: #ffffff;
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.section .container {
    padding: 30px 0 30px 0;
}

.image-quotes blockquote {


    position: relative;


    font-weight: 200;
    font-size: 1.2em;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    border: none;
    color: #00A5DF;
    padding:10px;
    line-height: 1.3;
}
/*
.image-quotes blockquote:before,
.image-quotes blockquote:after {
    display: block;
    position: absolute;
    width: 27px;
    height: 21px;
}

.image-quotes blockquote:before {
    content: url("//s3-eu-west-1.amazonaws.com/propertycashbuyers/quotes-left.png");

    left: 0px;
    top: 0;
    margin-bottom:20px;
}*/

/*.image-quotes blockquote:after {
    content: url("//s3-eu-west-1.amazonaws.com/propertycashbuyers/quotes-right.png");
    right: 35px;
    bottom: 0;
}*/

.green-quote h3 {
    padding-bottom: 5px;
    line-height: 0.9;
    font-size: 47px;
    color: #6EC829;
    font-family: 'Passion One', sans-serif;
    background: none;
}

.green-quote {
    border-right: 5px solid #6EC829;
}

.green-quote p {
    font-weight: 400;
    color: #5B5B5B;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
}

.step {
    float: left;

    color: #ffffff;
    position: relative;
}



.step .number {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
}

.arrow {
    margin-top: 60px;
    float: left;
}

.section2 h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
}

.footer {
    background: url("../images/footer_min.jpg") no-repeat center center;
    background-size:cover;
    color: #ffffff;
    position: relative;
    width:100%;
    height:300px;
    text-align:left;
    padding:20px;

}
.footer-bg {
    background:#1ca7c9;
}
.footer .container {
    padding:0;
}
.footer h3 {
    background: none;

}

.footer p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.footer h4 {
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    font-size: 29px;
    margin: 0;
}

.footer .border-left {
    border-left: 3px solid #ffffff;
    padding-left: 10px;
}

.footer .mobile {
    margin-top: 5px;
}

.footer a {
    font-weight: 400;
    font-size: 12px;

    color: #FFFFFF;

    font-family: 'PT Sans', sans-serif;
}

.footer .twitter-follow-button,
.footer .fb-follow,
.footer .g-plusone {
    margin-bottom: 20px;
}

.sell-footer {
    position: absolute;
    right: 3em;
    top: 6em;
    text-align: right;
}
.right-footer img{
    margin-bottom:15px;

}
.right-footer {
     text-align: right;
}
.sell-footer p {
    background-color: tranesparent;
    font-size: 1px;
    font-family: 'PT Sans', sans-serif;
    color: #6EC829;
    line-height: 1;
    font-weight: 700;
}

.quoteform {
    background-image: url('../banner-lg.jpg');


    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
      padding:0 40px 40px 40px;
      color:#4c4c4c;

}

.quoteform .form {
    background: rgba(0, 165, 223, 0.9);
    border-radius: 5px;
    margin-top:40px;
    color:#fff;
}

/*.quoteform option {

}

.quoteform input::-webkit-input-placeholder {
    color: red;
}

.quoteform input::-moz-placeholder {
    /* FF 4-18 */
/*    color: red;
}
*/
.quoteform input::-moz-placeholder {
    /* FF 19+ */
    color: red;
}

.quoteform input::-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}*/
.quoteform label {
    color:#4c4c4c;
}

.quoteform .btn {
    background:#E40522;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    border:#fff;
}

.quoteform h1 {
    font-family: 'Passion One', sans-serif;
    font-size:55px;
    margin-bottom:0;
    color: #ffffff;
}
.quoteform h2 {
    margin:0 0 20px 0;
    font-size:20px;
}
.user-testimonial {
    padding:20px 0 20px 0;
}
.user-testimonial p {
    font-size:14px;
}
.user-testimonial i {
    color:#4c4c4c;
}
.user-testimonial h2 {
  font-family: 'Passion One', sans-serif;
  margin-top:0;
    font-size: 31px;
    font-weight: 400;
    color: #6EC829;
}
.thankyou h1 {
    font-family: 'Passion One', sans-serif;
    font-size:55px;
    font-weight: 400;
    color: #6EC829;
}
.thankyou .subtitle {
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    background: #00A5DF;
    display: inline-block;
    padding:10px;
    box-shadow: -0.3em 0 0 #00A5DF, 1em 0 0 #00A5DF;
    margin-bottom:20px;
    margin-left:10px;
    letter-spacing: 1px;
    font-size:1.7em;
}
.thankyou {
    background: #ffffff;
    border-radius:5px;
    padding:40px;
    margin-bottom:20px;
}
.remove-background-image {
    background-image:none !important;
    background: #c3e1eb;
    padding:20px !important;

}
.thanks {
    background-image: url('../banner-lg.jpg');
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:20px;
}
.remove-background-image {
    background-image:none !important;
    background: #c3e1eb;
    padding:20px !important;

}
.cities {
    text-align: left;

}
.cities h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #00A5DF;


}

.cities a {
    font-size:0.8em;
    color:#4c4c4c;
    line-height: 1.2;
}

.description-content {
    text-align:left;
}
.description-content a {
    color:#ffffff;
}
.decription-content p {
    font-size:14px;
    color:#4c4c4c;
}

.description-content h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    background: #6EC829;
    display: inline-block;
    box-shadow: -1em 0 0 #ffffff, 1em 0 0 #ffffff;
    box-decoration-break: clone;
    padding:0.2em;
    line-height: 1.2;
}

.price-estimate h2 {

    color: #00A5DF;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:40px;
    margin-bottom:0;
}
.price-estimate h3 {
    color: #6EC829;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:60px;
    margin-top:0;
}

.price-estimate {
    border:5px solid #00A5DF;
    padding:10px;
    border-radius:5px;
}


.review {
    text-align:justify;
    color:#4c4c4c;
}
.review h3 {
    color: #00A5DF;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:2em;
    margin-top:0;
}
.review p {
    font-size:16px;
}
.review i {
    font-size:16px;
}
.review-list  {
    margin:0;

    padding-bottom:20px;
    margin-top:10px;
}

.border-left-reviews {
      border-left:3px solid #00A5DF;
}

.valuation-chart .title {
    font-size:1.2em;
    height:50px;
    text-transform: uppercase;
    background:#00A5DF;
    color:#ffffff;
    padding:5px;

}
.valuation-chart .chart {
    height:60px;

}
.valuation-chart {
    border:1px solid #eeeeee;
    margin-bottom:20px;

}
.valuation-chart .price, .valuation-chart .address, .valuation-chart .bar {
    padding:10px;
}
.valuation-chart .price {
    background:#00A5DF;
    font-size:1.8em;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-right:-2px;
}
.valuation-chart .address,.valuation-chart .bar p {
    font-size:1.8em;
}
.valuation-chart .progress {
    height:40px;
}

.valuation-chart p {
    padding:10px;

}
.cash-offer  {
       font-family: 'Passion One', sans-serif;
    font-size:30px;
    font-weight: 400;
    color: #6EC829;
}
.social-icons i{
   color: #6EC829;
}

.social-icons li {
    margin-bottom:10px;
}

.full-post {
    padding:20px 10px;
}
body {
    color: #000000;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
  
}

.logo {
    width: 280px;
    margin-top: 15px;
    margin-bottom:10px;
}

.header {
    padding:10px;
}


.header .number {
    font-size: 28px;
    color: #00A5DF;
    font-weight: 700;
}

.header p {
    color: #6EC829;
    margin-bottom: 0;
}

.header p img {
    width: 60px;
    margin-left: 20px;
    margin-top: -20px;
}

.homepage-top {
    background-image: url('../images/banner-lg-min.jpg');

    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #ffffff;
    position:relative;
    padding-bottom:150px;
}
.homepage-top .intro-heading {
    padding-top: 70px;
}

.homepage-top .intro-heading {
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.69);
    font-weight: 900;
    font-size: 80px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 80px;
    margin-bottom: 62px;
}

.homepage-top .instant-valuation {
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 60px;
    transform: rotate(-10deg);

    -webkit-transform:rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);

    margin-left:250px;
    margin-top:-40px;
    width: 500px;
}

.quoteform input::-moz-placeholder {
    /* FF 19+ */
    color: red;
}

.quoteform input::-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}*/
.quoteform label {
    color:#4c4c4c;
}

.quoteform .btn {
    background:#E40522;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    border:#fff;
}

.quoteform h1 {
    font-family: 'Passion One', sans-serif;
    font-size:55px;
    margin-bottom:0;
    color: #ffffff;
}
.quoteform h2 {
    margin:0 0 20px 0;
    font-size:20px;
}
.user-testimonial {
    padding:20px;
}
.user-testimonial p {
    font-size:14px;
}
.user-testimonial i {
    color:#4c4c4c;
}
.user-testimonial h2 {
  font-family: 'Passion One', sans-serif;
  margin-top:0;
    font-size: 31px;
    font-weight: 400;
    color: #6EC829;
}
.thankyou h1 {
    font-family: 'Passion One', sans-serif;
    font-size:55px;
    font-weight: 400;
    color: #6EC829;
}
.thankyou .subtitle {
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    background: #00A5DF;
    display: inline-block;
    padding:10px;
    box-shadow: -0.3em 0 0 #00A5DF, 1em 0 0 #00A5DF;
    margin-bottom:20px;
    margin-left:10px;
    letter-spacing: 1px;
    font-size:1.7em;
}
.thankyou {
    background: #ffffff;
    border-radius:5px;
    padding:40px;
    margin-bottom:20px;
}
.remove-background-image {
    background-image:none !important;
    background: #c3e1eb;
    padding:10px !important;

}

 .reduce-padding .subtitle {
        margin-top:10px;


    }

.thanks {
    background-image: url('../banner-lg.jpg');

    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:20px;
}

.cities {
    text-align: left;

}
.cities h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #00A5DF;


}
.green-quote h3 {
    padding-bottom: 5px;
    line-height: 0.9;
    font-size: 47px;
    color: #6EC829;
    font-family: 'Passion One', sans-serif;
    background: none;
}

.green-quote {
    border-right: 5px solid #6EC829;
}

.green-quote p {
    font-weight: 400;
    color: #5B5B5B;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
}

.step {
    float: left;

    color: #ffffff;
    position: relative;
}
.cities a {
    font-size:0.8em;
    color:#4c4c4c;
    line-height: 1.2;
}

.description-content {
    text-align:left;
}
.description-content a {
    color:#ffffff;
}
.decription-content p {
    font-size:14px;
    color:#4c4c4c;
}

.description-content h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    background: #6EC829;
    display: inline-block;
    box-shadow: -1em 0 0 #ffffff, 1em 0 0 #ffffff;
    box-decoration-break: clone;
    padding:0.2em;
    line-height: 1.2;
}

.price-estimate h2 {

    color: #00A5DF;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:40px;
    margin-bottom:0;
}
.price-estimate h3 {
    color: #6EC829;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:60px;
    margin-top:0;
}

.price-estimate {
    border:5px solid #00A5DF;
    padding:10px;
    border-radius:5px;
}


.review {
    text-align:justify;
    color:#4c4c4c;
}
.review h3 {
    color: #00A5DF;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size:2em;
    margin-top:0;
}
.review p {
    font-size:16px;
}
.review i {
    font-size:16px;
}
.review-list  {
    margin:0;

    padding-bottom:20px;
    margin-top:10px;
}

.border-left-reviews {
      border-left:3px solid #00A5DF;
}


.valuation-chart .title {
    font-size:1.2em;
    height:50px;
    text-transform: uppercase;
    background:#00A5DF;
    color:#ffffff;
    padding:5px;

}
.valuation-chart .chart {
    height:60px;

}
.valuation-chart {
    border:1px solid #eeeeee;
    margin-bottom:20px;

}
.valuation-chart .price, .valuation-chart .address, .valuation-chart .bar {
    padding:10px;
}
.valuation-chart .price {
    background:#00A5DF;
    font-size:1.8em;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-right:-2px;
}
.valuation-chart .address,.valuation-chart .bar p {
    font-size:1.8em;
}
.valuation-chart .progress {
    height:40px;
}

.valuation-chart p {
    padding:10px;

}
.cash-offer  {
       font-family: 'Passion One', sans-serif;
    font-size:30px;
    font-weight: 400;
    color: #6EC829;
}
.social-icons i{
   color: #6EC829;
}

.social-icons li {
    margin-bottom:10px;
}

.step .number {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
}

.arrow {
    margin-top: 60px;
    float: left;
}




.section2 h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
}

.footer {
    background: url("../images/footer_min.jpg") no-repeat center center;
    color: #ffffff;
    position: relative;
    width:100%;
    height:300px;
    text-align:left;
    padding:20px;
}
.footer .container {
    padding:0;
}
.footer h3 {
    background: none;

}

.footer p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.footer h4 {
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    font-size: 29px;
    margin: 0;
}

.footer .border-left {
    border-left: 3px solid #ffffff;
    padding-left: 10px;
}

.footer .mobile {
    margin-top: 5px;
}

.footer a {
    font-weight: 400;
    font-size: 12px;

    color: #FFFFFF;

    font-family: 'PT Sans', sans-serif;
}

.footer .twitter-follow-button,
.footer .fb-follow,
.footer .g-plusone {
    margin-bottom: 20px;
}

.sell-footer {
    position: absolute;
    right: 3em;
    top: 6em;
    text-align: right;
}
.right-footer img{
    margin-bottom:15px;

}
.right-footer {
     text-align: right;
}
.sell-footer p {
    background-color: tranesparent;
    font-size: 1px;
    font-family: 'PT Sans', sans-serif;
    color: #6EC829;
    line-height: 1;
    font-weight: 700;
}

.quoteform {
    background-image: url('../banner-lg.jpg');


    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
      padding:0 40px 40px 40px;
      color:#4c4c4c;

}

.quoteform .form {
    background: rgba(0, 165, 223, 0.9);
    border-radius: 5px;
    margin-top:40px;
    color:#fff;
}

.imagelinks a {
    display: block;
    vertical-align: bottom;
    text-decoration: none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.imagelinks a {
    width: 9.4em;
    height: 9.4em;

}
 .imagelinks h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:#ffffff;

    width:80%;
    margin:-40px auto;
    height:200px;

}

.relocate {
    background: url("../moving-abroad.jpg") no-repeat left top;
}

.relocate:hover {
    background: url("../moving-abroad-on.jpg") no-repeat left top;
}

.quicksale {
    background: url("../quick-sale.jpg") no-repeat left top;
}

.quicksale:hover {
    background: url("../quick-sale-on.jpg") no-repeat left top;
}

.sellback {
    background: url("../sell-and-rent-back.jpg") no-repeat left top;
}

.sellback:hover {
    background: url("../sell-and-rent-back-on.jpg") no-repeat left top;
}

.stopreposession {
    background: url("../stop-reposession.jpg") no-repeat left top;
}

.stopreposession:hover {
    background: url("../stop-reposession-on.jpg") no-repeat left top;
}

.sellingforcash {
    background: url("../selling-for-cash.jpg") no-repeat left top;
}

.sellingforcash:hover {
    background: url("../selling-for-cash-on.jpg") no-repeat left top;
}

.retirement {
    background: url("../retirement.jpg") no-repeat left top;
}

.retirement:hover {
    background: url("../retirement-on.jpg") no-repeat left top;
}

.divorce {
    background: url("../divorce.jpg") no-repeat left top;
}

.divorce:hover {
    background: url("../divorce-on.jpg") no-repeat left top;
}

.inherited {
    background: url("../inherited-property.jpg") no-repeat left top;
}

.inherited:hover {
    background: url("../inherited-property-on.jpg") no-repeat left top;
}

.trustpilot {

    margin-bottom: 20px;

}

.dots {
    height: 10px;
    width: 100%;
    background: url("../dots.png") repeat-x left top;
    margin: 40px auto;
}

.section6 {
    background: rgba(110, 200, 41, 0.6);
    text-align: left;
}

.section6 h4 {
    font-family: pt-sans, sans-serif;
    font-size: 31px;
    font-weight: 400;
    color: #6EC829;
    background: #ffffff;
    display: inline;
    margin-top: 100px;
    box-shadow: -1em 0 0 #ffffff, 1em 0 0 #ffffff;
    box-decoration-break: clone;
    line-height: 1.4;
}

.section6 .listitem {
    padding: 5px 10px 5px 10px;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    color: #6EC829;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.section6 ul li span {}

.section6 .top {
    margin: 30px;
}

.valuation-widget-small {
    width: 350px !important;
    height: 350px !important;
    text-align: center !important;
    padding: 5px !important;
}

.valuation-widget-small h2 {
    color: #9AE760 !important;
    margin-left: 0.5em !important;
    margin-top: 0 !important;
    padding: 10px 0 10px 0 !important;
}

.valuation-widget-small h5 {
    font-size: 28px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 900 !important;
    text-align: center !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.valuation-widget-small .postcode-form {
    margin-left: 110px;
}

.section7 b {
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.section7 {
    margin-top: 40px;
    text-align: left;
}

.section7 h3 {
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    background: rgba(110, 200, 41, 0.6);
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.section7 p {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.section7 h5 {
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.4;
}

.section8 {
    background: rgba(0, 165, 223, 0.4);
    text-align: left;
}

.section8 h3 {
    color: #6EC829;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
}

.section8 p {
    color: #000000;
    padding-bottom: 23px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.section9 {
    text-align: left;
}

.section9 h3 {
    background: rgba(110, 200, 41, 0.6);
    padding: 10px;
    color: #ffffff;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 31px;
    font-weight: 400;
    display: inline-block;
}

.section9 h5 {
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 23px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 20px;
}

.section9 p {
    color: #000000;
    padding-bottom: 23px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.section9 a {
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#section10 {
    background: rgba(110, 200, 41, 0.3);
    text-align:left;
}

#section10 h3 {
    display: inline-block;
    padding:10px;
}

#section10 h3,
#section10 .steplist  {
    background: #ffffff;
    color: #00A5DF;
}

#section10 .fa {
    color: #6EC829;
}


#section10 span {
    padding: 2px;
    font-weight: 700;
}

#section10 ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#section10 p,
#section10 ul li {
    color: #000000;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.top-dropshadow {
    -webkit-box-shadow: inset 0 20px 0px -20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
}

.section11 {}

.section11 h3 {
    background: #ffffff;
    color: #00A5DF;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.section .container {
    padding: 30px 0 30px 0;
}

.image-quotes blockquote {


    position: relative;


    font-weight: 200;
    font-size: 1.2em;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    border: none;
    color: #00A5DF;
    padding:10px;
    line-height: 1.3;
}
.postcode-box {
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto 100px auto;
    width: 552px;
    padding: 20px;
}


.postcode-box .postcode-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
}

.postcode-form input {
    background: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    width: 200px;
    margin-left: -100px;
    color: #E40522 !important;
    font-style: italic;
}

.postcode-form button {
    background: #E40522 url("../images/drawn_circle.png") no-repeat left top;
    border: none;
    border-radius: 50%;
    height: 82px;
    width: 87px;
    font-size: 35px;
        font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-left: -30px;

    padding-top: 5px;
}


/* do not group these rules */

.postcode-form input::-webkit-input-placeholder {
    color: red;
}

.postcode-form input::-moz-placeholder {
    /* FF 4-18 */
    color: red;
}

.postcode-form input::-moz-placeholder {
    /* FF 19+ */
    color: red;
}

.postcode-form input::-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.form-arrow {
    transform-origin: left top;
    width: 115px;
    overflow: hidden;
    transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
}

.form-arrow img {
    width: 135px;
    height: 65px;
}

.red-highlight {
    color: #E40522;
}

.highlight {
    color:rgba(110, 200, 41, 1);
}

.top-number-lists {
    text-align:right;
}
.keypoints {
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    padding-bottom:25px;
    margin-top:20px;

}


/**
 * Section 1
 */

.section1 {
    text-align: center;
}

.section1 h2 {
    font-size: 36px;
    font-family: 'PT Sans', sans-serif;
    color: #6EC829;
    margin-bottom: 30px;
    font-weight: 700;
}

.section1 blockquote {
    border-right:5px solid #6EC829;
}

.section1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 19px;
    font-size: 20px;
}

.section1 .selltext p {
    line-height: 1.6;
    margin-bottom: 30px;

}

.selltext {
    text-align:left;
}

.selltext h2 {
    color: #ffffff;
    background: #6EC829;
    display: inline-block;
    padding:10px;
    box-shadow: -0.3em 0 0 #6EC829, 0.2em 0 0 #6EC829;
    margin-bottom:20px;
    box-decoration-break: clone;
}

.callout {
    text-align: center;
}

.arrowleft {
padding-right:50px;
}

.circle {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #00A5DF;

    /* width and height can be anything, as long as they're equal */
}

.circle1 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #6EC829;

    /* width and height can be anything, as long as they're equal */
}
.circle2 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #feca03;

    /* width and height can be anything, as long as they're equal */
}

.circle3 {
    margin-top: 30px;
    margin-left:0px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #8f0f92;

    /* width and height can be anything, as long as they're equal */
}
.circle img {
    width: 100px;
}

.hotspot {
    margin:0 30px 0px 0 !important;
}

.hotspot .media-body p, .hotspot .media-body a  {
    font-weight: 700;
    font-size: 19px;

    font-family: 'PT Sans', sans-serif;
    color: #ffffff;

}

.hotspot .circle i {
    color:#ffffff;
    margin-top:25px;
    margin-left:5px;
}

.hotspot .media-body {
    padding-top: 50px;
    text-align: left;

}

.section2,
.section4
{
    background: rgba(110, 200, 41, 0.7);
    text-align: center;
}

.section2 h2 {
    font-weight: 700;
    font-size: 54px;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    margin-bottom: 60px;
}

.section4 h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: : 54px;
}

.section3,
.section5,
.cities,
.section1 {
    background: url('../images/blue_gradient.png') repeat-x left top;
}

.section3 h2,
.section5 h2 {
    color: #00A5DF;
    font-weight: 700;
    font-size: 54px;
    margin: 50px 0 50px 0;
}

.clouds {
    background: url('../images/clouds.png') repeat-x left top;
}

.section4 {
    padding: 0px ;
}

.valuation-widget {
    background: #00A5DF;

    color: #fff;
    height: 420px;
    border-radius: 5px;
    margin: 0;
    position: relative;
}

.valuation-widget .layer {
    background: url('../girl_bw-u29934-fr.png') no-repeat top right;
    height: 450px;
    width: 420;
}

.valuation-widget h2 {
    color: #ffffff;
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 80px;
    line-height: 0.74;
    width: 263px;
    margin: 0 0 0 20px;
    padding: 50px 0 0;
    font-weight: 400;
}

.valuation-widget h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-top: 50px;
}

.valuation-widget .green {
    color: #9AE760;
}

.valuation-widget .postcode-form {
    margin-left: 90px;
}
.review-images {
    margin-bottom:30px;
}
.testimonial {
    background: #6EC829;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    height: 420px;
    margin-bottom:10px;

}

.testimonial p {
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 26px;
}




/**
 * Section 4
 */

.quote-callout {
    background: #E40522;
    border-radius: 6px;
    color: #ffffff;
    text-align:center;
    padding: 0px;
    font-size: 31px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-top:30px;
}

.quote-callout p {
    margin-bottom: 0 !important;
}

.quote-callout-postcode {
    background: #E40522;
    text-align: center;
    border-radius: 6px;
    margin-top:20px;
    color: #ffffff;
    padding: 10px;
    font-size: 31px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;

}
.quote-callout-postcode form {
    margin-bottom:10px;
    margin-left:100px;
}
.quote-callout-postcode .btn {
    background: #9AE760;
}

.quote-callout-postcode h2 {
    color:#ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size:0.9em;
    margin-bottom:0;

}
.quote-callout p {
    margin-bottom: 0 !important;
}


.circletext {
    background: transparent url("../swoosh%20black.png") no-repeat center center;
}
  .step-desc {
            display:none !important;
        }


.step {
    width: 10.5em;
    margin: 0 2em 0 2em;
}

    .quote-footer {
          position: fixed;
          left: 0;
          width: 100%;
          overflow: hidden;
          padding: 10px 0;
          bottom:0;
          background:#E40522;
          color:#ffffff;

        }

        .quote-footer .quote-callout-postcode {
            padding:0;
            margin-top:0;
            margin-bottom:0;
        }

        .quote-footer .quote-callout-postcode h2 {
            margin-top:0;
            font-size:0.75em;
            margin-bottom:5px;
        }
    .comments-title {
        color:#00a5df;
    }
    .comment-list {
        list-style:none;
        -webkit-margin-before:0;
        -webkit-padding-start:0;
    }
    .comment-list li {
        border:1px solid #eeeeee;
        margin-bottom:10px;
        padding:10px;
    }
    .comment-reply-link {
        background:#00a5df;
        color:#ffffff;
        padding:5px;
        display:block;
        width:48px;
        margin-bottom::30px;
    }
    .comment-list .children {
        list-style:none;
        -webkit-margin-before:0;
        -webkit-padding-start:0;
        margin-top:20px;
    }
    .comment-respond {
        background: rgba(110,200,41,.3);
        padding:20px;
        margin-bottom:20px;
    }
    .comment-reply-title {
        margin:0;
        color:#000000;
    }
    .comment-form input {
        width:100%;
    }
    .form-submit input {
        background: #6ec829;
        border:none;
        color:#ffffff;
        padding:10px;
        margin:0;

    }
    .form-submit {
        text-align: right;
    }
    .comment-body {
        margin-top:10px;
    }
    .comment-meta {
        height:60px;
    }
    .comment-meta .vcard {
        margin-right:10px;
    }
    .comment-meta .author-name {
        font-weight:bold;
         color: #6ec829;
    }
    .comment-meta time {
        font-size:0.85em;
    }
    .meta {
        border-top:1px solid #eeeeee;
        border-bottom:1px solid #eeeeee;
        padding:10px 0 0px 0;
        margin-top:20px;
    }
    .meta p {
        margin-top:5px;
        color: #6ec829;
    }
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

   .callout-inline h2 {
        float:none;
        clear:both;
        margin-bottom:10px;

    }
    .callout-inline .postcode-form {
        float:none;
        width:100%;
    }
    .step {
        width: 10.5em;
        margin: 0 2em 0 2em;
    }



}
@media only screen and (max-width : 1200px) and (orientation:landscape) {

    .navbar-nav {
        margin-left:-30px ;

    }
    .navbar-nav li a {
        padding: 10px 4px 10px 4px;
        margin-left:0;
    }
    .page-slot .feature-image img{
        height:200px;
    }

        .guide {
        margin-bottom:20px;

    }
     .guide h4 {
        top:0;
        left:0;
       margin:0;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .guide {
        margin-bottom:20px;

    }
     .guide h4 {
        top:0;
        left:0;
       margin:0;
    }

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

        .thanks {
            padding: 20px 0 20px 0;
         }
    .callout-inline h2 {
        float:none;
        clear:both;
        margin-bottom:10px;
    }
    .callout-inline .postcode-form {
        float:none;
        width:100%;
    }
    .quote-widget .arrow-down {
        width:96%;
        left:6px;
    }

    .guide {
        margin-bottom:20px;

    }
     .guide h4 {
        top:0;
        left:0;
       margin:0;
    }
    .homepage-top {
        height:850px;
    }
     .homepage-top .intro-heading {
            font-size:4em;
        }
        .step {
            width: 7.4em;
            margin: 0 2em 0 2em;
        }
        .section2 h2 {
            font-size:40px;
            margin-bottom:85px;
        }

        .keypoints {
            margin-top:50px;
        }
        .imagelinks img{
            width:160px;
            height:160px;
        }
        .imagelinks a {
            width:7em;
            height: 7em;
            margin-bottom:2em;
        }
        .imagelinks h4 {
            margin-top:-60px;
        }
        .cities h3 {
            font-size:26px;
        }
        .postcode-form button {
            font-size:28px;
        }
        #section10 .container {
            padding:30px 15px 30px 15px;
        }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .hide-zoopla {
        margin-left:0 ;
        height:150px !important; 
        overflow: hidden ;
        margin-bottom:20px;
    }
        .hide-zoopla  img{
        margin-left:0 !important;

    }
.property-blog-title {
margin:40px 0 20px 0;
}
.article h2 {
    font-size:1em;
margin-top:10px;
line-height:1.2em;

}

.article, .article .feature-image img {
height:110px;
}
.article a {
	color:#00a5df;
}
.article a:hover {
text-decoration:none;
}
.article .description {
padding:0 5px 5px 5px;
}
.article .read-more {
bottom:30px;
right:30px;
font-size:0.85em;
width:95px;

}
.full-post h1 {

	line-height:1.1em;

}
.quote-widget {
width:100%;
}
.site-content {
padding-top:50px;
}

.navbar-brand img {
    display: block;
    width: 100px;
}

.header { 
	padding:0;
}
 .guide h4 {
        top:0;
        left:0;
       margin:0;
    }


        .section .container {
            padding: 30px 15px 30px 15px;
        }

        .postcode-box {
            background: rgba(0, 0, 0, 0.6);
            margin: 0 auto 100px auto;
            width: 552px;
            padding: 20px;
        }


        .imagelinks a {
            width: 9em;
            height: 9em;
            font-size:1em;
        }
        .homepage-top {
            padding-bottom:0;
        }
        .homepage-top .intro-heading {
            padding-top: 70px;
        }

        .homepage-top .intro-heading {
            text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.69);
            font-weight: 900;
            font-size: 80px;
            font-family: 'Source Sans Pro', sans-serif;
            line-height: 80px;
            margin-bottom: 62px;
        }

        .homepage-top .instant-valuation {
            font-family: 'Just Me Again Down Here', cursive;
            font-size: 60px;
            transform: rotate(-10deg);
            margin-left:250px;
            margin-top:-40px;
            width: 500px;
        }

        .postcode-box {
            background: rgba(0, 0, 0, 0.6);
            margin: 0 auto 0px auto;
            width: 100%;
            padding: 20px;

        }

        .postcode-box .postcode-title {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 30px;
            font-weight: 900;
            line-height: 1.15;
            margin:25px 0 25px 0;
        }

        .postcode-form {
            margin-bottom:10px;

        }

        .postcode-form input {
            background: #fff;
            border: none;
            padding: 10px;
            font-size: 24px;
            width: 200px;
            margin-left: -100px;
            color: #E40522 !important;
            font-style: italic;
        }



        .postcode-form button {
            background: #E40522 url("../images/drawn_circle.png") no-repeat left top;
            border: none;
            border-radius: 50%;
            height: 82px;
            width: 87px;
            font-size: 35px;
            font-family: 'PT Sans', sans-serif;
            font-weight: 700;
            margin-left: -30px;
            padding: 5px 0;
        }

        /* do not group these rules */

        .postcode-form input::-webkit-input-placeholder {
            color: red;
        }

        .postcode-form input::-moz-placeholder {
            /* FF 4-18 */
            color: red;
        }

        .postcode-form input::-moz-placeholder {
            /* FF 19+ */
            color: red;
        }

        .postcode-form input::-ms-input-placeholder {
            /* IE 10+ */
            color: red;
        }

        .form-arrow {
            transform-origin: left top;
            width: 115px;
            overflow: hidden;
            transform: matrix(-0.4384, -0.8988, 0.8988, -0.4384, 55, 97);
        }

        .form-arrow img {
            width: 135px;
            height: 65px;
        }

        .red-highlight {
            color: #E40522;
        }

        .highlight {
            color:rgba(110, 200, 41, 1);
        }

        /**
         * Section 1
         */

        .section1 {
            text-align: center;
        }

        .section1 h2 {
            font-size: 36px;
            font-family: 'PT Sans', sans-serif;
            color: #6EC829;
            margin-bottom: 30px;
            font-weight: 700;
            margin-right:20px;
        }

        .section1 blockquote {
            border-right:5px solid #6EC829;
        }

        .section1 {
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            padding-bottom: 19px;
            font-size: 16px;
        }

        .section1 .selltext p {
            line-height: 1.6;
            margin-bottom: 30px;

        }

        .selltext {
            text-align:left;
        }

        .selltext h2 {
            color: #ffffff;
            background: #6EC829;
            display: inline-block;
            padding:10px;
            box-shadow: -0.3em 0 0 #6EC829, 0.2em 0 0 #6EC829;
            margin-bottom:20px;
            box-decoration-break: clone;
        }

        .quote-callout {
            background: #E40522;
            border-radius: 6px;
            color: #ffffff;
            text-align:center;
            padding: 0px;
            font-size: 28px;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            margin:30px 0;
        }

        .quote-callout p {
            margin-bottom: 0 !important;
        }

        .quote-callout-postcode {
            background: #E40522;
            text-align: center;
            border-radius: 6px;
            margin-top:20px;
            color: #ffffff;
            padding: 10px;
            font-size: 31px;
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            margin-bottom:20px;

        }
        .quote-callout-postcode form {
            margin-bottom:10px;
            margin-left:100px;
        }
        .quote-callout-postcode .btn {
            background: #9AE760;
        }

        .quote-callout-postcode h2 {
            color:#ffffff;
            font-family: 'PT Sans', sans-serif;
            font-size:1.1em;
            margin-bottom:0;
        }
        .quote-callout p {
            margin-bottom: 0 !important;
        }

        .section3 h2 {
            margin:50px 0 30px 0;
        }
        .section2,
        .section4
        {
            background: rgba(110, 200, 41, 0.7);
            text-align: center;
        }

        .section2 h2 {
            font-weight: 700;
            font-size: 40px;
            font-family: 'PT Sans', sans-serif;
            color: #ffffff;
            margin-bottom: 60px;
        }
        .section2 h5 {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 24px;
            font-family: 'PT Sans', sans-serif;
            margin-bottom: 20px;
        }

        .section4 h2 {
            font-weight: 700;
            color: #ffffff;
            font-size: : 54px;
        }

        .section5 h2 {
            color: #00A5DF;
            font-weight: 700;
            font-size: 38px;

        }

        #section10 {
            background: rgba(110, 200, 41, 0.3);
            text-align: left;
        }
        #section10 h3 {
            display: inline-block;
            padding:10px;
        }

        #section10 h3,
        #section10 .steplist  {
            background: #ffffff;
            color: #00A5DF;
        }

        #section10 .fa {
            color: #6EC829;
        }
        .step {
            float: left;
            color: #ffffff;
            position: relative;
            width:25%;
            margin:0 0 40px 0;

        }

        .step .number {
            position: absolute;
            top: 0;
            left: 0;
            width:50px;
            margin-top: -30px;

        }
        .step-desc {
            float:right;
            width:75%;
            padding-top:10px;
            padding-left:10px;
            text-align: justify;
            display:inline-block;
        }

        .trustpilot {
            margin-bottom:20px;
        }

        .imagelinks a {
            margin-bottom:0px;
            display:block;
            height:4em;
            margin-top:-50px;

        }

        .imagelinks {
            height:90px;
            overflow: hidden;

        }

        .imagelinks h4 {
            color:#ffffff;

            width:80%;
            margin:-62px auto;
            font-family: 'PT Sans', sans-serif;
            font-size: 20px;
            font-weight: 700;


        }
        .imagelinks img {
            height:8em;

        }
        .imagelinks h2 {
            color:#00A5DF;

            font-weight:700;
        }

        .review p, .review i {
            color:#000000;
        }


        .review-header {
            margin:20px 0 30px 0 !important;
            color: #ffffff;
        }

        .clouds {
            background: url('../images/clouds.png') repeat-x left top;
        }

        .bluegradient {
            background: url('../images/blue_gradient.png') repeat-x left top;
        }

        .footer {
            background: url("../images/footer-min.jpg") no-repeat center center;
            color: #ffffff;
            position: relative;
            width:100%;
            height:320px;
            text-align:left;
            padding:20px;
        }
        .footer p {
            margin-bottom:0;
        }
        .footer img {
            margin-bottom:40px;
            width:200px;
        }
        .footer h4 a{
            font-weight: 400;
            font-family: 'PT Sans', sans-serif;
            font-size: 29px;
            margin: 0;
            color:#ffffff;
        }
        .footer .copy {
            color:#000000;
        }
        .clearsmall {
            clear:both;
        }

        .section3 h2 {
            font-size:30px;
        }



        .quoteform {
            padding:15px;
        }
        .quoteform h1 {
            font-size:30px;
        }
        .quoteform .form {
        margin-top:0 !important;
        }

/*        .homepage-top .postcode-form {
            display:none;
        }*/
        .homepage-top, .postcode-box {
            height:400px;

        }
        .homepage-top h1 {margin-top:20px;}

         .step-desc {
            display:block !important;
        }
        .pca .pcaautocomplete {
            top:3900px !important;
            left:0 !important;
            width:370px !important;
            min-width:100px !important;
        }


    .reduce-padding {
        padding:20px;
    }
    .reduce-padding .subtitle {
        margin-top:0;
        box-shadow: -0.3em 0 0 #00A5DF, 0.3em 0 0 #00A5DF !important;

    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

  .quoteform {
        padding:15px;
    }
    .quoteform h1 {
        font-size:30px;
    }
    .quoteform h2 {
        font-size: 16px;
    }
     .quoteform .form {
    margin-top:0 !important;
    }
    .thankyou .subtitle {
        margin-left:0;
        margin-right: 15px;
    }
    .valuation-chart .title {
        height:80px;
    }

    .callout-inline .postcode-form {
        width:100%;
    }
    #header-image .intro-text {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .how-we-work {
        padding:0;
    }
    .mission-statement {
        padding:20px 0 20px 0;
    }
    .callout-inline h2 {
        margin-left:30px;
        margin-bottom:10px;
    }

    .homepage-top .intro-heading {
        padding-top: 30px;
        margin-bottom:30px;
        font-size:40px;
        line-height:40px;
    }


    .homepage-top {
        height:500px;
    }

    .section .container {
        padding-right:15px;
        padding-left:15px;
    }
    .quote-widget {
        margin-top:30px;
        margin-bottom:30px;
    }
    .guide h4 {
        top:0;
        left:0;
       margin:0;
    }
    .guide {
        margin-bottom:20px;

    }
    .logo {
        width:200px;
    }

    .reduce-padding {
        padding:20px;
    }
    .reduce-padding .subtitle {
        margin-top:0;
        box-shadow: -0.3em 0 0 #00A5DF, 0.3em 0 0 #00A5DF !important;

    }

}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    .homepage-top  {
        padding-top:20px;
        height:300px;
    }

         .homepage-top .postcode-form {
            display:block;
        }


        .quote-footer {
          position: fixed;
          left: 0;
          width: 100%;
          overflow: hidden;
          padding: 10px 0;
          bottom:0;
          background:#E40522;
          color:#ffffff;

        }
        .quote-footer .postcode-form input{
            height:50px;
        }

         .quote-footer .postcode-form button {
            height:50px;
            padding:0;
            width:50px;
            margin:0 0 0 -35px;
            font-size:24px;
            background:#E40522;

            z-index:100;
            border:2px solid #ffffff;
         }
        .quote-footer .quote-callout-postcode {
            padding:0;
            margin-top:0;
            margin-bottom:0;
        }

        .quote-footer .quote-callout-postcode h2 {
            margin-top:15px;
            font-size:0.75em;
            margin-bottom:5px;
            float:left;
            width:50%;
        }

        .quote-footer .postcode-form {
            float:right;
            margin-right:20px;
        }

        .step .number {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -60px;
        }

        .arrow {
            margin-top: 60px;
            float: left;
        }
        .step {
            width: 7em;
            margin: 0 2em 0 2em;
            float: left;
            color: #ffffff;
            position: relative;
        }

        .step p {
            display:block !important;
        }
   .step-desc {
            display:none !important;
        }

        .arrow {
            display:block !important;
        }
        .arrow img {
            width:40px;
        }
        .section3 .col-xs-6 {
            width:25%;
        }

          .imagelinks a {
            margin-bottom:0px;
            display:block;
            height:4em;
            margin-top:-50px;

        }

        .imagelinks {
            height:90px;
            overflow: hidden;
            margin-bottom:20px;

        }

        .imagelinks h4 {
            color:#ffffff;

            width:80%;
            margin:-80px auto;
            font-family: 'PT Sans', sans-serif;
            font-size: 20px;
            font-weight: 700;


        }
        .imagelinks img {
            height:8em;

        }
        .imagelinks h2 {
            color:#00A5DF;

            font-weight:700;
        }
        .reviewc {
            display:block !important;
        }
        .landscapeimg {
            width:50%;
        }
       .section {
        padding:0 20px;
       }

       .pca .pcaautocomplete {
            top:3450px !important;
            left:0 !important;
            width:620px !important;
            min-width:100px !important;
        }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .quoteform {padding:0;}
    .quoteform .form {margin-bottom:40px;}
    .footer .logo {width:200px;}
    .footer {padding:0;}
    .quoteform .col-sm-offset-2 { margin-left:8.33333333%; }
    .quoteform .col-sm-8 {width:83.33333333%;}
     .navbar-nav li a {
        padding: 0px 6px 0px 6px;
        margin-left:0;
    }

}


.custom-tooltip {
background:#ffffff;
padding:5px;
border:2px solid #00A5DF; 
}
.custom-tooltip p {
margin:0;
}

