/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Fonts -----------------------------------------------------------------------------------------*/ 

@import url('/templates/yoo_chester/fonts/TextaAlt-Bold.css');
@import url('/templates/yoo_chester/fonts/TextaAlt-Regular.css');
@import url('/templates/yoo_chester/fonts/TextaAlt-Light.css');
@import url('/templates/yoo_chester/fonts/TextaAlt-Heavy.css');
@import url('/templates/yoo_chester/fonts/TextaAlt-Thin.css');

body {
	font-family: 'TextaAlt-Regular';
	color:#231f20;
	line-height:1.1;
}

::-moz-selection {
  background: rgba(52, 50, 51, 1);
}
::selection {
  background: rgba(52, 50, 51, 1);
}

p { widows: 3; orphans: 3: }

hr {
	border-top: 1px solid #8c847b;
	width:25%;
	margin:25px auto;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 'TextaAlt-Bold';
	font-weight: 400;
	color: #8c847b;
	text-transform: uppercase;
}

h3.uk-h2:before {
  content : "";
  position: absolute;
  left    : 0;
  top  		: 0;
  height  : 1px;
  width   : 35%;  /* or 100px */
  border-top:1px solid #8c847b;
}

h3.uk-h2 {
	display:block;
	padding:20px 0;
	position: relative;
}

h3.uk-h2:after {
  content : "";
  position: absolute;
  left    : 0;
  bottom	: 0;
  height  : 1px;
  width   : 35%;  /* or 100px */
  border-bottom:1px solid #8c847b;
}

.uk-h2 {
  font-size: 50px;
	line-height: 1;
	text-transform:uppercase;
	font-family: 'TextaAlt-Thin';
	font-weight:normal;
}

.uk-h3 {
	margin:15px 0 20px !important;
  font-size: 50px;
	line-height: 1;
	text-transform:uppercase;
	font-family: 'TextaAlt-Thin';
	font-weight:normal;
	color:#fff;
}

a, a:link {
	color:#74bae7;
	opacity:0.75;
}

a:hover, a:focus, a:active {
	color:#74bae7;
	opacity:1;
	text-decoration:none;
}

.uppercase {
	text-transform:uppercase;
}

.bold {
	font-weight:bold;
}

.blue {
	color:#74bae7 !important;	
}

.brown {
	color:#8c847b !important;
}

.orange {
	color:#ff4e00 !important;
}

.white {
	color:#fff;
}

.large {
	text-transform:uppercase;
	font-size:30px;
	line-height:0.9;
}

.x-large {
	text-transform:uppercase;
	font-size:50px;
	line-height:0.8;
}

.small {
	display:block;
	margin-top:6px;
	font-size:12px !important;
	line-height:1px;
}

.thin {
	font-family: 'TextaAlt-Thin';
}

.heavy {
	font-family: 'TextaAlt-Heavy';
}

.light {
	font-family: 'TextaAlt-Light';
}

.heavy.blue,
.small.blue {
	margin-bottom:20px !important;
}

.uk-block-primary {
	background: #231f20;
}

.uk-block-secondary {
  background: #f6f3f2;
}

.uk-block-muted {
	background:-moz-linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(193,186,182,0.60) 25%, rgba(193,186,182,0.60) 75%, rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(193,186,182,0.60) 25%, rgba(193,186,182,0.60) 75%, rgba(0,0,0,0) 100%);
	background:-webkit-gradient(linear, 100% 0, 0 0, color-stop(0.05, rgba(0,0,0,0.0)), color-stop(0.25, rgba(193,186,182,0.6)), color-stop(0.60, rgba(193,186,182,0.6)), to(rgba(0,0,0,0)));
	background:-o-linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(193,186,182,0.60) 25%, rgba(193,186,182,0.60) 75%, rgba(0,0,0,0) 100%);
	background:linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(193,186,182,0.60) 25%, rgba(193,186,182,0.60) 75%, rgba(0,0,0,0) 100%);
}

.btn-block {
  display: block;
	width: 30%;
	margin-left:auto;
	margin-right:auto;
}

.uk-button,
a.uk-button {
	font-family: 'TextaAlt-Bold';
	font-size:14px;
  color: #74bae7;
	text-transform:uppercase;
  line-height: 30px;
  min-height: 30px;
  border: 1px solid #74bae7;
	opacity:1;
}

.uk-button [class*=" icon-"] {
	position:relative;
	font-size:16px;
	top:3px;
}

