/* Background Colours:
White
#e41d32   | Bright Pink colour
#efdad3   | Lightish Pink colour
------ */

/* Text Colours:
white
#e41d32   | Bright Pink colour
#231f20   | Light Black colour
*/

/* Primary Colour:
#e41d32   | Bright Pink colour
*/

.property-img {
	min-height:230px;
	height:230px;
	max-height:230px;
}

.red-and-bold {
	color:#E41D32;
	font-weight:bold;
}

body {
    margin: 0;
    padding:0;
/*     font-family: freight-sans-pro, sans-serif; */
	font-family: 'Open Sans', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3 {
	font-weight: 700;
}

p, ul{
	font-size: 18px;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/*border-bottom: none;*/
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#logged-in-dropdown {
	margin-top: 0;
    vertical-align: middle;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 20px;
}

#logged-in-dropdown a {
	color:#000;
}

#logged-in-dropdown i {
	font-size: 13px;
	color: #231F20;
}

.dropdown-menu a {
	margin-left: 15px;
}

#savingsCalculator {
	text-align: center;
	padding-top:30px;
	padding-bottom:40px;
/* 	margin-bottom: 80px; */
}

.savingsCalc .container-fluid {
	background-color: #F0DAD3;
}

#savingsCalculator input {
	padding: 10px;
	width: 50%;
	margin-bottom:25px;
	border: none;
    border-bottom: 1px solid #000;
    background-color: #F0DAD3;
    font-size: 32px;
	outline: none;
	text-align: center!important;
}

#savingsCalculator label {
	font-size: 20px;
	font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
}

#savingsCalculator h1 {
	padding-bottom: 30px;
    text-transform: uppercase;
}

.agentcommissionBlocks .col-md-3 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.agentcommissionBlocks .block {
	background-color: #231F20;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
	margin-bottom: 15px;
	border-radius: 12px;
}

.agentcommissionBlocks .block:hover {
	cursor: pointer;
}

.agentcommissionBlocks .blockActive {
	background-color: #E41D32;!important
}

.agentcommissionBlocks .block>p {
	margin: 0;
	font-size: 20px;
}

#saveH2, #saveNumber {
	font-weight: bold;
    font-size: 50px;
	color: #E41D32;
}

/* #saveNumber {
	color: #E41D32;
} */

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	background-color: #FFF;
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: #e41d32;
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

/* -------- */

/* General Styles */

.content {
	min-height: 58.6vh;
}

.output {
	padding: 5px;
	margin-top: 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: none;
    border-radius: 15px;
}

.error {
	padding: 5px;
	margin-top: 10px;
	background-color: #FF563C;
	color: #fff;
	text-align: center;
	display: none;
    border-radius: 15px;
}

.input-class {
	width: 80%;
	padding: 10px;
	margin-bottom: 5px;
}

.input-class-100 {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}

.custom-features .ion-close-circled {
	font-size: 20px;
	margin-left: 10px;
	color:#E41D32;
}

.btn-primary {
	background-color: #e41d32 ;
	color: #fff;
	border: 2px solid #e41d32;
	padding: 10px;
	border-radius: 0px;
	font-size: 16px;
	text-transform: uppercase;
	width: auto;
	min-width: 180px;
	max-width: 250px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:link {
	background-color: #e41d32!important;
	color: #fff!important;
	outline: none;
	border: 2px solid #e41d32!important;
}

.btn-primary-black {
	background-color: #231f20 ;
	color: #fff;
	/*border: 2px solid #e41d32 !important;*/
	padding: 11px 20px;
    border-radius: 0px;
    font-size: 16px;
	text-transform: uppercase;
}

.btn-primary-black:hover {
	background-color: #231f20!important;
	color: #fff!important;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    left: 90%;
    top: 45%;
    position: absolute;
}

.mobi-only {
	display: none;
}

/* ------ */

/* Header */

.dot {
	height: 35px;	
    width: 35px;
    background-color: #FFF;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
	right: 20px;
    top: 36px;
}

.logo {
	display: block;
}

.mobi-logo {
	display: none;
}

#fixed-fee-properties-logo {
	width: 45%;
}

