/*
	Soundtect.
	Colors:
	
*/

:root {
    --header-color: #000000;
    --header-background:#986748;
    --freestyle-teal: #04727B;
    --sountect-gold: #986748;
}

@font-face {
    font-family: 'Larsseit';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Larsseit.woff') format('woff');
}

@font-face {
    font-family: 'Larsseit Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Larsseit-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Larsseit Light';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Larsseit-Light.woff') format('woff');
}

/* remove before release */

strong {
    font-family: 'Larsseit Bold';
}
    
.strapline {
    max-width:960px;
    display:block;
}

h3.withtextbelow {
    margin-bottom: 8px;
}

a.pink-link {
    text-decoration: none;
    color: #FFF;
    background:#e30069;
    border-radius: 3px;
    transition: 0.7s;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 1rem;
    margin:2rem 0;
}

a.pink-link:hover {
    color:#FFFFFF;
    background:#600630;
}

.dark-blue-row {
    background:#17272d;
}

.valignc {
    align-items:center;
}

.valignt {
    align-items:flex-start;
}

.dark-blue-row h5,
.dark-blue-row p,
.dark-blue-row a {
    color:#FFFFFF;
}

.text-page-content p {
    width:80%;
}

.text-page {
    padding: 2rem 0;
}
.text-page ul {
    margin: 2rem 0;
}

.text-page li {
    margin:1rem 0;
}

.project-title {
    display:flex;
    align-items:center;
}

.ad-img {
    margin:0 0 2rem 0;
}

.project-item:nth-child(2n+1) .project-title {
    background:#EDEDED;
}

.project-item .project-title,
.project-item .project-communication-image {
    width:50%;
}

.project-item .project-title > div > div {
    font-size:0.9rem;
}

.project-item .project-communication-image {
    padding:0;
}

.project-item .project-communication-image img {
    display:block;
    width:100%;
}

.project-page a,
article a,
.text-page a,
.text-page a:visited {
    font-family:'Larsseit Bold';
    color:var(--header-color);
}
.project-page a:hover,
article a:hover,
.text-page a:hover {
    color:#986748;
}



.tp-spec {
    background:#F2F2F2;
}

.project-page .products-used a {
    color:#986748;
    transition:0.7s;
}

.project-page .products-used a span {
    font-family: 'Larsseit';
}

.project-page .products-used a span .parent-range {
    font-style:italic;
}

.range-download a {
    display:block;
    width:100%;
    text-decoration:none;
    position: relative;
}

.range-download a img {
    display:block;
    width:100%;
}

.project-page .products-used a:hover {
    color:var(--header-color);
}

.colour-grid {
    display:flex;
    flex-wrap:wrap;
    gap:32px;
    margin:64px 0;
    justify-content: center;
}

.colour-grid .colour-item {
    width:calc(12.5% - 8px);
    min-width: 180px;
}

.colour-grid .colour-item img {
    display:block;
    width:100%;
}

.colour-item h4 {
    font-size:0.8rem;
    text-align:center;
    margin:8px;
    text-transform:uppercase;
}

.project-gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2rem);
    margin: 2rem 0 2rem -1rem;
}

.project-gallery a {
    display:block;
    text-decoration:none;
    width: calc(33.33% - 2rem);
    margin: 1rem;
    background-size: cover;
    background-position: 50%;
}

.project-gallery a img {
    display:block;
    width:100%;
    opacity:0;
}

.notice-text {
    background:var(--sountect-gold);
    color:#FFFFFF;
    font-size:1.5rem;
    text-align:center;
}

.notice-text a,
.notice-text span {
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    padding:1.5rem;
}

.notice-text a:hover {
    background:var(--freestyle-teal);
    color:#FFFFFF;
    transition:0.7s;
}

/* 404 page */
.page-not-found {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Larsseit', sans-serif;
    height: 100%;
    background-image:url('/media/dzhncclb/hero-404.jpg');
    background-size:cover;
    text-align:center;
    font-size:1.2rem;
}

.page-not-found h2 {
    font-size:15rem;
    font-weight: 900;
    margin: 0;
    letter-spacing: 2rem;
    opacity: 0.8;
    font-family: 'Larsseit', sans-serif;
}

.page-not-found a {
    color:#FFF;
}

.page-not-found .logo {
    position:fixed;
    top:2rem;
    left:2rem;
    width: 200px;
}

/* EO remove before release */

* {
    box-sizing: border-box;
}

html {
	overflow-y:scroll;
}

html.noscroll {
	overflow-y:hidden;
}

html, body {
	padding:0;
	min-height: 100%;
	height:100%;
	margin:0;
    font-size:19px;
    font-family: 'Larsseit', sans-serif;
	color: var(--header-color);
}

body.hide_scroll {
    overflow-y: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: 'Larsseit Bold';
	font-weight:normal;
}

h1 {
    font-size:2.5rem;
    font-weight:900;
}

h2 {
    font-size:2.2rem;
    font-weight:900;
}

h3 {
    font-size:2rem;
    font-weight:900;
}

h4 {
    font-size:1.5rem;
    font-weight:900;
    letter-spacing:2px;
}

h5 {
    font-size:1.2rem;
    font-weight:900;
}

h3 .normal {
    font-weight:normal;
    font-family: 'Larsseit';
}

.feature-text {
    font-size: 1rem;
    font-family: 'Larsseit';
    line-height:1.5rem;
}

h3 span.light-text {
    font-family: 'Larsseit Light';
    font-weight: normal;
}

h3 span.light-text a {
    font-family: 'Larsseit Light';
    font-weight: normal;
    color:#000000;
    text-decoration:none;
}

h3 span.light-text a:hover {
    color:#04727B;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 4rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

header.fix {
    background: #FFF;
    height:112px;
	padding:2rem;
}

.logo {
    width:300px;
	transition:0.7s;
}

.logo a #soundtect-logo {
    display:block;
    width:100%;
    text-decoration:none;
}

.logo a #soundtect-logo-white {
    display:none;
}

header .logo a #soundtect-logo-white {
    display:block;
}

header .logo a #soundtect-logo {
    display:none;
}

header.fix .logo a #soundtect-logo {
    display:block;
}

header.fix .logo a #soundtect-logo-white {
    display:none;
}
.white-logo .logo a #soundtect-logo {
    display: none;
}

.white-logo .logo a #soundtect-logo-white {
    display:block;
}

.logo a:hover {  
    text-decoration:none;
}

.logo a svg {
    display:block;
    width:100%;
}

header.fix .logo {
    width:260px;
}

.nav-icon {
    width: 50px;
    margin: auto auto auto 10px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 13px 11px 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-radius: 50%;
    transition: 0.7s;
    background: rgba(152, 103, 72, 0.8);
}

.white-logo .nav-icon {
    background: none;
}

.nav-icon:hover {
    background: rgba(255,255,255,0.8);
    cursor: pointer;
}

header.fix .nav-icon {
    background:none;
}

header.fix .nav-icon:hover {
    background:none;
}

.nav-icon-bars {
    background: #FFF;
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0;
}

header.fix .nav-icon-bars {
    background: #986748;
}

.nav-icon:hover .nav-icon-bars {
    background: #986748;
}

header.fix .nav-icon:hover .nav-icon-bars {
    background: #FFF;
}

.nav-container {
    z-index:1;
    position:fixed;
    top:0;
    right:0;
    background:var(--header-background);
    color:#FFFFFF;
    padding: 2rem 1rem 1rem 1rem;
    display:none;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    transition:0.7s;
    box-shadow: 0 0px 0px 3px #815636;
}

.nav-container nav {
    margin-top:1rem;
}

.nav-container nav a {
    color:#FFFFFF;
    display:block;
    text-decoration:none;
    font-weight:500;
    font-size:1rem;
    padding:0.4rem 1rem;
    transition:.7s;
    letter-spacing: 2px;
}

.feature-text a {
    color:var(--header-color);
    transition:.7s;
}

.feature-text a:hover {
    color:#986748;
}

