@charset "UTF-8";
.location {
	height: 10px;
}
#plus {
	background-image: url(../graphics/plus.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 30;
	height: 65px;
	background-size: contain;
	top: 0px;
	left: 0px;
	right: 0px;
	visibility: hidden;
	margin-left: auto;
	margin-right: auto;
}
#plusbg {
	background-image: url(../graphics/plus.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	z-index: 1;
	opacity: 0.05;
	height: 400px;
	background-size: cover;
	top: 0px;
	left: 0px;
	right: 0px;
	visibility: hidden;
}
#headerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
	background-color: #F3590D;
	border-bottom: 30px solid #000000;
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 100px;
	padding: 15px;
	text-align: right;
	overflow-y: visible;
	visibility: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(243,89,13,1.00) 0%,rgba(255,159,0,1.00) 1.98%,rgba(243,89,13,1.00) 3.85%,rgba(243,89,13,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(243,89,13,1.00) 0%,rgba(255,159,0,1.00) 1.98%,rgba(243,89,13,1.00) 3.85%,rgba(243,89,13,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(243,89,13,1.00) 0%,rgba(255,159,0,1.00) 1.98%,rgba(243,89,13,1.00) 3.85%,rgba(243,89,13,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,89,13,1.00) 0%,rgba(255,159,0,1.00) 1.98%,rgba(243,89,13,1.00) 3.85%,rgba(243,89,13,1.00) 100%);
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	margin-left: auto;
	margin-right: auto;
}
#header {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100px;
	padding-right: 20px;
	cursor: default;
}
#content {
	position: absolute;
	height: 200px;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow-y: visible;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 1380px;
}
.imgTopRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.imgTopRightNoMargins {
	float: right;
}
.imgTopLeft {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
#content #intro {
}
#footer {
	border-top: 1px solid #CCCCCC;
}
.inlineTable {
	padding-bottom: 40px;
	float: left;
	padding-right: 40px;
	padding-top: 0px;
}
.inlineMenu {
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	line-height: normal;
}
.inlineMenuBorders {
	display: inline-block;
	line-height: normal;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #220E00;
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,0.15) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,0.15) 100%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,0.15) 100%);
	background-image: linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,0.15) 100%);
	border-top: 1px solid #FFD4B8;
	background-color: #F3590D;
}
.textColour_Orange {
	color: #F3590D;
	line-height: 0px;
}
.textColour_Grey {
	color: #CCCCCC;
}
.textColour_White {
	color: #FFFFFF;
}
.textColour_Green {
	color: #57D492;
}
#weblinks {
	z-index: 60;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.whiteText {
	color: #FFFFFF;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a.closeiF:link {
	text-decoration: none;
	font-size: 10px;
}
a.closeiF:visited {
	text-decoration: none;
	font-size: 10px;
}
a.closeiF:hover {
	text-decoration: none;
	font-size: 10px;
}
a.closeiF:active {
	text-decoration: none;
	font-size: 10px;
}
a.whiteLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.whiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whiteLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.whiteLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.noUnderline:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.noUnderline:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.noUnderline:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.noUnderline:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.noUnderlineB:link {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
a.noUnderlineB:visited {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
a.noUnderlineB:hover {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
a.noUnderlineB:active {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
}
a.noUnderlineG:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.noUnderlineG:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.noUnderlineG:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.noUnderlineG:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.getListed:link {
	text-decoration: none;
	color: #57D492;
}
a.getListed:visited {
	text-decoration: none;
	color: #57D492;
}
a.getListed:hover {
	text-decoration: none;
	color: #57D492;
}
a.getListed:active {
	text-decoration: none;
	color: #57D492;
}
.contactMargin {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
}
.imgNoMargin {
	padding: 0px;
	margin: 0px;
}
#contactform {
	border-radius: 4px;
	background-color: #CCCCCC;
}
.fadeLR {
	background-image: -webkit-linear-gradient(0deg,rgba(204,204,204,0.15) 0%,rgba(204,204,204,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(204,204,204,0.15) 0%,rgba(204,204,204,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(204,204,204,0.15) 0%,rgba(204,204,204,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(204,204,204,0.15) 0%,rgba(204,204,204,0.00) 100%);
	border-top-left-radius: 150px;
	border-bottom-left-radius: 150px;
}
.searchINPUT {
	font-size: 18px;
	border: 2px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
	width: 210px;
	font-weight: bold;
}
.searchINPUTNo {
	font-size: 18px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	width: 100px;
	font-weight: bold;
}
.property-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 50vh;
	background-color: #F3590D;
}
.property-description {
	color: #FFFFFF;
	background-color: #F3590D;
	border-top: 2px solid #FFFFFF;
	padding: 40px;
	border-bottom: 30px solid #000000;
}
.logoTD {
	background-color: #F3590D;
	border-bottom: 5px solid #000000;
	color: #FFFFFF;
	font-size: 24px;
	cursor: default;
}
.border1B {
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	cursor: default;
}
#mainDiv {
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../graphics/mainFade.png);
}
#searchPanel1 {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 280px;
	z-index: 40;
}
#properties {
}
#more {
	border-radius: 30px;
	border: 5px solid #000000;
	padding: 60px;
	background-color: #FF7101;
}
.separator {
    margin-top:8px;
    border-top:1px solid #666;
    padding:0;
}
img {
	display: block;
}
.goButton {
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 35px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-left: 4px solid #F3590D;
	border-right: 4px solid #F3590D;
	border-top: 4px solid #F3590D;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
}
.goButton3 {
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 35px;
	border-left: 4px solid #F3590D;
	border-right: 4px solid #F3590D;
	border-top: 4px solid #F3590D;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 81.07%,rgba(255,255,255,0.00) 100%);
}
.tabSale {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 1px solid #FF7101;
}
.tabLet {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #000000;
}
.goButton2 {
	border-bottom-left-radius: 45px;
	border-top-left-radius: 35px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 3px solid #F3590D;
	border-right: 3px solid #F3590D;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 16.50%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 16.50%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 16.50%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 16.50%);
	border-top-right-radius: 35px;
	border-bottom: 3px solid #F3590D;
}
.vat {
	font-size: 7px;
}
.imgMarginTopBot {
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgMarginBot {
	margin-bottom: 10px;
}
.imgMarginTop {
	margin-top: 10px;
}
.tinyText {
	font-size: 11px;
}
.tinyText_Note {
	font-size: 13px;
	color: #F3590D;
}
.getListed {
	border-top-right-radius: 35px;
	border-top-left-radius: 35px;
}
.lineSpacing {
	line-height: 2.4em;
}
#abroad {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 17vw;
	border-radius: 30px;
	background-image: url(../graphics/PPSpainA5.jpg);
	border-bottom: 3px solid #F15A22;
}
#above {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #202020;
	z-index: 19;
	height: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