.topbar-sell-property-div {
	text-align: left;
    min-width: 300px;
    position: absolute;
    right: 0;
	top: 7px;
	z-index:99;
	background-color: #e41d32;
	padding: 15px;
}

.topbar-sell-property-div a {
    font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#sell-price {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
    display: inline-block;
}

#sell-your-property:hover {
	/*border-bottom: none;*/
}

.navbar {
	padding-top: 36px;
	z-index: 9;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-default .navbar-nav>li {
	padding: 0px 15px;
}

.navbar-default .navbar-nav>li>a {
	color: #231F20;	
	font-weight: 700;
}

.navbar-default {
    background-color: transparent;
    border:none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent!important;
	border-bottom: 3px solid #e41d32!important;
    padding-bottom: 10px;
	color: #333!important;
}

.nav li a {
	text-transform: uppercase;
	font-size: 16px;
    padding: 0;
}

.nav>li>a:hover {
	border-bottom: 3px solid #e41d32!important;
    padding-bottom: 10px;
}

#logged-in-dropdown a.dropdown-item {
    line-height: 30px;
    font-weight: 400;
}

.header {
	padding-bottom: 15px;
    padding-top: 15px;
}

.header .col-md-7 {
	text-transform: uppercase;
}

.ion-ios-arrow-thin-right{
	margin-left: 10px;
	color: #000;
	font-size: 25px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent; 
}

.dropdown-menu {
	top: 100%;
    border-radius: 0;
}

/*.dropdown-menu .dropdown-item {*/
/*	margin-bottom: 10px!important;*/
/*}*/

/* ------ */


/* Footer */

.footer {
	background-color: #231f20;
	padding-bottom: 10px;
}

.footer h1, h3, h4 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}

.footer h4 {
	margin-top: 30px;
}

#footer-price {
	font-size: 65px!important;
    font-weight: 700;
	margin-bottom: 0;
}

.footer a, .footer p {
	color: #fff;
	font-size: 18px;
}

.footer p>strong {
	font-size: 20px;
}

.footer .col-md-8 {
	text-align: left;
	border-top:1px solid #fff;
	padding-right:0;
}

.footer .col-md-8 p {
	color:#fff;
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 18px;
}

.footer .col-md-4 {
	text-align: right;
	border-top:1px solid #fff;
	padding-left:0;
}

.footer .col-md-4 p, .footer .col-md-4 a {
	color:#fff;
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 18px;
}

.footer .col-md-6 {
	padding-top: 40px;
    padding-bottom: 40px;
}

#footer-right p {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

#footer-right {
	padding-left: 350px;
}

#list-your-property {
	margin-top: 10px;
}

/* ------ */

/* Index */

#purchase_price, #dep_amount {
 	text-align:left!important;
}

#home-search-property #min_price, #max_price {
	text-align:left!important;
}

.currencySymb {
	border:1px inset #ccc;
	font-weight: 100;
	background-color: #fff;
	padding-left: 10px;
}

.currencySymb input {
	border:none;
}

.currencySymb input:focus {
	outline-width: 0;
}

#min_price, #max_price {
/* 	width:15%; */
	padding: 10px;
	border:none;
}

#home-image-container {
	background-image: url('/images/home-image.jpg');
    background-position: center;
    background-size: cover;
	padding-top: 15vh;
    padding-bottom: 0;
    min-height: 74vh;
}

/* #home-image-col .image-container {
	background-image: url('/images/home-image.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 100px;
    padding-right: 100px;
} */

.header-content {
	background-color: rgba(0,0,0,0.6);
	padding: 40px;
	font-weight: 700;
	display: inline-block;
}

.header-content h1 {
	color:#fff;
	text-transform: uppercase;
	font-size: 30px;
	text-shadow: 1px 1px 5px black;
}

