
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: none;
}

body {
	font-family: "Blender W00 Book", Arial, sans-serif;
	text-align: left;
	font-size: 62.5%;  /* 62.5%;  1em = 10px , 1.4em = 14px */
	background: #f6f6f6;
}


a {
	text-decoration: none;
	color: #000;
}



a:hover {
	text-decoration: none;
}



img {
	width: 100%;
	height: auto;
}


/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */


#headspace {
	width: 100%;
	background: #000;
	color: #FFF;
	position: fixed;
	z-index: 100;
	top:0;
}


.center {
	margin: 0px auto;
	text-align: left;
	max-width: 120em;
	padding: 0 10%;
}

#headspace .center {
	text-align: right;
	padding: 1em 10%;
}

#headspace .center b {
	font-family: "Blender W00 Book",Arial,sans-serif;
}

#header {
	padding: 3% 10% 6em 10%;
	position: fixed;
	top: 2em;
	z-index: 90;
	width: 80%;
	max-width: 120em;
	margin-left: -10%;
	background: #f6f6f6;

}

#logoimg {
	position: relative;
	width: 200px;
	left: -9.6%;
}

#logotext {
	display: none;
}

#mainnav {
	text-align: right;
	position: relative;
	margin-top: -30px;
	padding-left: 120px;
}
#show {
	display: none;
}








#cont {
	padding: 3vw 0 10% 0;
	margin-top: 19.2em;
}

#cont p a{
	border-bottom: 1px solid #000;
}






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

#mainnav li{
	list-style: none;
	padding-left: 2em;
	display: inline-block;
}

#mainnav li ul{
	display: block;
	text-align: left;
	position: absolute;
	left: 0;
	top:2.3em;
	background: #000;

	border-top: none transparent;
	border-top-width: 0;
	margin-top: 6.5em;
	width: 100%;

	max-height: 0;
	overflow: hidden;

	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;

	-webkit-transition: max-height 0.3s, padding 0.3s;
	-moz-transition: max-height 0.3s, padding 0.3s;
	transition: max-height 0.3s, padding 0.3s;
	
}
#mainnav li ul li{ 
	margin: 0 4% 0 4%;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #fff;
	background: #000;
display: inline-block;
width: 92%;
}
#mainnav li ul li a{
	color: #FFF;
	text-transform: none;
}
#mainnav li:hover ul{
	border-top:solid #f6f6f6;
	border-top-width:  6.5em;
	padding-bottom: 1em;
	margin-top: 0;
	max-height: 500px;

	-webkit-animation: repaint 1s;
	-moz-animation: repaint 1s;
	-o-animation: repaint 1s;
	-ms-animation: repaint 1s;
	animation: repaint 1s;
}

@-moz-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}


#mobtoggle {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 5%;
	top: 0;
	margin-top: 4.5em;
	border-top: 3.5vw solid transparent;
	background: url('navtoggle.png') no-repeat center;
	background-size: 32px 32px;
	cursor: pointer;

	display: none;
}


/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */
h1, #mainnav a {
	font-size: 2.2em;
	text-transform: uppercase;
}
h1, b, strong, a.act, #mainnav > ul > li > a {
	font-family: "Blender W00 Heavy", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	line-height: 1.1em;
}

h2, p, li, #mainnav li li a {
	font-size: 1.6em;
}
p {
	line-height: 1.4em;
}
#addressbar > div {
	font-size: 0.7em;
}
li p, li li, p li, .nav li {
	font-size: inherit !important;
}

h1, article p {
	padding-bottom: 1em;
}

article .csc-default {
	padding-bottom: 7%;
}

#cont .text-cont {
	padding-left: 33.3%;
}
#cont .image-cont {
	/* padding-top: 3%;*/
}
/*
#cont .image-cont:first-child {
	padding-top: 0;
}
*/

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 0;
}


