/* @override http://lux.sigarett.com/wp-content/themes/conscious-webdesign/style.css */

/*
Theme Name: Conscious Webdesign
Theme URI: http://www.conscious-webdesign.com/
Description: Theme by Conscious Webdesign customized for Lux Nordic.
Version: 1.0
Author: Eivind Figenschau Skjellum
*/

/* Begin Typography & Colors */

html {
	background: url("images/textured-bg-old.png") repeat scroll 0 0 #666666;
}

body {
	font-family: myriad, "myriad pro", tahoma, lucida, arial, sans-serif;
	font-size: 62,5%;
	overflow-x: hidden;
	min-width: 450px;
	max-width: 1520px;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	background: white;
}

/* --------------------- TYPOGRAPHY STYLING -------------------------- */

p {
	font-size: 1.2em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h1,h2,h3,h4 {
	font-family: "proxima-nova", "omnes-pro", "brandon-grotesque", sans-serif;
}

a {
	/* color: #d5d5ac; */
	color: white;
	text-decoration: underline;
}

.panel.bright a {
	color: #333;
}

.panel.bright a:hover {
	color: black;
}

a:hover {
	color: white;
	text-decoration: none;
}

/* -------------------- MAIN STRUCTURAL ELEMENTS --------------------- */

footer {
	font-size: 14px;
	color: #333;
	padding: 10px 0 100px 55px;
	background: url("images/textured-bg-bright.png");
}

/* ------------------------- HEADER STYLING -------------------------- */

#header {
	background: url(images/header-front-bg.jpg) -48px -68px;
	height: 280px;
	padding: 40px 0 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header.winter {
	background: url(images/header-bg-winter.jpg) -72px -41px no-repeat;
}

#header.with_subtitle {
	height: 300px;
	padding: 40px 0 0 60px;
}

.home #header {
	background-position: -49px -45px;
	background-repeat: no-repeat;
	/* height: 320px; */
}

.home #header.winter {
	background-position: -72px -21px;
}

#header #logo {
	float: left;
	width: 234px;
	height: 40px;
	overflow: hidden;
	transition: 1s;
}

#header .innerwrap {
	max-width: 1000px;
}

#header h1#page_title {
	float: left;
	margin: 90px 0 4px -2px;
	color: white;
	clear: left;
	font-size: 42px;
	padding-right: 40px;
	font-weight: 100;
}

#header h2 {
	clear: left;
	color: #eaead7;
	font-weight: 300;
	font-size: 18px;
}

/* ----------------------- NAVIGATION STYLING ------------------------ */

#header nav {
	float: right;
	margin-top: 3px;
}

#header nav .closed { /* fixes bug on iOS with help of jQuery */
	max-height: 38px !important;
}


#header nav :hover, #header nav .hover { /* second state fixes bug on iOS with help of jQuery */
	max-height: 1000px;
}

#header nav li {
	float: left;
	list-style: none;
}

#menu-main-menu li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 6px 4px;
}

#menu-main-menu li.current_page_item, #menu-main-menu li:hover {
	background: url(images/menu-button-shadow.png) bottom center no-repeat;
}

#menu-main-menu li a {
	color: white;
	text-decoration: none;
	padding: 5px 12px 5px;
	height: 20px;
	display: block;
	font-family: "pt-sans", sans-serif;
	text-decoration: none;
}

#menu-main-menu li.current_page_item a, #menu-main-menu li:hover a {
	background: url(images/menu-bg.png);
	color: #222;
}

#menu-main-menu li a.current-menu-item {
	background-position: 0 -15px;
}

/* ------------------------- LIST STYLING ---------------------------- */

.panel li {
	color: #aaa;
	line-height: 1.3em;
	list-style-position: outside;
	background: url(images/list-dash.png) 0 8px no-repeat;
	padding-left: 10px;
}

/* ---------------------- MAIN SECTION STYLING ----------------------- */

#content {
	background: #666 url(images/textured-bg.png);
	position: relative;
	min-width: 450px;
}

#header_creep {
	position: absolute;
	left: 842px;
	z-index: 100;
}

.winter + #content #header_creep {
	left: 832px;
	top: -20px;
}

.home .winter + #content #header_creep {
	top: 0;
}

.home.page #header_creep {
	top: -23px;
}

.page #header_creep {
	top: -70px;
}

.error404 #header_creep {
	top: -47px;
}

#news {
	color: white;
	background: url(images/news-bg.png) 0 -3px;
	height: 12px;
	padding: 6px 0 4px 60px;
	position: relative;
}

#news .innerwrap {
	overflow: hidden;
	max-width: 900px;
	position: relative;
	height: 21px;
}

