/*
 * Slideshow
 */

/*#slideshow {
	position: absolute;
	width: 1280px;
	top: 0;
	left: 50%;
	margin-left: -640px;
	bottom: 0;
	right: 0;
	z-index: -1;
}*/

.site-header.site-header-inverse .details .site-tel .ppc-phone {
	color: #000;
}

#slide-text{
	min-height: 484px;
	padding: 25%;
}

.ie8 #slide-text {
	padding: 0;
}

#slide-text .slick-slide {
	width: 360px;
	height: 240px;
	background: transparent center no-repeat;
	background-size: contain;
}

#slide-text .clickable {
	cursor: pointer;
}

.ie8 #slide-text .slick-slide {
	margin-top: 125px;
}

#slideshow {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	min-height: 800px;
}

#slideshow > div {
	height: 100%;
	background: transparent no-repeat top center;
}

.ie8 #slideshow > div {
	height: 800px;
}

.slick-track {
	height: 100%;
}

.slick-next, .slick-prev {
	top: 40%;
	width: 50px;
	height: 50px;
}

.slick-next {
	right: 5px !important;
}

.slick-prev {
	left: 5px !important;
}

.slick-prev:before, .slick-next:before {
	font-size: 50px;
}

.side {
	position: relative;
	top: -175px;
	margin-bottom: -175px;
}

.ie8 .side {
	/*top: -250px;
	margin-bottom: -250px;*/
}

.main {
	position: relative;
	top: -65px;
	margin-bottom: -65px;
}

.main > div {
	margin-left: 15px;
}

.welcome h1 {
	font-size: 30px;
	line-height: 36px;
	color: #444;
}

.welcome p {
	text-align: justify;
}

/**
 * Apartment of the month
 */
.aotm {
	padding: 0;
	position: relative;
}

.aotm .details {
	background: #00ACDC;
	color: #fff;
	padding-left: 25px;
}

	.aotm h2 {
		color: #fff;
		margin: 0;
		padding: 20px 40px 5px 0;
		font-size: 30px;
		border-bottom: 1px solid #fff;
	}

	.aotm .apartment {
		padding: 0 20px 10px 0;
	}

	.aotm .apartment p {
		text-align: justify;
	}

	.aotm h3 {
		font-family: arial;
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		margin: 30px 0;
	}

	.aotm .images {
		min-height: 200px;
	}

	.aotm .image {
		width: 100%;
		min-height: inherit;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}

	.aotm .from-rate {
		background: #ed6e54;
		color: #FFF;
		padding: 5px 10px;
		font-size: 20px;
		text-align: center;
		min-width: 150px;
	}

	.aotm .from-rate span {
		font-size: 30px;
		line-height: 36px;
	}

	.aotm .apartment-link {
		font-size: 28px;
		color: #fff;
		line-height: 46px;
		text-align: center;
	}

	.aotm .apartment-link:hover {
		color: #EE5E36;
	}

/**
 * Bounce actions
 */

.actions {
	margin-bottom: 50px;
	z-index: 999;
}

.action {
	background: #CBDB2A;
	padding: 10px 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
}

@-webkit-keyframes bounce {
	0%, 30%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	40% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
}@keyframes bounce {
	 0%, 30%, 60%, 80%, 100% {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	 }
	 20% {
		 -webkit-transform: translateY(20px);
		 transform: translateY(20px);
	 }
	 40% {
		 -webkit-transform: translateY(15px);
		 transform: translateY(15px);
	 }
 }

.action:hover {
	-webkit-animation: bounce 1s 1;
	-moz-animation: bounce 1s 1;
	-ms-animation: bounce 1s 1;
	animation: bounce 1s 1;
	color: #fff;
}

.action:after {
	top: 100%;
	left: 50%;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 30px solid #CBDB2A;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -60px;
}

.action h3 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

.action p {
	margin: 0;
}

.action .icon {
	text-align: center;
	font-size: 60px;
	margin-top: 10px;
}



.engagement {
	margin-top: 0 !important;
}

