@charset "UTF-8";

/* -------------- */
/* Document Fonts */
/* -------------- */

@import url("https://use.typekit.net/snz8brl.css");

/* ----------------- */
/* Document Defaults */
/* ----------------- */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
.clearfix:before, .clearfix:after { content: " "; display: table; 
}
.clearfix:after { clear: both; 
}
/* Animate.css */
.os-animation { opacity: 0; } .os-animation.animated { opacity: 1; }
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
img { width:100%; display:block;
}
.clear {clear:both;}
a,
a:link,
a:visited,
a:hover { text-decoration:none; color:inherit;
}

/* --------------- */
/* Brand Standards */
/* --------------- */

.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.italic {
	font-style: italic;
}
.miller-light {
	font-family: miller-display,serif;
    font-weight: 300;
    font-style: normal;
}
.miller-light-italic {
	font-family: miller-display,serif;
    font-weight: 300;
    font-style: italic;
}
.miller-semi {
	font-family: miller-display,serif;
    font-weight: 600;
    font-style: normal;
}
.miller-semi-italic {
	font-family: miller-display,serif;
    font-weight: 600;
    font-style: italic;
}
.light {
    font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
}
.semi {
    font-family: proxima-soft,sans-serif;
    font-weight: 500;
    font-style: normal;
}
.white {
	color: #FFF;
}
.navy {
	color: #2f4655; 
}
.grey {
	color: #393939;
}
.invis {
	color:rgba(0,0,0,0);
}
:target:before {
  content:"";
  display:block;
  height:auto; /* fixed header height*/
  padding: 80px 0px 0px 0px;
  margin: 0px 0 0 0; /* negative fixed header height */
}

/* ----------- */
/* Backgrounds */
/* ----------- */

.grey-bg {
	background: #F7F7F7;
	position: relative;
}
.white-bg {
	background: #FFF;
	position: relative;
}
#home {
	background: url('../gfx/banners/home-bw.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}

/* ----------------- */
/* Wesbite Structure */
/* ----------------- */

/* Flex Structure */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container.flex-full,
.flex-container.flex-double,
.flex-container.flex-double-space,
.flex-container.flex-tripple,
.flex-container.flex-tripple-space,
.flex-container.flex-quad,
.flex-container.flex-quad-space {
    justify-content: space-around;
}
.flex-double .flex-item {
    width: 50%;
}
.flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-tripple .flex-item {
    width: 33.3%;
}
.flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-quad .flex-item {
    width: 25%;
}
.flex-quad-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
}
.flex-photo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Buttons */

a.btn,
#form #submit-btn {
    display: inline-block;
	padding: 12px 40px 12px 40px;
	font-size: 1.1em;
	text-align: center;
	border-radius: 5px;
    background: #2f4655; 
    color: #FFF;
    margin: 20px 0px 0px 0px;
	/* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.2);
}
a.btn:hover,
a.btn:focus,
#form #submit-btn:hover,
#form #submit-btn:focus {
    opacity: 0.8;
    transition: 0.2s all;
}

/* Navigation */

#main {
	position: relative;
	z-index: 2;
	width: 100%;
    height: 80px;
    margin: 0 auto;
	border-bottom: 1px solid transparent;
	padding: 25px 0px 0px 0px;
    background: transparent;
}
#main .main-inner,
#floaty .floaty-inner {
	position: relative;
	list-style: none;
	width: 1024px;
    margin: 0 auto;
}
#main .main-inner li,
#floaty .floaty-inner li {
	display: block;
	height: auto;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 15px;
	font-size: 1em;
	color: #393939;
	float: right;
    border-bottom: 1px solid transparent;
    opacity: 0.7;
}
#main .main-inner li {
    opacity: 1;
}
#main .main-inner li:hover,
#main .main-inner li:focus,
#floaty .floaty-inner li:hover,
#floaty .floaty-inner li:focus {
    opacity: 1;
	border-bottom: 1px solid #2f4655;
	transition: 0.2s all;
}
#main .main-inner #logo,
#floaty .floaty-inner #floaty-logo {
	position: absolute;
	top: -15px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url('../gfx/logos/logo.png') no-repeat;
	background-size: contain;
}

/* Floaty Navigation */

#floaty {
    position: absolute;
	z-index: -1;
	top: 0px;
	left: -5000px;
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	padding: 25px 0px 0px 0px;
	background: rgba(255,255,255,0.98);
}
#floaty.floaty-active {
	z-index: 10;
	position: fixed;
    top: 0px;
	left: 0px;
	/* Animations */
	animation-name: float-in;
	animation-duration: 100ms;
}
@keyframes float-in {
    0% {
		opacity: 0;
        top: -80px;
        animation-timing-function: ease-in;
    }
    100% {
		opacity: 1;
        top: 0px;
		animation-timing-function: ease-in;
    }
}
@keyframes float-out {
    0% {
		opacity: 1;
        top: 0px;
        animation-timing-function: ease-out;
    }
    100% {
		opacity: 0;
        top: -80px;
		animation-timing-function: ease-out;
    }
}

/* Banner */