.uk-button:not(.uk-button-link)::before {
 	background: #74bae7;
}

.uk-button:hover, 
.uk-button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  border-color: #74bae7;
}

.uk-button-primary,
a.uk-button-primary {
 	background-color: transparent;
 	color: #ffffff;
 	border-color: #ffffff;
 	line-height: 30px;
	min-height: 30px;
}

.uk-button-primary:not(.uk-button-link)::before {
 	background: #ffffff;
}

.uk-button-primary:hover, 
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #000000;
  outline: none;
  text-decoration: none;
  border-color: #ffffff;
}

.uk-button-secondary,
a.uk-button-secondary {
 	background-color: transparent;
 	color: #8c847b;
 	border-color: #8c847b;
 	line-height: 30px;
	min-height: 30px;
}

.uk-button-secondary:not(.uk-button-link)::before {
 	background: #8c847b;
}

.uk-button-secondary:hover, 
.uk-button-secondary:focus {
  background-color: #8c847b;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  border-color: #8c847b;
}

.uk-list {
	margin-left:15px;
	text-align:left;
}

.uk-list li {
	padding-left:5px
}

.uk-list li span {
	color:#231f20;
}

.uk-list > li::before, .uk-list > li::after {
	content: "";
	display: inline;
}

.tm-totop-scroller {
	position: relative;
	margin-top:10px;
}

.uk-navbar-toggle {
 	font-size: 24px;
  color: #231f20 !important;
  opacity: 1 !important;
}

.uk-lightbox-content {
	border: 5px solid #fff;
}

.uk-modal-caption {
	text-transform:uppercase;
	font-size:18px;
}

.uk-modal {
	z-index:99999;
	background: rgba(0, 0, 0, 0.9);
}

.uk-margin-medium-top {
	margin-top:30px !important;
}

.uk-margin-medium-bottom {
	margin-bottom:30px !important;	
}


/* Positioning --------------------------------- */
.uk-container {
	padding-left:10px;
	padding-right:10px;
	position:relative;
  max-width: 980px;
}

.tm-container-small {
  max-width: 320px;
}