#news label {
	font-weight: 600;
	float: left;
}

#news ul {
	float: left;
	overflow: hidden;
	display: block;
	width: 10000px;
	position: absolute;
	left: 0;
	z-index: 10;
}

#news ul li {
	float: left;
	width: 1000px;
	color: white;
	background: none;
	line-height: 1em;
	padding-left: 0;
}

#news .arrow {
	position: absolute;
	top: 22px;
	left: auto;

}

#news + .panel {
	padding-top: 15px;
}

.panel {
	background: url(images/section-sep.png) bottom left no-repeat;
	clear: both;
	word-wrap: break-word;
}

.panel .innerwrap {
	max-width: 1100px;
	width: 100%;
	padding: 30px 40px 55px 55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.panel:last-of-type {
	background: none;
}

#news .panel .innerwrap {
	padding-top: 60px;
}

.panel .text {
	max-width: 600px;
	margin: 0 40px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.home .panel .text {
	float: left;
	width: 60%;
	margin: 0 25px 0 0;
}

.panel #directors .text {
	clear: left;
}

.panel h2 {
	/* color: #dbdbba; */
	color: white;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-weight: 200;
	font-size: 1.8em;
}

.panel .col_2 h3, .panel .col_3 h3 {
	font-size: 1.25em;
	margin-bottom: 0.3em;
	color: #ddd;
	font-weight: 300;
}

.panel p {
	color: #aaa;
	font-size: 1em;
	line-height: 1.3em;
	clear: both;

}

.panel p + h3 {
	margin-top: 1.5em;
}	

.panel h2 + h3 {
	margin-top: 1em;
}

.home .panel p {
	line-height: 1.35em;
}

aside {
	width: 30%;
	float: right;
}

aside#quote {
	margin-right: 20px;
}

aside#quote blockquote {
	color: #eee;
	font-size: 22px;
	line-height: 1.2em;
	font-family: "proxima-nova", sans-serif;
	font-style: italic;
	margin-top: 43px;
	font-weight: 300;
}

aside#quote cite {
	text-align: right;
	width: 70%;
	display: block;
	float: right;
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 1.3em;
	color: #dbdbba;
}

aside#info {
	margin-top: 8px;
	position: absolute;
	right: 34px;
	z-index: 10;
}

aside#info h3 {
	color: white;
	margin-bottom: 0.3em;
	font-size: 22px;
}

aside#info .box .image {
	overflow: hidden;
	margin-bottom: 10px;
}

aside#info .box .image img {
	max-width: 100%;
}

aside#info .box {
	background: white;
	padding: 20px 20px 10px 20px;
}

aside#info .box p {
	font-size: 0.9em;
	margin-bottom: 1em;
}

aside#info #client {
	background: url(images/button-bg.png) repeat-x;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 12px 30px;
	height: 16px;
	display: block;
	text-decoration: none;
}

aside#info #client:hover {
	background-position: 0 -40px;
}

#content > img.sep {
	top: -13px;
	position: absolute;
	margin-left: -25px;
}

aside#contact {
	/* background-color: rgba(0,0,0,0.4); */
	background: none repeat scroll 98% 17px rgba(194, 210, 255, 0.07);
	padding: 23px 30px 18px;
	width: 25%;
	margin-top: 10px;
}

aside#contact h3 {
	color: white;
	margin-bottom: 8px;
	font-weight: 200;
	line-height: 1.1em;
}

aside#contact img {
	vertical-align: middle;	
	margin-right: 5px;
}

aside#contact li {
	background: none;
	margin: 3px 0 4px 0;
	padding-left: 2px;
}

aside#contact li a {
	color: #aaa;
	text-decoration: none;
}

aside#contact li a:hover {
	color: white;
	text-decoration: underline;
}

/* bright panels */

.panel.bright {
	background: url(images/textured-bg-bright.png);
	overflow: visible;
	margin-bottom: 0px;
	min-height: 170px;
}

.panel.bright .innerwrap {
	position: relative;
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
}

.panel.bright h2 {
	color: #646464;
}

.panel.bright p {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 1.3em;
}

.panel.bright p {
	margin-bottom: 1em;
}

.panel.bright p:last-of-type {
	margin-bottom: 0;
}	

.panel.bright .bgwrap {
	background-repeat: no-repeat;
	background-position: 650px bottom;
	min-height: 170px;
}

.panel.bright.pos_top .bgwrap {
	background-position: 650px top;
}

.panel.bright.pos_center .bgwrap {
	background-position: 650px center;
}

.panel.bright +.panel {
	padding-top: 15px;
}