.banner { 
	padding: 0;
	width:  100%;
	height: calc(100vh + 5px);
    margin: -80px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
.banner .banner-content {
	width: 1024px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.banner .banner-content h1 {
	font-size: 6em;
	line-height: 1em;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 30px 0px 20px 0px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.banner .banner-content p {
    display: inline-block;
    font-size: 0.9em;
	margin: -10px 0px 0px 0px;
    padding: 15px;
    background: #FFF;
    border-radius: 3px;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
}

/* Wrapper */

.wrapper {
	position: relative;
	z-index: 2;
	width: 1024px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper h1 {
	font-size: 2.1em;
	line-height: 1.1em;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 30px 0px 0px 0px;
}
.wrapper h2 {
	font-size: 2em;
	line-height: 1.2em;
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0;
}
.wrapper h3 {
	font-size: 1.6em;
	line-height: 1.1em;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
.wrapper p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
.wrapper p a:link,
.wrapper p a:visited {
	color: inherit;
	text-decoration: underline;
}
.wrapper p a:hover {
	color: #2f4655;
	transition: 0.2s all;
}
.wrapper .accent {
	width: 50px;
    height: 5px;
    border-radius: 3px;
    background: #2f4655; 
    margin: 0px 0px 40px 0px;
}
.wrapper .spacer,
.wrapper .spacer-mini {
    height: 50px;
    margin: 0 auto;
    width: auto;
}
.wrapper .spacer-mini {
    height: 20px;
}

/* Social */

.wrapper #social {
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding: 0;
}
.wrapper #social li {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    margin: 0px 20px 0px 0px;
}
.wrapper #social li .icon {
    height: 100%;
    width: 100%;
    fill: #2f4655;
}
.wrapper #social li .icon:hover,
.wrapper #social li .icon:focus {
    fill: #393939;
    transition: 0.2s all;
}

/* Footer */

footer {
	height :auto;
	width: 100%;
}
footer .wrapper .col {
	list-style: none;
	width: 33.3%;
	height: auto;
	padding: 0px 30px 0px 0px;
	margin: 0;
	float: left;
}
footer .wrapper .col li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 1.1em;
    color: #393939;
}
footer .wrapper .col li:hover,
footer .wrapper .col li:focus {
    color: #2f4655;
    transition: 0.2s all;
}
footer .wrapper .col p {
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 30px;
    font-size: 0.8em;
    line-height: 1.2em;
}
footer .wrapper .col #crime-member::before,
footer .wrapper .col #write::before,
footer .wrapper .col #photo::before,
footer .wrapper .col #design::before,
footer .wrapper .col #code::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
}
footer .wrapper .col #crime-member::before {
    background: url('../gfx/icons/crime-member.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #write::before {
    background: url('../gfx/icons/write.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #photo::before {
    background: url('../gfx/icons/photo.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #design::before {
    background: url('../gfx/icons/brush.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col #code::before {
    background: url('../gfx/icons/code.png') no-repeat;
    background-size: contain;
}
footer .wrapper .col .logo {
	position: absolute;
	top: 100px;
	right: 0;
	width: 60px;
	height: 60px;
	background: url('../gfx/logos/logo.png') no-repeat;
	background-size: contain;
}

/* ----------- */
/* Mobile Menu */
/* ----------- */

html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
#menu-overlay {
    position: absolute;
    z-index: 2;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.4);
}
.overlay-hidden {
    opacity: 0;
    visibility: hidden;
}
.overlay-vis {
    opacity: 1;
    visibility: visible;
}
.menu-button {
    position: absolute;
    top: 25px;
    right: 0px;
    height: 25px;
    width: 30px;
    color: transparent;
}
.menu-button::before {
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    bottom: 0.1em;
    left: 0.1em;
    background: linear-gradient(#FFFFFF 20%, transparent 20%, transparent 40%, #FFFFFF 40%, #FFFFFF 60%, transparent 60%, transparent 80%, #FFFFFF 80%);
    content: '';
}
.menu-button:hover::before {
    background: linear-gradient(#f7a600 20%, transparent 20%, transparent 40%, #f7a600 40%, #f7a600 60%, transparent 60%, transparent 80%, #f7a600 80%);
    transition: 0.2s all;
}
.menu-active {
    left: 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    /* Animations */
    transform-origin: left;
    animation-name: menu-in;
    animation-direction: normal;
    animation-duration: 300ms;
}
.menu-nonactive {
    left: -1000px;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    transform-origin: left;
    animation-name: menu-out;
    animation-direction: normal;
    animation-duration: 100ms;
}
.menu-wrap {
    position: absolute;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    background: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 130px;
    height: 60px;
}
.menu-wrap .menu {
    list-style: none;
    padding: 125px 10px 0px 10px;
    margin: 0;
}
.menu-wrap .menu a:link,
.menu-wrap .menu a:visited {
    color: inherit;
    text-decoration: none;
}
.menu-wrap .menu li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color: #000000;
    padding: 0px 0px 10px 60px;
    margin: 0px 0px 10px 0px;
}
.menu-wrap .menu li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 35px;
    height: 10px;
    width: 10px;
    background: url('../gfx/icons/arrow-green.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu li:hover, 
.menu-wrap .menu li:focus {
    color: #019a4d;
    transition: 0.2s all;
}

/* Close Button */

.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 25px;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    color: transparent;
    background: transparent;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 14px;
    left: 50%;
    background: #019a4d;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu Animations */

@keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@-webkit-keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@keyframes menu-out {
0% {
    left: 0px;
}
100% {
    left: -1000px;
}
}
@-webkit-keyframes menu-out {
0% {
    left: 0px
}
100% {
    left: -1000px;
}
}

/* ------------ */
/* Contact Form */
/* ------------ */

.required-wrap {
	position: relative;
}
.required-wrap .astrix {
	position: absolute;
	font-size: 0.8em;
	color: red;
	top: 0px;
	right: -15px;
    opacity: 0.5;
}
.required-wrap .icon {
    position: absolute;
    top: 20px;
    right: 15px;
    height: 15px;
    width: 15px;
    fill: #C1B3A7;
}
.required-wrap .rotate {
    transform: rotate(90deg);
}
#form {
	padding: 0;
    margin: 0px 0px 0px 0px;
}
#form #recaptcha {
	position: absolute;
	z-index: 9999;
    top: -5000px;
    left: -5000px;
    opacity: 0;
}
#vehicle-colour {
    display: none;
    visibility: hidden;
    opacity: 0;
}

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