.uk-block {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tm-block-divider::before {
  height: 0px;
  background: none;
}

.tm-block-padding-collapse .uk-margin {
  margin-bottom: 0 !important;
	margin-top:0 !important;
}

.tm-block-padding-collapse {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-grid + .uk-grid, 
.uk-grid-margin, 
.uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}

.absolute {
	position:absolute; 
	bottom:0;
}

.margin-right {
	margin-right:25% !important;
}

/* Navigation -------------------------------------- */
.tm-navbar,
.tm-footer {
	max-width:960px;
	text-align:center;
	margin:0 auto;
}

.uk-navbar-nav > li:not(:last-child), .uk-navbar-brand {
    margin-right: 86px;
}

.uk-navbar-nav > li > a {
 	font-family: 'TextaAlt-Bold';
	color: #55524e;
	opacity:1;
}
 
.uk-navbar-nav > li > a > img {
	opacity:0.75;
	width:106px;
	height:47px; 
}
.uk-navbar-nav > li > a:hover > img {
	opacity:1;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li.uk-active > a {
	color: #74bae7;
}

.uk-navbar-nav > li > a::before {
	background:none;
}

.uk-navbar-nav > li > a.enquire-button {
	font-family: 'TextaAlt-Bold';
  -webkit-appearance: none;
  margin: 0;
	margin-top:15px;
  border: none;
  overflow: visible;
  font: inherit;
  color:#ffffff ;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
  background: #74bae7;
	opacity:0.75;
	height:40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: none;
  overflow: hidden;
  -webkit-transition: color .4s, background .2s;
  transition: color .4s, background .2s;
  z-index: 1;
}

.uk-navbar-nav > li > a.enquire-button:not(.uk-button-link):before {
  content: "";
  position: absolute;
  left: -160%;
  height: 100%;
  width: 130%;
  background: #74bae7;
	opacity:1;
  z-index: -1;
}

.uk-navbar-nav > li > a.enquire-button:not(:disabled) {
  cursor: pointer;
}

.uk-navbar-nav > li > a.enquire-button:hover,
.uk-navbar-nav > li > a.enquire-button:focus {
  background-color: #74bae7;
	opacity:1;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.uk-modal .uk-slidenav-position a.uk-slidenav-next,
.uk-modal .uk-slidenav-position a.uk-slidenav-previous {
 	color:#000;
	font-weight: bold;
	display:block;
/*	text-shadow: 2px 2px 2px; */
	width: 35px;
	height: 36px;
	background: rgba(255, 255, 255, 1);
	border-radius: 40px;
}

.uk-slidenav-position a.uk-slidenav-next {
	padding-top: 2px;
	padding-left: 5px;
}
	
.uk-slidenav-position a.uk-slidenav-previous {
	padding-top: 2px;
	padding-right: 5px;
}

a.uk-close { 
	color:#000;
	font-weight: bold;
}

.uk-button.video {
	width:100px;
	height:110px;
	background:url("../../../images/template/play_video.png");
	border:none;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.uk-button.video:hover {
	background:url("../../../images/template/play_video_hover.png");
	border:none;
}

.uk-button.video:not(.uk-button-link)::before {
    content: "";
    position: inherit;
    left:0;
    height: 100%;
    width:100%;
    background: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition:none;
    z-index: inherit;
}
#video .uk-modal-dialog {
	width:1100px;
}

.uk-modal-dialog > .uk-close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
	float: none;
	padding: 2px;
	border-radius: 50%;
	background: #ffffff;
	line-height: 20px;
	border:1px solid #ccc;
	z-index:9999;
}

.uk-overlay-top {
	bottom: auto;
}

a.modal {
	opacity:0.5;
}

a.modal:hover {
	opacity:1;
}

a.uk-close { 
	color:#000 !important;
	font-weight: bold;
}

.rstboxes .popup-text {
    font-family: 'TextaAlt-Heavy';
    font-weight: 700;
    font-size: 1.5rem;
    color: #344955;
    text-align: center;
}

.rstboxes form {
    margin:0;
}

.rstboxes .cf-form-wrap {
    margin: 0;
    width: 100%;
    margin-bottom: 25px;
}

.rstboxes .rscontact input {
    font-family: 'TextaAlt-Light' !important;
    font-size: 1rem !important;
    height: 40px !important;
    text-transform: uppercase !important;
    line-height: 40px !important;
    color: #afa89f !important;
    margin-bottom: 10px !important;
    border-width: 1px !important;
    border-color: #afa89f !important;
    border-radius: 0  !important;
}
.rstboxes input::placeholder {
    text-transform: lowercase !important;
    color: #afa89f !important;
    font-size: 1.2rem !important;
}

.rstboxes .cf-btn.cf-btn-style-flat {
    background: rgba(255, 255, 255, 1);
    width: 150px;
    text-transform: uppercase;
    font-family: 'TextaAlt-Heavy' !important;
    font-size: 1.3rem !important;
    color: #afa89f !important;
    text-transform: uppercase;
    line-height: 0;
    min-height: 40px; 
    height: 40px;
    border: 2px solid #afa89f;
    opacity: 1;
}

.rstboxes .cf-btn.cf-btn-style-flat:hover {
    background: #afa89f !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.rstbox-close {
    right: 15px;
    top: 15px;
    background: #344955 !important;
    padding: 1px 2px;
    color: #ffffff !important;
    font-size: 48px;
    font-family: 'TextaAlt-Regular';
    opacity: 1;
}

.rstbox-close span {
    font-size: 48px;
    padding: 0;
    line-height: 24px;
    display: inline-block;
}

#rstbox_1 .rstbox-close:hover {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

/* Inputs ------------------------------------------ */

input[type="text"].uk-search-field {
	border:none;
	background-color: rgba(0,0,0,0);
}

input, textarea, select, button {
	font-family: 'TextaAlt-Bold';
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: rgba(255,255, 255, 1);
    border: 1px solid #74bae7;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 40px;
	text-transform:uppercase;
  line-height: 40px;
  color: #8c847b;
	margin-bottom:10px;
  border-width: 1px;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	border-color: #74bae7;
	outline: 0;
	background: rgba(255,255, 255, 1);
}

/* Other ------------------------------------------- */

.rscontact .uk-button.submit {
	background: rgba(255, 255, 255, 1);
	width:50%;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
}

.rscontact .btn.submit:not(.uk-button-link)::before {
	background: #74bae7;
}

.rscontact .uk-grid {
	margin:0 auto;
	width:30%;
}

.rscontact .uk-grid > * {
	padding:0 5px;
}

.rscontact span#mod-rscontact-counter-157 {
	display:none;
}

.rscontact textarea {
	height:75px;
}

.tm-footer p {
	line-height:1;
	color: #ffffff;
}

.logotext {
	text-transform: uppercase;
	font-size:12px !important;
	color:#8c847b !important;
	margin:15px 0 !important;
}

/* Individual Pages ------------------------- */

.bluepanel {
	width:100%;
	background-color: rgba(115,186,231,0.90);
	padding: 15px 0;
	position: absolute;
	z-index: 99;
}

#tm-bottom-d {
	background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), url(/images/template/register_overlay.png);
	background-image: moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), url(/images/template/register_overlay.png);
}

