/**
 * Colours:
 *	Orange - #EE5E36	rgb(238, 94, 54)	rgba(238, 94, 54, 1)
 *	Blue - #00ACDC		rgb(0, 172, 220)	rgba(0, 172, 220, 1)
 *	Green - #CBDB2A		rgb(203, 219, 42)	rgba(203, 219, 42, 1)
 *	Grey - #444			rgb(68, 68, 68)		rgba(68, 68, 68, 1)
 */

/**
 * First, some resets
 */
@font-face {
    font-family: 'Bebas';
    src: url('/font/bebas-regular.eot?') format('eot'),
    url('/font/bebas-regular.woff') format('woff'),
    url('/font/bebas-regular.ttf') format('truetype'),
    url('/font/bebas-regular.svg') format('svg');
}

@font-face {
    font-family: 'Bebas';
    font-weight: 700;
    src: url('/font/bebas-bold.eot?') format('eot'),
    url('/font/bebas-bold.woff') format('woff'),
    url('/font/bebas-bold.ttf') format('truetype'),
    url('/font/bebas-bold.svg') format('svg');
}

html {
    font-size: 15px;
}

body.noscroll {
    overflow: hidden;
}

body, p, .text-body {
    font-family: Arial, "Lato", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas", "Lato", Tahoma, sans-serif;
}

.text-header {
    font-family: "Bebas", "Lato", Tahoma, sans-serif !important;
}

a {
    color: #00ACDC;
}

a:hover {
    color: #ed6e54;
    text-decoration: none;
}

h2, .uk-h2 {
    font-size: 30px;
    line-height: 34px;
}