.nav-container nav a:hover {
    color:#986748;
    text-decoration:none;
}

h3.hsixty {
    width:66%;
}

.nav-close {
    position:absolute;
    top:1rem;
    right:1rem;
    width: 48px;
    margin: auto auto auto 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 13px 19px 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-radius: 50%;
    transition: 0.7s;
    background:rgba(255,255,255,0.1);
}

.nav-close:hover {
    background:#986748;
    cursor:pointer;
}

.nav-close-bars {
    background: #fff;
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0;
}

.nav-close-bars:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.nav-close-bars:nth-of-type(2) {
    transform:rotate(-45deg);
}


.nav-contact {
    margin:1rem 0;
    font-family: 'Larsseit Light';
}

.nav-contact .tel {
    font-size:1.2rem;
    font-family: 'Larsseit';
    letter-spacing:2px;
    color:#91694f;
}

.nav-contact .email {
    font-size:1rem;
}

.nav-contact a {
    display:block;
    text-decoration:none;
    color:#FFF;
    display:inline-block;
    transition:0.7s;
    font-family: 'Larsseit';
}

.nav-contact a:hover {
    color:#986748;
}

.nav-contact > div {
    padding:0.5rem 1rem;
}

.contact-social,
.nav-social {
    margin: 0;
    padding: 0 1rem 1rem 1rem;
}

.nav-social {
    display:flex;
    align-items:center;
}

.news-social,
.contact-social {
    display:flex;
    padding:1rem 0;
}

.news-social {
    justify-content:flex-end;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #DDDDDD;
}

.contact-social a,
.nav-social a {
    text-decoration:none;
    color:#FFF;
    display:inline-block;
    margin: 0 0 0 1rem;
    font-size: 1rem;
    transition:0.7s;
}

.contact-social a:nth-of-type(1),
.nav-social a:nth-of-type(1) {
    margin-left:0;
}

.archello svg {
    display: block;
    width: 18px;
    height: 23px;
}

.archello:hover svg #Archello_Symbol_White path {
    fill: var(--sountect-gold);
    transition: 0.7s;
}

.news-social a {
    text-decoration:none;
    color:var(--header-color);
    display:inline-block;
    margin:0 1rem 0 0;
    font-size:1rem;
    transition:0.7s;
}

.contact-social a {
    font-size:1.5rem;
    margin:0 1rem 0 0;
}

.contact-social a:hover,
.nav-social a:hover,
.news-social a:hover{
    color:#986748;
}

.nav {
    display:none;
}

.top-level-nav nav {
    display:flex;
}

.top-level-nav nav a,
.top-level-nav nav span {
    text-decoration: none;
    color: #FFF;
    letter-spacing: 1px;
    opacity:1;
    text-shadow:1px 1px 5px rgba(0,0,0,0.25);
    padding: 0.5rem 1rem;
    margin: 0 0 0 1rem;
    background: none;
    border-radius: 3px;

}

header.fix .top-level-nav nav a,
header.fix .top-level-nav nav span {
    color: #000000;
    text-shadow:unset;
}

.nav-w-dd {
    margin:0;
    padding:0;
    list-style-type:none;
    display:block;
    margin: 0;
    background: none;
    position: relative;
    cursor:pointer;
}

.nav-w-dd li {
    margin:0;
    padding:0;
    list-style-type:none;
}

.nav-w-dd li ul {
    margin:0;
    padding:8px;
    list-style-type:none;
}

.nav-w-dd span {
    display:block;
    pointer-events:none;
}

.nav-dd {
    display:none;
    position: absolute;
    left: 16px;
    top: calc(100% + 8px);
    flex-direction: column;
    background:var(--header-background);
    border-radius: 5px;
    font-size: 1rem;
}

.products-ni .nav-dd {
    width:240px;
}

.nav-dd.active {
    display:block;
}

.nav-dd::before {
    content: "";
    position: absolute;
    top: -12px;
    width: 0;
    left: 12px;
    height: 0;
    border-style: solid;
    border-width: 0px 12px 16px 12px;
    border-color: transparent transparent var(--header-background) transparent;
}

.nav-dd::after {
    content: "";
    position: absolute;
    top: -12px;
    width: 100%;
    left: 12px;
    height: 12px;
    background:none;
}

header.fix .top-level-nav nav .nav-dd a,
.top-level-nav nav .nav-dd a {
    display:block;
    margin:0;
    text-align:center;
    padding: 6px 18px;
    text-shadow: none;
    color:#FFFFFF;
}

header.fix .top-level-nav nav .nav-dd a:hover,
.top-level-nav nav .nav-dd a:hover {
    color:#000000;
    background:none;
}


.top-level-nav nav a:hover {
    color:#FFF;
    opacity:1;
    transition:0.3s;
    background:var(--header-background);
}

header.fix .top-level-nav nav a:hover {
    color:#FFFFFF;
}

.top-level-nav #phone-icon {
    display: inline-block;
    height: 20px;
    fill: #fff;
    position: relative;
    top: 3px;
    margin-right: 0.3rem;
}

.top-level-nav nav a:hover #phone-icon {
    fill: #986748;
}

header.fix .top-level-nav #phone-icon ,
header.fix .top-level-nav nav a:hover #phone-icon {
    fill: #000000;
}

.txt-link-row {
    text-align:center;
    padding:4rem 0;
    font-size:2rem;
    font-family:'Larsseit Bold';
}

.txt-link-row.product-tlr {
    background: #EDEDED;
    color: var(--header-color);
    margin: 4rem 0;
}

.txt-link-row.product-tlr a {
    color:var(--header-color);
    display:inline-block;
    margin:0 0.5rem;
}

.txt-link-row.product-tlr a::after {
    background:var(--header-color);
}

.txt-link-row a {
    color:var(--header-color);
    font-family:'Larsseit Light';
    text-decoration:none;
    position:relative;
    transition:0.7s;
}

.about-page .logo-grid img,
.text-page img {
    display:block;
    width:70%;
    margin:4rem auto;
    max-width:1440px;
}

.txt-link-row a::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--header-color);
}

.txt-link-row a:hover {
    color:#986748;
    transition:0.7s;
}

.txt-link-row a:hover::after {
    background:#986748;
}

.mceNonEditable.embeditem {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    width:100%;
}
.mceNonEditable.embeditem iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-page .mceNonEditable.embeditem {
    width: 50%;
    padding-bottom: 28.125%;
}

.sustainability-story h3 {
    margin-bottom:0;
}

.sustainability-story .col-1-3 {
    text-align:center;
}

.sustainability-story .col-1-3 img {
    display:block;
    height: 200px;
    margin:1rem auto;
}

.logo-grid.lg-4 {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
}

.logo-grid.lg-4 a,
.logo-grid.lg-4 img {
    display:block;
    width: auto;
    text-decoration: none;
    max-height: 180px;
}

.clip-image-circle img {
    clip-path: circle(96px at 50% 50%);
    -webkit-clip-path: circle(96px at 50% 50%);
}


.faq {
    padding:2rem 0;
}

.faq:hover,
.faq.active {
    transition:0.7s;
    background:#EDEDED;
}

.faq h4 {
    cursor:pointer;
    margin:0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ededed;
    padding-bottom: 0.25rem;
}

.faq h4 .fal {
    margin-left:1rem;
}

.faq h4 .fa-plus-circle {
    display:inline-block;
}

.faq h4 .fa-minus-circle {
    display:none;
}

.faq.active h4 .fa-plus-circle {
    display:none;
}

.faq.active h4 .fa-minus-circle {
    display:inline-block;
}

.faq-answer p {
    line-height: 1.5rem;
}

.answer-col {
    width:80%;
}

.fc-2 .answer-col {
    width:50%;
}

.fc-2 .answer-col:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2rem 2rem 2rem;
}

.inner .faq_answer .flex-container {
    padding:0;
}

.expandable_content {
    display:none;
}

