body {
	font-family: 'Raleway';
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One';
	font-weight:400;
	text-transform: uppercase;	
}

img {
	max-width:100%;
	height:auto;
}

a {
	outline:none !important;
}
body.home {
	background:#1a1a1a;
}
.animsition {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.pulse-effect {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.pulse-effect img {
	display:none;
}
.pulse-effect img.pulse-animation {
	animation: zoom-in-out 1s ease-in-out infinite alternate;
}
@keyframes zoom-in-out {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.9)
    }
}


.section {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.top-logo {
	margin-top:27px;
	display:inline-block;
}
.section-logo {
	text-align:center;
}
.section-logo a {
	max-width:400px;
	display:inline-block;
}
body .fm-button {
	right:30px;
	top:23px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	border:none !important;
	font-weight: 400;
}
a.fm-button:hover {
    color: #e4e4e4;
}
body .fm-button ion-icon {
	font-size:35px;
	color:#fff !important;
}
body .fm-button ion-icon:hhover {
	color:#eee !important;
}
body.white-bg .fm-button {
	color:#1a1a1a;
}
body.white-bg .fm-button:hover {
	color:#aaa;
}
.fm-menu .fm-nav {
	text-align:center;
	position:relative;
	padding:50px 0;
}
.fm-menu .fm-nav:before, .fm-menu .fm-nav:after {
	position:absolute;
	width:2px;
	height:40px;
	background:#fff;
	content:"";
	top:0;
	left:50%;
	margin-right:-2px;
}
.fm-menu .fm-nav:after {
	top:auto;
	bottom:0;
}
.fm-nav > a {
	text-align:center;
	border:none;
	color:#fff;
	text-decoration:none;
	padding:20px 0;
	font-family: 'Fjalla One';
	font-weight:400;
}
.fm-nav > a.active, .fm-nav > a:hover {
	color:#1a1a1a;
}
.fm-overlay {
	left:100%;
	opacity:1 !important;
	background:url(../img/menu-back.jpg) no-repeat center 0;
	background-size:cover;
}
body.fm-activate .fm-overlay {
	left:0;
}
.home .logo {
	cursor:pointer;
}
.section-availability {
	margin:100px 0;
}

.accordion .card-header {
	padding:0;
	background:none;
	border:none;
}
.accordion .card {
	border:none;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.accordion .card:after {
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	height:2px;
	background:#1a1a1a;
	content:"";
}
.accordion h5 button.btn {
	text-transform:uppercase;
	color:#1a1a1a;
	text-decoration:none;
	padding:0;
	font-size:25px;
}
.accordion h5 button.btn:after {
	content:"-";
}
.accordion h5 button.btn.collapsed:after {
	content:"+";
}
.accordion .card-body {
	padding:0;
}
.accordion .table th, .accordion .table td {
	border:none;
	padding:5px 10px;
}
.accordion .table tr:nth-child(odd) td {
	background:#f7f7f7;
}
.accordion .table tr.swap-image td {
	/*cursor:pointer;*/
}
.accordion .table tr.swap-image.active td {
	/*background:#e0e0e0;*/
}
.accordion .table a {
    color: #a0a0a0;
    font-style: italic;
}
.accordion .table a:hover {
	text-decoration: none;
	color: #1a1a1a;
}
.mfp-bg {
	background:#1a1a1a;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity:0.9 !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.sidemenu {
	display:none;
	margin: 100px 0;
	height: calc(100% - 200px);
    transform: translateX(-50%);
}
.section h1 {
	color:#fff;
	font-size:70px;
}
.section-interiors {
	text-align:center;
	color:#fff;
}
.section-interiors .links li {
	list-style:none;
	display:inline-block;
	margin:0 8px;
}
.section-interiors .links a {
	font-family: 'Fjalla One';
	color:#fff;
	text-decoration:none;
	font-size:20px;
}
.section-overlay {
	position:relative;
}
.section-overlay:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background:#1a1a1a;
	opacity:0.5;
	width:100%;
	height:100%;
}
.section-interiors .overlay-right, .section-interiors .overlay-left {
	position:absolute;
	background: rgba(0, 0, 0, 0.40);
	top:0;
	right:0;
	height:100%;
	width:400px;
	max-width:100%;
	padding:20px;
	text-align:left;
}
.section-interiors .overlay-right.has-two-cols, 
.section-interiors .overlay-left.has-two-cols {
	width:520px;
}
.section-interiors .overlay-left {
	left:0;
	right:auto;
}
.section-interiors .overlay-right p, .section-interiors .overlay-left p {
	color:#fff;
}
.header-fixed {
	position:fixed;
	z-index:1;
	width:100%;
}
.growing:hover {
    transform: scale(0.9);
    transition: 0.7s;
    transition-timing-function: ease-in;
	opacity: 1.0;
}

.growing {
    transform: scale(1.0);
    transition: 0.7s;
    transition-timing-function: ease-out;
}
/*td.description-type {
    max-width: 1000px;*/
}
img.growing {
    outline: 0;
}
.overlay-right h3, .overlay-left h3 {
    color: #fff;
    margin-bottom: 20px;
}
.overlay-right h5, .overlay-left h5 {
    color: #fff;
    font-size: 17px;
}
.overlay-right li, .overlay-left li  {
    color: white;
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
    margin: 3px 0px;
    
}
.overlay-right li:before, .overlay-left li:before  {
    content: "-";
    padding-right: 5px;
}   
.overlay-right ul, .overlay-left ul {
    padding-left: 8px;
}
ul.links li a:hover {
    color: #aaa;
}
a.move-top {
	position:fixed;
	bottom:0px;
	left:50%;
	width:50px;
	transform:translateX(-50%);
	opacity: 0.7;
}
a.move-top:hover {
	opacity: 1.0;
}
.team-members .team-member {
	text-align:center;
	margin-bottom:50px;
}
.team-members .team-member img.thumb {
	border-radius:100px;
	width:200px;
}
.team-members .team-member h3 {
	margin:15px 0 10px;
	text-transform:uppercase;
}
iframe {
	max-width:100%;
}
span.role-color {
    color: #aaa;
    font-size: 23px;
}

