article, aside, details, figcaption, figure, footer, header, hgroup, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font: inherit;font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'SansationRegular', sans-serif; color: #222; }
body { margin: 0; font-size: 0.95em; line-height: 1.5; font-family:'SansationRegular', sans-serif; text-align:justify;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0; /* -> 6 */
}
h1, h2 {
	font-weight: bold; /* -> 7 */
}
h1 {
	font-size: 1.6em; /* -> 8 */
	font-style: normal;
}
h2 {font-size: 1.3em; color: #1a1a1a;}
h3 {font-size: 1.1em; color: #1a1a1a;}
h4 {font-size: 1em; color: #a90006;}
h5 {font-size: 0.9em; color: #494949;}

#main h1, h2, h3, h4{
	color: #115E80;
    text-shadow: 0 1px 0 #FFFFFF;
}
	
a { color: #246a8f; text-decoration:none;}
a:visited { color: #246a8f; }
a:hover { color: #246a8f;text-decoration: underline;  }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
span {color:#115e80;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 25px; list-style:circle;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.nav ul, .nav ol{ list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{
	background-color:#f6f6f6;
 }
   

#slider{
	display:block;
}

.wrapper{
	width:90%;
	margin:0 5%;
}

.bordure{
	height:10px;
	background:url('../img/bordure2.png') repeat-x;
	width:100%;
	}

#main aside{
	background-color:#eeeeee;
}

#header-container{
	background:#246a8f;
}

#footer-container a{
	text-decoration:none;
}

#footer-bar1{
	background: #242521;
	height:100%;
	margin:0;
	padding-bottom:20px;
	overflow:hidden;
}

#footer-bar2{
	padding:10px 0;
	background: #246a8f;
	background: url('../img/bg4.png') repeat-x;
	margin:0;
	color:#1a1a1a;
	overflow:hidden;
}
	
#copyright p{
	margin:0;
	text-shadow: 0 1px 0 #79abc4;
}

#footer-bar2 .nav{
	display:inline;
	
}

#footer-bar2 .nav a{
	color:#1a1a1a;
	text-shadow: 0 1px 0 #79abc4;
	margin-right: 5px;
	float:left;
}

#footer-bar2 .nav a:hover, .nav a:visited{
	color:#fff;
	text-shadow: 0 1px 0 #000;
	text-decoration:none;
}

#title{
	line-height:1;
}

#title a{
	color:#fff;
	text-shadow: 0 2px 0 #000000;
	font-weight:normal;
	text-decoration:none;
}
	
#title a span{
	color:#69d7fe;
	line-height:1;
	font-weight:normal;
	text-shadow: 0 2px 0 #000000;
	text-decoration:none;
}


	#main .fieldset textarea{
		height:350px;
		width:100%;
		border-radius:5px;
		box-shadow: 0 1px 2px #929292 inset;
		border:none;
	}
	
	#main .fieldset input{
		width:60%;
		border-radius:5px;
		box-shadow: 0 1px 2px #929292 inset;
		border:none;
		padding:5px;
	}
	
	#contact #button{
		border:none;
		padding:5px;
		text-shadow: 0 1px 0 #8adbf7;
		background-color:#246a8f;
		background: -moz-linear-gradient(#69d7fe, #246a8f);
		background: -o-linear-gradient(#69d7fe, #246a8f);
		background: -khtml-linear-gradient(#69d7fe, #246a8f);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69d7fe), color-stop(100%,#246a8f)); /* webkit */
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	
	#contact #button:focus{
		
	}
	
	#contact #button:hover{
		color:#fff;
		text-shadow:none;
	}
	
	#main .maps{
		height:300px;
		width:93%;
		border:10px solid #fff;
		box-shadow: 0 2px 5px #1a1a1a;
		padding:0;
		margin:0;
	}
	
	.horaires{
		overflow:hidden;
	}
	
	#jours{
		float:left;
		margin:10px 0;
		margin-right:10px;
	}
	
	#horaires{
		float:left;
		text-aling:left;
		margin:10px 0;
	}
	
	.error{
		color:#246a8f;
		list-style: none;
		padding:0;
	}
	
	.spe{
		color:#246a8f;
	}
	
	.section-item{
		overflow:hidden;
	}
	
	.item {
		float:left;
		overflow:hidden;
		width:28%;
		padding:2%;
		margin:2% 2% 2% 0;
	}

	.item:last-child{margin:2% 0;}
	
	.item img{
		width:95%;

		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	.item figcaption .titre_item{
		font-size:1.2em;
		font-weight:bold;
		color:#246a8f;
		text-shadow: 0 1px 0 #FFFFFF;
	}
	.item figcaption{
		margin-top: 15px;
		line-height:1;
		font-size:0.8em;
	}

	#main a{
		color:#246a8f;
		text-shadow: 0 1px 0 #FFFFFF;
	}
	
	figcaption em{
		font-size:0.7em;
		color:#242521;
	}
	
	
	