#form input[type="text"],
#form input[type="email"],
#form input[type="phone"],
#form select,
#form textarea {
    appearance: none;
	box-shadow: none;
    display: block;
	width: 100%;
    padding: 15px 50px 15px 10px;
    margin: 15px 0px 15px 0px;
    background: #F7F7F7;
 	border: 1px solid #E8E8E8;
    border-radius: 3px;
    color: #2f4655;
    /* Fonts */
    font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
}
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    border: 1px solid #2f4655; 
    box-shadow: none;
}
#form textarea {
	height: 100px;
}
#form #submit-btn {
	font-family: proxima-soft,sans-serif;
    font-weight: 500;
    font-style: normal;
	appearance: none;
	box-shadow: none;
    border: none;
}

/* Placeholders */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2f4655;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2f4655;
   	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2f4655;
   	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	font-family: proxima-soft,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2f4655;
}

/*------------------------------------- Media Queries -----------------------------------*/

@media (max-width: 1200px) {
    
	/* Navigation */
    #main .main-inner,
    #floaty .floaty-inner {
	width: 80%;
    }
    /* Banner */
    .banner .banner-content {
	width: 80%;
    }
    /* Wrapper */
    .wrapper {
	width: 80%;
    }
    
}
@media (min-width: 1025px) {
    
	.menu-trigger {
	display: none;
	}
	.menu-button {
	display: none;
	}
    
}
@media (max-width: 1024px) {
    
	/* Navigation */
    .menu-trigger,
    .menu-button {
	display: inline;
	}
    #floaty {
    display: none;
	visibility: hidden;
    opacity: 0;    
    }
    #main .main-inner li {
	display: none;
	visibility: hidden;
    opacity: 0;
    }
    /* Banner */
    .banner { 
	padding: 350px 0px 100px 0px;
	height: auto;
    }
    .banner .banner-content {
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	transform: translateX(0%) translateY(0%);
    margin: 0 auto;
    }
    .banner .banner-content h1 {
	font-size: 3em;
    text-align: center;
    color: #FFFFFF;
    }
    .banner .banner-content h1 br {
	display: none;
    }
    .banner .banner-content p {
    display: block;
    width: 100%;
	margin: -10px auto auto auto;
    text-align: center;
    }
    /* Flex */
    .flex-double .flex-item {
    width: 100%;
    }
    .flex-double-space .flex-item {
    width: 100%;
    margin: 25px 0px 25px 0px;
    }
    .flex-tripple .flex-item,
    .flex-quad .flex-item {
    width: 50%;
    }
    .flex-tripple-space .flex-item,
    .flex-quad-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
    }
    .flex-full .flex-item {
    position: relative;
    width: 100%;
    }
    
}
@media (max-width: 768px) {
    
    /* Banner */
    .banner { 
	padding: 450px 0px 100px 0px;
	height: auto;
    }
    #home {
	background: url('../gfx/banners/mobile-bw.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
    }
    /* Wrapper */
    a.btn,
    #form #submit-btn {
    width: 100%;
    }
	/* Footer */
    footer .wrapper .col {
	width: 100%;
	padding: 0px 0px 30px 0px;
	float: none;
    }
    footer .wrapper .col .logo {
	position: absolute;
    top: auto;
	bottom: 80px;
	right: auto;
    left: 0;
    }
    /* Flex */
    .flex-tripple .flex-item,
    .flex-quad .flex-item {
    width: 100%;
    }
    .flex-tripple-space .flex-item,
    .flex-quad-space .flex-item {
    width: 100%;
    margin: 25px 0px 25px 0px;
    }
    
}
@media (max-width: 520px) {
    
    /* Banner */
    .banner { 
	padding: 350px 0px 100px 0px;
	height: auto;
    }
    
}