
 

.ui-widget.ui-widget-content {z-index:9999;}


.ui-autocomplete {
	background: #1d1a47;
	color:#fff!important;
	list-style: none;
	border: none;
	width: 250px; /* Change to the correct width */
	padding: 5px;
	z-index:9999;
}

.ui-autocomplete li:hover {
	background: #12112e;
	cursor: pointer;
}

.ui-autocomplete li a {
	padding: 10px;
	display: block;
	color:#fff!important;
}

.ui-autocomplete li a:hover {
	border: none;
}



#main-address_keyword .form-control input {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 10px!important;
    font-size: 1em!important;
    color: #555555!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px!important;
    border: none;
    height: 46px;
    background: #fff;
}


 



.little-font {
	font-size:12px;
}

.fee-table {
	font-size: 16px!important;
}

#reportMaint .modal-body {
    background: #fff;
    padding: 5px!important;
	text-align: center;
	 
}
#reportMaint .modal-body p {
    color: #28245e;
    text-align: center;
}

.bottom-quicklinks p {
	line-height: 3.2em!important;
	font-size:17px!important;
}

.footer-paragraphs p {
	line-height: 3.2em!important;
 }

footer {
	color: #fff!important;	
}
.footer {
	color: #fff!important;	
}

.footer-paragraphs1 p {
   line-height: 3.4em;
   font-size: 14px!important;
}

.footer-paragraphs1 a {
 	color: #fff!important;
 }
.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

 



.img-responsive-center {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	}

.blog a {
	color:#fff!important;
}

.blog-sidebar a {
	color:#333!important;
}


.table-striped {
	border: 1px solid #ddd;
	margin-top: 30px;
padding: 20px;
font-size:13px;
}

.table-bg-blue {
	background: rgba(40,36,94,0.70);
	color:#fff;
}

.slide-control-left  {
	color:#fff!important;
}

.slide-control-right  {
	color:#fff!important;
}

header a {
	color:#fff!important;
}

.dropdown-menu { 
	background-color: #28245e;
	min-width:260px;
}

 

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffca31!important;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffca31!important;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: transparent;
}


.value-bg-grey {
	background: #edece8; 
	padding: 60px 0;
} 

.gdpr-consent {
	font-size:14px;
}


.laptop {
	width:300px;
}
.button2  {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border: none;
	 margin: auto 0;
	  font-weight: 400;
	 text-align: center;
	 line-height: 3em;
	 color:#fff!important;
}

.btn-red, a:focus.btn-red{
	background: #e40943;
	color: #fff!important;	
	border: 2px solid #e40943;
}

a:hover.btn-red {
	background: #b00734;
	color: #fff!important;
	border: 2px solid #b00734;
}

.btn-red-value, a:focus.btn-red-value{
	background: #e40943;
	color: #fff!important;	
	border: 2px solid #e40943;
	padding: 5px 60px;
}

a:hover.btn-red-value {
	background: #b00734;
	color: #fff!important;
	border: 2px solid #b00734;
}
 

 ul.bullets {
	list-style-image: url('/images/bullet.png');
	margin: 40px;
	}

	li.bullets {
		margin: 15px 0;
		 }


  a {
		color:#e40943!important;
			text-decoration: underline;
		}	 

.turquoise-links a {
	color:#02b1f0!important;
	text-decoration: underline;
}

.red-links a {
	color:#a80c35!important;
	text-decoration: underline;
}

.testimonials-text {
	font-style: italic;
	font-size:20px;
	text-align: center!important;
	color:#2f4878;
}

/* CSS Reset */
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

.no-padding-no-margin {
	margin: 0px;
	padding: 0px; 
}


#googlemap {
	width: 100%;
	height: 500px;
}
/* CSS Reset */

 

.section-box-ten {
     color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom:30px;
}