img.crispify {
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/**
 * Webkit for Safari form field fix
 */
input, textarea, select {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**
 * Color hex
 */
.blue, .blue-text {
    color: #00ACDC;
}

.red, .orange-text {
    color: #EE5E36;
}

.green, .green-text {
    color: #CBDB2A;
}

a.white-button {
    font-size: 24px;
    background: transparent;
    border: 1px #00ACDC solid
}

a.white-button:hover {
    background: #ba224b;
    color: #FFF;
}

.blue-bg {
    background-color: #00ACDC;
    color: #FFF;
}

.red-bg, .orange-bg {
    background-color: #ed6e54;
    color: #FFF;
}

.green-bg, .uk-button.green-bg {
    background-color: #CBDB2A;
    color: #FFF;
}

.red-bg-hover:focus, .red-bg-hover:hover,
.orange-bg-hover:focus, .orange-bg-hover:hover {
    background-color: #ed6e54;
}

.blue-bg-hover:focus, .blue-bg-hover:hover {
    background-color: #00ACDC;
}

.green-bg-hover:focus, .green-bg-hover:hover {
    background-color: #CBDB2A;
}

a.red-bg:hover,
input.red-bg:hover {
    background-color: #65a3af;
    color: #FFF;
}

/**
 * Additional helpers
 */

.uk-inline {
    display: inline !important;
}

.uk-text-normal {
    font-weight: normal !important;
}

.uk-text-bold {
    font-weight: bold !important;
}

/**
 * Site header
 */
.site-header {
    /*min-height: 200px;*/
    padding: 20px 0;
    position: relative;
    display: block;
    z-index: 10;
}

.site-header .site-logo {
    /*margin-bottom: -100px;*/
    position: absolute;
    z-index: 1000;
}

.site-header .details {
    /*padding-bottom: 10px;*/
    text-align: right;
}

.site-header .details > div {
    display: inline-block;
    margin-left: 25px;
}

.site-number {
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 4px;
}

.site-header-bare .site-logo {
    position: inherit;
}

.site-header-bare .site-logo img {
    height: 125px;
    margin-left: 40px;
}

.site-header .site-tel {
    font-size: 24px;
    line-height: 50px;
    color: #000;
    padding-right: 60px;
}

.site-header .site-tel a {
    color: #000;
}

.nav-toggler {
    float: left;
}

/**
 * Main navigation
 */

.site-header .uk-container {
    padding: 0;
}

.site-header nav {
    background: #CBDB2A;
    margin-left: 320px;
    position: relative;
    height: 50px;
}

.site-header nav:before {
    content: '';
    text-indent: -999px;
    position: absolute;
    left: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #CBDB2A;
    border-bottom: 25px solid #CBDB2A;
    border-left: 40px solid transparent;
}

.site-header.site-header-inverse nav {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.site-header.site-header-inverse nav:before {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    border-left-color: transparent;
}

.site-header.site-header-inverse .details .site-tel .ppc-phone {
    color: #fff;
}

.site-header.site-header-content-drop {
    min-height: 220px;
}

.site-nav {
    padding-left: 10px;
}

.site-nav.uk-list-inline > li {
    border-right: 1px solid #aaa;
    margin-right: 0;
}

.site-nav.uk-list-inline > li:nth-last-child(1) {
    border: 0;
}

.site-nav > li > a {
    color: #444;
    line-height: 24px;
    font-size: 16px;
    padding: 10px;
}

.site-nav > li > a:hover {
    color: #EE5E36;
}

.uk-navbar-toggle {
    margin-top: 5px;
}

.uk-navbar-toggle:before {
    content: 'menu';
    padding-right: 5px;
    vertial-align: 'center';
    line-height: 40px;
}

.uk-navbar-toggle:after {
    line-height: 40px;
}

.uk-offcanvas-bar {
    width: 183px;
}

.uk-nav-offcanvas > li > a {
    color: #ccc;
    padding: 10px 15px;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-size: 18px;
}

.site-social {
    margin: 11px 0 11px 15px;
    padding: 0 60px 0 0;
}

.site-social.uk-list-inline > li {
    margin-right: 0;
}

.site-social > li > a {
    background: #00ACDC;
    color: #fff;
    font-size: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/pie/PIE.htc);
    text-align: center;
    padding: 2px;
}

.site-search-button {
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
    padding: 10px 20px;
}

.head-trust {
    display: inline;
    margin-right: 15px;
    /*background: rgba(238, 94, 54, 0.4)*/
}

.head-trust a {
    color: #FFF;
    /*display: block;*/
    /*margin: 17px 20px 0;*/
    width: 235px;
    padding: 5px 10px;
}

.head-trust .left {
    float: left;
    margin-right: 4px;
    width: 122px;
}

.head-trust .right {
    float: left;
    width: 50px;
}

.head-trust img {
    margin-bottom: 5px;
}

.head-trust .star {
    background: #5AA62C;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    padding: 4px 4px 2px;
}

.head-trust .star.empty {
    background: #c8c8c8;
}

.head-trust .star-rating {
    color: #444;
    font-size: 45px;
    letter-spacing: -3px;
    line-height: 55px;
    -webkit-transition: color 1s;
    transition: color 1s;

}

.head-trust.head-trust-light .star-rating {
    color: #E7E6E6;
}

.head-trust.main-tel {
    color: #444;
    font-size: 30px;
    line-height: 55px;
    -webkit-transition: color 1s;
    transition: color 1s;
    /*text-shadow: rgba(0, 0, 0, 0.1) 2px 6px 5px, rgba(255, 255, 255, 0.2) 0px -4px 30px;*/

}
.head-trust.head-trust-light.main-tel {
    color: #FFF;
}

/**
 * Search form
 */
.search-header > h3 {
    background: rgba(93, 185, 143, 0.9);
    color: #FFF;
    display: inline-block;
    float: right;
    font-weight: 700;
    margin: -10px 0 0;
    padding: 10px 20px;
}

.search-container {
    background: #EE5E36;
    clear: both;
    max-width: 300px;
    padding: 20px;
}

.search-title {
    background: #EE5E36;
    color: #fff;
    margin: 0;
    padding: 30px 20px 0;
    font-size: 28px;
}

.search-container label {
    color: #FFF;
}

.search-container label.uk-inline {
    display: inline !important;
}

.search-container .uk-button.uk-form-large {
    font-size: 32px;
}

.search-container .uk-form-row + .uk-form-row {
    margin-top: 20px;
}

.search-container .fa-calendar {
    cursor: pointer;
}

.main-search {
    position: relative;
}

.dropdown .selected {
    padding: 17px 35px 18px 35px;
}

.dropdown li {
    padding: 10px 35px;
}
.dropdown .carat {
    border-top: 8px solid #EE5E36;
}
.dropdown {
    background: transparent;
    color: #EE5E36;
}
.dropdown ul {
    background: #CBCBCB;
    color:#fff;
}
.dropdown.open .carat {
    border-bottom: 8px solid #EE5E36;
}
.dropdown:hover {
    background: #CBCBCB;
}
.dropdown.focus {
    background: #CBCBCB;
    color:#EE5E36;
}
.dropdown li.focus {
    background: #5A5D5E;
    color:white;
}
.dropdown.open .carat + div {
    margin: 0 1px;
}

.checkin-input + i,
.checkout-input + i {
    color: #FFF;
    font-size: 22px;
    left: 5px;
    position: relative;
    top: 4px;
}

.promo-code {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    cursor: pointer;
    overflow: auto;
}

.advanced-search {
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0px 6px;
}

.promo-code:hover,
.advanced-search:hover {
    color: #fff;
    text-decoration: underline;
}

.search-options {
    position: absolute;
    right: 320px;
    top: -20px; /* Padding fix */
    width: 0;

    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.search-options.open {
    width: 556px;
}

.search-options-container {
    background: rgba(93, 185, 143, 0.9);
    overflow: hidden;
    padding-bottom: 20px;
}

.search-options.open .search-options-container {
    border-right: 1px solid #EEE;
}

.search-options-inner {
    max-height: 207px;
    overflow: hidden;
    padding: 20px;
    width: 516px;
}

.search-options-inner > h3 {
    color: #FFF;
    font-weight: 700;
}

.search-options-inner .uk-tab-left > li > a {
    background: #DDD;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.search-options-inner .uk-tab-left > li > a:hover {
    background: #DDD;
    background: rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.search-options-inner .uk-tab-left > li.uk-active > a {
    background: #FFF;
}

.search-tab-area {
    background: #FFF;
    border: 1px solid #DDD;
    border-width: 1px 1px 1px 0;
}

.search-options-list {
    height: 158px;
    padding: 15px 15px 15px 5px;
}

.search-options-list li {
    margin: 0 0 5px;
}

.search-options-list li:last-child {
    margin: 0;
}

/**
 * The button to open the above search box
 */
.open-search {
    background: rgba(93, 185, 143, 0.9);
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    padding: 0 5px;
    position: absolute;
    right: 100%;
    top: 45px;
}

/**
 * Fix to the nicescroll plugin
 */
.search-options .nicescroll-rails {
    display: none;
}

.search-options.open .nicescroll-rails {
    display: block;
}

/**
 * The advanced search box
 */
.search-container.advanced-search-form {
    max-width: 100%;
}

.advanced-search-form h2 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
}

.advanced-search-form h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

.advanced-search-form .uk-width-medium-1-5 {
    padding-left: 5px;
}

.advanced-search-form .people-select {
    margin-bottom: 5px;
}

/**
 * The whole page wrapper
 */
.the-page {
    /*background: #FFF;*/
    /*margin-top: -50px;*/
    /*padding-top: 35px;*/
}

/**
 * The top three boxes
 */
.uk-panel-box-blue,
.uk-panel-box-blue h2,
.uk-panel-box-blue h3,
.uk-panel-box-blue p {
    color: #FFF;
    margin: 0;
}

.top-boxes .uk-panel-box-blue h2 {
    margin-top: 5px;
}

.top-boxes .uk-panel {
    min-height: 65px;
}

/**
 * Switcher
 */
.uk-switcher.branded-section {
    padding: 20px;
}

#apartment-box h2 {
    margin-top: 0;
}

/**
 * Branded tabs
 */
.branded-tab {
    background: #00ACDC;
    padding: 5px 5px 0;
}

.branded-tab.uk-tab > li > a {
    color: #FFF;
    padding: 5px 12px 11px;
}

.branded-tab.uk-tab > li > a:hover {
    color: #444;
}

.branded-tab.uk-tab > li.uk-active > a {
    color: #65a3af;
}

#room-types-box {
    padding-left: 15px;
}

.uk-switcher.brand-blue-section {
    background: #FDFDFD;
    border: 0;
    padding: 20px;
}

/**
 * Google Map Address Search
 */
#mapsearch {
    background-color: #FFF;
    top: 40px;
    width: 350px;
    padding: 5px;
    position: absolute;
    right: 10px;
    z-index: 1;
}