.explore {
	margin-top: 15px;
	border-left: 48px solid #CBDB2A;
}

.explore h2 {
	background: #CBDB2A;
	margin: 0;
	width: 75%;
	font-size: 32px;
	line-height: 38px;
	padding: 10px 15px;
}

.explore h2:after {
	border-left-color: #CBDB2A;
	border-width: 29px;
	border-left-width: 40px;
	margin-top: -29px;
}

.explore-items {
	padding: 15px 15px 10px 15px;
}

.explore-item {
	margin-bottom: 20px;
}

.explore-item:last-of-type {
	margin-bottom: 0;
}

.explore-item-header {
	background: transparent no-repeat top left;
	background-size: cover;
	height: 200px;
	position: relative;
	display: block;
}

.explore-item-header h4 {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 10px;
	margin: 0;
	font-weight: bold;
    font-size:22px;
}

.explore-item-header h4.inverse {
	color: #444;
}

.explore-item-content {
	background: #00ACDC;
	color: #fff;
	padding: 5px;
    font-size:13px;
}

.explore-item-content a {
	color: #fff;
	font-weight: bold;
}

.explore-item-content a:hover {
	text-decoration: underline;
}

/*
 * News
 */

.news {
	background: #f5f5f5;
	height: 100%;
	font-size: 11px;
	padding: 0 10px 10px;
	padding-left: 15px !important;
}

.news .uk-grid {
	background: #fff;
	padding-top: 10px;
}

.news h2 {
	color: #00ACDC;
	font-size: 32px;
	line-height: 38px;
	padding: 25px 15px 25px 0;
	margin: 0;
}

.news .blog {
	position: relative;
}

.news .blog .blog-logo {
	position: absolute;
	top: -35px;
	right: 0;
}

.news .blog h3 {
	margin-top: 0;
}

.news .blog-container {
	background: #fff;
}

.news .blog ul {
	margin: 0;
}

.news .blog li {
	border-bottom: 2px solid #EEEEEE;
	line-height: 14px;
}

.news .blog a {
	font-size: 13px;
	display: block;
	padding: 5px 10px;
}

.news .dark {
	background: #404040;
	color: #fff;
	padding-right: 10px;
	padding-top: 10px;
}

.news .dark > div {
	margin-bottom: 15px;
}

.news h3 {
	text-align: left;
	margin: 10px 0 5px;
	padding-left: 15px;
}

.news .dark h3 {
	color: #fff;
	margin: 0;
}

.news .community {
	font-size: 16px;
}

.news .community a {
	color: #444;
}

.news .community a:hover {
	color: #EE5E36;
}

.twitter-container {
	margin: 5px;
	padding:5px;
	background:#fff;
	color:#404040;
	font-size:12px;
	line-height:14px;
}

.twitter-container ul {
	margin: 3px 0;
}

.twitter-tweet {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.twitter-tweet div.message {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.twitter-tweet div.posted {
	padding-top: 5px;
}

.twitter-tweet:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.twitter-follow {
	font-size: 8px;
	color: #ccc;
}

.twitter-follow a, .twitter-follow a:hover {
	color: #fff;
}

.facebook {
	overflow: hidden;
}

.facebook div {
	background: #fff;
}

.pinterest .uk-list {
	padding: 5px;
	background: #fff;
}

.pinterest li {
	float: left;
	padding: 4px 2px;
}

.news ul {
	margin: 0;
}

.site-footer {
	margin-top: 0;
}

.tiles {
	margin-bottom: 20px !important;
}

.news .uk-grid.mailchimp {
	background: transparent;
}
.news .mailchimp h3 {
	color:#EE5E36;
	font-size: 30px;
	margin-top:3px;
	padding-left: 0;
}
.news .mailchimp p {
	color: #EE5E36;
	font-size:12px;
}
.uk-form input.subscribe-submit {
	background: #EE5E36;
	font-size:20px;
	font-family: "Bebas", "Lato", Tahoma, sans-serif;
}