
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700);

/* @group brand colours */
	/*
	midnight #0A1C34
	platinum #606D7B  rgba(96,109,123,1)
	light #E7E9EB (nav active)
	pale #EFF0F2 10%
	pale #F7F8F8 5%
	*/
/* @end */

/*body { max-width: 375px; }*/

#BetterNavigator { display: none; }

#dimensions {
	position: absolute;
	bottom: 50px;
	right: 0;
	color: white;
	background-color: red;
	padding: .2rem 1rem;
}

/*.tiles { display: none; }*/

body {
  background: #FFF; font-family:'Oxygen';
  background: -webkit-radial-gradient(#fff 0%, #F7F8F8 100%); /* Safari 5.1-6.0 */
  background: -o-radial-gradient(red 5%, blue 60%); /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(red 5%, green 15%, blue 60%); /* For Firefox 3.6-15 */
  background: radial-gradient(#fff 0%, #F7F8F8 100%); /* Standard syntax */
}

.row, section.top-bar-section { max-width: 1280px; }
section {
	margin-left: auto;
	margin-right: auto;
}
.center { text-align: center; }

h1, h2, h3, h4, h5 { font-family: 'Oxygen'; }

.featherlight-previous span, .featherlight-next span {
	font: 2rem 'FontAwesome';
}

/* @group defaults */

h1 { font-size: 1.25rem; margin-bottom: 1.2rem; color: #606D7B; font-weight: 300; }

.page h1, .wide-page h1 { text-transform: uppercase;
	text-align: center;
}

h2 { font-size: 1.1rem; }
h3 { font-size: 1.1rem }
p {
	color: #606D7B;
	font-size: .9rem;
}
.inner p + .row { margin-top: 40px !important; }
.title-area { margin-left: 0; padding-left: 3%; padding-right: 3%; }

.button {
/*	background-color: #E7E9EB;
	background-color: rgba(96,109,123,.2);*/
	/*border: 1px solid #fff;*/
	border-radius: 2px !important;
	font-family: 'Oxygen';
	color: #606D7B;
}
:hover.button {
/*	background-color: rgba(96,109,123,.35);
	color: #000;*/
}
.tagline {
	font-size: 1rem;
	text-align: center;
	margin: 45px 10% 0;
	text-shadow: 1px 2px 2px rgba(0,0,0,.35);
}



/* @end */
/* @group helpers */

h3 + .button { margin-top: 1rem; }

/* @end */


/* @end */

/* @group transitions */
.top-bar-section li:not(.has-form) a, ul.social li a:hover, .cover .inline-list > li a, .concept .tile a span.caption {
	transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
}
.button { transition: background-color 0.3s ease-out; }

/* @end */

/* @group header */

header { background-color: #0e2241; }

.top-bar-section .has-dropdown > a::after { display: none; /*margin-top: -.25rem;*/ }

nav.top-bar {
	text-align:center;
	z-index: 1000;
	background: rgba(13, 34, 66, 0.6);
}

section.top-bar-section { display: inline-block; }

.top-bar-section {
	display: inline-block;
	width: auto;
}
.top-bar-section ul li a {
	margin-right: 5px;
	margin-left: 5px;
}
.top-bar-section ul li > a {
	font-family: font-family:'Oxygen';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

a.logo {
	text-align: center;
	padding: 30px 20px 20px;
	display: block;
}
a.logo img {}

.icons {
	position: absolute;
	top: 65px;
	right: 5%;
	font-size: 1.25rem;
}
.icons a { color: #fff; }
header .icons a:last-child {margin-left: -4px;}
.icons a i.fa { margin-left: 1rem; }

/*header .contacts {
	display: block;
	overflow: auto;
	padding-top: 25px;
	text-align: center;
	height: 140px;
}*/

ul.social {
	list-style: none;
	display: inline-block;
	overflow: auto;
	margin: 0 auto;
}
ul.social li {
	float: left;
}
ul.social li a {
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255,255,255,.25);
	border-radius: 99px;
	display: block;
	margin: 0 3px;
	text-align: center;
	line-height: 46px;
	color: rgba(255,255,255,.85);
}
ul.social li a:hover {
	border: 2px solid rgba(255,255,255,.5);
	background-color: #da1118;
}
header .ph {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	color: white;
	max-width: 80%; margin-left: 10%;
}

.top-bar .title-area, .top-bar.expanded .title-area { background: #0A1C34; }
.name { padding-top: 7px; }
.name a {
	color: #fff; text-align: center; /*font-weight: 700;*/
}
.name a img { max-height: 25px; }

.name a.chinese {
	position: absolute;
	left: .75rem;
	padding-top: 4px;
	font-size: .75rem;
	color: rgba(255,255,255,.75);
}
.name a:hover.chinese { color: rgba(255,255,255,1); }

/* @end */

/* @group hero */

.hero { width: 100%; overflow: hidden; background-color: #606D7B; }
.owl-item .item img {
	opacity: 0.65;
	min-width: 100%;
}
.caption {
	position: absolute;
	bottom: 38%;
	text-align: center;
	width: 80%;
}
.hero .caption {top:47vh; width: 60%; margin-left: 20%; }


.caption h2 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.35);
}
.caption p { color: #fff; display: none; width: 100%; text-shadow: 1px 1px 3px rgba(0,0,0,.35); }

.caption a.button { margin-bottom: 0; font-size: .7rem; color: #fff; padding: 0.6rem 1.2rem; background-color: transparent;
border: 1px solid #fff; }



/*.orbit-container .orbit-slides-container img { width: 100%; } MOVE TO MEDIA */

/* @end */


/* @group jQuery tiles */

.loading {
	display: block;
	background-image: url(../img/loading.gif);
	width:32px;
	height:32px;
	margin-left:-16px;
	margin-top:-16px;
	border-radius:16px;
	border:2px solid #333;
}
.tiles { /* .jquery-tiles */
	height: 50vh;
}
.tiles-item a .caption {
	background:rgba(96,109,123,.65);
	color:#fff;
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
}
.tiles-item .caption {
	display: table;
}
.tiles-item .caption span {
	margin:20px;
	display: block;
	/*font-family: 'The Girl Next Door', cursive;*/
	font-size: 14px;
	font-weight: normal;

	display: table-cell;
	vertical-align: middle;
}
.tiles-item .caption span::after {
	font: 1rem 'FontAwesome';
	content: "\f002";
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: .5rem;
}

.tiles img,
.home-tiles img {
	display: none;
	vertical-align: baseline; /* added default */
	max-width: none; /* added default */
}

.tiles,
.home-tiles {
	margin:0 auto;
}

.tiles-content {
	background-color: background:rgba(96,109,123,1);
}

/* @end */


/*
.hero { position: relative; }
.hero-wash {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.hero-wash.dark { background: rgba(0,154,217,0.75); }
ul.hero { margin: 0; }
ul.hero li img { width: 100%; }
*/

p.crumb {
	position: absolute;
	top: 2rem;
	left: 5%;
	font-size: .75em;
	color: #fff;
	display: none;
}
p.crumb a {  color: #fff; margin: 0 .65rem; }
p.crumb a:hover { text-decoration: underline; }
p.crumb a:first-of-type { margin-left: 0; }

a.nolink { text-decoration: none !important; cursor: default; }

/* @group home */

section.home .inner {
		padding: 50px 5%;
		overflow: auto;
	}

	.inner.offset { margin-top: 20px; }

/*
.services {
	text-align: left;
	background: #F7F7F7;
	border: 10px solid #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);
	padding: 20px 10%;
	margin-bottom: 20px;
}
.services h2 { color: #BA141A; font-size: 1.3rem; font-weight: 400; text-align: center;
	margin-bottom: 25px;
}

.services ul { margin-left: 0;
	color: #555;
}
.services ul li { list-style: none;
	line-height: 1.4rem;
	margin: 0 0 1rem 28px;
}
.services li::before {
	font: 1.6rem 'FontAwesome';
	content: "\f046";
	margin-right: .4em;
	margin-left: -32px;
	float: left;
	margin-top: -1px;
}
*/


/* @end */

/* @group cover + page */

.cover {
	background: #E6E7ED; /* EFEFF0 */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* padding-bottom: 10%; */
}
section.cover .inner {
	padding: 50px 5%;
	overflow: auto;
}
.cover .page {
	background: #fff;
	padding: 45px 5%;
	overflow: auto;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 10px;
	text-align: left;
}
.page.cloud, .wide-page.cloud { background: #f7f7f7; }
.page .image, .wide-page .image {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.page.cloud + .page, .page + .image, .wide-page.cloud + .page, .page + .image  {
	margin-top: -10px;
}

.image.wide img {
	width: 100%;
}

.scroll-to { font-size: 130%; color: #606D7B; padding: 1em 1.5em; }
/*
.page blockquote, .page blockquote p {
	color: rgba(96,109,123,9);
	font-weight: 300;
	line-height: 1.5rem;
	margin: 0px 0px 1.25rem;
	padding: 0;
	border: none;
}
.page blockquote p { color: inherit; line-height: inherit; }
*/
.cover .inline-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cover .inline-list:not(.features) > li { margin-left: 0; }
.cover .inline-list > li a {
	font-size: 80% !important;
	line-height: 2.6rem;
	padding: 0px .8rem;
	letter-spacing: .02em;
}
.cover .inline-list > li a { color: #606D7B; text-transform: uppercase; font-size: .9rem; }
.cover .inline-list > li a:hover {
	background: #E7E9EB none repeat scroll 0% 0%;
}
.cover .inline-list > li.active {
	background: #E7E9EB none repeat scroll 0% 0%;
	color: #606D7B;
}


.concept .inner {
	padding-top: 25px !important;
}

.concept h1, .concept h1 small {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6rem;
	margin-top: 10px;
	margin-bottom: 40px;
}
.concept h1 small {
	font-size: 50%;
	letter-spacing: .4rem;
}
.concept h2 {
	text-transform: uppercase;
	color: #606D7B;
	margin-bottom: 20px;
}
.concept .inline-list.features {
	margin-bottom: 1.25rem;
}
.concept .inline-list.features > li:first-of-type {
	margin-left: 0;
}
.concept blockquote:first-of-type {
	margin-top: -10px;
}

.icon img {
	width: 50px;
	height: 50px;
	border: 2px solid rgba(96,109,123,.35);
	border-radius: 99px;
	padding: 10px;
	float: left;
	margin-right: 6px;
}
.icon {
	font-weight: bold;
	line-height: 47px;
	font-size: 15px;
	color: rgba(96,109,123,.55);
}

aside {	padding-top: 10px; max-width: 310px; }

.ConceptPage iframe { margin-bottom: 5px; }

.ConceptPage .grid a {
	max-width: 32%; /*150*/
	margin-bottom: 2%;
	margin-right: 2%;
	display: inline-block;
	float: left;
	height: 0;
  padding-bottom: 21.5%;
	overflow: hidden;
}
.ConceptPage .grid a:nth-child(3n+3) { margin-right: 0; }

.row.content {
	margin-top: 2em;
}

/* @end */

/* @group concepts */

.concept .tile {
	position: relative;
	margin-top: 20px;
}
.concept .tile a span.caption {
	position: absolute;
	color: #fff;
	background-color: rgba(96,109,123,.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 38%;
}
.concept .tile a:hover span.caption {
	color: #606D7B;
/*	background-color: rgba(255,255,255,.75);*/
	background-color: rgba(240,247,255,.85);
}
.concept .tile img { width: 100%; }

.ConceptPage .concept .tile {
	max-height: 150px;
	overflow-y: hidden;
}
.ConceptPage .concept .tile a span.caption {
	padding-top: 15%;
}

/* @end */

/* @group gallery */

.filter {
	width: 100%;
	overflow: auto;
	padding: 0 3px;
	margin-bottom: 10px;
}
.pagination { padding: 30px 3px 0;
	margin-bottom: 50px;
}
.pagination a.left:before {
	font: 1rem 'FontAwesome';
	content: "\f104";
	margin-right: .75rem;
}
.pagination a.right:after {
	font: 1rem 'FontAwesome';
	content: "\f105";
	margin-left: .75rem;
}
.pagination .button {
	padding-top: .5rem;
	padding-bottom: .6rem;
	font-size: .8rem;
}

/* @end */

/* @group contact */

.page .vcards {
	margin: 40px 0 20px;
	text-align: left;
}
p.phone a { font-size: 1.45rem; color: #606D7B; }
p.phone a:hover { color: #0A1C34; }
p.phone a:before {
	font: 1.35rem 'FontAwesome';
	content: "\f095";
	margin-right: .5rem;
}
.vcards h3 {
	font-size: 1.1rem;
	font-weight: 700;
}


/* @end */

/* @group Log in */

.Actions input.action { padding: 1rem 2rem 1.0625rem 2rem; font-family: 'Oxygen'; font-size: 1rem; margin-bottom: 10px; }

/* @end */

/* @group showcase */

ul.clearing-thumbs {
	margin-left: 0 !important;
}
.clearing-assembled .clearing-container .carousel > ul{ width: auto !important; }
.clearing-blackout { background: rgba(255,255,255,0.9); }
.clearing-blackout .clearing-close { font-family: "Helvetica Neue", Helvetica, sans-serif; }

/* @end */

/* @group accordion */

article .accordion { margin-left: 0;
	margin-bottom: 20px;
}
article .accordion .accordion-navigation > a {
	border: 1px solid #666;
	border-bottom: none;
}
article .accordion .accordion-navigation:last-of-type > a {
	border: 1px solid #666;
}
article .accordion .accordion-navigation > a::after {
	font: .65rem 'FontAwesome';
	content: "\f078";
	float: right;
	margin-top: .4rem;
}
article .accordion .accordion-navigation.active > a::after {
	content: "\f077";
}
article .accordion .accordion-navigation.active > a {
	border-bottom: none;
}
article .accordion .accordion-navigation > .content.active {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
article .accordion .accordion-navigation:last-of-type > .content.active {
	border-bottom: 1px solid #666;
}


/* @end */

/* @group section.light */




.snow {
	background-color: #F7F8F8;
	background-image: linear-gradient(-180deg, #EFEFF0 0%, #fff 50%);
}
/* @end */

/* @group section.light */


.light {
	background-color: #F7F8F8;
	background-image: linear-gradient(-180deg, #EFEFF0 0%, #fff 100%);
}
.light .inner {
	padding: 40px 0 20px;
	overflow: auto;
	text-align: center;
}
.light h2 { color: #00ADEE; }

.button, .Actions input.action {
	color: #606D7B;
	border: 1px solid #606D7B;
	background: none;
	background-color: rgba(96,109,123,0);
}
:hover.button, .Actions input.action:hover {
	color: #000;
	border-color: rgba(96,109,123,.75);
	background-color: rgba(96,109,123,.15);
}

.light .inner .gMap {
	overflow:hidden;
	height:95px;
	max-width:750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/* @end */

/* @group section.dark */
.dark {
	background-color: #4A4A4A;
	background-image: linear-gradient(-180deg, #444 0%, #4A4A4A 100%);
}
.dark .inner {
	padding: 50px 5%;
	overflow: auto;
	text-align: center;
}
.dark h2 { font-size: 1.5rem; }
.dark h2, .dark p { color: #fff; }

/* @end */

/* @group owl-carousel */

.owl-wrapper, .owl-item, .owl-item .item { overflow-y: hidden!important; }

.hero .owl-prev { left: 5%; top:44vh; position: absolute; }
.hero .owl-next { right: 5%; top:44vh; position: absolute; }

/*
.testimonials { text-align: center; }
.testimonials p {
	line-height: 1.4rem;
	padding-right: 10%;
	padding-left: 10%;
}
.testimonials p::before {
	content: open-quote;
	font-size: 1.8rem;
	margin-right: .25rem;
	margin-bottom: -1rem;
	position: relative;
	top: 5px;
}
.testimonials p::after {
	content: close-quote;
	font-size: 1.8rem;
	margin-left: .25rem;
	margin-bottom: -1rem;
	position: relative;
	top: 5px;
}
.testimonials .owl-prev { left: -3%; bottom: 20%; position: absolute; }
.testimonials .owl-next { right: -3%; bottom: 20%; position: absolute; }
.testimonials .owl-item div { padding: 16% 20%; }
.testimonials.owl-theme .owl-controls .owl-buttons div { color: #999; }
*/

/* next and prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 1.9rem;
}

/* Clickable class fix problem with hover on touch devices */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



/* @end */

/* @group testimonials */

.testimonials .owl-wrapper {
	background: #F7F8F8;
	margin: 1em 0;
}
.testimonials.owl-theme .owl-controls {
    position: absolute;
    bottom: 2em;
    right: 1em;
}
.testimonials.owl-theme .owl-controls .owl-buttons div {
    color: #606D7B;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    font-size: 1.5rem;
    opacity: 0.5;
    padding: 2px;
}
.testimonials blockquote {
	position: relative;
	border: none;
	padding: 1.15em 2.5em;
}
.testimonials blockquote p {
	color: #606D7B;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 0.25em;
	font-size: 1em;
}
.article:not(.profile) .testimonials .item {
	margin-bottom: 1.5em;
}
.testimonials cite {
	font-style: normal;
	font-weight: bold;
	color: #606D7B;
}
.testimonials blockquote p:before {
	font-family: Helvetica, Geneva, sans-serif;
	content: " “ ";
	color: #606D7B;
	font-size: 3em;
	position: absolute;
	left: 0.25em;
	top: 0.15em;
}
.testimonials blockquote p:after {
	font-family: Helvetica, Geneva, sans-serif;
	content: " ” ";
	color: #606D7B;
	font-size: 3em;
	line-height: 0;
	position: relative;
	top: 0.45em;
	left: 0.1em;
}
.testimonials .arrow {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #E8F5FD;
  margin: 0 0 0.25em 2.25em;
}
article + .break {
	display: block;
	height: 12px;
	background: #E8F5FD;
	margin: 30px -38px 0;
}

/* @end */

/* @group footer */

section.contact { color: #fff; background-color: #0A1C34; text-align: center; }

section.contact .inner {
	padding: 40px 5% 50px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 20px
}

section.contact img.logo {
	max-width: 250px;
	/* margin-bottom: 30px; */
}

section.contact .inner .grid-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.contact .inner .grid-col p {
	margin-bottom: 15px;
}

@media only screen and (min-width: 64.0625em) {
	section.contact .inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	section.contact .inner .grid-col {
		width: 100%;
	}
}


/* Concepts Landing Page */
.concepts-landing {
	position: relative;
}

.concepts-landing .cl-title,
.concepts-landing .ec-items {
	position: relative;
	z-index: 2;
}

.concepts-landing:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efeff0+0,efeff0+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(239,239,240,0) 0%, rgba(239,239,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,240,0)), color-stop(100%,rgba(239,239,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,240,0) 0%,rgba(239,239,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,240,0) 0%,rgba(239,239,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,240,0) 0%,rgba(239,239,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,239,240,0) 0%,rgba(239,239,240,1) 100%); /* W3C */
}

.concepts-landing .cl-title {
	color: #FFFFFF;
}
.concepts-landing .cl-title h1 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
.concepts-landing .cl-title p {
	font-size: 1rem;
	color: #FFFFFF;
}

/* section.cover .inner {
	overflow: visible;
} */

/* Head Office */

.head-office, .display-office { text-align: center; }
.head-office p, .display-office p {
	margin-bottom: 0;
	margin-left: 3%;
	margin-right: 3%;
}
.head-office { margin-bottom: 10px; }
section.contact .ph {
	font-family: 'Oxygen';
	font-weight: 700;
	font-size: 1rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,.35);
	margin-bottom: 0 !important;
	color: #fff;
}

footer { text-align: center;
color: white;
}

footer .logo {

	/* margin-top: 43px; */
}

/*footer .logo img { max-width: 85%; }*!*/

footer h3{color: white;}
footer p{color: white; }

footer .inner {
	padding: 40px 5%;
	overflow: auto;
}

footer ul.social {
	margin-bottom: 20px;
}
footer small {
	display: block;
	color: #999;
	font-size: .75rem;
}
footer nav ul { list-style-type: none;
	margin: 0;
}

footer nav > ul > li {

	list-style: none;
	margin: 0 .5rem;
}
footer nav > ul > li > a {
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}
footer nav > ul > li > a:hover {
	color: rgba(96,109,123,1);
}
footer nav > ul > li > ul > li > a {
	color: #fff;
	font-size: .75rem;
}

footer a.phone {
	color: #fff;
}

footer a.phone:hover {
	color: #999
}

.instagram-footer {
	padding-left: 4px;
	padding-right: 4px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
	padding-bottom: 32px;
}

.instagram-footer .image-holder {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #0A1C34;
}

.instagram-footer:before {
	/** remove before */
	content: none;
}

@media screen and (min-width: 40rem) {
	.instagram-footer {
		padding-left: 0;
		padding-right: 0;
		grid-template-columns: repeat(4, 1fr);
		max-width: 895px;
	}
}


.legal p { font-size: .85rem; color: #444; }
.legal p.copyright { font-size: .7rem; color: #999; }
.legal a { color: #606D7B; }

/* @end */


/* MEDIA */

@media only screen and (max-width: 23.5em) {

	.top-bar-section ul li > a { padding-right: 4%; padding-left: 4%; }
	.list h1, h2 { font-size: .8rem; }
	p { font-size: .85rem }

	.featured { display: none; }

	.owl-item .item { position: relative;  width: 100%; overflow: hidden; }
	.owl-item .item img { position: absolute; bottom: 0; max-width: none; width: 150%; right: -25%; top: 0; }
/*	.hero { max-height: 160px; }*/


/*	.hero .caption h2 { font-size: 1.3rem; }*/

	.owl-prev, .owl-next { top:12vh!important; }
	.hero .owl-prev { left: 2%;  }
	.hero .owl-next { right: 2%;  }



.owl-theme .owl-controls .owl-buttons div { font-size: 1.5rem; }

/*	section.home .inner, section.cover .inner { padding: 35px 4%; }*/

	section.cover .inner { padding: 0; }
	section.cover .inner > .columns.center { padding: 0; }


	.services h2 { font-size: 1.2rem;
		margin-bottom: 15px;
		margin-top: -5px;
	}
	.services ul li { font-size: .9rem; }
	footer small { font-size: .55rem; }

	.inner > .columns { padding-left: 0; padding-right: 0; }
	.concepts-landing .ec-items > .columns { padding-left: 0; padding-right: 0; }
	.concept .tile a span.caption { padding-top: 26%; }
	.testimonials blockquote p { font-size: 0.9em; }

} /* max-width 376px */

@media only screen and (min-width: 23.563em) and (max-width: 40em) {
	.owl-prev, .owl-next { top:12vh!important; }
	.top-bar-section ul li > a { padding-right: 4%; padding-left: 4%; }

	/*.owl-item .item { position: relative; height: 300px; width: 100%; overflow: hidden; }
	.owl-item .item img { position: absolute; bottom: 0; max-width: none; width: 150%; right: -25%; }*/

	/*.hero { max-height: 180px; }*/
	.hero .caption {
		width: 80%;
		margin-left: 10%;
	}

	.services h2 { font-size: 1.2rem; }
	.services ul li { font-size: .9rem; }

	p.crumb { display: none; }
	footer .logo { width: 50% !important; }

	.owl-controls { display: none; }

} /* max-width 640px */

@media only screen and (min-width: 40.063em) {
	.cover .inline-list > li a {
		line-height: 2.6rem;
		padding: 0px 1.2rem;
		letter-spacing: .05em;
	}
}

@media only screen and (min-width: 40.063em) {

	header .top-bar-section ul li > a { font-size: 12px; }
	.top-bar-section li:not(.has-form) a:not(.button) { padding: 0 0.5rem; }

	.top-bar { margin-top: 0px; }
	.top-bar .title-area { display: none; }

	/*.owl-item .item { position: relative; height: 280px; width: 100%; overflow: auto; }
	.owl-item .item img { position: absolute; bottom: 0; max-width: none; min-width: 100%; }*/

	/*.hero { max-height: 280px; }*/

	.hero .caption h2 { font-size: 2rem; }
	.hero .caption p { font-size: 1.2rem; }
	.hero .caption p, p.crumb { display: inline-block; } /* show paragraph */
	.hero .caption a.button { font-size: 1rem; padding: 1rem 2rem 1.0625rem; }

	h1 { font-size: 1.75rem; }

	.light .inner {
		padding: 50px 15% 30px;
	}

	.services { padding: 30px 10%; }

	.display-office { text-align: left; }
	.head-office { text-align: right; border-right: 1px solid #fff; margin-bottom: 0; }

	footer small br { display: none; }

	.inner.offset {
		margin-top: -108px;
	}

	.cover .page, .cover .wide-page { padding: 60px 10%; margin: 0 0 10px; }

	.concept h1 {
		font-size: 3rem; line-height: 2.3rem;
	}

/*	aside h2 { padding: 20px 15px 15px; }*/

	article .grid .panel { min-height: 400px; }

	article .list .panel img {
		width: auto;
		max-width: 35%;
		float: left;
		margin-right: 3%;
		margin-bottom: 0;
	}
	article .list .panel p.more a { display: inline-block; width: 62%; float: right; }
	.clearing-main-prev > span, .clearing-main-next > span { border: none; }
	.clearing-main-prev > span:after, .clearing-main-next > span:after {
		font: 1.2rem 'FontAwesome';
		content: "\f054";
		bottom: 10px;
		position: relative;
		color: #333;
	}
	.clearing-main-prev > span:after {
		content: "\f053";
		right: -20px;
	}
	.legal br { display: none; }

} /* min-width 641px */

@media only screen and (min-width: 40.063em) and (max-width: 50em) {

	header ul.social li a {
		width: 38px !important;
		height: 38px !important;
		line-height: 34px !important;
	}


} /* min-width 640px and max-width 800px */

@media only screen and (min-width: 50.063em) {

	.inner p + .row { margin-top: 50px !important; }
	header .top-bar-section ul li > a { font-size: 13px; }
	.top-bar-section li:not(.has-form) a:not(.button) { padding: 0 0.84rem; }
	.icons { right: 10%; }

	.title-area { display: none; }
/*	a.logo { padding-top: 10px; }
	a.logo img { max-width: 175px; margin-left: 8px; }*/
	.tagline { font-size: 1.15rem; margin: 45px 0 0; }

	.owl-item .item { position: relative;  width: 100%; overflow: hidden; }

	.hero.owl-carousel.owl-theme{

	}

	.hero .caption h2 { font-size: 2.2rem; }
	.hero .caption p { font-size: 1.2rem; }

	article .grid .panel { min-height: 450px; }

} /* min-width 801px */

@media only screen and (max-width: 64em) {

	/*header .contacts { padding-top: 35px; }*/
	header ul.social li a {
		width: 40px;
		height: 40px;
		margin: 0 3px;
		line-height: 36px;
	}




} /* max-width 1024px */

@media only screen and (min-width: 64.063em) {


	h1 { font-size: 2rem; }
	/*.cover .page blockquote, .page blockquote p { font-size: 1.9rem; line-height: 2.5rem; }*/
	.home h1 { font-size: 1.8rem; }
	.home h1, .home h1 + p { padding: 0 10%; }
	h2 { font-size: 1.55rem; }
	h3 { font-size: 1.2rem; }
	h4 { font-size: 1.1rem; }
	h5 { font-size: 1rem; }
	body { font-size: 100%; }

	.title-area { margin-right: 0; }

	header .top-bar-section ul li > a { font-size: 14px; letter-spacing: .05em; }
	.top-bar-section li:not(.has-form) a:not(.button) { padding: 0 0.9375rem; }
	/*header .contacts {
		background-color: #606D7B;
		background: #606D7B;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
	}*/

	.tagline { font-size: 1.2rem; margin: 80px 5% 0; }
	.inner p:last-child { margin-bottom: 30px; }

	.hero .caption h2 { font-size: 2.6rem; }
	.hero .caption p { font-size: 1.5rem; }


	.services { padding: 30px 10%; margin: 0; }
	.services h2 { font-size: 1.5rem; }

/*	aside { min-height: 400px; }
	aside h2 { height: 95px; }*/

	article { padding: 50px 7% 70px; }
	/*.testimonials p { padding-right: 2%; padding-left: 2%; }*/
	footer .call { font-size: 2.2rem; }
	article .grid .panel {
		min-height: 450px;
		max-height: 450px;
	}


} /* min-width 1025px */

@media only screen and (min-width: 72.063em) {

	header .top-bar-section ul.right { margin-right: 1rem; }
	.top-bar-section li:not(.has-form) a:not(.button) { padding-left: 1rem; }
	.title-area { margin-left: 3.5%; }
	/*a.logo {
		height: 275px;
		padding-top: 25px;
		width: 300px;
		background-color: #606D7B;
		background: #606D7B;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
	}*/

} /* min-width 1153px */

@media only screen and (min-width: 80.063em) {

	.top-bar-section li:not(.has-form) a:not(.button) { padding-left: 1rem; padding-right: 1rem; }

	.tagline { font-size: 1.4rem; }
	/*.testimonials { padding-right: 5%; padding-left: 5%; }*/

	.owl-item .item img { margin-top: -160px; }

	.hero .owl-prev { left: 10%; }
	.hero .owl-next { right: 10%; }

/*	.hero { max-height: 330px; }*/

	.hero .caption h2 { font-size: 3rem; }
	.hero .caption p { font-size: 1.7rem; }

/*	aside { max-width: 360px; }*/

} /* min-width 1281px */



.concepts-landing-row {
	max-width: 50em !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
/*Instagram feed */

.home-insta {
	position: relative;
	background: transparent;
}
.home-insta .js_slider .prev, .home-insta .js_slider .next {
	background-color: #0e2241;
}
.home-insta .fairy {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	height: 472px;
	background-image: url('../images/fairyleft.png');
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 3;
}
@media screen and (max-width: 1000px) {
	.home-insta .fairy {
		display: none;
	}
}
.home-insta .above {
	padding: 2rem 0 3rem 0;
}
.home-insta h2 {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.home-insta h2 span {
	color: #6e2d00;
}
/* Hills */
.home-insta .hills {
	text-align: center;
	color: #fff;
	padding: 0 0 5rem 0;
}
.home-insta .hills .label {
	font-weight: bold;
	font-size: 2rem;
	line-height: 3rem;
}
/* Social */
.home-insta .social {
	position: relative;
	z-index: 2;
}
.home-insta .social li {
	display: inline-block;
	margin: 1rem;
	vertical-align: middle;
}
.home-insta .social li a svg {
	display: block;
	fill: #fff;
	width: 3rem;
	height: 3rem;
}
.home-insta .social li a:hover svg {
	fill: #0e2241;
}
/* Carousel */
.home-insta .slide {
	margin: 0 0px;
	outline: none;
}
.home-insta .image {
	padding-top: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}
.home-insta .caption {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 0;
	line-height: 1.4;
	font-size: 1rem;
	white-space: normal;
	transition: 0.5s all ease;
	padding: 10%;
	border-radius: 0px;
	font-size: 13px;
}
.home-insta .image:hover .caption {
	opacity: 1;
}
.home-insta .caption a {
	color: #0e2241;
	text-decoration: none;
}
.home-insta .js_slide {
	width: 320px;
	margin: 1rem;
}
@media screen and (max-width: 800px) {
	.home-insta .hills .label {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.home-insta .social li {
		margin: 0.75rem;
	}
	.home-insta .social li a svg {
		width: 2rem;
		height: 2rem;
	}
	.owl-carousel {

		margin-top: 0px !important;
	}
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #0e2241;
	transition: 0.5s all ease;
	z-index: 3;
	text-indent: 100%;
	overflow: hidden;
	background-size: 25px, 46px;
	background-position: center;
	background-repeat: no-repeat;
	color: white !important;
}

.slick-arrow:hover {
	background-color: #606D7B;
}
.slick-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
	background-image: url('data:image/svg+xml; base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjMsMjVMMzAuMiw5LjFsNS42LDUuNUwyNS40LDI1bDEwLjQsMTAuNGwtNS42LDUuNUwxNC4zLDI1eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
	color: white !important;
	z-index: 1000;
	}
.slick-next {
	right: 0;
	border-radius: 10px 0 0 10px;
	background-image: url('data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwMS41IDUwMS41Ij48Zz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTk5LjMzIDQxMC42MjJsLTU1Ljc3LTU1LjUwOEwyNDcuNDI1IDI1MC43NSAxNDMuNTYgMTQ2LjM4NGw1NS43Ny01NS41MDdMMzU4LjQ0IDI1MC43NXoiLz48L2c+PC9zdmc+DQo=');
	color: white !important;
	z-index: 1000;
	}
.owl-slick {
		width: 25px;
	}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	 display: none;
 }
/* Slider */
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

section.home-insta h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 3% 0% 1% 0% ;
}



.custom-control {
	position: absolute;
	top: 2em;
	right: 2em;
	z-index: 999;
}
.custom-control button {
	background: deepskyblue;
	border: 1px solid;
	color: white;
	font-size: 1em;
	padding: .2em .6em;
	outline: none;
}
.custom-control button.active {
	background: #7CD279;
}

.owl-carousel {
	position: relative;
	height: calc(100vh - 2.8125rem) !important;
	opacity: 1;
	display: block;
	margin-top: -65px;
}

@media screen and (min-width: 642px) {
	.owl-carousel {
		height: calc(100vh - 186px) !important;
	}
}

.owl-carousel div:not(.owl-controls) {
	height: 100%;
}
.owl-carousel .owl-slide {
	background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.owl-carousel div.owl--text {
	position: absolute;
	bottom: 4em;
	left: 2em;
	width: 20em;
	height: 8em;
	background: rgba(255, 255, 255, 0.5);
}
.owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFF;
	background: #000;
	opacity: .6;
	border-radius: 50px;
	font-size: 1.8em;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: .5em;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	right: .5em;
}
section.contact p.phone a:link {
	color: #EDEDED;
}
section.contact p.phone a:hover {
	color: rgba(96,109,123,1);
}
.top-bar.expanded {
	background: #0A1C34;
	height: auto;
}
div#example {
	overflow: visible!important;
}

/*toggle menu bar mobile*/
.top-bar .toggle-topbar.menu-icon a span::after{
	height: 1px;
	background-color: white;
}
.top-bar.expanded .toggle-topbar a span::after{
	height: 1px;
	background-color: #888;

}
.tiles-item.sliced-v {
	height: 100% !important;
}

/* wide page */
.wide-row {
	margin: 0 auto;
	width: 100%;
}

.wide-row:before, .wide-row:after {
    content: " ";
    display: table; 
}

.wide-row:after {
	clear: both; 
}

.wide-page {
	background: #fff;
	padding: 45px 2%;
	overflow: auto;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 10px;
	text-align: left;
}

.wide-page h1 {
	text-transform: uppercase;
	text-align: center;
}

.wide-page .vcards {
	margin: 40px 0 20px;
	text-align: left;
}

/* contact form */
form.userform {
	margin-bottom: 1.25rem;
}

form.userform input[type="checkbox"] {
	margin: 0;
	/* transform: scale(1.2); */
}

form.userform div.field.nocaptcha .g-recaptcha {
	margin-bottom: 1.25rem;
}