/**
 * Featured apartments
 */
.featured-apartment {
    background: #F0F0F0;
    min-height: 200px;
    overflow: hidden;
    position: relative;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.featured-link {
    color: #FFF;
    line-height: 31px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.featured-apartment h3 {
    background: #65a3af;
    background: rgba(0, 172, 220, 0.8);
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    color: #fff;
}

.featured-apartment h3 a {
    color: #FFF;
}

.featured-image-link {
    display: block;
    height: 200px;
}

.featured-information {
    background: #65a3af;
    background: rgba(101, 163, 175, 0.8);
    color: #FFF;
    left: 0;
    height: 100px;
    padding: 0 10px 10px;
    position: absolute;
    right: 0;
    top: 100%;
}

.featured-information p {
    margin: 0 0 5px;
}

.featured-description {
    position: relative;
    top: 0;

    -webkit-transition: top .25s ease-in-out;
    -moz-transition: top .25s ease-in-out;
    -ms-transition: top .25s ease-in-out;
    -o-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
}

.featured-apartment:hover .featured-description {
    top: -104px;
}

/**
 * Content slider for featured apartments
 */
.slider-container {
    padding: 0 45px;
    position: relative;
}

.slider-inner {
    overflow: hidden;
    position: relative;
}

.slider {
    left: 0;
    margin-left: -20px;
    position: relative;

    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

.slider > [class*="uk-width-"] {
    padding-left: 20px;
}

.left-page-2 {
    position: absolute;
}

.slider-button {
    background: #ed6e54;
    color: #FFF;
    font-size: 25px;
    height: 100%;
    max-height: 200px;
    opacity: 0.4;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.slider-button:hover {
    color: #FFF;
    opacity: 0.8;
}

.slider-left {
    left: 0;
}

.slider-right {
    left: auto;
    right: 0;
}

.slider-button i {
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}

/**
 * Breadcrumbs
 */
.breadcrumb-container {
    margin: 0 0 15px;
}

.breadcrumbs {
    margin-bottom: 10px;
    line-height: 30px;
    color: #aaa;
    padding: 1px;
    /*border: 1px solid #F0F0F0;*/
    overflow: hidden;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a {
    background: #F0F0F0;
    color: #aaa;
    display: block;
    float: left;
    height: 30px;
    margin-right: 31px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
}

.breadcrumbs a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -29px;
    border: 15px solid transparent;
    border-color: #F0F0F0;
    border-left-color: transparent;
}

.breadcrumbs a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -29px;
    border: 15px solid transparent;
    border-left-color: #F0F0F0;
}

.breadcrumbs a:hover {
    background: #1C969F;
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover:before {
    border-color: #1C969F;
    border-left-color: transparent;
}

.breadcrumbs a:hover:after {
    border-left-color: #1C969F;
}

.breadcrumbs li:last-of-type a {
    margin-right: 25px;
}

.breadcrumbs li:first-of-type a {
    padding-left: 15px;
}

.breadcrumbs li:first-of-type a:before {
    display: none;
}

/**
 * The site h1 and content box
 */
h1 {
    color: #444;
    margin: 0;
}

.main-header {
    background: #f4f4f4;
    display: inline-block;
    padding: 10px 20px;
}

.main-content {
    background: #f4f4f4;
    padding: 20px;
}

/**
 * Social media
 */
a.facebook:hover,
.facebook-bg {
    background: #3b5998;
}

a.twitter:hover,
.twitter-bg {
    background: #56C4FF;
}

a.google:hover,
.google-bg {
    background: #D84C2F;
}

a.pinterest:hover,
.pinterest-bg {
    background: #CF2027;
}

a.linkedin:hover,
.linkedin-bg {
    background: #1B85BD;
}

a.youtube:hover,
.youtube-bg {
    background: #cc181e;
}

a.live-chat:hover,
.live-chat-bg {
    background: #65a3af;
}

/**
 * UI Kit overrides and additions
 */
/*.ie8 input,
.ie8 select,
.ie8 textarea {
	border: 1px solid #ddd;
	height: 30px;
	max-width: 100%;
	padding: 4px 6px;
	vertical-align: middle;
}
	.ie8 input.uk-form-large,
	.ie8 select.uk-form-large,
	.ie8 textarea.uk-form-large {
		height: 40px;
		padding: 8px 6px;
		font-size: 16px;
	}
.ie8 .uk-button {
	border: 0;
}
.ie8 .uk-width-large-1-2,
.ie8 .uk-width-large-2-5,
.ie8 .uk-width-medium-1-2,
.ie8 .uk-width-medium-2-5 {
	width: 50%;
}
.ie8 .uk-width-large-1-3,
.ie8 .uk-width-large-2-6,
.ie8 .uk-width-medium-1-3,
.ie8 .uk-width-medium-2-6 {
	width: 33.333%;
}
.ie8 .uk-width-large-1-4,
.ie8 .uk-width-large-2-8,
.ie8 .uk-width-medium-1-4,
.ie8 .uk-width-medium-2-8 {
	width: 25%;
}
.ie8 .uk-width-large-1-5,
.ie8 .uk-width-large-2-10,
.ie8 .uk-width-medium-1-5,
.ie8 .uk-width-medium-2-10 {
	width: 20%;
}
.ie8 .uk-width-large-1-6,
.ie8 .uk-width-medium-1-6 {
	width: 16.666%;
}
.ie8 .uk-width-large-2-3,
.ie8 .uk-width-medium-2-3 {
	width: 66.666%;
}
.ie8 .uk-width-medium-3-5,
.ie8 .uk-width-medium-6-10 {
	width: 60%;
}
.ie8 .uk-width-medium-2-5,
.ie8 .uk-width-medium-4-10 {
	width: 40%;
}
.ie8 .uk-hidden-large {
	display: none;
}
.ie8 .myaccount-login-box {
	display: none;
}
.ie8 .myaccount-login-box.open {
	display: block;
}
.ie8 .uk-push-2-3,
.ie8 .uk-push-4-6 {
	left: 66.666%;
	position: relative;
}
.ie8 .uk-pull-1-3,
.ie8 .uk-pull-2-6 {
	left: -33.333%;
	position: relative;
}
.ie8 .uk-modal {
	background: #CCC;
}*/

/**
 * Containers
 */
.uk-container .uk-container {
    padding-right: 0;
}

.uk-container-margin {
    margin-bottom: 30px;
}

.uk-container-border {
    border-bottom: 1px solid #FFF;
}

.uk-grid > .uk-grid-collapsed {
    padding-left: 1px;
}

.uk-grid > .uk-container {
    float: none;
}

.uk-form-width-semi-large {
    width: 300px;
}

.uk-search .uk-search-field:focus {
    width: 300px;
}

.uk-search:before {
    content: "";
}

.uk-form-large {
    font-size: 18px;
}

.uk-form-large.uk-button {
    padding: 0 15px !important;
}

select.uk-form-large {
    line-height: 34px;
}

.uk-parent {
    position: relative;
}

.uk-list-inline > li {
    display: inline-block;
    margin-right: 10px;
}

.uk-list-narrow > li {
    display: inline-block;
    margin-right: 1px;
}

.uk-list-inline > li:last-child,
.uk-list-narrow > li:last-child {
    margin: 0;
}

.uk-table th,
.uk-table td {
    border-bottom: 1px solid #e5e5e5;
}

#ui-datepicker-div {
    /*width: 43em !important;*/
    z-index: 1012 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    /*padding: 10px;*/
    padding: 7px;
    text-align: center;
}

#ajax-modal {
    z-index: 1021;
}

#ajax-modal-2-content h1 {
    background: #FFF;
    border: 0;
    left: 0;
    padding: 5px 20px 0;
    position: absolute;
    top: -45px;
}

.uk-modal-dialog.wide {
    width: 800px;
}

.uk-modal-dialog.long {
    width: 1000px;
}

.uk-modal-dialog.transparent {
    background: transparent;
}

.uk-modal-dialog.transparent #ajax-modal-content {
    margin-top: -50px;
    margin-left: 25px;
}

