<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* TEMPLATE STYLES  */
body {
	font-family: 'Open Sans', sans-serif;
	background: #f1f1f1;
	/*GRAY LIGHT*/
	color: #212121;
}

@media only screen and (max-width: 600px) {
 .details #slider1_container img {
 width: 100% !important; 
}
}


@media (max-width: 768px) {
.details #slider1_container img {
 width: 100% !important; 
}
}

@media (min-width: 992px) {
.details #slider1_container img {
 width: auto !important; 
}
}

@media (min-width: 1200px) {
.details #slider1_container img {
 width: auto !important; 
}
}


/* BOOTSTRAP FONTS  */
h1 {
	font-size: 26px;
	color: #212121;
	text-transform: uppercase;
	margin: 0 0 30px;
}

h2 {
	font-size: 20px;
	color: #212121;
	margin: 0 0 10px;
}

p {
	font-size: 14px;
	color: #212121;
	line-height: 24px;
}

/* BOOTSTRAP LINKS  */
a {
	color: #0f40fb;
	/*SECOND COLOUR*/
}

a:hover {
	color: #0f40fb;
	/*MAIN COLOUR*/
}

.colour a:hover {
	color: #fff;
	/*MAIN COLOUR*/
}

/* BOOTSTRAP BUTTON  */
.btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn:hover,
.btn:focus {
	color: #333;
}

.btn-default {
	background-color: #fff;
	border-color: #0f40fb;
	/*MAIN COLOUR*/
	color: #333;
}

.btn-primary {
	background-color: #0f40fb;
	/*MAIN COLOUR*/
	border-color: #0f40fb;
	/*MAIN COLOUR*/
	color: #fff;
}

.colour .btn-primary {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}

