/* Core structure */
html {/* Used for sticky footer */
    position: relative;
    min-height: 100%;
}

body {/* Used for sticky footer */
  /* Margin by footer height */
    margin: 0 0 90px 0;
	font-family: 'Open Sans', sans-serif;
}

#site-header {
	height: 180px;
}

#logo a img {
	margin: 10px 0 0 0;
}

#contact-details {
	margin: 60px 0 0 0;
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
}

#contact-details a, #contact-details a:hover, #contact-details a:focus {
	text-decoration: none;
}

.buyers{
	font-size:12px!important;
}

.pad2{
	padding:2px!important
}

.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	font-size: 13px;
	text-transform: uppercase;
	min-height: 35px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.navbar-nav>li>a {
	line-height: 5px;
}

.nav>li>a {
	padding: 15px 40px;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	/* Awesome Fonts replacement CSS for carousel next/prev chevrons */
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-inner>.item>img {
	margin: 0 auto; /* centralises any images within the carousel */
}

#core-search {
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

#core-search p {
	font-size: 1.5em;
	margin: 0;
}

#page-title {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#page-title h1 {
	font-size: 1.7em;
}

.page-content p, .page-content blockquote {
	font-size: 1.1em;
}

.page-content h2 {
	font-size: 1.5em;
}

.page-content h3 {
	font-size: 1.4em;
}

.page-content h4 {
	font-size: 1.3em;
}

.page-content h5 {
	font-size: 1.2em;
}

.page-content h6 {
	font-size: 1.1em;
}

.property-details a{
	color:#fff;
}

.property-details a:hover, .property-details a:focus{
	color:#dd0029;
}

.modal-header, .modal-footer{
	background-color:#2d2d2d;
}

h4.modal-title {
	color:#fff!important;
}

.fees{
	color:#fff!important;
}

.img-cms-entry {
	float: right;
	margin: 0 0 20px 20px;
}

.highlighted-properties a {
	display: block;
	position: relative;
}

.highlighted-properties a:hover {
	text-decoration: none;
}

.highlighted-properties-details {
	padding: 10px 0;
}

.nav-tabs.nav-justified>li>a {
	text-transform: uppercase;
	font-size: 1.1em;
	border-radius: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	text-transform: uppercase;
}

.tab-pane {
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

.panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.panel ul {
	text-align: left;
	padding: 0 0 0 20px;
}

.panel-default>.panel-heading, .panel-default>.panel-footer {
	border-radius: 0;
	border: none;
	text-transform: uppercase;
}

.well {
	border-radius: 0;
}

.breadcrumb {
	border-radius: 0;
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
}

.btn-group-vertical>.btn:first-child:not(:last-child), .btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 0;
}

.logos{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.logos img{
	margin-right:10px;
	margin-left:10px;
}

.img-thumbnail {
	border-radius: 0;
}

.contact iframe {
    margin: 0;
    padding: 0;
    border: #dd0029 1px solid;
 	width: 100%;
    height: 350px;
	margin-bottom:20px;
	margin-top:20px;
}


footer {
	padding: 20px 0;
	font-size: 12px;
}

footer a:hover {
	text-decoration: none;
}

.footer {/* Used for sticky footer */
    position: absolute;
    bottom: 0;
    width: 100%;
	/* Set the fixed height of the footer here */
    height: 70px;
}

#footer-logos {
	text-align: right;
}
/* Core structure */

/* Form related styles */
.form-control {
	border-radius: 0;
}

#requestedDate, #requestedTime  {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.formhoney {
	visibility: hidden;
	display: none;
}
/* Form related styles */

/* Search results */
.pagination {
	margin: 0; /* Removes default Bootstrap margin */
	border-radius: 0!important;
}

.pagination li a .bracket {
	display: none;
}