.uk-modal-dialog.transparent .uk-modal-close.uk-close {
    position: relative;
    z-index: 1;
}

.uk-modal-dialog > .uk-close:first-child {
    background: #FFF;
    font-size: 16px;
    margin-top: -50px;
    margin-right: -20px;
    opacity: 1;
    padding: 5px;
}

.uk-modal-dialog.uk-modal-dialog-frameless > .uk-close:first-child {
    margin-right: -18px;
    margin-top: -18px;
}

.uk-modal-close:hover {
    opacity: 1;
}

.uk-tab-grey.uk-tab > li.uk-active > a {
    background: #EEE;
}

.uk-tab-container {
    background: #EEE;
    padding: 20px;
}

.uk-list-large {
    font-size: 18px;
}

.uk-list-large li {
    margin: 20px 0 20px 20px;
}

.uk-grid.uk-grid-narrow > [class*="uk-width-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.uk-grid.uk-grid-narrow > [class*="uk-width-"]:first-child {
    padding-left: 35px !important;
}

.uk-grid.uk-grid-narrow > [class*="uk-width-"]:last-child {
    padding-right: 35px !important;
}

.uk-reduce-padding {
    padding-left: 65px !important;
}

.uk-reduce-padding .uk-width-large-1-2 {
    padding-left: 5px !important;
}

.uk-reduce-padding h2 {
    margin-left: -30px;
}

.uk-padding {
    padding: 15px;
}

.uk-margin-right {
    margin-right: 15px;
}

.uk-margin-left {
    margin-left: 15px;
}

.uk-clear {
    clear: both;
}

.uk-button {
    background: transparent;
    font-family: "Bebas", "Lato", "Arial Narrow", Tahoma;
    color: #00ACDC;
}

.uk-button:focus,
.uk-button:hover {
    background: transparent;
    color: #EE5E36;
}

.uk-button-primary {
    background-color: #CBDB2A;
    font-family: "Bebas", "Lato", Tahoma;
    color: #fff !important;
}

input.uk-button-primary {
    font-weight: normal;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
    background: #00ACDC;
}

.uk-button-primary.orange-bg-hover:focus,
.uk-button-primary.orange-bg-hover:hover {
    background: #EE5E36;
}

.uk-button-inverse {
    background: #000;
    color: #FFF;
}

.uk-button-inverse:hover {
    background: #35B3EE;
}

.uk-button-blue {
    background: #65a3af;
}

.uk-button-blue:hover, .uk-button-blue:focus {
    background: #ed6e54;
}

/**
 * Uk Tooltip Overrides
 */
.uk-tooltip {
    background: #ed6e54;
    background-color: rgba(237, 110, 84, 0.9);
    color: #FFF;
}

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    border-top-color: #ed6e54;
    border-top-color: rgba(237, 110, 84, 0.9);
}

/**
 * UK Form overrides
 */
.uk-form-horizontal.uk-form-smaller .uk-form-label {
    width: 150px;
}

.uk-form-horizontal.uk-form-smaller .uk-form-controls {
    margin-left: 150px;
}

.uk-form-horizontal.uk-form-smallest .uk-form-label {
    width: 100px;
}

.uk-form-horizontal.uk-form-smallest .uk-form-controls {
    margin-left: 100px;
}

/**
 * UK Pagination fixes
 */
.uk-pagination > .uk-active > span {
    background: #ed6e54;
}

.uk-pagination > li > a, .uk-pagination > li > span {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 10px;
}

/**
 * Custom Colours for stuff
 */
.uk-panel-box-white {
    background: #FFF;
}

.uk-panel-box-blue {
    background: #65a3af;
}

.uk-alert-grey {
    background: #EEE;
    color: #999;
}

/**
 * Featured apartments (wide)
 */