.btn-primary:hover {
	background-color: #0f40fb;
	/*SECOND COLOUR*/
	border-color: #0f40fb;
	/*MAIN COLOUR*/
	color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open&gt;.dropdown-toggle.btn-default {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

/* TOP NAV  */
.header {
	background: #fff;
}

.logo a {
	display: block;
	max-width: 230px;
}

.top-nav {
	padding-top: 0px;
}


.social-icons a {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	padding: 7px 10px;
	font-size: 12px;
}

.social-icons .register-buttons a {
	display: inline-block;
	background-color: #0f40fb;
	/*MAIN COLOUR*/
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 7px 10px;
	font-size: 12px;
}

.social-icons .register-buttons a:hover {
	background-color: #fb1532;
	text-decoration: none;
	/*SECOND COLOUR*/
}

.partners {
	display: table;
	width: 100%;
	text-align: center;
}

.partners .partner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

.partners .partner img {
	margin: 0 auto;
}

/* CONTACT BAR  */
.contact-details {
	color: #000;
	font-size: 12px;
	padding: 10px 15px;
}

.social-icons&gt;a {
	background-color: none;
	color: #1040fc;
	padding: 0;
	font-size: 24px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.contact-details i {
	font-size: 16px;
}

.social-icons {
	padding: 5px 15px;
}

/* MAIN TEXT  */
.text-homepage {
	background-color: #fff;
	/*GRAY LIGHT*/
	padding: 30px;
	margin: -52px 0 0;
}

.light .text-homepage0 {
	background-color: #333333;
	/* GRAY  DARK */
}

/* CTA  */
.home-ctas {
	text-align: center;
	padding: 30px 0;
}

.home-ctas .row {
	display: flex;
}

.home-ctas .column {
	margin: 0 0 30px;
}

.home-ctas .card {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2em 1.5em;
	background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
	background-size: 100% 200%;
	background-position: 0 2.5%;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: 0.5s;
}

.home-ctas h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1f194c;
	margin: 1em 0;
}

.home-ctas p {
	color: #575a7b;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.home-ctas .icon-wrapper {
	background-color: #0f40fb;
	position: relative;
	margin: auto;
	font-size: 30px;
	height: 2.5em;
	width: 2.5em;
	color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
}

.home-ctas .card:hover {
	background-position: 0 100%;
	text-decoration: none;
}

.home-ctas .card:hover .icon-wrapper {
	background-color: #ffffff;
	color: #0f40fb;
}

.home-ctas .card:hover h3 {
	color: #ffffff;
}

.home-ctas .card:hover p {
	color: #f0f0f0;
}

/**/
.cta i {
	color: #0f40fb;
	/*MAIN COLOUR*/
}

.cta a {
	display: block;
	background-color: #3d3d3d;
	/*GRAY LIGHT*/
	margin-bottom: 1px;
	padding: 20px 15px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	transition: padding 1s ease-in-out 0s;
}

.cta a:hover {
	background-color: #000 !important;
	border-left: 3px solid #0f40fb;
	/*MAIN COLOUR*/
	text-decoration: none;
	padding: 20px 15px 20px 35px;
}

.light .cta a {
	background-color: #333333;
	/* GRAY  DARK */
}

/* NEWS BOX */
.news-and-form form {
	padding: 30px 30px 15px;
	background: #fff;
	border-radius: 4px;
}

#news-revolver {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	overflow: hidden;
}

.news {
	background-color: #525252;
	padding: 0 15px;
	height: 254px;
	overflow: auto;
}

.news p {
	font-size: 12px;
}

/* QUOTE REVOLVER  */
.cbp-qtrotator {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	/* border-top: 1px solid #f4f4f4; */
	padding: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative;
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #0f40fb;
	/*MAIN COLOUR*/
	height: 2px;
	width: 0%;
	border-radius: 2px;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}
/**/
.news_item{
	margin: 0 0 30px;
	padding: 20px;
	background: #fff;
}
/* TESTIMONIALS  */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.testimonials .slick-track {
	display: flex;
}

.testimonials .slick-slide {
	height: auto;
}

@-webkit-keyframes bouncingarrow {
	0% {
		bottom: 0
	}

	70% {
		bottom: 0
	}

	77% {
		bottom: -14px
	}

	85% {
		bottom: 0
	}

	93% {
		bottom: -7px
	}

	100% {
		bottom: 0
	}
}

@keyframes bouncingarrow {
	0% {
		bottom: 0
	}

	70% {
		bottom: 0
	}

	77% {
		bottom: -14px
	}

	85% {
		bottom: 0
	}

	93% {
		bottom: -7px
	}

	100% {
		bottom: 0
	}
}

.partners-logo {
	padding: 10px !important;
	height: 60px !important;
}

.partners-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.home-testimonials-group .slick-slide {
	margin: 0 10px;
}

.partners-wrap .slick-slide {
	margin: 0 20px;
}

.stars i {
	font-size: 8px;
	color: #ff8f00;
	margin-right: 1px;
}

.partners-wrap {
	background: #fff;
	padding: 40px 0 !important;
}

.stars {
	margin-left: 5px;
}

.testinfo {
	margin-top: 10px;
}

.home-testimonials-group {
	margin-top: 20px;
}

.testimonials-section h1 {
	margin: 0 0 10px;
}

.testinfo h3 {
	margin-top: 0;
}

.home-testimonials-group .quote {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0px;
}

/**/
.testimonials strong {
	color: #999999;
}

.testimonials h1 {
	margin-bottom: 20px;
}

/* TESTIMONIALS  */
.testimonials-bubble,
.testimonials-bubble-point {
	background-color: #e1e1e1;
	/* DARK*/
}

.dark .testimonials-bubble,
.dark .testimonials-bubble-point {
	background-color: #fff;
}
.testimonials-bubble .avatar{
width:80px;
height:80px;
border-radius:50%;
background:#4285F4;
line-height:80px;
text-align:center;
font-size:20px;
color:#fff;
}
.blue.avatar{
background:#4285F4;
}
.red.avatar{
background:#DB4437;
}
.yellow.avatar{
background:#F4B400;
}
.green.avatar{
background:#0F9D58;
}
.orange.avatar{
background:#d47500;
}
.purple.avatar{
background:#b382b3;
}

.dark .testimonials-bubble h3 {
	font-size: 18px;
	color: #0f40fb;
	/*SECOND COLOUR*/
	text-transform: none;
	margin-bottom: 0px;
}

.dark .testimonials-bubble p {
	color: #212121;
	/*SECOND COLOUR*/
}

.dark .testimonials-bubble p.quote {
	color: #212121;
}





.colour .testimonials-bubble,
.colour .testimonials-bubble-point {
	background-color: #fff;
}




.colour .testimonials-bubble p {
	color: #333333;
	line-height: 18px;
}

.testimonials-bubble {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.testimonials-bubble:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 11px 0;
	border-color: transparent transparent transparent #e1e1e1;
	/* DARK*/
	content: "";
	position: absolute;
	top: 20px;
	left: 4px;
}

.testimonials-bubble-point {
	position: absolute;
	width: 50px;
	height: 30px;
	right: 0;
	bottom: -30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-transform: rotate(-30deg);
	/* IE 9 */
	-webkit-transform: rotate(-30deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-30deg);
}

/* HOMEPAGE QS  */
.quick-search-home-wrap {
	padding: 30px 0;
	background-color: #333333;
	/* GRAY  DARK */
}

@media (min-width: 992px) {
	.quick-search-home-wrap {
		padding: 0;
		background: none;
	}

	.quick-search-home {
		top: -200px;
		position: absolute;
		left: 0;
		padding: 15px;
		z-index: 99;
		background: rgba(0, 0, 0, .5);
	}

	.quick-search-home label {
		color: #fff;
	}
}

/* FEATURED */
.featured-icons {
	background-color: #cccccc;
	padding: 15px;
	color: #333333;
	/* GRAY  DARK */
}

.featured-price {
	background-color: #000;
	font-size: 16px;
	padding: 15px;
	text-align: right;
	margin-bottom: 30px;
}

a.featured-link {
	overflow: hidden;
	display: block;
	position: relative;
}

a.featured-link span.featured-hover {
	position: absolute;
	display: block;
	top: -197px;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	padding: 15px;
	color: #999999;
	font-size: 12px;
	text-align: right;
	transition: top 1s ease-in-out 0s;
}

a.featured-link:hover span.featured-hover {
	top: 0px;
}

.feature-area {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.feature-description {
	display: block;
	height: 177px;
	overflow: hidden;
	color: #FFF;
	font-size: 12px;
}

.Letsale {
	display: none;
}

.Salelet {
	display: none;
}

/* FOOTER  */
.footer-wrap {
	background-color: #f1f1f1;
	padding: 30px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #1040fc;
	/*GRAY LIGHT*/
}

.footer-wrap .row {
	padding-bottom: 30px;
}

.footer-wrap h4 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.footer-wrap ul {
	margin: 0;
	padding: 0;
}

.footer-wrap li {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

.footer-social a {
	display: inline-block;
	/* GRAY  DARK */
	color: #1040fc;
	font-size: 24px;
	width: 24px;
	text-align: center;
}

.footer-social a:hover {
	background-color: #0f40fb;
	/*MAIN COLOUR*/
}

.footer-wrap address {
	margin-bottom: 0;
	font-size: 18px;
	color: #fc1c3a;
}

/* FOOTER  */
.credit-wrap {
	background-color: #fff;
	padding: 10px 0;
}

.credit-wrap a {
	color: #ccc;
}

/* GNOMEN FOOTER LINK  */
.gnomen-link {
	display: inline-block;
	background-image: url(http://www.gnomen.co.uk/media/gnomen.co.uk/templates/base/gnomen_logo.png);
	width: 97px;
	height: 20px;
}

.gnomen-link span {
	display: none;
}

/* MYAREA  */

h3.myarea-header-title {

	font-size: 30px !important;
	font-weight: 300 !important;
	letter-spacing: -1px !important;

}

.btn.btnMyAreaPropertyDetails {

	border-radius: 30px !important;

}

.btn.btn-login-myarea {
	border-radius: 30px !important;
}

.myarea-login-wrapper h3 {
	font-weight: 400;
	margin-bottom: 20px !important;
}

.myareaGlobalWrap {
	margin-top: 148px;
}


.myarealogin-pagewrapper {

	background: #efefef;
	background: url('/media/design3.gnomen-europe.com/images/myarealogin.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.btn.btn-login-myarea {
	background: #0f40fb;
	float: right;
}

.myarea-login-wrapper input {
	box-shadow: none;
	height: 52px;
	padding: 0px 15px;
}

.myarealogin-header h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0f40fb;
	margin-bottom: 30px !important;
}

.regTo p,
.regTo h4 {
	color: #000;
}

.myarealogin-header p {
	text-align: center;
}

.myarea-login-wrapper {
	width: 600px;
	background: white;
	display: table;
	margin: 0 auto;
	padding: 40px 40px;
	border-radius: 10px;
	margin-top: 250px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 2px 20px -7px rgba(0, 0, 0, 0.77);
	-moz-box-shadow: 0px 2px 20px -7px rgba(0, 0, 0, 0.77);
	box-shadow: 0px 2px 20px -7px rgba(0, 0, 0, 0.77);
}

.myarealogin-header h3 {
	margin: 0;
}

.myareaGlobalWrapper p {
	margin-top: 0;
}

.myarea-details-title {
	font-size: 20px;
	font-weight: 400;
}

.myareaGroupWrapper .form-control {

	box-shadow: none;
	border-radius: 3px !important;
	height: 52px;
	font-weight: 400;
	background-color: #ffffff !important;

}

.myarea-input-hint {

	margin-top: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: #b1b1b1;

}

.myareaGroupWrapper .form-control {
	box-shadow: none;
	border-radius: 3px !important;
	height: 52px;
	font-weight: 400;
	background-color: #ffffff !important;
}

.myarea .nav-pills&gt;li.active&gt;a,
.myarea .nav-pills&gt;li.active&gt;a:hover,
.myarea .nav-pills&gt;li.active&gt;a:focus {
	background-color: #00cccc;
	/*MAIN COLOUR*/
	color: #fff;
}

/* RESULTS  */
.results-qs {
	background-color: #ccc;
	/* GRAY  DARK */
	padding: 30px 0 0;
	margin: 0 0 30px;
}

.results-qs .panel-heading {
	display: none;
}

.results-qs .panel {
	border: none;
	background: none;
	box-shadow: none;
}

.results-qs .panel-body {
	padding: 0;
}


.results-count-wrap p {
	font-size: 28px;
	color: #0f40fb;
	/*SECOND COLOUR*/
}

.results-pagination {
	padding: 0 0 30px;
	font-size: 20px;
}

.gm-style-iw {
	background-color: #333333;
	/* GRAY  DARK */
	padding: 0 15px;
}

.map-window h3 {
	color: #0f40fb;
	/*MAIN COLOUR*/
}

.results-icons {
	background-color: #cccccc;
	padding: 15px;
	color: #333333;
	/* GRAY  DARK */
}

.results-price {
	background-color: #000;
	font-size: 16px;
	padding: 15px;
	text-align: right;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.results-link img {
		height: 198px;
	}
}

@media (min-width: 1200px) {
	.results-link img {
		height: 242px;
	}
}

a.results-link {
	overflow: hidden;
	display: block;
	position: relative;
}

a.results-link span.results-hover {
	position: absolute;
	display: block;
	top: -197px;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	padding: 15px;
	color: #999999;
	font-size: 12px;
	text-align: right;
	transition: top 1s ease-in-out 0s;
}

a.results-link:hover span.results-hover {
	top: 0px;
}

.results-area {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.results-description {
	display: block;
	height: 177px;
	overflow: hidden;
	color: #FFF;
	font-size: 12px;
}

/* DETAILS  */
.details {
	padding: 0 0 70px;
}
.details #slider1_container img {
display:block;
 /* width: 100% !important; */
 width: auto ; 
  height: 100% !important;
  position: static !important;
  margin: 0 auto !important;
}
.details-address1-wrap {
	position: absolute;
	top: 120px;
	left: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	min-width: 450px;
	height: 100px;
}

.detail-price-wrap {
	position: absolute;
	top: 220px;
	left: 0;
	padding: 0 15px;
	background: rgba(0, 0, 0, .7);
	z-index: 999;
	min-width: 450px;
}

h3.details-address1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 5px;
}

h4.details-address1 {
	font-size: 22px;
	text-transform: none;
	color: #fff;
	margin: 0;
}

h1.detail-price {
	font-size: 20px;
	text-transform: none;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	margin: 15px;
}

h1.detail-price small {
	color: #fff;
}

.details-address2 small {
	color: #212121;
}

h1.detail-price a {
	color: #fc1835;
}

.Saledetails-sale {
	background-color: #e7e7e7;
	/*  DARK */
	padding: 15px;
	line-height: 12px;
	display: block;
	margin: 20px 0 0;
}

.Salefor-sale {
	display: inline-block
}

.Salefor-let {
	display: none
}

.Letfor-sale {
	display: block
}

.Letfor-let {
	display: inline-none
}

.details-tabs-wrap .nav {
	background-color: #fff;
	/*MAIN COLOUR*/
	;
	margin: 2px 0 30px;


}

.details .details-col1&gt;.tab-content {
	padding: 20px;
	background: #fff;
}

.details .nav-tabs&gt;li&gt;a {
	color: #212121;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	/*GRAY LIGHT*/
	background-color: #fff;
	/*MAIN COLOUR*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px 40px;
	font-size: 12px;
	margin: 0;
}

.details .nav-tabs&gt;li&gt;a:hover,
.nav-tabs&gt;li&gt;a:focus {
	background-color: #0f40fb;
	/*SECOND COLOUR*/
	color: #fff;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	/*GRAY LIGHT*/
}

.details .nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
	background-color: #0f40fb;
	color: #fff;
	padding: 15px 40px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	/*GRAY LIGHT*/
}

.details .nav-tabs {
	border: none;
	font-size: 16px;
}

.details .nav-tabs&gt;li {
	margin-bottom: 0;
}

.details .panel-heading {
	border-radius: 0;
	background-color: #e7e7e7;
	border: none;
	padding: 0 15px;
}

.details .panel {
	border-radius: 0;
	background-color: #e7e7e7;
	border: 1px solid #cecece;
}

.details .panel-heading h3.panel-title {
	color: #0f40fb;
	/*MAIN COLOUR*/
	font-size: 16px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}

.details .panel {
	box-shadow: none;
	border-radius: 0;
}

.details .panel-body {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0 15px 15px;
}

.details .details-pane-viewing .panel-heading h3.panel-title {
	color: #f90;
	/*SECOND COLOUR*/
	display: block;
	margin: 0;
}

.details .details-pane-viewing .panel-heading {
	background-color: #fff;
	/*MAIN COLOUR*/
	padding: 15px;
}

.details .details-pane-viewing .panel-body {
	background-color: #fff;
	/*MAIN COLOUR*/
	padding: 15px;
}

.details .list-group a:hover {
	background-color: #0f40fb;
	/*SECOND COLOUR*/
}

.enquiry-form {
	background-color: #0f40fb;
	/*MAIN COLOUR*/
}

.enquiry-form label {
	color: #0f40fb;
	/*SECOND COLOUR*/
	margin: 0;
}

.enquiry-form .btn-primary {
	background-color: #0f40fb;
	/*SECOND COLOUR*/
	color: #0f40fb;
	/*MAIN COLOUR*/
}

.enquiry-form .btn-primary:hover {
	background-color: #0f40fb;
	/*MAIN COLOUR*/
	color: #0f40fb;
	/*SECOND COLOUR*/
	border: #c6f000 1px solid;
	/*SECOND COLOUR*/
}

.details .social-icons-wrap {
	margin: -85px 0 0;
	position: relative;
	z-index: 999;
}

.details .details-icons-wrap {
	color: #212121;
	background: #fff;
	position: relative;
	z-index: 999;
	font-size: 16px;
	margin: -35px 0 0;
}

.details-icons div {
	padding: 25px 0 25px 25px;
	display: inline-block;
}

.share-email-link,
.share-facebook-link,
.share-twitter-link {
	display: inline-block;
	text-align: center;
	width: 40px;
	color: #fff;
	padding: 15px 0;
}

.share-email-link {
	background-color: #0f40fb;
	/*MAIN COLOUR*/
}

.share-facebook-link {
	background-color: #3b5998;
}

.share-twitter-link {
	background-color: #1dcaff;
}

/**/
/**/
.hide__0,
.hideitem___ {
	display: none !important;
}

.dark.latest-properties {
	padding-bottom: 0;
}

.prop_col {
	margin: 0 0 30px;
}

.thumbnail {
	padding: 0;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	border-radius: 5px;
	margin-bottom: 2px;
	overflow: hidden;
}

.thumbnail a:focus,
.thumbnail a:hover {
	text-decoration: none;
	outline: none;
}

.recent-picture {
	position: relative;
}

.recent-picture img {
	width: 100%;
	object-fit: cover;
	height: 230px;
}

.hhbg {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.price-badge-recent {
	position: absolute;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	font-family: "Montserrat", sans-serif;
	background: #fff;
	bottom: -1px;
	padding: 10px 20px;
	margin-left: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.frequency {
	font-size: 12px;
	position: relative;
	top: -5px;
	margin-left: 5px;
}

.type-badge-recent {
	position: absolute;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background: #fb1532;
	top: 20px;
	left: 20px;
	padding: 4px 8px;
	border-radius: 5px;
	text-transform: uppercase;
}

.thumbnail .caption {
	padding: 0px;
}

h4.address1-recent {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 20px 0;
	padding: 0px 20px;
	margin-bottom: 0;
	letter-spacing: -0.5px;
}

span.sub-address2-recent {
	font-size: 14px;
	padding: 0px 20px;
}

.pty {
	position: absolute;
	right: 35px;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	background: #FFF;
	padding: 4px 8px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: -35px;
	border: 1px solid black;
}

.icon-wraper-recent {
	padding: 20px 0;
	background: #fff;
	margin-top: 10px;
	padding-top: 0;
}

.icons-wrap-inside-recent {
	padding: 0px 20px;
}

.flex-center {
	display: flex;
	align-items: center;
}

.icon-wraper-recent .far.fa-bath,
.icon-wraper-recent .far.fa-couch,
.icon-wraper-recent .far.fa-bed {
	margin-right: 0;
}

span.text-icons {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 500;
}

.icon-wraper-recent .fal.fa-times {
	margin-right: 4px;
}

span.number-icons {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.boti {
	margin-top: 2px !important;
	display: block;
}

/**/
.vtour_holder .vtour_thumb {
	display: block;
	position: relative;
	color: #212121;
}

.vtour_holder .top_vr_icon {
	position: absolute;
	font-size: 17px;
	line-height: 17px;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 70px;
	text-align: right;
}

.vtour_holder .top_vr_icon i {
	margin: 0 5px 0 0;
}

.vtour_holder .play_icon {
	position: absolute;
	font-size: 100px;
	line-height: 100px;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -50px 0 0 -50px;
}

.vtour_holder_sidebar {
	padding: 0 !important;
}

.details .panel.tour_panel {
	border: none;
}

/**/
/* CONETNT  */
.light {
	padding: 30px 0;
}

.dark {
	padding: 30px 0;
	background-color: #f1f1f1;
	/* GRAY  DARK */
}

.dark .panel-body {
	background-color: #3d3d3d;
	/*GRAY LIGHT*/
}

.light .panel-body {
	background-color: #f3f3f3;
	/* GRAY  DARK */
}

.dark h1 {
	color: #212121;
}

.colour {
	padding: 30px 0;
	background-color: #f1f1f1;
	/*MAIN COLOUR*/
}

.colour h1,
.colour p {
	color: #212121;
}

.featured4-wrap p {
	color: #000;
}


.myarea .panel-heading {
	background: #333;
	color: #fff;
	padding: 5px;
}

.myarea .panel-body {
	background: #3d3d3d;
}

.myarea li {
	color: #919191;
}

.myarea {
	color: #919191;
}

.myarea h1 {
	margin: 20px 0;
}

.myarea .panel-heading .panel-title {
	margin: 10px 0;
}

.myarea label {
	color: #fff;
}

.myarealogin-icon {
	color: #fff;
}

.myarealogin strong {
	font-size: 18px;
	color: #0f40fb;
	/*SECOND COLOUR*/
	margin-bottom: 10px;
	display: inline-block;
}

.myarealogin p {
	margin-top: 30px;
}


.myarea .nav&gt;li&gt;a:focus,
.myarea .nav&gt;li&gt;a:hover {
	background-color: #000;
}

@media (max-width: 992px) {
	.quick-search-home-wrap {
		background-color: #ccc;
	}

	#nav li a {
		padding: 10px;
	}

	.partners {
		display: block;
	}

	.partners .partner {
		display: inline-block;
		width: 33%;
	}

	.home-ctas .row {
		display: block;
	}

	#news-revolver {
		margin: 0 0 30px;
	}
.details #slider1_container {
    height: 500px !important;
}
.details #slider1_container div{
    width: 100% !important;
}
.details #slider1_container &gt; div{
    transform: scale(1) !important;
}
.footer-social{
padding-top:20px;
text-align:center !important;
}
}

