/* --------------------------------------------------------------------------
   	Global Settings & Helpers
-------------------------------------------------------------------------- */
/* --------- Colors --------- */
html {
	overflow-y: scroll; /* force scrollbar */
	background: #fff;
}

a{
	color: black;
	text-decoration: none;
}
/* --------- Textfield Padding --------- */
address, article, aside {
	padding: 0;
}
.add_100_bottom {
	padding-bottom: 100px;
	padding-bottom: 10rem;
}
.add_50_bottom {
	padding-bottom: 50px;
	padding-bottom: 5rem;
}
.add_30_bottom {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
/*--- Make section fullscreen height ---*/
.fullscreen {
	height: 100%;
	min-height: 100%;
	min-height: 100vh;
	max-height: 1080px;
	max-height: 108rem;
}
.halfscreen {
	height: 50%;
	min-height: 50%;
	min-height: 50vh;
}
.quarterscreen {
	height: 25%;
	min-height: 25%;
	min-height: 25vh;
}
.threequarterscreen {
	height: 75%;
	min-height: 75%;
	min-height: 75vh;
}
/*--- Buttons ---*/
a.btn {
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 3rem;
	margin: 15px 0 30px 0;
	font-family: 'Oswald', 'paragraph_font_bold', Helvetica , Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #ffffff;
	background: #000;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.desktop a.btn:hover {
	color: #ffffff;
	background: #c53232;
}
/* --------------------------------------------------------------------------
	Loading 
-------------------------------------------------------------------------- */
.loading {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	z-index: 20;
	background: #fff;
}
.loading-holder {
	position: relative;
	display: inline-block; 
	top: 50%;
	width: 100%;
	max-width: 300px;
	max-width: 30rem;
	height: 300px;
	height: 30rem;
	margin-top: -150px;
	margin-top: -15rem;
}
.loading-holder svg {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	fill: #B3A78D;
}
.loading-holder p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #b2b2b2;
}
/* --------------------------------------------------------------------------
   	Header
-------------------------------------------------------------------------- */
header {
	position: fixed;
	width: 100%;
	min-width: 100%;
	z-index: 10;
}
header .content {
	padding: 0;
}
header, header .content, header .logo-holder {
	height: 50px;
	height: 5rem;
	background: #fff;
}
/*--- Logo ---*/
header .logo-holder {
	float: left;
	padding: 12px 0 10px 12px;
	padding: 1.2rem 0 1rem 1.2rem;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
header .logo-holder svg {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	fill: #b3a78d;
}


@media(max-width:767px){
	.mobile_adapt{
		display: none !important;
	}
	.mobile_padding{
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media (min-width: 768px) {
	.not_desktop{
		display:none;
	}

}


.column1_sub{
	flex:10%;
	background: transparent;
}
.column2_sub{
	flex:10%;
}
.column3_sub{
	flex:10%;
}
.column4_sub{
	flex:10%;
}

.sub_menu_img_strategi:lang(en){
	width: 67px !important; ;
}

.sub_menu_img_strategi{
	width: 60px;
	padding-top: 6px;
	opacity: 0.35;
}
.sub_menu_img_strategi:hover{
	opacity: 1;
}

.sub_menu_img_produktion{
	width: 85px;
	padding-top: 6px;
	opacity: 0.35;
}
.sub_menu_img_produktion:hover{
	opacity: 1;
}

.sub_menu_img_merchandising{
	width: 105px;
	padding-top: 7.5px;
	opacity: 0.35;
	margin-left: 19px;
}

.sub_menu_img_merchandising:hover{
	opacity: 1;
}


.sub_menu_img_network{
	width: 62px;
	padding-top: 7px;
	opacity: 0.35;
}

.sub_menu_img_network:hover{
	opacity: 1;
}
.active_sub{
	opacity: 1;
}

.content_sub_menu{
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 39%;
	max-width: 120rem;
	margin: 0 auto;
background: #ACA088 !important;
}

#sub_menu_id{
	display: none;
	width: 100%;
	background: #ACA088;
	height: 61px;
	left: 0%;
	position: fixed;
	/* z-index: 1000000; */
	top: 100px;
}

@media(max-width: 1279px){
	#sub_menu_id{
		top:0px;
		display: none!important;
	}
}

/* --------------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------------- */
header nav {
	display: block;
	float: left;
	text-align: right;
}
/*--- Navigation trigger ---*/
header nav .nav-trigger {
	display: inline-block;
	position: relative;
  	width: 40px;
	width: 4rem;
  	height: 50px;
	height: 5rem;
	margin: 0 10px;
	margin: 0 1rem;
	cursor: pointer;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}

header nav .nav-trigger span {
  	display: block;
  	position: absolute;
	width: 80%;
  	height: 5px;
	height: 0.5rem;
  	background: #b3a78d;
  	opacity: 1;
  	right: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}

header nav .nav-trigger span:nth-child(1) {
  	top: 10px;
	top: 1rem;
}

header nav .nav-trigger span:nth-child(2), header nav .nav-trigger span:nth-child(3) {
  	top: 22px;
	top: 2.2rem;
}

header nav .nav-trigger span:nth-child(4) {
  	top: 35px;
	top: 3.5rem;
}

header nav .nav-trigger.open span:nth-child(1) {
  	top: 22px;
	top: 2.2rem;
  	width: 0%;
  	right: 50%;
}

header nav .nav-trigger.open span:nth-child(2) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
}