.feature {
    border-bottom: 1px solid #bcbec0;
    margin-bottom: 10px;
    padding: 10px 0;
}

/**
 * My Account login box
 */
.myaccount-login-box {
    margin-left: -300px;
    left: 50%;
    position: fixed;
    top: -298px;
    width: 600px;
    transition: top .5s ease-in-out;
    z-index: 10;
}

.myaccount-login-box > p {
    margin: 0;
}

.myaccount-login-box.open {
    top: 0;
}

.myaccount-login-box-inner {
    background: #65a3af;
    border: 1px solid #FFF;
    border-top: 0;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: relative;
}

.myaccount-login-box-inner .uk-tab > li:not(.uk-active) > a {
    color: #FFF;
}

.myaccount-login-box-inner .uk-tab > li:not(.uk-active) > a:hover {
    color: #5DB98F;
}

.login-close {
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    top: 15px;
}

/**
 * Site Footer
 */
.site-footer {
    background: #59574B;
    margin-top: 40px;
    padding: 20px 0 0;
    color: #BCBEC0;
    font-size: 11px;
}

.site-footer h3 {
    color: #BCBEC0;
}

.site-footer a {
    color: #BCBEC0;
}

.copyright {
    background: #231f20;
    color: #BCBEC0;
    padding: 20px 0;
}

.copyright p {
    margin: 0;
}

.foot-networks a {
    color: #FFF;
    display: inline-block;
    padding: 5px 6px;
    font-size: 26px;
}

/**
 * For lazyload stuff, we'll add a loading background
 */
.featured-image .lazyparent {
    background: #E0E0E0 url(/img/icons/preloader.gif) no-repeat scroll center center;
    display: block;
    min-height: 138px;
}

.event.lazyload {
    background: #E0E0E0 url(/img/icons/preloader.gif) no-repeat center center;
    background-size: auto !important;
}

/**
 * Back to top link
 */
#back-to-top {
    background: #ed6e54;
    background: rgba(237, 110, 74, 0.65);
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    bottom: 20px;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 9999;
}

#back-to-top:hover {
    background: #ed6e54;
    background: rgba(237, 110, 74, 0.8);
    text-decoration: none;
}

#back-to-top i {
    color: #fff;
}

/**
 * Form defaults for laprge forms
 */
.large-form .uk-form-label {
    font-size: 16px;
    margin-top: 11px;
    text-align: right;
}

.large-form.uk-form select,
.large-form.uk-form input[type="text"],
.large-form.uk-form input[type="password"],
.large-form.uk-form input[type="datetime"],
.large-form.uk-form input[type="datetime-local"],
.large-form.uk-form input[type="date"],
.large-form.uk-form input[type="month"],
.large-form.uk-form input[type="time"],
.large-form.uk-form input[type="week"],
.large-form.uk-form input[type="number"],
.large-form.uk-form input[type="email"],
.large-form.uk-form input[type="url"],
.large-form.uk-form input[type="search"],
.large-form.uk-form input[type="tel"],
.large-form.uk-form input[type="color"] {
    font-size: 18px;
    height: 40px;
    padding: 10px 6px 8px;
}

.large-form.uk-form textarea {
    font-size: 18px;
    min-height: 115px;
    padding: 10px 6px 8px;
}

.large-form.uk-form select {
    padding: 8px 6px;
}

.large-form .uk-form-row {
    margin-top: 20px;
}

.large-form .uk-form-width-large {
    width: 450px;
}

/**
 * Form Validation
 **/
.uk-form-row span.error,
.main-search span.error {
    background: #EE5E36;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1em;
    padding: 4px 8px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    top: 8px;
    z-index: 1;
}

.uk-form-controls.uk-grid span.error {
    left: 35px;
}

.uk-form-row span.error:after,
.uk-grid > [class*="uk-width-"] span.error:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #EE5E36;
    content: '';
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}

.uk-form-row.uk-error div.clean {
    display: none;
}

.uk-form-row.uk-success span.error {
    display: none !important;
}

.uk-form-row.uk-success span.error::after {
    border: none;
}

.uk-form-row.uk-success div.clean {
    background: url(/img/validation/validation-success.png) no-repeat 0 0;
    display: inline-block;
    height: 22px;
    position: relative;
    top: 8px;
    right: 4px;
    width: 22px;
}

.large-form .uk-form-row.uk-success div.clean {
    right: 10px;
    top: 10px;
}

.uk-form-controls.uk-grid {
    position: relative;
}

.uk-form-row.uk-success .uk-grid div.clean {
    left: auto;
    position: absolute;
}

.uk-form-row.uk-success input + div.clean,
.uk-form-row.uk-success select + div.clean,
.uk-form-row.uk-success textarea + div.clean {
    left: 8px;
}

.uk-form-row.uk-success input,
.uk-form-row.uk-success select,
.uk-form-row.uk-success textarea,
.uk-form.main-search input.uk-success,
.uk-form.main-search select.uk-success {
    background-color: #fafff2 !important;
    border-color: #e0efc9 !important;
    color: #539022 !important;
}

.uk-form-row.uk-success label {
    color: #539022 !important;
}

.uk-form-row.uk-error input,
.uk-form-row.uk-error select,
.uk-form-row.uk-error textarea,
.uk-form.main-search input.uk-error,
.uk-form.main-search select.uk-error {
    background-color: #fff7f8 !important;
    border-color: #ffdfe3 !important;
    color: #EE5E36 !important;
}

.uk-form-row.uk-error label {
    color: #EE5E36 !important;
}

/**
 * Fancy labels
 */
.label-checkbox,
.label-radio {
    cursor: pointer;
    display: block;
    font-size: 18px;
    min-height: 30px;
    line-height: 22px;
    padding: 10px 0 0 50px;
    text-align: left;
}

.label-checkbox.medium,
.label-radio.medium,
.label-checkbox.small.padded,
.label-radio.small.padded {
    min-height: 24px;
    padding: 6px 0 0 40px;
}

.label-checkbox.small,
.label-radio.small {
    font-size: 14px;
    min-height: 24px;
    padding: 2px 0 0 36px;
}