::-moz-selection { background: #69d7fe; color: #fff; text-shadow: none; }
::selection      { background: #69d7fe; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */
	#logo{
		float:left;
		margin-top:10px;
		height:30px;
	}
	
	#title{
		margin:15px 0 10px 40px;
		font-size:0.8em;
		clear:right;
	}
	
	#title span{
		font-size:0.8em;
	}
	
	.canvas{
		margin:0 auto;
		position:relative;
	}
	
	#bar1-index{
		height: 100%;
		padding-bottom:60px;
	}
	
	#bar1{
		height: 100%;
		padding-bottom:10px;
	}
	
	#bar2{
		display:block;
		height: 100px;
	}
	
	#bar2 h1{
		color: #1A1A1A;
		text-shadow: 0 1px 0 #79ABC4;
	}
	
	#bar2-index{
		display:block;
		height: 340px;
	}
	
	#slider{
		position:absolute;
		width:100%;
		top:-40px;
		margin-bottom:20px;
	}
	
	#bar1-index nav{
		clear:both;
	}
	
	#bar1-index nav a{
		font-size:0.9em;
		color:#e6e6e6;
		text-shadow: 0 2px 0 #000000;
		text-align:justify;
		text-decoration:none;
	}
	
	#bar1-index nav a:hover, nav a:visited{
		color:#69d7fe;
	}

	#bar1-index nav a:hover{

	}
	#bar1 nav{
		clear:both;
	}
	
	#bar1 nav a{
		font-size:0.9em;
		color:#e6e6e6;
		text-shadow: 0 2px 0 #000000;
		text-align:justify;
		text-decoration:none;
	}

	#bar1 nav a:hover, nav a:visited{
		color:#69d7fe;
	}

	#bar1 nav a:hover{

	}

/* ==============
    MOBILE: Main
   ============== */
	
#main{
	padding: 0;
}


#main aside{
	color:#1a1a1a;
	padding:1% 3%;
}


#main .gauche{
	float:none;
	width:100%;
	margin-right:0;
}

#main .gauche img{
		width:100%;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}

#main .droite{
	float:none;
	width:100%;
}

#main .droite ul{
	list-style:none;
	padding:0;
}

#main .droite li{
	font-size:0.8em;
	margin:0.5em 0;
	padding-left:15px;
	background:url('../img/puce.png') no-repeat left;
}

#footer-container footer{
	position:relative;
	color:white;
	padding:0;
	padding-bottom:0;
	z-index:1;
}

#footer-bar1{
	padding:0;
}

#footer-bar1 .colonne{
	margin-top:5px;
	padding:0 0 5px 0;
	background:url('../img/bordure.png') repeat-x bottom;
}

#footer-bar1 .colonne:last-child{
	background:none;
}

#footer-bar1 .colonne img{
	height:30px;
	margin-bottom:10px;
	margin-right:5px;
	float:left;
}

#footer-bar1 .colonne h1{
	display:block;
	color:#e6e6e6;
	font-size:0.8em;
	margin:10px 0 0 40px;
	text-shadow: 0 2px 0 #000000;
}
	
#footer-bar1 .colonne h1 span{
	color:#69d7fe;
	font-weight:normal;
	text-shadow: 0 2px 0 #000000;
}