/* ------------------------ ABOUT PAGE STYLING -------------------------- */

#who-we-are .text {
	width: 60%;
}


.page-template-page-about-php .panel.bright aside {
	float: right;
	text-align: center;
	font-size: 12px;
	padding: 0;
	width: 250px;
	max-width: 35%;
	margin: 0 50px 0 0;
}

.page-template-page-about-php .panel.bright aside img {
	max-width: 140px;
}


.panel .innerwrap {
	
}

.panel .col_1.expanders h2 {
	font-weight: 200;
	font-size: 1.2em;
	margin: 0 0 6px 4px;
}

#directors li p {
	color: #999;
}

.our-team .panel.bright aside {
	position: absolute;
	top: -70px;
	right: 50px;
}

/* ------------------------ GENERAL STYLING -------------------------- */

.col_1 p {
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

p:last-of-type {
	margin-bottom: 0;
}


.innerwrap > .col_3:nth-of-type(3) {
	margin-right: 0;
}

.col_1 {
	width: 100%;
	clear: both;
}

.col_1 .expanders aside {
	margin: 20px 40px 0 0;
}

.col_1 .expanders > li {
	/* background: rgba(194,210,255,0.1) url(images/circle-arrow.png) no-repeat 98% 17px; */
	background: none rgba(194,210,255,0.07) 98% 17px;
	margin-bottom: 3px;
	overflow: hidden;
	padding: 16px 20px 26px 25px;
	max-height: 20px;
	transition: 2s;
	-webkit-transition: 2s;
	position: relative;
}

.col_1 .expanders > li:hover {
	background: none rgba(194,210,255,0.15) 98% 17px;
}

.col_1 .expanders > li.open:hover {
	background: none rgba(194,210,255,0.07) 98% 17px;
}

.col_1 .expanders > li.open a.toggle {

}

.col_1 .expanders li:target {
	max-height: 1000px;
	padding-bottom: 35px;
}

.col_1 .expanders li a.toggle {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	height: 27px;
	overflow: hidden;
}

.col_1 .expanders li a.toggle span {
	position: absolute;
	display: block;
	background-image: url(images/circle-arrow.png);
	width: 27px;
	height: 54px;
	top: 0;
	right: 20px;
}

.col_1 .expanders li.open a.toggle {
	cursor: default !important;
}

.col_1 .expanders li a.toggle:hover span {
	top: -27px;
}

.col_1 .expanders li li {
	margin-bottom: 3px;
	float: left;
	width: 220px;
}

.col_1 .expanders li h3 {
	float: left;
	color: white;
	font-size: 1.8em;
	font-weight: 200;
	margin-bottom: 22px;
	line-height: 1.15em;
	word-wrap: break-word;
}

.col_1 .expanders li h3 span {
	font-weight: 200;
	font-size: 21px;
	color: #777;
	display: none;
}

.col_1 .expanders li.open h3 span {
	/* display: inline; */
}

.col_1 .expanders li span.toggle {
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: block;
	background-color: white;
}

.col_1 .expanders li span.toggle:hover {
	background-color: red;
}

.col_1 .expanders li .content {
	clear: left;
	margin-top: 20px;
}

.col_1 .expanders li .content .text p {
	clear: none;
}

.col_1 .expanders li .content ul {
	margin-bottom: 10px;
	display: table;
}

.col_1 .expanders li .content .text {
	max-width: 650px;
	margin: 15px 0 0 190px;
}

.col_1 .expanders li img {
	float: left;
	margin: 0px 20px 0 0;
}

.col_1 .expanders li li, .col_1 .expanders li li:hover {
	background: rgba(194, 210, 255, 0.1);
	padding: 5px 5px 5px 10px;
	margin-right: 3px;
}

.col_1 .expanders .content img {
	clear: left;
	border: 5px solid white;
	margin-bottom: 20px;
}

.bright + .panel .innerwrap .col_1:first-child {
	margin-top: 0;
}

.bright + .panel .innerwrap .col_1:first-child h2 {
	margin-top: 10px;
}

.col_1 {
	margin-top: 50px;
	float: left;
}

.col_2 {
	width: 46%;
	margin-right: 3%;
	float: left;
}

.col_3 {
	width: 31%;
	float: left;
	margin-right: 3%;
}

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.col_2 p {
	line-height: 1.25em;
	font-size: 1em;
}


/* ------------------------ FUND PAGE STYLING -------------------------- */

body.fund .col_2 {
	width: 66%;
	margin-right: 6%;
}

body.fund .col_2 + .col_2 {
	width: auto;
	width: 27%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}

body.fund .reports {
	background: none repeat scroll 98% 17px rgba(194, 210, 255, 0.07);
	padding: 20px;
	margin-bottom: 10px;
}

body.fund .reports a {
	text-decoration: none;
	color: #eee;
	font-size: 15px;
}

body.fund .reports a:hover {
	text-decoration: underline;
}

/* ------------------------ LUX PAGE STYLING -------------------------- */

body.luxembourg .panel.bright aside {
	position: absolute;
	top: -91px;
	right: 0;
}


/* ------------------------ OUR TEAM PAGE STYLING -------------------------- */

#team_photo {
	max-width: 100%;
	border: 5px solid white;
	margin: 1em 0 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ------------------------ REMODAL STYLING -------------------------- */

.remodal strong {
	font-weight: bold;
}

.remodal p {
	line-height: 1.3em;
	font-size: 1.1em;
}

body .remodal-cancel {
	margin-bottom: 0.6em;
}

body .remodal-cancel, body .remodal-confirm {
	padding: 0.6em 1em;
}


/* ------------------------ QUERIES -------------------------- */

@media (max-width: 970px) {
	nav {
		position: absolute;
		right: 40px;
		background: white;
		width: 150px;
		max-height: 28px;
		overflow: hidden;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		top: 44px;
		z-index: 10000;
		background: url(images/textured-bg-bright.png);
		box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	}
	
	nav li a {
		color: black;
	}
	
	nav li:last-of-type a {
		padding-bottom: 15px;
	}
	
	nav:before {
		content: 'Main menu';
		color: #666;
		text-align: center;
		display: block;
		padding-top: 8px;
	}
	
	nav:hover, nav:focus {
		box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
		max-height: 500px;
		width: 200px;
	}
	
	#menu-main-menu {
		clear: both;
		margin-top: 5px;
		display: block;
	}
	
	#menu-main-menu li {
		clear: left;
		display: block;
		position: relative;
		width: 100%;
		padding: 0;
		border-top: 1px solid #ddd;
		background: none;
	}

	#menu-main-menu li.current_page_item {
		border: none;
	}
	
	#menu-main-menu li a {
		padding: 5px 3px 5px 10px;
		height: auto;
		background: white;
		width: 100%;
		display: block;
		color: #777;
		margin: 0;
		border-top: 1px solid transparent;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		font-size: 0.95em;
	}	

	#menu-main-menu li:last-of-type a {
		padding-bottom: 7px;
	}
	
	#menu-main-menu li a:hover {
		background: white;
		padding-left: 18px;
	}
	
	#menu-main-menu li.current_page_item a:hover {
		padding-left: 10px;
		background-image: url(images/menu-bg.png);
		border-top: 1px solid #ddd;
		cursor: default;
	}
	
	.panel .innerwrap {
		max-width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.panel #jbu {
		margin-right: 0;
	}

}

