/* Webfonts */
@font-face {
    font-family: 'TexGyreAdventor';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TexGyreAdventor';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'TexGyreAdventor';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TexGyreAdventor';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Document Colours:
----------------------
	Black:		18212a
	Gray:		939598
	White: 		fff
	Red:		d24029
*/

/* Box-model */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Style */
html,body {
	height: 100%;
	width: 100%
}
body {
	background: #fff;
	color: #fff;
	font-family: 'TexGyreAdventor', AvantGarde Bk BT, Avantgarde, Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 0;
}
a {
	color: inherit;
	-webkit-transition: all .8s;
	transition: all .8s
}
a:hover {
	-webkit-transition: all .2s;
	transition: all .2s
}
#wrapper {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center
}
header, footer {
	display: block;
	width: 100%;
	padding: 1% 4%;
	text-align: center;
	position: static;
	background: #18212a
}
header {
	background: rgb(2,0,36);
	background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,181,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,181,255,1) 100%);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,181,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00b5ff",GradientType=1);
}
header:after {
	content: "";
	display: table;
	clear: both
}
.container {
	display: inline-block;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
    text-align: left;
    position: relative;
}
#header .container {
	max-width: unset;
}
.header-contact {
	font-size: 1.25em;
    line-height: 1.4em;
    padding-top: .35em;
}
.header-contact a {
	display: block;
	text-decoration: none;
	font-weight: 700;
}
.logo, .nano.new {
	margin: 0;
	display: block;
	padding: 0;
	color: #F00;
	font-size: 3em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -.05em;
	word-spacing: -.1em;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 5px #fff, 0 0 15px #fff;
}
.logo {
	text-align: center;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	display: none;
}
.slogan, .subSlogan {
    color: rgba(9,9,121,1);
    text-shadow:
       0 0 3px #fff,
     -2px -2px 1px #fff,  
      2px -2px 1px #fff,
      -2px 2px 1px #fff,
       2px 2px 1px #fff;
    font-size: 2em;
    text-align: center;
}
.slogan span {
    display: inline-block;
    font-size: 2.9vw;
}
.subSlogan {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin: 0 auto;
    top: 120%;
    font-size: 2.9vw;
} 
#fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 2.5vw!important;
    color: #000;
    text-shadow: none;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}
.white {
	color: #fff;
	font-size: 1.666667em;
}
.nano {
	color: #d24029;
	text-transform: uppercase;
}
.new {
	color: #d2a029;
	font-size: 1.4em !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}
nav ul {
	list-style-type: none;
	display: block;
}
nav li {
	display: inline-block;
	margin: 0 1.5% 0 0
}
nav li a {
	display: block;
	font-size: .95em;
	font-weight: 700;
	color: #939598;
	text-decoration: none;
	line-height: 0
}
nav li a:hover {
	color: #fff;
	font-size: 1em
}
#lang_sel {
	
}

main {
	/*height: 100%;*/
	display: block;
	/*margin-top: 176px;
	margin-top: Calc(157px + 2%)*/
}
section {
	display: block;
	position: relative;
	margin: 0;
	padding: 2% 4%;
	width: 100%;
	/*height: 100%;
	height: Calc(94% - 157px);*/
	background: no-repeat center center fixed #18212a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 65vh;
}
section+section {
	border-top: 10px solid #d24029
}
section#home						{ background-image: url(../img/home-bg.jpg) }
section#about_us					{ background-image: url(../img/home-bg.jpg) }
section#interior_cleaning			{ background-image: url(../img/interior-bg.jpg); background-attachment: initial }
section#exterior_polishing			{ background-image: url(../img/waxing-bg.jpg) }
section#waxing_and_paint_protection	{ background-image: url(../img/.jpg) }
section#the_car_collection			{ background-image: url(../img/collection-bg.jpg); background-attachment: initial }
section#specialist_products			{ background-image: url(../img/specialist-products-bg.jpg) }
section#before_and_after			{ background-image: url(../img/.jpg) }
section#maintenance					{ background-image: url(../img/.jpg) }
section:after {
	content: "";
	display: table;
	clear: both
}
section#home .container {
	height: 640px;
    flex-direction: column;
    position: relative;
}
section#home .container img {
	margin: 0;
}
h2 {
	color: #fff;
    font-weight: 700;
    font-size: 1.35em;
    margin: .25em 0;
}
h3 {
	font-size: 1.5em;
	margin: 0 0 .75em
}
h4 {
	font-size: 1.25em;
	font-weight: 700;
	color: #d24029;
	margin: 1em 0 .5em
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 .75em
}
strong {
	color: #939598;
	font-weight: 700;
}
.box {
	background: #000;
	background: rgba(0,0,0,.7);
	display: block;
	padding: 4% 6%
}
.box:after {
	content: "";
	clear: both;
	display: table
}
.right {
	float: right;
	margin: 0 0 1% 2%
}
.left {
	float: left;
	margin: 0 2% 1% 0
}
.full {
	width: 100%;
	clear: both
}
.flex {
	display: flex;
}
#home .flex > * {
	margin-top: auto;
}
.large_right {
	text-align: right;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 2px 5px #000, -2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000;
	margin-top: 2em;
}
.large_right span {
	display: inline-block;
	font-size: 1.75vw;
}
.fb_container {
	width: 280px
}
.map {
	float: left;
	width: 47.5%;
	margin: 0 5% 0 0
}
.map iframe {
	width: 100%;
	margin: 0 0 .75em;
	pointer-events: none
}
.menu p {
	font-size: .866667em;
	color: #939598
}
.menu strong {
	display: block;
	border-bottom: 1px dotted #939598;
	color: #fff;
	font-size: 1.3em;
	padding: 0 0 .2em;
	margin: 0 0 .2em
}
.menu em {
	float: right;
	width: 80px;
	margin: 0 0 0 10px;
	text-align: right;
	font-weight: 400
}
.menu h3 {
	margin-top: 1em
}
.menu h3 strong {
	border: none;
	color: #d24029;
	font-size: 1em
}
.no_prices:after {
	content: "";
	clear: both;
	display: table
}
.no_prices p {
	display: inline-block;
    float: left;
    clear: left
}
.menu span {
	display: block;
	font-weight: 700;
	color: #d24029;
	font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: .5em;
    padding-left: 2em;
}
.tiny {
	font-size: .5em
}
.one_third, .one_half {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0
}
.one_half {
	width: 49%
}
.one_half.left {
	margin-right: 0;
	margin-left: 51%;
}
.last {
	margin-right: 0;
}
.clr {
	clear: both;
}
.big {
	text-align: center;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 700;
	line-height: 1em;
	color: #d24029;
}