.hero {
    background-color:#EDEDED;
    background-size: cover;
    position: relative;
    min-height: 300px;
    height:calc(100vh - 93px);
    color: #FFFFFF;
    transition: all ease-in-out 0.7s;
    background-position: 50% 0;
}

.virtual-tour {
    display:block;
    text-decoration:none;
    position: absolute;
    bottom: 48px;
    right: 48px;
    z-index: 3;
}

.virtual-tour svg #Path_2198 {
    fill:#F58220;
}

.virtual-tour:hover svg #Path_2198 {
    fill:#04727B;
    transition:.5s;
}

.virtual-tour .cls-2 {
    fill:#FFFFFF;
}

.no-hero .hero {
    display:none;
}

.no-hero header {
    border-bottom:2px solid rgba(0,0,0,0.7);
    background: #FFF;
    height: 112px;
    padding: 2rem;
}

.no-hero header .top-level-nav nav a, .no-hero header .top-level-nav nav span {
    color: #000000;
    text-shadow: unset;
}

.no-hero header .top-level-nav nav .nav-dd a, 
.no-hero header .top-level-nav nav .nav-dd span {
    color: #FFF;
    text-shadow: unset;
}

.no-hero .text-page {
    margin-top:120px;
}
 
.virtual-tour svg {
    display:block;
    width:100%;
    pointer-events:none;
}

.tour-page h2 {
    max-width: 960px;
    font-size: 1.5rem;
    margin: 24px 0 32px 0;
    font-weight: 500;
    font-family: 'Larsseit';
}

.iframe {
    border:none;
    margin:24px 0;
}

iframe {
    border:none;
}

.news-page .hero {
    height:60vh;
    background-position: 50%;
}

.news-page h1 {
    margin:2rem 0 0 0;
}

.news-page .news-date {
    padding: 0 0 1rem 0;
}

.hero::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.hero-title-container {
    height: 100%;
    align-items: flex-end;
    align-content:flex-end;
    position: relative;
}

.hero-title {
    z-index: 2;
    color: #FFFFFF;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 4rem;
    padding: 4rem 0;
    position: relative;
}

.hero-title p {
    width:70%;
    margin:0.5rem 0;
}

.hero-title p span.light {
    font-family: 'Larsseit Light', sans-serif;
}

.flex-container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    flex-wrap:wrap;
}

.inner {
    width:90%;
    max-width:1440px;
    margin:0 auto;
    height:100%;
}

.inner .flex-container {
    justify-content:space-between;
    padding:2rem 0;
}

.inner .flex-container.testimonials {
    justify-content:flex-start;
    padding: 0;
    margin-left: -1rem;
    width: calc(100% + 2rem);
}

.home-notice {
    padding:48px 0;
    margin-bottom: -2rem;
}

.home-notice a {
    display:block;
    width:100%;
    text-decoration:none;
    color:#6b9a1d;
}

.home-notice a.image-link {
    max-width: 360px;
    margin: auto;
}

.home-notice img {
    display:block;
    width:100%;
    max-width:960px;
    margin:0 auto;
}

.testimonials-home .inner .flex-container {
    padding:1rem 0;
}
.testimonials-home {
    padding:2rem 0;
}

.testimonials-home h3 {
    margin: 0;
}

.testimonial-by {
    font-family: 'Larsseit Bold';
    display: block;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.testimonial-quote {
    font-size: 2rem;
    position: relative;
    top: 9px;
    line-height: 1rem;
    display: inline-block;
    margin-right: 0.2rem;
}

.testimonial-quote.end {
    top:11px;
    margin-left: 0.2rem;
}

.testimonial-text {
    position:relative;
}

.testimonial-text .testimonial-quote {
}

.testimonial-text .testimonial-quote.end {
    
}

.products-page .inner .flex-container {
    padding: 2rem 0 0 0;
}

.products-page .inner .flex-container.nopad {
    padding:0;
}

.news-row .inner .flex-container,
.tec-info .inner .flex-container {
    padding:0;
}

.project-page .inner .flex-container {
    padding:0 0 2rem 0;
}

.products-used {
    color:#999999;
}

.products-used label {
    font-family: 'Larsseit Bold';
    color:var(--header-color);
}

.testimonial-quote-icon {
    font-size: 2rem;
    color: #dd5168;
    margin: 0rem 0 0.5rem 0;
}

.testimonial-name {
    margin: 0.25rem 0;
}

.col-1-1 {
    width: 100%;
}

.col-1-2 {
    width:50%;
}

.col-2-3 {
    width:66.667%;
}

.col-1-3 {
    width:27.5%;
}

.col-1-4 {
    width:25%;
}

.col-3-4 {
    width:75%;
}

.inner .flex-container .col-1-2 {
    width:45%;
}

.page-intro {
    margin: 2rem 0;
}

.page-intro h1,
.page-intro h3 {
    margin-top:0;
}

.big-intro .page-intro h1 {
    font-size:1.8rem;
}

a.link-button,
a.link-button:visited {
    text-decoration: none;
    color: #FFF;
    background: var(--header-color);
    border-radius: 3px;
    transition: 0.7s;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 1rem;
}

a.link-button:hover {
    background:#986748;
    color: #FFFFFF;
}

.link-button .fa-play-circle {
    position: relative;
    top: 2px;
    margin-left: 0.25rem;
}

.link-button .lb-name {
    text-transform:uppercase;
    font-weight:600;
    letter-spacing: 1px;
}

.site-survey {
    text-align:center;
    font-size:1.2rem;
    line-height:1.5rem;
}

.site-survey a.link-button {
    background:rgba(255,255,255,0.1);
    display:block;
    text-align:center;
    width:154px;
    margin: 1rem auto;
}

.site-survey a.link-button:hover {
    background:#000000;
}

.calm-it {
    font-size:0.9rem;
}

a.link-button.lb-white-outline,
a.link-button.lb-white-outline:visited {
    display:block;
    width:200px;
    margin:1rem auto;
    background:none;
    border:2px solid #FFF;
    color:#FFF;
}

a.link-button.lb-dark-outline,
a.link-button.lb-dark-outline:visited {
    display:block;
    width:200px;
    margin:1rem auto;
    background:none;
    border:2px solid var(--header-color);
    color:var(--header-color);
}

a.link-button.lb-dark-outline:hover,
a.link-button.lb-white-outline:hover {
    background:var(--header-color);
    border:2px solid var(--header-color);
    color:#FFF;
}

.feature-text a.link-button,
.feature-text a.link-button:visited {
    margin-top:1rem;
}

.spec-section h4 {
    margin-bottom:2rem;
}

.inner .spec-section .flex-container {
    padding:0;
}

.specifications-grid {

}

.spec-col {
    display:flex;
    flex-direction:column;
    width:47.5%;
}

.spec-item {
    display:flex;
    width:100%;
    margin: 1rem 0;
}

.spec-icon {
    width:48px;
    margin-right:1rem;
    flex-shrink:0;
}

.spec-icon svg {
    display:block;
    width:100%;
}

.spec-content {
    font-size:1rem;
}

.spec-content h5 {
    margin: 0.75rem 0 0 0;
}

.spec-content p {
    margin:1rem 0 0 0;
}

.spec-content ul {
    font-size: 1rem;
    margin: 0 0 0 1.2rem;
    padding: 0;
}

.spec-content li {
    padding:0.5rem 0;
}

.brochure-download {
    margin-top: 3rem;    
}

.brochure-download a {
    display:block;
    position:relative;
}

.brochure-download a.brochure-link {
    margin-bottom:1rem;
}

.brochure-download a:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(17, 30, 35);
}

.brochure-download a.link-button:after {
    content:"";
    display:none;
}

.brochure-download a.link-button {
    border-radius:0;
    margin-top:1rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:1rem;
}

.brochure-download a.link-button svg {
    display:block;
    width:20px;
    height:20px;
    fill: #FFFFFF;
}

.brochure-download img {
    display: block;
    width: 100%;
    margin: auto;
    padding: 12.5%;
    position: relative;
    z-index: 2;
    background: #e4c126;
}