.header-content h1 span {
	display:block;
	font-size: 100px;
	line-height: 120px;
	font-weight: 700;
	text-shadow: 1px 1px 5px black;
}

.header-content h3 {
	color:#fff;
	text-transform: uppercase;
/* 	font-size: 16px; */
	margin-top:0;
	margin-bottom: 25px;
	text-shadow: 1px 1px 5px black;
}

#home-find-property {
	background-color: #e41d32;
	text-align: center;
}

#home-find-property h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.property-type {
	width: 30%;
	padding: 10px;
	border: none;
}

.area-suburb{
	padding: 10px;
	width: 20%;
	border: none;
}

.search {
	width: 15%;
	margin-top: -5px;
    padding: 11px;
}

#home-search-property {
	margin-bottom: 20px;
}

/* .savingsCalc {
	padding-top: 100px;
} */

.index-content {
	padding-top: 50px;
	padding-bottom: 100px;
}

.index-content .col-md-12 {
	text-align: center;
}

.index-content .col-md-12 h2 {
	text-transform: uppercase;
    line-height: 47px;
    margin-bottom: 50px;
    font-size: 36px;
}

.pink {
	color: #E41D32;
	font-weight: 500;
	font-size: 25px;
}

#why-sell-content {
	margin-top: 25px;
	margin-bottom: 25px;
}

.right-aligned {
	text-align: right;
}

#index-register h4 {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
}

#above-footer-index {
	background-color: #231f20;
}

#top-left-index {
	margin-bottom:70px;
}

#list-propery-btn {
	margin-right:10px;
}

#top-right-img-col {
	margin-bottom:50px;
}

#top-right-img-col img {
	margin-left:60px;
}

.above-footer-index {
	padding-top: 100px;
	background-color: #efdad3 ;
}

.above-footer-index h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 36px;
}

.above-footer-index p {
	margin-bottom: 30px;
}

.above-footer-index .col-md-5{
	margin-top: 10%;
}

/* ------ */

/* Terms and Conditions */

.terms-header {
	background-color: #efdad3;
	padding-top: 50px;
}

.terms-header h1 {
	text-transform: uppercase;
	font-size: 58px;
	padding-top: 90px;
}

.terms-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.terms-content h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #e41d32;
	margin-bottom: 30px;
}

#index-list li {
	font-size: 24px;
	color:#E41D32;
	text-transform: uppercase;
}

#terms-content-list li {
	margin-top: 25px;
	margin-bottom: 25px;
	color:#E41D32;
	font-size: 24px;
	text-transform: uppercase;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

.sub-content p {
	color:#000;
}

.scroll {
	cursor:pointer;
}

/* ------ */

/* About Page */

.about-header {
	background-color: #efdad3;
	padding-top: 50px;
}

.about-header h1 {
	text-transform: uppercase;
	font-size: 58px;
	padding-top: 90px;
}

.about-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-content h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #e41d32;
	margin-bottom: 30px;
}

.vision-content p,ul {
	font-size: 18px;
}

#our-experience p{
	font-size: 18px;
}

/* ------ */

/* Contact Page */

.contact-content {
	background-color: #efdad3;
	padding-top: 80px;
	padding-bottom: 80px;
}

#contact-content{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding-bottom: 40px;
	padding-top: 40px;
}

#contact-heading {
	text-align: center;
}

#contact-heading h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

#contact-heading label {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
}

label {
	font-weight: 700;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

/* #checklabel {
	height:20px;
	width:20px;
	background-color: #fff;
	border: 1px solid #000;
	display:inline-block;
	border-radius:100%;
}

input[type="checkbox"]{
	visibility:hidden;
}

input[type="checkbox"]:checked, input[type="checkbox"]:checked + label{
	background-color: #e41d32!important;
	border: 1px solid #e41d32!important;
} */

/* ------ */

/* FAQ Page */

.faq-header {
	background-color: #efdad3;
	font-size: 42px;
	padding: 24px;
}

.faq-header h1 {
	text-transform: uppercase;
	font-size: 58px;
	padding-top: 120px;
}

.faq-content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.faq-content h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px;
}