#footer-bar1 .colonne p{
	clear:both;
	font-size:0.8em;
	margin: 10px 0 10px 40px;
}


#footer-bar1 .colonne h3{
	font-size:0.8em;
	font-weight:normal;
	line-height:1;
	color: #69D7FE;
    text-shadow: 0 2px 0 #000000;
}

#footer-bar1 .colonne ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer-bar1 .colonne li{
	vertical-align:middle;
	font-size:0.8em;
	padding-left:30px;
	margin-bottom:10px;
	height:100%;
}

#footer-bar1 .plan li{
	vertical-align:middle;
	font-size:0.8em;
	padding-left:0px;
	margin-bottom:10px;
	height:100%;
}
	
#footer-bar1 .colonne .home{
	background: url('../img/home.png') no-repeat;
}

#footer-bar1 .colonne .tel{
	background: url('../img/tel.png') no-repeat;
}

#footer-bar1 .colonne .mail{
	background: url('../img/mail.png') no-repeat;
}

#footer-bar1 .colonne .fax{
	background: url('../img/fax.png') no-repeat;
}

#footer-bar1 .colonne span{
	color: #959595;
}

#footer-bar1 .colonne span a{
	color: #fff;
	text-decoration:none;
}
	
#footer-bar1 .colonne span a:hover{
	color: #69D7FE;
	text-decoration:none;
}

#copyright{
	text-align:center;
	width:100%;
	font-size:0.7em;
}
	
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
	#bar1-index{
		background: #242521;
	}
	
	#bar1{
		background: #242521;

	}
	
	#bar2{
		background: #246a8f;
		background: url('../img/bg5.png') repeat-x;
	}
	
	#bar2 h1{
		font-size: 1.2em;
		margin-top:25px;
	}
	
	#bar2-index{
		background: #246a8f;
		background: url('../img/bg3.png') repeat-x;
	}
	
	.equipment{
		
		width:100%;
		margin: 2%;
	}
	
	.equipment figcaption {
		font-size:1.2em;
		margin:10px 0;
		color: #115E80;
		text-shadow: 0 1px 0 #FFFFFF;
	}
	
	.equipment img{
		width:100%;
		
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.HUBER img{
		width:40%;
		margin-left:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}

	.video video{
		display:block;
		width:100%;
		margin:20px 0 20px 0;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	aside .deco img{
		width:100%;
		margin:10px 0;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	article .star img{
		width:100%;
		margin:10px 0;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}

	.team {
		width:100%;
		margin:2% 0 1% 0;

		overflow:hidden;
	}
	
	.team img{
		width:98%;
		margin:1%;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.team h2{
		font-size:1.3em;
	}
	
	.team h3{
		font-size:1.1em;
		color:#494949;
	}
	
	.team p{
		font-size:0.8em;
	}
	
	#index-nav{
		display:none;
	}
	
	#responsive-nav {
		display: inline-block;
		width: 100%;
		margin-top: 5px;}
		
	#responsive-nav select{
		width:100%;
		border:none;
		color:#fff;
		padding: 10px;
		background-color:#494949;
	}
	
	#responsive-nav option{
		margin:5px 0;
	}
	
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	#logo{
		float:left;
		margin-top:10px;
		height:60px;
	}
	
	#title{
		float:left;
		font-size:1.3em;
		margin:20px 0 0 10px;
		font-weight:normal;
	}
	
	#index-nav{
		display:none;
	}
	
	#responsive-nav {
		display: inline-block;
		width: 100%;
		margin-top: 15px;}
		
	#responsive-nav select{
		width:100%;
		border:none;
		color:#fff;
		padding: 10px;
		background:#494949;
	}
	
	#bar1-index nav{
		text-align:right;
	}
	
	#bar1-index nav a{
		font-size: 1em;
		display:inline;
		line-height:1.5;
		margin:0 5px;
		padding: 25px 5px;
		margin-bottom:0;
	}
	
	#bar1 #responsive-nav select{
		margin-bottom:15px;
	}
	
	#bar1 nav{
		text-align:right;
		
	}
	
	#bar1 nav a{
		font-size: 1em;
		display:inline;
		line-height:1.5;
		margin:0 5px;
		padding: 0 5px;
		margin-bottom:0;
	}
	
	#bar2 h1{
		font-size: 1.4em;
		margin-top:25px;
	}
	
	#main .gauche{
	float:left;
	width:60%;
	margin-right:5%;
	}
	
	#main .gauche img{
		width:85%;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}

