
/*
    Base
*/

/* Normalise */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	width:100%;
	height:auto;
	margin:0 auto;
	font-family:'Sohne', Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#000000;
	background-color:#fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.page-template-page-privacy {
	background-color: #faf7f3;
}
html {
	margin:0 auto;
	overflow-x:hidden;
}
::-moz-selection {
	color:#fff;
	background:#222;
}
::selection {
	color:#fff;
	background:#222;
}

/* Header + Menu + Footer */

.header-banner {
	position: absolute;
	background-color: #231f20;
	z-index: 4;
	display: block;
	text-align: center;
	width: calc(100% - 20px);
	margin-top: 130px;
	margin-left: 10px;
	margin-right: 10px;
}
.page-template-page-enquire .header-banner,
.page-template-page-thanks .header-banner {
	margin-top: 50px;
}
.header-banner-padd {
	padding: 25px;
	padding-top: 25px;
}
.header-banner-padd p {
	font-family:'Publico Banner', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	color: #fff;
	margin: 0;
	padding: 0;
    font-size: 22px;
}
.header {
	position:fixed;
	width:auto;
	top:0;
	left:10px;
	right:10px;
	height:130px;
	margin:0 auto;
	z-index:4;
	opacity: 1;
	background-color: #faf7f3;
}
.page-template-page-soon .header {
	display: none;
}
.margin-top-header {
	padding-top: 130px;
	background-color: #faf7f3;
}
.header-off {
	display: none;
}
.page-home .header {
	background-color: #faf7f3;
}
.header.header-moving {
	height: 50px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
}

.logo {
	font-family:'Sohhne', Arial, Helvetica, sans-serif;
	font-weight:300;
    z-index: 3;
    margin: 0;
    padding: 0;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50px;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
}
.logo-soon {
	position: absolute;
	top: 43%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}
.header.header-moving .logo,
.header.hdr-inner-dark .logo,
.header.hdr-inner-light .logo,
.header.hdr-inner-black .logo {
	width: 190px;
	margin-left: -95px;
	top: 11px;
}
.header .logo-light {
	display: none;
}
.header.header-moving .logo-light,
.header.hdr-intro-light .logo-light {
	display: block;
}
.header.header-moving .logo-dark,
.header.hdr-intro-light .logo-dark {
	display: none;
}

.nav {
	z-index:2;
	display:block;
	position: absolute;
	left: 0;
	right: 0;
}
.nav.nav-portal {
	display: none;
}
.page-template-page-portal .nav {
	display: none;
}
.page-template-page-portal .nav.nav-portal {
	display: block;
}
ul.nav-buttons {
	list-style:none;
	font-size: 0;
}
ul.nav-buttons li {
	text-align:left;
	display:inline-block;
	width: 20%;
	font-size: 0;
}
ul.nav-buttons li:nth-child(1) {
	width: 10%;
}
ul.nav-buttons li:nth-child(5) {
}
ul.nav-buttons li:nth-child(2),
ul.nav-buttons li:nth-child(3),
ul.nav-buttons li:nth-child(4),
ul.nav-buttons li:nth-child(5) {
	text-align: center;
}
ul.nav-buttons li:nth-child(6) {
	text-align: right;
	width: 10%;
}

.nav.width-custom {
    margin: 0 auto;
    text-align: center;
}
.nav.width-custom ul.nav-buttons li {
	text-align:left;
	display:inline-block;
	width: auto;
	font-size: 0;
    margin-left: 30px;
    margin-right: 30px;
}


.nav-portal ul.nav-buttons li:nth-child(1),
.nav-portal ul.nav-buttons li:nth-child(2),
.nav-portal ul.nav-buttons li:nth-child(3) {
	width: 33.3333% !important;
}
.nav-portal ul.nav-buttons li:nth-child(3) {
	text-align: right;
}

.header.header-moving ul.nav-buttons li:nth-child(2),
.header.header-moving ul.nav-buttons li:nth-child(3),
.header.header-moving ul.nav-buttons li:nth-child(4),
.header.header-moving ul.nav-buttons li:nth-child(5),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(5),
.header.hdr-inner-light ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light ul.nav-buttons li:nth-child(5),
.header.hdr-inner-black ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black ul.nav-buttons li:nth-child(5) {
	width: 16%;
}
.header.header-moving ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black ul.nav-buttons li:nth-child(4) {
	margin-left: 16%;
}

.header.header-moving .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(2) {
	height: 0;
	overflow: hidden;
}
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(1),
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(3) {
	width: 50%;
}

