/* GENIUS SHOWTECHNIEK STYLESHEET

COPYRIGHT: Casper Bezemer 2013 */

@font-face
{
font-family: COUTURE;
src: url('couture.ttf')
}

html{
}

body {
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	background-color:#F5F5F5;
	margin:0;padding:0;
}

h3 {
	margin-bottom:0;
}

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

.bold {
	font-weight:bold;
}

.italics {
	font-style:italics;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.smallborder {
	border:2px solid #EEE;
	border-radius:4px;
}

.button {
	border:none;
	display:inline-block;
	background:rgb(0,101,161);
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	padding: 0 20px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	
	border-radius:15px;
}


a.button:hover {
	color:#FFF;
	background:rgb(20,121,181);
}

.button:after {
	content: " \00bb"
}

a:hover {
	color:#222;
}

div.breaker {
	clear:both;
}

div.footer .ico-tel,
div.footer .ico-mail {
	background: transparent url("/img/contacticons.png") no-repeat;
	text-indent: -666666px;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}
div.footer .ico-tel {
	background-position: 0 0;
}
div.footer .ico-mail {
	background-position: 0 -11px;
}

/*HEADER*/
div.header {
	width:960px;
	height:100px;
	margin:auto;
	margin-bottom:10px;
	
	background:#FFF;
	box-shadow:rgba(0,0,0,0.2) 0px 1px 2px;
	border-radius: 0px 0px 3px 3px;
}

div.header a.icon {
	text-indent:-100000px;
	background:url('img/headericon.png') no-repeat;
	width:243px;
	height:80px;
	display:block;
	float:left;
	margin:10px;
}

div.header div.navigation {
	float:right;
}

div.header div.navigation ul {
	list-style-type:none;
	margin:0;padding:0;
	height:100px;
	line-height:100px;
}

div.header div.navigation li {
	float:left;
	line-height:100px;
}

div.header div.navigation li a{
	color:rgb(0,101,161);
	display:block;
	padding:0 20px;
	text-decoration:none;
	font-size:14px;
	font-family:"COUTURE","Arial",Helvetica, sans-serif;
	
}

div.header div.navigation li a:hover {
	background-color:rgb(0,101,161);
	box-shadow:rgba(0,101,161,0.8) 0px 2px 4px;
	color:#FFF;
}

div.header div.navigation li.last a {
	border-radius:0 0 3px 0;
}

/* CONTENT */
div.showcase {
	width:100%;
	height:360px;
	background-color:rgb(0,101,161);
	box-shadow:rgba(0,0,0,0.2) 0px 1px 2px;
	color:#444;
}

div.showcase-item {
	position:relative;
	margin:auto;
	top:5px;
	width:960px;
	height:350px;
	color:#FFF;
	background-color:white;
	background-image:url('img/banner.jpg');
	border-radius:20px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 12px;
}

div.showcase-item div.caption{
	position:absolute;
	top:230px;
	left:0px;
	width:900px;
	padding-left:60px;
	height:120px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 20px 20px;
}

div.showcase-item div.caption h2{
	font-size:30px;
	margin-bottom:0px;
}

div.itemcontainer {
	width:960px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-radius:5px 5px 0px 0px;
	margin:auto;
	margin-top:10px;
	padding:0;
	padding-bottom:10px;
}

.item {
	display: block;
	background:#FFF;
	float:left;
	box-shadow:rgba(0,0,0,0.2) 0px 1px 2px;
	border-radius:5px;
	padding:15px;
	margin:10px 10px;
	margin-bottom:0;
}

.item.picture {
	padding:0;
	text-align: center;
	overflow:hidden;
	background: #fff;
}

a.item.picture:hover {
	background: #EEE;
}

.item.partners {
	height:150px;
	line-height: 150px;
	vertical-align: middle;

}

.item.partners img {
	vertical-align: middle;
}

.col-6 {
	width:910px;
    background-image:url("/img/itembg.png");
    background-repeat:repeat-y;
    background-position:right;
}

.col-5 {
	width:750px;
}

.col-4 {
	width:590px;
}

.col-3 {
	width:430px;
}

.col-2 {
	width: 270px;
}

.col-1 {
	width: 110px;
}

.col-6.picture {
	width:940px;
}

.col-5.picture {
	width:780px;
}

.col-4.picture {
	width:620px;
}

.col-3.picture{
	width:460px;
}

.col-2.picture {
	width: 300px;
}

.col-1.picture {
	width: 140px;
}

a.item {
    background:#DDD;
    color:#444;
}

a.item:hover {
    background:#BBB;
    color:#444;
}

.item h1{
	font-size: 30px;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0;
}

.item h2{
	font-size: 20px;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0;
	margin-top:10px;
}

.item p {
	margin:0;
	padding-top:10px;
	line-height: 18px;
    max-width:590px;
}

.item img.portfolio {
	margin:-15px 0 0 -15px;
	border-radius: 5px 5px 0 0;
}

div.itemcontainer .right {
	float:right;
}

div.itemcontainer .news {
	background:rgb(0,101,161);
	color:#FFF;
}

div.itemcontainer .socialmedia {
	background:rgb(0,101,161);
	color:#FFF;
}

div.itemcontainer .socialmedia a {
	margin-right: 8px;
	margin-left: 2px;
}

div.itemcontainer .socialmedia a:hover {
	color:#FFF;
}

div.itemcontainer .portfolioshowbox {
	padding:0;
	width:940px;
}

div.itemcontainer .portfolioshowbox a {
	display:block;
	float:left;
	padding:0;margin:0;
	height:200px;
}

div.itemcontainer .portfolioshowbox a.leftone {
	width:313px;
	background:url('img/portfolio1.png');
	border-radius:5px 0 0 5px;
}
div.itemcontainer .portfolioshowbox a.middleone {
	width:314px;
	background:url('img/portfolio2.png');
}
div.itemcontainer .portfolioshowbox a.rightone {
	width:313px;
	background:url('img/portfolio3.png');
	border-radius:0 5px 5px 0;
}

/* FOOTER */

div.footer {
	background:#222;
	height:100px;
	width:100%;
	color:#FFF;
	
}

div.footer dl {
	position:absolute;
	left:280px;
	top:0px;
}

div.footer dt {
	position:absolute;
	top:0px;
	font-weight:bold;
}

div.footer dd {
	position:absolute;
	top:15px;
	margin:0;
	width:200px;
}

div.footer dl .address {
	left:0px;
}

div.footer dl .contact {
	left:150px;
}

div.footer span.cat {
	display:inline-block;
	width:35px;
}

div.footercontent {
	margin:auto;
	height:80px;
	width:940px;
	padding: 10px 10px;
	position:relative;
}

div.footer a {
	color:#EEE;
}

div.footer a:hover {
	color:#BBB;
}

a.footerlogo {
	text-indent:-1000000px;
	display:block;
	height:80px;
	width:243px;
	background-image:url('img/footericon.png');
}