.roundCorners1 {
	border-radius: 6px;
}
.roundCornersBig {
	border-radius: 20px;
}
#iF   {
	background-color: transparent;
}
#iBox {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
li {
	margin-top: 20px;
	margin-bottom: 20px;
}
.thinkingBg {
	background-image: url(../graphics/thinkingpic.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.applyOnline {
	border-radius: 80px;
	border-left: 10px solid #F3590D;
	border-right: 10px solid #F3590D;
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	padding: 10px;
	background-color: #FFFFFF;
}
.applyOnlineWithPadding {
	border-radius: 80px;
	border-left: 10px solid #F3590D;
	border-right: 10px solid #F3590D;
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
hr {
	color: #F3590D;
	background-color: #F3590D;
	height: 5px;
	border: 0px;
}
.hrWhite {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	border: 0px;
}
.optionalTD {
	padding: 20px;
	background-color: #F3590D;
	color: #FFFFFF;
	border: 5px dashed #000000;
	outline: 5px dashed #FFFFFF;
}
.featured {
	background-color: #F3590D;
	border-top: 2px solid #FFFFFF;
	border-left: 1px solid #FFFF00;
	border-top-left-radius: 15px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../graphics/dot4specs.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.soldSTC {
	color: #CCCCCC;
}
#content #searchresults tbody {
}
.imgNonBlock {
	display: inline;
	vertical-align: middle;
}
.tenantAppFade {
	background-color: #CCCCCC;
	background-image: -webkit-linear-gradient(90deg,rgba(221,221,221,1.00) 0%,rgba(142,142,142,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(221,221,221,1.00) 0%,rgba(142,142,142,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(221,221,221,1.00) 0%,rgba(142,142,142,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(221,221,221,1.00) 0%,rgba(142,142,142,1.00) 100%);
}
#searchresults {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#calcTable tbody tr td {
	padding-bottom: 20px;
}
#propertyTable {
	border: 2px solid #000000;
	margin-bottom: 20px;
	margin-left: 20px;
}
#recommendBg {
	background-image: url(../graphics/recomm-pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: rgba(255,255,255,1.00);
}
#thumb {
	border: 2px solid hsla(0,0%,100%,1.00);
}
#menu   {
	border-radius: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	line-height: 0px;
	border-bottom: 1px solid hsla(29,53%,40%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(243,89,13,1.00) 0.44%,rgba(242,129,73,1.00) 30.45%,rgba(243,89,13,1.00) 99.26%);
	background-image: -moz-linear-gradient(270deg,rgba(243,89,13,1.00) 0.44%,rgba(242,129,73,1.00) 30.45%,rgba(243,89,13,1.00) 99.26%);
	background-image: -o-linear-gradient(270deg,rgba(243,89,13,1.00) 0.44%,rgba(242,129,73,1.00) 30.45%,rgba(243,89,13,1.00) 99.26%);
	background-image: linear-gradient(180deg,rgba(243,89,13,1.00) 0.44%,rgba(242,129,73,1.00) 30.45%,rgba(243,89,13,1.00) 99.26%);
}
#menuBox   {
	margin-bottom: 25px;
}
.textSmall ol li {
	font-size: 13px;
}
.getListedFrom {
	font-size: xx-large;
}
.borderRounded {
	border-radius: 20px;
	border: 2px solid rgba(0,0,0,1.00);
}
.borderRoundedBooking {
	border-radius: 3px;
	background-color: #FF9357;
	height: 80px;
	border: 5px solid #FFE800;
}
#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	z-index: 60;
	background-image: url(../graphics/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50% 100%;
	pointer-events: none;
	width: 80%;
}
#RefNo {
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 100%;
	border: 0px none transparent;
	color: #F3590D;
}
#displayPrice {
	padding-right: 16px;
	padding-left: 20px;
	padding-bottom: 16px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	margin-right: 20px;
	font-size: 18pt;
	width: 40%;
	margin-top: 16px;
	text-shadow: 2px 2px 2px #000000;
}
#displayArea {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 20px;
	padding-bottom: 8px;
	color: #000000;
	font-size: 18pt;
	width: 40%;
}