#page .image-cont .csc-textpic-imagewrap {
	float: none;
}
/*.csc-textpic .csc-textpic-imagewrap, */
.csc-textpic figure,
.csc-textpic img {
	width: 100% !important;
	height: auto !important;
}


.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn {
	width: 100%;
}
.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
	width: 50%;
}
.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
	width: 33.3%;
}
.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
	width: 25%;
}
.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn {
	width: 20%;
}



/* ### SLIDESHOW ####*/
.bx-wrapper {
	margin-bottom: 0;
	background: #000;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 none;
	left: 0;
	background: #f6f6f6;
}

.csc-textpic.slideshow {
	overflow: visible;
}
div.csc-textpic .bx-wrapper .csc-textpic-imagewrap img {
	border: 1px solid #f6f6f6;
	width: 99.5% !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 50;
}
.bx-wrapper .bx-prev {
	left: -60px;
}
.bx-wrapper .bx-next {
	right: -60px;
}

.bx-wrapper .bx-pager {
	bottom: -3%;
	margin-bottom: -2em;
}

.bx-wrapper .bx-pager.bx-default-pager a  {
	background: #f6f6f6;
	border: 1px solid #000;
	border-radius: 50%;
}

@media (max-width: 980px){

	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		display: inline;
	}
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
		width: 49.9%;
	}

}
@media (min-width: 800px){
	.text-cont .csc-text-text {
		display: block !important;
	}
}
@media (max-width: 800px){

	body {
		position: relative;
		padding-bottom: 13em;
	}
/*
	.text-cont .csc-text-text {
		display: none;
	}
	#addressbar .text-cont .csc-text-text {
		display: block;
	}

	.text-cont .csc-header {
		padding-left: 3em;
		position: relative;
		cursor: pointer;
	}
	.text-cont .csc-header:before {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		background: url('accbg.png') no-repeat center -16px;
		background-size: 16px 32px; 
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 0;
	}

	.text-cont .csc-header.open:before {
		background-position: center 0;
	}
*/

	#addressbar > div {
		font-size: inherit;
	}
	#mobtoggle {
		display: block;
	}

	#headspace{
		position: absolute;
		top: auto;
		left:0;
		bottom:0;
	}
	#headspace .center {
		text-align: left;
	
	}
	#headspace .center b {
		visibility: hidden;
		display: block;
		height: 1px;
	}

	#header {
		border-top: 2em solid #000;
		top: 0;
		padding-bottom: 3%;
	}
	#cont {
		padding: 6vw 0 10% 0;
		margin-top: 107px;
	}

	#cont .text-cont {
		padding-left: 0;
	}

	article .csc-default {
		padding-bottom: 10%;
	}

	.bx-wrapper .bx-prev {
		left: -35px;
	}

	.bx-wrapper .bx-next {
		right: -35px;
	}


	#logoimg {
		left: 0;
		width: 150px;
	}


	#mainnav {
		margin-top: 6.5vw;
		padding-left: 0;
		text-align: left;
		display: none;
		position: absolute;
		top: 8.3em;
		width: 80%;
	}

	#mainnav li ul {
		display: none;
	}

	#mainnav li {
		display: block;
		background: #000;
		margin-bottom: 2px;
		
	}

	#mainnav a {
		color: #FFF;
		font-size: 2em;
	}
}


@media (max-width: 480px){

	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		display: block;
	}
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
		width: 100%;
	}

	.center {
		padding: 0 5%;
	}
	#header {
		padding-left: 5%;
		padding-right: 5%;
		margin-left: -5%;
		width: 90%;
	}

	.slideshow {
	  margin: 0 -6%;
	}
	#mainnav {
		left:0;
		width: 100%;
	}
	/*
	.bx-wrapper .bx-prev {
		left: 10px;
	}

	.bx-wrapper .bx-next {
		right: 10px;
	}
	*/
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		display: none;
	}
	
	.bx-wrapper .bx-pager {
		margin-bottom: -1.5em;
	}

}