.brochure-download .video_link img {
    padding:0;
}

.download-title {
    position:absolute;
    top:6%;
    left:6%;
    z-index:2;
    color:#17272d;
    font-size:3rem;
    font-family: 'Larsseit Bold';
}

.download-icon {
    position:absolute;
    bottom:7%;
    right:6%;
    z-index:2;
    transition:0.5s;
}

.download-icon svg {
    display:block;
    width:60px;
    height:60px;
    fill:#17272d;
    opacity:1;
}

.range-download .download-icon svg {
    display:block;
    width:48px;
    height:48px;
    fill:#17272d;
    opacity:1;
}

.range-download .download-title {
    font-size: 1.5rem;
}

a:hover .download-icon {
    bottom:6%;
}

a:hover .download-icon svg {
    opacity:0.8;
}

.range-download a:hover .download-icon svg {
    opacity:1;
}

.img-links {
    margin:2rem 0 0 0;
}

.img-links.fc-skreen,
.img-links.fc-freestyle-grille {
    margin: 0;
}

.img-links .col-1-3 {
    width: 33.333%;
    background: #163161;
    color: #FFF;
}

.img-links .col-1-3:nth-of-type(1) {

}
.img-links .col-1-3:nth-of-type(2) {
    background:#DD5168;
}
.img-links .col-1-3:nth-of-type(3) {
    background:#DFB600;
}

.img-links .col-1-3:nth-of-type(4) {
    background:#DFB600;
}

.img-links .col-1-3:nth-of-type(5),
.img-links .col-1-3:nth-of-type(5):hover .img-link-title {
    background:#DFB600;
}

.img-links .col-1-3:nth-of-type(6),
.img-links .col-1-3:nth-of-type(6):hover .img-link-title {
    background:#DFB600;
}

.sub-range-product-row .img-links.fc-freestyle .img-links.col-1-3:nth-of-type(1) {
    background:#0d47a1;
}
.sub-range-product-row .img-links.fc-freestyle .img-links.col-1-3:nth-of-type(2) {
    background: #1565c0;
}
.sub-range-product-row .img-links.fc-freestyle .img-links.col-1-3:nth-of-type(3) {
    background: #1976d2;
}
.sub-range-product-row .img-links.fc-freestyle .img-links.col-1-3:nth-of-type(4) {
    background: #1e88e5;
}

.img-links .col-1-3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.15);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 0;
}

.img-links .col-1-3.il-Class::after,
.img-links.fc-Class .col-1-3::after {
    background-color: rgba(0,0,0,0.1);
}

.fc-3D,
.img-links .col-1-3.il-Wave,
.img-links a.col-1-3.il-Wave:hover .img-link-title,
.img-links .col-1-3.il-3D,
.img-links a.col-1-3.il-3D:hover .img-link-title {
    background: #DFB600;
}

.img-links .col-1-3.il-Forest,
.img-links a.col-1-3.il-Forest:hover .img-link-title {
    background: #DFB600;
}

.img-links .col-1-3.il-Tetris,
.img-links a.col-1-3.il-Tetris:hover .img-link-title {
    background: #DFB600;
}

.img-links .col-1-3.il-Cubism,
.img-links a.col-1-3.il-Cubism:hover .img-link-title {
    background: #DFB600;
}

.fc-Class {
    background:#E0E0E0;
}
.img-links .col-1-3.il-Class,
.img-links a.col-1-3.il-Class:hover .img-link-title {
    background: #E0E0E0;
    color: var(--header-color);
}

.img-links.fc-freestyle-grille,
.img-links .col-1-3.il-Freestyle,
.img-links a.col-1-3.il-Freestyle:hover .img-link-title {
    background: #04727B;
}

.img-links .col-1-3.il-Circles,
.img-links a.col-1-3.il-Circles:hover .img-link-title {
    background: #E0E0E0;
    color: var(--header-color);
}

.img-links .col-1-3.il-Wall.panels,
.img-links a.col-1-3.il-Wall.panels:hover .img-link-title {
    background: #E0E0E0;
    color: var(--header-color);
}

.img-links .col-1-3.il-Above,
.img-links a.col-1-3.il-Above:hover .img-link-title {
    background: #E0E0E0;
    color: var(--header-color);
}

.img-links .col-1-3.il-Fins,
.img-links a.col-1-3.il-Fins:hover .img-link-title {
    background:#616161;
}

.img-links .col-1-3.il-Bespoke,
.img-links a.col-1-3.il-Bespoke:hover .img-link-title {
    background: #E0E0E0;
    color: var(--header-color);
}

.fc-Freestyle,
.img-links .col-1-3.il-Freestyle,
.img-links a.col-1-3.il-Freestyle:hover .img-link-title,
.fc-Freestyle.img-links .col-1-3,
.fc-Freestyle.img-links .col-1-3:nth-of-type(2),
.fc-Freestyle.img-links .col-1-3:nth-of-type(3),
.fc-Freestyle.img-links .col-1-3:nth-of-type(5) {
    background: #04727B;
}

.fc-Freestyle.product-lists {
    background:none;
}

.img-links .col-1-3.il-Timba,
.img-links a.col-1-3.il-Timba:hover .img-link-title {
    background: #04727B;
}

.img-links .col-1-3.il-Kork,
.img-links a.col-1-3.il-Kork:hover .img-link-title {
    background: #04727B;
}

.img-links .col-1-3.il-Kris.Kros,
.img-links a.col-1-3.il-Kris.Kros:hover .img-link-title {
    background: #04727B;
}

.img-links .col-1-3.il-Gridd,
.img-links a.col-1-3.il-Gridd:hover .img-link-title {
    background: #04727B;
}

.fc-Skreen.img-links .col-1-3,
.fc-Skreen.img-links a.col-1-3:hover .img-link-title,
.fc-Freestyle .img-links .col-1-3,
.fc-Freestyle .img-links a.col-1-3:hover .img-link-title,
.img-links .col-1-3.il-Urban,
.img-links a.col-1-3.il-Urban:hover .img-link-title,
.img-links .col-1-3.il-Woodland,
.img-links a.col-1-3.il-Woodland:hover .img-link-title,
.img-links .col-1-3.il-Coral,
.img-links a.col-1-3.il-Coral:hover .img-link-title,
.img-links .col-1-3.il-Krest,
.img-links a.col-1-3.il-Krest:hover .img-link-title {
    background: #04727B;
}
.fc-Skreen.img-links .col-1-3,
.fc-Skreen.img-links a.col-1-3:hover .img-link-title,
.fc-Freestyle .img-links .col-1-3,
.fc-Freestyle .img-links a.col-1-3:hover .img-link-title {
    color: #FFFFFF;
}

.fc-screens-partitions.img-links a.col-1-3:hover .img-link-title,
.fc-screens-partitions.img-links .col-1-3,
.fc-screens-partitions.img-links .col-1-3:nth-of-type(2),
.fc-screens-partitions.img-links .col-1-3:nth-of-type(3),
.fc-screens-partitions.img-links .col-1-3:nth-of-type(5) {
    background: #986748;
}


.fc-Specialist.img-links a.col-1-3:hover .img-link-title,
.fc-Specialist.img-links .col-1-3,
.fc-Specialist.img-links .col-1-3:nth-of-type(2),
.fc-Specialist.img-links .col-1-3:nth-of-type(3),
.fc-Specialist.img-links .col-1-3:nth-of-type(5) {
    background: #000000;
}

.fc-Skreen.img-links .col-1-3 .img-link-title span.ilt-more,
.fc-Freestyle .img-links .col-1-3 .img-link-title span.ilt-more {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.img-links .col-1-3.il-Tatu,
.img-links a.col-1-3.il-Tatu:hover .img-link-title {
    background: #04727B;
}

.img-links .col-1-3.il-Rok,
.img-links a.col-1-3.il-Rok:hover .img-link-title {
    background: #04727B;
}

.sub-range-title-row {
    width:100%;
}

.sub-range-title-row:nth-of-type(1) {
    display:none;
}

.img-links a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 2rem;
    min-height: 440px;
    background: #163161;
}

