@charset "utf-8";

body
{
	margin:0;
	min-width:960px;
	padding:0;
}

p
{
	font-size:18px;
	margin:0 0 19px;
}

p,ul
{
	color:#2f2f2f;
	font-family:"Garamond3LTStdRegular", Times, serif;
	font-size-adjust:0.488px;
	font-style:normal;
	font-weight:normal;
}

a
{
	color:#2f2f2f;
	text-decoration:none;
}

a:hover
{
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=0.5)";
	filter : alpha(opacity=50);
}

strong,b
{
	font-family:"Garamond3LTStdBold";
	font-weight:normal;
}

img
{
	border:0;
}

h1
{
	color:#2f2f2f;
	font-family:"Garamond3LTStdRegular";
	font-size:73px;
	font-size-adjust:0.488px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0 0 19px;
	text-align:center;
}

h2
{
	border-bottom-color:#2f2f2f;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	color:#e7dda4;
	font-family:"AiramLTStd";
	font-size:56px;
	font-style:normal;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
}

h3
{
	border-bottom-color:#2f2f2f;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	color:#2f2f2f;
	font-family:"AiramLTStd";
	font-size:30px;
	font-style:normal;
	font-weight:normal;
	margin:0 0 2px;
	padding:0 0 1px;
}

h4
{
	font-family:"Garamond3LTStdBold";
	color:#2f2f2f;
	font-size:22px;
	font-weight:normal;
	margin:0 0 19px;
}

hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	margin: 15px 0 -5px 0;
	padding: 0px;
}

.list
{
	font-size:14px;
	text-transform:uppercase;
}

.title
{
	font-size:18px;
	margin:0;
	padding:0;
}

.info
{
	font-size:14px;
	margin:0;
	padding:0 0 10px 17px;
}

.subtitle
{
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	margin:-30px 0;
	text-align:center;
}

.coming_soon
{
	border:none;
	font-size:40px;
	padding-top:15px;
	text-align:center;
}

.float-left
{
	float:left;
	margin:0 0 0px;
	text-align:left;
	z-index:200;
}

.float-right
{
	float:right;
	margin:0 0 20px;
	text-align:right;
	z-index:200;
}

.center
{
	font-size:2.5em;
	padding:80px 0 0;
	text-align:center;
}

#nav
{
	display:box;
	background-color:rgba(255, 255, 255, 0.75);
	text-align:right;
	position: fixed;
	right: 0px;
	top:50%;
	z-index:600;
	margin:0;
	padding:0;
	-webkit-border-radius: 1px 0px 0px 1px;
	-moz-border-radius: 1px 0px 0px 1px;
	border-radius: 1px 0px 0px 1px;
	opacity : 0.5;
	-moz-opacity : 0.5;
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	filter : alpha(opacity=50); /* IE < 8 */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	font-size:18px;
}