.tm-bottom-d {
	position:relative;
}

.location .tm-block-top-c.uk-block-default {
		background:linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(248,247,247,1) 10%, rgba(246,244,244,1) 90%, rgba(255,255,255,1) 100%);
}

.frontpage .tm-top-c .uk-panel p {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background:linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
	background:moz-linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
	margin: 0 auto;
	height:70px;
	line-height:70px;
	font-size:19px;
	text-transform:uppercase;
}

.frontpage .tm-top-c .uk-panel p a {
	color:#ffffff;
}

.frontpage .tm-top-d .uk-panel .uk-overlay {
	position:absolute;
	top:35px;
	right:0;
	left:0;
	margin: 0 auto;
	text-transform:uppercase;
	line-height:1;
	color:#fff;
}

.frontpage .tm-bottom-b .uk-panel p:before {
  content : "";
  position: absolute;
  left    : 0;
  top			: 0;
  height  : 1px;
  width   : 80%;  /* or 100px */
  border-top:1px solid #fff;
}

.frontpage .tm-bottom-b .uk-panel p {
	position:absolute;
	top:25px;
	left:25px;
	text-transform:uppercase;
	line-height:1;
	color:#fff;
	text-align:left;
	padding:20px 0;
}

.frontpage .tm-bottom-b .uk-panel p:after {
  content : "";
  position: absolute;
  left    : 0;
  bottom	: 0;
  height  : 1px;
  width   : 80%;  /* or 100px */
  border-bottom:1px solid #fff;
}

.frontpage .tm-bottom-b .uk-panel .uk-overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background:linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
	margin: 0 auto;
	font-size:19px;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
}

.frontpage .tm-bottom-b .uk-panel .uk-overlay a {
	color:#ffffff;
}

.location .tm-top-c .uk-panel .uk-overlay {
	position:absolute;
	bottom:38%;
	right:0;
	left:0;
	margin: 0 auto;
	text-transform:uppercase;
	line-height:1;
	color:#fff;
	width:30%;
}

.archlogo {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.architecture .tm-top-b .uk-panel .uk-overlay {
	position:absolute;
	top:25px;
	right:0;
	left:0;
	bottom: 25px;
	margin: 0 auto;
	text-transform:uppercase;
	line-height:1;
	color:#fff;
	width:960px;
}

.architecture .tm-top-b .uk-panel .uk-overlay hr {
	border-top: 1px solid #ffffff;
	width:10%;
}

.architecture .tm-bottom-b .uk-h3 {
	color:#8c847b !important;
}

.architecture .tm-bottom-b .uk-panel .uk-overlay {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background:linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%);
	margin: 0 auto;
	font-size:19px;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
}

.architecture .tm-bottom-b .uk-panel .uk-overlay a {
	color:#ffffff;
}

.interiors .uk-slidenav-position {
	max-width:1280px;
	margin:0 auto;
  position: relative;
}

.interiors .uk-slidenav-position .uk-dotnav > * > * {
    width: 28px;
    height: 12px;
    border-radius: 0;
		border: 1px solid #ffffff;
}

.interiors .uk-slidenav-position .uk-dotnav {
	margin-top:5px;
}

.interiors .uk-slidenav-position .uk-dotnav > .uk-active > *,
.interiors .uk-slidenav-position .uk-dotnav > * > :hover {
	background: #ffffff;
}

.interiors .uk-slidenav-position .uk-slidenav {
	top: auto;
	display:block;
  bottom: 25px;
  z-index: 9;
	color:#ffffff;
}

.interiors .uk-slidenav.uk-slidenav-next {
	font-weight: bold;
	right:20%;
}
.interiors .uk-slidenav.uk-slidenav-previous {
 	font-weight: bold;
	left:20%;
}

.interiors .uk-overlay-panel {
	height:40px;
	background:linear-gradient(to right, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.9) 25%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0) 100%);
}

.interiors .tm-bottom-a .uk-panel hr {
	width:12%;
}