.label-checkbox.bordered {
    border: 1px solid #FFF;
}

.label-radio {
    background: url(/img/icons/radio-off.png) 5px no-repeat;
}

.label-radio.medium {
    background: url(/img/icons/radio-off-medium.png) 5px no-repeat;
}

.label-radio.small {
    background: url(/img/icons/radio-off-small.png) 5px no-repeat;
}

.label-checkbox {
    background: url(/img/icons/check-off.png) 5px no-repeat;
}

.label-checkbox.medium {
    background: url(/img/icons/check-off-medium.png) 5px no-repeat;
}

.label-checkbox.small {
    background: url(/img/icons/check-off-small.png) 5px no-repeat;
}

label.r_on {
    background: url(/img/icons/radio-on.png) 5px no-repeat;
}

label.medium.r_on {
    background: url(/img/icons/radio-on-medium.png) 5px no-repeat;
}

label.small.r_on {
    background: url(/img/icons/radio-on-small.png) 5px no-repeat;
}

label.c_on {
    background: url(/img/icons/check-on.png) 5px no-repeat;
}

label.medium.c_on {
    background: url(/img/icons/check-on-medium.png) 5px no-repeat;
}

label.small.c_on {
    background: url(/img/icons/check-on-small.png) 5px no-repeat;
}

.label-checkbox input,
.label-radio input {
    left: -9999px;
    position: absolute;
}

.label-checkbox-inline {
    display: inline-block;
    padding-top: 0;
}

.label-checkbox.c_disabled,
.label-radio.r_disabled {
    color: #BBB;
}

/**
 * Some basic classes for general use
 */
.group-header,
.c h1,
.uk-modal h1 {
    border-bottom: 1px solid #ed6e54;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    padding: 0 20px 5px;
}

.group-header.small {
    font-size: 24px;
    padding-left: 10px;
}

.uk-modal h1 {
    font-size: 30px;
}

.aqua-bg, .blue-bg {
    background-color: #00ACDC;
}

.orange-bg, .crimson-bg {
    background-color: #EE5E36;
}

/**
 * Remarketing
 **/
.remarketing img {
    display: none;
}

.remarketing iframe {
    display: none;
}

/**
 * Reviews
 */
.review-overview {
    padding: 30px;
}

.review-overview.no-padding {
    padding: 0;
}

.review-overview.crimson-bg,
.review-overview.aqua-bg {
    color: #FFF;
}

.review-overview li {
    margin-bottom: 5px;
}

.review-overview h4 {
    border: 1px solid #FFF;
    float: left;
    line-height: 22px;
    margin: 0;
    padding-top: 3px;
    font-size: 18px;
}

.review-overview.crimson-bg h4 {
    border: none;
    color: #FFF;
}

.review-overview.aqua-bg h4 {
    border: none;
    color: #FFF;
}

.review-container {
    border: 1px solid #ed6e54;
    float: right;
    width: 58%;
}

.crimson-bg .review-container,
.aqua-bg .review-container {
    border: 1px solid #FFF;
}

.review-score {
    background: #ed6e54;
    color: #FFF;
    float: right;
    line-height: 25px;
    text-align: center;
    width: 28px;
}

.crimson-bg .review-score {
    background: #FFF;
    color: #ed6e54;
}

.aqua-bg .review-score {
    background: #FFF;
    color: #65A3AF;
}

.review-rating-container {
    display: block;
    padding: 5px 33px 5px 5px;
}

.review-rating {
    background: #ed6e54;
    display: block;
    height: 15px;
}

.crimson-bg .review-rating,
.aqua-bg .review-rating {
    background: #FFF;
}

/**
 * Social buttons
 */
.main-social {
    margin: -180px 0 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.main-social li {
    border: solid #aaa;
    border-width: 1px 0 0 1px;
}

.main-social li:last-child, .main-social li.border-bottom {
    border-bottom-width: 1px;
}

.main-social a,
.main-social .share-header {
    background: #CBDB2A;
    color: #FFF;
    display: block;
    font-size: 25px;
    padding: 8px 5px;
    text-align: center;
}

.main-social a:hover {
    background: #ED6E54;
}

.main-social .share-header {
    font-size: 14px;
    margin-top: 20px;
}

.main-social .chat-header {
    margin-top: 20px;
}

a.facebook:hover {
    background: #3b5998;
}

a.twitter:hover {
    background: #56C4FF;
}

a.google:hover {
    background: #D84C2F;
}

a.pinterest:hover {
    background: #CF2027;
}

a.linkedin:hover {
    background: #1B85BD;
}

a.live-chat:hover {
    background: #ED6E54;
}

#tel-modal-content {
    padding: 20px;
    font-size: 24px;
    background-color: #00ACDC;
    color: #fff;
}

#tel-modal-content a {
    color: #fff;
}

#tel-modal-content i {
    margin-right: 10px;
}

#tel-modal-content span {
    font-weight: bold;
}

.uk-tooltip-left:after {
    border-left-color: #ED6E54;
}

/*
 * Modals
 */
/*.next-review,
.prev-review,*/
.next-image,
.prev-image {
    background: #FFF;
    color: #ED6E54;
    font-size: 40px;
    line-height: 30px;
    margin-top: -21px;
    padding: 20px 10px;
    position: absolute;
    right: -46px;
    top: 50%;
}

/*.prev-review,*/
.prev-image {
    left: -46px;
    right: auto;
}

/*
 * Arrows
 */

.site-arrow {
    position: relative;
}

.site-arrow:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-arrow-right:after {
    left: 100%;
    top: 50%;
    /*border-left-color: #fff;
    border-width: 30px;
    margin-top: -30px;*/
}

.site-arrow-top:after {
    left: 100%;
    top: 50%;
    /*border-bottom-color: #fff;
    border-width: 30px;
    margin-top: -30px;*/
}

.site-arrow-bottom:after {
    top: 100%;
    left: 50%;
    /*border-top-color: #fff;
    border-width: 30px;
    margin-top: -30px;*/
}

.site-arrow-left:after {
    right: 100%;
    top: 50%;
    /*border-right-color: #fff;
    border-width: 30px;
    margin-top: -30px;*/
}