.faq-content .col-md-6 {
	text-align: left;
}

.faq-question {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	background-color:#fff;
}

.faq-question.open {
	background-color:#e41d32;
}

.faq-question.open .panel-title {
	color:#fff;
	padding-bottom: 0;
}

.panel-title {
	font-size: 18px;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 10px;
	display: block;
	cursor: pointer;
	font-weight: 700;
	padding: 20px;
}

.panel-content {
	text-align: left;		
	font-size: 20px;
	padding: 20px;
	position: relative;
	color:#fff;
}

.panel:checked ~ .panel-content{
	height: auto;
	opacity: 1;
	padding: 14px;
	z-index: 99;
}

.panel {
	display: none;
}

/* ------ */

/* Search Results */

.breadcrumbs {
	background-color: #000;
    color: #fff;
}

.add-fav {
    background-color: transparent;
    padding: 5px 0px 5px 10px;
    position: absolute;
    margin-top: -5px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    right: 3%;
    font-size: 12px;
}

.add-fav a {
	font-size: 28px;
    color: #E41D32;
}

.breadcrumbs h1 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

#search-image-container {
	background-color: #efdad3;
	padding-bottom: 20px;
}

#search-find-property {
	text-align: center;
}

#search-find-property h1 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	margin-top: 20px;
}

.search-heading .col-md-12 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.search-heading .col-md-12 h1 {
	color: #e41d32;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

#showing-properties {
	text-align: left;
}

#sort-by-dropdown {
	text-align: right;
}

#sort-by {
   	padding: 5px;
    width: 35%;
    margin-left: 15px;
}

.properties-listed {
	padding-top: 30px;
	padding-bottom: 60px;
}

.property{
	-webkit-box-shadow:0 0.5em 2em rgba(0,0,0,.1);
	-moz-box-shadow:0 0.5em 2em rgba(0,0,0,.1);
	box-shadow: 0 0.5em 2em rgba(0,0,0,.1);
	padding: 5px;
	position: relative;
	min-height: 350px;
    max-height: 400px;
    height: auto;
    background-color: #fff;
}

.property-specifications {
	text-align: center;
}

.property-desc {
	font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 25px;
    color: #000;
    text-transform: none;
    height: 70px;
}

.property-price {
    background-color: #000;
    color: #fff;
    width: 70%;
    padding: 9px;
    margin-top: -43px;
    margin-left: 14%;
    position: absolute;
	font-weight: bold;
	font-size:25px;
	letter-spacing: 2px;
}

.property-specifications span {
	margin-left: 15px;
	margin-right: 15px;
	color: #e41d32;
	font-size: 18px;
}

.property-specifications img {
    width: 6%;
}

.sole-mandate {
	min-width: 31%;
    width: auto;
    background-color: #e41d32;
    padding: 5px 15px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.sole-mandate-individual {
	min-width: 20%;
    width: auto;
    background-color: #e41d32;
    padding: 10px 15px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.properties-listed .col-md-4 {
	margin-bottom: 25px;
}

#pagination {
	padding-top: 30px;
	text-align: center;
}

.active-page {
	background-color: #ececec;
}

#pagination a {
    width: 4%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    color:#000;
}

.prev-page {
	margin-right:25px;
}

.next-page {
	margin-left:25px;
}

/* ------ */

/* Individual View */

.view-heading .col-md-12 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.view-heading .col-md-12 h1 {
	color: #e41d32;
	margin-top: 20px;
	margin-bottom: 20px;
}

.individual-specifications {
    margin-bottom: 25px;
}

.individual-specifications span {
	margin-left: 20px;
	margin-right: 20px;
	color: #e41d32;
	font-size: 18px;
}

.individual-specifications img {
    width: 4%;
}