span.best-described {
    text-transform: uppercase;
    font-size: 16px;
}
form label {
    display: none;
}
form input, form textarea {
    border: 1px solid #1a1a1a !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    font-family: 'Raleway' !important;
}
form textarea {
	min-height: 200px;
}
button.btn.btn-primary {
    background-color: #1a1a1a;
    border-radius: 0px;
    border: none !important;
    text-transform: uppercase;
    padding: 5px 10px;
}
button.btn.btn-primary:hover {
    background-color: #eee;
}
textarea.form-control, input.form-control {
    box-shadow: none !important;
}
form input:hover, form input:focus, textarea:hover, textarea:focus {
    border: 1px solid #aaa !important;
}
.team-member h4 {
    color: #aaa;
    font-size: 21px;
}
.team-member h5 {
    margin-bottom: 0px;
}
.contact h5 {
    margin-bottom: 0px !important;
}

.response .error, .response .success {
	color: #aaa;
    	margin: 20px 0;
    	font-style: italic;
}
.response .success {
	color:#aaa;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.contact a {
    color: #aaa;
    text-transform: none !important;
    font-style: italic;
}
.contact a:hover {
    color: #1a1a1a;
    text-transform: none !important;
    font-style: italic;
}

a.apopup-img {
    display: none;
}

/* Gallery */
.section-gallery {
	margin:100px 0;
}
.section-gallery .gallery .gallery-item {
	display:block;
	height:250px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	border-radius:0px;
}

.home.iphone .video-bg {
	background: url('../img/bg_black.png') no-repeat center / cover;
}

@media (max-width: 1024px) {
	.sidemenu {
		transform: translateX(0);
	}
	.section .top-title {
		padding-top:110px;
	}
}
@media (max-width: 764px) {
	body .fm-menu .fm-nav > a {
		padding:15px 0;
	}
	.top-logo {
		max-width:65%;
	}
	body .fm-button {
		font-size:16px;
		top:19px;
		right:15px;
	}
	body .fm-button ion-icon {
		font-size:25px;
		color:black;
	}
	.form-enquiry {
		margin-bottom:40px;
	}	
}
