.wishlist-empty {
    margin-top: 20px;
}

.wishlist-page-title {
    color: #EE5E36;
    margin-top: 100px;
    margin-bottom: -10px;
}

.wishlist-title h3:after {
    border-left-color: #fff;
    border-width: 30px;
    border-left-width: 45px;
}

#wishlist-show {
    background: #ed6e54;
    background: rgba(237, 110, 74, 0.65);
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    position: fixed;
    left: 20px;
    text-align: center;
    width: 45px;
    z-index: 1002;
}

#wishlist-show:hover {
    background: #ed6e54;
    background: rgba(237, 110, 74, 0.8);
    text-decoration: none;
}

#wishlist-show i {
    color: #fff;
}

.wishlist {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 90px;
    background: #BBB;
    width: 100%;
    border-top: 1px #fff solid;
    z-index: 1000;
    display: none;
}

.wishlist-title {
    margin: 15px 0 15px 15px;
    float: left;
    height: 60px;
    line-height: 60px;
}

.wishlist-title h3 {
    background-color: white;
    color: #EE5E36 !important;
    font-size: 32px;
    line-height: 60px;
}

.wishlist-title h3 span {
    padding-left: 20px;
    padding-right: 40px;
}

.wishlist-title h3 span span {
    padding: 0;
}

.wishlist-button {
    margin: 15px 0 15px 15px;
    height: 60px;
    line-height: 60px;
}

.wishlist-button-holder {
    text-align: right;
}

.wishlist-button a {
    background: #fff;
    color: #EE5E36 !important;
    font-size: 32px;
    text-align: center;
}

.wishlist-button a:hover {
    color: #fff !important;
    background: #EE5E36 !important;
}

.wishlist-item {
    margin: 15px 0 15px 15px;
    float: left;
    position: relative;
    cursor: default;
}

.wishlist-item a.wishlist-image {
    cursor: default;
}

.wishlist-item img {
    border: 1px #fff solid;
}

.wishlist-delete {
    background: #222;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
}

.wishlist-delete:hover {
    color: #fff;
}

.add-to-faves, .wishlist-add, .wishlist-heart {
    font-family: Bebas, Lato, Tahoma;
    border: 1px #EE5E36 solid;
    color: #EE5E36 !important;
    background-color: #e5e5e5 !important;
    font-size: 27px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    margin-bottom: 0;

}

.add-to-faves i, .wishlist-add i, .wishlist-heart i {
    color: #EE5E36;
}

.remove-from-faves, .wishlist-remove {
    font-family: Bebas, Lato, Tahoma;
    border: 1px #EE5E36 solid;
    background-color: #EE5E36 !important;
    color: #fff;
    font-size: 27px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    margin-bottom: 0;
}

.remove-from-faves i, .wishlist-remove i {
    color: #fff;
}

.ui-effects-transfer {
    border: 3px dotted #EE5E36;
    z-index: 1010;
}

#wish-rcv {
    height: 60px;
    width: 1px;
    float: left;
}

.discover-arrow {
    margin: 15px 0 0 0;
    background: #CBDB2A;
    width: 83%;
    font-size: 32px;
    line-height: 38px;
    padding: 10px 15px;
}

.discover-arrow:after {
    border-left-color: #CBDB2A;
    border-width: 29px;
    border-left-width: 40px;
    margin-top: -29px;
}

a:hover .discover-arrow {
    background: #00ACDC;
}

a:hover .discover-arrow:after {
    border-left-color: #00ACDC;
}

a:hover .apartment-arrow {
    background: #00ACDC;
}

a:hover .apartment-arrow:after {
    border-right-color: #00ACDC;
}

.apartment-arrow, .apartment-arrow a,
.discover-arrow, .discover-arrow a {
    color: white;
}

.apartment-arrow {
    margin: 15px 0 0 0;
    background: #CBDB2A;
    font-size: 32px;
    line-height: 38px;
    padding: 10px 15px;
}

.apartment-arrow:after {
    border-right-color: #CBDB2A;
    border-width: 29px;
    border-right-width: 40px;
    margin-top: -29px;
}

#quicksearch-form {
    margin: 4px 4px 0 0;
    position: relative;
    max-width: 320px;
}

#quicksearch-form:before {
    left: auto;
    margin-top: -9px;
    right: 0;
    top: 50%;
}

#quicksearch-dropdown {
    margin-top: 0;
    width: 250px;
}

.quicksearch-loader {
    display: none;
    position: absolute;
    right: 2px;
    top: 0;
}

#map-canvas img, #single-map-canvas img {
    max-width: none;
}

/**
 * Pre-header
 */

#hero-header {
    min-height: 530px;
    padding: 0;
    margin-bottom: 150px;
    position: relative;
    z-index: 5;
}

#hero-header > .uk-grid {
    height: 530px;
}

#hero-header .search-form {
    padding: 0 60px 30px 0;
}

#hero-header .tagline {
    padding: 10px 15px;
    background: #EE5E36;
    background: rgba(238, 94, 54, 0.8);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-left: 150px;
    height: 20px;
    position: relative;
}

.ie8 #hero-header .tagline {
    z-index: 90;
}

#hero-header .tagline:before {
    position: absolute;
    content: ' ';
    height: 0;
    width: 0;
    bottom: 100px;
    left: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #EE5E36;
    border-bottom: 30px solid rgba(238, 94, 54, 0.8);
}

#hero-header .tagline:after {
    position: absolute;
    content: ' ';
    height: 0;
    width: 40px;
    height: 60px;
    bottom: 40px;
    left: 0;
    background: #EE5E36;
    background: rgba(238, 94, 54, 0.8);
}

#hero-header .tagline div {
    float: left;
}

#hero-header .tagline > span,
#hero-header .tagline a {
    display: inline-block;
    background: #00ACDC;
    color: #fff;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    behavior: url(/js/pie/PIE.htc);
    width: 125px;
    height: 125px;
    text-align: center;
    float: right;
    font-size: 18px;
}

.ie8 #hero-header .tagline span,
.ie8 #hero-header .tagline a {
    z-index: 100;
}