.section-box-ten figure {
	color: #fff!important;
    position: absolute;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: radial-gradient(#192842,#2f4878);
    background: -webkit-radial-gradient(#192842,#2f4878);
    background: -moz-radial-gradient(#192842,#2f4878);
    background: -o-radial-gradient(#192842,#2f4878);
    background: -ms-radial-gradient(#192842,#2f4878);
    -o-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	bottom: -82%;
}

.figure-words {
	line-height: 1em;
	color: #fff!important;
    position: absolute;
	text-align: center!important;
	bottom: 20px;
	left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
	z-index:100;
}
   

@media (min-width: 1201px) {
    .section-box-ten {
        height: 300px;
  }
}

  @media (max-width: 1200px) {
    .section-box-ten {
        height: 300px;
  }
}
 
 

.section-box-ten  figure {
    opacity: .75;
}

.section-box-ten:hover figure {
    opacity: .75;
}

 

.section-box-ten img {
    width: 100%;
    height: 100%;
} 

.section-box-ten a {
	color: #fff!important;
	text-align: center!important;
}

.section-box-ten a:hover {
    color:#ffca31!important;
}


.margin-top-30 {
	margin-top:30px;
}


.welcome h2 {
	font-weight: 800;
	font-size: 28px;
	margin:40px 0 40px 0;
 }

.footer h4 {
	 color:#fff;
 }

 .bottom-icons img {
	width:50px;
	margin:10px;
}

.bottom-icons   {
 	margin-top:30px;
}
 



.bg-white {
	background-color: #ffffff;
}

.bg-blue {
	background-color: #2f4878;
}

.twenty img {
	max-width: 180px;
	margin-bottom: 0;
}


 

@media (max-width:420px) {
	a.xmas-box {
		line-height: 20px;
		padding-top: 35px;
		font-size: 18px;
	}

}

#val-open .well {
    background-color: transparent;
  }
  #val-open .gdpr-consent p {
    margin-bottom: 1em;
  }
  #val-open  .gdpr-consent p a{
    color: #e40943;
  }



body, html {margin: 0px; padding: 0px;height: 100%; font-family: 'Open Sans', sans-serif; font-weight:400; font-size:16px; color:#555; line-height:1.5;}


/* bases */
a, a:hover, a:focus {-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;text-decoration:none;outline:0 !important;-webkit-box-shadow:none;box-shadow:none; color:#28245e;}
input{width: 100%;margin: 0px 0px 15px 0px;padding: 10px;font-size: 1em;color: #555555;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border: none;height: 46px;background: #fff;}
label{font-size: 14px;margin-bottom: 15px;display: block;font-weight:400;}
textarea{width: 100%;margin: 0px 0px 15px 0px;padding: 10px;font-size: 1em;color: #555555;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border: none;
-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff;min-height: 107px;resize: vertical;}
select{width: 100%;margin: 0px 0px 15px 0px;padding: 10px;font-size: 1em;color: #555555;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;height: 46px;background: #fff; background: url(/images/select-bg.png)  95% center no-repeat #fff;}
input[type=checkbox] {height:15px;width: 15px;padding: 0px;margin: 0px 0px 0px 0px;}
input[type=radio] {height:15px;width: 15px;padding: 0px;margin: 0px 0px -10px 0px;}
label.error {color: #f8910e;display: block;white-space: nowrap;}

#viewing input,#viewing select,#viewing textarea {background: #eee;}
#viewing form {margin-top:60px;}
.captcha {margin-bottom: 15px; }
.val-field{
	position:relative;
	
}
.val-field .require{
	position: absolute;
	top: 0px;
	right: 15px;
	line-height: 40px;
	color: #d40d44;
	
}

.val-field-left{
		float: left;
		width: 48%;
	
}

.val-field-right{
	float: right;
	width: 48%;
	
}



.val-field label{
	color: #fff;
	line-height: 40px;
	
}

.val-field label.error, label.error {
	color: #d40d44;
	display: block;
	white-space: nowrap;
}
	

.val-field input {
	color: #555;
	line-height: 40px;

	
}


::-webkit-input-placeholder { font-size: 1em; color: #555; }
::-moz-placeholder { font-size: 1em; color: #555; }
:-ms-input-placeholder { font-size: 1em; color: #555; }
input:-moz-placeholder { font-size: 1em; color: #555; }

.place-colour::-webkit-input-placeholder { color: #fff; }
.place-colour::-moz-placeholder { color: #fff; }
.place-colour:-ms-input-placeholder { color: #fff; }
input.place-colour:-moz-placeholder { color: #fff; }

.clearfix { clear:both; float:none;}

.row {padding: 20px 0px 20px 0px;}
.row-nopad {padding: 0px 0px 0px 0px;}
.row-marg-botpad {padding: 0px 0px 50px 0px;}
.row-marg {margin: 20px 0px 20px 0px;}

.lt-grey {background: #edece8; }
.white-bg {background: #fff; }
.red-bg {background: #d40d44; }
.yellow-bg {background: #ffca31; }
.animated-spin {text-align: center; font-size: 2em; margin-top:10px;color: #d40e44;}

/* TEXT CLASSES */


h1, .h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 0.75em 0;
	color: #e40943;;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	
	
	}
	
	h1 strong, .h1 strong {	font-weight:600;}

h2, .h2 {
	font-size: 2em;
	line-height: 1.2;
	margin: 0 0 0.75em 0;
	color: #2a2357;
	font-family: 'Raleway', sans-serif;
font-weight:200;

	
	}
	
	
h3, .h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 1.5em 0;
	font-family: 'Raleway', sans-serif;
	color: #2a2357;
font-weight:200;
	
	}
	

h4, .h4 {
	font-size: 1.25em;
	line-height: 1.2;
	color: #2a2357;
	margin: 0 0 0.75em 0;
	
	
	}	

h5, .h5, p, .p{
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 2em 0;
		font-weight: 400;
		text-align:justify;
	

	}
	
	.center{text-align:center;}
	.left-text{text-align:left;}
	.center-image {margin:30px auto 30px auto;}
	.red-sml {font-size: 0.6em; color:#e40943;font-weight:500;}
.lrg-red{font-size: 1.4em; color:#e40943; font-weight:bold;}
	.red {color:#e40943;}
	.white {color:#fff;}
	.header-marg {margin-bottom:50px;}
.sml-text {font-size: 0.8em; font-weight: 400;}
	
	
.ul-fullwidth {width:95%; margin-top: 30px; margin-bottom: 50px;}
	
	li{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
		font-weight: 400;
		text-align:left;

	}
	
	.mailing-list {background: #fff; border: 1px solid #2a2357; border-radius:3px; margin-bottom:30px; padding:0px 10px 0px 10px;  }
	.mailing-list input {margin:0px; padding:0px;font-family: 'Raleway', sans-serif;  }
	.mailing-list .send { text-align:right;}

	
	
	
	.button  {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border: none;
   color: #003067;
   margin-top: 0px;
     margin-bottom: 0px;
	 margin-left: auto;
	  margin-right: auto;
	  display: block;
	  font-weight: 400;
		width: 100%;
		text-align: center;
	  
}

.button-marg-bottom {margin-bottom:15px;}

.btn-blue, a:focus.btn-blue{
	background: #28245e;
	color: #fff;	
	border: 2px solid #28245e;
}

a:hover.btn-blue {
	background: #28245e;
	color: #fff;
	border: 2px solid #28245e;
}



.btn-blue-ghost,  a:focus.btn-blue-ghost{
	background: #fff;
	color: #28245e;	
	border: 1px solid #28245e;
}

a:hover.btn-blue-ghost{
	background: #adabc7;
	color: #fff;	
	border:1px solid #adabc7;
}


.btn-ghost,  a:focus.btn-ghost{
	background: transparent;
	color: #fff;	
	border: 1px solid #fff;
}

a:hover.btn-ghost{
	background: #ba0b3d;
	color: #fff;	
	border:1px solid #ba0b3d;
}

.btn-red-ghost,  a:focus.btn-red-ghost{
	background: #fff;
	color: #E40A44;	
	border: 1px solid #E40A44;
}

a:hover.btn-red-ghost{
	background: #da9eae;
	color: #fff;	
	border:1px solid #da9eae;
}



/* CONTENT */
.buying-section{background: url(/images/team.jpg) no-repeat center left; }
/*.selling-section1{background: url(/images/team.jpg) no-repeat center right; }*/
.block-section{padding:40px;min-height: 400px;}

.red-bg h2, .red-bg p, .red-bg a  {color: #fff;	}

.content h1 { text-align: center}
	.content  .set-para {display:block; height: 100px;}
.office {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
box-shadow: 0px 0px 5px 2px rgba(238,238,238,1); padding: 20px; margin-bottom: 20px; }
.office-image {margin-bottom:30px; width: 100%;}
.office-image-border {border:10px #eee solid;}

/*BLOGS */

.blog-filter {display:none;}
.blog-filter li { border-bottom: 1px #ccc solid; padding:15px;}

.content .blog-filter li a,.content .blog-filter li a :hover { color:#333;}


.blog {
	background: #fff;
	display: block;
	margin-bottom: 30px;
	height: 450px;
	   	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
position:relative;

	
}

.blog .view-blog{ display:block; position:absolute; bottom: 0px; width: 100%; padding: 20px; background: #d20e44; color:#fff; text-align:left; font-size:18px;}
.blog .view-blog .fa-arrow-right{ float: right;}




.article {
	background: #fff;
	display: block;
	padding: 30px;
	height: auto;
	 
}

.blog .image-container{
	height: 220px;
	overflow:hidden;
	display:block;
	
}
.blog h3{
	color: #333;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 20px 20px 10px 20px;
	margin-bottom: 0px;
	
}

.blog h1{
	color: #28245e;
	font-size: 28px;
	line-height: 33px;
	font-weight: bold;
	padding: 0px;
		
	
}


.blog h3 em, .blog h1 em{
	color: #666;
	font-size: 0.8em;
	margin-bottom: 0px;
	font-style:normal;
	font-weight: 400;
	
}

.blog p{
	color: #333;
	padding: 0px 20px 20px 20px;
	text-align:left;
	line-height: 1.5;
	
}

.article p{
	color: #333;
	padding: 20px 20px 20px 20px;
	
}




.blog-sidebar ul{
	margin: 0px 0px 30px 0px;
}



.blog-sidebar h2{


		font-size: 24px;
	line-height: 28px;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px 0px 20px 0px;
	color: #28245e;
		
}

.blog-sidebar img{
	margin: 0px 0px 35px 0px;
	width: 250px;
	
	
}

.blog-sidebar .zoopla{
	width: 200px;
	
	
}


.blog-sidebar li a {
		font-size: 16px;
		line-height: 24px;
	color: #333;
	margin: 0px 0px 8px 0px;
	text-align: left;
	display:block;
	
	
}

.blog-sidebar li a:hover {
	
	color: #ccc;
	
	
}

.follow-link {
	display:block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-right: 5px;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   margin-bottom: 25px;
	
}

a:hover.follow-link {
		color: #fff;
}

a:hover.facebook{
		background: #3b5998;
}

a:hover.twitter{
		background: #4099FF;
}

a:hover.google{
		background: #d62d20;
}

a:hover.youtube{
		background: #e52d27;
}


.blog-pagination{width: 100%; display:block; }
.blog-pagination a { position:relative;float:left;margin-left:5px;padding: 6px 12px;line-height:1.42857143;color:#28245e!important;text-decoration:none;background-color:#fff;border:3px solid #28245e;}

/* HEADER */

header{ padding:15px; position:fixed; top:0px; width:100%; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; border-top: solid 10px #ffca31; display:block; z-index:1000;}
header ul{ padding-top:15px; margin-top:0px; width: 100%; text-align:center; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}


header li{display:inline-block; }
header li a,header li a:focus{ color:#fff; font-weight:400; margin-left: 8px;}
header li a:hover{ color:#ccc;}

.logo-contain {display:block; float: left; padding-top: 0px; }
.menu-contain {float: left;  display:block; width: 10%;}
.navigation {float: left;  display:block; width: 80%; }
.logos {margin: 0px auto; max-height:809px;}
.logo { margin-top:0px; float: left;}
.logo img { width:100%;}
.homelogo { opacity: 0;}



.navbar-toggle { color:#fff!important; font-size: 2em; padding-top: 12px;}
.contact-btn, a:focus.contact-btn  {float:right; display: block; border:1px solid #fff; width:40px; height:40px; border-radius: 50%; text-align:center; color:#fff; line-height:40px; margin-left:8px; margin-top:10px;}
a:hover.contact-btn {background:rgba(255,251,251,0.30);border:1px solid rgba(255,251,251,0); color:#fff;}

.menu-mobile {display:block; position:fixed; width:100%; height: 100%; background:rgba(40,36,94,0.70); z-index:3000;}
.menu-close {display:block; position:fixed; color:#fff!important;  z-index:4000; font-size: 2em; top:20px; right:42px;}
a:hover.menu-close, a:focus.menu-close {color:#fff!important;}
.menu-mobile-off {display:none;}
.menu-mobile ul{ padding:30px; margin-top: 20px;}
.menu-mobile li a{ color:#fff!important; font-weight:400; text-align:center;display:block;}


.affix, .bluebg-head{
 position: fixed;
 top:0px;
 left:0px;
 
 background: rgba(40,36,94,0.70);
 border-top: solid 10px #ffca31;

}

.affix li a:hover, .bluebg-head li a:hover{ color:#656191; font-weight:400;}
.affix .homelogo,.bluebg-head .homelogo{ opacity: 1;}



/* HEADER */


.top-image {
	height:45%; 
	width:100%; 
	display: table; 
	overflow:hidden; 
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

 


.home-page-land {height:100%; width:100%; display: table; overflow:hidden; z-index: 50;  -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}

@media screen and (max-width:1580px){.home-page-land {height:100%;}}
  
	.buy-page-land {height:45%; width:100%; display: table; overflow:hidden; background:url(/images/buying-property-york.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  .news-update {height:65%; width:100%; display: table; overflow:hidden; background:url(/images/ashtons-lettings.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

	.team-page-land {height:65%; width:100%; display: table; overflow:hidden; background:url(/images/contact-ashtons-team2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}


.lettings-page-land {height:65%; width:100%; display: table; overflow:hidden; background:url(/images/ashtons-lettings2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
  .land-page-header {display:table-cell;height:100%; width: 100%; vertical-align:middle; text-align:center;  z-index:50; }
  .search-page-header {display:block;height:100%; width: 100%; text-align:center;  z-index:50; }
   .buy-page-land .land-page-header {background:rgba(0,0,0,0.3); }
  .land-page-header p{ text-align:center; color:#fff; font-size: 3.5em; line-height:0.8; margin:20px 0px 30px 0px; font-family: 'Raleway', sans-serif; font-weight:200;}
  .land-page-header span {font-size: 0.6em; }
  .land-page-header h1{ text-align:center; color:#fff; font-size: 3em; line-height:1; margin:0px; 	}
  .search-page-header h1 {background:rgba(0,0,0,0.3);height:100%; width: 100%;display:block; padding-top:150px; }
  .land-page-header h1 span {font-size: 0.6em; }
  .land-page-header .home-page-links { margin: 0px auto 0px auto; clear:both; display:block;}
  .land-page-header .home-page-links .row{
	padding:0;
  }


  .circle-links-bg {
 	padding: 30px 0;
	margin: 10px auto 10px auto;
   }

   @media (min-width: 768px)  {
	.circle-links-bg {
		width: 700px;
	   }
   }
   
   @media (max-width: 767px)  {
	.circle-links-bg {
 	   }
   }



  a.circle-links  { 
	  text-align:center; 
	  color:#fff!important; 
	  display:inline-block; 
	  border:1px solid #fff; 
	  border-radius:50%; 
	  width:100px; 
	  height:100px; 
	  line-height: 100px; 
	  margin:0px 50px 50px 50px;
	}

	a.circle-links3  { 
		text-align:center; 
		color:#fff!important; 
		display:inline-block; 
		border:1px solid #fff; 
		border-radius:50%; 
		width:100px; 
		height:100px; 
		line-height: 114px; 
		margin:0px 50px 0px 50px;
 	  }


	a.circle-links2  {
		text-align:center; 
		color:#fff!important; 
		display:inline-block; 
		border:1px solid #fff; 
		border-radius:50%; 
		width:100px; 
		height:100px; 
		line-height: 20px; 
		padding-top: 30px;
		margin:0px 50px 0px 50px;
	}

	.marg-top-90 {
		margin-top: 90px;
	 }

	.marg-top-60 {
		margin-top: 60px;
	 }

	.marg-top-30 {
		margin-top: 30px;
	 }
	 
	 .marg-bott-30 {
		margin-bottom: 30px;
	 }
	 
	 .marg-top-10 {
		margin-top: 10px;
	 }
	 
	 .marg-bott-10 {
		margin-bottom: 10px;
	 }
	 
	 .big-white-border-bottom {
		border-bottom:30px solid #fff;  
	 }

	

    .land-page-header  img {margin: 40px auto 40px auto;}
	
	
	.fullscreen-bg {
 position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;

}





.fullscreen-bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

@media screen and (max-width:1600px){.fullscreen-bg_video{ min-width:1600px;}}
  @media screen and (max-width:1024px){.fullscreen-bg video { display:none !important;}}
  
 /* SEARCH */ 
 
 
  
.modal{z-index:3000;}
.close-mod { color:#fff!important; position:absolute; right:5%; top:5%; font-size:2.5em; cursor:pointer; z-index:3000;}
.modal-content{padding-top:0%;position:relative;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0);border-radius:0px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0);box-shadow:0 3px 9px rgba(0,0,0,0);background-color: transparent;}

.modal-backdrop{position:fixed;top:none;right:0;bottom:0;left:0;z-index:1040;background-color:rgba(24,23,28,0.9);}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=100);opacity:1}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;border:none;}
.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:20% 15px 15px 15px; color:#fff;}.modal-body p{color:#fff;}
.modal-body-val {padding:10% 15px 15px 15px;}
.modal-body-fees {padding:10% 15px 15px 15px;}
  @media (max-width:991px){.modal.in .modal-dialog{-webkit-transform:translate(0,0%);-ms-transform:translate(0,0%);-o-transform:translate(0,0%);transform:translate(0,0%)} }
  @media (min-width:768px){.modal-dialog{width:auto;max-width: 970px;}#search .modal-dialog,#search-let .modal-dialog{width:auto;max-width: 700px;}}

#search .nav-pills, #search-let .nav-pills  {width:100%; }
#search .nav-pills>li>a,#search .nav-pills>li>a:hover,#search-let .nav-pills>li>a,#search-let .nav-pills>li>a:hover{border-radius:0px;background-color: transparent; color:#fff!important; padding: 0px;  font-size: 1.5em;margin: 0px 20px 20px 0px;}#search .nav-pills>li.active>a,#search .nav-pills>li.active>a:hover,#search .nav-pills>li.active>a:focus,#search-let .nav-pills>li.active>a,#search-let .nav-pills>li.active>a:hover,#search-let .nav-pills>li.active>a:focus{color:#fff!important;background-color: transparent;}
#search .submit,#search-let .submit  { border: none; color: #fff; background: #e40a44; width: 100%; padding: 12px 0px 12px 0px;  font-weight: 400; font-size: 1em; margin-bottom: 0px;margin-top: 15px;}


#search .nav-pills .active .fa-circle-thin, #search .nav-pills .fa-circle,#search-let .nav-pills .active .fa-circle-thin, #search-let .nav-pills .fa-circle {display: none;}
#search .nav-pills .active .fa-circle, #search .nav-pills .fa-circle-thin,#search-let .nav-pills .active .fa-circle, #search-let .nav-pills .fa-circle-thin {display: inline;  color:#e40a44;}


/*HOME PAGE */


.home-intro {background: url(../images/coffee.jpg) no-repeat right 50px #edece8;}
.home-intro img{margin: 40px auto 20px auto;}

.home-intro h1{	margin: 0 0 1.2em 0; color:#656191!important}
.home-intro h2{	margin: 1.2em 0 1.2em 0; font-size: 1.2em; 	font-weight:600;}

.inline-lrg {padding:0px; height: 500px; outline:5px solid #fff;}
.inline-sml {padding:0px; height: 250px; outline:5px solid #fff;}

.inline-lrg .full-cover, .inline-sml .full-cover {display:block; height: 100%; width: 100%; background:rgba(0,0,0,0.2); position:relative;}
.inline-lrg a:hover.full-cover, .inline-sml a:hover.full-cover {display:block; height: 100%; width: 100%; background:rgba(0,0,0,0); position:relative;}
.inline-lrg .full-cover h2, .inline-sml .full-cover h2{ position:absolute; bottom:15px; left:20px; font-size: 1em; color:#fff; text-align:left;  font-family: 'Open Sans', sans-serif;}

/*PAGE HEAD*/

.image-head {width:100%; height:100%; display:block; background:url(/images/york.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}


/* PROPERTY IMAGE SLIDE */

.property-image-contain { position:relative;height:100%;}
#property-carousel .carousel-inner  {width:100%; height: 100%; }	
#property-carousel .item  {width:100%; height: 100%; }
.property-images{height: 100%; overflow:hidden;}
.carousel-indicators { right:0px;}
.carousel-indicators li, .carousel-indicators .active{width:20px;height:20px;margin:1px;}
.property-images-text {left:30px; position:absolute; bottom:50px; z-index:100; color:#fff; font-size: 1.3em; line-height: 1.2em;}
.divider {color:#e40943;}

#property-thumbnails { position:absolute; bottom: 10px; z-index:500; width:100%;  }
#property-thumbnails .prop-thumbs { display:block; width:50%; float: right; position:relative; margin-right: 40px;}
#property-thumbnails .thumbs-images {padding: 3px; background:#fff; margin: 4px;}
#property-thumbnails .thumbs-images a {cursor:pointer; }

.corner-flash {position: absolute; top: 0px; left: 15px;z-index:550;}

.slide-control-left, a:hover.slide-control-left, a:focus.slide-control-left{position:absolute;top:45%;left:30px;font-size:44px;color:#fff;text-align:center; z-index:1200; display:block;}

.slide-control-right, a:hover.slide-control-right, a:focus.slide-control-right{position:absolute;top:45%;right:30px;font-size:44px;color:#fff;text-align:center; display:block;z-index:1200;}

#property-thumbnails .slide-control-left, #property-thumbnails a:hover.slide-control-left, #property-thumbnails a:focus.slide-control-left{position:absolute;top:30%;left:-30px;font-size:44px;color:#fff;text-align:center; z-index:1200; display:block; margin:0px; padding:0px; line-height:22px; }

#property-thumbnails .slide-control-right, #property-thumbnails a:hover.slide-control-right, #property-thumbnails a:focus.slide-control-right{position:absolute;top:30%;right:-30px;font-size:44px;color:#fff;text-align:center; display:block;z-index:1200;margin:0px; padding:0px;line-height:22px;}

/* PROPERTY details */
.result-links {margin: 15px 0px 15px 0px; display: block; width: 100%; text-align: center;   }
.addthis_inline_share_toolbox {display: block;  margin: 5px  0px  0px  0px;}

.result-links li{ display: inline-block; color:#fff; margin: 0px; padding:0px;}
.result-links a{ color:#555!important; background: url(../images/dot.gif) no-repeat center left; padding: 0px 10px 0px 20px;margin: 0px; }
.result-links .active a { font-weight: bold;}
.result-links .no-dot {background:none; }
.result-links .no-dot-nopad {background:none; padding: 0px; color:#e40943!important;}
.result-links a:hover{ color:#e40943!important;}



.result-links  .add-to-shortlist .remove,
.result-links  .remove-from-shortlist .add {
 display: none;	
}
.result-links .remove-from-shortlist  {color:#ccc;}

.floorplan {margin:0px auto 0px auto; width: 100%;}
.tab-content h3 { background:url(/images/red-line.gif) no-repeat center bottom; padding-bottom:30px;margin-bottom:30px;}
.tab-content .text-left  { background:url(/images/red-line.gif) no-repeat left bottom; padding-bottom:30px;margin-bottom:30px;}

/* PROPERTY MAP */


.details-map {width: 100%; height:60%; display:block; position:relative;}
.details-map #googlemap {width: 100%; height:100%; display:block;}

/* RECENT PROPERTIES */

.recent-properties h2 { background:url(/images/red-line.gif) no-repeat center bottom; padding-bottom:30px;}
.recent-property {height:200px; display:block; position:relative; margin-bottom: 30px; }
.recent-property p {position: absolute; bottom:15px; left:15px; text-align:left; color:#fff; margin:0px; }

/* team */
.team {padding: 40px;}
.team h3,.team h4  {padding: 0px; margin: 0px;}

/* NEWS */

.news {padding: 0px 40px 0px 40px;}
.news h3 { font-weight: bold;}
.news a { color:#e40943}
.news .timedate {font-size: 0.6em;}
.imagery { width:480px; margin: 0px auto 40px auto;}

/* THUMBS */
.thumb-head {position: absolute; top: 0; width: 100%; display: block; text-align: center; padding: 150px 0px 0px 0px; color: #fff; z-index: 100;}
.cycle-slideshow {position: relative; height:45%; background: #000; z-index: 50;}
.cycle-slideshow  .head-opacity { background: rgba(0,0,0,0.5);width: 100%; height: 100%; display: block;  }
.orderby {float: right;}
.orderby select { border: 1px solid #ccc;}
.fa-circle {color: #e40a44;}
.map-icon {width:28px; position: absolute; top: 6px; left:6px; z-index: 100;}
.prop-contain {position:relative;}
.property {height: 230px; width: 100%; display:block; overflow:hidden; position:relative; margin-bottom:30px;z-index:500; }
.property img {width: 100%; position:relative; z-index:100;min-height: 230px;}
.property .full-cover {display:block; height: 100%; width: 100%; background:rgba(0,0,0,0.4); position:absolute; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; z-index:500;}
a:hover.property .full-cover {display:block; height: 100%; width: 100%; background:rgba(0,0,0,0); position:absolute; z-index:500;}
.property .full-cover h2{ position:absolute; bottom:15px; left:20px; font-size: 1em; color:#fff; text-align:left;  font-family: 'Open Sans', sans-serif;}

.addtolist { bottom: 50px;right: 25px;position:absolute; z-index:600;}

.add-to-shortlist{color: rgba(255,255,255,0.4);}

.remove-from-shortlist {color: #e40a44;}
.map-balloon{
	width:200px;
	height:240px;
	padding: 0px;
	overflow: hidden;

	
}


.map-balloon .corner-flash {position: absolute; top: 0px; left:0px;z-index:1100;}

.map-balloon img{
	margin-bottom: 10px;
}

.map-balloon p{
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	text-align:center;
	margin-bottom: 10px;
	
}

.map-balloon strong{
	color:#e40943;
	
	
}

.home-page-land a:hover{ background:rgba(255,251,251,0.30);border:1px solid rgba(255,251,251,0);}
.footer { background: #4f4d4e;}
.footer a {
	color:#fff!important;
}
.legal-links p{ margin: 20px 0px 0px 0px; color:#fff; font-size:0.8em;}
.legal-links a{color:#fff;}
 

#back-to-top { /* Displays a back to top button when scrolling on lengthier pages */
    background: #bbb;
	position: fixed;
    bottom: 10px;
    right: 15px;
    display: none;
    padding: 5px 10px;
    border-radius: 3px;
    color: #666;
    font-size: 1.5em;
    text-align: centr;
}



@media screen and (max-width:1335px){.content  .set-para {display:block; height: 180px;}}
@media screen and (max-width:1122px){  header ul{text-align: right;} .head-pages ul{text-align: center;font-size: 13px!important; } .hide-manage {display:none;} .menu-contain { width:20%;} .head-pages .menu-contain { width:10%;} .head-pages .navigation{width:75%;} .head-pages .logo-contain{width:15%;  }}
@media screen and (max-width:1024px){ 
	.fullscreen-bg {
	background:url(/images/videoframe.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

@media screen and (max-width:992px){.homelogo {display: none;}.menu-contain { width:145px; margin: 0px auto 0px auto; display:block;   float: none;} .head-pages .menu-contain { width:145px;}.head-pages .logo-contain { width:245px; margin: 0px auto 0px auto; display:block;   float: none;} 
	
	.content  .set-para {display:block; height: 100px;}

.affix{
padding:0px 0px 15px 0px;
}

.affix .logo-contain {display:none; }
.inline-lrg,.inline-sml {height: 500px;}

	.result-links {margin-top: 5px;margin-bottom: 15px; text-align: center; float: none;  width: 100%;  }
.addthis_inline_share_toolbox {float:none; margin: 15px  auto  0px  auto; width: 150px;}

}


@media screen and (max-width:768px){
	.cycle-slideshow {height:70%;}
.property-image-contain { position:relative;height:50%;}	
.inline-lrg,.inline-sml {height: 500px;}	
		.content  .set-para {display:block; height: auto;}
	.land-page-header p{ font-size: 2em; line-height:1em;}
	}

@media screen and (max-width:736px){
	.details-pages{
 position: relative;
 background: rgba(40,36,94,1.00);


}
	 .property-images-text {left:0px; position:relative; bottom:auto; z-index:100; color:#333; font-size: 1.3em; line-height: 1.2em; text-align: center; padding: 30px;}
	.property-image-contain { position:relative;height:100%;width:100%;}
			#property-carousel .item  {width:100%; height: 100%; }
	h1{font-size: 2em;}
		.land-page-header img { width:200px; margin: 25px auto 0px auto;}
		 .land-page-header a{ margin:20px 5px 0px 5px; }
}
	@media screen and (max-width:667px){
.property-image-contain { position:relative;height:70%;width:100%;}
			#property-carousel .item  {width:100%; height: 80%; }

	.inline-lrg,.inline-sml {height: 300px;}	
		}
 

		

		@media  (max-width:900px){
			.round-bottom-pic {
				width:200px;
			} 
			}


		@media  (min-width:768px){
			ul{width:75%;}
		.logo-contain {width: 10%;}
		.dropdown-menu {
 			padding-top: 20px;
		}
		}

		@media  (max-width:767px){

			ul{width:100%;}

			.table-striped {
				 font-size: 10px;
				 margin-right:30px;
				 margin-left:-15px;
			}


			.dropdown-menu {
 				min-width: 300px;
			}




			.section-box-ten  figure {
				opacity: .85!important;
			}

			.logo-contain {
				width: 25%;
			}
			.mobi-image-margin-bottom {
				margin-bottom: 30px;
			}

			.mobi-image-margin-top {
				margin-top: 30px;
			}
			
			}
	
	
		@media screen and (max-width:480px){

			.round-bottom-pic {
                width:150px;
			} 
			.land-page-header{
				padding-top:80px;
			}

			.home-links{
				padding:0;
			}
			.cycle-slideshow {height:50%;}
			.buy-page-land {height:45%;}
	  
    
			
			#search .nav-pills>li, #search-let .nav-pills>li {width:50%;margin: 0px 0px 0px 0px;}
			#search .nav-pills>li>a, #search .nav-pills>li>a:hover, #search-let .nav-pills>li>a, #search-let .nav-pills>li>a:hover {margin: 0px 0px 20px 0px;}
			
			.result-links li{ display: block; color:#fff; margin: 0px; padding:0px;}
.result-links a,.result-links .no-dot-nopad,.result-links .no-dot{ color:#555; background: none; padding: 10px;margin: 0px; background:rgba(40,36,94,1.00); display: block; text-align: center;margin-bottom: 1px; color: #fff;}
.back-xs .active a {color:#fff!important;}
.back-xs a {color:#fff!important;}
			.result-links .back-xs {background:#ee304b!important;}
		 
			.result-links .active a { background: #1d1a45; color: #fff!important;}
			.result-links a { color: #fff!important;}
		}
	


/* 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;
}

.iframe-embed {
	border: none;
	width: 100%;
	height: 300px;
}
/* Helper classes */

.btn-std {
	background: rgba(40, 36, 94, 0.70);
	color: #fff;
	border:1px solid rgba(40, 36, 94, 0.70);
	font-family: 'Open Sans', sans-serif;
}
a:hover.btn-std {
	background: #adabc7;
	color: #fff;
	border:1px solid #adabc7;
	cursor:pointer;
}
.service-panel-one, .service-panel-two, .service-panel-three, .additional-services-one, .additional-services-two, .additional-services-three {
	display:none;
	background: #adabc7;
	color: #fff;
	border:1px solid #adabc7;
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}
.financediv2, .tenantdiv2, .fulldiv2 {
	display:none;
}
ul.ninety {
    width: 90%;
}
#info-modal button.close {color:#fff;font-size:2.5em;}
h4.modal-title{ color: white!important;}
/* Free Privacy Policy Cookie Consent */
.freeprivacypolicy-com---nb {
    max-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(27, 20, 100, 0.9) !important;
}
/* Free Privacy Policy Cookie Consent */

.navigation li.val a:hover.btn-red {
    background: #b00734;
    color: #fff!important;
    border: none;
}
.navigation li.val a.btn-red {
    margin-left: 2rem;
}
.dropdown-menu .divider {
    height: 1px;
    width: 100%;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e40943;
}
br.extra-large {
    display:none;
}
@media (min-width: 2000px){
    br.extra-large {
        display:block;
    }
}
.logo-section{

	display: flex;
	justify-content: center;
}
.logo-section img{

	width: 50%;
}

@media only screen and (max-width: 991px) {
	.logo-section img{

		width: 30%;
	}
}