.pagination span.hellip {
	cursor: not-allowed;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.corner-flash {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 1;
}

.property-image, .property-image-viewing {
	position: relative;
	display: block;
}

.thumbImg img {
	height: 173px;
}

.property-details {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.property-details:hover, .property-details:focus, .property-details:active {
	text-decoration: none;
}

.property-call-to-actions {
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.property-call-to-actions a {
	text-decoration: none;
}

.add-to-shortlist .remove, .remove-from-shortlist .add {
	display: none;
}

.map-search-results#googlemap {
	height: 600px;
}
/* Search results */

/* Property details */
#property-carousel, #property-thumbnails, .carousel-control.right, .carousel-control.left {
	/* Removes Bootstraps default background gradient from carousel controls */
	background-image: none;
}

#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	max-height: 567px;
}

#property-thumbnails .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	min-height: 100px;
	max-height: 100px;
	min-width: 150px;
	max-width: 150px;
}

#property-thumbnails .carousel-inner a {
	cursor: pointer; /* Changes cursor when hovering over property thumbnails */
}

#property-slideshow .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
	max-height: 600px;
}

.property-list h3 {
	text-transform: uppercase;
}

.property-list ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 1.2em;
}

#property-thumbnails .carousel-control {
	top: -50%;
}

#googlemap {
	width: 100%;
	height: 500px;
	margin: 0 0 20px 0;
}

.pop-up-balloon {
	text-align: center;
	text-transform: uppercase;
}

.modal-content {
	border-radius: 0;
}

#slideshow .modal-content { /* Gives the modal window a think white border */
	border: 8px solid #fff;
}
/* Property details */

/* Optional features, use them if you want, otherwise remove these styles */
.form-control.styled-select::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select {/* Custom styled select elements. Internet Explorer 10 and > */
	background: #fff url('../images/select-bg.jpg') top right no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;;
}

.parallax-window {/* Used for parallax windows on your site, relies on parallax.min.js */
	height: 400px;/* You'll need to adjust height according to content and possibly add media queries */
	color: #fff;
}

.parallax-window .vertical-align-container {
	width: 70%;
	margin: 0 auto;
}

.parallax-window .vertical-align-container p {
	width: 60%;
	margin: 0 auto;
}

.parallax-window h2 {
	color: #fff;
	text-shadow: 0 1px 0 #ccc,
	           0 2px 0 #c9c9c9,
	           0 3px 0 #bbb,
	           0 4px 0 #b9b9b9,
	           0 5px 0 #aaa,
	           0 6px 1px rgba(0,0,0,.1),
	           0 0 5px rgba(0,0,0,.1),
	           0 1px 3px rgba(0,0,0,.3),
	           0 3px 5px rgba(0,0,0,.2),
	           0 5px 10px rgba(0,0,0,.25),
	           0 10px 10px rgba(0,0,0,.2),
	           0 20px 20px rgba(0,0,0,.15);
	font-size: 3em;
}

.parallax-window p {
	text-shadow: 0 1px 0 #666;
}
/* Optional features, use them if you want, otherwise remove these styles */

/* Helper classes */
.vertical-align-container {
	display: table;
	height: inherit;
}

.vertical-align-content {
	display: table-cell;
    vertical-align: middle;
}
/* Helper classes */

/* Media queries */
@media (min-width: 992px){
.navbar-nav li {
    float: none;
    display: inline-block;
}
}

@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
}

@media (min-width:991px) and (max-width:1200px) {

	#contact-details {
		font-size: 1.2em;
	}

	.navbar {
		font-size: 11px;
	}

	.nav>li>a {
		padding: 15px 30px;
	}

	.property-image img {
		max-height: 132px;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
		max-height: 480px;
	}

	#property-thumbnails .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		min-height: 80px;
		max-height: 80px;
		min-width: 120px;
		max-width: 120px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		max-height: 600px;
	}

	footer {
		font-size: 11px;
	}

}

/* iPad Mini Retina Specific */
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {


	.property-image img {
		max-height: 225px!important;
	}
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.property-image img {
		max-height: 130px!important;
	}
}
/* iPad Mini Retina Specific */