@media (max-width: 768px) {
	.myarea .nav-pills&gt;li {
		float: none;
		border-bottom: 1px solid #efefef;
	}

	.myareaGlobalWrap {
		margin-top: 78px;
	}

	.logo {
		text-align: center;
	}

	.social-icons {
		display: none;
	}

	.partners .partner {
		width: 100%;
	}

	.details-wrap .nav-tabs&gt;li,
	.details-tabs .nav-tabs&gt;li {
		width: 50%;
	}
}

.myarea-calendar-wrap {
	background: #333;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 -20px;
}

.Studiobed,
.Studiodetails,
.mortgage-Let,
.S-let,
.Sale-let,
.Letfor-sale,
.Lsale,
.Slet {
	display: none;
}

.details .details-pane-viewing.mortgage-Sale .panel-heading h3.panel-title {
	color: #0f40fb;
}

.details-pane-viewing.mortgage-Sale .panel-body {
	background: #fff;
	padding-top: 5px;
}

.details .details-pane-viewing.mortgage-Sale .panel-heading {
	background-color: #fff;
}

#sdate {
	color: #000;
}

.table.table-hover tr:hover td {
	color: #0f40fb;
}

#pmsbrochure i {
	color: #fff;
	font-size: 12px;
}

#pmsbrochure:hover i {
	color: #fff !important;
}

#pmsbrochure a:hover {
	color: #fff;
	text-decoration: none;
}

#pmsbrochure ul {
	margin: 0;
	padding: 12px 0;
	list-style: none;
	display: inline-block;
}

#pmsbrochure a {
	padding: 15px 20px 15px 5px;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
}

#pmsbrochure:hover {
	background-color: #0f40fb;
	color: #fff !important;
}

#pmsbrochure {
	padding: 0 10px;
}</pre></body></html>