#hero-header .tagline span h3,
#hero-header .tagline a h3 {
    color: #fff;
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 10px;
}
#hero-header .tagline a h3 span {
    font-size: 60px;
    line-height: inherit;

}
#hero-header .tagline a h3 span.currency.small_curr {
    font-size:40px !important;
}
.search-total-cost.small_curr_parent {
    font-size:22px !important;
}

.tab-box {
    padding: 15px 25px 25px;
    background: #E5E5E5;
}

.tab-box-tab.uk-tab > li {
    margin-bottom: -2px;
    font-size: 30px;
    line-height: 34px;
}

.tab-box-tab.uk-tab > li > a {
    padding: 5px 7px;
    color: #555;
}

.tab-box-tab.uk-tab > li > a:hover {
    background: transparent;
    color: #00ACDC;
    border-color: transparent;
}

.tab-box-tab.uk-tab > li.uk-active > a {
    color: #CBDB2A;
    border: none;
}

.tab-box-tab.uk-tab > li.uk-active > a:hover {
    color: #CBDB2A;
    border: none;
    background: #fff;
}

.tab-box-tab.uk-tab > li:not(.uk-active) > a:hover,
.tab-box-tab.uk-tab > li:not(.uk-active) > a:focus,
.tab-box-tab.uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: -2px;
}

.tab-box-content li > p:last-of-type {
    margin-bottom: 0;
}

.tab-box-content li > p {
    text-align: justify;
}

/**
 * Areas
 */

.areas {
    background: #CCCCCC;
    padding-bottom: 0;
}

.areas h2 {
    color: #00ACDC;
    font-size: 30px;
    line-height: 36px;
}

.areas h2 i {
    margin-left: 10px;
}

.areas h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.areas .cla-scroll-container {
    max-height: 450px;
    overflow-y: scroll;
}

.areas .uk-nav {
    background: #fff;
    padding-bottom: 10px;
    position: relative;
}

.areas li a {
    display: block;
    color: #444;
    padding: 0;
}

.areas li a:hover {
    background: #CBDB2A;
}

.areas li a > div {
    border-bottom: 1px solid #00ACDC;
    margin: 0 15px;
    padding: 10px 0;
}

.areas .words span {
    font-size: 13px;
    margin-right: 10px;
}

.areas footer {
    text-align: center;
    font-size: 40px;
    padding: 10px;
}

.areas footer a {
    color: #fff;
}

.areas footer a.inactive {
    opacity: 0.3;
}

/**
 * Image tiles
 */
.page-tile {
    height: 225px;
    background: transparent no-repeat top left;
    background-size: cover;
    margin-top: 25px;
    position: relative;
    display: block;
}

.page-tile h3 {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 75%;
    color: #00ACDC;
    text-align: right;
    font-size: 30px;
    line-height: 36px;
    height: 36px;
    margin: 0;
}

.page-tile h3:after {
    left: 100%;
    top: 50%;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -18px;
}

.page-tile:hover h3 {
    color: #EE5E36;
}

/*
 * Search header
 */

.search-header {
    padding: 5px;
    border: 1px solid #CDCDCD;
    background: #fff;
    z-index: 9;
    margin-left: -10px;
    position: relative;
}

.search-header:before {
    position: absolute;
    top: -21px;
    left: -1px;
    right: -1px;
    height: 20px;
    background: #fff;
    content: ' ';
}

.search-header .description {
    border-bottom: 1px solid #A1A1A1;
    padding: 5px;
}

.search-header .description.description-no-results {
    border-bottom: none;
}

.search-header .description span {
    border-right: 1px solid #DCDCDC;
    padding: 2px 10px;
}

.search-header .description span:last-of-type {
    border-right: none;
}

.search-header .filters {
    padding: 7px 5px 7px 15px;
}

.search-header .uk-list {
    margin-left: 5px;
    margin-bottom: 0;
}

.search-header .uk-list li {
    border-right: 1px solid #DCDCDC;
    padding-right: 10px;
    margin-right: 5px;
}

.search-header .uk-list li:last-of-type {
    border-right: none;
}

.search-header .uk-list li.title {
    border-right: none;
}

.search-header .uk-list.uk-list-inline > li {
    margin-right: 5px;
}

.search-header .uk-list .uk-active a, .search-header .uk-list a:hover {
    color: #CBDB2A;
}

.search-header .uk-list a {
    color: #444;
}

.pop-gallery-images img {
    cursor: pointer;
}

.no-border {
    border: none;
}

.hidden {
    display: none;
}

.animate-scroll {
    position: relative;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.ie8 select.uk-form-large, .ie8 input.uk-form-large {
    height: 40px;
    padding: 8px 6px;
    font-size: 16px;
}

/* switcher fixes for ie8 */
.ie8 .uk-switcher > li {
    display: none;
}

.ie8 .uk-switcher > li.uk-active {
    display: list-item;
}

.apartment-modal .branded-tab .orange-bg {
    height: 14px;
}

.apartment-modal .branded-tab .orange-bg:hover {
    height: auto;
}

.apartment-modal .search-container {
    max-width: none;
}

.apartment-modal .main-search {
    width: 100%;
}

.float-right {
    float: right;
    padding-left: 2em;
}

#cookie_bar {
    position: fixed;
    bottom: 0;
    min-height: 25px;
    background: rgba(187, 187, 187, 0.9);
    width: 100%;
    color: white;
    font-size: 11px;
    line-height: 14px;
    padding: 10px;
    text-align: center;
    z-index: 9999999;
}

#cookie_bar div {
    margin: 0;
    padding: 0;
}

#cookie_bar i.fa-times {
    cursor: pointer;
}

#cookie_bar .cookie_bar_inner {
    max-width: 925px;
    margin: 0 auto;
}

.cookie_icon {
    font-size: 18px;
    line-height: 28px;
}

#cookie_bar a {
    color: #fff;
    text-decoration: underline;
}
.urh {
    font-size:24px;
    font-family: "Bebas", "Lato", Tahoma, sans-serif;
    margin-top:15px;
    margin-bottom:20px;
}
.urh a {
    color:#EE5E36;
}