/* ------------------------------- Resets --------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}


/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(240,243,247);}
::-moz-selection 	{background: rgb(240,243,247);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(47,142,161);}





 /* ------------------------------- Base --------------------------- 
 
Color Pantone 646 U rgb(108,139,179); / Blue
Color Pantone 432 U rgb(101,107,114); / Grey
 
 */

html, body {
	height:100%;
}
body {

	font-family: 'Laurentian W01', Arial, sans-serif;
	font-weight:300;
	line-height:24px;
	color:rgb(20,34,53);
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}
small {
	font-family: 'Laurentian W01', Arial, sans-serif;
	font-weight:100;
}
b, strong, h1, h2, h3, h4, h5 {
	font-family: 'arimobold', Arial, sans-serif;
	font-weight:normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
h1 {
	font-size: 4vw;
	font-weight:bold;
	color:rgba(255,255,255,0.8);
	text-shadow: 0.2vw 0.2vw 0.2vw rgba(0,0,0,0.5);
}
h1 a {
	font-size: 4vw;
	font-weight:bold;
	color:rgba(255,255,255,0.8);
	text-shadow: 0.2vw 0.2vw 0.2vw rgba(0,0,0,0.5);
}
h2 {
	font-size: 20px;
	line-height:28px;
}
h3, h4, h5 {
	font-size: 18px;
	line-height:22px;
}

table td, table th{
	text-align:left;
}
a {
	text-decoration:none;
	color:rgb(20,34,53);
}
a:hover {
	color:rgb(108,139,179);
}



.mainEndClear {
	clear:both;
}


/* ####################################################################
							Background -Image
####################################################################### */

#homeimage {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

#homeimage .csc-textpic-text {
	position:relative;
	margin:42% auto 0;
	width:1570px;
	text-align:center;
	font-size:34px;
	line-height: 40px;
}
#homeimage .csc-textpic-text h2 {
	font-family: 'wc_mano_negra_btabold', Times, serif;
	font-size:100px;
	text-transform: none;
	padding-bottom:20px;
}
.startImgWork + #content{
	margin-top:50%;
}




/* ####################################################################
							Content
####################################################################### */

#main {
	position:relative;
	margin:0;
	padding:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url("../image/DSCI1342.jpg") center center;
	background-size:cover;
}
.contentWrapper {
	width:100%;
	position:relative;
	text-align: center;
	padding-top:25%;
}