.shadowboard,
.clipboard {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background-color: #d3d0c9;
    background-size: cover;
    background-position: center center;
}

.shadowboard {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.375s;
    transition: opacity 0.375s;
}

.img-links a .clipboard {
    -webkit-clip-path: circle(25%);
    clip-path: circle(25%);
    height: 100%;
    transition: clip-path 1s;
    width: 100%;
    z-index:1;
}

.img-links a:hover .clipboard {
    -webkit-clip-path:circle(75%);
    clip-path: circle(75%);
}

.img-links a:hover .clipboard::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.image-link-title-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    z-index:1;
}

.product-applications {
    display:flex;
    gap:8px;
    justify-content: center;
}

.product-application {
    display: block;
    font-size: 0.7rem;
}

.img-link-title {
    position:absolute;
    bottom:0rem;
    left:0;
    width:100%;
    text-align:center;
    font-size: 1.5rem;
    padding: 0.5rem;
    z-index:2;
}

.img-link-title.has-app {
    bottom:0rem;
}

.img-link-title > span {
    display:block;
    width: 100%;
}

.img-links a:hover .img-link-title {
    position:relative;
    height:240px;
    bottom:0;
    border-radius:50%;
    background:var(--header-color);
    width:240px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fc-Freestyle.img-links a:hover .img-link-title {
    background: #04727B;
}

.img-link-title span.ilt-more {
    border:1px solid #FFF;
    padding:0.25rem;
    display:none;
    opacity:0;
    width:90px;
    color:#FFF;
    font-size:0.8rem;
    margin: 0.5rem auto 0 auto;
    border-radius:2px;
}

.il-Above .img-link-title span.ilt-more,
.il-Wall.panels .img-link-title span.ilt-more,
.il-Circles .img-link-title span.ilt-more,
.il-Class .img-link-title span.ilt-more,
.il-Bespoke .img-link-title span.ilt-more {
    border: 1px solid var(--header-color);
    color: var(--header-color);
}

a:hover .img-link-title span.ilt-more {
    display:block;
    opacity:1;
    transition:opacity 1s;
}

.isDisabled:hover {
    cursor:default;
}


/* SLIDER */

button.slick-arrow {
    position:absolute;
    bottom:1rem;
    right:1rem;
    border:none;
    background:none;
    padding:0;
    margin:1rem;
    cursor:pointer;
    z-index:10;
    outline:none;
}

button.slick-arrow svg {
    display:block;
    width:40px;
    opacity:0.8;
}

button.slick-arrow:hover svg {
    opacity:1;
    cursor:pointer; 
    transition:0.7s;
}

button.slick-arrow.slick-prev {
    right:4rem;
}

button.slick-arrow.slick-prev svg#prev circle {
    fill:#DFB600;
}

button.slick-arrow.slick-prev svg #angle-right-light {
    fill:#FFF;
}

button.slick-arrow.slick-next svg#next circle {
    fill:#04727B;
}

button.slick-arrow.slick-next svg #angle-right-light {
    fill:#FFF;
}

.product-image-gallery button.slick-arrow.slick-prev svg#prev circle {
    fill:var(--header-color);
}

.product-image-gallery button.slick-arrow.slick-next svg#next circle {
    fill:var(--header-color);
}

.product-image-gallery button.slick-arrow.slick-prev:hover svg#prev circle,
.product-image-gallery button.slick-arrow.slick-next:hover svg#next circle {
    fill:#986748;
}

.product-image-gallery {
    padding: 0 0 2rem 0;
    margin: 0;
}
.product-image-gallery h3 {
    font-family: 'Larsseit Light';
}

.product-image-gallery h3 strong {
    font-family: 'Larsseit Bold';
}

.product-image-gallery .p-slide {
    background:#ededed;
}

.slide-img-container {
    background-size: cover;
    background-position: 50%;
}

.slick-slide .p-slide img {
    opacity: 0;
}

.c-slide p {
    display:block;
}

.c-slide img {
    display:block;
    height:100%;
    max-height: 360px;
    margin: 0 auto;
    max-width: 100%;
}

.fc-hc {
    align-items:center;
    justify-content:center;
    overflow: hidden;
}


/* PRODUCTS */

.grid-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 64px;
    margin:64px 0;
}

.product-link-image {
    position:sticky;
    top: 140px;
    height: 300px;
}

.product-icon-image {
    width:240px;
    height:240px;
    margin:1rem auto;
    border-radius:50%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
}

.product-icon-image-content {
    height:100%;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.light-image-link .product-icon-image-content::after {
    content:"";
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    border-radius: 50%;
}

.product-icon-image-content span {
    text-align: center;
    font-size: 2rem;
    color: #FFF;
    font-family: 'Larsseit Bold', sans-serif;
    position: relative;
    z-index: 2;
}

.product-colours,
.product-downloads {
    padding:2rem 0;
}

.resources-page .product-colours,
.resources-page .product-downloads {
    padding:1rem 0;
}

.resource-file-info {
    font-size: 0.75rem;
    font-family: 'Larsseit Light';
}

.inner .news-container.flex-container,
.product-downloads {
    display:flex;
    width: 102.5%;
    margin-left: -1.25%;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.product-downloads.pdl-bim {
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    margin:0;
}

.news-container .news-date {
    font-size:0.8rem;
}

.news-container .news-date span {
    display:inline-block;
}

.news-container .news-date span:nth-of-type(1) {
    margin:0 0.5rem 0 0;
}

.news-container .news-date span:nth-of-type(2) {
    margin:0 0 0 0.5rem;
}

.product-colours img {
    display:block;
    width:100%;
    max-width: 360px;
    margin:0 auto;
}

.video-link {
    width:22.5%;
    height:100%;
}

.agents-row {
    background:#986748;
}

.agents-row .inner .flex-container {
    padding: 2rem 0;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    justify-content:flex-start;
}

.agent-item h4 {
    font-size:1.5rem;
    position:relative;
    margin:1rem 0;
    display: inline-block;
}

.agent-item h4::after {
    content:"";
    display:block;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    height:1px;
    background:#FFF;
}

.agents-row .inner {
    padding:1rem 0;
}

.agents-row .inner h3 {
    margin: 1rem 0 1rem 0;
    color: #ededed;
    font-family: 'Larsseit';
    letter-spacing:1px;
}

.agent-info p {
    margin:0 0 1rem 0;
}

.agent-item {
    background: rgba(33, 33, 33, 0.7);
    padding: 2rem;
    border-radius: 2px;
    color: #fff;
    font-family: 'Larsseit Light';
    width: calc(33.333% - 2rem);
    margin: 1rem;
}

.video-link a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}

a.download-link {
    width:22.5%;
    color:var(--header-color);
    text-decoration:none;
    position:relative;
    display:block;
    margin: 0 1.25% 2rem 1.25%;
}

a.download-link.dl-bim {
    width:100%;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#000000;
    color:#FFFFFF;
    padding:0.5rem;
}

a.download-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.download-thumbnail img {
    display:block;
    width:100%;
}

.resources-row h3 {
    margin:0;    
}

.download-link-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1rem;
    font-family: 'Larsseit';
    padding: 1rem;
    color: #FFF;
    z-index: 2;
    padding-right: 74px;
}

.dl-bim .download-link-title {
    position:relative;
}

a.download-link svg {
    fill: #ffffff;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    transition:0.25s;
}

a.download-link:hover svg {
    bottom:0.9rem;
}

a.download-link.dl-video:hover svg {
    bottom:1rem;
    right:0.9rem;
}

.resources-page .product-range h3,
.resources-page .resource-item h5 {
    margin:0;
}

.resources-page .product-range .product-sub-range h3 {
    margin:0 0 2rem 0;
}

.resources-page .product-range h3.product-range-title {
    padding: 0.5rem 1rem;
    background:var(--header-color);
    color:#fff;
}