@media (min-width:768px) and (max-width:991px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 120px 0;
	}

	#contact-details {
		font-size: 1.1em;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-toggle {
	    display: block;
	}

	.navbar-collapse {
	    border-top: 1px solid transparent;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-collapse.collapse.in {
	    display: block!important;
	}

	.navbar-nav {
	    float: none!important;
	    margin: 7.5px -15px;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	#core-search p {
		font-size: 1.5em;
	}

	#core-search, #page-title, footer {
		text-align: center;
	}

	.highlighted-properties img {
		max-height: 450px;
	}

	.property-image img {
		max-height: 225px;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing image height and width for page integrity */
		max-height: 380px;
	}

	#property-thumbnails .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		min-height: 60px;
		max-height: 60px;
		min-width: 90px;
		max-width: 90px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing image height and width for page integrity */
		max-height: 430px;
	}

	.nav-tabs.nav-justified>li>a {
		font-size: .8em;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 100px;
	}

	#footer-logos {
		text-align: center;
	}
}

@media (max-width:768px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 120px 0;
	}

	#site-header {
		height: auto;
	}

	#logo a img {
		display: block;
		margin: 10px auto;
	}

	#contact-details {
		font-size: 1.2em;
		margin: 10px 0;
	}

	#core-search p {
		font-size: 1.2em;
	}

	#contact-details, #core-search, #page-title, footer {
		text-align: center;
	}

	#page-title h1 {
		font-size: 1.6em;
	}

	.img-cms-entry {
		width: 50%;
	}

	.highlighted-properties img {
		max-height: 450px;
	}

	.property-image img {
		max-height: none;
	}

	#property-carousel .carousel-inner .item img {
	/* Here we're forcing images for page integrity */
		max-height: 500px;
	}

	#property-slideshow .carousel-inner .item img {
		/* Here we're forcing images page integrity */
		max-height: 500px;
	}

	#googlemap { /* Changes the height of the map search results based on device size */
		height: 300px;
	}

	footer {
		font-size: .6em;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 100px;
	}

	#footer-logos {
		text-align: center;
	}

}

@media (max-width:480px) {

	body {/* Used for sticky footer */
  		/* Margin by footer height */
    	margin: 0 0 140px 0;
	}

	.img-cms-entry {
		margin: 0 0 20px 0;
		width: 100%;
	}

	#googlemap { /* Changes the height of the map search results based on device size */
		height: 300px;
	}

	.footer {/* Used for sticky footer */
		/* Set the fixed height of the footer here */
	    height: 120px;
	}

}
/* Media queries */

/* Cookie Consent Custom Styles */
.freeprivacypolicy-com---nb {
  min-width: 100% !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 2rem !important;
}
.freeprivacypolicy-com---pc-overlay .cc-cp-foot-byline {
  visibility: hidden;
}
.freeprivacypolicy-com---nb.freeprivacypolicy-com---palette-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree {
  background-color: #dd0029 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject {
  background-color: #dd0029 !important;
}
/* Cookie bar styles end */
 .redClass::-webkit-input-placeholder {
 color: red;
}
.yield-container {
	background: #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.form-group.inset {
	width: 95%;
    margin-left: 3%;
}
button#yield {
	width:95%;
	text-transform: lowercase;
	margin-right:2%;
}
.btn-yield {
    background-color: #2d2d2d;
    border: #fff 1px solid!important;
    color: #fff;
    padding: 5px 10px;
    margin-right:5px;
}

/* new simple search Oct 2019 */

#core-search li {
	padding: 12px 0px;
}



#core-search .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, #core-search .nav-tabs.nav-justified > .active > a:focus {

color: #fff!important;
background: #484747;
border: 1px solid #484747;

}

#core-search .nav-tab-left {
	margin-right: 0px;
}

#core-search .nav-tab-right {
	margin-left: 30px;
}

#core-search .nav-tabs.nav-justified > li > a {

background: #888686;
border: 1px solid #888686;
color: #fff;
font-size: 1em;

}

#core-search .nav-tabs.nav-justified > li > a:hover {

background: #575757;
border: 1px solid #575757;
color: #fff!important;

}

#core-search .tab-pane {
    padding: 20px 0px 20px 0px;
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
}

#core-search .btn {
	padding: 15px 0px;
	margin-top: -9px;
}
@media only screen and (max-width : 767px) {
	#core-search .nav-tab-right {
	margin-left: 0px;
}
}