#nav:hover
{
	opacity : 1;
	padding:0px 16px 0px 0px;
	-moz-opacity : 1;
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	filter : alpha(opacity=100); /* IE < 8 */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

#nav li
{
	color:#2f2f2f;
	margin:7px -5px 7px 0;
	list-style: none;
	font-family:"AiramLTStd";
	font-weight:normal;
}

#nav ul
{
	margin:0;
	padding:5px 0 5px 16px;
}

#nav a
{
	color:#2f2f2f;
}

#nav img
{
	position:relative;
	top:3px;
}

.langswitch
{
	padding:0;
	margin:0;
	font-size:14px;
	text-align: center;
}
.grey
{
	opacity : 0.35;
	-moz-opacity : 0.35;
	-ms-filter: "alpha(opacity=0.35)";
	filter : alpha(opacity=35);
}

#subnav
{
	background-color:rgba(255, 255, 255, 0.75);
	display:box;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	text-align:right;
	width:100%;
	z-index:600;
}

#subnav li
{
	background:url(images/separator.gif) left center no-repeat;
	display:block;
	float:left;
	list-style:none;
	margin-left:-1px;
	padding:4px 8px;
	text-align:right;
	font-family:"AiramLTStd";
	font-weight:normal;
}

#subnav-fr
{
	background-color:rgba(255, 255, 255, 0.75);
	display:box;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	text-align:right;
	width:100%;
	z-index:600;
}

#subnav-fr li
{
	background:url(images/separator.gif) left center no-repeat;
	display:block;
	float:left;
	list-style:none;
	margin-left:-1px;
	padding:4px 8px;
	text-align:right;
	font-family:"AiramLTStd";
	font-weight:normal;
}

.subnav
{
	margin:25px 0 0;
	padding:0 0 5px;
	text-align:left;
}

ul#subnav
{
	float:left;
	margin:10px -17px 0 0;
	padding:0;
	width:350px;
}
ul#subnav-fr
{
	float:left;
	margin:10px -17px 0 0;
	padding:0;
	width:350px;
}

#header,#intro,#second
{
	width:100%;
}

.anchor
{
	height:0;
	margin:-20px 0 0;
	position:absolute;
	width:0;
	z-index:0;
}

#intro
{
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	margin:0 auto;
	padding:128px 0 0;
}

.gradient_top
{
	background-image:url(images/gradient_top.png);
	background-repeat:repeat-x;
	height:16px;
	margin:0 0 -16px;
	position:relative;
	top:-16px;
	width:100%;
	z-index:100;
}

.gradient_bottom
{
	background-image:url(images/gradient_bottom.png);
	background-repeat:repeat-x;
	height:26px;
	position:relative;
	top:26px;
	width:100%;
	z-index:100;
}

#intro img
{
	display:block;
	margin:0 auto;
}

#second
{
	background:url(images/tilebg1.gif) 50% 0 repeat fixed;
	color:#FFF;
	height:500px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
}

#second .bg
{
	background-attachment:fixed;
	background-image:url(images/trainers.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:500px;
	margin:0 auto;
	padding:0;
	position:absolute;
	width:760px;
	z-index:10;
}

.who-plan1
{
	background-attachment:fixed;
	background-image:url(images/who/who-plan1.png);
	background-position:20% 150px;
	background-repeat:no-repeat;
	height:500px;
	position:absolute;
	width:100%;
	z-index:10;
}
.who-plan2
{
	background-attachment:fixed;
	background-image:url(images/who/who-plan2.png);
	background-position:20% 240px;
	background-repeat:no-repeat;
	height:500px;
	position:absolute;
	width:100%;
	z-index:20;
}

.iso-plan1
{
	background-attachment:fixed;
	background-image:url(images/isolation/iso-plan1.png);
	background-position:80% 0;
	background-repeat:no-repeat;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.iso-plan2
{
	background-attachment:fixed;
	background-image:url(images/isolation/iso-plan2.png);
	background-position:80% 0;
	background-repeat:no-repeat;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}
.iso-plan3
{
	background-attachment:fixed;
	background-image:url(images/isolation/iso-plan3.png);
	background-position:80% 0;
	background-repeat:no-repeat;
	height:700px;
	position:absolute;
	width:100%;
	z-index:30;
}
.iso-plan4
{
	background-attachment:fixed;
	background-image:url(images/isolation/iso-plan4.png);
	background-position:80% 0;
	background-repeat:no-repeat;
	height:700px;
	position:absolute;
	width:100%;
	z-index:40;
}
.iso-plan5
{
	background-attachment:fixed;
	background-image:url(images/isolation/iso-plan5.png);
	background-position:80% 0;
	background-repeat:no-repeat;
	height:700px;
	position:absolute;
	width:100%;
	z-index:50;
}

.ordo-plan1
{
	background-attachment:fixed;
	background-image:url(images/ordo/ordo-plan1.png);
	background-repeat:no-repeat;
	background-position:25%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}
.ordo-plan2
{
	background-attachment:fixed;
	background-image:url(images/ordo/ordo-plan2.png);
	background-repeat:no-repeat;
	background-position:17%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.ordo-plan3
{
	background-attachment:fixed;
	background-image:url(images/ordo/ordo-plan3.png);
	background-repeat:no-repeat;
	background-position:25%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:30;
}
.ordo-plan4
{
	background-attachment:fixed;
	background-image:url(images/ordo/ordo-plan4.png);
	background-repeat:no-repeat;
	background-position:25%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:40;
}

.drudkh-plan1
{
	background-attachment:fixed;
	background-image:url(images/drudkh/drudkh-plan1.png);
	background-repeat:no-repeat;
	background-position:98%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.drudkh-plan2
{
	background-attachment:fixed;
	background-image:url(images/drudkh/drudkh-plan2.png);
	background-repeat:no-repeat;
	background-position:98%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}

.germ-plan1
{
	background-attachment:fixed;
	background-image:url(images/germ/germ-plan1.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.germ-plan2
{
	background-attachment:fixed;
	background-image:url(images/germ/germ-plan2.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}
.germ-plan3
{
	background-attachment:fixed;
	background-image:url(images/germ/germ-plan3.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:30;
}
.germ-plan4
{
	background-attachment:fixed;
	background-image:url(images/germ/germ-plan4.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:40;
}
.germ-plan5
{
	background-attachment:fixed;
	background-image:url(images/germ/germ-plan5.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:50;
}

.feigur-plan1
{
	background-attachment:fixed;
	background-image:url(images/feigur/feigur-plan1.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.feigur-plan2
{
	background-attachment:fixed;
	background-image:url(images/feigur/feigur-plan2.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}

.sejours-plan1
{
	background-attachment:fixed;
	background-image:url(images/sejours/sejours_plan1.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.sejours-plan2
{
	background-attachment:fixed;
	background-image:url(images/sejours/sejours_plan2.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}
.sejours-plan3
{
	background-attachment:fixed;
	background-image:url(images/sejours/sejours_plan3.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:30;
}

.buzzeum-plan1
{
	background-attachment:fixed;
	background-image:url(images/buzzeum/buzzeum_plan1.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.buzzeum-plan2
{
	background-attachment:fixed;
	background-image:url(images/buzzeum/buzzeum_plan2.png);
	background-repeat:no-repeat;
	background-position:19%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}

.cluny-plan1
{
	background-attachment:fixed;
	background-image:url(images/cluny/cluny_plan1.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:10;
}
.cluny-plan2
{
	background-attachment:fixed;
	background-image:url(images/cluny/cluny_plan2.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:20;
}
.cluny-plan3
{
	background-attachment:fixed;
	background-image:url(images/cluny/cluny_plan3.png);
	background-repeat:no-repeat;
	background-position:80%;
	height:700px;
	position:absolute;
	width:100%;
	z-index:30;
}

#third
{
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	margin:0 auto;
	padding:0;
}

.project_pair
{
	background:url(images/tilebg2.gif) 50% 0 repeat fixed;
	color:#FFF;
	height:700px;
	padding:0;
}

.project_impair
{
	background:url(images/tilebg1.gif) 50% 0 repeat fixed;
	color:#FFF;
	height:700px;
	padding:0;
}

#contact
{
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	height:500px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:500;
}

.story
{
	display:block;
	margin:0 auto;
	min-width:760px;
	overflow:auto;
	width:60%;
}

.project
{
	width:240px;
}

.section
{
	width:340px;
	height: 505px;
}

.contact
{
	width:339px;
}

.story .float-left,.story .float-right
{
	overflow:hidden;
	padding:50px 20px 0px;
	position:relative;
}

p.details
{
	margin:0;
	padding:0;
}

.gallery_container
{
	margin:0 auto;
	min-width:760px;
	width:60%;
}

.gallery
{
	position:relative;
	width:300px;
	border:none;
	clear:both;
	z-index:200;
	margin:0;
	padding:0 0 0 20px;
}
.gallery a:hover
{
	opacity : 1;
	-moz-opacity : 1;
	-ms-filter: "alpha(opacity=1)";
	filter : alpha(opacity=100);
}
.gallery .thmb
{
	width:80px;
	height:80px;
	float:left;
	background-size:150%;
	background-position:center;
	padding:0;
	margin: 5px 5px 0 0;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:100;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
	width: 600px;
	height: 600px;
	padding: 0;
	z-index:2000;
	clear:both;
	text-align:center;
	overflow: hidden;
}
.white_content img
{
	width:auto;
	height:100%;
	float:none;
	padding:0;
}

.footer
{
	display:block;
	font-size:13px;
	position:relative;
	top:120px;
	width:350px;
	z-index:300;
}

#foothide
{
	background-color:#FFF;
	height:100%;
	position:fixed;
	top:820px;
	width:100%;
	z-index:400;
}

#box
{
	float:right;
	position:relative;
	right:15px;
	top:50px;
	z-index:700;
}

#box p
{
	float:right;
	margin:0 -5px 10px 0;
	padding:0;
}

#box div
{
	clear:both;
}

#box li
{
	display:block;
	list-style:none;
	float:left;
	padding:0 0 0 3px;
}

#lang-fr
{
	display:none;
}

#subtitle-fr
{
	display:none;
}

#whoiam-fr
{
	display:none;
}

#whatido-fr
{
	display:none;
}

#projects-fr
{
	display:none;
}

#isolation-fr
{
	display:none;
}

#ordo-fr
{
	display:none;
}

#drudkh-fr
{
	display:none;
}

#germ-fr
{
	display:none;
}

#feigur-fr
{
	display:none;
}

#contact-fr
{
	display:none;
}

#sejours-fr
{
	display:none;
}

#cluny-fr
{
	display:none;
}

#buzzeum-fr
{
	display:none;
}

#intro img {
	margin: 0 auto -15px;
}