.resources-page h3.intro-title {
    margin-top:0;
}

.resources-page .resource-item h5 {
    padding: 0.5rem 1rem;
    background: #ededed;
}

.resources-page .product-range h3.product-range-title.h-3D {
    background:#ffab00;
}

.resources-page .product-range h3.product-range-title.h-Class {
    background:#E0E0E0;
    color:var(--header-color);
}

.resources-page .product-range h3.product-range-title.h-Freestyle {
    background:#04727B;
}

.sub-range-product-row {
    width:100%;
}

.resources-grid .resource-item {
    width: 47.5%;
}

.resources-grid a.download-link {
    width: 47.5%;
}

.resource-item a.download-link {
    padding: 0rem;
    flex-shrink:0;
}

.resource-item .download-link-title {
    font-size: 1.5rem;
    font-family: 'Larsseit';
}

.resource-item a.download-link svg {
    fill: #FFF;
    width: 48px;
    height: 48px;
}

.fw-img {
    background-size:cover;
    background-position: center center;
    position:relative;
}

.fw-img-inner {
    position:relative;
    min-height: 60vh;
}

.red-list-logo {
    position:absolute;
    top:2rem;
    right:0;
    width:200px;
    height:200px;
}

.red-list-logo img {
    display:block;
    width:100%;
}

.img-text {
    color:#FFFFFF;
    position:absolute;
    bottom:3rem;
    left:0;
    width:60%;
    font-size:3rem;
}

.acoustic-survey {
    background: #e0e0e0; 
    color: var(--header-color);
    font-size: 2rem;
    padding: 2rem;
    text-align: center;
}

.dark-bg.acoustic-survey {
    background: var(--header-color); 
    color: #FFF;
}

.map-placeholder,
.map-agents-placeholder {
    background: #e0e0e0;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:360px;
}

.map-agents-placeholder {
    min-height:480px;
}

.map-placeholder svg {
    display: block;
    width: 100px;
}

.venue_info h4 {
    margin:0;
    color:var(--header-color);
    font-size:1.2rem;
    letter-spacing:0;
}

.backtotop { 
    display:none;
    position:fixed;
    bottom:3rem;
    right:3rem;
    transform: rotate(180deg)
}
.backtotop:hover { 
    cursor:pointer;
    transition:background ease .7s
}
.backtotop svg {
    display:block;
    width:54px;
    fill:rgba(255,255,255,0.5);
    transition:0.7s;
}

.backtotop:hover svg { 
    transition:0.7s;
    fill:#000000;
}

.range-intro {
    width:100%;
    max-width:860px;
}

.project-item.flex-container {
    margin: 0;
    padding:0;
}

.color-divider-container {
    display:flex;
    margin-bottom:2rem;
}

.color-divider {
    height:20px;
    background:#986748;
    flex-grow:1;
}

.color-divider.cd-3D {
    background:#DFB600;
}

.color-divider.cd-Class {
    background:#E0E0E0;
}

.color-divider.cd-Freestyle {
    background:#04727B;
}

.project-item > div {
    padding: 2rem;
}

.project-item > div,
.project-item > a {
    width:25%;
}

a.text-link-more,
a.text-link-more:visited {
    color:var(--header-color);
    font-size:0.9rem;
}
a.text-link-more:hover {
    color:#986748;
}

.project-item > a {
    display:block;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration:none;
}

.project-title h3 {
    font-size: 1.6rem;
}

.project-item > a img {
    display: block;
    width: 100%;
    opacity:0;
}

.project-item h3 {
    margin:0;
}

.testimonials-home {
    text-align:center;
}
.testimonial-item:nth-of-type(2n+0) {
    background: #986748;
    color: #FAFAFA;
}

.team-member {
    width: 20%;
    cursor: pointer;
}

.team-member h5 {
    margin:0;
}

.team-detail {
    position:fixed;
    top:0;
    left:100%;
    width:100%;
    z-index:11;
    background:#FFF;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.7s;
}

.team-detail.active {
    left:0;
    transition:0.7s;
}

.close-detail {
    position:absolute;
    top:2rem;
    right:2rem;
    font-size:3rem;
    line-height: 3rem;
    transition:0.7s;
    z-index:2;
}

.close-detail:hover {
    cursor:pointer;
    color:#986748;
}

.team-detail h4 {
    margin:0;
}

.team-detail .job-role {
    color:#707070;
    font-family: 'Larsseit';
    font-size:1.2rem;
}

.team-photo {
    width:100%;
    margin:1rem 0;
    border-radius:50%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50%;
}

.team-bio {
    padding:2rem 0;    
}

.team-photo img {
    display:block;
    width:100%;
    opacity:0;
}

.contact-details {
    font-size:2rem;
}

.contact-other a,
.team-contact a {
    display:block;
    text-decoration:none;
    color:var(--header-color);
    font-family: 'Larsseit Bold';
}

.contact-other a .label,
.team-contact a .label {
    font-family: 'Larsseit Light';
}

.contact-form-row {
    background:#ededed;
    padding:2rem 0;
}

.contact-form-row input,
.contact-form-row textarea,
.contact-form-row select {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    background: #FFFFFF;
    font-family: 'Larsseit', sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin: 1rem 0;
    outline: none;
    width: 95%;
    box-sizing: border-box;
    border-radius:2px;
}

.contact-note {
    font-size:2rem;
    width:66%;
    padding: 2rem 0;
}

.contact-form-row textarea {
    min-height:200px;
}

.inner .contact-form-container .flex-container {
    padding: 2rem 0;
}

.contact-form-row input:focus, 
.contact-form-row textarea:focus {
    transition: all ease 0.7s;
    border-bottom: 2px solid var(--header-color);
}

.contact-form-row label {
    display:block;
    font-family: 'Larsseit Light';
    font-size: 1rem;
}

.contact-form-row input[type="submit"] {
    width: auto;
    border: none;
    background: var(--header-color);
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 40px 0;
}

.contact-form-row input[type="submit"]:hover {
    transition: all ease 0.7s;
    background: #986748;
    cursor: pointer;
}


#mapCanvas,
#mapCanvasAgents {
    width:100%;
    min-height:360px;
}

#mapCanvasAgents {
    min-height:480px;
}

#mapContent {
    padding:1rem;
}

.map-info h4 {
    margin:0;
    font-size:1.2rem;
}

.map-info {
    font-size:1rem;
    line-height:1.5rem;
}

.news-item {
    text-decoration:none;
    display:block;
    color:var(--header-color);
    width: calc(33.333% - 2rem);
    margin: 1.5rem 1rem;
}

.news-item.first-article {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
}

.news-item.first-article .news-image {
    width: calc(66.667% - 0.6rem);
}

.news-item.first-article .news-title {
    width: 33.333%;
    padding: 0 2rem;
}

.news-item:hover {
    color:#986748;
    transition:.7s;
}

.news-image img {
    display:block;
    width:100%;
}

.news-title h4 {
    letter-spacing:0;
    margin: 1rem 0;
}

.news-date {
    padding:1rem 0;
    font-family: 'Larsseit';
    color:#707070;
    font-size: 0.9rem;
}

article {
    padding:2rem 0;
}

article h3 {
    margin-bottom:0;
}

.text-page table {
    margin: 2rem 0;
    border-collapse: collapse;
    width:66%;
}

.text-page table td {
    border: 1px solid #CCCCCC;
    padding: 1rem;
}

.text-page table th {
    white-space: nowrap;
    text-align: left;
    padding: 1rem;
    border: 1px solid #CCCCCC;
    background:#EDEDED;
    color:var(--header-color);
    font-family: 'Larsseit Bold', sans-serif;
}

.inner .flex-container.share-container {
    padding: 1rem 0 2rem 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
}

.share-container .label {
    margin-right:1rem;
}

.testimonial-item {
    width: calc(33.333% - 2rem);
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 3px;
    text-align: left;
}

.video_link {
    position: relative;
}