header nav .nav-trigger.open span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}

header nav .nav-trigger.open span:nth-child(4) {
  	top: 22px;
	top: 2.2rem;
  	width: 0%;
  	right: 50%;
}
header nav ul {
	list-style: none;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 50px 0;
	margin: 5rem 0;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
header nav.nav-open ul {
	right: 0;
}
header nav ul li a {
	display: block;
	margin: 0;
	padding: 0 30px;
	padding: 0 3rem;
	font-family: 'Oswald', 'paragraph_font_bold', Helvetica , Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 80px;
	line-height: 8rem;
	cursor: pointer;
	color: #b3a78d;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
header nav ul li a.active {
	color: #fff;
	background: #b3a78d;
}
.desktop header nav ul li a:hover {
	color: #fff;
	background: #b3a78d;
}


.read_more_btn{
	outline: none;
	border: none;
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 3rem;
	margin: 15px 0 30px 0;
	font-family: 'paragraph_font_bold', Helvetica , Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #ffffff;
	background: black;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
	.read_more_btn_mobile {
		outline: none;
		border: none;
		display: inline-block;
		padding: 10px 30px;
		padding: 1rem 3rem;
		margin: 15px 0 30px 0;
		font-family: 'paragraph_font_bold', Helvetica, Arial, Verdana, Geneva, sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		line-height: 2.4rem;
		text-transform: uppercase;
		color: #ffffff;
		background: black;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
}

@media (min-width: 768px) {
	.read_more_btn_mobile{
		display: none;
	}
}

/* ___________Service pages ___________________
*/

@media (min-width:1280px) {
	.service_page{
		padding: 5rem 0rem !important;
	}
}

@media (max-width: 768px) {
	.coloum_reverse {
		flex-direction: row-reverse;
	}
}



#contact_subpage {
	background: #000;
}
#contact_subpage .content {
	padding-bottom: 30px;
	padding-bottom: 3rem;
	color: #ffffff;
}
#contact_subpage h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
	line-height: 4rem;
}
#contact_subpage h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}
#contact_subpage .contact-form {
	text-align: center;
}
#contact_subpage fieldset {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	max-width: 80rem;
}
#contact_subpage fieldset label {
	display: block;
	width: 100%;
	padding-top: 50px;
	padding-top: 5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}
#contact_subpage fieldset input {
	display: inline-block;

	height: 40px;
	height: 4rem;
	background: #ffffff;
	border: 1px solid #b3a78d;
	border-radius: 0;
	text-align: center;
	color: #b2b2b2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip:padding-box !important;
	-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
}
/*#contact fieldset input.success {
	background: green;
}*/
#contact_subpage fieldset input.in_focus_border {
	-webkit-box-shadow:inset 0 0 10px #b3a78d;
	-webkit-box-shadow:inset 0 0 1rem #b3a78d;
	-moz-box-shadow:inset 0 0 10px #b3a78d;
	-moz-box-shadow:inset 0 0 1rem #b3a78d;
	box-shadow:inset 0 0 10px #b3a78d;
	box-shadow:inset 0 0 1rem #b3a78d;
}
#contact_subpage fieldset input.correct {
	-webkit-opacity: 0.30;
	-moz-opacity: 0.30;
	-o-opacity: 0.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}
#contact_subpage fieldset .error_field {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-top: 3rem;
	font-size: 10px;
	font-size: 1rem;
	line-height: 14px;
	line-height: 1.4rem;
}
#contact_subpage fieldset input.btn {
	outline: none;
	border: none;
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 3rem;
	margin: 15px 0 30px 0;
	font-family: 'paragraph_font_bold', Helvetica , Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #ffffff;
	background: #b3a78d;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.desktop #contact_subpage fieldset button:hover {
	color: #ffffff;
	background: #807765;
}


@media (max-width: 767px) {
	.service_picture{
		margin-left: -10px;
	}
}