#book-a-viewing {
	text-align: right;
}

#book-a-viewing-btn {
	background-color: #FFF;
    color: #e41d32;
    border: 1px solid #e41d32!important;
    padding: 10px;
}

/* .sole-mandate-individual {
	width: 15%;
    background-color: #e41d32;
    padding: 5px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
} */

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 40px;
}

.plus-dot {
	height: 60px;
    width: 60px;
    background-color: #e41d32;
    border-radius: 50%;
    display: inline-block;
}

.ion-ios-plus-empty {
    margin-left: 24px;
    margin-top: 13px;
    position: absolute;
    font-size: 26px;
    color: #fff;
}

.description-content {
	padding-bottom: 20px;
}

#property-description h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #e41d32;
}

.feature-dot {
    height: 25px;
    width: 25px;
    background-color: #e41d32;
    border-radius: 50%;
    /* display: inline-block; */
    margin-left: -20px;
    vertical-align: middle;
    text-align: center;
    padding: 3px 11px;
}

.ion-ios-checkmark-empty {
    /* position: absolute; */
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
}

.feature-text {
    margin-left: 20px;
    margin-top: 2px;
    position: absolute;
}

.feature-p {
	min-width: 30%;
    display: inline-block;
    margin-left: 20px;
    float: left;
    margin-right: auto;
    width: auto;
}

.feature-row {
	margin-bottom: 30px;
}

.get-in-touch h3 {
	color: #e41d32;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
}

.web-reference {
	margin-top: 20px;
	text-align:right;
}

.ref-code {
	color:#e41d32;
}

.firstImageListing {
	opacity:0;
	width: 0;
	height:0;
}

.get-in-touch {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
	border-radius: 0;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#get-in-touch-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
}

.individual-btn {
	background-color: #FFF;
    color: #000;
    border: 1px solid #000!important;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    max-width: none;
    font-size: 18px;
    text-transform: none;
    border-radius: 0;
}

.individual-btn:hover {
	background-color: #FFF;
    color: #e41d32;
    border: 1px solid #e41d32!important;
}

hr {
	border:0.5px solid #231f20;
}

#request-a-viewing {
	padding-bottom: 60px;
}

#request-a-viewing a {
	color: #e41d32;	
	font-weight: 600;
}

.you-may-also-like {
	text-align: center;
	color: #e41d32;
	text-transform: uppercase;
	background-color: #efdad3;
	padding-bottom: 60px;
}

.you-may-also-like h1 {
	margin-top: 50px;
    margin-bottom: 50px;
}

#bond-calc-form label, #bond-calc-form select {
	width: 150px;
	background-color: #fff!important;
    font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
}

#bond-calc-form input {
	border:none;
	border-bottom:1px solid #000;
	outline:none;
    background-color: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* ------ */

/* Register Page */

.register-content {
	background-color: #efdad3;
	padding-top: 80px;
	padding-bottom: 80px;
}

#register-content{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding-bottom: 80px;
	padding-top: 40px;
}

#register-heading {
	text-align: center;
}

#add_custom_feature {
	font-size: 18px;
}

#register-heading h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

#register-content .col-md-12 {
	text-align: center;
}

#register-content label {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 700;
    line-height: 40px;
    vertical-align: middle;
}

.modal-title {
	color:#000;
}

.modal-content {
    border-radius: 0;
}

/* ------ */

/* Sign In */

.sign-in-content {
	background-color: #efdad3;
    padding-top: 20vh;
    padding-bottom: 20vh;
    min-height: 70vh;
    height: auto;
}

#sign-in-content{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding: 40px;
}

#sign-in-heading {
	text-align: center;
}

#sign-in-heading h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

/* ------ */

/* List a property */

.list-a-property-section p {
	font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list-a-property-section{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding-bottom: 40px;
	padding-top: 40px;
}

.list-a-property-section h3 {
	font-weight: 600!important;
	color:#000; 
	margin-top:0;
}

input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    vertical-align: top;
}