.video_link a {
    display: block;
}

.video_link svg {
    display: block;
    width: 100px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -48px;
    z-index: 3;
    transition: 0.7s;
    opacity: 0.6;
}

.video_link a:hover svg {
    opacity: 1;
}

.video_link a span {
    display: block;
    position: absolute;
    z-index: 3;
    color: #FFF;
    top: calc(50% + 70px);
    width: 260px;
    text-align: center;
    left: calc(50% - 130px);
}

footer {
    color: #FFF;
    background: var(--header-background);
    font-family: 'Larsseit';
    font-size: 0.9rem;
}

.footer-logo {
    width:170px;
    display:block;
}

.footer-logo svg {
    display:block;
    width:100%;
}

footer > .inner > .flex-container {
    align-items:center;
}

footer a {
    text-decoration:none;
    color:#FFFFFF;
}

footer a:hover {
    color:#000000;
}

.col-right-align {
    text-align:right;
}

.footer-nav a {
    display:block;
    margin:0 0 1rem 0;
}

.footer-nav a:hover {
    transition:0.7s;
    color:#000000;
}

footer .base {
    font-size:0.9rem;
    padding:1rem 0;
}

footer .base .inner {
    display: flex;
    align-items: center;
}

footer .base a {
    display:inline-block;
    margin:0 1rem;
    transition: .7s;
}

footer .base a:hover {
    color:#000000;
    text-decoration:underline;
}

.address p:first-of-type {
    margin-top:0;
}

.address-section {
    margin-top:2rem;
    line-height: 1.5rem;
}

.copyright {
    font-size: 1.5rem;
    position: relative;
    top: 7px;
}

footer .social {
    padding:1rem 0;
    display:flex;
}

footer .social a {
    display: block;
    font-size: 1rem;
    margin-right: 1rem;
    transition: .7s;
    text-decoration: none;
}

footer .social a:hover {
    color:#000000;
    text-decoration:none;
}

footer .base {
    background: rgba(0,0,0,0.1);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

/* Product Specification Tool */

.header-row {
    display:flex;
    margin: 0 0 1rem 0;
}

.product-display,
.product-editor {
    display:flex;
}

.header-row > *,
.product-display > *,
.product-editor > * {
    width:25%;
    min-height: 19px;
}

.permalink-message button,
.controls button.btn {
    border:none;
    background:#17272d;
    color:#FFFFFF;
    padding:0.5rem 1rem;
    border-radius:2px;
    margin: 0 0.1rem;
    transition:0.5s;
    font-size: 0.8rem;
}

.permalink-message button {
    background:#986748;
    border:1px solid #FFFFFF;
    border-radius:2px;
    display:block;
    margin-top:1rem;
}

.permalink-message button:hover {
    background:#17272d;
    border-color:#17272d;
}

.controls button.btn:hover {
    background:#986748;
}

.tp-spec input,
.tp-spec select,
.tp-spec button {
    font-family: 'Larsseit', sans-serif;
}

.controls button.btn.btn-delete {
    background:#BEBEBE;
    color:#17272d;
}

.product-editor {
    margin:1rem 0;
}

.product-editor input,
.product-editor select {
    padding:0.5rem 1rem;
    background:#FFFFFF;
    border-radius:2px;
    border:none;
    font-size: 0.8rem;
    outline:none;
}

input.project-name {
    font-size: 2rem;
    font-weight: 900;
    border: none;
    background: 0;
    font-family: 'Larsseit Bold', sans-serif;
    outline: none;
    padding: 0;
    transition:0.5s;
    border-bottom: 2px solid transparent;
}

input.project-name:focus {
    background: #e2e2e2;
    border-bottom: 2px solid #17272d;
}

.product-display {
    background:#FFFFFF;
    font-size:0.8rem;
    padding:0.5rem;
    align-items:center;
    margin: 0.1rem 0;
}

.product-editor .controls,
.product-display .controls {
    justify-content: flex-end;
    display: flex;
}

.product-color {
    display:flex;
    align-items:center;
    position:relative;
}

.specification-builder .current-color.color {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin-right:1rem;
    position: absolute;
    top:7px;
    left:10px;
    background: #ededed;
}

.specification-builder .permalink-message {
    padding: 1.5rem 2rem;
    background: #986748;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.product-display .product-color {
    padding-left: 46px;
}

.specification-builder .product-editor {
    border-top:1px solid #17272d;
    padding-top:1rem;
}

.specification-builder .product-display .current-color.color {
    top:-2px;
    left: 0;
}

.product-editor > span {
    position:relative;
}

.product-editor input {
    width:90%;
    outline:none;
}

.product-editor input.color-selector {
    text-indent:28px;
}

.fa-search:before {
    content:"\f078";
    font-size: 14px;
}

.product-editor .ui-lookup-search {
    position: absolute;
    right: 42px;
    top: 7px;
    padding: 0 6px;
    transition: 0.25s;
}

.product-editor .ui-lookup-search:hover {
    background:#ededed;
    color:#17272d;
}

.controls.master-control-centre {
    display:flex;
    margin:2rem 0 1rem 0;
    justify-content: space-between;
}

.product-editor.controls {
    justify-content: flex-end;
    display: flex;
}

.final-control {
    justify-self:flex-end;
}

.ui-widget {
    font-family: 'Larsseit', sans-serif;
    font-size:0.8rem;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ffffff;
    border-top: 1px solid #bebebe;
    max-height: 300px;
    overflow-y: auto;
}

.ui-widget li {
    padding: 7px 13px;
    transition:0.5s;
}

.ui-widget li:hover {
    background:#17272d;
    color:#FFFFFF;
}

.ui-widget li span,
.ui-widget li span.ui-state-active {
    border:none;
    margin:0;
    background:none;
}

.ui-widget li span.ui-state-active {
    color:#FFFFFF;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .6em;
    border-radius: 2px;
}

.ui-menu .color-name.ui-menu-item-wrapper {
    padding: 3px 1em 3px .8em;
    border-radius:2px;
}

.product-info > div {
    display:flex;
    margin: 1rem 0;
}

.product-info > div label {
    width:150px;
    font-size:0.8rem;
}

.image label {
    font-size:0.8rem;
}

.text-page .product img {
    margin:1rem 0;
    background: #FFFFFF;
}

.product-info > div span  {
    font-size:0.8rem;
}

.product-details .product-info {
    width:60%;
}

.product-details .image {
    width:40%;
    margin:1rem 0;
}

.inspiration {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 16px;
    margin:32px 0;
}

.inspiration img {
    display:block;
    width:100%;
}

.inspiration-page {
    padding-bottom:32px;
}

.inspiration-page h2 {
    font-size:1.2rem;
}

.inspiration-page p {
    max-width:960px;
}

.inspiration-page a {
    color:#000000;
    text-decoration:underline;
}

.inspiration-page a:hover {
    color:#986748;
    text-decoration:underline;
}

@media screen and (max-width:1660px) {
    .top-level-nav nav a, .top-level-nav nav span {
        margin: 0 0 0 0rem;
    }
}

@media screen and (max-width:1440px) {

    header {
        padding: 3rem 2rem;
    }

    .hero-title {
        font-size: 3rem;
        padding: 4rem 0;

    }

    .top-level-nav span.nav-phone {
        display:none;
    }

}

@media screen and (max-width:1260px) {
    .top-level-nav {
        display:none;
    }
    
    .nav {
        display:block;
    }
    
    .project-item h3 {
        font-size:1.3rem;
    }

    .project-item p {
        font-size:0.9rem;
    }
}

@media screen and (max-width:1080px) {

    .project-item > div, .project-item > a {
        width:50%;
    }

}

@media screen and (max-width:960px) {

    .page-not-found {
        font-size:1rem;
    }

    .page-not-found h2 {
        font-size: 8rem;
        letter-spacing: 1rem;
    }

    .testimonial-item,
    .news-item.first-article,
    .news-item,
    .agent-item,
    .fc-2 .answer-col {
        width: 100%;
    }

    .agent-item {
        margin: 0.5rem 0;
    }

    .img-links a .clipboard {
        -webkit-clip-path: circle(20%);
        clip-path: circle(20%);
    }

    .img-link-title {
        bottom: 0.5rem;
    }

    .testimonials-home .testimonial-item:nth-of-type(2),
    .testimonials-home .testimonial-item:nth-of-type(3) {
        display: none;
    }

    .news-item.first-article {
        display: block;
    }

    .news-item.first-article .news-image {
        width: 100%;
    }

    .news-item.first-article .news-title {
        width: 100%;
        padding: 0;
    }

    .agents-row .inner .flex-container,
    .inner .news-container.flex-container, 
    .product-downloads {
        width:100%;
        margin-left:0;
    }
    
    #ninja-slider .caption {
        padding:2rem!important;
    }

    .download-title,
    h3 {
        font-size:2rem;
    }

    .grid-container {
        grid-template-columns: 1fr;
    }

    .product-link-image {
        position:relative;
        top:unset;
    }

    .download-link-title {
        font-size: 1rem;
    }

    .txt-link-row {
        font-size: 1.2rem;
    }

    header {
        padding:2rem;
    }
    
    .hero {
        height:60vh;
    }

    .range-intro,
    .spec-col,
    .inner .flex-container .col-1-2,
    .img-links .col-1-3,
    .col-2-3,
    .col-1-3,
    .col-1-2,
    h3.hsixty,
    .col-1-1 {
        width:100%;
    }

    .site-survey {
        text-align:left;
        margin-top:1rem;
    }

    .site-survey a.link-button {
        margin: 1rem 0;
    }

    .resp-flex-swap {
        flex-direction:column-reverse;
    }

    .inner .flex-container {
        padding:2rem 0;
    }

    .img-text {
        width: 80%;
        font-size: 1.5rem;
    }

    .hero-title p {
        width: 90%;
    }

    .red-list-logo {
        width: 140px;
        height: 140px;
    }

    .hero-title {
        margin: 0 auto;
        font-size: 2rem;
    }

    .team-member {
        width: 45%;
    }

    .team-detail {
        height: 100vh;
        overflow: auto;
    }
    .team-photo {
        width: 80%;
        margin: 1rem auto;
    }

    .col-right-align {
        text-align:left;
        margin-top: 2rem;
    }

    footer .base .inner > a,
    footer .base .inner > span {
        display:block;
        width:100%;
    }

    footer .base .inner {
        flex-wrap:wrap;
        flex-direction: column-reverse;
    }

    footer .base a {
        margin:0.5rem 0;
    }
    footer .inner .flex-container {
        padding: 4rem 0 0 0;
    }

    .product-downloads {
        flex-wrap: wrap;
    }

    a.download-link {
        width:47.5%;
        margin:0 1.25% 2rem 1.25%;
    }

    .resource-item .download-link-title {
        font-size:1rem;
    }

    .resources-grid .resource-item {
        width:100%;
    }

    header,
    header.fix {
        padding: 2rem 1rem 2rem 2rem;
    }

    .backtotop {
        bottom: 1rem;
        right: 1rem;
    }

        .controls.master-control-centre,
    .product-display, .product-editor {
        flex-wrap:wrap;
    }

    .header-row > *, .product-display > *, .product-editor > * {
        width:100%;
        margin: 0.25rem 0;
        min-height: 19px;
    }

    .product-editor input {
        width: 100%;
    }

    .product-editor .ui-lookup-search {
        right: 3px;
    }

    .final-control {
        margin-top:1rem;
    }

    .specification-builder .current-color.color {
        left:0;
    }

    .specification-builder .color-selector-container .current-color.color {
        left:10px;
    }
}