#main .droite{
	float:right;
	width:35%;
}

#main .droite ul{
	list-style:none;
	padding:0;
}

#main .droite li{
	font-size:0.8em;
	margin:0.5em 0;
	padding-left:15px;
	background:url('../img/puce.png') no-repeat left;
}
	
	#footer-bar2 .nav a{
		padding:0;
	}
	
	#bar1-index nav li:first-child a{ margin-left:0;  }
	#bar1-index nav li:last-child  a{ margin-right:0; }
	#bar1 nav li:first-child a{ margin-left:0;  }
	#bar1 nav li:last-child  a{ margin-right:0; }
	
	
	#main aside{
		overflow:hidden;
		display:block;
		width:94%;
	}
	
	.item img{
		width:95%;
		border:5px solid #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.equipment{
		float:left;
		width:46%;
		margin: 2%;
	}
	
	.equipment img{
		width:100%;
		
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.team {
		width:100%;
		margin:2% 0 1% 0;

		overflow:hidden;
	}
	
	
	.team h2{
		font-size:1.3em;
	}
	
	.team h3{
		font-size:1.1em;
		color:#494949;
	}
	
	.team p{
		font-size:0.9em;
	}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
	#bar1-index nav ul li{
		display:inline;
	}
	
	#bar1 nav ul li{
		display:inline;
	}
	
	.oldie  #bar1-index nav a{
		margin:0 0.7%;		
	}
	
	.oldie  #bar1 nav a{
		margin:0 0.7%;		
	}
	
	.HUBER img{
		width:40%;
		margin-left:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.video video{
		display:block;
		width:100%;
		margin-bottom:20px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
	#logo{
		float:left;
		margin-top:10px;
		height:60px;
	}
	
	#title{
		font-size:1.4em;
	}
	
	#bar1 #responsive-nav {
		display:none;
	}
	
	#bar1-index{
		height: 170px;
		padding-bottom:30px;
	}
	
	#bar1{
		height: 170px;
		padding-bottom:0px;
	}
	
	#bar2 h1{
		font-size: 1.6em;
		margin-top:25px;
	}
	
	#header-container,
	#main aside{
		z-index:0;
	}

/* ============
    WIDE: Menu
   ============ */
	
	#bar1-index nav{
		display:inline;
		clear:left;
		float:right;
		margin:0;
		margin-top:30px;
		width:100%;
	}
	
	#bar1-index nav a{
		font-size: 1.2em;
	}

	#bar1 nav{
		display:inline;
		clear:left;
		float:right;
		margin:0;
		margin-top:30px;
		width:100%;
	}
	
	#bar1 nav a{
		font-size: 1.2em;
	}