.service_picture{
	width: 117%;
	max-width: 117%;
	padding-bottom: 2rem;
}


/* --------------------------------------------------------------------------
	Sections
-------------------------------------------------------------------------- */
/*--- Padding ---*/
#about .content, #services .content, #owners .content,  #contact .content {
	padding-top: 50px;
	padding-top: 5rem;
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

.about_us{
	padding-bottom: 0 !important;
	background: white !important;
}
/*--- Top/Welcome ---*/
#welcome .content {
	max-width: 100%;
	height: 75%;
	min-height: 75%;
	min-height: 75vh;
}
#welcome .parallax_bg {
	background: url(../media/img/backgrounds/hero-image.jpg) repeat-y top center;
	position: absolute;
	width: 100%;
	height: 200%;
	top: 0;
	left:0;
	z-index: 1;
}
#welcome .tagline {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	padding: 0 10px;
	padding: 0 1rem;
	z-index: 2;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
#welcome .tagline h1, .tagline h2 {
	text-align: center;
	color: #fff;
}
#welcome .tagline h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
	line-height: 4rem;
}
#welcome .tagline h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}
/*--- About ---*/
#about{
	background: #f7f7f7;
}
#about .content {
	background: #f7f7f7;
}
.brand-logo-holder {
	display: inline-block;
	width: 200px;
	width: 20rem;
	height: 200px;
	height: 20rem;
}
.brand-logo-holder img {
	display: block;
	width: 100%;
	height: 100%;
}
#about .content p {
	text-align: center;
}


/*--- services ----*/

#services .col{
	margin-top: 6rem;
	margin-bottom: -3rem;
}

@media (max-width: 768px){
	#services{
		padding-top: 0rem !important;
	}
}
#services{
	background: white;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#services .content {
	background: white;
}
.brand-logo-holder {
	display: inline-block;
	width: 200px;
	width: 20rem;
	height: 200px;
	height: 20rem;
}
.brand-logo-holder img {
	display: block;
	width: 100%;
	height: 100%;
}
#services .content p {
	text-align: center;
}


/*--- Parallax Section---*/
#parallax .content {
	height: 25%;
	min-height: 25%;
	min-height: 25vh;
}
#parallax .parallax_bg {
	background: url(../media/img/backgrounds/hero-image.jpg) repeat-y top center;
	position: absolute;
	width: 100%;
	height: 300%;
	top: 100vh;
	left:0;
	z-index: 1;
}
/*--- Inkubator ---*/
#inkubator {
	background: #000;
}
#inkubator .content {
	padding-bottom: 30px;
	padding-bottom: 7rem;
	padding-top: 7rem;
}
#inkubator h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 5rem;
}
/*--- Reference ---*/
#owners {
	background: #f5f5f5;
}
#owners .content {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
#owners h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
#owners img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/*--- Contact ---*/
#contact {
	background: #000;
}
#contact .content {
	padding-bottom: 30px;
	padding-bottom: 3rem;
	color: #ffffff;
}
#contact h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
	line-height: 4rem;
}
#contact h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
}
#contact .contact-form {
	text-align: center;
}
#contact fieldset {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	max-width: 80rem;
}
#contact fieldset label {
	display: block;
	width: 100%;
	padding-top: 50px;
	padding-top: 5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}
#contact fieldset input {
	display: inline-block;

	height: 40px;
	height: 4rem;
	background: #ffffff;
	border: 1px solid #b3a78d;
	border-radius: 0;
	text-align: center;
	color: #b2b2b2;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
/*#contact fieldset input.success {
	background: green;
}*/
#contact fieldset input.in_focus_border {
	-webkit-box-shadow:inset 0 0 10px #b3a78d;
	-webkit-box-shadow:inset 0 0 1rem #b3a78d;
       -moz-box-shadow:inset 0 0 10px #b3a78d;
	   -moz-box-shadow:inset 0 0 1rem #b3a78d;
            box-shadow:inset 0 0 10px #b3a78d;
			box-shadow:inset 0 0 1rem #b3a78d;
}
#contact fieldset input.correct {
	-webkit-opacity: 0.30;
	-moz-opacity: 0.30;
	-o-opacity: 0.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}
#contact fieldset .error_field {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-top: 3rem;
	font-size: 10px;
	font-size: 1rem;
	line-height: 14px;
	line-height: 1.4rem;
}
#contact fieldset input.btn {
	outline: none;
	border: none;
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 3rem;
	margin: 15px 0 30px 0;
	font-family: 'paragraph_font_bold', Helvetica , Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #ffffff;
	background: #b3a78d;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.desktop #contact fieldset button:hover {
	color: #ffffff;
	background: #807765;
}