@media screen and (max-width:640px) {

    .virtual-tour svg {
        width: 66%;
        margin-left: auto;
    }

    .virtual-tour {
        bottom: 2px;
        right: 8px;        
        width:220px;
    }

    .text-page-content p {
        width:100%;
    }

    .img-links a .clipboard {
        -webkit-clip-path: circle(25%);
        clip-path: circle(25%);
    }

    .img-link-title {
        bottom: 1rem;
    }

    .nav-close {
        top: .5rem;
        right: 0.5rem;
    }

    .project-gallery a {
        width: 100%;
        margin: 1rem 0;
    }

    .contact-details {
        font-size: 1.2rem;
    }

    .products-page .inner .flex-container {
        padding: 2rem 0 0 0;
    }

}

@media screen and (max-width:480px) {

    .faq {
        padding: 1rem 0;
    }

    .news-item {
        margin: 1rem 0;
    }

    .nav-contact .email {
        font-size: 1.2rem;
    }
	    
    .project-item > div, .project-item > a {
        width:100%;
    }
    
    h1 {
        font-size:1.4rem;
    }

    .download-title,
    h3 {
        font-size:1.2rem;
    }

    h4 {
        font-size:1.1rem;
    }

    .inner .flex-container {
        padding: 1rem 0 4rem 0;
    }

    header.fix .logo,
    .logo {
        width:200px;
	    transition:0.7s;
    }

    .logo a #soundtect-logo {
        display:block;
        width:100%;
        text-decoration:none;
    }

    .logo a #soundtect-logo-white {
        display:none;
    }

    .hero {
        height:60vh;
    }

    #ninja-slider .caption {
        padding: 2rem;
    }
    
    .nav-container nav a {
        font-size: 1.5rem;
    }
    
    .contact-social a, .nav-social a {
        margin: 0 1rem 1rem 0;
        font-size: 1rem;
    }

    .nav-close {
        top: 1rem;
        right: 1rem;
    }

    .hero-title {
        font-size: 1.5rem;
        padding: 0 0;
    }
    .resources-grid a.download-link,
    a.download-link {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .big-intro .page-intro h1 {
        font-size: 1.2rem;
    }

    .contact-note {
        font-size: 1.22rem;
        width: 100%;
        padding: 1rem 0;
    }

    .team-member {
        width: 100%;
    }

    .close-detail {
        top: 1rem;
        right: 1.5rem;
        font-size: 2rem;
    }

    .team-detail .job-role {
        font-size:1rem;
    }

}

@media screen and (max-height:860px) { 
    
    .hero-title {
        font-size:2rem;
    }

    .contact-social a, 
    .nav-social a,
    .nav-contact .tel,
    .nav-contact .email,
    .nav-container nav a {
        font-size:1rem;
    }

}

@media screen and (max-height:640px) {  

    header {
        padding:2rem;
        transition:0.7s;
    }

    .products-page .inner .flex-container {
        padding: 2rem 0 0 0;
    }
    
    .hero-title {
        font-size:2rem;
    }

    .hero {
        height:100vh;
    }

    h1 {
        font-size: 1.5rem;
    }

    .img-text,
    .download-title {
        font-size: 2rem;
    }
    
    header.fix .logo,
    .logo {
        width:200px;
    }
    
    .nav-social {
        margin:0 0 1rem 0;
    }

    .contact-details {
        font-size: 1.2rem;
    }
    .contact-note {
        font-size: 1.22rem;
        width: 100%;
        padding: 1rem 0;
    }

    .nav-container {
        height:100vh;
    }
    
}

@media screen and (max-width:360px) and (max-height:640px) {

    .hero-title {
        font-size: 1.5rem;
        padding: 0 1rem;
    }

    .nav-close {
        top: .5rem;
        right: .5rem;
    }

    .nav-container nav a,
    .nav-contact > div {
        padding: 0.5rem;
        font-weight: 500;
    }

    .contact-social a, .nav-social a {
        font-size: 0.8rem;
    }

    .contact-social, .nav-social {
        margin: 0.5rem 0;
        padding: 0.5rem;
    }

    header {
        padding: 1rem;
        transition: 0.7s;
    }

    header.fix .logo, .logo {
        width: 160px;
    }
}

@media screen and (max-height:380px) {
     .hero-title {
        font-size:1.2rem;
    }
}