.label-text {
    display: inline-block;
    width: 200px;
    word-break: break-all;
}

.sell_login h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}


/* ------ */

/* Customer Profile (Dashboard) */
/*.fica_docs img {*/
/*	margin-right: 20px;*/
/*}*/

.fica-image {
	width:30%;
	display: inline-block;
	margin-right: 15px;
	margin-bottom:15px;
}

.customer-dash-content {
	background-color: #ECECEC;
	padding-top: 80px;
	padding-bottom: 100px;
}

.customer-dash-content .col-md-12{
	text-align: center;
	margin-bottom: 10px;
}

.customer-dash-content .col-md-12 a{
	color:#000;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
}

.customer-dash-content h3 {
	color:#000;
	margin-top:10px;
	margin-bottom: 25px;
	text-transform: none;
}

.my-properties-dash, .my-details-dash {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding: 10px 20px 10px 20px;
}

/* .active {
	border-bottom:1px solid #e41d32!important;
} */

.my-property .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

.my-property .col-md-8 a {
	color: #e41d32;
}

.my-property .col-md-12 {
	border-bottom:2px solid #ECECEC;
	padding-top: 10px;
}

.list-a-new-property {
	background-color: #e41d32;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
	text-transform: uppercase;
}

#list-new-a {
	color:#fff;
}

.my-details-dash .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.my-details-dash .col-md-6 {
	margin-top: 25px;
}

.profile-circle {
    height: 150px;
    width: 150px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: inline-block;
    border:1px solid #707070;
}

.profile-circle img {
	border-radius: 50%!important;
}
/* --- --- */

/* My Properties */

.my-properties-listed, .my-properties-listed {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding: 10px 20px 10px 20px;
}

/* --- --- */

/* My Property */

.fa-long-arrow-alt-down {
    margin-left: 10px;
    font-size: 20px;
}

#my-property-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

#my-property-left a {
	margin-left: 0;
}

#my-property-right {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}

#my-property-right a {
	margin-right: 0;
}

.property-image-name {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.property-image-name img {
	width:20%;
	display: inline-block;
}

.property-image-name span {
	margin-left: 30px;
	display: inline-block;
}

.prop-bold {
	font-weight: bold;
}

.line{
	border: 0.5px solid;
    margin-top: 5px;
    margin-bottom: 15px;
}

.line2 {
    border: 0.5px solid;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.line3 {
    border: 0.5px solid;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

/* ------ */

/* My Favourites */

.remove-fav {
    background-color: #e41d32;
    padding: 5px 10px 5px 10px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    right: 3%;
    font-size: 12px;
}

/* ------- */

/* My Alerts */

.my-alerts .col-md-12{
	text-align:left!important;
}

.my-alerts #home-search-property {
	margin-bottom: 15px;
}

.my-alerts #add-alert-col a {
	margin-left:0;
	color:#fff;
}

.my-alerts .divider {
    border: 0.5px solid;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 15px;
    width:97.5%;
}

.my-saved-alerts h2 {
	margin-bottom: 30px;
}

.my-alerts-remove {
	text-align: right;
}

.my-alerts-remove i {
	background-color: #D92832;
	color:#fff;
	padding: 2px 5px 2px 5px;
}

#my-alerts-table th {
	padding-bottom: 10px;
}

/* --------- */

#reviewModal .modal-header {
	text-align: center;
}

#reviewModal .modal-content {
	border-radius: 0px;
}

#reviewModal .modal-content p {
	border-bottom: none;
}

#reviewModal .modal-content img {
	margin-bottom: 30px;
}

.float{
	position: fixed;
    width: 80px;
    height: 80px;
    left: 30px;
    background-color: #E41D32;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    bottom: 30px;
	    z-index: 999999;
}

.float:hover, .float:visited, .float:active {
	color:white;
}

.my-float{
	margin-top:22px;
	font-size: 34px;s
}