.floorplans .tm-top-a h3.uk-h1,
.location .tm-top-c h3.uk-h1,
.architecture .tm-top-b h3.uk-h1,
.interiors .tm-top-a h3.uk-h1 {
	padding-top:25px;
	width:100%;
	background: #d7d4cf;
	font-size: 30px;
  line-height: 1;
	color:#fff;
	padding:25px 0 25px 0;
}

.floorplans .uk-table thead th {
	font-family: 'TextaAlt-Heavy';
	vertical-align: top;
	text-align:center;
	border-bottom: 1px solid #d7d4cf;
}

.floorplans .uk-table td {
	font-family: 'TextaAlt-Heavy';
	border-bottom: 1px solid #d7d4cf;
	vertical-align:middle;
}

/* Media / Responsive Queries -------------------- */
@media only screen and (min-width : 1824px) {
	.frontpage .tm-top-c img,
	.frontpage .tm-top-d img,
	.location .tm-bottom-a img,
	.architecture .tm-top-b .uk-margin > img {
		width:100%;
	}
}

@media (min-width: 1025px) {
	
}

@media (max-width: 1025px) {
	.tm-navbar {
		width:100%;
		text-align:center;
	}
}

@media (min-width: 767px) and (max-width: 1025px) {
	.rscontact .uk-grid {
		margin:0 auto;
		width:60%;
	}
	
	.tm-container-small {
    max-width: 50%;
	}	
	
}

@media (max-width: 767px) {
	
	.frontpage .tm-top-c img, 
	.frontpage .tm-top-d img,
	.frontpage .tm-bottom-b img,
	.location .tm-bottom-a img,
	.architecture .tm-top-b .uk-margin > img {
		min-height:250px;
	}
	
	.frontpage .tm-top-d .uk-panel .uk-overlay {
    top: 5px;
	}
	
	.architecture .tm-top-b .uk-panel .uk-overlay {
		top:5px;
		bottom: 5px;
	}
	
	.rscontact .uk-grid {
		margin:0 auto;
		width:90%;
	}
	
	.tm-container-small {
    max-width: 70%;
	}
	
	.interiors .uk-slidenav.uk-slidenav-next {
		right:5%;
	}
	.interiors .uk-slidenav.uk-slidenav-previous {
		left:5%;
	}
	.logotext {
		margin:15px 0 0 !important;
	}
	
	.tm-footer p {
		text-align:center !important;
	}
	
	.tm-footer [class*='uk-width'] {
		width:100%;
		margin-bottom:15px;
		text-align: center !important;
	}

	.tm-footer .uk-flex-left,
	.tm-footer .uk-flex-right  {
	  justify-content: center;
	}

	
	.absolute {
		position:relative; 
	}
	
	.margin-right {
		margin-right:0 !important;
	}
	
	.uk-nav-offcanvas > li > a {
 	 padding: 15px 15px;
	}
	
	.location .tm-top-c .uk-panel .uk-overlay {
    position: relative;
		top:0;
    bottom: 0;
    right: 0;
    left: 0;
		margin-top:15px;
    width: 50%;
	}
	
	.uk-h3,
	.x-large {
	  font-size: 30px;
	}
}

@media (max-width: 480px) {
	
	.frontpage .tm-top-c .uk-panel p,
	.architecture .tm-bottom-b .uk-panel .uk-overlay,
	.frontpage .tm-bottom-b .uk-panel .uk-overlay {
		height:40px;
		line-height:40px;
	}
	
	.interiors .uk-overlay-panel {
		height:20px;
		padding:5px;
	}
	
	.interiors .uk-slidenav-position .uk-dotnav {
    margin-top: -4px;
	}
	.interiors .uk-slidenav-position .uk-dotnav > * > * {
    width: 16px;
    height: 8px;
	}
	
	.frontpage .tm-block-bottom-b .uk-h3 {
		padding-left:20px;
		padding-right:20px;
	}
		
	.frontpage .uk-cover-background {
    background-position: 40% 50%;
	}
	
	.architecture .tm-top-b .uk-panel .uk-overlay {
		top:0;
	}
	
	.interiors .uk-slidenav-position a.uk-slidenav-next, 
	.interiors .uk-slidenav-position a.uk-slidenav-previous {
		display:none !important;
	}
	
	.btn-block {
		width:100%;
	}
	
	.uk-h3,
	.x-large {
	  font-size: 30px;
	}
		

}