/* --------------------------------------------------------------------------
   	Footer
-------------------------------------------------------------------------- */
footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: -1px; /* safari fix */
	margin-bottom: -0.1rem; /* safari fix */
	background: #333333;
}
/*--- Copyright ---*/
footer .copyright {
	padding: 30px 20px;
	padding: 3rem 2rem;
}
footer .copyright p, footer .copyright a {
	font-size: 10px;
	font-size: 1rem;
	line-height: 14px;
	line-height: 1.4rem;
	text-align: center;
	color: #fff;
}
footer .copyright a:hover {
	color: #b3a78d;
}
/* --------------------------------------------------------------------------
	Media Queries - Mobile First
	Standard 16px / 1em reference (min-width px/16px)
-------------------------------------------------------------------------- */

/* --- Media Queries - from 0px - 479px - Mobile Portrait	--- */
@media screen and (min-width: 0em) {

}

/* --- Media Queries - from 480px - 639px - Mobile Landscape --- */
@media screen and (min-width: 30em) {
	
}

/* --- Media Queries - from 640px - 959px - Tablet Portrait --- */
@media screen and (min-width: 40em) {
	/* --------------------------------------------------------------------------
		Header
	-------------------------------------------------------------------------- */
	
	/* --------------------------------------------------------------------------
		Navigation
	-------------------------------------------------------------------------- */
	header nav ul li a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 80px;
		line-height: 8rem;
		cursor: pointer;
	}
	
	/* --------------------------------------------------------------------------
		Sections
	-------------------------------------------------------------------------- */
	/*--- Padding ---*/
	#about .content, #services .content, #owners .content,  #contact .content {
		padding-top: 80px;
		padding-top: 8rem;
	}
	/*--- Top/Welcome ---*/
	#welcome .content {
		/*min-height: 600px;
		min-height: 60rem;*/
	}
	/*#welcome .content {
		height: 50%;
		min-height: 50%;
		min-height: 50vh;
	}*/
	#welcome .tagline h1 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 55px;
		line-height: 5.5rem;
	}
	/*--- Contact ---*/
	#contact h1 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 55px;
		line-height: 5.5rem;
	}
}
/* --- Media queries - from 960px - 1279 Tablet Landscape --- */
@media screen and (min-width: 60em) {
	
	/* --------------------------------------------------------------------------
		Navigation
	-------------------------------------------------------------------------- */
	
	/* --------------------------------------------------------------------------
		Sections
	-------------------------------------------------------------------------- */
	/*--- Padding ---*/
	#about .content, #services .content, #owners .content,  #contact .content {
		padding-top: 100px;
		padding-top: 10rem;
		padding-bottom: 100px;
		padding-bottom: 10rem;
	}
	/*--- Top/Welcome ---*/
	#welcome .tagline {
		top: 50%;
	}
}

/* --- Media queries - > 1280px - 1599px --- */
@media screen and (min-width: 80em) {
	/* --------------------------------------------------------------------------
		Header
	-------------------------------------------------------------------------- */
	header, header .content, header .logo-holder, header nav {
		height: 100px;
		height: 10rem;
		background: #fff;
	}
	header .logo-holder {
		padding: 20px 0 20px 20px;
		padding: 2rem 0 2rem 2rem;
	}
	/* --------------------------------------------------------------------------
		Navigation
	-------------------------------------------------------------------------- */
	header nav .nav-trigger {
		display: none;
	}
	header nav ul {
		position: relative;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		text-align: right;
	}
	header nav ul li {
		display: inline-block;
		margin-right: -4px;
		margin-right: -0.4rem;
	}
	header nav ul li a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100px;
		line-height: 10rem;
	}
	/* --------------------------------------------------------------------------
		Sections
	-------------------------------------------------------------------------- */
	/*--- Top/Welcome ---*/
	#welcome .tagline {
		font-weight: 300;
		padding: 0 30px;
		padding: 0 3rem;
	}
}
/* --- Media queries - > 1600px - 1919px --- */
@media screen and (min-width: 100em) {
	/* --------------------------------------------------------------------------
		Sections
	-------------------------------------------------------------------------- */
	
}
/* --- Media queries - > 1920px - Desktop --- */
@media screen and (min-width: 120em) {
	.fullscreen {
		min-height: 1200px;
		min-height: 120rem;
	}
}


/*SERVICE PAGES
*/

@media (max-width: 1279px){
	.spacer{
		height: 100px;
	}
}



@media (min-width: 1280px){
	.spacer{
		height: 200px;
	}
}



.sub_header{
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 27px;
	line-height: 2.7rem;
	font-weight: 300;
	color: #b3a78d;
}