/* ============
    WIDE: Main
   ============ */

	#main article{
		float:left;
		width:62%;
	}
	
	#main #equipements{
		width:100%;
		padding:20px 0;
	}
		
	#main aside{
		float:right;
		width:28%;
		min-height:1100px;
	}
	
	#footer-bar1 .colonne{
		margin:20px 1% 0 1%;
		float:left;
		width:26%;
		padding:0;
		position:relative;
		height:100%;
		background:none;
	}
	

	#footer-bar1 .colonne:first-child { width:39%; margin:20px 0 0 0;}
	#footer-bar1 .colonne:last-child { width:33%; margin:20px 0 0 0;}

	#footer-bar1 .colonne img{
		height:60px;
		float: left;
		margin-top: 0;
		margin-right:10px;
		margin-bottom:10px;
	}

	#footer-bar1 .colonne h1{
		display:block;
		float:none;
		margin:0 0 0 70px;
		color:#e6e6e6;
		font-size:1.2em;
		text-shadow: 0 2px 0 #000000;
	}
		
	#footer-bar1 .colonne h1 span{
		color:#69d7fe;
		font-weight:normal;
		text-shadow: 0 2px 0 #000000;
	}

	#footer-bar1 .colonne p{
		font-size:0.8em;
		margin: 10px 0 10px 70px;
	}

	#footer-bar1 .colonne h3{
		font-size:1.2em;
		margin-top:0;
		line-height:1;
		color: #69D7FE;
		text-shadow: 0 2px 0 #000000;
	}

	#footer-bar1 .colonne ul{
		list-style:none;
		margin:0;
		padding:0;
	}

	#footer-bar1 .colonne li{
		vertical-align:middle;
		font-size:0.8em;
		padding-left:30px;
		margin-bottom:10px;
		height:100%;
	}
	
	#footer-bar1 .plan li{
		vertical-align:middle;
		font-size:0.8em;
		padding-left:0px;
		margin-bottom:10px;
		height:100%;
	}

	#footer-bar1 .colonne .home{
		background: url('../img/home.png') no-repeat;
	}

	#footer-bar1 .colonne .tel{
		background: url('../img/tel.png') no-repeat;
	}

	#footer-bar1 .colonne .mail{
		background: url('../img/mail.png') no-repeat;
	}
	
	#footer-bar1 .colonne .fax{
	background: url('../img/fax.png') no-repeat;
}

	
	#footer-bar1 .colonne span{
		color: #959595;
	}
	
	#footer-bar1 .colonne span a{
		color: #fff;
		text-decoration:none;
	}
	
	#footer-bar1 .colonne span a:hover{
		color: #69D7FE;
		text-decoration:none;
	}

	#copyright{
		text-align:center;
		width:100%;
	}
	
	.HUBER img{
		width:40%;
		margin-left:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.video video{
		display:block;
		width:40%;
		margin-left:20px;
		margin-bottom:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */
	#copyright{
		width:100%;
		text-align:center;
	}
	
	#bar1-index nav{
		clear:none;
		width:100%;
		margin:30px 0 0 0;
	}
	#bar1-index nav a{
		font-size: 1.2em;
		padding:0;
	}
	
	#bar1 nav{
		clear:none;
		width:100%;
		margin:30px 0 0 0;
	}
	#bar1 nav a{
		font-size: 1.2em;
		padding:0;
	}
	
	#title{
		margin:20px 0 0 10px;
	}
	
	.canvas{
		margin:0 auto;
		position:relative;
	}
	
	#bar1{
		height:150px;
		padding-bottom:0;
	}
	
	#bar1-index{
		height: 150px;
		padding-bottom:0;
	}
	
	#bar2{
		display:block;
		height: 100px;
	}
	
	#bar2 h1{
		color: #1A1A1A;
		margin-top: 30px;
		text-shadow: 0 1px 0 #79ABC4;
	}
	
	#bar2-index{
		display:block;
		height: 340px;
	}
	
	#slider{
		position:absolute;
		width:100%;
		top:-20px;
		margin-bottom:0px;
	}
	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
	
	#footer-bar2 .nav{
		margin:0;
		float:left;
		width:60%;
		font-size:0.9em;
		
	}
	
	#footer-bar2 .nav a{
		margin-right:10px;
	}
	
	#copyright p{
	margin:0;
	font-size:1.2em;
	}
	
	#main h1,h2,h3,h4{
		color:#115e80;
		text-shadow: 0 1px 0 #fff;
	}
	
	.equipment{
		float:left;
		width:96%;
		margin: 2%;
	}
	
	.equip_left{
		width:34%;
		float:left;
	}
	
	.equip_centre{
		width:34%;
		float:left;
	}
	
	.equip_right{
		width:32%;
		float:right;
	}
	
	.equipment img{
		width:100%;
		
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.HUBER img{
		width:40%;
		margin-left:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
	.video video{
		display:block;
		width:40%;
		margin-left:20px;
		margin-bottom:20px;
		float:right;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;
		box-shadow: 0 2px 5px #1a1a1a;
	}
	
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both;}
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
