/** GENERAL **/
html {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 0px;
}

.fw-wrapper,
.full-width-wrapper {
	width: 100%;
	clear: both;
	display: block;
}

.fw-margins {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
}

.fw-padding {
	padding: 0px 10px;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0px;
}

hr {
	clear: both;
	margin: 20px 0px;
	border-top: 0px;
}

.cookiebox p a {
	text-decoration: underline;
}

.form .form-error-summary {
	padding: 20px;
	border: none;
}

.form .form-textbox input,
.form .form-textbox textarea {
	padding: 10px;
	font-size: 1em;
	min-width: 3em;
}

.btn,
a.btn {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-right {
	clear: both;
	float: right;
}

a {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	transition: border .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	transition: background .2s linear;
}

.StaticImg {
	display: block;
	max-width: 100%;
	height: auto;
}

/** TIME **/
.recent-image .time,
.property-image .time {
	position: absolute;
	top: 0;
	left: 0;
	background: #EC008C;
	color: #FFFFFF;
	z-index: 3;
}

.recent-image .time.time-added,
.property-image .time.time-added,
.recent-image .time.time-updated,
.property-image .time.time-updated,
.recent-image .time.time-auctions,
.property-image .time.time-auctions {
	padding: 10px;
}

.recent-image .time ins,
.property-image .time ins {
	text-transform: uppercase;
	text-decoration: none;
}



/** SOCIAL LINKS **/
.SocialLinks .SocialLink {
	position: relative;
	display: inline-block;
}

.SocialLinks .SocialLink:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: 0px;
	background: rgba(236, 0, 140, 0.2);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.SocialLinks .SocialLink:hover:after {
	width: 40px;
	height: 40px;
	margin: -18px 0px 0px -21px;
}



/** ACCREDITATIONS **/
.Accreditations {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

.Accreditations li {
	display: inline-block;
	vertical-align: middle;
}

.Accreditations li a {
	display: block;
	padding: 0px 5px;
}

.Accreditations li a img {
	width: auto;
	height: 40px;
}