.nav.has8items ul.nav-buttons li {
	text-align:left;
	display:inline-block;
	width: 12.5%;
	font-size: 0;
}
.nav.has8items ul.nav-buttons li:nth-child(5) {
	text-align:center;
}
.nav.has8items ul.nav-buttons li:nth-child(6) {
	text-align:center;
	width: 14.5%;
}
.nav.has8items ul.nav-buttons li:nth-child(7) {
	text-align:center;
}
.nav.has8items ul.nav-buttons li:nth-child(8) {
	text-align:right;
	width: 10.5%;
}

.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(1),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(2),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(3),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(4),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(5),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(6),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(7),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(8) {
	width: 10.5%;
}
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(4) {
	margin-left: 0;
}
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(5) {
	margin-left: 16%;
}

.header.header-moving .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li {
    width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(1) {
    margin-left: 90px;
}
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(2) {
    margin-right: 0;
}
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(3) {
	margin-left: 400px;
}

ul.nav-buttons li a {
	font-family:'Sohne', Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size:12px;
	color:#000000;
	display:inline-block;
	line-height:49px;
	padding-top: 1px;
	padding-left:20px;
	padding-right:20px;
}
ul.nav-buttons li.current-menu-item a,
ul.nav-buttons li.current-page-ancestor a {
}
ul.nav-buttons li a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
ul.nav-buttons li a:hover span,
ul.nav-buttons li.current-page-parent a span,
ul.nav-buttons li.current-menu-item a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
ul.nav-buttons li:hover a span {
	border-bottom-color: #000000;
}

.header.hdr-inner-dark,
.header.hdr-inner-light,
.header.hdr-inner-black {
	height: 50px;
}
.header.hdr-inner-light {
	background-color: transparent;
}
.header.hdr-inner-black {
	background-color: #faf7f3;
}
.header.header-moving ul.nav-buttons li a,
.header.hdr-intro-light ul.nav-buttons li a {
	color: #fff;
}
.header.header-moving ul.nav-buttons li a span,
.header.hdr-inner-light ul.nav-buttons li a span,
.header.hdr-intro-light ul.nav-buttons li a span {
	border-bottom-color: transparent;
}

.header.header-moving ul.nav-buttons li a:hover span,
.header.header-moving ul.nav-buttons li.current-menu-item a span,
.header.hdr-inner-light ul.nav-buttons li a:hover span,
.header.hdr-inner-light ul.nav-buttons li.current-menu-item a span,
.header.hdr-intro-light ul.nav-buttons li a:hover span,
.header.hdr-intro-light ul.nav-buttons li.current-menu-item a span {
	border-bottom-color: #fff;
}
.header.hdr-inner-light ul.nav-buttons li a {
	color: #fff;
}
.header.hdr-inner-dark ul.nav-buttons li a {
	color: #000000;
}
.header.hdr-inner-black ul.nav-buttons li a {
	color: #000000;
}
.header.hdr-inner-black ul.nav-buttons li a:hover span,
.header.hdr-inner-black ul.nav-buttons li.current-menu-item a span {
	border-bottom-color: #000;
}


.header.hdr-inner-dark.header-moving ul.nav-buttons li a {
	color: #fff;
}
.header.hdr-inner-dark .logo-light,
.header.hdr-inner-black .logo-light {
	display: none;
}
.header.hdr-inner-dark .logo-dark,
.header.hdr-inner-black .logo-dark {
	display: block;
}
.header.hdr-inner-light .logo-light {
	display: block;
}
.header.hdr-inner-light .logo-dark {
	display: none;
}

.header.hdr-inner-dark.header-moving .logo-light {
	display: block;
}
.header.hdr-inner-dark.header-moving .logo-dark {
	display: none;
}
.header.hdr-inner-black.header-moving .logo-dark {
	display: block;
}
.header.hdr-inner-black.header-moving .logo-light {
	display: none;
}


.header.hdr-inner-light.header-moving .logo-light {
	display: block;
}
.header.hdr-inner-light.header-moving .logo-dark {
	display: none;
}

.page-home .header.hdr-inner-dark ul.nav-buttons li a {
	color: #fff;
}
.page-home .header.hdr-inner-dark ul.nav-buttons li a span {
	border-bottom-color: transparent;
}
.page-home .header.hdr-inner-dark ul.nav-buttons li a:hover span {
	border-bottom-color: #fff;
}
.page-home .header.hdr-inner-dark .logo-light {
	display: block;
}
.page-home .header.hdr-inner-dark .logo-dark {
	display: none;
}


/* Main */

.wrapper, a, a img, .line-nav-1, .line-nav-2, .line-nav-3, .line-nav-4, .logo, ul.nav-buttons li, ul.nav-buttons li a span, input {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.x-line {
	-o-transition:.9s;
	-ms-transition:.9s;
	-moz-transition:.9s;
	-webkit-transition:.9s;
	transition:.9s;
}
.header,
.header.header-moving,
.header.header-moving .nav-buttons {
	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}
.space-video-top,
.space-video-top-off {
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}
.nav,
.nav-off {
	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}
.logo {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}
a {
	text-decoration:none;
	outline:0;
	color:#000;
}
img,
img a {
	font-size:14px;
	color:#999;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
img {
    overflow: hidden;
    margin-bottom: -7px;
}
.main {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.cover {
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center center;
}


.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}

@media screen and (max-width: 1400px) {

.header,
.header.header-moving {
	height: 50px;
}
.margin-top-header {
	padding-top: 50px;
}
.logo,
.header.header-moving .logo {
	width: 190px;
	margin-left: -95px;
	top: 11px;
}
.header-banner {
	margin-top: 50px;
}
.header-banner-padd {
	padding: 15px;
	padding-top: 11px;
}
.logo-off {
	display: none;
}
.navclosed {
	color:transparent;
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	cursor:pointer;
}
.navclosed a {
	color:transparent;
	display:block;
	width:100%;
	height:100%;
}
.line-nav-1,
.line-nav-2,
.line-nav-3,
.line-nav-4 {
	width:30px;
	height:2px;
	position:absolute;
	background-color:#000000;
}
.line-nav-1 {
	top:18px;
	left:14px;
}
.line-nav-4 {
	top:32px;
	left:14px;
}
.line-nav-2,
.line-nav-3 {
	opacity:1;
	top:25px;
	left:14px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.line-nav-2-open {
	opacity:1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.line-nav-3-open {
	opacity:1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.line-nav-1-open,
.line-nav-4-open {
	opacity:0;
}
.page-home .header.hdr-inner-dark .line-nav-1,
.page-home .header.hdr-inner-dark .line-nav-2,
.page-home .header.hdr-inner-dark .line-nav-3,
.page-home .header.hdr-inner-dark .line-nav-4,
.header.hdr-inner-dark.header-moving .line-nav-1,
.header.hdr-inner-dark.header-moving .line-nav-2,
.header.hdr-inner-dark.header-moving .line-nav-3,
.header.hdr-inner-dark.header-moving .line-nav-4,
.header.hdr-inner-light.header-moving .line-nav-1,
.header.hdr-inner-light.header-moving .line-nav-2,
.header.hdr-inner-light.header-moving .line-nav-3,
.header.hdr-inner-light.header-moving .line-nav-4,
.header.hdr-inner-light .line-nav-1,
.header.hdr-inner-light .line-nav-2,
.header.hdr-inner-light .line-nav-3,
.header.hdr-inner-light .line-nav-4,
.header.hdr-intro-light .line-nav-1,
.header.hdr-intro-light .line-nav-2,
.header.hdr-intro-light .line-nav-3,
.header.hdr-intro-light .line-nav-4 {
	background-color: #fff;
}
.page-home .header.hdr-inner-dark .line-nav-2-open,
.page-home .header.hdr-inner-dark .line-nav-3-open,
.header.hdr-inner-dark.header-moving .line-nav-2-open,
.header.hdr-inner-dark.header-moving .line-nav-3-open,
.header.hdr-inner-light.header-moving .line-nav-2-open,
.header.hdr-inner-light.header-moving .line-nav-3-open,
.header.hdr-inner-light .line-nav-2-open,
.header.hdr-inner-light .line-nav-3-open,
.header.hdr-intro-light .line-nav-2-open,
.header.hdr-intro-light .line-nav-3-open {
	background-color: #000000;
}
.page-home .header.hdr-inner-dark ul.nav-buttons li a {
	color: #000000;
}
.page-home .header.hdr-inner-dark ul.nav-buttons li a span {
	border-bottom-color: transparent;
}
.page-home .header.hdr-inner-dark ul.nav-buttons li a:hover span {
	border-bottom-color: #000000;
}
.header.header-moving .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li,
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li {
    width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.nav.width-custom ul.nav-buttons li:nth-child(1) {
    margin-top: 10%;
}
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(1),
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(2),
.header.header-moving .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav.width-custom ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav.width-custom ul.nav-buttons li:nth-child(3) {
    margin-left: 0;
}

.nav-off {
	top:0;
	bottom:0;
	left:auto;
	right:-320px;
	width:280px;
	position:fixed;
	opacity:1;
	background-color:#faf7f3;
}
.nav-on {
	top:0;
	bottom:0;
	left:auto;
	width:100%;
	right:0;
	position:fixed;
	opacity:1;
	background-color:#faf7f3;
}
.nav {
	position:absolute;
	width:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.header ul.nav-buttons li:nth-child(1),
.header ul.nav-buttons li:nth-child(2),
.header ul.nav-buttons li:nth-child(3),
.header ul.nav-buttons li:nth-child(4),
.header ul.nav-buttons li:nth-child(5),
.header ul.nav-buttons li:nth-child(6),
.header.header-moving ul.nav-buttons li:nth-child(1),
.header.header-moving ul.nav-buttons li:nth-child(2),
.header.header-moving ul.nav-buttons li:nth-child(3),
.header.header-moving ul.nav-buttons li:nth-child(4),
.header.header-moving ul.nav-buttons li:nth-child(5),
.header.header-moving ul.nav-buttons li:nth-child(6) {
	width: 100%;
	text-align: left;
	margin-left: 0;
	text-align: center;
}
.header.header-moving ul.nav-buttons li:nth-child(2),
.header.header-moving ul.nav-buttons li:nth-child(3),
.header.header-moving ul.nav-buttons li:nth-child(4),
.header.header-moving ul.nav-buttons li:nth-child(5),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(5),
.header.hdr-inner-light ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light ul.nav-buttons li:nth-child(5),
.header.hdr-inner-black ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black ul.nav-buttons li:nth-child(5) {
	width: 100%;
}
.header.header-moving ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black ul.nav-buttons li:nth-child(4) {
	margin-left: 0;
}
.header .nav.has8items ul.nav-buttons li,
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(1),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(2),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(3),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(4),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(5),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(6),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(7),
.header.header-moving .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-dark .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-light .nav.has8items ul.nav-buttons li:nth-child(8),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(4),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(5),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(6),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(7),
.header.hdr-inner-black .nav.has8items ul.nav-buttons li:nth-child(8) {
	width: 100%;
	text-align: center;
	margin-left: 0;
}

.header.header-moving .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(2) {
	height: 0;
	overflow: hidden;
}
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(1),
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(3),
.nav-portal ul.nav-buttons li:nth-child(1),
.nav-portal ul.nav-buttons li:nth-child(2),
.nav-portal ul.nav-buttons li:nth-child(3) {
	width: 100% !important;
}
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(2),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(2) {
	height: auto;
	overflow: inherit;
}
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(1),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(1),
.header.header-moving .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-dark .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-light .nav-portal ul.nav-buttons li:nth-child(3),
.header.hdr-inner-black .nav-portal ul.nav-buttons li:nth-child(3) {
	width: 50%;
}

.header ul.nav-buttons li a,
.header.header-moving ul.nav-buttons li a,
.header.hdr-inner-dark.header-moving ul.nav-buttons li a,
.header.hdr-inner-light.header-moving ul.nav-buttons li a,
.header.hdr-inner-light ul.nav-buttons li a,
.header.hdr-inner-black.header-moving ul.nav-buttons li a,
.header.hdr-intro-light ul.nav-buttons li a {
	color: #000000;
}
.header ul.nav-buttons li a:hover span,
.header ul.nav-buttons li.current-menu-item a span,
.header.header-moving ul.nav-buttons li a:hover span,
.header.header-moving ul.nav-buttons li.current-menu-item a span,
.header.hdr-inner-dark.header-moving ul.nav-buttons li a:hover span,
.header.hdr-inner-dark.header-moving ul.nav-buttons li.current-menu-item a span,
.header.hdr-inner-light.header-moving ul.nav-buttons li a:hover span,
.header.hdr-inner-light.header-moving ul.nav-buttons li.current-menu-item a span,
.header.hdr-inner-light ul.nav-buttons li a:hover span,
.header.hdr-inner-light ul.nav-buttons li.current-menu-item a span,
.header.hdr-inner-black.header-moving ul.nav-buttons li a:hover span,
.header.hdr-inner-black.header-moving ul.nav-buttons li.current-menu-item a span,
.header.hdr-intro-light ul.nav-buttons li a:hover span,
.header.hdr-intro-light ul.nav-buttons li.current-menu-item a span {
	border-bottom-color: #000;
}


ul.nav-buttons {
	padding-top:80px;
	overflow-x:hidden;
	overflow-y:auto;
}
ul.nav-buttons li {
	display:block;
	padding-left:0;
	text-align: center;
}
ul.nav-buttons li a {
	display:block;
	text-decoration:none;
	line-height:60px;
	font-size:15px;
	letter-spacing:1px;
}

}

@media screen and (max-width: 767px) {

.header-off {
	display: block;
}
.header-banner-padd p {
    font-size: 18px;
}

}

@media screen and (min-width: 480px) and (max-width: 767px) {


}

@media screen and (max-width: 479px) {

.logo-soon {
	top: 43%;
	margin-left: -150px;
	width: 300px;
}

}
