/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	max-width:100%;
}
iframe, img, object{
	float:left;
}
::selection{
	background:#ddd;
}
::-moz-selection{
	background:#ddd;
}
/* ------------------------------------------------------------------------------------
--  GENERAL 
------------------------------------------------------------------------------------ */
html, body{ 
    width:100%;
    height:100%;
	margin: 0; 
	padding: 0;
    font-size:100%;
	font-family:'Varela', Helvetica, Arial, FreeSans, sans-serif;
	background:#f0f0f0;
	text-align:justify;
}
h2 {
	text-align: left;
}
a{
	text-decoration:none;
	outline:none;
	color: #F63;
}
a:hover{
	color:#F00;
}
p{
	line-height:1.5em;
	color:#808080;
	font-size:0.9em;
}
.list{
	line-height:1.5em;
	color:#808080;
	font-size:0.9em;
	margin-left: 15px;
}
.olist{
	line-height:1.5em;
	color:#808080;
	font-size:0.9em;
	margin-left: 30px;
}
img, object, iframe, figure, video{
	float:left;
} 
img{
	max-width:100%;
}
#wrapper{
	float:left;
	width:100%;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  ARROW
------------------------------------------------------------------------------------ */
#rightButton{
    position:absolute;
	width:4%;
    right:2%;
    height:100%;
    z-index:3;
}
#rightButton a{
    position:absolute;
    top:50%;
    display:block;
}
#leftButton{
    position:absolute;
	width:4%;
    left:2%;
    height:100%;
    z-index:3;
}
#leftButton a{
    position:absolute;
    top:50%;
    display:block;
}
/* ------------------------------------------------------------------------------------
--  WRAPPERS FOR SCROLLABLE PART
------------------------------------------------------------------------------------ */
#contentWrapper, .contentItem{
   position:absolute;
   overflow:hidden;
   width:100%;
}