@media (max-width: 700px) {

	.home #header {
		height: 330px;

	}

	#header {
		position: relative;	
	}

	aside {
		display: none;
	}
	
	.panel .innerwrap {
		max-width: 97%;
		padding: inherit 0;
	}
	
	.panel .text {
		clear: both;
		max-width: 97% !important;
		width: 97% !important;
		padding-right: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0;
	}

	
	.col_3, .col_2 {
		clear: left;
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 30px;
		border-bottom: 3px solid #2f2f2f;	
		padding-bottom: 30px;
	}
	
	.col_3 h2 {
		margin-bottom: 0.25em;
	}
	
	.col_1 {
		margin-top: 0;
	}

	#header_creep {
		display: none !important;
	}
}


@media (max-width: 500px) {
	.home #header, #header {
		padding: 0;
	}

	#header #logo {
		float: none;
		margin: 0 auto 30px;
		padding-top: 30px;
	}

	#header nav {
		position: absolute;
		left: 0;
		right: 0;
		bottom: auto;
		top: auto;
		float: none;
		clear: both;
		margin: auto;
	}

	#header nav:hover {
		top: auto;
		bottom: auto;
	}

	#header h1#page_title {
		padding-left: 35px;
		font-size: 34px;
	}

	#header-creep {
		display: none !important;
	}

	.col_1 .expanders li h3 {
		font-size: 24px;
	}

	.col_1 .expanders .content img {
		float: none;
		clear: both;
	}

	.panel.bright p {
		font-size: 1em !important;
	}

	p {
		line-height: 1.3em !important;
	}
}

/* ------------------------- REMEMBER LIST --------------------------- */

/*                                                                     */

/*              Create reset.css, subpage.css, core.css                */

/*                                                                     */

/* ------------------------- REMEMBER LIST --------------------------- */