footer {
	top: auto;
	bottom: 0;
	font-size: .75em;
	color: #999;
	position: relative;
    padding-bottom: 8em;
}

img {
	max-width: 100%;
	height: auto
}
::-moz-selection {
	background: #d24029
}
::selection {
	background: #d24029
}

html {
	border-top: 20px solid #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
}
html::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 20px solid #fff;
    z-index: 1;
}
.homeContact {
    position: absolute;
    left: 0;
    bottom: 23%;
    width: 50%;

}


/* Slider, Fancybox, Carrousel */
.slick-slide {
	padding: 0 .5em;
}
.slick-slide a {
	display: block;
	background: #fff;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.slick-slide a:hover, .slick-slide a:focus {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.slick-slide img {
	display: block;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.slick-slide a:hover img, .slick-slide a:focus img {
	opacity: .5;
}

/* Media-queries */
@media only screen and (max-width: 1280px) {
	header {
		font-size: .866667em
	}
	nav li a {
		font-size: .95em
	}
	nav li a:hover {
		font-size: 1.2em
	}
}
@media only screen and (max-width: 1024px) {
	header {
		font-size: .75em
	}
	footer {
		position: static
	}
	.logo {
		float: none;
		display: block;
		text-align: center
	}
	.logo img {
		margin: 0 auto 0 -25px;
		max-width: 50%
	}
	nav ul {
		margin-left: -2%;
		margin-top: 0%;
		padding-top: 2%;
		border-top: 1px solid #d24029;
		text-align: center
	}
	.one_half.left {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	section#home {
		display: flex;
		min-height: 60vh;
		background-attachment: scroll;
		position: relative;
	}
	section#home .container {
		height: auto;
		position: static;
	}
    .homeContact {
		position: absolute;
		right: 4%;
		left: unset;
		top: 10%;
		text-align: right;
        width: 100%;
        text-shadow: 2px 2px 5px #000, -2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000;
	}
	.large_right span {
		font-size: 3vw;
		line-height: 1em;
	}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.homeContact {
		position: static;
		margin-top: 2em !important;
	}
}

@media only screen and (max-width: 880px) {
	body {
		padding: 0
	}
	header {
		position: static
	}
	nav li {
		display: block;
		margin: 0;
	}
	nav li a, nav li a:hover {
		font-size: 1.25em;
		line-height: 1.5em
	}
	.one_third {
		width: 100%;
		float: none;
		margin: 0
	}
	.slogan span {
		display: inline;
	}
}
@media only screen and (max-width: 640px) {
	.fb_container {
		margin: 0 auto 1em;
		float: none !important
	}
	.menu strong {
		font-size: 1em
	}
	.menu em {
		width: 25px
	}
	.menu h3 strong {
		font-size: .866667em
	}
	.menu h3 em {
		font-size: .75em
	}
	.map, .map iframe {
		width: 100%;
		max-height: 320px;
		float: none
	}
	section {
		background-attachment: scroll
	}
}
@media only screen and (max-width: 767px) {
	#header .container {
		text-align: center;
	}
	.header-contact, #lang_sel {
		float: none;
		text-align: center;
		display: inline-block;
		font-size: 5vw;
		vertical-align: middle;
	}
	.header-contact a {
		display: inline-block;
		margin: 0 .5em;
	}
	.large_right {
		margin: auto 0 0 auto;
		line-height: 1.4em;
		font-size: 4vw;
	}
	.large_right span {
		font-size: 4vw;
		display: block;
	}
	#home {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
    }
    .homeContact {
		position: absolute;
		right: 4%;
		left: unset;
		top: 4%;
		text-align: right;
        width: 100%;
        text-shadow: 2px 2px 5px #000, -2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000;
    }
    .subSlogan {
        position: static;
        padding: 0 0 1em;
    }
}