.content-inner{
	position:relative;
	float:left;
    width:98%;
    height:78.5%;
    margin:1%;
}
#content-inner1{
    background:url(images/bg1.jpg) top center no-repeat;
    background-size: cover;
}
#content-inner2{
    background:url(images/bg2.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner3{
    background:url(images/bg3.jpg) top center no-repeat;
    background-size: cover;
}
#content-inner4{
    background:url(images/bg4.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner5{
    background:url(images/bg5.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner6{
    background:url(images/bg6.jpg) top center no-repeat;
    background-size: cover;
}
#content-inner7{
    background:url(images/bg7.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner8{
    background:url(images/bg8.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner9{
    background:url(images/bg9.jpg) center center no-repeat;
    background-size: cover;
}
#content-inner10{
    background:url(images/bg10.jpg) top center no-repeat;
    background-size: cover;
}
#content-inner11{
    background:url(images/bg11.jpg) center center no-repeat;
    background-size: cover;
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
.bottom-pass{
	float:left;
	width:100%;
	height:17%;
	background:#f0f0f0;
	position:fixed;
	bottom:0;
}
footer{
	float:left;
	width:98%;
	margin:0 1%;
	background:#ddd;
}
/*------navigation----------*/
#part1{
	float: left;
	width: 92%;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8%;
}
nav{
	float:left;
    width:100%;
}
nav ul{
	float:left;
	list-style:none;
	width:100%;
}
nav li{
	float:left;
	width: 130px;
	margin-right: 1%;
	padding-bottom: 20px;
	text-align:center;
}
nav li:last-child{
	margin-right:0;
}
nav a{
	padding-top:10px;
	border-top:1px solid #ccc;
	width:100%;
	display:block;	
	color:#000;
	text-transform:uppercase;
	font-size:0.8em;
    opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav a#questions{

pointer-events:none;

cursor:default

}
nav a:hover{
	border-top:1px solid #F00;
	opacity:1;
    color:#F00;
}
nav li.navig .selected{
	border-top:1px solid #F00;
    color: #F00;
	opacity:1;
	text-align:center;
}
nav a.activelink{
    color: #F00;
}
/*------logo----------*/
#part2{
	float:left;
    width: 5%;
    margin:1% 0 1% -99%;	
}
#part2 figure{
	float:left;
	width:100%;
}
/*------title----------*/
#part3{
	float:left;
	width:28%;	
	margin: 1%;
}
footer hgroup{
	float:right;
	text-transform:lowercase;
	color:#808080;
}
footer hgroup h2{
	float:right;
	font-size:3em;
	margin-bottom:10px;
	font-family:'Caudex', serif;
	text-shadow:0 1px 1px #fff;
}
footer hgroup h3{
	font-size:0.9em;
	float:right;
	text-transform:uppercase;
}
/* ------------------------------------------------------------------------------------
--  MAIN BOX
------------------------------------------------------------------------------------ */
.mainbox{
	position:absolute;
	bottom:0;
	margin:0 8%;
	width:80%;
}
.mainbox-inner{
	float:left;
	width:640px;
}
.titleblock{
	float:left;
	background:#B40406;
	width:260px;/*total 640px*/
	padding:14px 40px;
}
.titleblock h1{
	color:#f0f0f0;
	font-size:1em;	
	text-transform:uppercase;
}
.whiteblock{
	float:left;
	background:rgba(255,255,255,0.9);
	width:580px;/*total 640px*/
	padding:40px 20px 40px 40px;
    position:relative;
}
.whiteblock h2{
	color:#555;
	text-shadow: 0 1px 1px #fff;
	font-size:1.2em;
	margin-bottom:20px;
}
.start{
	padding:40px;	
	width:560px;
}
/* ------------------------------------------------------------------------------------
--  PAGE 1
------------------------------------------------------------------------------------ */
.landingtitle {
	text-align:center;
	font-size: 4em;
	color: #fff;
	font-family:'Georgia', serif;
	text-shadow:0 2px 4px #000;
}
.logolanding {
	position: absolute;
    left: 0; right:0;
    margin: auto;
}
.landing {
	text-align:center;
	font-size: 1.2em;
	color: #fff;
    font-family:'Varela', Helvetica, Arial, FreeSans, sans-serif;	margin-left: 20%;
	margin-right: 20%;
	text-shadow:0 2px 4px #000;
	margin-bottom: 10%;
}
.landingbtn {
	text-align:center;
	font-size: 1.2em;
	color: #fff;
	font-family:'Varela', Helvetica, Arial, FreeSans, sans-serif;
}
	
.landing a{
	font-family:'Varela', Helvetica, Arial, FreeSans, sans-serif;
	margin: 10px;
	padding:10px;
	border:1px solid #ccc;
	display: inline-block;	
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
    opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.landing a:hover{
	border:1px solid #F00;
	opacity:1;
    color:#F00;
}

.landing a.activelink{
    color: #F00;
}
h1.logo{
	font-size:6em;
	text-transform:uppercase;
	color:#f0f0f0;
	font-family:'Georgia', serif;
	text-align:center;
	margin:0 0 20px 0;
}
.text{
    font-size:0.6em;
    text-transform:lowercase;
}
.big{
	font-size:4em;
}
.amp{
    font-family:Baskerville,'Goudy Old Style',Palatino,'Book Antiqua', 'Niconne', cursive, serif;
    font-style:italic;
}
.red{
	color:#B40406;
	text-shadow:0 2px 4px #A80000;
    -webkit-animation-name: thePulse;
    -moz-animation-name: thePulse;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;	
}
@-webkit-keyframes thePulse{
from { color: #B40406;}
50% { color: #FF4040;}
to { color: #B40406;}
}
@-moz-keyframes thePulse{
from { color: #B40406;}
50% { color: #FF4040;}
to { color: #B40406;}
}
/* ------------------------------------------------------------------------------------
--  PAGE 2 PROGRAM
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  VERTICAL SLIDING BOXES
based on Sudo-Slider, free script. You are encouraged to donate here:
 http://webbies.dk/SudoSlider/
------------------------------------------------------------------------------------ */
.scroller{
	width:560px;
	height:360px;
	float:left;
}
.scroller, .scroller li{
	overflow:hidden; 
	width:100%;
	height:360px;
}
.scroller ul, .scroller li{
    position:relative;
    padding:0;
    list-style:none;
	display:block;
}
.graphic,  .prevBtn, .nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
.prevBtn, .nextBtn{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	cursor:pointer;
}	
 .prevBtn{
	background:url(images/btn-prev.png) no-repeat 0 0;
	right:-30px;
	top:80px;
}
.nextBtn {
	background:url(images/btn-next.png) no-repeat 0 0;
	right:-30px;
	top:110px;
}
/*---------------VERTICAL SLIDING BOXES CONTENT---------------*/
.scrollerbox{
	float:left;
	width:560px;
	clear:both;
}
/*---------------VERTICAL SLIDING BOXES CONTENT: date---------------*/
.date{
	float:left;
	width:560px;
	height:41px;
	margin:0 0 30px 0;
	clear:both;
}
.line{
	float:left;
	width:475px;
	margin:0 5px 0 0;
	position:relative;
}
.line figure{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:40px;
}
.divider{
	width:435px;
	height:1px;
	background:#ddd;
	margin:20px 0 0 40px;
}
.date-place{
	float:right;
	width:80px;
}
.date-place p{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	line-height:41px;
}
/*---------------VERTICAL SLIDING BOXES CONTENT: article---------------*/
/* ------------------------------------------------------------------------------------
--  VERTICAL SCROLL STYLES FOR ALL BLOCKS
------------------------------------------------------------------------------------ */
#mcs_container, 
#mcs2_container, 
#mcs3_container,
#mcs4_container,
#mcs5_container,
#mcs6_container,
#mcs7_container,
#mcs8_container,
#mcs9_container,
#mcs10_container,
#mcs11_container,
#mcs12_container{
	width:580px;
	height:360px;  	
	margin:0;   
	float:left;
}
#mcs_container .customScrollBox, 
#mcs2_container .customScrollBox, 
#mcs3_container .customScrollBox, 
#mcs4_container .customScrollBox, 
#mcs5_container .customScrollBox,
#mcs6_container .customScrollBox,
#mcs7_container .customScrollBox,
#mcs8_container .customScrollBox,
#mcs9_container .customScrollBox,
#mcs10_container .customScrollBox,
#mcs11_container .customScrollBox,
#mcs12_container .customScrollBox{
	position:relative; 
	height:100%;
	overflow:hidden;
}
#mcs_container .customScrollBox .container, 
#mcs2_container .customScrollBox .container, 
#mcs3_container .customScrollBox .container, 
#mcs4_container .customScrollBox .container, 
#mcs5_container .customScrollBox .container,
#mcs6_container .customScrollBox .container,
#mcs7_container .customScrollBox .container,
#mcs8_container .customScrollBox .container,
#mcs9_container .customScrollBox .container,
#mcs10_container .customScrollBox .container,
#mcs11_container .customScrollBox .container,
#mcs12_container .customScrollBox .container{
	position:relative; 
	width:540px;
	margin:0 20px 0 0;
	float:left;
}
#mcs_container .customScrollBox .content, 
#mcs2_container .customScrollBox .content, 
#mcs3_container .customScrollBox .content, 
#mcs4_container .customScrollBox .content, 
#mcs5_container .customScrollBox .content,
#mcs6_container .customScrollBox .content,
#mcs7_container .customScrollBox .content,
#mcs8_container .customScrollBox .content,
#mcs9_container .customScrollBox .content,
#mcs10_container .customScrollBox .content,
#mcs11_container .customScrollBox .content,
#mcs12_container .customScrollBox .content{
	clear:both;
	float:left;
}
#mcs_container .dragger_container, 
#mcs2_container .dragger_container, 
#mcs3_container .dragger_container, 
#mcs4_container .dragger_container, 
#mcs5_container .dragger_container,
#mcs6_container .dragger_container,
#mcs7_container .dragger_container,
#mcs8_container .dragger_container,
#mcs9_container .dragger_container,
#mcs10_container .dragger_container,
#mcs11_container .dragger_container,
#mcs12_container .dragger_container{
	position:relative; 
	width:10px; 
	height:100%; 
	float:left; 
	margin:0; 
	cursor:n-resize;
}
#mcs_container .dragger, 
#mcs2_container .dragger, 
#mcs3_container .dragger, 
#mcs4_container .dragger, 
#mcs5_container .dragger,
#mcs6_container .dragger,
#mcs7_container .dragger,
#mcs8_container .dragger,
#mcs9_container .dragger,
#mcs10_container .dragger,
#mcs11_container .dragger,
#mcs12_container .dragger{
	position:absolute; 
	width:20px; 
	height:20px; 
	background:#c00e0f url(images/drag.png);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden; 
	cursor:s-resize;
}
#mcs_container .dragger_pressed, 
#mcs2_container .dragger_pressed, 
#mcs3_container .dragger_pressed, 
#mcs4_container .dragger_pressed, 
#mcs5_container .dragger_pressed,
#mcs6_container .dragger_pressed,
#mcs7_container .dragger_pressed,
#mcs8_container .dragger_pressed,
#mcs9_container .dragger_pressed,
#mcs10_container .dragger_pressed,
#mcs11_container .dragger_pressed,
#mcs12_container .dragger_pressed{
	position:absolute; 
	width:20px; 
	height:20px; 
	background:#B40406 url(images/drag.png);
	background-repeat:no-repeat;
	background-position:0 -20px;
	overflow:hidden; 
	cursor:n-resize; 
}
.scrollerbox article{
	float:left;
	width:100%;
}
.scrollerbox section{
	float:left;
	width:100%;
	margin-bottom:40px;
	clear:both;
}
.scrollerbox section .hour{
	float:left;
	width:60px;
	display:inline-block;
	margin:0 20px 20px 0;
	font-family:'Georgia', serif;
	background:#c00e0f;
	text-align:center;
	padding:4px 8px;
	color:#fff;
	border-radius:4px;
}
.scrollerbox .description{
	float:right;
	width:440px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
/* ------------------------------------------------------------------------------------
--  PAGE 3 CURATORS
------------------------------------------------------------------------------------ */
/*----------------------------------
 IMPORTANT! STYLES FOR mcs_container ids SEE IN PAGE 2!*/
.inner{
	float:left;
	width:100%;
	margin:0;
}
.inner article{
	float:left;
	width:100%;
	margin-bottom:40px;
	clear:both;
}
.inner article.end{
	margin-bottom:0;
}
.inner figure{
	float:left;
	width:140px;
	margin-right:20px;
	background:#ddd;
	padding:10px;
}
.inner-box{
	float:right;
	width:530px;
}
.inner-box-photo{
	float:right;
	width:360px;
}
.inner-box section{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.inner-box section.end{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  SOCIAL ICONS
------------------------------------------------------------------------------------ */
.social{
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.social a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right:5px;
}
a.facebook{
	background:url(images/facebook.png) no-repeat  0 0;
}
a.facebook:hover{
	background: url(images/facebook.png) 0 -20px;
	background-repeat:no-repeat;
	height:20px;	
}
a.amazon{
	background:url(images/amazon.png) no-repeat  0 0;
}
a.amazon:hover{
	background: url(images/amazon.png) 0 -20px;
	background-repeat:no-repeat;
	height:20px;	
}
a.vimeo{
	background:url(images/vimeo.png) no-repeat  0 0;
}
a.vimeo:hover{
	background: url(images/vimeo.png) 0 -20px;
	background-repeat:no-repeat;
	height:20px;	
}
a.flickr{
	background:url(images/flickr.png) no-repeat  0 0;
}
a.flickr:hover{
	background: url(images/flickr.png) 0 -20px;
	background-repeat:no-repeat;
	height:20px;	
}
/* ------------------------------------------------------------------------------------
--  PAGE 4 GALLERY
------------------------------------------------------------------------------------ */
.portfolio{ 
	float:left;
	width:100%;/*560px*/
}
.portfolio ul{ 
	list-style-type: none; 
	margin:0 0 40px 0; 
	padding:0; 
	float:left;
	background:url(images/pattern.jpg) top left repeat;
}
.portfolio ul.end{
	margin-bottom:0;
}
.portfolio ul li{ 
	width:180px;
	float:left; 
	position:relative; 
	overflow:hidden; 
	cursor:pointer;
	background:url(images/zoom.png) center center no-repeat;
}
.portfolio ul li a img { 
	width:180px;
	height:180px;
	position:relative; 
	border:none;
}
.caption{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%;
	display:none; 
	background:#B40406;
}
.caption .caption-inside{
	color:#fff;	
	text-align:center;
	padding:10px;
}
.bold{
	font-weight:bold;
	color:#f0f0f0;
	text-transform:uppercase;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  PAGE 5 CONTACT
------------------------------------------------------------------------------------ */
.contact-box{
	float:left;
	width:100%;
	clear:both;
}
.contact-box-left{
	float:left;
	width:48%;
	margin-right:2%;
}
.contact-box-right{
	float:right;
	width:48%;
	margin-left:2%;
}
.contact-box ul{
	float:left;
	width:100%;
	color:#808080;
	font-size:0.9em;
	list-style:none;
	margin-top:20px;
}
.contact-box li{
	margin-bottom:10px;
}
.contact-box li:last-child{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  PAGE 6 LOCATION
------------------------------------------------------------------------------------ */
#map_canvas{
	width:100%;
	height:300px;
	float:left;
}
#map_canvas img{
	max-width:none;
}
#get{
	float:left;
	position:relative;
	width:560px;
}
.panel{
    position: absolute;
    top: 0;
    right: 0;
	z-index:1;
    background: rgba(0,0,0,0.8);
    width:560px;
    height: 300px;	
}
.panel ul{
	float:left;
	width:480px;
	list-style:none;
	position:absolute;
	left:40px;
	bottom:40px;
}
.panel ul li{
	float:left;
	margin-right:10px;
}
.circle{
	width:40px;
	height:40px;
	border-radius:20px;
	background:#f0f0f0;
}
.circle img{
	margin:5px;
}
.graphique img{
	margin:0px;
}
.graphique ul{
	color: #fff;
	margin: 5px;
	list-style:none;
	line-height: 1em;
}
.graphique{
	list-style: none;
}
a.tooltip{
    outline: none;
    text-decoration:none;
    color: inherit;
    
}
a.tooltip span{
    height: auto;
    pointer-events: none;
    position: absolute;
    left:10px;
    bottom:280px!important;
    z-index:1;
    opacity: 0;
    padding: 0px;
	background:#B40406;  
    text-align: left;
    font-weight: normal;
    font-size:0.8em;
    display:inline-block;
    white-space:nowrap;
    border: 6px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 10px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.tooltip span:before,
a.tooltip span:after{
    
    position: absolute;
   
    left: 0;
    
    width: 0;
    height: 0;
   
    border-top: 10px solid rgba(0,0,0,0.1);
}
a.tooltip span:after{
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}
a.tooltip:hover span{
    opacity: 0.95;
    bottom:50px;
}
a.trigger{
    position: absolute;
    top: 0; 
    right: 0;
	z-index:1;
	text-transform:uppercase;
	background:#44808a;
	color:#f0f0f0;
	padding:10px 12px;
	display:inline-block;
	font-size:0.8em;
}
a.trigger:hover{
	background:#28292d;
}
a.active.trigger {
    background:#28292d;
}

.copyright {
	color: #999;
	font-size:10px;
	bottom: 1%;
	right: 1%;
	position: absolute;
}